- This topic has 3 replies, 2 voices, and was last updated 18 years, 4 months ago by
glads.
-
AuthorPosts
-
gladsMemberHi, everyone.
When I start JBoss I’m receiving the following error:
Failed to boot JBoss:
org.jboss.deployment.DeploymentException: url file:/C:/java/jboss-4.0.5.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)02:00:42,972 INFO [Server] Runtime shutdown hook called, forceHalt: true
02:00:42,972 INFO [Server] JBoss SHUTDOWN: Undeploying all packagesat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
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:490)
at java.lang.Thread.run(Thread.java:595)
02:00:42,988 INFO [Server] Shutdown complete
Shutdown complete
Halting VMIt’s halting.
It seems lookinf form jboss-service.xml in wrong place. The right one is: C:/java/jboss-4.0.5.GA/server/default/conf/jboss-service.xml. I don’t understand why he’s looking in the wrong place.
Can you help me?
Thanks.
Gladstone.March 20, 2007 at 12:25 am #267656
gladsMemberOps!!!
*** Date:
Quarta-feira, 21 de Março de 2007 02h23min30s GMT-02:00** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_08*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.1.1 GA
Build id: 20070302-5.1.1-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.1.1 GA
Build id: 20070302-5.1.1-GAEclipse Graphical Editing Framework
Version: 3.2.2.v20070208
Build id: 20070208-1315Eclipse Platform
Version: 3.2.2.r322_v20070119-RQghndJN8IM0MsK
Build id: M20070212-1330Eclipse RCP
Version: 3.2.2.r322_v20070104-8pcviKVqd8J7C1U
Build id: M20070212-1330Eclipse Java Development Tools
Version: 3.2.2.r322_v20070104-R4CR0Znkvtfjv9-
Build id: M20070212-1330Eclipse Project SDK
Version: 3.2.2.r322_v20070104-dCGKm0Ln38lm-8s
Build id: M20070212-1330Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\java\MyEclipse 5.1.1 GA\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
464_50
-vm
C:\java\MyEclipse 5.1.1 GA\jre\bin\javaw.exeMarch 20, 2007 at 10:29 am #267696
Riyad KallaMemberWhat do you have your JBoss Home directory set to in the connector preferences? It should be the top level dir… like C:\Java\JBoss-4.0.5
March 20, 2007 at 9:47 pm #267785
gladsMemberOk, that’s it. I don’t know why server name has changed. Probably not alone… :-/
Thank you.
-
AuthorPosts