In attempting to track down a getBeanInfo error in the RollingFileAppender this
morning, I also stopped the unexpected Socket Exception message. Because IBM
didn't have a java 1.2.x JDK for some platforms, our default JDK for AIX has
been 1.1.8. I found that my getBeanInfo error was due to a reference to
RollingFileAppender.class instead of RollingFileAppender.getClass(). If I
remember correctly the .class member didn't come along until jdk1.2.

Anyway, our AIX machines are loaded with JDK 1.3 but we have to code it
specifically in the scripts. When I updated my script to run the
SimpleSocketServer under 1.3, not only did my getBeanInfo error go away but the
unexpected Socket Exception error also stopped.

I'm not sure if the log4j documentation states the use of jdk1.2x or above, but
it seems to work best that way.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to