I am running JBoss 4.0.1sp1 from the all configuration. The initialization of the JBoss server fails due to a java ClassNotFoundException that occurs during the loading of a persisted HttpSession. The class com.mmm.ciws.UserProfiles has an instance stored on the HttpSession. This class exists in the classes directory of the war file and it is serializable. It occurs after someone logs into our application and restarts the JBoss server. It seems to me that the class is packaged correctly. The JBoss server starts up correctly if restarted after failure.
Could this be a classloader issue? Does JBoss persistent sessions support user defined classes? Seems likely that it would... I removed the jbossha-session.sar directory and the web.xml file does not have the tag in it and the problem still persisted. It seems to me that the persisted session should not be loading if the HttpSession replication is shut off. Is this true or are persistent sessions decoupled from replication? Did I miss something in the configuration? Any suggestions would be greatly appreciated. This is quite annoying having to start the server twice. I have a stdout log; but it is quite long. Is there a way to post a file attachment? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877393#3877393 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877393 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
