Hi,
I’m using Eclipse 3.0.0 and my Eclipse beta2 (latest) with JBOSS 3.2.3. My- Eclipse is successfully integrated with Eclipse, but my problem is when ever I tried to run my server(JBOSS) from eclipse through my eclipse, i’m getting an error.. as follows.
============================================
Failed to boot JBoss:
org.jboss.deployment.DeploymentException: url file:/D:/jboss-3.2.3/server/JBOSS/conf/jboss-service.xml could not be opened, does it exist?
at org.jboss.deployment.DeploymentInfo.<init>(DeploymentInfo.java:162)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:604)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
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:324)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
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)
16:17:32,307 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
=============================================
Here eclipse is looking for jboss-service.xml in an imaginary directory, also deployment is also not tatking place. Please help me…
Thanks in advance,
excent 🙂