[jboss-user] [EJB/JBoss] - ClassNotFoundException causing Problem with Passivation of S

mlikesit do-not-reply at jboss.com
Mon Jul 13 04:04:24 EDT 2009


I am getting an error that I'm not sure how to fix.  It appears that it happens when the EJB container (i think) tries to passivate one of my EJB 3.0 statefull session beans.  The  top level exception, and the root cause of the exception are posted below.

So basically it looks like somewhere something is trying to use reflection to load the class:org.omg.CORBA.InterfaceDef but it can't be found anywhere.  I think this happens when the EJB container tries to passivate one of my statefull session beans.  

I'd just include the class on my classpath, but I can't even find somewhere to download it from.

Top Level Exception
00:53:43,992 ERROR [HoldemTableBean] problem passivation thread
javax.ejb.EJBException: Could not passivate; failed to save state
	at org.jboss.ejb3.cache.simple.StatefulSessionFilePersistenceManager.passivateSession(StatefulSessionFilePersistenceManager.java:409)
	[Rest of Stack Trace Ommitted]



The root cause of the error is this:
Caused by: java.lang.ClassNotFoundException: org.omg.CORBA.InterfaceDef from BaseClassLoader at adc928{VFSClassLoaderPolicy at 1716fcd{name=vfsfile:/C:/jboss-5.0.1.GA/server/default/deployers/ejb3.deployer/ domain=ClassLoaderDomain at 18aecf1{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.system.NoAnnotationURLClassLoader at 4cee32} roots=[MemoryContextHandler at 6498190[path= context=vfsmemory://5c4o15i-b318ui-fx2upwhw-1-fx2uq4jy-8 real=vfsmemory://5c4o15i-b318ui-fx2upwhw-1-fx2uq4jy-8], FileHandler at 28958965[path=ejb3.deployer context=file:/C:/jboss-5.0.1.GA/server/default/deployers/ real=file:/C:/jboss-5.0.1.GA/server/default/deployers/ejb3.deployer/], DelegatingHandler at 6303790[path=ejb3.deployer/jboss-ejb3-deployer.jar context=file:/C:/jboss-5.0.1.GA/server/default/deployers/ real=file:/C:/jboss-5.0.1.GA/server/default/deployers/ejb3.deployer/jboss-ejb3-deployer.jar], DelegatingHandler at 16463057[path=ejb3.deployer/jboss-ejb3-iiop.jar context=file:/C:/jboss-5.0.1.GA/server/default/deployers/ real=file:/C:/jboss-5.0.1.GA/server/default/deployers/ejb3.deployer/jboss-ejb3-iiop.jar]]  delegates=null exported=[org.jboss.as.javaee, org.jboss.ejb3.clientmodule, org.jboss.ejb3.deployers, org.jboss.ejb3.deployers.tmp, org.jboss.ejb3.iiop, org.jboss.as.jpa.resolvers, META-INF] <IMPORT-ALL>NON_EMPTY}}
		
[Rest of Stack Trace Ommitted]


My Environment
OS: WIndows Vista 32 bit
JBOSS 5.1


Thanks in advance for any help. 
-Mike

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243176#4243176

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243176




More information about the jboss-user mailing list