I have a problem to start/stop a remote jboss server inside eclipse. I am using 
JBoss IDE 2.0.0.Beta2 (Bundle) 
and try to start a remote server with eclipse but get a exception.

My current configuration is:

MY WORKSTADION:
- Windows XP SP2
- JBoss IDE 2.0.0.Beta2

        added under preferences/server/installed runtimes a new Server Runtime:
        -----------------------------------------------------------------------
        JBoss Inc / Jboss 4.0 Server Adapter Runtime
-----------------------------------------------------------------------
        Name: JBoss Remote
        Home Directory: \\Seqolwvs24\Jboss4
        JRE: jre1.5.0_09
        -----------------------------------------------------------------------
        
        
        added under the server view a new server:
        -----------------------------------------------------------------------
        JBoss Inc / JBoss AS 4.0
        -----------------------------------------------------------------------
        Server's host name: localhost (if i try a other host name the server 
list disappear -  i fixed this later)
        Server runtime: JBoss Remote
        

MY SERVER:
- Windows Server 2003
- JBoss 4.0.5
- sharded Folder (\\Seqolwvs24\JBoss4\) with READ/WRITE access allowed for 
everyone


Following Exception:

07:49:55,646 INFO  [Server] Starting JBoss (MX MicroKernel)...
07:49:55,646 INFO  [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: 
CVSTag=Branch_4_0 date=200610162339)
07:49:55,661 INFO  [Server] Home Dir: \\Seqolwvs24\JBoss4
07:49:55,661 INFO  [Server] Home URL: file://Seqolwvs24/JBoss4/
07:49:55,677 INFO  [Server] Patch URL: null
07:49:55,677 INFO  [Server] Server Name: default
07:49:55,692 INFO  [Server] Server Home Dir: \\Seqolwvs24\JBoss4\server\default
07:49:55,692 INFO  [Server] Server Home URL: 
file://Seqolwvs24/JBoss4/server/default/
07:49:55,692 INFO  [Server] Server Log Dir: 
\\Seqolwvs24\JBoss4\server\default\log
07:49:55,692 INFO  [Server] Server Temp Dir: 
\\Seqolwvs24\JBoss4\server\default\tmp
07:49:55,692 INFO  [Server] Root Deployment Filename: jboss-service.xml
07:49:56,427 INFO  [ServerInfo] Java version: 1.5.0_06,Sun Microsystems Inc.
07:49:56,427 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 
1.5.0_06-b05,Sun Microsystems Inc.
07:49:56,427 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
07:49:57,052 INFO  [Server] Core system initialized
Failed to boot JBoss:
org.jboss.deployment.DeploymentException: url 
file://Seqolwvs24/JBoss4/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(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: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(Unknown Source)
07:49:57,114 INFO  [Server] Runtime shutdown hook called, forceHalt: true
07:49:57,130 INFO  [Server] JBoss SHUTDOWN: Undeploying all packages
07:49:57,208 INFO  [Server] Shutdown complete
Shutdown complete
Halting VM


It's seems there is a access problem!? But i can access the jboss-service.xml 
from my workstadion 
(copyed the url into my webbrowser).

Anyone else having similiar problems? Thx.


Best regards
Arnold


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984422#3984422

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984422
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to