0 Replies Latest reply on Jun 22, 2007 5:47 PM by jcarlos_andia

    Can not reference JBoss from another machine using JBossIDE

    jcarlos_andia

      Hi everybody. I have the JBoss 4.0 application server and the JRE in a machine (192.168.2.75) and want to reference them from another machine using JBossIDE for Eclipse but i get the following error:

      16:25:41,375 INFO [Server] Starting JBoss (MX MicroKernel)...
      16:25:41,421 INFO [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)
      16:25:41,437 INFO [Server] Home Dir: \\192.168.2.75\jboss-4.0.5.GA
      16:25:41,453 INFO [Server] Home URL: file://192.168.2.75/jboss-4.0.5.GA/
      16:25:41,468 INFO [Server] Patch URL: null
      16:25:41,468 INFO [Server] Server Name: default
      16:25:41,468 INFO [Server] Server Home Dir: \\192.168.2.75\jboss-4.0.5.GA\server\default
      16:25:41,468 INFO [Server] Server Home URL: file://192.168.2.75/jboss-4.0.5.GA/server/default/
      16:25:41,468 INFO [Server] Server Log Dir: \\192.168.2.75\jboss-4.0.5.GA\server\default\log
      16:25:41,468 INFO [Server] Server Temp Dir: \\192.168.2.75\jboss-4.0.5.GA\server\default\tmp
      16:25:41,500 INFO [Server] Root Deployment Filename: jboss-service.xml
      16:25:43,968 INFO [ServerInfo] Java version: 1.5.0_09,Sun Microsystems Inc.
      16:25:43,968 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_09-b03,Sun Microsystems Inc.
      16:25:43,968 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
      16:25:47,140 INFO [Server] Core system initialized
      Failed to boot JBoss:
      org.jboss.deployment.DeploymentException: url file://192.168.2.75/jboss-4.0.5.GA/server/default/conf/jboss-service.xml could not be opened, does it exist?
      at org.jboss.deployment.DeploymentInfo.(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)
      at 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)
      16:25:47,187 INFO [Server] Runtime shutdown hook called, forceHalt: true
      16:25:47,203 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
      16:25:47,312 INFO [Server] Shutdown complete
      Shutdown complete
      Halting VM

      Any help would be very appreciated. Thanks in advance.