Problems starting jboss from eclipse [message #148244] |
Thu, 11 March 2004 18:59  |
Eclipse User |
|
|
|
Originally posted by: ltcmelo_java.yahoo.com.br
Hi, i can start jboss321 perfectly from eclipse. Then i tried to update to
jboss323 (wich is configured to use mysql as defaultds) and when i tried
to run it from the command line... perfect, started fine and works.
When i try to run from eclipse (clicking on the lomboz view/jboss323/run
server), i get an exception. Is it weird? I use the same method to
configure eclipse for jboss323 and it seems to be alright (the
jboss321.server and jboss323.server files are pretty much the same and the
server configuration, classpath ( client, server, etc.. ) configuration
also seems to be ok.
Can anyone help me?
This 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)
Thanks,
ltcmelo
|
|
|
Re: Problems starting jboss from eclipse [message #148567 is a reply to message #148244] |
Sun, 14 March 2004 08:01  |
Eclipse User |
|
|
|
The problem seams to be too specifc. Maybe you should ask the
jboss or lomboz crews or forums. They should know what to do.
Bye,
Martin (Kersten)
PS: What helps mostly is to use google and check the newsgroup
archives and the internet. Just query for the given exception and
the status message - of cause if you havn't allready done it yet. :-)
> Hi, i can start jboss321 perfectly from eclipse. Then i tried to update to
> jboss323 (wich is configured to use mysql as defaultds) and when i tried
> to run it from the command line... perfect, started fine and works.
> When i try to run from eclipse (clicking on the lomboz view/jboss323/run
> server), i get an exception. Is it weird? I use the same method to
> configure eclipse for jboss323 and it seems to be alright (the
> jboss321.server and jboss323.server files are pretty much the same and the
> server configuration, classpath ( client, server, etc.. ) configuration
> also seems to be ok.
> Can anyone help me?
> This 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 ectedMBeanDispat
cher.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)
>
>
> Thanks,
> ltcmelo
>
|
|
|
Powered by
FUDForum. Page generated in 0.03612 seconds