jBoss 5.1.0 GA run error

ERROR [AbstractKernelController] Error installing to Instantiated:
name=AttachmentStore state=Described

The fix was to add class="java.io.File" to conf/bootstrap/profile.xml:

 name="AttachmentStore"
    class="org.jboss.system.server.profileservice.repository.AbstractAttachmentStore"
   

     class="java.io.File"
         bean="BootstrapProfileFactory"
                property="attachmentStoreRoot"
   
   
     name="mainDeployer"
     bean="MainDeployer"
   
     name="serializer"
     bean="AttachmentsSerializer"
   
     name="persistenceFactory"
     bean="PersistenceFactory"
   


just start again using run.bat

127.0.0.1:8080

Comments

Html Pro said…
This comment has been removed by a blog administrator.

Popular posts from this blog

The correct way to install Jython (for Burpsuite)

RFID cloning with Proxmark3 Easy

Extracting an IPA; App distributed through Testflight