生活随笔
收集整理的這篇文章主要介紹了
JBoss5 启动报错java.lang.IllegalArgumentException: ...
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
2019獨(dú)角獸企業(yè)重金招聘Python工程師標(biāo)準(zhǔn)>>>
10:18:01,906?ERROR?[AbstractKernelController]?Error?installing?to?Instantiated:?name=AttachmentStore?state=Described?? java.lang.IllegalArgumentException:?Wrong?arguments.?new?for?target?java.lang.reflect.Constructor?expected=[java.net.URI]?actual=[java.io.File]?? ????at?org.jboss.reflect.plugins.introspection.ReflectionUtils.handleErrors(ReflectionUtils.java:395)?? ????at?org.jboss.reflect.plugins.introspection.ReflectionUtils.newInstance(ReflectionUtils.java:153)?? ????at?org.jboss.reflect.plugins.introspection.ReflectConstructorInfoImpl.newInstance(ReflectConstructorInfoImpl.java:106) ?
網(wǎng)上資源:
JBoss 論壇:Problem installing 5.1GA on solaris SPARC
JBoss bug:JBAS-6981
在 JBoss 的官方論壇上找到一篇解決方案,具體是:
確定正在使用的要發(fā)布的服務(wù)器(server 目錄下使用到的服務(wù)目錄,如 all, default, minial, ...,這里我使用的是 default)。 進(jìn)到類似目錄 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>?? ?
修改為: Xml代碼? <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,問題解決 轉(zhuǎn)自http://mycream.iteye.com/blog/632166 謝謝這位高手!
轉(zhuǎn)載于:https://my.oschina.net/u/562564/blog/128955
總結(jié)
以上是生活随笔為你收集整理的JBoss5 启动报错java.lang.IllegalArgumentException: ...的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
如果覺得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。