Wade knocked out my ssl issue in short order, thanks again, but I still have a connection problem on AIX using http.

I enabled debug for XmlRpc and tried once again to send a message the first test, a simple telnet to the port and “GET / HTTP/1.0”  returned nothing, but printed on the remote in all it’s accurate glory, however the actually xmlrpc request did something more interesting.  I didn’t capture the raw request but it was generated from a linux box running jvm 1.5 against the remote AIX 5.2 server with a 1.5 jvm as well.

To make a long setup short, here is the resulting output on the server:

 b9  /32

java.util.NoSuchElementException

java.util.NoSuchElementException

            at java.util.StringTokenizer.nextToken(StringTokenizer.java:347)

            at org.apache.xmlrpc.WebServer$Connection.run(WebServer.java)

            at org.apache.xmlrpc.WebServer$Runner.run(WebServer.java)

            at java.lang.Thread.run(Thread.java:788)

 

Anyone seen this before?  Is it network byte order versus host byte order conversion error or something?

Once again the same code runs brilliantly on Linux and Solaris, fun fun

Thanks, John

 

John Buren Southerland

Southerland Consulting

801.467.8090(office)

214.734.8099(cell)

[EMAIL PROTECTED]


From: John Southerland [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 28, 2005 2:17 PM
To: [email protected]
Subject: AIX 5.2 Java 1.3.1 and 1.4 SecureWebServer IOException

 

All,

I have recently tried to move my xmlrpc server app to a new os, AIX 5.2 running Java 1.3.1 and tried 1.4, every time I try to startup a SecureWebServer, that works fine in Solaris and Linux, I get an IOException from the constructor with the text: “com.sun.net.ssl.internal.ssl.Provider”

I realize this is most likely an IBM JRE issue, but the security properties look fine, and I am definitely not overriding the system wide configuration.

This is actually a simple configuration, and since it works well on other operating systems, I was wondering if anyone else has encountered errors like this, or has any ideas on how I should continue.  I’m now officially stumped.

 

Also,

To add some comedy to this https problem, my non secure “backup” non ssl webserver (also the builtin xmlrpc server) starts fine on the server but the client gets an IOException on connect with the text “Remote host closed connection during handshake”, not much of a backup connectivity method is it?

 

So please help me if you can, am I crazy, or is IBM to blame?

Thanks in advance, John

 

John Buren Southerland

Southerland Consulting

801.467.8090(office)

214.734.8099(cell)

[EMAIL PROTECTED]

 

Reply via email to