Posts

Showing posts from January, 2012

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