0 Replies Latest reply on Nov 29, 2011 11:26 AM by richzre

    Error when starting JBoss 5.1.0.GA / Attachment Store

    richzre

      Hi I'm getting this error when starting the JBoss server in Eclipse.

       

      Failed to boot Boss:

      java.lang.IllegalStateException: Incompletely deployed.

       

      DEPLOYMENTS IN ERROR

      Deployment "AttachmentStore" is in error due to: java.lang.IllegalArgumentException: wrong arguments. new for taget java.land.reflect.Constructor expected=[java.net.URI] actual=[java.io.File]

       

       

      I've google the attachementstore error and several people suggesting modifying the profile.xml file and add a class to the constructor paramater node like this.....

      <constructor><parameter class="java.io.File">

       

      I added the class correctly, saved the file but JBoss still throws the same error when starting.  I'm completely baffled,  I've rechecked the profile.xml file to make sure the class was added correctly and it is.  Anyone have any other ideas?