InstalationProblems.Any Solutions/Advices???

195 views
Skip to first unread message

Ibragim Vinogradnij

unread,
Dec 10, 2014, 7:09:41 AM12/10/14
to dcm...@googlegroups.com
Hello. My name is Fedor)I'm newbie in DICOM server administrating.
I tried to instal dcm4chee 2.18(using official guide), spent about 2 weeks((((
I fixed alot of ERRORS but it still doesn`t work.JBoss JMX Conslole(scr.1) started, but all the links open ERROR pages(scr.2)


Web Interface ( at http://localhost:8080/dcm4chee-web3 ) doesn`t work.
Here is the bottom of my cmd-log-file(#LOG_1)


MSSQL Database
Microsoft Windows Server 2008 R2
10TB DiscSpace
RAMMERORY over 9999999...etc.
Thx alot and MerryX-mas.Love.Peace.

:#LOG_1
        at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:347)
        at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:330)
        at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:402)
        at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:849)
        at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89)
        at org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider.getConnection(InjectedDataSourceConnectionProvider.java:47)
        at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:423)
        at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)
        at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139)
        at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1547)
        at org.hibernate.loader.Loader.doQuery(Loader.java:673)
        at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236)
        at org.hibernate.loader.Loader.doList(Loader.java:2220)
        at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104)
        at org.hibernate.loader.Loader.list(Loader.java:2099)
        at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:378)
        at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:338)
        at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172)
        at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121)
        at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
        at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:64)
        at org.dcm4chee.arr.listeners.mdb.AuditRecordHandler.findCode(AuditRecordHandler.java:246)
        at org.dcm4chee.arr.listeners.mdb.AuditRecordHandler.toCode(AuditRecordHandler.java:222)
        at org.dcm4chee.arr.listeners.mdb.AuditRecordHandler.startElement(AuditRecordHandler.java:107)
        at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
        at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
        at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at org.dcm4chee.arr.listeners.mdb.ReceiverMDB.process(ReceiverMDB.java:129)
        at org.dcm4chee.arr.listeners.mdb.ReceiverMDB.onMessage(ReceiverMDB.java:109)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
        at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
        at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
        at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at org.jboss.ejb3.mdb.MessagingContainer.localInvoke(MessagingContainer.java:249)
        at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.delivery(MessageInflowLocalProxy.java:268)
        at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:138)
        at com.sun.proxy.$Proxy330.onMessage(Unknown Source)
        at org.jboss.resource.adapter.jms.inflow.JmsServerSession.onMessage(JmsServerSession.java:178)
        at org.jboss.jms.client.container.ClientConsumer.callOnMessageStatic(ClientConsumer.java:160)
        at org.jboss.jms.client.container.SessionAspect.handleRun(SessionAspect.java:831)
        at org.jboss.aop.advice.org.jboss.jms.client.container.SessionAspect14.invoke(SessionAspect14.java)
        at org.jboss.jms.client.delegate.ClientSessionDelegate$run_N8003352271541955702.invokeNext(ClientSessionDelegate$run_N8003352271541955702.java)
        at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170)
        at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105)
        at org.jboss.jms.client.delegate.ClientSessionDelegate$run_N8003352271541955702.invokeNext(ClientSessionDelegate$run_N8003352271541955702.java)
        at org.jboss.jms.client.delegate.ClientSessionDelegate.run(ClientSessionDelegate.java)
        at org.jboss.jms.client.JBossSession.run(JBossSession.java:199)
        at org.jboss.resource.adapter.jms.inflow.JmsServerSession.run(JmsServerSession.java:237)
        at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
        at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
        at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:756)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.sql.SQLException: ╧юы№чютрЄхы■ "arr" эх єфрыюё№ тющЄш т ёшёЄхьє. ╧Ёшўшэр: эхюсїюфшью ёьхэшЄ№ ярЁюы№ єўхЄэющ чряшёш.
        at net.sourceforge.jtds.jdbc.SQLDiagnostic.addDiagnostic(SQLDiagnostic.java:372)
        at net.sourceforge.jtds.jdbc.TdsCore.tdsErrorToken(TdsCore.java:2988)
        at net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCore.java:2421)
        at net.sourceforge.jtds.jdbc.TdsCore.login(TdsCore.java:632)
        at net.sourceforge.jtds.jdbc.JtdsConnection.<init>(JtdsConnection.java:371)
        at net.sourceforge.jtds.jdbc.Driver.connect(Driver.java:184)
        at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:172)
        ... 74 more
16:02:00,814 WARN  [JDBCExceptionReporter] SQL Error: 0, SQLState: null
16:02:00,814 ERROR [JDBCExceptionReporter] Could not create connection; - nested throwable: (java.sql.SQLException: ╧юы№чютрЄхы■ "arr" эх єфрыюё№ тющЄш т ёшёЄхьє. ╧Ёшўшэр: эхюсїюфшью ёьхэшЄ№ ярЁюы№ єўхЄэющ чряшёш.); - nested throwable: (org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: ╧юы№чютрЄхы■ "arr" эх єфрыюё№ тющЄш т ёшёЄхьє.
╧Ёшўшэр: эхюсїюфшью ёьхэшЄ№ ярЁюы№ єўхЄэющ чряшёш.))
16:02:00,845 ERROR [ReceiverMDB] Failed processing - <AuditMessage><EventIdentification EventActionCode="E" EventDateTime="2014-12-10T16:01:56.908+04:00" EventOutcomeIndicator="0"><EventID code="110100" codeSystemName="DCM" displayName="Application Acti...
javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Cannot open connection
        at org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:629)
        at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:73)
        at org.dcm4chee.arr.listeners.mdb.AuditRecordHandler.findCode(AuditRecordHandler.java:246)
        at org.dcm4chee.arr.listeners.mdb.AuditRecordHandler.toCode(AuditRecordHandler.java:222)
        at org.dcm4chee.arr.listeners.mdb.AuditRecordHandler.startElement(AuditRecordHandler.java:107)
        at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
        at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
        at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at org.dcm4chee.arr.listeners.mdb.ReceiverMDB.process(ReceiverMDB.java:129)
        at org.dcm4chee.arr.listeners.mdb.ReceiverMDB.onMessage(ReceiverMDB.java:109)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
        at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
        at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
        at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at org.jboss.ejb3.mdb.MessagingContainer.localInvoke(MessagingContainer.java:249)
        at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.delivery(MessageInflowLocalProxy.java:268)
        at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:138)
        at com.sun.proxy.$Proxy330.onMessage(Unknown Source)
        at org.jboss.resource.adapter.jms.inflow.JmsServerSession.onMessage(JmsServerSession.java:178)
        at org.jboss.jms.client.container.ClientConsumer.callOnMessageStatic(ClientConsumer.java:160)
        at org.jboss.jms.client.container.SessionAspect.handleRun(SessionAspect.java:831)
        at org.jboss.aop.advice.org.jboss.jms.client.container.SessionAspect14.invoke(SessionAspect14.java)
        at org.jboss.jms.client.delegate.ClientSessionDelegate$run_N8003352271541955702.invokeNext(ClientSessionDelegate$run_N8003352271541955702.java)
        at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170)
        at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105)
        at org.jboss.jms.client.delegate.ClientSessionDelegate$run_N8003352271541955702.invokeNext(ClientSessionDelegate$run_N8003352271541955702.java)
        at org.jboss.jms.client.delegate.ClientSessionDelegate.run(ClientSessionDelegate.java)
        at org.jboss.jms.client.JBossSession.run(JBossSession.java:199)
        at org.jboss.resource.adapter.jms.inflow.JmsServerSession.run(JmsServerSession.java:237)
        at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
        at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
        at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:756)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.hibernate.exception.GenericJDBCException: Cannot open connection
        at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)
        at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
        at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
        at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
        at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:426)
        at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)
        at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139)
        at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1547)
        at org.hibernate.loader.Loader.doQuery(Loader.java:673)
        at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236)
        at org.hibernate.loader.Loader.doList(Loader.java:2220)
        at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104)
        at org.hibernate.loader.Loader.list(Loader.java:2099)
        at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:378)
        at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:338)
        at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172)
        at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121)
        at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
        at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:64)
        ... 50 more
Caused by: org.jboss.util.NestedSQLException: Could not create connection; - nested throwable: (java.sql.SQLException: ╧юы№чютрЄхы■ "arr" эх єфрыюё№ тющЄш т ёшёЄхьє. ╧Ёшўшэр: эхюсїюфшью ёьхэшЄ№ ярЁюы№ єўхЄэющ чряшёш.); - nested throwable: (org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: ╧юы№чютрЄхы■ "arr" эх єфрыюё№ тющЄш т ёшёЄхьє. ╧Ёшўшэр: эхюсїюфшью ёьхэшЄ№ ярЁюы№ єўхЄэющ чряшёш.))
        at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95)
        at org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider.getConnection(InjectedDataSourceConnectionProvider.java:47)
        at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:423)
        ... 64 more
Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: ╧юы№чютрЄхы■ "arr" эх єфрыюё№ тющЄш т ёшёЄхьє. ╧Ёшўшэр: эхюсїюфшью ёьхэшЄ№ ярЁюы№ єўхЄэющ чряшёш.)
        at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:190)
        at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:619)
        at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:264)
        at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:613)
        at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:347)
        at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:330)
        at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:402)
        at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:849)
        at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89)
        ... 66 more
Caused by: java.sql.SQLException: ╧юы№чютрЄхы■ "arr" эх єфрыюё№ тющЄш т ёшёЄхьє. ╧Ёшўшэр: эхюсїюфшью ёьхэшЄ№ ярЁюы№ єўхЄэющ чряшёш.
        at net.sourceforge.jtds.jdbc.SQLDiagnostic.addDiagnostic(SQLDiagnostic.java:372)
        at net.sourceforge.jtds.jdbc.TdsCore.tdsErrorToken(TdsCore.java:2988)
        at net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCore.java:2421)
        at net.sourceforge.jtds.jdbc.TdsCore.login(TdsCore.java:632)
        at net.sourceforge.jtds.jdbc.JtdsConnection.<init>(JtdsConnection.java:371)
        at net.sourceforge.jtds.jdbc.Driver.connect(Driver.java:184)
        at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:172)
        ... 74 more
16:02:01,017 INFO  [ServletContextListener] Welcome to Seam 2.1.1.GA
16:02:01,048 ERROR [ReceiverMDB] Failed processing -


             ...
java.lang.ArrayIndexOutOfBoundsException: 853
        at org.dcm4chee.arr.listeners.mdb.ReceiverMDB.isIHEYr4(ReceiverMDB.java:173)
        at org.dcm4chee.arr.listeners.mdb.ReceiverMDB.process(ReceiverMDB.java:121)
        at org.dcm4chee.arr.listeners.mdb.ReceiverMDB.onMessage(ReceiverMDB.java:109)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
        at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
        at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
        at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at org.jboss.ejb3.mdb.MessagingContainer.localInvoke(MessagingContainer.java:249)
        at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.delivery(MessageInflowLocalProxy.java:268)
        at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:138)
        at com.sun.proxy.$Proxy330.onMessage(Unknown Source)
        at org.jboss.resource.adapter.jms.inflow.JmsServerSession.onMessage(JmsServerSession.java:178)
        at org.jboss.jms.client.container.ClientConsumer.callOnMessageStatic(ClientConsumer.java:160)
        at org.jboss.jms.client.container.SessionAspect.handleRun(SessionAspect.java:831)
        at org.jboss.aop.advice.org.jboss.jms.client.container.SessionAspect14.invoke(SessionAspect14.java)
        at org.jboss.jms.client.delegate.ClientSessionDelegate$run_N8003352271541955702.invokeNext(ClientSessionDelegate$run_N8003352271541955702.java)
        at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170)
        at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105)
        at org.jboss.jms.client.delegate.ClientSessionDelegate$run_N8003352271541955702.invokeNext(ClientSessionDelegate$run_N8003352271541955702.java)
        at org.jboss.jms.client.delegate.ClientSessionDelegate.run(ClientSessionDelegate.java)
        at org.jboss.jms.client.JBossSession.run(JBossSession.java:199)
        at org.jboss.resource.adapter.jms.inflow.JmsServerSession.run(JmsServerSession.java:237)
        at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
        at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
        at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:756)
        at java.lang.Thread.run(Thread.java:745)
16:02:01,752 INFO  [Initialization] Namespace: http://jboss.com/products/seam/web, package: org.jboss.seam.web, prefix: org.jboss.seam.web
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/persistence, package: org.jboss.seam.persistence, prefix: org.jboss.seam.persistence
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security, prefix: org.jboss.seam.security
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/captcha, package: org.jboss.seam.captcha, prefix: org.jboss.seam.captcha
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/ui, package: org.jboss.seam.ui, prefix: org.jboss.seam.ui
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security.management, prefix: org.jboss.seam.security
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/navigation, package: org.jboss.seam.navigation, prefix: org.jboss.seam.navigation 16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security.permission, prefix: org.jboss.seam.security
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix: org.jboss.seam.core
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/international, package: org.jboss.seam.international, prefix: org.jboss.seam.international
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/bpm, package: org.jboss.seam.bpm, prefix: org.jboss.seam.bpm
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/mail, package: org.jboss.seam.mail, prefix: org.jboss.seam.mail
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/cache, package: org.jboss.seam.cache, prefix: org.jboss.seam.cache
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/document, package: org.jboss.seam.document, prefix: org.jboss.seam.document
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/async, package: org.jboss.seam.async, prefix: org.jboss.seam.async
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framework
16:02:01,767 INFO  [Initialization] Namespace: http://jboss.com/products/seam/transaction, package: org.jboss.seam.transaction, prefix: org.jboss.seam.transaction
16:02:01,767 INFO  [Initialization] reading /WEB-INF/components.xml
16:02:01,845 INFO  [Initialization] reading properties from: /seam.properties
16:02:01,845 INFO  [Initialization] reading properties from: /jndi.properties
16:02:01,845 INFO  [Initialization] initializing Seam
16:02:01,877 INFO  [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
16:02:01,892 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
16:02:01,892 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.manager
16:02:01,892 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider
16:02:01,892 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
16:02:01,892 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole
16:02:01,892 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations
16:02:01,892 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader
16:02:01,892 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.parameters
16:02:01,892 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal
16:02:01,892 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.expressions
16:02:01,908 INFO  [Initialization] Installing components...
16:02:01,923 INFO  [Component] Component: auditRecordList, scope: SESSION, type: STATEFUL_SESSION_BEAN, class: org.dcm4chee.arr.seam.ejb.AuditRecordListAction, JNDI: dcm4chee-arr-3.0.11-mssql/AuditRecordListAction/local
16:02:01,955 INFO  [Component] Component: audit_record, scope: EVENT, type: JAVA_BEAN, class: org.dcm4chee.arr.seam.ejb.AuditRecordEntry
16:02:01,970 INFO  [Component] Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler
16:02:01,970 INFO  [Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher

16:02:01,986 INFO  [Component] Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
16:02:01,986 INFO  [Component] Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
16:02:01,986 INFO  [Component] Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator
16:02:02,002 INFO  [Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
16:02:02,002 INFO  [Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
16:02:02,002 INFO  [Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
16:02:02,002 INFO  [Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
16:02:02,002 INFO  [Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
16:02:02,002 INFO  [Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
16:02:02,002 INFO  [Component] Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events
16:02:02,017 INFO  [Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
16:02:02,017 INFO  [Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
16:02:02,017 INFO  [Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
16:02:02,017 INFO  [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
16:02:02,017 INFO  [Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
16:02:02,033 INFO  [Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
16:02:02,033 INFO  [Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
16:02:02,033 INFO  [Component] Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore
16:02:02,048 INFO  [Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions
16:02:02,048 INFO  [Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
16:02:02,048 INFO  [Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
16:02:02,048 INFO  [Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
16:02:02,064 INFO  [Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
16:02:02,064 INFO  [Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
16:02:02,080 INFO  [Component] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
16:02:02,080 INFO  [Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
16:02:02,080 INFO  [Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
16:02:02,080 INFO  [Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
16:02:02,080 INFO  [Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
16:02:02,095 INFO  [Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
16:02:02,095 INFO  [Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
16:02:02,111 INFO  [Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
16:02:02,111 INFO  [Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
16:02:02,111 INFO  [Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
16:02:02,127 INFO  [Component] Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
16:02:02,127 INFO  [Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone

16:02:02,127 INFO  [Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
16:02:02,127 INFO  [Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
16:02:02,142 INFO  [Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
16:02:02,189 INFO  [Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
16:02:02,189 INFO  [Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
16:02:02,189 INFO  [Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
16:02:02,205 INFO  [Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
16:02:02,205 INFO  [Component] Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials
16:02:02,205 INFO  [Component] Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker
16:02:02,205 INFO  [Component] Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents
16:02:02,205 INFO  [Component] Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy
16:02:02,220 INFO  [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
16:02:02,220 INFO  [Component] Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager
16:02:02,220 INFO  [Component] Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction
16:02:02,236 INFO  [Component] Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch
16:02:02,252 INFO  [Component] Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction
16:02:02,252 INFO  [Component] Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch
16:02:02,267 INFO  [Component] Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash
16:02:02,267 INFO  [Component] Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch
16:02:02,267 INFO  [Component] Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager
16:02:02,283 INFO  [Component] Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper
16:02:02,283 INFO  [Component] Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver
16:02:02,283 INFO  [Component] Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe
16:02:02,283 INFO  [Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
16:02:02,283 INFO  [Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
16:02:02,283 INFO  [Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations
16:02:02,283 INFO  [Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction
16:02:02,298 INFO  [Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter
16:02:02,298 INFO  [Component] Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore 16:02:02,314 INFO  [Component] Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader
16:02:02,330 INFO  [Component] Component: org.jboss.seam.ui.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler
16:02:02,330 INFO  [Component] Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory
16:02:02,330 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager
16:02:02,330 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager
16:02:02,330 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
16:02:02,345 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
16:02:02,345 INFO  [Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
16:02:02,345 INFO  [Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
16:02:02,345 INFO  [Component] Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter
16:02:02,345 INFO  [Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
16:02:02,345 INFO  [Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
16:02:02,361 INFO  [Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
16:02:02,361 INFO  [Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
16:02:02,361 INFO  [Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
16:02:02,361 INFO  [Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
16:02:02,361 INFO  [Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
16:02:02,361 INFO  [Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
16:02:02,361 INFO  [Contexts] starting up: org.jboss.seam.security.persistentPermissionResolver
16:02:02,361 WARN  [PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
16:02:02,361 INFO  [Contexts] starting up: org.jboss.seam.security.permissionMapper
16:02:02,361 INFO  [Contexts] starting up: org.jboss.seam.navigation.pages
16:02:02,377 INFO  [Contexts] starting up: org.jboss.seam.security.facesSecurityEvents
16:02:02,377 INFO  [Contexts] starting up: org.jboss.seam.security.entityPermissionChecker
16:02:02,377 INFO  [Initialization] done initializing Seam
16:02:02,377 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.redirectFilter
16:02:02,377 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.exceptionFilter
16:02:02,377 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.multipartFilter
16:02:02,377 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.loggingFilter
16:02:02,377 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.identityFilter
16:02:02,408 INFO  [EARDeployer] Started J2EE application: file:/I:/app/D4C/dcm4chee/server/default/deploy/dcm4chee-arr-3.0.11-mssql.ear
16:02:02,439 INFO  [EARDeployer] Init J2EE application: file:/I:/app/D4C/dcm4chee/server/default/deploy/dcm4chee-web-ear-3.0.4-mssql.ear
16:02:03,830 ERROR [STDERR] Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
16:02:03,830 ERROR [STDERR] Compiler warnings:
16:02:03,830 ERROR [STDERR]   WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
16:02:03,830 ERROR [STDERR] Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
16:02:03,845 ERROR [STDERR] Compiler warnings:
16:02:03,845 ERROR [STDERR]   WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
16:02:03,861 ERROR [STDERR] Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
16:02:03,861 ERROR [STDERR] Compiler warnings:
16:02:03,861 ERROR [STDERR]   WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
16:02:03,861 ERROR [STDERR] Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
16:02:03,861 ERROR [STDERR] Compiler warnings:
16:02:03,861 ERROR [STDERR]   WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
16:02:03,923 INFO  [EchoService] SCU Devicename:EchoService
16:02:03,986 ERROR [STDERR] Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
16:02:04,002 ERROR [STDERR] Compiler warnings:
16:02:04,002 ERROR [STDERR]   WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
16:02:04,002 ERROR [STDERR] Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
16:02:04,002 ERROR [STDERR] Compiler warnings:
16:02:04,002 ERROR [STDERR]   WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
16:02:04,048 INFO  [IANScuService] SCU Devicename:IANScuService
16:02:04,080 INFO  [AttributesModificationScuService] SCU Devicename:AttributesModificationScuService
16:02:04,127 INFO  [MoveScuService] SCU Devicename:MoveScuService
16:02:04,158 INFO  [MppsForwardService] SCU Devicename:MppsForwardService
16:02:04,173 INFO  [MwlScuService] SCU Devicename:MwlScuService
16:02:04,236 INFO  [RejectionNoteScuService] SCU Devicename:RejectionNoteScuService
16:02:04,267 INFO  [StoreScuService] SCU Devicename:StoreScuService
16:02:04,377 WARN  [BasicMBeanRegistry] javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='dcm4chee.web:service=WebConfig', Class=org.dcm4chee.web.service.webcfg.WebCfgService (org.dcm4chee.web.service.webcfg.WebCfgService@6c448c7f)]
16:02:04,377 INFO  [WebCfgService] Registration is not done -> stop
16:02:04,392 ERROR [MainDeployer] Could not create deployment: file:/I:/app/D4C/dcm4chee/server/default/tmp/deploy/tmp4905828933920245781dcm4chee-web-ear-3.0.4-mssql.ear-contents/dcm4chee-web-sar-webcfg-3.0.4.sar
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.GeneratedMethodAccessor19.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        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 com.sun.proxy.$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.create(MainDeployer.java:959)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        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 com.sun.proxy.$Proxy9.deploy(Unknown Source)
        at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
        at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        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.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
        at com.sun.proxy.$Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start(ServiceController.java:417)
        at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        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 com.sun.proxy.$Proxy4.start(Unknown Source)
        at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
        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:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        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 com.sun.proxy.$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:745)
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:212)
        at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:451)
        at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
        ... 80 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)
        ... 85 more
Caused by: javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='dcm4chee.web:service=WebConfig', Class=org.dcm4chee.web.service.webcfg.WebCfgService (org.dcm4chee.web.service.webcfg.WebCfgService@6c448c7f)]
        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:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        ... 95 more
Caused by: javax.management.RuntimeMBeanException
        at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:176)
        at org.jboss.mx.interceptor.AttributeDispatcher.invoke(AttributeDispatcher.java:140)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.interceptor.ModelMBeanAttributeInterceptor.invoke(ModelMBeanAttributeInterceptor.java:103)
        at org.jboss.mx.interceptor.PersistenceInterceptor.invoke(PersistenceInterceptor.java:76)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.setAttribute(AbstractMBeanInvoker.java:461)
        at org.jboss.mx.modelmbean.ModelMBeanInvoker.setValuesFromMBeanInfo(ModelMBeanInvoker.java:807)
        at org.jboss.mx.modelmbean.ModelMBeanInvoker.init(ModelMBeanInvoker.java:518)
        at org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:486)
        at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:654)
        at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
        ... 100 more
Caused by: java.lang.IllegalArgumentException: Unknown UID Name: DigitalIntraOralXRayImageStorageForPresentation
        at org.dcm4che2.data.UID.forName(UID.java:54)
        at org.dcm4chee.web.service.webcfg.WebCfgService.parseUIDs(WebCfgService.java:1063)
        at org.dcm4chee.web.service.webcfg.WebCfgService.setImageCUIDS(WebCfgService.java:337)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at org.jboss.mx.interceptor.AttributeDispatcher.invoke(AttributeDispatcher.java:136)
        ... 111 more
16:02:04,392 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@78c385e0 { url=file:/I:/app/D4C/dcm4chee/server/default/deploy/dcm4chee-web-ear-3.0.4-mssql.ear }
  deployer: org.jboss.deployment.EARDeployer@5cf91b2f
  status: Deployment FAILED reason: - nested throwable: (java.lang.reflect.InvocationTargetException)
  state: FAILED
  watch: file:/I:/app/D4C/dcm4chee/server/default/deploy/dcm4chee-web-ear-3.0.4-mssql.ear
  altDD: null
  lastDeployed: 1418212923736
  lastModified: 1418212922439
  mbeans:


16:02:04,423 INFO  [ServerImpl] Start Server listening on 0.0.0.0:2575
16:02:04,423 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
16:02:04,533 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-8443
16:02:04,548 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009
16:02:04,564 INFO  [ServerImpl] Start Server listening on 0.0.0.0:11112
16:02:04,595 INFO  [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)] Started in 29s:359ms
16:02:58,345 INFO  [FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
16:02:58,345 INFO  [FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files

fleetwoodfc

unread,
Dec 10, 2014, 8:25:47 AM12/10/14
to dcm...@googlegroups.com
What database are you using?
Also attach the server.log to your post.
...

Ibragim Vinogradnij

unread,
Dec 10, 2014, 8:31:47 AM12/10/14
to dcm...@googlegroups.com
What database are you using?
MsSQL 

Ibragim Vinogradnij

unread,
Dec 10, 2014, 12:52:56 PM12/10/14
to dcm...@googlegroups.com
21:49:59,085 INFO  [WADOCacheImpl] getFreeDiskSpace from :I:\app\D4C\dcm4chee\server\default\wadocachedata free:8000961896448
21:49:59,217 INFO  [FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
21:49:59,219 INFO  [FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files

this is the msg in my CMD(mb from srvr)

Ibragim Vinogradnij

unread,
Dec 10, 2014, 2:45:37 PM12/10/14
to dcm...@googlegroups.com
This is my new log file.

 
23:37:56,346 INFO  [EjbModule] Deploying Storage
23:37:56,346 INFO  [EjbModule] Deploying AEManager
23:38:03,062 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'PrivateInstance'
 to jndi 'ejb/PrivateInstance'
23:38:03,094 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'MWLItem' to jndi
 'ejb/MWLItem'
23:38:03,109 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'VerifyingObserve
r' to jndi 'ejb/VerifyingObserver'
23:38:03,109 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'Device' to jndi
'ejb/Device'
23:38:03,109 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'UPSRelatedPS' to
 jndi 'ejb/UPSRelatedPS'
23:38:03,109 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'PrivateFile' to
jndi 'ejb/PrivateFile'
23:38:03,125 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'Media' to jndi '
ejb/Media'
23:38:03,125 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'PrivateStudy' to
 jndi 'ejb/PrivateStudy'
23:38:03,125 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'PrivatePatient'
to jndi 'ejb/PrivatePatient'
23:38:03,141 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'Code' to jndi 'e
jb/Code'
23:38:03,141 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'HP' to jndi 'ejb
/HP'
23:38:03,187 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'MPPS' to jndi 'e
jb/MPPS'
23:38:03,187 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'Patient' to jndi
 'ejb/Patient'
23:38:03,203 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'Instance' to jnd
i 'ejb/Instance'
23:38:03,203 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'StudyPermission'
 to jndi 'ejb/StudyPermission'
23:38:03,203 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'AE' to jndi 'ejb
/AE'
23:38:03,219 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'UPSSubscription'
 to jndi 'ejb/UPSSubscription'
23:38:03,234 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'FileSystem' to j
ndi 'ejb/FileSystem'
23:38:03,234 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'UPSGlobalSubscri
ption' to jndi 'ejb/UPSGlobalSubscription'
23:38:03,234 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'GPSPSPerformer'
to jndi 'ejb/GPSPSPerformer'
23:38:03,250 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'OtherPatientID'
to jndi 'ejb/OtherPatientID'
23:38:03,250 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'Series' to jndi
'ejb/Series'
23:38:03,265 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'StudyOnFileSyste
m' to jndi 'ejb/StudyOnFileSystem'
23:38:03,265 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'UPSRequest' to j
ndi 'ejb/UPSRequest'
23:38:03,265 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'UPSReplacedPS' t
o jndi 'ejb/UPSReplacedPS'
23:38:03,281 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'File' to jndi 'e
jb/File'
23:38:03,281 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'SeriesRequest' t
o jndi 'ejb/SeriesRequest'
23:38:03,297 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'HPDefinition' to
 jndi 'ejb/HPDefinition'
23:38:03,297 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'PublishedStudy'
to jndi 'ejb/PublishedStudy'
23:38:03,297 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'PrivateSeries' t
o jndi 'ejb/PrivateSeries'
23:38:03,312 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'GPSPSRequest' to
 jndi 'ejb/GPSPSRequest'
23:38:03,312 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'UPS' to jndi 'ej
b/UPS'
23:38:03,328 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'GPSPS' to jndi '
ejb/GPSPS'
23:38:03,328 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'ContentItem' to
jndi 'ejb/ContentItem'
23:38:03,328 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'Study' to jndi '
ejb/Study'
23:38:03,359 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'GPPPS' to jndi '
ejb/GPPPS'
23:38:03,375 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'Issuer' to jndi
'ejb/Issuer'
23:38:03,390 INFO  [ProxyFactory] Bound EJB Home 'GPPPSManager' to jndi 'ejb/GPP
PSManager'
23:38:03,406 INFO  [ProxyFactory] Bound EJB Home 'GPWLManager' to jndi 'ejb/GPWL
Manager'
23:38:03,406 INFO  [ProxyFactory] Bound EJB Home 'StudyMgt' to jndi 'ejb/StudyMg
t'
23:38:03,422 INFO  [ProxyFactory] Bound EJB Home 'PIXQuery' to jndi 'ejb/PIXQuer
y'
23:38:03,422 INFO  [ProxyFactory] Bound EJB Home 'UpdateAttributes' to jndi 'ejb
/UpdateAttributes'
23:38:03,437 INFO  [ProxyFactory] Bound EJB Home 'HPStorage' to jndi 'ejb/HPStor
age'
23:38:03,453 INFO  [ProxyFactory] Bound EJB Home 'MWLManager' to jndi 'ejb/MWLMa
nager'
23:38:03,453 INFO  [ProxyFactory] Bound EJB Home 'UPSManager' to jndi 'ejb/UPSMa
nager'
23:38:03,469 INFO  [ProxyFactory] Bound EJB Home 'AvailabilityUpdate' to jndi 'e
jb/AvailabilityUpdate'
23:38:03,484 INFO  [ProxyFactory] Bound EJB Home 'ConsistencyCheck' to jndi 'ejb
/ConsistencyCheck'
23:38:03,484 INFO  [ProxyFactory] Bound EJB Home 'StudyPermissionManager' to jnd
i 'ejb/StudyPermissionManager'
23:38:03,500 INFO  [ProxyFactory] Bound EJB Home 'UserManager' to jndi 'ejb/User
Manager'
23:38:03,515 INFO  [ProxyFactory] Bound EJB Home 'MPPSManager' to jndi 'ejb/MPPS
Manager'
23:38:03,515 INFO  [ProxyFactory] Bound EJB Home 'MediaComposer' to jndi 'ejb/Me
diaComposer'
23:38:03,531 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'ContentEdit' to
jndi 'ContentEditLocal'
23:38:03,531 INFO  [ProxyFactory] Bound EJB Home 'ContentEdit' to jndi 'ejb/Cont
entEdit'
23:38:03,547 INFO  [ProxyFactory] Bound EJB Home 'ContentManager' to jndi 'ejb/C
ontentManager'
23:38:03,562 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'SoundexUpdate' t
o jndi 'SoundexUpdateLocal'
23:38:03,562 INFO  [ProxyFactory] Bound EJB Home 'SoundexUpdate' to jndi 'ejb/So
undexUpdate'
23:38:03,578 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'PrivateManager'
to jndi 'PrivateManagerLocal'
23:38:03,578 INFO  [ProxyFactory] Bound EJB Home 'PrivateManager' to jndi 'ejb/P
rivateManager'
23:38:03,594 INFO  [ProxyFactory] Bound EJB Home 'StudyReconciliation' to jndi '
ejb/StudyReconciliation'
23:38:03,609 INFO  [ProxyFactory] Bound EJB Home 'CodeToDeviceMapping' to jndi '
ejb/CodeToDeviceMapping'
23:38:03,609 INFO  [ProxyFactory] Bound EJB Home 'MPPSEmulator' to jndi 'ejb/MPP
SEmulator'
23:38:03,625 INFO  [ProxyFactory] Bound EJB Home 'AttributesModification' to jnd
i 'ejb/AttributesModification'
23:38:03,640 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'PatientUpdate' t
o jndi 'PatientUpdateLocal'
23:38:03,640 INFO  [ProxyFactory] Bound EJB Home 'PatientUpdate' to jndi 'ejb/Pa
tientUpdate'
23:38:03,656 INFO  [ProxyFactory] Bound EJB Home 'FixPatientAttributes' to jndi
'ejb/FixPatientAttributes'
23:38:03,672 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'FileSystemMgt2'
to jndi 'FileSystemMgt2Local'
23:38:03,687 INFO  [ProxyFactory] Bound EJB Home 'FileSystemMgt2' to jndi 'ejb/F
ileSystemMgt2'
23:38:03,718 INFO  [BaseLocalProxyFactory] Bound EJB LocalHome 'Storage' to jndi
 'StorageLocal'
23:38:03,734 INFO  [ProxyFactory] Bound EJB Home 'Storage' to jndi 'ejb/Storage'
23:38:03,734 INFO  [ProxyFactory] Bound EJB Home 'AEManager' to jndi 'ejb/AEMana
ger'
23:38:03,734 INFO  [EJBDeployer] Deployed: file:/I:/app/D4C/dcm4chee/server/defa
ult/deploy/dcm4chee-ejb-mssql.jar
23:38:03,859 INFO  [TomcatDeployer] deploy, ctxPath=/rid, warUrl=.../tmp/deploy/
tmp7671283580202636684dcm4chee-rid-exp.war/
23:38:03,953 INFO  [RIDServiceDelegate] RIDServiceDelegate initialized
23:38:03,953 INFO  [RIDServiceDelegate] RIDServiceDelegate initialized
23:38:04,000 INFO  [TomcatDeployer] deploy, ctxPath=/wado, warUrl=.../tmp/deploy
/tmp3437172160072119089dcm4chee-wado-exp.war/
23:38:04,171 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../dep
loy/jmx-console.war/
23:38:04,312 INFO  [EARDeployer] Init J2EE application: file:/I:/app/D4C/dcm4che
e/server/default/deploy/dcm4chee-arr-3.0.11-mssql.ear
23:38:05,218 INFO  [QueueService] Queue[/queue/ARRIncoming] started, fullSize=20
0000, pageSize=2000, downCacheSize=2000
23:38:06,327 INFO  [UDPListener] Started UDP Server listening on 0.0.0.0/0.0.0.0
:4000
23:38:06,327 INFO  [TCPListener] Started TCP Server listening on /0.0.0.0:6514
23:38:06,483 INFO  [SchedulerService] Start Scheduler CheckPendingSeriesStored w
ith period of 60000ms in 1 s.
23:38:06,515 INFO  [SchedulerService] Start Scheduler DeleteOrphanedPrivateFiles
 with period of 60000ms in 1 s.
23:38:06,515 INFO  [SchedulerService] Start Scheduler DeleteOrphanedPrivateFiles
 with period of 60000ms in 1 s.
23:38:06,515 INFO  [SchedulerService] Start Scheduler CheckFreeDiskSpaceWado wit
h period of 600000ms in 1 s.
23:38:06,702 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jbo
ss.ejb3.mdb.MDB
23:38:06,702 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4c
hee-arr-3.0.11-mssql.ear,jar=dcm4chee-arr-listeners-mdb-3.0.11.jar,name=Receiver
MDB,service=EJB3 with dependencies:
23:38:06,702 INFO  [JmxKernelAbstraction]       persistence.units:ear=dcm4chee-a
rr-3.0.11-mssql.ear,unitName=dcm4chee-arr
23:38:06,702 INFO  [EJB3Deployer] Deployed: file:/I:/app/D4C/dcm4chee/server/def
ault/tmp/deploy/tmp4691409377543093137dcm4chee-arr-3.0.11-mssql.ear-contents/dcm
4chee-arr-listeners-mdb-3.0.11.jar
23:38:06,858 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jbo
ss.ejb3.stateless.StatelessContainer
23:38:06,858 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4c
hee-arr-3.0.11-mssql.ear,jar=dcm4chee-arr-seam-ejb-3.0.11.jar,name=AuditRecordAc
cessBean,service=EJB3 with dependencies:
23:38:06,858 INFO  [JmxKernelAbstraction]       persistence.units:ear=dcm4chee-a
rr-3.0.11-mssql.ear,unitName=dcm4chee-arr
23:38:06,858 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jbo
ss.ejb3.stateless.StatelessContainer
23:38:06,858 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4c
hee-arr-3.0.11-mssql.ear,jar=dcm4chee-arr-seam-ejb-3.0.11.jar,name=AuditRecordQu
eryBean,service=EJB3 with dependencies:
23:38:06,858 INFO  [JmxKernelAbstraction]       persistence.units:ear=dcm4chee-a
rr-3.0.11-mssql.ear,unitName=dcm4chee-arr
23:38:06,858 INFO  [JmxKernelAbstraction]       jboss.j2ee:ear=dcm4chee-arr-3.0.
11-mssql.ear,jar=dcm4chee-arr-seam-ejb-3.0.11.jar,name=AuditLogUsedBean,service=
EJB3
23:38:06,858 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jbo
ss.ejb3.stateless.StatelessContainer
23:38:06,858 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4c
hee-arr-3.0.11-mssql.ear,jar=dcm4chee-arr-seam-ejb-3.0.11.jar,name=AuditLogUsedB
ean,service=EJB3 with dependencies:
23:38:06,889 INFO  [EJBContainer] STARTED EJB: org.dcm4chee.arr.seam.ejb.AuditLo
gUsedBean ejbName: AuditLogUsedBean
23:38:06,967 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jbo
ss.ejb3.stateful.StatefulContainer
23:38:06,967 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4c
hee-arr-3.0.11-mssql.ear,jar=dcm4chee-arr-seam-ejb-3.0.11.jar,name=AuditRecordLi
stAction,service=EJB3 with dependencies:
23:38:06,967 INFO  [JmxKernelAbstraction]       persistence.units:ear=dcm4chee-a
rr-3.0.11-mssql.ear,unitName=dcm4chee-arr
23:38:06,967 INFO  [JmxKernelAbstraction]       jboss.j2ee:ear=dcm4chee-arr-3.0.
11-mssql.ear,jar=dcm4chee-arr-seam-ejb-3.0.11.jar,name=AuditLogUsedBean,service=
EJB3
23:38:06,967 INFO  [EJB3Deployer] Deployed: file:/I:/app/D4C/dcm4chee/server/def
ault/tmp/deploy/tmp4691409377543093137dcm4chee-arr-3.0.11-mssql.ear-contents/dcm
4chee-arr-seam-ejb-3.0.11.jar
23:38:06,967 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jbo
ss.ejb3.entity.PersistenceUnitDeployment
23:38:06,967 INFO  [JmxKernelAbstraction] installing MBean: persistence.units:ea
r=dcm4chee-arr-3.0.11-mssql.ear,unitName=dcm4chee-arr with dependencies:
23:38:06,967 INFO  [JmxKernelAbstraction]       jboss.jca:name=arrDS,service=Dat
aSourceBinding
23:38:06,967 INFO  [PersistenceUnitDeployment] Starting persistence unit persist
ence.units:ear=dcm4chee-arr-3.0.11-mssql.ear,unitName=dcm4chee-arr
23:38:06,999 INFO  [Version] Hibernate EntityManager 3.2.1.GA
23:38:07,014 INFO  [Version] Hibernate Annotations 3.2.1.GA
23:38:07,030 INFO  [Environment] Hibernate 3.2.4.sp1
23:38:07,030 INFO  [Environment] hibernate.properties not found
23:38:07,030 INFO  [Environment] Bytecode provider name : javassist
23:38:07,046 INFO  [Environment] using JDK 1.4 java.sql.Timestamp handling
23:38:07,171 INFO  [Ejb3Configuration] Processing PersistenceUnitInfo [
        name: dcm4chee-arr
        ...]
23:38:07,186 INFO  [Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.arr.
entities.ActiveParticipant
23:38:07,186 INFO  [Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.arr.
entities.ParticipantObject
23:38:07,186 INFO  [Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.arr.
entities.Code
23:38:07,186 INFO  [Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.arr.
entities.AuditRecord
23:38:07,217 INFO  [Configuration] Reading mappings from resource : META-INF/orm
.xml
23:38:07,217 INFO  [Ejb3Configuration] [PersistenceUnit: dcm4chee-arr] no META-I
NF/orm.xml found
23:38:07,296 INFO  [AnnotationBinder] Binding entity from annotated class: org.d
cm4chee.arr.entities.ActiveParticipant
23:38:07,358 INFO  [EntityBinder] Bind entity org.dcm4chee.arr.entities.ActivePa
rticipant on table active_part
23:38:07,436 INFO  [AnnotationBinder] Binding entity from annotated class: org.d
cm4chee.arr.entities.ParticipantObject
23:38:07,436 INFO  [EntityBinder] Bind entity org.dcm4chee.arr.entities.Particip
antObject on table part_obj
23:38:07,452 INFO  [AnnotationBinder] Binding entity from annotated class: org.d
cm4chee.arr.entities.Code
23:38:07,452 INFO  [EntityBinder] Bind entity org.dcm4chee.arr.entities.Code on
table code
23:38:07,452 INFO  [AnnotationBinder] Binding entity from annotated class: org.d
cm4chee.arr.entities.AuditRecord
23:38:07,452 INFO  [EntityBinder] Bind entity org.dcm4chee.arr.entities.AuditRec
ord on table audit_record
23:38:07,561 INFO  [CollectionBinder] Mapping collection: org.dcm4chee.arr.entit
ies.AuditRecord.activeParticipants -> active_part
23:38:07,577 INFO  [CollectionBinder] Mapping collection: org.dcm4chee.arr.entit
ies.AuditRecord.participantObjects -> part_obj
23:38:07,577 INFO  [WADOCacheImpl] getFreeDiskSpace from :I:\app\D4C\dcm4chee\se
rver\default\wadocachedata free:8001011466240
23:38:07,655 INFO  [FileSystemMgt2Service] Check file system group LOSSY_STORAGE

 for deletion of orphaned private files
23:38:07,670 INFO  [FileSystemMgt2Service] Check file system group ONLINE_STORAG

E for deletion of orphaned private files
23:38:07,811 INFO  [ConnectionProviderFactory] Initializing connection provider:
 org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
23:38:07,827 INFO  [InjectedDataSourceConnectionProvider] Using provided datasou
rce
23:38:08,030 INFO  [SettingsFactory] RDBMS: Microsoft SQL Server, version: 10.50
.4033
23:38:08,030 INFO  [SettingsFactory] JDBC driver: jTDS Type 4 JDBC Driver for MS
 SQL Server and Sybase, version: 1.3.1
23:38:08,061 INFO  [Dialect] Using dialect: org.hibernate.dialect.SQLServerDiale
ct
23:38:08,077 INFO  [TransactionFactoryFactory] Transaction strategy: org.hiberna
te.ejb.transaction.JoinableCMTTransactionFactory
23:38:08,077 INFO  [TransactionManagerLookupFactory] instantiating TransactionMa
nagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
23:38:08,077 INFO  [TransactionManagerLookupFactory] instantiated TransactionMan
agerLookup
23:38:08,077 INFO  [SettingsFactory] Automatic flush during beforeCompletion():
disabled
23:38:08,077 INFO  [SettingsFactory] Automatic session close at end of transacti
on: disabled
23:38:08,077 INFO  [SettingsFactory] Scrollable result sets: enabled
23:38:08,077 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled
23:38:08,077 INFO  [SettingsFactory] Connection release mode: auto
23:38:08,092 INFO  [SettingsFactory] Default batch fetch size: 1
23:38:08,092 INFO  [SettingsFactory] Generate SQL with comments: disabled
23:38:08,092 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
23:38:08,092 INFO  [SettingsFactory] Order SQL inserts for batching: disabled
23:38:08,092 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.AST
QueryTranslatorFactory
23:38:08,092 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
23:38:08,092 INFO  [SettingsFactory] Query language substitutions: {}
23:38:08,092 INFO  [SettingsFactory] JPA-QL strict compliance: enabled
23:38:08,092 INFO  [SettingsFactory] Second-level cache: enabled
23:38:08,092 INFO  [SettingsFactory] Query cache: disabled
23:38:08,092 INFO  [SettingsFactory] Cache provider: org.hibernate.cache.Hashtab
leCacheProvider
23:38:08,108 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
23:38:08,108 INFO  [SettingsFactory] Cache region prefix: dcm4chee-arr-3_0_11-ms
sql_ear,dcm4chee-arr
23:38:08,108 INFO  [SettingsFactory] Structured second-level cache entries: disa
bled
23:38:08,123 INFO  [SettingsFactory] Statistics: disabled
23:38:08,123 INFO  [SettingsFactory] Deleted entity synthetic identifier rollbac
k: disabled
23:38:08,123 INFO  [SettingsFactory] Default entity-mode: pojo
23:38:08,123 INFO  [SettingsFactory] Named query checking : enabled
23:38:08,155 INFO  [SessionFactoryImpl] building session factory
23:38:08,389 INFO  [SessionFactoryObjectFactory] Factory name: persistence.units
:ear=dcm4chee-arr-3.0.11-mssql.ear,unitName=dcm4chee-arr
23:38:08,389 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.fa
ctory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.p
kgs=org.jboss.naming:org.jnp.interfaces}
23:38:08,389 INFO  [SessionFactoryObjectFactory] Bound factory to JNDI name: per
sistence.units:ear=dcm4chee-arr-3.0.11-mssql.ear,unitName=dcm4chee-arr
23:38:08,389 WARN  [SessionFactoryObjectFactory] InitialContext did not implemen
t EventContext
23:38:08,389 INFO  [SchemaUpdate] Running hbm2ddl schema update
23:38:08,389 INFO  [SchemaUpdate] fetching database metadata
23:38:08,405 INFO  [SchemaUpdate] updating schema
23:38:09,139 INFO  [TableMetadata] table found: arrdb.dbo.active_part
23:38:09,139 INFO  [TableMetadata] columns: [user_id, user_name, role_id_fk, net
_access_pt_id, alt_user_id, audit_record_fk, pk, requestor, net_access_pt_type]
23:38:09,139 INFO  [TableMetadata] foreign keys: [fkc154118c327533d4, fkc154118c
9f9901b4]
23:38:09,139 INFO  [TableMetadata] indexes: [pk__active_p__321403cf7f60ed59]
23:38:09,201 INFO  [TableMetadata] table found: arrdb.dbo.audit_record
23:38:09,201 INFO  [TableMetadata] columns: [receive_date_time, event_type_fk, e
vent_action, iheyr4, event_date_time, event_outcome, site_id, source_type, pk, s
ource_id, xmldata, event_id_fk]
23:38:09,201 INFO  [TableMetadata] foreign keys: [fkaf55d13517670399, fkaf55d135
4d8cc8d8]
23:38:09,201 INFO  [TableMetadata] indexes: [pk__audit_re__321403cf03317e3d]
23:38:09,217 INFO  [TableMetadata] table found: arrdb.dbo.code
23:38:09,217 INFO  [TableMetadata] columns: [code_value, code_designator, pk, co
de_meaning]
23:38:09,217 INFO  [TableMetadata] foreign keys: []
23:38:09,217 INFO  [TableMetadata] indexes: [pk__code__321403cf07020f21, uq__cod
e__681e2fb109de7bcc]
23:38:09,279 INFO  [TableMetadata] table found: arrdb.dbo.part_obj
23:38:09,279 INFO  [TableMetadata] columns: [obj_id, data_life_cycle, name, obj_
id_type_rfc, obj_role, audit_record_fk, obj_type, pk, obj_sensitivity, obj_id_ty
pe_fk]
23:38:09,279 INFO  [TableMetadata] foreign keys: [fk46d80eab327533d4, fk46d80eab
57a24562]
23:38:09,279 INFO  [TableMetadata] indexes: [pk__part_obj__321403cf0daf0cb0]
23:38:09,279 INFO  [SchemaUpdate] schema update complete
23:38:09,279 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.fa
ctory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.p
kgs=org.jboss.naming:org.jnp.interfaces}
23:38:09,295 INFO  [EJBContainer] STARTED EJB: org.dcm4chee.arr.listeners.mdb.Re
ceiverMDB ejbName: ReceiverMDB
23:38:09,498 INFO  [EJBContainer] STARTED EJB: org.dcm4chee.arr.seam.ejb.AuditRe
cordAccessBean ejbName: AuditRecordAccessBean
23:38:09,576 INFO  [EJBContainer] STARTED EJB: org.dcm4chee.arr.seam.ejb.AuditRe
cordQueryBean ejbName: AuditRecordQueryBean
23:38:09,623 INFO  [EJBContainer] STARTED EJB: org.dcm4chee.arr.seam.ejb.AuditRe
cordListAction ejbName: AuditRecordListAction
23:38:09,670 INFO  [EJB3Deployer] Deployed: file:/I:/app/D4C/dcm4chee/server/def
ault/tmp/deploy/tmp4691409377543093137dcm4chee-arr-3.0.11-mssql.ear-contents/lib
/dcm4chee-arr-entities-3.0.11-mssql.jar
23:38:09,764 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jbo
ss.ejb3.stateless.StatelessContainer
23:38:09,779 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4c
hee-arr-3.0.11-mssql.ear,jar=jboss-seam-2.1.1.GA.jar,name=TimerServiceDispatcher
,service=EJB3 with dependencies:
23:38:09,779 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.async.TimerService
Dispatcher ejbName: TimerServiceDispatcher
23:38:09,826 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jbo
ss.ejb3.stateful.StatefulContainer
23:38:09,857 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4c
hee-arr-3.0.11-mssql.ear,jar=jboss-seam-2.1.1.GA.jar,name=EjbSynchronizations,se
rvice=EJB3 with dependencies:
23:38:09,888 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.transaction.EjbSyn
chronizations ejbName: EjbSynchronizations
23:38:09,935 INFO  [EJB3Deployer] Deployed: file:/I:/app/D4C/dcm4chee/server/def
ault/tmp/deploy/tmp4691409377543093137dcm4chee-arr-3.0.11-mssql.ear-contents/lib
/jboss-seam-2.1.1.GA.jar
23:38:09,967 INFO  [TomcatDeployer] deploy, ctxPath=/dcm4chee-arr, warUrl=.../tm
p/deploy/tmp4691409377543093137dcm4chee-arr-3.0.11-mssql.ear-contents/dcm4chee-a
rr-seam-web-3.0.11-mssql-exp.war/
23:38:10,748 INFO  [ServletContextListener] Welcome to Seam 2.1.1.GA
23:38:11,560 INFO  [Initialization] Namespace: http://jboss.com/products/seam/we
b, package: org.jboss.seam.web, prefix: org.jboss.seam.web
23:38:11,560 INFO  [Initialization] Namespace: http://jboss.com/products/seam/pe
rsistence, package: org.jboss.seam.persistence, prefix: org.jboss.seam.persisten
ce
23:38:11,560 INFO  [Initialization] Namespace: http://jboss.com/products/seam/se
curity, package: org.jboss.seam.security, prefix: org.jboss.seam.security
23:38:11,560 INFO  [Initialization] Namespace: http://jboss.com/products/seam/dr
ools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools
23:38:11,560 INFO  [Initialization] Namespace: http://jboss.com/products/seam/jm
s, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
23:38:11,560 INFO  [Initialization] Namespace: http://jboss.com/products/seam/th
eme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme
23:38:11,560 INFO  [Initialization] Namespace: http://jboss.com/products/seam/ca
ptcha, package: org.jboss.seam.captcha, prefix: org.jboss.seam.captcha
23:38:11,560 INFO  [Initialization] Namespace: http://jboss.com/products/seam/ui
, package: org.jboss.seam.ui, prefix: org.jboss.seam.ui
23:38:11,560 INFO  [Initialization] Namespace: http://jboss.com/products/seam/se
curity, package: org.jboss.seam.security.management, prefix: org.jboss.seam.secu
rity
23:38:11,560 INFO  [Initialization] Namespace: http://jboss.com/products/seam/na
vigation, package: org.jboss.seam.navigation, prefix: org.jboss.seam.navigation
23:38:11,560 INFO  [Initialization] Namespace: http://jboss.com/products/seam/se
curity, package: org.jboss.seam.security.permission, prefix: org.jboss.seam.secu
rity
23:38:11,560 INFO  [Initialization] Namespace: http://jboss.com/products/seam/co
re, package: org.jboss.seam.core, prefix: org.jboss.seam.core
23:38:11,560 INFO  [Initialization] Namespace: http://jboss.com/products/seam/in
ternational, package: org.jboss.seam.international, prefix: org.jboss.seam.inter
national
23:38:11,560 INFO  [Initialization] Namespace: http://jboss.com/products/seam/bp
m, package: org.jboss.seam.bpm, prefix: org.jboss.seam.bpm
23:38:11,560 INFO  [Initialization] Namespace: http://jboss.com/products/seam/ma
il, package: org.jboss.seam.mail, prefix: org.jboss.seam.mail
23:38:11,560 INFO  [Initialization] Namespace: http://jboss.com/products/seam/do
cument, package: org.jboss.seam.document, prefix: org.jboss.seam.document
23:38:11,575 INFO  [Initialization] Namespace: http://jboss.com/products/seam/ca
che, package: org.jboss.seam.cache, prefix: org.jboss.seam.cache
23:38:11,575 INFO  [Initialization] Namespace: http://jboss.com/products/seam/as
ync, package: org.jboss.seam.async, prefix: org.jboss.seam.async
23:38:11,575 INFO  [Initialization] Namespace: http://jboss.com/products/seam/tr
ansaction, package: org.jboss.seam.transaction, prefix: org.jboss.seam.transacti
on
23:38:11,575 INFO  [Initialization] Namespace: http://jboss.com/products/seam/fr
amework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framewor
k
23:38:11,575 INFO  [Initialization] reading /WEB-INF/components.xml
23:38:11,654 INFO  [Initialization] reading properties from: /seam.properties
23:38:11,654 INFO  [Initialization] reading properties from: /jndi.properties
23:38:11,669 INFO  [Initialization] initializing Seam
23:38:11,700 INFO  [Component] Component: org.jboss.seam.core.init, scope: APPLI

CATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
23:38:11,716 INFO  [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.core.resourceLoader
23:38:11,716 INFO  [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.transaction.synchronizations
23:38:11,716 INFO  [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.persistence.persistenceProvider
23:38:11,716 INFO  [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.core.locale
23:38:11,716 INFO  [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.core.expressions
23:38:11,716 INFO  [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.web.isUserInRole
23:38:11,716 INFO  [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.core.locale
23:38:11,716 INFO  [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.web.userPrincipal
23:38:11,716 INFO  [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.core.manager
23:38:11,716 INFO  [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.web.parameters
23:38:11,732 INFO  [Initialization] Installing components...
23:38:11,747 INFO  [Component] Component: auditRecordList, scope: SESSION, type:

 STATEFUL_SESSION_BEAN, class: org.dcm4chee.arr.seam.ejb.AuditRecordListAction,
JNDI: dcm4chee-arr-3.0.11-mssql/AuditRecordListAction/local
23:38:11,810 INFO  [Component] Component: audit_record, scope: EVENT, type: JAVA
_BEAN, class: org.dcm4chee.arr.seam.ejb.AuditRecordEntry
23:38:11,810 INFO  [Component] Component: org.jboss.seam.async.asynchronousExcep

tionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.Asyn
chronousExceptionHandler
23:38:11,810 INFO  [Component] Component: org.jboss.seam.async.dispatcher, scope

: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
23:38:11,825 INFO  [Component] Component: org.jboss.seam.captcha.captcha, scope:

 SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
23:38:11,841 INFO  [Component] Component: org.jboss.seam.captcha.captchaImage, s

cope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
23:38:11,841 INFO  [Component] Component: org.jboss.seam.core.ConversationIdGene
rator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversat
ionIdGenerator
23:38:11,857 INFO  [Component] Component: org.jboss.seam.core.contexts, scope: S

TATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
23:38:11,857 INFO  [Component] Component: org.jboss.seam.core.conversation, scop

e: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
23:38:11,857 INFO  [Component] Component: org.jboss.seam.core.conversationEntrie
s, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntri
es
23:38:11,857 INFO  [Component] Component: org.jboss.seam.core.conversationListFa
ctory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Conversatio
nList
23:38:11,857 INFO  [Component] Component: org.jboss.seam.core.conversationPropag
ation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPro
pagation
23:38:11,872 INFO  [Component] Component: org.jboss.seam.core.conversationStackF
actory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Conversati
onStack
23:38:11,872 INFO  [Component] Component: org.jboss.seam.core.events, scope: EVE

NT, type: JAVA_BEAN, class: org.jboss.seam.core.Events
23:38:11,888 INFO  [Component] Component: org.jboss.seam.core.expressions, scope

: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
23:38:11,888 INFO  [Component] Component: org.jboss.seam.core.interpolator, scop

e: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
23:38:11,888 INFO  [Component] Component: org.jboss.seam.core.locale, scope: STA

TELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
23:38:11,888 INFO  [Component] Component: org.jboss.seam.core.manager, scope: EV

ENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
23:38:11,888 INFO  [Component] Component: org.jboss.seam.core.resourceBundle, sc

ope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
23:38:11,888 INFO  [Component] Component: org.jboss.seam.core.resourceLoader, sc

ope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
23:38:11,904 INFO  [Component] Component: org.jboss.seam.core.validators, scope:

 APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
23:38:11,904 INFO  [Component] Component: org.jboss.seam.document.documentStore,

 scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentSt
ore
23:38:11,919 INFO  [Component] Component: org.jboss.seam.exception.exceptions, s

cope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions
23:38:11,935 INFO  [Component] Component: org.jboss.seam.faces.dataModels, scope

: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
23:38:11,935 INFO  [Component] Component: org.jboss.seam.faces.facesContext, sco

pe: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
23:38:11,935 INFO  [Component] Component: org.jboss.seam.faces.facesPage, scope:

 PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
23:38:11,935 INFO  [Component] Component: org.jboss.seam.faces.httpError, scope:

 APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
23:38:11,935 INFO  [Component] Component: org.jboss.seam.faces.redirect, scope:

CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
23:38:11,950 INFO  [Component] Component: org.jboss.seam.faces.renderer, scope:

STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
23:38:11,950 INFO  [Component] Component: org.jboss.seam.faces.switcher, scope:

PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
23:38:11,950 INFO  [Component] Component: org.jboss.seam.faces.uiComponent, scop

e: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
23:38:11,950 INFO  [Component] Component: org.jboss.seam.faces.validation, scope

: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
23:38:11,950 INFO  [Component] Component: org.jboss.seam.framework.currentDate,

scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
23:38:11,950 INFO  [Component] Component: org.jboss.seam.framework.currentDateti
me, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDa
tetime
23:38:11,966 INFO  [Component] Component: org.jboss.seam.framework.currentTime,

scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
23:38:11,982 INFO  [Component] Component: org.jboss.seam.graphicImage.image, sco

pe: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
23:38:11,982 INFO  [Component] Component: org.jboss.seam.international.localeSel
ector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.Loca
leSelector
23:38:11,982 INFO  [Component] Component: org.jboss.seam.international.messagesF
actory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.M
essages
23:38:11,997 INFO  [Component] Component: org.jboss.seam.international.statusMes
sages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMe
ssages
23:38:11,997 INFO  [Component] Component: org.jboss.seam.international.timeZone,

 scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
23:38:11,997 INFO  [Component] Component: org.jboss.seam.international.timeZoneS
elector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.Ti
meZoneSelector
23:38:12,013 INFO  [Component] Component: org.jboss.seam.mail.mailSession, scope

: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
23:38:12,028 INFO  [Component] Component: org.jboss.seam.navigation.pages, scope

: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
23:38:12,028 INFO  [Component] Component: org.jboss.seam.navigation.safeActions,

 scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActio
ns
23:38:12,028 INFO  [Component] Component: org.jboss.seam.persistence.persistence
Contexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistenc
e.PersistenceContexts
23:38:12,028 INFO  [Component] Component: org.jboss.seam.persistence.persistence
Provider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.H
ibernatePersistenceProvider
23:38:12,028 INFO  [Component] Component: org.jboss.seam.security.configurationF
actory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Config
uration
23:38:12,028 INFO  [Component] Component: org.jboss.seam.security.credentials, s

cope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials
23:38:12,044 INFO  [Component] Component: org.jboss.seam.security.entityPermissi
onChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.E
ntityPermissionChecker
23:38:12,044 INFO  [Component] Component: org.jboss.seam.security.facesSecurityE
vents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.Faces
SecurityEvents
23:38:12,044 INFO  [Component] Component: org.jboss.seam.security.identifierPoli
cy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permissi
on.IdentifierPolicy
23:38:12,044 INFO  [Component] Component: org.jboss.seam.security.identity, scop

e: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
23:38:12,060 INFO  [Component] Component: org.jboss.seam.security.identityManage
r, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.Iden
tityManager
23:38:12,060 INFO  [Component] Component: org.jboss.seam.security.management.rol
eAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.ma
nagement.action.RoleAction
23:38:12,075 INFO  [Component] Component: org.jboss.seam.security.management.rol
eSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.managem
ent.action.RoleSearch
23:38:12,091 INFO  [Component] Component: org.jboss.seam.security.management.use
rAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.ma
nagement.action.UserAction
23:38:12,091 INFO  [Component] Component: org.jboss.seam.security.management.use
rSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.managem
ent.action.UserSearch
23:38:12,107 INFO  [Component] Component: org.jboss.seam.security.passwordHash,

scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.Pas
swordHash
23:38:12,107 INFO  [Component] Component: org.jboss.seam.security.permission.per
missionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.secur
ity.permission.action.PermissionSearch
23:38:12,107 INFO  [Component] Component: org.jboss.seam.security.permissionMana
ger, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permiss
ion.PermissionManager
23:38:12,122 INFO  [Component] Component: org.jboss.seam.security.permissionMapp
er, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permissi
on.PermissionMapper
23:38:12,122 INFO  [Component] Component: org.jboss.seam.security.persistentPerm
issionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.secur
ity.permission.PersistentPermissionResolver
23:38:12,122 INFO  [Component] Component: org.jboss.seam.security.rememberMe, sc

ope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe
23:38:12,138 INFO  [Component] Component: org.jboss.seam.theme.themeFactory, sco

pe: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
23:38:12,138 INFO  [Component] Component: org.jboss.seam.theme.themeSelector, sc

ope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
23:38:12,138 INFO  [Component] Component: org.jboss.seam.transaction.synchroniza
tions, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchr
onizations
23:38:12,138 INFO  [Component] Component: org.jboss.seam.transaction.transaction

, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction
23:38:12,138 INFO  [Component] Component: org.jboss.seam.ui.EntityConverter, sco

pe: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter
23:38:12,138 INFO  [Component] Component: org.jboss.seam.ui.entityIdentifierStor

e, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore
23:38:12,153 INFO  [Component] Component: org.jboss.seam.ui.entityLoader, scope:

 STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader
23:38:12,169 INFO  [Component] Component: org.jboss.seam.ui.facelet.faceletCompi
ler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.Facel
etCompiler
23:38:12,169 INFO  [Component] Component: org.jboss.seam.ui.facelet.facesContext
Factory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.R
endererFacesContextFactory
23:38:12,169 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockHttpSess
ion, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessi
onManager
23:38:12,169 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockServletC
ontext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.Se
rvletContextManager
23:38:12,169 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphic
ImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.gra
phicImage.GraphicImageResource
23:38:12,169 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphic
ImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicIma
ge.GraphicImageStore
23:38:12,185 INFO  [Component] Component: org.jboss.seam.ui.resource.webResource
, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebReso
urce
23:38:12,185 INFO  [Component] Component: org.jboss.seam.web.exceptionFilter, sc

ope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
23:38:12,185 INFO  [Component] Component: org.jboss.seam.web.identityFilter, sco

pe: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter
23:38:12,185 INFO  [Component] Component: org.jboss.seam.web.isUserInRole, scope

: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
23:38:12,200 INFO  [Component] Component: org.jboss.seam.web.loggingFilter, scop

e: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
23:38:12,200 INFO  [Component] Component: org.jboss.seam.web.multipartFilter, sc

ope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
23:38:12,200 INFO  [Component] Component: org.jboss.seam.web.parameters, scope:

STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
23:38:12,200 INFO  [Component] Component: org.jboss.seam.web.redirectFilter, sco

pe: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
23:38:12,200 INFO  [Component] Component: org.jboss.seam.web.servletContexts, sc

ope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
23:38:12,200 INFO  [Component] Component: org.jboss.seam.web.session, scope: SES

SION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
23:38:12,200 INFO  [Component] Component: org.jboss.seam.web.userPrincipal, scop

e: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
23:38:12,200 INFO  [Contexts] starting up: org.jboss.seam.security.persistentPer
missionResolver
23:38:12,200 WARN  [PersistentPermissionResolver] no permission store available

- please install a PermissionStore with the name 'org.jboss.seam.security.jpaPer
missionStore' if persistent permissions are required.
23:38:12,200 INFO  [Contexts] starting up: org.jboss.seam.security.permissionMap
per
23:38:12,200 INFO  [Contexts] starting up: org.jboss.seam.navigation.pages
23:38:12,216 INFO  [Contexts] starting up: org.jboss.seam.security.facesSecurity
Events
23:38:12,216 INFO  [Contexts] starting up: org.jboss.seam.security.entityPermiss
ionChecker
23:38:12,232 INFO  [Initialization] done initializing Seam
23:38:12,232 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.redirect
Filter
23:38:12,232 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.exceptio
nFilter
23:38:12,232 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.multipar
tFilter
23:38:12,232 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.loggingF
ilter
23:38:12,232 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.identity
Filter
23:38:12,263 INFO  [EARDeployer] Started J2EE application: file:/I:/app/D4C/dcm4
chee/server/default/deploy/dcm4chee-arr-3.0.11-mssql.ear
23:38:12,403 INFO  [EARDeployer] Init J2EE application: file:/I:/app/D4C/dcm4che
e/server/default/deploy/dcm4chee-web-ear-3.0.4-mssql.ear
23:38:13,840 ERROR [STDERR] Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPS
AXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLim
it' is not recognized.
23:38:13,872 ERROR [STDERR] Compiler warnings:
23:38:13,872 ERROR [STDERR]   WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: P
roperty 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recogn
ized.'
23:38:13,887 ERROR [STDERR] Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPS
AXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLim
it' is not recognized.
23:38:13,903 ERROR [STDERR] Compiler warnings:
23:38:13,903 ERROR [STDERR]   WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: P
roperty 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recogn
ized.'
23:38:13,919 ERROR [STDERR] Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPS
AXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLim
it' is not recognized.
23:38:13,934 ERROR [STDERR] Compiler warnings:
23:38:13,934 ERROR [STDERR]   WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: P
roperty 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recogn
ized.'
23:38:13,934 ERROR [STDERR] Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPS
AXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLim
it' is not recognized.
23:38:13,934 ERROR [STDERR] Compiler warnings:
23:38:13,934 ERROR [STDERR]   WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: P
roperty 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recogn
ized.'
23:38:13,997 INFO  [EchoService] SCU Devicename:EchoService
23:38:14,075 ERROR [STDERR] Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPS
AXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLim
it' is not recognized.
23:38:14,090 ERROR [STDERR] Compiler warnings:
23:38:14,090 ERROR [STDERR]   WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: P
roperty 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recogn
ized.'
23:38:14,106 ERROR [STDERR] Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPS
AXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLim
it' is not recognized.
23:38:14,106 ERROR [STDERR] Compiler warnings:
23:38:14,106 ERROR [STDERR]   WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: P
roperty 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recogn
ized.'
23:38:14,153 INFO  [IANScuService] SCU Devicename:IANScuService
23:38:14,200 INFO  [AttributesModificationScuService] SCU Devicename:AttributesM
odificationScuService
23:38:14,231 INFO  [MoveScuService] SCU Devicename:MoveScuService
23:38:14,278 INFO  [MppsForwardService] SCU Devicename:MppsForwardService
23:38:14,293 INFO  [MwlScuService] SCU Devicename:MwlScuService
23:38:14,340 INFO  [RejectionNoteScuService] SCU Devicename:RejectionNoteScuServ
ice
23:38:14,387 INFO  [StoreScuService] SCU Devicename:StoreScuService
23:38:14,450 WARN  [BasicMBeanRegistry] javax.management.MBeanRegistrationExcept

ion: preRegister() failed: [ObjectName='dcm4chee.web:service=WebConfig', Class=o
rg.dcm4chee.web.service.webcfg.WebCfgService (org.dcm4chee.web.service.webcfg.We
bCfgService@5fb45649)]
23:38:14,450 INFO  [WebCfgService] Registration is not done -> stop
23:38:14,450 ERROR [MainDeployer] Could not create deployment: file:/I:/app/D4C/
dcm4chee/server/default/tmp/deploy/tmp2739489765869486659dcm4chee-web-ear-3.0.4-
mssql.ear-contents/dcm4chee-web-sar-webcfg-3.0.4.sar
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.GeneratedMethodAccessor19.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch

er.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 com.sun.proxy.$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.create(MainDeployer.java:959)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch

er.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept

or.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.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 com.sun.proxy.$Proxy9.deploy(Unknown Source)
        at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
tScanner.java:421)
        at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
canner.java:634)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
doScan(AbstractDeploymentScanner.java:263)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A
bstractDeploymentScanner.java:336)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:289)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:245)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch

er.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.system.ServiceController$ServiceProxy.invoke(ServiceControl

ler.java:978)
        at com.sun.proxy.$Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start(ServiceController.java:417)
        at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch

er.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 com.sun.proxy.$Proxy4.start(Unknown Source)
        at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
        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:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch

er.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept

or.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
or.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.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.jav
a:1417)
        ... 85 more
Caused by: javax.management.MBeanRegistrationException: preRegister() failed: [O
bjectName='dcm4chee.web:service=WebConfig', Class=org.dcm4chee.web.service.webcf
g.WebCfgService (org.dcm4chee.web.service.webcfg.WebCfgService@5fb45649)]
        at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(Bas
icMBeanRegistry.java:713)
        at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMB

eanRegistry.java:211)
        at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
sorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at org.jboss.mx.interceptor.AttributeDispatcher.invoke(AttributeDispatch
er.java:136)
        ... 111 more
23:38:14,481 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@78c385e0 { url=file:/I:/app/D4C/dcm4chee/ser
ver/default/deploy/dcm4chee-web-ear-3.0.4-mssql.ear }
  deployer: org.jboss.deployment.EARDeployer@694b5297

  status: Deployment FAILED reason: - nested throwable: (java.lang.reflect.Invoc
ationTargetException)
  state: FAILED
  watch: file:/I:/app/D4C/dcm4chee/server/default/deploy/dcm4chee-web-ear-3.0.4-
mssql.ear
  altDD: null
  lastDeployed: 1418240293731
  lastModified: 1418240292403
  mbeans:

23:38:14,528 INFO  [ServerImpl] Start Server listening on 0.0.0.0:2575
23:38:14,543 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-808
0
23:38:14,559 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-8443
23:38:14,590 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009
23:38:14,590 INFO  [ServerImpl] Start Server listening on 0.0.0.0:11112
23:38:14,590 INFO  [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBos
s_4_2_3_GA date=200807181417)] Started in 44s:705ms
23:39:07,626 INFO  [FileSystemMgt2Service] Check file system group ONLINE_STORAG

E for deletion of orphaned private files
23:39:07,626 INFO  [FileSystemMgt2Service] Check file system group LOSSY_STORAGE

 for deletion of orphaned private files
23:40:07,635 INFO  [FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
23:40:07,635 INFO  [FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
23:41:07,644 INFO  [FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
23:41:07,644 INFO  [FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
23:42:07,653 INFO  [FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
23:42:07,653 INFO  [FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files

Mariano Filippin

unread,
Jan 19, 2024, 4:45:47 PMJan 19
to dcm4che
Hola Mi nombre es Mariano.

Estuve varios días hasta que resolví mi problema.
Mi caso era que al  copiar las 2 versiones 2.18.0 y 2.18.3 quedan repetidos archivos.
Tenia dcm4chee-web-ear-3.0.7-mssql.ear y también dcm4chee-web-ear-3.0.4-mssql.ear en la carpeta server\default\deploy\

Eliminé "dcm4chee-web-ear-3.0.4-mssql.ear" y funciono por fin !!!!

Espero que a alguien la ayude esto.

Saludos desde Argentina.
Mariano
Reply all
Reply to author
Forward
0 new messages