JBOSS 5.0启动错误 [英] JBOSS 5.0 Starting Error

查看:193
本文介绍了JBOSS 5.0启动错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经安装了Jboss 5.0.0GA-jdk6 ...尝试通过运行"run.bat"(位于bin文件夹中)启动jboss时,出现以下错误...我在做什么错了?

I have installed Jboss 5.0.0GA-jdk6... While trying to start jboss by running "run.bat" (inside bin folder), I am getting following error... what am I doing wrong ?

 Failed to boot JBoss:
    java.lang.IllegalStateException: Incompletely deployed:

    *** DEPLOYMENTS IN ERROR: Name -> Error
    StandardBindings -> java.lang.IllegalArgumentException: Wrong arguments. new for
     target java.lang.reflect.Constructor expected=[int] actual=[java.util.HashSet]

    *** DEPLOYMENTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual S
    tate}
    ServiceBindingManager -> ServiceBindingStore{Installed:Instantiated}
    SystemPropertyBinder -> SystemPropertyBinder#1{Installed:Described}
    SystemPropertyBinder#1 -> ServiceBindingManager{Installed:Described}
    ServiceBindingStore -> StandardBindings{Installed:**ERROR**}

            at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.internalVa
    lidate(AbstractKernelDeployer.java:290)
            at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.validate(A
    bstractKernelDeployer.java:174)
            at org.jboss.bootstrap.microcontainer.ServerImpl.doStart(ServerImpl.java
    :148)
            at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:
    394)
            at org.jboss.Main.boot(Main.java:209)
            at org.jboss.Main$1.run(Main.java:547)
            at java.lang.Thread.run(Unknown Source)
    15:05:41,329 INFO  [ServerImpl] Runtime shutdown hook called, forceHalt: true
    15:05:41,332 INFO  [ServerImpl] Shutdown complete
    Shutdown complete
    Halting VM
    Press any key to continue . . .

推荐答案

profile.xml中存在错误

There is a bug in the profile.xml

要解决此问题,请快速将"class = java.io.File"类型添加到构造函数的参数中,如下所示:

For a fix quick add the type "class=java.io.File" to the parameter of the constructor as showed:

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

有关详细说明,请访问: https://issues.jboss.org/browse/JBAS -6981

For a detailed explanation go to: https://issues.jboss.org/browse/JBAS-6981

这篇关于JBOSS 5.0启动错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆