Jboss not getting up
PostPosted:Thu Jun 03, 2010 9:48 am
Hi,
I am trying to run an application using jboss. i am using joss version 6 and java version 6. while making the server up i am getting the following error. getting the same result while double clicking run.bat as well as running run.bat through cmd.
Please help me....
I am trying to run an application using jboss. i am using joss version 6 and java version 6. while making the server up i am getting the following error. getting the same result while double clicking run.bat as well as running run.bat through cmd.
Please help me....
Code: Select all
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: D:\jboss-6.0.0.20100429-M3
JAVA: C:\Program Files\Java\jdk1.6.0\bin\java
JAVA_OPTS: -Dprogram.name=run.bat -Xms128M -Xmx512M -XX:MaxPermSize=256M -Dsun
.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dorg
.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -server
CLASSPATH: C:\Program Files\Java\jdk1.6.0\lib\tools.jar;D:\jboss-6.0.0.2010042
9-M3\bin\run.jar
===============================================================================
java.lang.NoSuchMethodError: java.util.Properties.load(Ljava/io/Reader;)V
at org.jboss.logmanager.PropertyConfigurator.configure(PropertyConfigura
tor.java:78)
at org.jboss.logmanager.LogManager.readConfiguration(LogManager.java:244
)
at org.jboss.logmanager.LogManager.readConfiguration(LogManager.java:229
)
at java.util.logging.LogManager$2.run(LogManager.java:249)
at java.security.AccessController.doPrivileged(Native Method)
at java.util.logging.LogManager.readPrimordialConfiguration(LogManager.j
ava:247)
at java.util.logging.LogManager.getLogManager(LogManager.java:230)
at java.util.logging.Logger.<init>(Logger.java:149)
at java.util.logging.LogManager$RootLogger.<init>(LogManager.java:964)
at java.util.logging.LogManager$RootLogger.<init>(LogManager.java:961)
at java.util.logging.LogManager$1.run(LogManager.java:179)
at java.security.AccessController.doPrivileged(Native Method)
at java.util.logging.LogManager.<clinit>(LogManager.java:156)
at java.util.logging.Logger.getLogger(Logger.java:228)
at java.util.logging.Logger.<clinit>(Logger.java:181)
at com.sun.jmx.remote.util.ClassLogger.<init>(ClassLogger.java:37)
at javax.management.NotificationBroadcasterSupport.<clinit>(Notification
BroadcasterSupport.java:335)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:506)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at org.jboss.bootstrap.api.factory.SecurityActions$1.run(SecurityActions
.java:95)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.bootstrap.api.factory.SecurityActions.newInstance(SecurityA
ctions.java:75)
at org.jboss.bootstrap.api.factory.GenericFactory.createInstance(Generic
Factory.java:97)
at org.jboss.bootstrap.api.factory.ServerFactory.createServer(ServerFact
ory.java:84)
at org.jboss.Main.boot(Main.java:438)
at org.jboss.Main$1.run(Main.java:804)
at java.lang.Thread.run(Thread.java:626)
Failed to boot JBoss:
java.lang.Exception: Encountered exception in server startup
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAn
dDescriptors(AbstractMCServerBase.java:325)
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(Abstr
actMCServerBase.java:257)
at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(
AbstractJBossASServerBase.java:381)
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.r
un(AbstractServer.java:413)
at java.lang.Thread.run(Thread.java:626)
Caused by: java.lang.IllegalStateException: Incompletely deployed:
DEPLOYMENTS IN ERROR:
Deployment "JMXKernel" is in error due to: java.lang.reflect.InvocationTargetE
xception
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "ServiceDeployer" is missing the following dependencies:
Dependency "JMXKernel" (should be in state "Installed", but is actually in s
tate "**ERROR**")
Deployment "JMXRegistrationAdvice" is missing the following dependencies:
Dependency "JMXKernel" (should be in state "Installed", but is actually in s
tate "**ERROR**")
Deployment "JMXStartStopAdvice" is missing the following dependencies:
Dependency "JMXKernel" (should be in state "Installed", but is actually in s
tate "**ERROR**")
Deployment "JMXCreateDestroyAdvice" is missing the following dependencies:
Dependency "JMXKernel" (should be in state "Installed", but is actually in s
tate "**ERROR**")
Deployment "AspectManagerJMXRegistrar" is missing the following dependencies:
Dependency "JMXKernel" (should be in state "Installed", but is actually in s
tate "**ERROR**")
Deployment "ServiceMetaDataICF" is missing the following dependencies:
Dependency "JMXKernel" (should be in state "Installed", but is actually in s
tate "**ERROR**")
Dependency "JMXKernel" (should be in state "Installed", but is actually in s
tate "**ERROR**")
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.internalVa
lidate(AbstractKernelDeployer.java:278)
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.validate(A
bstractKernelDeployer.java:174)
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAn
dDescriptors(AbstractMCServerBase.java:314)
... 4 more
Posting Shutdown Request to the server...
Server startup has not completed, so halting the process
Press any key to continue . . .