Hi all - I am new to this group and hope that my question is appropriate in addressing the following (JAVA code base-SQL Server database) problem: A few weeks ago we upgraded our production machine's SQL Server 7.0 to the latest Service Pack and it seems that since then we are witnessing a deterioration in our JRUN performance in one area in particular. The error I get is: "java.rmi.server.SkeletonNotFoundException: Skeleton class not found" I added import rmi.io.serlizable to the already existing import rmi.io.* but it did not help matters. Thank you much in advance - Noga -------------------------------------------- Interactive Constructs, Inc. 196 Boston Ave. Suite 2400 Medford, MA 02155 [EMAIL PROTECTED] 781 306-0500 Ext. 262 http://www.iconstructs.com -----Original Message----- From: Tormod Hystad [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 8:42 AM To: JRun-Talk Subject: RE: JVM > 1.3.0_02? I believe Allaire has provided a fix for this. http://www.allaire.com/Handlers/index.cfm?ID=19697&Method=Full - Tormod -----Original Message----- From: Christopher B. Hamlin [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 5:32 PM To: JRun-Talk Subject: JVM > 1.3.0_02? Hi, We are getting this occasionally: # # HotSpot Virtual Machine Error, Unexpected Signal 11 # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Error ID: 4F533F534F4C415249530E435050079A 01 # # Problematic Thread: prio=5 tid=0xcf5a0 nid=0xb runnable # It's hard to trace what is creating the problem. From Sun's bug db it seems that maybe this is fixed in JVMs > 1.3.0_02. And maybe not present in 1.2.X. And maybe fixed by using either -client or -Xrs, though the latter stops our ability to get a thread dump from a QUIT signal. Using -client does seem to help in 1.3.0_02, some. So, is anyone else getting this problem? Has anyone tried a newer JVM? I have 1.3.1-rc2-b23 on my own machine, but maybe it's better to go back and try 1.2.2_007 for production? It's not unusable as is, but I'd like to avoid the restarts if at all possible. Thanks, Chris Hamlin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
