Exception in thread “main” java.lang.NoClassDefFoundError: org/jboss/util/Nested RuntimeException

≯℡__Kan透↙ 提交于 2019-12-11 11:45:18

问题


When I start my jBoss5.x server I get the following exception

Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/util/Nested
RuntimeException
        at org.jboss.bootstrap.AbstractServerImpl.doInit(AbstractServerImpl.java
:190)
        at org.jboss.bootstrap.AbstractServerImpl.init(AbstractServerImpl.java:1
73)
        at org.jboss.bootstrap.AbstractServerImpl.init(AbstractServerImpl.java:1
43)
        at org.jboss.Main.boot(Main.java:218)
        at org.jboss.Main$1.run(Main.java:556)
        at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ClassNotFoundException: org.jboss.util.NestedRuntimeExcepti
on
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

I have set my java class path I am fresher with jBoss so I cant understand the reason for the issue.

Any help would be highly appreciated

来源:https://stackoverflow.com/questions/20990292/exception-in-thread-main-java-lang-noclassdeffounderror-org-jboss-util-nested

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!