Are you running the same JDK, Tomcat version and Linux version on this machine as the others? If so, I think there are some other things to investigate before you try re-building Tomcat.
Have you checked your Linux vendor's Web site to see whether there are specific notes about Opteron, dual Opteron, and/or the specific chipset on your m/b? Have you checked your JDK vendor (Sun? IBM?) to see whether they have something specific about your hardware? Besides vendor sites, you may find others, of course, so a trip to Google would be advised. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. ----- Original Message ----- From: "Cyrus Adkisson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 05, 2004 11:14 AM Subject: LD_ASSUME_KERNEL Hello all. I have about 15 computers running Tomcat 5 and soap and was having trouble a while back with the Tomcat/Soap services locking up. All the boxes would run fine, and then suddenly stop responding to soap calls. Scott Nichol gave me the key information to set an environment variable to LD_ASSUME_KERNEL=2.2.5 which worked great. However, I've now just set up my first non-i386 sysetm (a x86_64 dual opteron) and am running into the same lockup problem from before. THIS TIME, though, setting LD_ASSUME_KERNEL practically breaks my entire system as nothing (not even /bin/ls or /bin/mv, much less Tomcat) can find the libraries it needs to run. Any ideas on what I could do for this new system? Cyrus