2 Replies Latest reply on Mar 31, 2008 3:55 AM by samuel.penn

    NoClassDefFound for UploadedFile on install

    samuel.penn

      I have the JBoss-Portal-2.6.4 bundle installed, and I'm trying to install jboss-forums-1.0.0RC-P2.6Alpha. Installation environment is Xubuntu, and the base install of JBoss+Portal (plus JBoss Wiki) seems to work fine.

      I've copied the jboss-forums.ear into server/default/deploy, which I believe is the correct location, though I haven't been able to find any documentation on how to install the forums. When I do this, I get the following errors:

      --- MBeans waiting for other MBeans ---
      ObjectName: org.jboss.security.acl.AclKernelFactory:service=aclKernelFactory
       State: FAILED
       Reason: java.lang.NoClassDefFoundError: org/apache/myfaces/custom/fileupload/U
      ploadedFile
      
      ObjectName: jboss.web.deployment:war=portal-forums.war,id=-1576440090
       State: FAILED
       Reason: org.jboss.deployment.DeploymentException: URL file:/home/sam/jboss/jbo
      ss-portal-2.6.4/server/default/tmp/deploy/tmp46529jboss-forums.ear-contents/port
      al-forums-exp.war/ deployment failed
      
      --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
      ObjectName: org.jboss.security.acl.AclKernelFactory:service=aclKernelFactory
       State: FAILED
       Reason: java.lang.NoClassDefFoundError: org/apache/myfaces/custom/fileupload/UploadedFile
      


      First of all, do I have the right versions, and am I correctly installing it?

      If so, any ideas what step I'm missing?

      Thanks,
      Sam.