23:54:20,647 ERROR [MainDeployer] Could not create deployment: file:/Dcom/dcm4chee-2.17.1-mysql/server/default/conf/jboss-service.xml

2,201 views
Skip to first unread message

Rashed Khan

unread,
Oct 5, 2013, 2:32:01 PM10/5/13
to dcm...@googlegroups.com
Hello guys,
I am new to DCM4CHEE. Start deploying my 1st pacs and get this error pls help me out. I follow this link http://www.dcm4che.org/confluence/display/ee2/Installation to install DCM4CHEE. 
I use 
jdk-6u31-linux-x64-rpm
jai_imageio-1_1-lib-linux-amd64.tar ( I replace clibwrapper_jiio.jar,jai_imageio.jar in /dcm4chee-2.17.1-mysql/server/default/lib and libclib_jiio.so in /dcm4chee-2.17.1-mysql/bin/native ) 
dcm4chee-arr-3.0.11-mysql
dcm4chee-2.17.1-mysql

to install MySQL i use 
MySQL-client-5.5.34-1.rhel5.x86_64.rpm
MySQL-server-5.5.34-1.rhel5.x86_64.rpm
MySQL-devel-5.5.34-1.rhel5.x86_64.rpm

pls help me.






[root@pacs bin]# ./run.sh 
=========================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: /Dcom/dcm4chee-2.17.1-mysql

  JAVA: java

  JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -XX:MaxPermSize=128m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.messaging.ServerPeerID=0 -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl -Djava.awt.headless=true -Dapp.name=dcm4chee -Djava.net.preferIPv4Stack=true -Djava.library.path=/Dcom/dcm4chee-2.17.1-mysql/bin/native

  CLASSPATH: /Dcom/dcm4chee-2.17.1-mysql/bin/run.jar

=========================================================================

23:54:18,684 INFO  [Server] Starting JBoss (MX MicroKernel)...
23:54:18,685 INFO  [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)
23:54:18,686 INFO  [Server] Home Dir: /Dcom/dcm4chee-2.17.1-mysql
23:54:18,686 INFO  [Server] Home URL: file:/Dcom/dcm4chee-2.17.1-mysql/
23:54:18,686 INFO  [Server] Patch URL: null
23:54:18,686 INFO  [Server] Server Name: default
23:54:18,686 INFO  [Server] Server Home Dir: /Dcom/dcm4chee-2.17.1-mysql/server/default
23:54:18,687 INFO  [Server] Server Home URL: file:/Dcom/dcm4chee-2.17.1-mysql/server/default/
23:54:18,687 INFO  [Server] Server Log Dir: /Dcom/dcm4chee-2.17.1-mysql/server/default/log
23:54:18,687 INFO  [Server] Server Temp Dir: /Dcom/dcm4chee-2.17.1-mysql/server/default/tmp
23:54:18,687 INFO  [Server] Root Deployment Filename: jboss-service.xml
23:54:18,873 INFO  [ServerInfo] Java version: 1.6.0_31,Sun Microsystems Inc.
23:54:18,874 INFO  [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 20.6-b01,Sun Microsystems Inc.
23:54:18,874 INFO  [ServerInfo] OS-System: Linux 2.6.32-358.el6.x86_64,amd64
23:54:19,099 INFO  [Server] Core system initialized
23:54:20,633 WARN  [BasicMBeanRegistry] javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.remoting:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@79038de7)]
23:54:20,647 ERROR [MainDeployer] Could not create deployment: file:/Dcom/dcm4chee-2.17.1-mysql/server/default/conf/jboss-service.xml
org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.InvocationTargetException)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
at org.jboss.system.ServiceController.install(ServiceController.java:226)
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:597)
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 $Proxy4.install(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:251)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
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:597)
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:662)
Caused by: java.lang.reflect.InvocationTargetException
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1451)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1350)
at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:345)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:157)
at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:451)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
... 36 more
Caused by: javax.management.MBeanException
at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
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.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1422)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)
... 41 more
Caused by: javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.remoting:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@79038de7)]
at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:713)
at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
... 51 more
Caused by: java.lang.RuntimeException: Exception creating identity: pacs.localdomain: pacs.localdomain
at org.jboss.remoting.ident.Identity.get(Identity.java:211)
at org.jboss.remoting.network.NetworkRegistry.preRegister(NetworkRegistry.java:268)
at org.jboss.mx.server.AbstractMBeanInvoker.invokePreRegister(AbstractMBeanInvoker.java:966)
at org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:489)
at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:654)
at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
... 56 more
Failed to boot JBoss:
org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.InvocationTargetException)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
at org.jboss.system.ServiceController.install(ServiceController.java:226)
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:597)
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 $Proxy4.install(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:251)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
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:597)
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:662)
Caused by: java.lang.reflect.InvocationTargetException
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1451)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1350)
at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:345)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:157)
at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:451)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
... 36 more
Caused by: javax.management.MBeanException
at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
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.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1422)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)
... 41 more
Caused by: javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.remoting:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@79038de7)]
at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:713)
at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
... 51 more
Caused by: java.lang.RuntimeException: Exception creating identity: pacs.localdomain: pacs.localdomain
at org.jboss.remoting.ident.Identity.get(Identity.java:211)
at org.jboss.remoting.network.NetworkRegistry.preRegister(NetworkRegistry.java:268)
at org.jboss.mx.server.AbstractMBeanInvoker.invokePreRegister(AbstractMBeanInvoker.java:966)
at org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:489)
at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:654)
at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
... 56 more
23:54:20,657 INFO  [Server] Runtime shutdown hook called, forceHalt: true
23:54:20,657 INFO  [Server] JBoss SHUTDOWN: Undeploying all packages
23:54:20,661 INFO  [Server] Shutdown complete
Shutdown complete
Halting VM
ERROR2.txt

fleetwoodfc

unread,
Oct 5, 2013, 3:03:12 PM10/5/13
to dcm...@googlegroups.com
Probably a bad /etc/hosts file - see here

Rashed Khan

unread,
Oct 6, 2013, 2:16:48 PM10/6/13
to

Thank you very much fleetwoodfc. now i configure my host file like this 

192.168.0.246    atipacs.cmh.net    atipacs
127.0.0.1     localhost.localdomain  localhost
::1        localhost4.localdomain  localhost4

as my OS is RHEL 6.4 amd64 and ip is 192.168.0.246 and hostname is atipacs.cmh.net and browser firefox 10  (a virtual machine in vmware )

after execution run.sh 
i run in my browser http://192.168.0.246:8080/dcm4chee-web/ address and got a error in my browser is HTTP status 404- /dcm4chee-web/

I add output in error.txt that i got after execution of run.sh 

pls help me 

thank you
Rashed khan
error.txt

fleetwoodfc

unread,
Oct 6, 2013, 5:57:34 PM10/6/13
to dcm...@googlegroups.com
Looks like dcm4chee started up ok (at time 23:37:57,451), ran for a few minutes and then was commanded to shutdown (at time 23:46:39,531):

23:37:57,451 INFO  [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)] Started in 36s:967ms
23:38:47,569 INFO  [FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
.......
23:46:39,531 INFO  [Server] JBoss SHUTDOWN: Undeploying all packages

On Sunday, October 6, 2013 2:15:36 PM UTC-4, Rashed Khan wrote:

Thank you very much fleetwoodfc. now i configure my host file like this 

192.168.0.246    atipacs.cmh.net    atipacs
127.0.0.1     localhost.localdomain  localhost
::1        localhost4.localdomain  localhost4

as my OS is RHEL 6.4 amd64 and ip is 192.168.0.246 and hostname is atipacs.cmh.net and browser firefox 10  (a virtual machine in vmware )

after execution run.sh 
i run in my browser http://192.168.0.246:8080/dcm4chee-web/ address and got a error in my browser is HTTP status 404- /dcm4chee-web/

I add output in error.txt that i got after execution of run.sh 

pls help me 

thank you
Rashed khan





On Sunday, October 6, 2013 1:03:12 AM UTC+6, fleetwoodfc wrote:
Probably a bad /etc/hosts file - see here

On Saturday, October 5, 2013 2:32:01 PM UTC-4, Rashed Khan wrote:<blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-lef
...

Rashed Khan

unread,
Oct 6, 2013, 11:45:24 PM10/6/13
to dcm...@googlegroups.com
dear fleetwoodfc,
thank you very much for your reply.

23:46:39,531 INFO  [Server] JBoss SHUTDOWN: Undeploying all packages

this message is bec. i shutdown the terminal but before that i try my browser and still the same error HTTP Status 404
what should i do now. 
is this any web service problem.

pls help me.

thanks in advance.
Rashed khan
...

fleetwoodfc

unread,
Oct 7, 2013, 5:44:46 AM10/7/13
to dcm...@googlegroups.com
"i run in my browser http://192.168.0.246:8080/dcm4chee-web/ address" - should be .../dcm4chee-web3
...

Rashed Khan

unread,
Oct 7, 2013, 11:03:34 AM10/7/13
to dcm...@googlegroups.com
thank you very very much :)) its work. Can you give me any suggestion or guide to check it. then It will be very kind of you.
I am trying it for my Bsc. thesis. Also it will be very kind if you give me any guide about how i can integrate a web base pacs viewer with it.

thank you very much.
Rashed khan   
...
Reply all
Reply to author
Forward
0 new messages