sap-nw-abap-docker icon indicating copy to clipboard operation
sap-nw-abap-docker copied to clipboard

Error: connection to partner 'localhost:3200' broken

Open ecostella2010 opened this issue 5 years ago • 1 comments

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?

ecostella2010 avatar Mar 01 '19 01:03 ecostella2010

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?

tobiashofmann avatar Aug 19 '19 11:08 tobiashofmann