The JBoss AS-configuration has been done in beta2 and worked fine there. After installing beta, I just took over the existing workspace - with the JBoss configuration in it. And now it breaks on startup with the following Eclipse-console-output:
11:48:33,062 INFO [Server] Starting JBoss (MX MicroKernel)... | 11:48:33,062 INFO [Server] Release ID: JBoss [Trinity] 4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA date=200707131605) | 11:48:33,062 INFO [Server] Home Dir: F:\jboss-4.2.1.GA | 11:48:33,062 INFO [Server] Home URL: file:/F:/jboss-4.2.1.GA/ | 11:48:33,078 INFO [Server] Patch URL: null | 11:48:33,078 INFO [Server] Server Name: | 11:48:33,078 INFO [Server] Server Home Dir: F:\jboss-4.2.1.GA\server | 11:48:33,078 INFO [Server] Server Home URL: file:/ | 11:48:33,078 INFO [Server] Server Log Dir: F:\jboss-4.2.1.GA\server\log | 11:48:33,078 INFO [Server] Server Temp Dir: F:\jboss-4.2.1.GA\server\tmp | 11:48:33,078 INFO [Server] Root Deployment Filename: jboss-service.xml | 11:48:34,265 INFO [ServerInfo] Java version: 1.5.0_10,Sun Microsystems Inc. | 11:48:34,265 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_10-b03,Sun Microsystems Inc. | 11:48:34,265 INFO [ServerInfo] OS-System: Windows XP 5.1,x86 | 11:48:34,671 INFO [Server] Core system initialized | Failed to boot JBoss: | org.jboss.deployment.DeploymentException: url file:/conf/jboss-service.xml could not be opened, does it exist? | at org.jboss.deployment.DeploymentInfo.<init>(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:508) | at java.lang.Thread.run(Unknown Source) | 11:48:34,687 INFO [Server] Runtime shutdown hook called, forceHalt: true | 11:48:34,687 INFO [Server] JBoss SHUTDOWN: Undeploying all packages | 11:48:34,687 INFO [Server] Shutdown complete | Shutdown complete | Halting VM The exception is printed red, what means it comes probably through System.err. I will test if a newly created Server-configuration will do the trick. kind regards Tobias View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090553#4090553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090553 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
