cancel
Showing results for 
Search instead for 
Did you mean: 

SAP GUI Java - connection proxy or ACL is NULL (Says connecting then stops)

Former Member
0 Kudos

Hi,

I am trying to run SAP GUI for Java 7.10 r4 on a mac, to begin I wanted to try on my PC because the standard SAP GUI works already on this system.

I created an entry in advanced settings: "conn=/H/harides01/S/3600&fast=true"

I can ping the host harides01

When I click connect the gui quickly flashes up a connecting screen the dissapears, If I look in the trace log it has an error message (shown below)

There is no firewall between these machines.

Can anybody help?

Thanks

30.07. 17:17:56.419 [AWT-EventQueue-1] CON: new GuiNiNetConnection

30.07. 17:17:56.419 [AWT-EventQueue-1] CON: GuiNiNetConnection.open(conn=/H/harides01/S/3600&fast=true)

30.07. 17:17:56.419 [AWT-EventQueue-1] CON: GuiNiNetConnection.open: resolved hostSpec = /H/harides01/S/3600

                                                          1. ERROR #############################

30.07. 17:17:56.419 [ReaderThread11] ERROR: GuiNiReaderThread: read failed: Error: connection to partner 'harides01:3600' broken

30.07. 17:17:56.419 [ReaderThread11] ERROR:

30.07. 17:17:56.419 [ReaderThread11] ERROR: Wed Jul 30 17:17:56 2008

30.07. 17:17:56.419 [ReaderThread11] ERROR: Release 710

30.07. 17:17:56.419 [ReaderThread11] ERROR: Component NI (network interface), version 39

30.07. 17:17:56.419 [ReaderThread11] ERROR: rc = -6, module nixxi.cpp, line 4617

30.07. 17:17:56.419 [ReaderThread11] ERROR: Detail NiIRead: P=192.168.51.15:3600; L=192.168.51.45:4391

30.07. 17:17:56.419 [ReaderThread11] ERROR: System Call recv

                                                          1. ERROR #############################

30.07. 17:17:56.419 [ReaderThread11] CON: -


30.07. 17:17:56.419 [ReaderThread11] CON: GuiNiNetConnection: sending DIAG data to connection for modus -1

                                                          1. ERROR #############################

30.07. 17:17:56.544 [GuiMultiplexer(Connection)21] ERROR: AgiLibAdaptor::onParsed(): connection proxy or ACL is NULL!

                                                          1. ERROR #############################

30.07. 17:17:56.544 [GuiMultiplexer(Connection)21] CON: GuiConnection.destroyNetConnectionAndParser

30.07. 17:17:56.559 [GuiMultiplexer(Connection)21] CON: GuiNiNetConnection: sending CLOSE data to writer thread

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello. try to use this

conn=/H/harides01/S/3200&fast=true

Regards.

Answers (2)

Answers (2)

Former Member
0 Kudos

I have kind of the same error, but I tried the solution and it did not help in my case. I've searched the forum, but still couldn't solve my problem. The errors I got are:

#########################################ERROR#######################################################

31.08. 21:15:42.465 ERROR: GuiNiReaderThread: read failed: Error: connection to partner '***.gotdns.com:3299' broken

31.08. 21:15:42.465 ERROR:

31.08. 21:15:42.465 ERROR: Sun Aug 31 21:15:42 2008

31.08. 21:15:42.465 ERROR: Release 710

31.08. 21:15:42.465 ERROR: Component NI (network interface), version 39

31.08. 21:15:42.465 ERROR: rc = -6, module nixxi.cpp, line 4617

31.08. 21:15:42.465 ERROR: Detail NiIRead: P=7x.xx.xxx.227:3299; L=192.168.2.5:42569

31.08. 21:15:42.465 ERROR: System Call recv

#########################################ERROR#######################################################

31.08. 21:15:42.825 ERROR: AgiLibAdaptor::onParsed(): connection proxy or ACL is NULL!

#########################################ERROR#######################################################

I tried pinging the Server and it resolved to 76.xx.xxx.xxx

I was given the information below:

Application Server: 192.168.1.10

SAP router String : /H/***.gotdns.com/S/3299/W/saproutertop

System ID: N4S

System number: 00

I'm not sure what /W is used for, I've tried with and without it, still get the same error

In Advanced tab for the connection setting, I just put "conn=/H/**.gotdns.com/S/3299" or "conn=/H/**.gotdns.com/S/3299/W/saproutertop"

Same settings I tried on Windows with GUI 6.4, works perfectly.

I'm not sure what's wrong with my setup, I'm using GUI version 7.1 R5 on Ubuntu Hardy

Please help,

Thanks,

Lilian

Former Member
0 Kudos

Thanks very much - that did the trick ;o)