Problems running jboss [message #148236] |
Thu, 11 March 2004 18:53 |
Eclipse User |
|
|
|
Originally posted by: ltcmelo_java.yahoo.com.br
Hi, I got eclipse working fine with JBoss 3.2.1.
Then I tried to update to JBoss 3.2.3 ( with mysql as defaultDS ) and I
get the following execption when try to run it from elipse ( clicking on
the server and -> run server ).
The weird thing is the i can run jboss 3.2.3 fine from the comand line. My
server configuration in eclipse seems to be ok as I used the same methods
as i did for jboss 3.2.1, even the jboss321.server file is pretty much
like the jboss323.server file ( just the directory and name changes ).
Here is the exception:
Posted: Thu Mar 11, 2004 18:05 PM Post subject: [MainDeployer]
Exception... in jboss-service.xml
------------------------------------------------------------ --------------------
Hi, I got JBoss 3.2.3 ( with mysql as defaultDS ) starting fine from the
comand line. When I try to run it from Eclipse it raises the exception
bellow.
My configuration in Eclipse seems not to be the problem as I can run JBoss
3.2.1 perfectly. The problem only happens with JBoss 3.2.3 and I have no
clue why.
[MainDeployer] could not create deployment:
file:/C:/jboss-3.2.3/server/default/conf/jboss-service.xml
org.jboss.deployment.DeploymentException: create operation failed for
package file:/C:/jboss-3.2.3/server/default/conf/jboss-service.xml; -
nested throwable: (org.jboss.deployment.DeploymentException: - nested
throwable: (java.lang.reflect.UndeclaredThrowableException))
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:202 )
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:7 86)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:6 41)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:6 05)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:5 89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(Refl ectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.j ava:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:17 7)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:3 84)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291 )
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:395)
at java.lang.Thread.run(Thread.java:534)
|
|
|
Powered by
FUDForum. Page generated in 0.04938 seconds