- This topic has 1 reply, 2 voices, and was last updated 17 years, 5 months ago by Riyad Kalla.
-
AuthorPosts
-
ThrivingOnChaosMemberFolks,
Am using EclipseIDE 3.3.0 w/JBoss. Attempted to start JBoss MQ as a JMS server and received the console listing below, the focus of which (I think?) is the statement “…jboss-service.xml could not be opened, does it exist?”.
Checked and made sure the jboss-service.xml file does exist under the server/all, server/default and server/minimal folders. I think something is not set up properly. Can you help?
Mark Herbst
run.bat: unused non-option argument: –
run.bat: unused non-option argument: type
run.bat: unused non-option argument: your
run.bat: unused non-option argument: own
run.bat: unused non-option argument: here
10:35:42,617 INFO [Server] Starting JBoss (MX MicroKernel)…
10:35:42,617 INFO [Server] Release ID: JBoss [Zion] 4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231751)
10:35:42,627 INFO [Server] Home Dir: C:\jboss\labs\jboss-4.x
10:35:42,627 INFO [Server] Home URL: file:/C:/jboss/labs/jboss-4.x/
10:35:42,627 INFO [Server] Patch URL: null
10:35:42,627 INFO [Server] Server Name: default,all,minimal,other
10:35:42,627 INFO [Server] Server Home Dir: C:\jboss\labs\jboss-4.x\server\default,all,minimal,other
10:35:42,627 INFO [Server] Server Home URL: file:/C:/jboss/labs/jboss-4.x/server/default,all,minimal,other/
10:35:42,627 INFO [Server] Server Temp Dir: C:\jboss\labs\jboss-4.x\server\default,all,minimal,other\tmp
10:35:42,627 INFO [Server] Root Deployment Filename: jboss-service.xml
10:35:43,308 INFO [ServerInfo] Java version: 1.5.0_11,Sun Microsystems Inc.
10:35:43,308 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_11-b03,Sun Microsystems Inc.
10:35:43,308 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
10:35:43,829 INFO [Server] Core system initialized
Failed to boot JBoss:
org.jboss.deployment.DeploymentException: url file:/C:/jboss/labs/jboss-4.x/server/default,all,minimal,other/conf/jboss-service.xml could not be opened, does it exist?
at org.jboss.deployment.DeploymentInfo.<init>(DeploymentInfo.java:191)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:752)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:737)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy5.deploy(Unknown Source)10:35:43,869 INFO [Server] Runtime shutdown hook called, forceHalt: true
10:35:43,869 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
Shutting downat org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:453)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:330)
at org.jboss.Main.boot(Main.java:187)
at org.jboss.Main$1.run(Main.java:438)
at java.lang.Thread.run(Unknown Source)
10:35:43,869 INFO [Server] Shutdown complete
Shutdown complete
Halting VM
Riyad KallaMemberMoving to OT > Soft Dev
-
AuthorPosts