-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: BlockedMsId, NoClassDefFoundError: org/objectweb/asm/Type
PostPosted: Tue Jun 05, 2007 5:10 pm 
Newbie

Joined: Tue May 08, 2007 3:34 pm
Posts: 19
I am getting a NoClassDefFoundError during startup when hibernate tries to lookup the following classes. It does resolve finding the table classes in the same package but does not find the classes with the Id added below. Any ideas why? I am running it through RMI and seemed to work prior to this. I need to be able to use it through the RMI layer, since the majority of our stuff is goiing through RMI. The jar that has these classes is in the classpath too. When the RMI Service is created the classpath is setup passing the rapidReviewRmi.jar.

05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -resolving reference to class: rapidReview.core.hibernate.TrSubmissionDetail
05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -resolving reference to class: rapidReview.core.hibernate.TrSubmissionDetail
05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -resolving reference to class: rapidReview.core.hibernate.TrSubmissionDetail
05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -resolving reference to class: rapidReview.core.hibernate.TrSubmissionDetail
05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -resolving reference to class:
rapidReview.core.hibernate.Author
05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -resolving reference to class: rapidReview.core.hibernate.TrSubmissionDetail
05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -resolving reference to class: rapidReview.core.hibernate.TrSubmissionDetail
05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -resolving reference to class: rapidReview.core.hibernate.TrSubmissionDetail
05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -resolving reference to class: rapidReview.core.hibernate.Person
05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -resolving reference to class: rapidReview.core.hibernate.TrSubmissionDetail
05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -resolving reference to class: rapidReview.core.hibernate.TrSubmissionDetail


05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -reflection optimizer disabled for: rapidReview.core.hibernate.BlockedMsId, NoClassDefFoundError: org/objectweb/asm/Type
05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -reflection optimizer disabled for: rapidReview.core.hibernate.MsProductionDataId, NoClassDefFoundError: null
05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -reflection optimizer disabled for: rapidReview.core.hibernate.JlAuthorFieldsId, NoClassDefFoundError: null
05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -reflection optimizer disabled for: rapidReview.core.hibernate.TrUploadFilesId, NoClassDefFoundError: null
05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -reflection optimizer disabled for: rapidReview.core.hibernate.TrSubmissionDetailId, NoClassDefFoundError: null
05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -reflection optimizer disabled for: rapidReview.core.hibernate.JlReviewQuestionVersionId, NoClassDefFoundError: null
05 Jun 2007 16:47:50 [4_623=webRoles] DEBUG -reflection optimizer disabled for: rapidReview.core.hibernate.AllTagsId, NoClassDefFoundError: null


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 06, 2007 10:37 am 
Newbie

Joined: Tue May 08, 2007 3:34 pm
Posts: 19
The problem was due to the wrong version of cglib.jar being used. I replaced this with the version supplied with the spring framework and it resolved the problem. Not sure why I used the wrong version and can not remember if that version already existing in our lib folder and did not look it up in Spring directory. Hope this helps someone else in the future.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.