[jboss-user] [JBoss Getting Started Documentation] - Re: run.sh giving trouble

lonetwins do-not-reply at jboss.com
Wed Sep 24 08:54:38 EDT 2008


Thanks Kevin. That solved the problem. however this is the error that i am getting now . Would be great if someone can point me to the issue :

18:32:25,505 INFO  [Server] Core system initialized
18:32:25,531 ERROR [MainDeployer] Could not make local copy for file:/home/jboss-as/server/production/conf/jboss-service.xml
java.io.IOException: No such file or directory
        at java.io.UnixFileSystem.createFileExclusively(Native Method)
        at java.io.File.checkAndCreate(File.java:1345)
        at java.io.File.createTempFile(File.java:1434)
        at org.jboss.deployment.MainDeployer.makeLocalCopy(MainDeployer.java:1185)
        at org.jboss.deployment.MainDeployer.init(MainDeployer.java:851)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        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.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        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(Thread.java:595)
18:32:25,542 ERROR [MainDeployer] Could not initialise deployment: file:/home/jboss-as/server/production/conf/jboss-service.xml
org.jboss.deployment.DeploymentException: Failed to find META-INF/jboss-service.xml for archive jboss-service.xml
        at org.jboss.deployment.SARDeployer.parseDocument(SARDeployer.java:616)
        at org.jboss.deployment.SARDeployer.init(SARDeployer.java:181)
        at org.jboss.deployment.MainDeployer.init(MainDeployer.java:872)


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178565



More information about the jboss-user mailing list