2019獨角獸企業重金招聘Python工程師標準>>>
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) ?
網上資源:
JBoss 論壇:Problem installing 5.1GA on solaris SPARC
JBoss bug:JBAS-6981
在 JBoss 的官方論壇上找到一篇解決方案,具體是:
確定正在使用的要發布的服務器(server 目錄下使用到的服務目錄,如 all, default, minial, ...,這里我使用的是 default)。 進到類似目錄 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,問題解決 轉自http://mycream.iteye.com/blog/632166 謝謝這位高手!
轉載于:https://my.oschina.net/u/562564/blog/128955
總結
以上是生活随笔為你收集整理的JBoss5 启动报错java.lang.IllegalArgumentException: ...的全部內容,希望文章能夠幫你解決所遇到的問題。
如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。