运行JBoss 5.1.0 GA时出现Error installing to Instantiated:name=AttachmentStore state=Described错误的解决办法

Posted Franson

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了运行JBoss 5.1.0 GA时出现Error installing to Instantiated:name=AttachmentStore state=Described错误的解决办法相关的知识,希望对你有一定的参考价值。

第一次开JBoss服务器:有些时候会遇到这种情况:把以下的文字替换即可

进到类似目录 server/default/conf/bootstrap,打开文件 profile.xml找到: Xml代码

 <bean name="AttachmentStore" class="org.jboss.system.server.profileservice.repository.AbstractAttachmentStore">   <constructor><parameter><inject bean="BootstrapProfileFactory" property="attachmentStoreRoot" /></parameter></constructor> 

修改为:

<bean name="AttachmentStore" class="org.jboss.system.server.profileservice.repository.AbstractAttachmentStore">   <constructor><parameter class="java.io.File"><inject bean="BootstrapProfileFactory" property="attachmentStoreRoot" /></parameter></constructor>  

 重启 JBoss,问题解决

以上是关于运行JBoss 5.1.0 GA时出现Error installing to Instantiated:name=AttachmentStore state=Described错误的解决办法的主要内容,如果未能解决你的问题,请参考以下文章

jboss-5.1.0.GA启动返回java.lang.IllegalArgumentException

如何使用 Cargo maven 插件远程部署 EAR 到 JBoss 5.1.0.GA?

如何检查和设置 JBoss 5 的 URL 和端口号?

JBoss AS 5.1.0 GA resteasy 应用程序 - 在每个请求上强制登录

Postgres 在通过 JBOSS 运行我的应用程序时出现致命错误

为啥在 JBoss7.1.EAP 中运行应用程序时出现 java.lang.NoSuchMethodError