- This topic has 1 reply, 2 voices, and was last updated 18 years, 2 months ago by
Loyal Water.
-
AuthorPosts
-
Nandini84MemberHi,
I installed JBOSS 4.o and when i try to run the server its throwing me the following Error:===============================================================================
.
JBoss Bootstrap Environment
.
JBOSS_HOME: C:\jboss-4.0.4.GA\bin\\..
.
JAVA: C:\jdk1.5.0_06\bin\java
.
JAVA_OPTS: -Dprogram.name=runHpcgg.bat -Xms128m -Xmx512m -Dsun.rmi.dgc.client
.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dports.jnp=1099 -Dp
orts.rmi=1098 -Dports.invoker.jrmp=4444 -Dports.invoker.pooled=4445 -Dports.jk2=
8009 -Dports.http=8080 -Dports.https=443 -Dports.tomcat.http=80 -Dports.tomcat.h
ttps=443 -Dports.webservice=8083 -Dports.uil2=8193 -Dgigpad.file-system.root-di
r=C:/jboss-4.0.4GA/server/hpcgg/data -Djavax.xml.rpc.ServiceFactory=org.apache.a
xis.client.ServiceFactory
.
CLASSPATH: C:\jdk1.5.0_06\lib\tools.jar;C:\jboss-4.0.4.GA\bin\\run.jar
.
===============================================================================
.
23:46:51,208 INFO [Server] Starting JBoss (MX MicroKernel)…
23:46:51,208 INFO [Server] Release ID: JBoss [Zion] 4.0.4.GA (build: CVSTag=JBo
ss_4_0_4_GA date=200605151000)
23:46:51,224 INFO [Server] Home Dir: C:\jboss-4.0.4.GA
23:46:51,224 INFO [Server] Home URL: file:/C:/jboss-4.0.4.GA/
23:46:51,224 INFO [Server] Patch URL: null
23:46:51,224 INFO [Server] Server Name: default
23:46:51,224 INFO [Server] Server Home Dir: C:\jboss-4.0.4.GA\server\default
23:46:51,224 INFO [Server] Server Home URL: file:/C:/jboss-4.0.4.GA/server/defa
ult/
23:46:51,224 INFO [Server] Server Log Dir: C:\jboss-4.0.4.GA\server\default\log23:46:51,224 INFO [Server] Server Temp Dir: C:\jboss-4.0.4.GA\server\default\tm
p
23:46:51,224 INFO [Server] Root Deployment Filename: jboss-service.xml
23:46:51,630 INFO [ServerInfo] Java version: 1.5.0_06,Sun Microsystems Inc.
23:46:51,646 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_06-b05
,Sun Microsystems Inc.
23:46:51,646 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
23:46:51,927 INFO [Server] Core system initialized
Failed to boot JBoss:
org.jboss.deployment.DeploymentException: url file:/C:/jboss-4.0.4.GA/server/def
ault/conf/jboss-service.xml could not be opened, does it exist?
at org.jboss.deployment.DeploymentInfo.<init>(DeploymentInfo.java:211)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:770)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:755)
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:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.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:464)
at java.lang.Thread.run(Thread.java:595)
23:46:51,974 INFO [Server] Runtime shutdown hook called, forceHalt: true
23:46:51,974 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
23:46:51,974 INFO [Server] Shutdown complete
Shutdown complete
Halting VM
Press any key to continue . . .Could someone tell me whats the problem??
ThanksMay 14, 2007 at 2:48 am #270030
Loyal WaterMemberAre you trying to run JBoss in MyEclipse? I suggest you take a look at this FAQ on what the configured JBoss connector looks like :-https://www.genuitec.com/forums/topic/jboss-4-what-does-a-configured-connector-look-like/
-
AuthorPosts