[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-2773) JPA example on Tomcat 6.X throws a NoClassDefFoundError: org/objectweb/asm/Type

Viorel Andronic (JIRA) jira-events at lists.jboss.org
Wed Jul 30 08:40:26 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBSEAM-2773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12423027#action_12423027 ] 

Viorel Andronic commented on JBSEAM-2773:
-----------------------------------------

After going through this bug and downloading latest jpa example from svn I got into the following issue

Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.jboss.seam.util.Reflections.invoke(Reflections.java:21)
	at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:125)
	... 32 more
Caused by: java.lang.NoClassDefFoundError: org/jboss/util/file/ArchiveBrowser$Filter
	at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:119)
	at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:83)
	at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:60)
	at org.jboss.seam.persistence.EntityManagerFactory.createEntityManagerFactory(EntityManagerFactory.java:81)
	at org.jboss.seam.persistence.EntityManagerFactory.startup(EntityManagerFactory.java:50)
	... 38 more
Caused by: java.lang.ClassNotFoundException: org.jboss.util.file.ArchiveBrowser$Filter
	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1360)
	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1206)
	at java.lang.ClassLoader.loadClassInternal(Unknown Source)
	... 43 more

After google-ing long enough I found that jboss-common-core.jar is missing too and adding it to /jboss-seam-jpa/WEB-INF/lib fixed everything.

Jay, please modify the build script and include this jar too.

Thanks

> JPA example on Tomcat 6.X throws a NoClassDefFoundError: org/objectweb/asm/Type
> -------------------------------------------------------------------------------
>
>                 Key: JBSEAM-2773
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-2773
>             Project: Seam
>          Issue Type: Bug
>          Components: Examples, Platform interoperability
>    Affects Versions: 2.0.2.CR1
>         Environment: Tomcat 6.0.16
> Java 1.5
> Linux fedora 8 x86
>            Reporter: Jay Balunas
>            Assignee: Jay Balunas
>             Fix For: 2.0.2.CR1, 2.1.0.BETA1
>
>
> Follow the instructions for the JPA example deploying to tomcat 6.0.  When deploying the JPA example you will see  the exception below.
> Caused by: java.lang.NoClassDefFoundError: org/objectweb/asm/Type
> 	at net.sf.cglib.core.TypeUtils.parseType(TypeUtils.java:180)
> 	at net.sf.cglib.core.KeyFactory.<clinit>(KeyFactory.java:66)
> 	at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
> 	at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:117)
> 	at org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory.postInstantiate(CGLIBProxyFactory.java:43)
> 	at org.hibernate.tuple.entity.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:162)
> 	at org.hibernate.tuple.entity.AbstractEntityTuplizer.<init>(AbstractEntityTuplizer.java:135)
> 	at org.hibernate.tuple.entity.PojoEntityTuplizer.<init>(PojoEntityTuplizer.java:55)
> 	at org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping.<init>(EntityEntityModeToTuplizerMapping.java:56)
> 	at org.hibernate.tuple.entity.EntityMetamodel.<init>(EntityMetamodel.java:295)
> 	at org.hibernate.persister.entity.AbstractEntityPersister.<init>(AbstractEntityPersister.java:434)
> 	at org.hibernate.persister.entity.SingleTableEntityPersister.<init>(SingleTableEntityPersister.java:109)
> 	at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:55)
> 	at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:226)
> 	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1294)
> 	at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:915)
> 	at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:730)
> 	at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:121)
> 	at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:83)
> 	at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:60)
> 	at org.jboss.seam.persistence.EntityManagerFactory.createEntityManagerFactory(EntityManagerFactory.java:81)
> 	at org.jboss.seam.persistence.EntityManagerFactory.startup(EntityManagerFactory.java:50)
> 	... 38 more

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list