Failed to boot JBoss: org.jboss.deployment DeploymentException: url file:/jboss-4.2.3.GA/server/jboss/conf/jboss-service.xml could not be opened, does it exist?
I was testing the MyEclipse 8.0M1 today and decided to add JBoss as my application server and naturally (since this is JBoss after all) I ran into some problems, okay okay I’ll admit it was due to my own stupidity and or lack of experience. Yes, the problem, so the error is below and solution is here (i.e. don’t name your server ‘jboss’ rather leave the ‘default’ there or use what ever is you configured JBoss folder) :

adding jboss in my eclipse 8.0 M1 trial version
Failed to boot JBoss:
org.jboss.deployment.DeploymentException: url file:/jboss-4.2.3.GA/server/jboss/conf/jboss-service.xml could not be opened, does it exist?
at org.jboss.deployment.DeploymentInfo.<init>(DeploymentInfo.java:214)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:781)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:619)
15:59:14,541 INFO [Server] Runtime shutdown hook called, forceHalt: true
15:59:14,541 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
15:59:14,545 INFO [Server] Shutdown complete
Shutdown complete
Halting VM
Ah!!! at last I found what I was looking for. Somtimes it takes so much effort to find even tiny useful piece of information.
| Posted 1 week, 6 days agoNice post. Thanks