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
|