Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: connection to partner 'localhost:3200' broken #10

Open
ecostella2010 opened this issue Mar 1, 2019 · 1 comment
Open

Error: connection to partner 'localhost:3200' broken #10

ecostella2010 opened this issue Mar 1, 2019 · 1 comment

Comments

@ecostella2010
Copy link

Hi,

I have the following issue in sap gui for java mac:

Connection closed
Error: connection to partner 'localhost:3200' broken
Thu Feb 28 18:32:28 2019
Release 753
Component NI (network interface), version 40
rc = -6, module
/net/usr.delivery/SAPGUIForJava_750_REL/bas_753_REL/src/base/ni/nixxi.cpp,
line 5173
Detail NiIRead: P=127.0.0.1:3200; L=127.0.0.1:55510
System Call recv

Reviewed the ports in the container:
vhcalnplci:/var/tmp/NW752 # nmap 172.17.0.3 -p 3200

Starting Nmap 6.47 ( http://nmap.org ) at 2019-02-28 21:16 UTC
Nmap scan report for vhcalnplci (172.17.0.3)
Host is up (0.00011s latency).
PORT STATE SERVICE
3200/tcp closed tick-port

Also in the host local:
bash-3.2$ nmap localhost -p 3200
Starting Nmap 7.70 ( https://nmap.org ) at 2019-02-28 22:11 -03
Nmap scan report for localhost (127.0.0.1)
Host is up (0.00031s latency).
Other addresses for localhost (not scanned): ::1

PORT STATE SERVICE
3200/tcp open tick-port

Nmap done: 1 IP address (1 host up) scanned in 0.06 seconds
bash-3.2$

Can you help me, please?

@tobiashofmann
Copy link
Owner

Please check that the port is open and reachable from your Mac. You first nmap seems to be run from inside the container and reports 3200 as not reachable. Is NW ABAP running?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants