---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Hi all, I just thought I'd post a little update on this one. I noticed that someone else just posted with the same problem, so I'm not alone with this IBM 1.1.8, Mandrake (he posted that he had version 6.1, my box says 6.5, but my login prompt says 6.1...I don't know) problem. I compiled a simple echo server application that I found in a java manual which simply prints what is sent to a port, and it works fine using the Blackdown JDK on this system, but it hangs using the IBM JDK. It seems that applications that use sockets crash the IBM VM on this OS. I am now more inclined to believe that it is a problem with the glibc version, but after reading the readme file, I think it may be the opposite problem than was originally suggested, which wouldn't be good in my case. The readme file says that this VM was tested on RedHat 6.0, which has earlier glibc libraries than Mandrake 6.5, which has glibc 2.2.1. I don't think that downgrading my glibc libraries would be such a hot idea, so maybe the only solution to running this VM on a Mandrake 6.1 installation would be for IBM to compile a new version using the newer glibc. Does this sound like it may be correct? Mark -----Original Message----- From: Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 10, 1999 12:37 PM To: [EMAIL PROTECTED] Subject: Subject: RE: IBM JVM doesn't run, but Blackdown JVM does on same installation Thanks for the quick reply. I will try writing a simple socket listener tomorrow to see if it works. I will try to duplicate this problem on another machine with the same OS as soon as possible and try solving it there because this is a production machine and changing the glibc library may tend to break things. I examined the README file again, and in the 1.1.8 readme it simply says to use glibc 2.1 or greater. My system is running 2.1.1, and it seems to meet all of the other requirements. Mark -------------Original message-------------- >Subject: RE: IBM JVM doesn't run, but Blackdown JVM does on same installation >From: "Conrad Chan" <[EMAIL PROTECTED]> >Date: Tue, 9 Nov 1999 13:53:10 -0800 >We did have a similar problem when we switched from Blackdown to IBM JDK >with our Mandrake 6.1 a while ago. It came down to our IBM JDK did not >listen to TCP port properly. We solved our problem by using the proper >glibc library specified in the IBM JDK readme file. I will suggest to make a >simple socket listener and connector java program to see whether it works. >If not, make sure you are using the right glibc files. >Conrad -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]