Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"plz help in starting jboss server ...!"

Status
Not open for further replies.

sofiatahseen

Programmer
Nov 19, 2005
2
0
0
US
i have installed Jboss and when i try starting(run) the server it gives me the foll problem


C:\jboss\bin>run
===============================================================================
.
JBoss Bootstrap Environment
.
JBOSS_HOME: C:\jboss\bin\\..
.
JAVA: "C:\j2sdk1.4.2_09"\bin\java
.
JAVA_OPTS: -Dprogram.name=run.bat
.
CLASSPATH: "C:\j2sdk1.4.2_09"\lib\tools.jar;C:\jboss\bin\\run.jar
.
===============================================================================
.
15:50:45,590 INFO [Server] Starting JBoss (MX MicroKernel)...
15:50:45,650 INFO [Server] Release ID: JBoss [WonderLand] 3.2.7 (build: CVSTag=
JBoss_3_2_7 date=200501280249)
15:50:45,650 INFO [Server] Home Dir: C:\jboss
15:50:45,650 INFO [Server] Home URL: file:/C:/jboss/
15:50:45,650 INFO [Server] Library URL: file:/C:/jboss/lib/
15:50:45,650 INFO [Server] Patch URL: null
15:50:45,650 INFO [Server] Server Name: default
15:50:45,650 INFO [Server] Server Home Dir: C:\jboss\server\default
15:50:45,650 INFO [Server] Server Home URL: file:/C:/jboss/server/default/
15:50:45,650 INFO [Server] Server Data Dir: C:\jboss\server\default\data
15:50:45,650 INFO [Server] Server Temp Dir: C:\jboss\server\default\tmp
15:50:45,650 INFO [Server] Server Config URL: file:/C:/jboss/server/default/con
f/
15:50:45,650 INFO [Server] Server Library URL: file:/C:/jboss/server/default/li
b/
15:50:45,650 INFO [Server] Root Deployment Filename: jboss-service.xml
15:50:45,660 INFO [Server] Starting General Purpose Architecture (GPA)...
15:50:45,930 INFO [ServerInfo] Java version: 1.4.2_09,Sun Microsystems Inc.
15:50:45,930 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.4.2_09-b05
,Sun Microsystems Inc.
15:50:45,930 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
15:50:46,090 INFO [Server] Core system initialized
Failed to boot JBoss:
org.jboss.deployment.DeploymentException: url file:/C:/jboss/server/default/conf
/jboss-service.xml could not be opened, does it exist?
at org.jboss.deployment.DeploymentInfo.<init>(DeploymentInfo.java:175)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:603)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:588)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:198)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311)
at org.jboss.Main.boot(Main.java:191)
at org.jboss.Main$1.run(Main.java:480)
at java.lang.Thread.run(Thread.java:534)
15:50:46,141 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
Shutting down
Shutdown complete
Halting VM
Press any key to continue . . .
C:\jboss\bin>



So plz help me so that i can start the jboss server
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top