读书人

JBOSS起步失败

发布时间: 2012-07-02 17:46:22 作者: rapoo

JBOSS启动失败
错误提示:java.lang.IllegalArgumentException: Wrong arguments. new for target java.lang.reflect.Constructor expected=[java.net.URI] actual

原因是AttachmentStore初始化错误。
打开jboss-5.1.0.GA/server/default/conf/bootstrap下的profile.xml文件。

关于AttachmentStore的配置
<!-- The attachment store -->
<bean name="AttachmentStore" property="attachmentStoreRoot" /></parameter></constructor>

改成
<!-- The attachment store -->
<bean name="AttachmentStore" property="attachmentStoreRoot" /></parameter></constructor>

读书人网 >操作系统

热点推荐