Quality jpg possible?

533 views
Skip to first unread message

Dr Lawrence M Fox

unread,
Jan 25, 2013, 6:25:22 PM1/25/13
to dcm...@googlegroups.com
Using DCM4CHEE-web3, it appears that I have 2 options to view CR files: 
1. Dicom download, which takes no time over my network but takes several minutes over the internet, or
2. View a very poor quality jpg (128x156) which degrades significantly when enlarged

Is it possible to default to a better quality jpg or png? I am running DCM4CHEE in Linux. The files would be viewed primarily in Linux, sometimes in Windows or OSX

Thanks, Larry

Mark Messer

unread,
Jan 25, 2013, 7:02:15 PM1/25/13
to dcm...@googlegroups.com
dcm4chee should be thought of as an image manager that really has no user interface.
The web UI is not intended for viewing images. It is for an administrator to check that an image can be viewed. Sometimes bad data gets in.
To view images, you should use a separate viewer application, such as Weasis.
 
In many cases, dcm4chee runs on a server, and multiple workstations run viewers for multiple users.
In a small office, it is perfectly fine to run both on the same computer.
 

fleetwoodfc

unread,
Jan 26, 2013, 5:56:42 AM1/26/13
to dcm...@googlegroups.com
You can integrate Weasis into the web3 interface - http://www.dcm4che.org/confluence/display/WEA/Installing+Weasis+in+DCM4CHEE

Mark Messer

unread,
Jan 26, 2013, 9:48:05 PM1/26/13
to dcm...@googlegroups.com
Cool! I didn't know that. I have some questions and problems with setup.
I am using 64 bit Windows 7, 32 bit JDK 6, dcm4chee 2.17.2, MySQL.
 

- I see that a new version  (1.2.4) was released a couple days ago. There is no weasis-i18n.war. This is supposed to be for internationalization. No longer needed in the new version?

- When I download weasis.war and dcm4chee-web3/3.0.2/weasis-pacs-connector.war, I get zip files. They don't work when deployed until I rename them to war.

- weasis starts up if the AE Title of dcm4chee is DCM4CHEE. But there are problems if the AE Title has been changed. I expect the problem is weasis configuration. What is needed to make it work?
 
 This post, http://forums.dcm4che.org/jiveforums/thread.jspa?messageID=21586&#21586, mentions changes that used to be needed in the JMX console to make weasis work. dcm4chee.archive / service=AE / void updateAETitle() is supposed to change the dcm4chee AE Title in parameters all through the JMX console. In the past, it did not change the AE Title in enough places. The post shows how to add a couple missing parameters. 
 
Missing parameters do not appear to be the problem now. When I look through all the services under dcm4chee.web, I find some parameters still contain DCM4CHEE. 
 
    service=AttributesModificationSCU
        CallingAETitle  === UNCHANGED
    service=ContentEditService
        ModifyingSystem  === UNCHANGED
    service=EchoService
        CallingAETitle  CHANGED BY updateAETitle()
    service=HL7SendV2
        SendingApplication === UNCHANGED
        SendingFacility  === UNCHANGED
    service=IANSCU
        CallingAETitle  === UNCHANGED
    service=MoveScu
        CallingAETitle  CHANGED BY updateAETitle()
        CalledAETitle  CHANGED BY updateAETitle()
    service=RejectionNoteSCU
        CallingAETitle  === UNCHANGED
    service=Web3MwlSCU
        CallingAETitle   CHANGED BY updateAETitle()

 I can correct the missing parameters by adding these lines to dcm4chee.archive / service=AE / OtherServiceAETitleAttributesToUpdate.
   
  dcm4chee.web:service=AttributesModificationSCU#CallingAETitle
  dcm4chee.web:service=ContentEditService#ModifyingSystem
  dcm4chee.web:service=HL7SendV2#SendingApplication
  dcm4chee.web:service=HL7SendV2#SendingFacility
  dcm4chee.web:service=IANSCU#CallingAETitle
  dcm4chee.web:service=RejectionNoteSCU#CallingAETitle

 If I add these lines and update the AE Title with  updateAETitle(), weasis still does not start. dcm4chee tries to connect to weasis with calledAET = DCM4CHEE. Thoughts? 
 
- OtherServiceAETitleAttributesToUpdate contains a line that should not be there. When I change the AE Title, the log contains this:

 2013-01-26 17:28:18,923 INFO  -> (http-0.0.0.0-8080-1) [org.dcm4chex.archive.mbean.AEService] No such attribute: dcm4chee.archive:service=QueryRetrieveScp#CoerceRequestPatientIdsAETitles
 
 
- Every time I start weasis (using DCM4CHEE), viewer.jnlp is downloaded from http://localhost:8080. I have to click through a dialog or two asking if I want to download and run weasis. How do I avoid this?

- The first time I run weasis, I get a "license" dialog requiring me to promise I will not use weasis for diagnostic purposes. Before I can respond, weasis opens and hides the dialog.

Dr Lawrence M Fox

unread,
Jan 27, 2013, 12:43:28 AM1/27/13
to dcm...@googlegroups.com
Thanks, Mark, fleetwoodfc and others. I changed the image settings to jpeg 2000 lossless and changed my AET; those changes were easy.
Now, like Mark and several other people in this forum, I've lost the ability to download anything through Weasis (I'm using 1.2.4). The problem seems to be the non-default AET. 
I've made all the recommended changes in JMX-console service=AE and created a  weasis-pacs-connector.properties file in my dcm4chee..../server/default/conf with the appropriate AET.
I've restarted dcm4chee, and still can't download the studies.

What's my next step, (and shouldn't it be easier than all these steps)?

Thanks, Larry

nicolas...@gmail.com

unread,
Jan 27, 2013, 3:44:12 AM1/27/13
to dcm...@googlegroups.com
There is nothing else to do. You can post dcm4chee log file.

nicolas...@gmail.com

unread,
Jan 27, 2013, 4:13:17 AM1/27/13
to dcm...@googlegroups.com

On Sunday, January 27, 2013 3:48:05 AM UTC+1, Mark Messer wrote:
Cool! I didn't know that. I have some questions and problems with setup.
I am using 64 bit Windows 7, 32 bit JDK 6, dcm4chee 2.17.2, MySQL.
 

- I see that a new version  (1.2.4) was released a couple days ago. There is no weasis-i18n.war. This is supposed to be for internationalization. No longer needed in the new version?

 I haven't publish weasis-i18n.war because I am waiting update from translators. Anyway, at any time you can build it as it is described here. Here is a binary to download.
 

- When I download weasis.war and dcm4chee-web3/3.0.2/weasis-pacs-connector.war, I get zip files. They don't work when deployed until I rename them to war.

I've already heard about this issue. Which browser are you using? I guess it replaces the original extension ;)

- weasis starts up if the AE Title of dcm4chee is DCM4CHEE. But there are problems if the AE Title has been changed. I expect the problem is weasis configuration. What is needed to make it work?

weasis-pacs-connector make some DICOM queries to build the xml manifest with all the UID references. That's why if you change the default configuration of dcm4chee you need to edit this file.
With browsers which have excluded Java plugin, you will download jnlp file and the system will execute it, see how to launch Weasis on Safari or Chrome in http://www.dcm4che.org/confluence/display/WEA/Frequently+Asked+Questions+%28FAQs%29.

- The first time I run weasis, I get a "license" dialog requiring me to promise I will not use weasis for diagnostic purposes. Before I can respond, weasis opens and hides the dialog.

Yes, but if you click on the main window, the dialog should appear at the top. If you don't need this message (first launch), it is possible to disable it in the ext-config.properties (weasis.show.disclaimer=false).
 
 

Dr Lawrence M Fox

unread,
Jan 27, 2013, 7:09:24 AM1/27/13
to dcm...@googlegroups.com
Logfile requested by nicolas.roduit
Let me know if you need more output
 
2013-01-27 00:26:25,518 DEBUG -> (main) [org.jnp.server.NamingBeanImpl] Using NamingServer: org.jnp.server.NamingServer@25e222e
2013-01-27 00:26:25,519 DEBUG -> (main) [org.jnp.server.NamingBeanImpl] Installed global NamingServer: org.jnp.server.NamingServer@25e222e
2013-01-27 00:26:25,551 DEBUG -> (main) [org.jnp.server.NamingBeanImpl] InitialContext Environment: 
2013-01-27 00:26:25,551 DEBUG -> (main) [org.jnp.server.NamingBeanImpl] key=java.naming.factory.initial, value(java.lang.String)=org.jnp.interfaces.NamingContextFactory
2013-01-27 00:26:25,551 DEBUG -> (main) [org.jnp.server.NamingBeanImpl] key=java.naming.factory.url.pkgs, value(java.lang.String)=org.jboss.naming:org.jnp.interfaces
2013-01-27 00:26:25,926 INFO  -> (main) [com.arjuna.ats.jbossatx.jta.TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
2013-01-27 00:26:25,928 INFO  -> (main) [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Setting up property manager MBean and JMX layer
2013-01-27 00:26:26,157 INFO  -> (main) [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Starting recovery manager
2013-01-27 00:26:26,373 INFO  -> (main) [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Recovery manager started
2013-01-27 00:26:26,374 INFO  -> (main) [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Binding TransactionManager JNDI Reference
2013-01-27 00:26:30,548 INFO  -> (main) [org.jboss.ejb3.EJB3Deployer] Starting java:comp multiplexer
2013-01-27 00:26:33,468 INFO  -> (main) [org.dcm4chex.cdw.mbean.SchedulerService] Start Scheduler PurgeSpoolDir with period of 60000ms.
2013-01-27 00:26:33,482 INFO  -> (main) [org.dcm4cheri.server.ServerImpl] Start Server listening on 0.0.0.0:10104
2013-01-27 00:26:33,501 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Start Calculating Archive Disk Usage
2013-01-27 00:26:33,505 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Finished Calculating Archive Disk Usage: 0.0MB
2013-01-27 00:26:33,507 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Start Calculating Fileset Disk Usage
2013-01-27 00:26:33,509 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Finished Calculating Fileset Disk Usage: 0.0MB
2013-01-27 00:26:37,630 INFO  -> (main) [org.jboss.wsf.stack.jbws.NativeServerConfig] JBoss Web Services - Native
2013-01-27 00:26:37,633 INFO  -> (main) [org.jboss.wsf.stack.jbws.NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044)
2013-01-27 00:26:52,310 INFO  -> (main) [org.apache.catalina.startup.Embedded] Catalina naming disabled
2013-01-27 00:26:52,555 INFO  -> (main) [org.apache.catalina.core.AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /var/lib/dcm4chee/bin/native
2013-01-27 00:26:52,681 INFO  -> (main) [org.apache.coyote.http11.Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
2013-01-27 00:26:54,037 INFO  -> (main) [org.apache.coyote.http11.Http11Protocol] Initializing Coyote HTTP/1.1 on http-8443
2013-01-27 00:26:54,044 INFO  -> (main) [org.apache.coyote.ajp.AjpProtocol] Initializing Coyote AJP/1.3 on ajp-0.0.0.0-8009
2013-01-27 00:26:54,046 INFO  -> (main) [org.apache.catalina.startup.Catalina] Initialization processed in 1735 ms
2013-01-27 00:26:54,051 INFO  -> (main) [org.apache.catalina.core.StandardService] Starting service jboss.web
2013-01-27 00:26:54,065 INFO  -> (main) [org.apache.catalina.core.StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
2013-01-27 00:26:54,173 INFO  -> (main) [org.apache.catalina.startup.Catalina] Server startup in 121 ms
2013-01-27 00:26:54,484 INFO  -> (main) [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
2013-01-27 00:26:55,220 INFO  -> (main) [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
2013-01-27 00:26:55,489 INFO  -> (main) [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
2013-01-27 00:26:56,134 INFO  -> (main) [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
2013-01-27 00:26:57,166 INFO  -> (main) [org.jboss.mail.MailService] Mail Service bound to java:/Mail
2013-01-27 00:26:57,331 INFO  -> (main) [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
2013-01-27 00:26:57,372 INFO  -> (main) [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
2013-01-27 00:26:57,403 INFO  -> (main) [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
2013-01-27 00:26:57,438 INFO  -> (main) [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
2013-01-27 00:26:57,488 INFO  -> (main) [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms-ra.rar
2013-01-27 00:26:57,530 INFO  -> (main) [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
2013-01-27 00:26:57,543 INFO  -> (main) [org.jboss.resource.adapter.quartz.inflow.QuartzResourceAdapter] start quartz!!!
2013-01-27 00:26:57,604 INFO  -> (main) [org.quartz.simpl.SimpleThreadPool] Job execution threads will use class loader of thread: main
2013-01-27 00:26:57,631 INFO  -> (main) [org.quartz.core.QuartzScheduler] Quartz Scheduler v.1.5.2 created.
2013-01-27 00:26:57,635 INFO  -> (main) [org.quartz.simpl.RAMJobStore] RAMJobStore initialized.
2013-01-27 00:26:57,637 INFO  -> (main) [org.quartz.impl.StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
2013-01-27 00:26:57,642 INFO  -> (main) [org.quartz.impl.StdSchedulerFactory] Quartz scheduler version: 1.5.2
2013-01-27 00:26:57,644 INFO  -> (main) [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
2013-01-27 00:26:57,958 INFO  -> (main) [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=arrDS' to JNDI name 'java:arrDS'
2013-01-27 00:26:58,119 INFO  -> (main) [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
2013-01-27 00:26:58,210 INFO  -> (main) [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=pacsDS' to JNDI name 'java:pacsDS'
2013-01-27 00:26:59,694 WARN  -> (main) [org.jboss.jms.server.security.SecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
2013-01-27 00:26:59,767 INFO  -> (main) [org.jboss.jms.server.ServerPeer] JBoss Messaging 1.4.2.GA server [0] started
2013-01-27 00:26:59,911 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/CDRecord] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:26:59,918 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/MediaComposer] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:26:59,924 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/MakeIsoImage] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:26:59,930 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/NeroCmd] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:00,792 INFO  -> (main) [org.jboss.jms.server.connectionfactory.ConnectionFactory] Connector bisocket://dcm4chee:4457 has leasing enabled, lease period 10000 milliseconds
2013-01-27 00:27:00,795 INFO  -> (main) [org.jboss.jms.server.connectionfactory.ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@3dc98360 started
2013-01-27 00:27:02,866 INFO  -> (main) [org.dcm4chex.cdw.mbean.SchedulerService] Start Scheduler MediaCreationRequestEmulatorTimer with period of 60000ms.
2013-01-27 00:27:02,892 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:27:02,945 INFO  -> (main) [org.dcm4chex.cdw.mbean.MediaComposerService] Initialize org.dcm4chex.cdw.mbean.DicomDirDOM
2013-01-27 00:27:02,971 WARN  -> (main) [org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
2013-01-27 00:27:02,977 WARN  -> (main) [org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
2013-01-27 00:27:02,993 INFO  -> (main) [org.jboss.jms.server.connectionfactory.ConnectionFactory] Connector bisocket://dcm4chee:4457 has leasing enabled, lease period 10000 milliseconds
2013-01-27 00:27:03,003 INFO  -> (main) [org.jboss.jms.server.connectionfactory.ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@24de1f47 started
2013-01-27 00:27:03,016 INFO  -> (main) [org.jboss.jms.server.connectionfactory.ConnectionFactory] Connector bisocket://dcm4chee:4457 has leasing enabled, lease period 10000 milliseconds
2013-01-27 00:27:03,023 INFO  -> (main) [org.jboss.jms.server.connectionfactory.ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@6d62f58e started
2013-01-27 00:27:03,036 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,044 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,049 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/AttributesModificationScu] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,058 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/DeleteStudy] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,063 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/ExportManager] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,068 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/FileCopy] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,078 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/FileMove] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,086 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/HL7Send] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,092 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/IANScu] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,100 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/MCMScu] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,106 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/MoveScu] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,111 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/PPSExceptionMgt] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,120 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/PPSScu] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,135 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/Prefetch] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,142 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/RejectionNoteStored] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,154 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/Sendmail] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,176 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/StgCmtScuScp] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,181 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/StudyMgtScu] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,187 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/UpgradeToEnhancedMF] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,192 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/UPSScp] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,197 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/WadoPrefetch] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:03,203 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/MPPSScu] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:27:05,062 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying PrivateInstance
2013-01-27 00:27:05,181 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying MWLItem
2013-01-27 00:27:05,190 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying VerifyingObserver
2013-01-27 00:27:05,196 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying Device
2013-01-27 00:27:05,205 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying UPSRelatedPS
2013-01-27 00:27:05,211 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying PrivateFile
2013-01-27 00:27:05,224 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying Media
2013-01-27 00:27:05,237 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying PrivateStudy
2013-01-27 00:27:05,253 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying PrivatePatient
2013-01-27 00:27:05,263 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying Code
2013-01-27 00:27:05,272 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying HP
2013-01-27 00:27:05,278 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying MPPS
2013-01-27 00:27:05,294 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying Patient
2013-01-27 00:27:05,319 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying Instance
2013-01-27 00:27:05,342 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying StudyPermission
2013-01-27 00:27:05,366 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying AE
2013-01-27 00:27:05,418 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying UPSSubscription
2013-01-27 00:27:05,439 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying FileSystem
2013-01-27 00:27:05,454 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying UPSGlobalSubscription
2013-01-27 00:27:05,469 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying GPSPSPerformer
2013-01-27 00:27:05,490 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying OtherPatientID
2013-01-27 00:27:05,502 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying Series
2013-01-27 00:27:05,522 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying StudyOnFileSystem
2013-01-27 00:27:05,538 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying UPSRequest
2013-01-27 00:27:05,559 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying UPSReplacedPS
2013-01-27 00:27:05,584 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying File
2013-01-27 00:27:05,612 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying SeriesRequest
2013-01-27 00:27:05,637 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying HPDefinition
2013-01-27 00:27:05,665 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying PrivateSeries
2013-01-27 00:27:05,692 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying GPSPSRequest
2013-01-27 00:27:05,722 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying UPS
2013-01-27 00:27:05,745 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying GPSPS
2013-01-27 00:27:05,775 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying ContentItem
2013-01-27 00:27:05,800 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying Study
2013-01-27 00:27:05,818 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying GPPPS
2013-01-27 00:27:05,845 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying Issuer
2013-01-27 00:27:05,878 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying GPPPSManager
2013-01-27 00:27:05,946 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying GPWLManager
2013-01-27 00:27:05,968 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying StudyMgt
2013-01-27 00:27:06,000 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying PIXQuery
2013-01-27 00:27:06,027 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying UpdateAttributes
2013-01-27 00:27:06,055 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying HPStorage
2013-01-27 00:27:06,074 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying MWLManager
2013-01-27 00:27:06,103 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying UPSManager
2013-01-27 00:27:06,125 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying AvailabilityUpdate
2013-01-27 00:27:06,144 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying ConsistencyCheck
2013-01-27 00:27:06,162 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying StudyPermissionManager
2013-01-27 00:27:06,185 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying UserManager
2013-01-27 00:27:06,210 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying MPPSManager
2013-01-27 00:27:06,240 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying MediaComposer
2013-01-27 00:27:06,265 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying ContentEdit
2013-01-27 00:27:06,287 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying ContentManager
2013-01-27 00:27:06,302 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying SoundexUpdate
2013-01-27 00:27:06,333 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying PrivateManager
2013-01-27 00:27:06,360 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying StudyReconciliation
2013-01-27 00:27:06,374 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying CodeToDeviceMapping
2013-01-27 00:27:06,399 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying MPPSEmulator
2013-01-27 00:27:06,420 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying AttributesModification
2013-01-27 00:27:06,429 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying PatientUpdate
2013-01-27 00:27:06,445 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying FixPatientAttributes
2013-01-27 00:27:06,466 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying FileSystemMgt2
2013-01-27 00:27:06,482 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying Storage
2013-01-27 00:27:06,499 INFO  -> (main) [org.jboss.ejb.EjbModule] Deploying AEManager
2013-01-27 00:27:08,111 DEBUG -> (main) [PrivateInstance] created-time: [JDBCCMPFieldMetaData : fieldName=createdTime, [JDBCEntityMetaData : entityName=PrivateInstance]]
2013-01-27 00:27:08,117 DEBUG -> (main) [MWLItem] created-time: [JDBCCMPFieldMetaData : fieldName=createdTime, [JDBCEntityMetaData : entityName=MWLItem]]
2013-01-27 00:27:08,117 DEBUG -> (main) [MWLItem] updated-time: [JDBCCMPFieldMetaData : fieldName=updatedTime, [JDBCEntityMetaData : entityName=MWLItem]]
2013-01-27 00:27:08,146 DEBUG -> (main) [Media] created-time: [JDBCCMPFieldMetaData : fieldName=createdTime, [JDBCEntityMetaData : entityName=Media]]
2013-01-27 00:27:08,146 DEBUG -> (main) [Media] updated-time: [JDBCCMPFieldMetaData : fieldName=updatedTime, [JDBCEntityMetaData : entityName=Media]]
2013-01-27 00:27:08,180 DEBUG -> (main) [MPPS] created-time: [JDBCCMPFieldMetaData : fieldName=createdTime, [JDBCEntityMetaData : entityName=MPPS]]
2013-01-27 00:27:08,181 DEBUG -> (main) [MPPS] updated-time: [JDBCCMPFieldMetaData : fieldName=updatedTime, [JDBCEntityMetaData : entityName=MPPS]]
2013-01-27 00:27:08,188 DEBUG -> (main) [Patient] created-time: [JDBCCMPFieldMetaData : fieldName=createdTime, [JDBCEntityMetaData : entityName=Patient]]
2013-01-27 00:27:08,189 DEBUG -> (main) [Patient] updated-time: [JDBCCMPFieldMetaData : fieldName=updatedTime, [JDBCEntityMetaData : entityName=Patient]]
2013-01-27 00:27:08,212 DEBUG -> (main) [Instance] created-time: [JDBCCMPFieldMetaData : fieldName=createdTime, [JDBCEntityMetaData : entityName=Instance]]
2013-01-27 00:27:08,212 DEBUG -> (main) [Instance] updated-time: [JDBCCMPFieldMetaData : fieldName=updatedTime, [JDBCEntityMetaData : entityName=Instance]]
2013-01-27 00:27:08,412 DEBUG -> (main) [Series] created-time: [JDBCCMPFieldMetaData : fieldName=createdTime, [JDBCEntityMetaData : entityName=Series]]
2013-01-27 00:27:08,419 DEBUG -> (main) [Series] updated-time: [JDBCCMPFieldMetaData : fieldName=updatedTime, [JDBCEntityMetaData : entityName=Series]]
2013-01-27 00:27:08,437 DEBUG -> (main) [File] created-time: [JDBCCMPFieldMetaData : fieldName=createdTime, [JDBCEntityMetaData : entityName=File]]
2013-01-27 00:27:08,466 DEBUG -> (main) [UPS] created-time: [JDBCCMPFieldMetaData : fieldName=createdTime, [JDBCEntityMetaData : entityName=UPS]]
2013-01-27 00:27:08,466 DEBUG -> (main) [UPS] updated-time: [JDBCCMPFieldMetaData : fieldName=updatedTime, [JDBCEntityMetaData : entityName=UPS]]
2013-01-27 00:27:08,486 DEBUG -> (main) [Study] created-time: [JDBCCMPFieldMetaData : fieldName=createdTime, [JDBCEntityMetaData : entityName=Study]]
2013-01-27 00:27:08,487 DEBUG -> (main) [Study] updated-time: [JDBCCMPFieldMetaData : fieldName=updatedTime, [JDBCEntityMetaData : entityName=Study]]
2013-01-27 00:27:08,490 DEBUG -> (main) [GPPPS] created-time: [JDBCCMPFieldMetaData : fieldName=createdTime, [JDBCEntityMetaData : entityName=GPPPS]]
2013-01-27 00:27:08,490 DEBUG -> (main) [GPPPS] updated-time: [JDBCCMPFieldMetaData : fieldName=updatedTime, [JDBCEntityMetaData : entityName=GPPPS]]
2013-01-27 00:27:11,629 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'PrivateInstance' to jndi 'ejb/PrivateInstance'
2013-01-27 00:27:11,664 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'MWLItem' to jndi 'ejb/MWLItem'
2013-01-27 00:27:11,701 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'VerifyingObserver' to jndi 'ejb/VerifyingObserver'
2013-01-27 00:27:11,732 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'Device' to jndi 'ejb/Device'
2013-01-27 00:27:11,749 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'UPSRelatedPS' to jndi 'ejb/UPSRelatedPS'
2013-01-27 00:27:12,362 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'PrivateFile' to jndi 'ejb/PrivateFile'
2013-01-27 00:27:12,399 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'Media' to jndi 'ejb/Media'
2013-01-27 00:27:12,433 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'PrivateStudy' to jndi 'ejb/PrivateStudy'
2013-01-27 00:27:12,458 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'PrivatePatient' to jndi 'ejb/PrivatePatient'
2013-01-27 00:27:12,468 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'Code' to jndi 'ejb/Code'
2013-01-27 00:27:12,481 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'HP' to jndi 'ejb/HP'
2013-01-27 00:27:12,493 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'MPPS' to jndi 'ejb/MPPS'
2013-01-27 00:27:12,505 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'Patient' to jndi 'ejb/Patient'
2013-01-27 00:27:12,518 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'Instance' to jndi 'ejb/Instance'
2013-01-27 00:27:12,526 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'StudyPermission' to jndi 'ejb/StudyPermission'
2013-01-27 00:27:12,538 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'AE' to jndi 'ejb/AE'
2013-01-27 00:27:12,547 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'UPSSubscription' to jndi 'ejb/UPSSubscription'
2013-01-27 00:27:12,555 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'FileSystem' to jndi 'ejb/FileSystem'
2013-01-27 00:27:12,562 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'UPSGlobalSubscription' to jndi 'ejb/UPSGlobalSubscription'
2013-01-27 00:27:12,570 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'GPSPSPerformer' to jndi 'ejb/GPSPSPerformer'
2013-01-27 00:27:12,577 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'OtherPatientID' to jndi 'ejb/OtherPatientID'
2013-01-27 00:27:12,590 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'Series' to jndi 'ejb/Series'
2013-01-27 00:27:12,601 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'StudyOnFileSystem' to jndi 'ejb/StudyOnFileSystem'
2013-01-27 00:27:12,612 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'UPSRequest' to jndi 'ejb/UPSRequest'
2013-01-27 00:27:12,622 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'UPSReplacedPS' to jndi 'ejb/UPSReplacedPS'
2013-01-27 00:27:12,632 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'File' to jndi 'ejb/File'
2013-01-27 00:27:12,638 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'SeriesRequest' to jndi 'ejb/SeriesRequest'
2013-01-27 00:27:12,645 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'HPDefinition' to jndi 'ejb/HPDefinition'
2013-01-27 00:27:12,653 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'PrivateSeries' to jndi 'ejb/PrivateSeries'
2013-01-27 00:27:12,662 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'GPSPSRequest' to jndi 'ejb/GPSPSRequest'
2013-01-27 00:27:12,674 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'UPS' to jndi 'ejb/UPS'
2013-01-27 00:27:12,683 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'GPSPS' to jndi 'ejb/GPSPS'
2013-01-27 00:27:12,701 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'ContentItem' to jndi 'ejb/ContentItem'
2013-01-27 00:27:12,728 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'Study' to jndi 'ejb/Study'
2013-01-27 00:27:12,737 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'GPPPS' to jndi 'ejb/GPPPS'
2013-01-27 00:27:12,748 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'Issuer' to jndi 'ejb/Issuer'
2013-01-27 00:27:12,786 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'GPPPSManager' to jndi 'ejb/GPPPSManager'
2013-01-27 00:27:12,812 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'GPWLManager' to jndi 'ejb/GPWLManager'
2013-01-27 00:27:12,833 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'StudyMgt' to jndi 'ejb/StudyMgt'
2013-01-27 00:27:12,849 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'PIXQuery' to jndi 'ejb/PIXQuery'
2013-01-27 00:27:12,860 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'UpdateAttributes' to jndi 'ejb/UpdateAttributes'
2013-01-27 00:27:12,871 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'HPStorage' to jndi 'ejb/HPStorage'
2013-01-27 00:27:12,882 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'MWLManager' to jndi 'ejb/MWLManager'
2013-01-27 00:27:12,895 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'UPSManager' to jndi 'ejb/UPSManager'
2013-01-27 00:27:12,918 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AvailabilityUpdate' to jndi 'ejb/AvailabilityUpdate'
2013-01-27 00:27:12,950 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'ConsistencyCheck' to jndi 'ejb/ConsistencyCheck'
2013-01-27 00:27:12,979 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'StudyPermissionManager' to jndi 'ejb/StudyPermissionManager'
2013-01-27 00:27:13,016 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'UserManager' to jndi 'ejb/UserManager'
2013-01-27 00:27:13,057 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'MPPSManager' to jndi 'ejb/MPPSManager'
2013-01-27 00:27:13,090 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'MediaComposer' to jndi 'ejb/MediaComposer'
2013-01-27 00:27:13,110 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'ContentEdit' to jndi 'ContentEditLocal'
2013-01-27 00:27:13,133 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'ContentEdit' to jndi 'ejb/ContentEdit'
2013-01-27 00:27:13,180 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'ContentManager' to jndi 'ejb/ContentManager'
2013-01-27 00:27:13,198 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'SoundexUpdate' to jndi 'SoundexUpdateLocal'
2013-01-27 00:27:13,218 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'SoundexUpdate' to jndi 'ejb/SoundexUpdate'
2013-01-27 00:27:13,263 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'PrivateManager' to jndi 'ejb/PrivateManager'
2013-01-27 00:27:13,297 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'StudyReconciliation' to jndi 'ejb/StudyReconciliation'
2013-01-27 00:27:13,335 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'CodeToDeviceMapping' to jndi 'ejb/CodeToDeviceMapping'
2013-01-27 00:27:13,366 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'MPPSEmulator' to jndi 'ejb/MPPSEmulator'
2013-01-27 00:27:13,378 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AttributesModification' to jndi 'ejb/AttributesModification'
2013-01-27 00:27:13,388 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'PatientUpdate' to jndi 'PatientUpdateLocal'
2013-01-27 00:27:13,396 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'PatientUpdate' to jndi 'ejb/PatientUpdate'
2013-01-27 00:27:13,408 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'FixPatientAttributes' to jndi 'ejb/FixPatientAttributes'
2013-01-27 00:27:13,424 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'FileSystemMgt2' to jndi 'FileSystemMgt2Local'
2013-01-27 00:27:13,441 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'FileSystemMgt2' to jndi 'ejb/FileSystemMgt2'
2013-01-27 00:27:13,473 INFO  -> (main) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'Storage' to jndi 'StorageLocal'
2013-01-27 00:27:13,482 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'Storage' to jndi 'ejb/Storage'
2013-01-27 00:27:13,495 INFO  -> (main) [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AEManager' to jndi 'ejb/AEManager'
2013-01-27 00:27:13,498 INFO  -> (main) [org.jboss.ejb.EJBDeployer] Deployed: file:/var/lib/dcm4chee/server/default/deploy/dcm4chee-ejb-mysql.jar
2013-01-27 00:27:13,744 INFO  -> (main) [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/rid, warUrl=.../tmp/deploy/tmp8341926033059761813dcm4chee-rid-exp.war/
2013-01-27 00:27:13,953 INFO  -> (main) [org.dcm4chex.rid.web.RIDServiceDelegate] RIDServiceDelegate initialized
2013-01-27 00:27:13,956 INFO  -> (main) [org.dcm4chex.rid.web.RIDServiceDelegate] RIDServiceDelegate initialized
2013-01-27 00:27:14,027 INFO  -> (main) [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/wado, warUrl=.../tmp/deploy/tmp1889518073507207018dcm4chee-wado-exp.war/
2013-01-27 00:27:14,237 INFO  -> (main) [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/dcm4chee-web, warUrl=.../tmp/deploy/tmp3392917303143310351dcm4chee-web-exp.war/
2013-01-27 00:27:14,414 INFO  -> (main) [org.infohazard.maverick.Dispatcher] Starting configuration load
2013-01-27 00:27:14,425 INFO  -> (main) [org.infohazard.maverick.Dispatcher] Loading config from jndi:/localhost/dcm4chee-web/WEB-INF/maverick.xml
2013-01-27 00:27:14,535 INFO  -> (main) [org.infohazard.maverick.flow.MasterFactory] Transform factory for "document" is org.infohazard.maverick.transform.DocumentTransformFactory
2013-01-27 00:27:14,541 INFO  -> (main) [org.infohazard.maverick.flow.MasterFactory] Transform factory for "xslt" is org.infohazard.maverick.transform.XSLTransformFactory
2013-01-27 00:27:14,546 INFO  -> (main) [org.infohazard.maverick.flow.MasterFactory] View factory for "document" is org.infohazard.maverick.view.DocumentViewFactory
2013-01-27 00:27:14,550 INFO  -> (main) [org.infohazard.maverick.flow.MasterFactory] View factory for "redirect" is org.infohazard.maverick.view.RedirectViewFactory
2013-01-27 00:27:14,553 INFO  -> (main) [org.infohazard.maverick.flow.MasterFactory] View factory for "trivial" is org.infohazard.maverick.view.TrivialViewFactory
2013-01-27 00:27:14,556 INFO  -> (main) [org.infohazard.maverick.flow.MasterFactory] View factory for "null" is org.infohazard.maverick.view.NullViewFactory
2013-01-27 00:27:14,579 INFO  -> (main) [org.infohazard.maverick.flow.MasterFactory] View factory for "domify" is org.infohazard.maverick.opt.view.DomifyViewFactory
2013-01-27 00:27:14,584 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Using shunt factory org.dcm4chex.archive.web.maverick.shunt.LanguageShuntFactory
2013-01-27 00:27:18,506 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  folder
2013-01-27 00:27:18,551 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  folder
2013-01-27 00:27:18,564 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  logout
2013-01-27 00:27:18,578 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  foldersubmit
2013-01-27 00:27:18,606 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  folder
2013-01-27 00:27:18,616 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  merge
2013-01-27 00:27:18,721 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  merge
2013-01-27 00:27:18,823 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  worklist
2013-01-27 00:27:18,917 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  logout
2013-01-27 00:27:18,918 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  exportSelector
2013-01-27 00:27:18,930 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  xdsi_export
2013-01-27 00:27:18,935 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  expandPat
2013-01-27 00:27:18,947 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:18,960 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  expandStudy
2013-01-27 00:27:18,968 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:18,969 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  expandSeries
2013-01-27 00:27:18,976 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:18,978 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  expandInstance
2013-01-27 00:27:18,993 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:18,994 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  expandXDS
2013-01-27 00:27:19,000 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:19,011 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  xdsQuery
2013-01-27 00:27:19,020 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:19,022 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  patientEdit
2013-01-27 00:27:19,036 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:19,145 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:19,241 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  patientUpdate
2013-01-27 00:27:19,248 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:19,256 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  error
2013-01-27 00:27:19,257 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  patientMerge
2013-01-27 00:27:19,264 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:19,265 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  mpps_link
2013-01-27 00:27:19,272 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  error
2013-01-27 00:27:19,274 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  studyEdit
2013-01-27 00:27:19,277 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:19,418 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:19,534 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  view
2013-01-27 00:27:19,638 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  view
2013-01-27 00:27:19,730 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  addWorklist
2013-01-27 00:27:19,742 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:19,835 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:19,920 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  cancel
2013-01-27 00:27:19,922 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  folder
2013-01-27 00:27:19,926 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  studyUpdate
2013-01-27 00:27:19,934 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:19,935 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  seriesEdit
2013-01-27 00:27:19,945 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:20,064 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:20,177 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  view
2013-01-27 00:27:20,285 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  view
2013-01-27 00:27:20,385 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  seriesUpdate
2013-01-27 00:27:20,399 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:20,400 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  inspectDicomHeader
2013-01-27 00:27:20,402 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  inspect
2013-01-27 00:27:20,412 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  error
2013-01-27 00:27:20,414 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  trashfolder
2013-01-27 00:27:20,440 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  trash
2013-01-27 00:27:20,442 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  folder
2013-01-27 00:27:20,452 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  logout
2013-01-27 00:27:20,454 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  expandTrashPatient
2013-01-27 00:27:20,465 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:20,470 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  expandTrashStudy
2013-01-27 00:27:20,472 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:20,495 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  expandTrashSeries
2013-01-27 00:27:20,497 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:20,515 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  expandTrashInstance
2013-01-27 00:27:20,517 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:20,528 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  ae
2013-01-27 00:27:20,535 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:20,628 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:20,712 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  aeedit
2013-01-27 00:27:20,714 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:20,752 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:20,804 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  failed
2013-01-27 00:27:20,806 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  error
2013-01-27 00:27:20,807 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  aeeditsubmit
2013-01-27 00:27:20,810 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:20,817 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  failed
2013-01-27 00:27:20,819 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  error
2013-01-27 00:27:20,820 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  aenew
2013-01-27 00:27:20,822 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:20,847 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:20,872 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  failed
2013-01-27 00:27:20,874 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  error
2013-01-27 00:27:20,875 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  aenewsubmit
2013-01-27 00:27:20,878 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:20,880 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  failed
2013-01-27 00:27:20,881 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  error
2013-01-27 00:27:20,883 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  aedelete
2013-01-27 00:27:20,886 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:20,888 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  error
2013-01-27 00:27:20,889 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  aeecho
2013-01-27 00:27:20,892 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  echoresult
2013-01-27 00:27:20,899 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  echoresult
2013-01-27 00:27:20,905 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  error
2013-01-27 00:27:20,908 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  mcm_console
2013-01-27 00:27:20,912 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:20,954 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  mwl_console
2013-01-27 00:27:20,958 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:21,003 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  cancelLink
2013-01-27 00:27:21,004 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  linkDone
2013-01-27 00:27:21,006 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  mergePatient
2013-01-27 00:27:21,036 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  mergePatient
2013-01-27 00:27:21,072 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  inspect
2013-01-27 00:27:21,073 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  mpps_console
2013-01-27 00:27:21,076 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:21,119 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  error
2013-01-27 00:27:21,163 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  link
2013-01-27 00:27:21,164 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  inspect
2013-01-27 00:27:21,167 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  gpwl_console
2013-01-27 00:27:21,171 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:21,206 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  linkDone
2013-01-27 00:27:21,207 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  inspect
2013-01-27 00:27:21,209 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  gppps_console
2013-01-27 00:27:21,214 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:21,274 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  link
2013-01-27 00:27:21,279 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  inspect
2013-01-27 00:27:21,280 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  useradmin_console
2013-01-27 00:27:21,288 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  userlist
2013-01-27 00:27:21,290 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  chgpwd
2013-01-27 00:27:21,296 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  user_list
2013-01-27 00:27:21,303 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:21,416 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:21,527 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  user_chgpwd
2013-01-27 00:27:21,531 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:21,584 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:21,641 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  user_chgpwdsubmit
2013-01-27 00:27:21,644 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:21,646 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  chgpwd_error
2013-01-27 00:27:21,652 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  error
2013-01-27 00:27:21,654 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  user_editsubmit
2013-01-27 00:27:21,661 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:21,667 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  passwd_mismatch
2013-01-27 00:27:21,668 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  error
2013-01-27 00:27:21,669 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  user_new
2013-01-27 00:27:21,680 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:21,725 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:21,755 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  error
2013-01-27 00:27:21,764 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  tfSelector
2013-01-27 00:27:21,767 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  tfselect
2013-01-27 00:27:21,799 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  error
2013-01-27 00:27:21,867 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:21,869 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  cancel
2013-01-27 00:27:21,870 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  xdsiExport
2013-01-27 00:27:21,877 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  xdsi_export
2013-01-27 00:27:21,914 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  error
2013-01-27 00:27:22,016 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:22,018 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  cancel
2013-01-27 00:27:22,028 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  showManifest
2013-01-27 00:27:22,035 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:22,068 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  error
2013-01-27 00:27:22,076 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  arr
2013-01-27 00:27:22,078 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:22,135 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  studyPermission
2013-01-27 00:27:22,142 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:22,293 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  cancel
2013-01-27 00:27:22,303 INFO  -> (main) [org.infohazard.maverick.flow.Loader] Creating command:  studyPermissionUpdate
2013-01-27 00:27:22,315 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  success
2013-01-27 00:27:22,317 INFO  -> (main) [org.infohazard.maverick.flow.ViewRegistry] Has view named:  cancel
2013-01-27 00:27:22,327 INFO  -> (main) [org.infohazard.maverick.Dispatcher] Finished configuration load
2013-01-27 00:27:22,479 INFO  -> (main) [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
2013-01-27 00:27:22,673 INFO  -> (main) [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/weasis-i18n, warUrl=.../tmp/deploy/tmp2013634984700292206weasis-i18n-exp.war/
2013-01-27 00:27:22,838 INFO  -> (main) [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/weasis-pacs-connector, warUrl=.../tmp/deploy/tmp2213484997689926324weasis-pacs-connector-exp.war/
2013-01-27 00:27:24,462 INFO  -> (main) [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/weasis, warUrl=.../tmp/deploy/tmp3004666238348069862weasis-exp.war/
2013-01-27 00:27:25,058 INFO  -> (main) [org.jboss.deployment.EARDeployer] Init J2EE application: file:/var/lib/dcm4chee/server/default/deploy/dcm4chee-arr-3.0.11-mysql.ear
2013-01-27 00:27:27,877 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/ARRIncoming] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:28:02,929 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:28:40,000 INFO  -> (Thread-16) [org.dcm4chee.arr.listeners.tcp.TCPListener] Started TCP Server listening on /0.0.0.0:6514
2013-01-27 00:28:40,647 INFO  -> (Thread-17) [org.dcm4chee.arr.listeners.udp.UDPListener] Started UDP Server listening on 0.0.0.0/0.0.0.0:4000
2013-01-27 00:28:41,050 INFO  -> (main) [org.dcm4chex.archive.mbean.SchedulerService] Start Scheduler CheckPendingSeriesStored with period of 60000ms in 1 s.
2013-01-27 00:28:41,089 INFO  -> (main) [org.dcm4chex.archive.mbean.SchedulerService] Start Scheduler DeleteOrphanedPrivateFiles with period of 60000ms in 1 s.
2013-01-27 00:28:41,094 INFO  -> (main) [org.dcm4chex.archive.mbean.SchedulerService] Start Scheduler DeleteOrphanedPrivateFiles with period of 60000ms in 1 s.
2013-01-27 00:28:41,109 INFO  -> (main) [org.dcm4chex.archive.mbean.SchedulerService] Start Scheduler CheckFreeDiskSpaceWado with period of 600000ms in 1 s.
2013-01-27 00:28:41,268 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.mdb.MDB
2013-01-27 00:28:41,278 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4chee-arr-3.0.11-mysql.ear,jar=dcm4chee-arr-listeners-mdb-3.0.11.jar,name=ReceiverMDB,service=EJB3 with dependencies:
2013-01-27 00:28:41,281 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-arr-3.0.11-mysql.ear,unitName=dcm4chee-arr
2013-01-27 00:28:41,288 INFO  -> (main) [org.jboss.ejb3.EJB3Deployer] Deployed: file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp8913289833310018149dcm4chee-arr-3.0.11-mysql.ear-contents/dcm4chee-arr-listeners-mdb-3.0.11.jar
2013-01-27 00:28:41,475 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
2013-01-27 00:28:41,496 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4chee-arr-3.0.11-mysql.ear,jar=dcm4chee-arr-seam-ejb-3.0.11.jar,name=AuditRecordAccessBean,service=EJB3 with dependencies:
2013-01-27 00:28:41,532 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-arr-3.0.11-mysql.ear,unitName=dcm4chee-arr
2013-01-27 00:28:41,538 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
2013-01-27 00:28:41,540 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4chee-arr-3.0.11-mysql.ear,jar=dcm4chee-arr-seam-ejb-3.0.11.jar,name=AuditLogUsedBean,service=EJB3 with dependencies:
2013-01-27 00:28:41,603 INFO  -> (main) [org.jboss.ejb3.EJBContainer] STARTED EJB: org.dcm4chee.arr.seam.ejb.AuditLogUsedBean ejbName: AuditLogUsedBean
2013-01-27 00:28:41,724 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
2013-01-27 00:28:41,759 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4chee-arr-3.0.11-mysql.ear,jar=dcm4chee-arr-seam-ejb-3.0.11.jar,name=AuditRecordListAction,service=EJB3 with dependencies:
2013-01-27 00:28:41,763 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-arr-3.0.11-mysql.ear,unitName=dcm4chee-arr
2013-01-27 00:28:41,765 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-arr-3.0.11-mysql.ear,jar=dcm4chee-arr-seam-ejb-3.0.11.jar,name=AuditLogUsedBean,service=EJB3
2013-01-27 00:28:41,772 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
2013-01-27 00:28:41,774 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4chee-arr-3.0.11-mysql.ear,jar=dcm4chee-arr-seam-ejb-3.0.11.jar,name=AuditRecordQueryBean,service=EJB3 with dependencies:
2013-01-27 00:28:41,779 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-arr-3.0.11-mysql.ear,unitName=dcm4chee-arr
2013-01-27 00:28:41,782 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-arr-3.0.11-mysql.ear,jar=dcm4chee-arr-seam-ejb-3.0.11.jar,name=AuditLogUsedBean,service=EJB3
2013-01-27 00:28:41,787 INFO  -> (main) [org.jboss.ejb3.EJB3Deployer] Deployed: file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp8913289833310018149dcm4chee-arr-3.0.11-mysql.ear-contents/dcm4chee-arr-seam-ejb-3.0.11.jar
2013-01-27 00:28:41,792 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.entity.PersistenceUnitDeployment
2013-01-27 00:28:41,796 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: persistence.units:ear=dcm4chee-arr-3.0.11-mysql.ear,unitName=dcm4chee-arr with dependencies:
2013-01-27 00:28:41,800 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] jboss.jca:name=arrDS,service=DataSourceBinding
2013-01-27 00:28:41,804 INFO  -> (main) [org.jboss.ejb3.entity.PersistenceUnitDeployment] Starting persistence unit persistence.units:ear=dcm4chee-arr-3.0.11-mysql.ear,unitName=dcm4chee-arr
2013-01-27 00:28:41,846 INFO  -> (main) [org.hibernate.ejb.Version] Hibernate EntityManager 3.2.1.GA
2013-01-27 00:28:41,871 INFO  -> (main) [org.hibernate.cfg.annotations.Version] Hibernate Annotations 3.2.1.GA
2013-01-27 00:28:41,882 INFO  -> (main) [org.hibernate.cfg.Environment] Hibernate 3.2.4.sp1
2013-01-27 00:28:41,902 INFO  -> (main) [org.hibernate.cfg.Environment] hibernate.properties not found
2013-01-27 00:28:41,906 INFO  -> (main) [org.hibernate.cfg.Environment] Bytecode provider name : javassist
2013-01-27 00:28:41,915 INFO  -> (main) [org.hibernate.cfg.Environment] using JDK 1.4 java.sql.Timestamp handling
2013-01-27 00:28:42,050 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] Processing PersistenceUnitInfo [
name: dcm4chee-arr
...]
2013-01-27 00:28:42,085 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.arr.entities.AuditRecord
2013-01-27 00:28:42,113 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948626649088
2013-01-27 00:28:42,110 INFO  -> (Thread-22) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:28:42,124 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.arr.entities.Code
2013-01-27 00:28:42,104 INFO  -> (Thread-21) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:28:42,141 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.arr.entities.ParticipantObject
2013-01-27 00:28:42,160 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.arr.entities.ActiveParticipant
2013-01-27 00:28:42,386 INFO  -> (main) [org.hibernate.cfg.Configuration] Reading mappings from resource : META-INF/orm.xml
2013-01-27 00:28:42,399 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] [PersistenceUnit: dcm4chee-arr] no META-INF/orm.xml found
2013-01-27 00:28:42,495 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.arr.entities.AuditRecord
2013-01-27 00:28:42,577 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.arr.entities.AuditRecord on table audit_record
2013-01-27 00:28:42,774 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.arr.entities.Code
2013-01-27 00:28:42,777 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.arr.entities.Code on table code
2013-01-27 00:28:42,782 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.arr.entities.ParticipantObject
2013-01-27 00:28:42,785 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.arr.entities.ParticipantObject on table part_obj
2013-01-27 00:28:42,791 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.arr.entities.ActiveParticipant
2013-01-27 00:28:42,794 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.arr.entities.ActiveParticipant on table active_part
2013-01-27 00:28:43,113 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.arr.entities.AuditRecord.activeParticipants -> active_part
2013-01-27 00:28:43,120 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.arr.entities.AuditRecord.participantObjects -> part_obj
2013-01-27 00:28:43,350 INFO  -> (main) [org.hibernate.connection.ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
2013-01-27 00:28:43,387 INFO  -> (main) [org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider] Using provided datasource
2013-01-27 00:28:43,597 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] RDBMS: MySQL, version: 5.1.66-0+squeeze1
2013-01-27 00:28:43,607 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.0.5 ( $Date: 2007-03-01 00:01:06 +0100 (Thu, 01 Mar 2007) $, $Revision: 6329 $ )
2013-01-27 00:28:43,657 INFO  -> (main) [org.hibernate.dialect.Dialect] Using dialect: org.hibernate.dialect.MySQLInnoDBDialect
2013-01-27 00:28:43,670 INFO  -> (main) [org.hibernate.transaction.TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
2013-01-27 00:28:43,684 INFO  -> (main) [org.hibernate.transaction.TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
2013-01-27 00:28:43,691 INFO  -> (main) [org.hibernate.transaction.TransactionManagerLookupFactory] instantiated TransactionManagerLookup
2013-01-27 00:28:43,693 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Automatic flush during beforeCompletion(): disabled
2013-01-27 00:28:43,695 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Automatic session close at end of transaction: disabled
2013-01-27 00:28:43,699 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JDBC batch size: 15
2013-01-27 00:28:43,700 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JDBC batch updates for versioned data: disabled
2013-01-27 00:28:43,704 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Scrollable result sets: enabled
2013-01-27 00:28:43,706 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JDBC3 getGeneratedKeys(): disabled
2013-01-27 00:28:43,708 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Connection release mode: auto
2013-01-27 00:28:43,710 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Maximum outer join fetch depth: 2
2013-01-27 00:28:43,712 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Default batch fetch size: 1
2013-01-27 00:28:43,714 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Generate SQL with comments: disabled
2013-01-27 00:28:43,715 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Order SQL updates by primary key: disabled
2013-01-27 00:28:43,717 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Order SQL inserts for batching: disabled
2013-01-27 00:28:43,718 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2013-01-27 00:28:43,727 INFO  -> (main) [org.hibernate.hql.ast.ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
2013-01-27 00:28:43,729 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Query language substitutions: {}
2013-01-27 00:28:43,731 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JPA-QL strict compliance: enabled
2013-01-27 00:28:43,733 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Second-level cache: enabled
2013-01-27 00:28:43,734 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Query cache: disabled
2013-01-27 00:28:43,736 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Cache provider: org.hibernate.cache.HashtableCacheProvider
2013-01-27 00:28:43,744 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Optimize cache for minimal puts: disabled
2013-01-27 00:28:43,746 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Cache region prefix: dcm4chee-arr-3_0_11-mysql_ear,dcm4chee-arr
2013-01-27 00:28:43,748 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Structured second-level cache entries: disabled
2013-01-27 00:28:43,770 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Statistics: disabled
2013-01-27 00:28:43,771 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Deleted entity synthetic identifier rollback: disabled
2013-01-27 00:28:43,783 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Default entity-mode: pojo
2013-01-27 00:28:43,785 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Named query checking : enabled
2013-01-27 00:28:43,843 INFO  -> (main) [org.hibernate.impl.SessionFactoryImpl] building session factory
2013-01-27 00:28:44,941 INFO  -> (main) [org.hibernate.impl.SessionFactoryObjectFactory] Factory name: persistence.units:ear=dcm4chee-arr-3.0.11-mysql.ear,unitName=dcm4chee-arr
2013-01-27 00:28:44,946 INFO  -> (main) [org.hibernate.util.NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
2013-01-27 00:28:44,952 INFO  -> (main) [org.hibernate.impl.SessionFactoryObjectFactory] Bound factory to JNDI name: persistence.units:ear=dcm4chee-arr-3.0.11-mysql.ear,unitName=dcm4chee-arr
2013-01-27 00:28:44,958 WARN  -> (main) [org.hibernate.impl.SessionFactoryObjectFactory] InitialContext did not implement EventContext
2013-01-27 00:28:44,969 INFO  -> (main) [org.hibernate.tool.hbm2ddl.SchemaUpdate] Running hbm2ddl schema update
2013-01-27 00:28:44,970 INFO  -> (main) [org.hibernate.tool.hbm2ddl.SchemaUpdate] fetching database metadata
2013-01-27 00:28:44,973 INFO  -> (main) [org.hibernate.tool.hbm2ddl.SchemaUpdate] updating schema
2013-01-27 00:28:45,510 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: arrdb.active_part
2013-01-27 00:28:45,512 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [net_access_pt_type, alt_user_id, user_name, user_id, audit_record_fk, role_id_fk, net_access_pt_id, requestor, pk]
2013-01-27 00:28:45,515 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fkc154118c9f9901b4, fkc154118c327533d4]
2013-01-27 00:28:45,517 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fkc154118c9f9901b4, fkc154118c327533d4, primary]
2013-01-27 00:28:45,730 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: arrdb.audit_record
2013-01-27 00:28:45,736 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [event_outcome, xmldata, event_action, source_id, source_type, site_id, event_type_fk, event_date_time, event_id_fk, receive_date_time, iheyr4, pk]
2013-01-27 00:28:45,740 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fkaf55d13517670399, fkaf55d1354d8cc8d8]
2013-01-27 00:28:45,742 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary, fkaf55d13517670399, fkaf55d1354d8cc8d8]
2013-01-27 00:28:45,753 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: arrdb.code
2013-01-27 00:28:45,755 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [code_designator, code_value, code_meaning, pk]
2013-01-27 00:28:45,757 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: []
2013-01-27 00:28:45,759 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary, code_value]
2013-01-27 00:28:46,041 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: arrdb.part_obj
2013-01-27 00:28:46,044 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [obj_id_type_fk, obj_id_type_rfc, name, obj_sensitivity, obj_role, audit_record_fk, obj_id, data_life_cycle, obj_type, pk]
2013-01-27 00:28:46,047 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fk46d80eab57a24562, fk46d80eab327533d4]
2013-01-27 00:28:46,053 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary, fk46d80eab57a24562, fk46d80eab327533d4]
2013-01-27 00:28:46,057 INFO  -> (main) [org.hibernate.tool.hbm2ddl.SchemaUpdate] schema update complete
2013-01-27 00:28:46,064 INFO  -> (main) [org.hibernate.util.NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
2013-01-27 00:28:46,093 INFO  -> (main) [org.jboss.ejb3.EJBContainer] STARTED EJB: org.dcm4chee.arr.listeners.mdb.ReceiverMDB ejbName: ReceiverMDB
2013-01-27 00:28:46,149 INFO  -> (main) [org.jboss.ejb3.EJBContainer] STARTED EJB: org.dcm4chee.arr.seam.ejb.AuditRecordAccessBean ejbName: AuditRecordAccessBean
2013-01-27 00:28:46,390 INFO  -> (main) [org.jboss.ejb3.EJBContainer] STARTED EJB: org.dcm4chee.arr.seam.ejb.AuditRecordListAction ejbName: AuditRecordListAction
2013-01-27 00:28:46,508 INFO  -> (main) [org.jboss.ejb3.EJBContainer] STARTED EJB: org.dcm4chee.arr.seam.ejb.AuditRecordQueryBean ejbName: AuditRecordQueryBean
2013-01-27 00:28:46,546 INFO  -> (main) [org.jboss.ejb3.EJB3Deployer] Deployed: file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp8913289833310018149dcm4chee-arr-3.0.11-mysql.ear-contents/lib/dcm4chee-arr-entities-3.0.11-mysql.jar
2013-01-27 00:28:46,663 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
2013-01-27 00:28:46,665 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4chee-arr-3.0.11-mysql.ear,jar=jboss-seam-2.1.1.GA.jar,name=TimerServiceDispatcher,service=EJB3 with dependencies:
2013-01-27 00:28:46,695 INFO  -> (main) [org.jboss.ejb3.EJBContainer] STARTED EJB: org.jboss.seam.async.TimerServiceDispatcher ejbName: TimerServiceDispatcher
2013-01-27 00:28:46,785 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
2013-01-27 00:28:46,792 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4chee-arr-3.0.11-mysql.ear,jar=jboss-seam-2.1.1.GA.jar,name=EjbSynchronizations,service=EJB3 with dependencies:
2013-01-27 00:28:46,826 INFO  -> (main) [org.jboss.ejb3.EJBContainer] STARTED EJB: org.jboss.seam.transaction.EjbSynchronizations ejbName: EjbSynchronizations
2013-01-27 00:28:46,856 INFO  -> (main) [org.jboss.ejb3.EJB3Deployer] Deployed: file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp8913289833310018149dcm4chee-arr-3.0.11-mysql.ear-contents/lib/jboss-seam-2.1.1.GA.jar
2013-01-27 00:28:46,886 INFO  -> (main) [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/dcm4chee-arr, warUrl=.../tmp/deploy/tmp8913289833310018149dcm4chee-arr-3.0.11-mysql.ear-contents/dcm4chee-arr-seam-web-3.0.11-mysql-exp.war/
2013-01-27 00:28:49,890 INFO  -> (main) [javax.servlet.ServletContextListener] Welcome to Seam 2.1.1.GA
2013-01-27 00:28:51,573 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/async, package: org.jboss.seam.async, prefix: org.jboss.seam.async
2013-01-27 00:28:51,578 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framework
2013-01-27 00:28:51,583 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme
2013-01-27 00:28:51,585 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security.management, prefix: org.jboss.seam.security
2013-01-27 00:28:51,591 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/bpm, package: org.jboss.seam.bpm, prefix: org.jboss.seam.bpm
2013-01-27 00:28:51,594 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/mail, package: org.jboss.seam.mail, prefix: org.jboss.seam.mail
2013-01-27 00:28:51,596 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security, prefix: org.jboss.seam.security
2013-01-27 00:28:51,599 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/web, package: org.jboss.seam.web, prefix: org.jboss.seam.web
2013-01-27 00:28:51,604 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/captcha, package: org.jboss.seam.captcha, prefix: org.jboss.seam.captcha
2013-01-27 00:28:51,607 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/navigation, package: org.jboss.seam.navigation, prefix: org.jboss.seam.navigation
2013-01-27 00:28:51,609 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix: org.jboss.seam.core
2013-01-27 00:28:51,611 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/international, package: org.jboss.seam.international, prefix: org.jboss.seam.international
2013-01-27 00:28:51,615 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/cache, package: org.jboss.seam.cache, prefix: org.jboss.seam.cache
2013-01-27 00:28:51,617 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
2013-01-27 00:28:51,620 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/ui, package: org.jboss.seam.ui, prefix: org.jboss.seam.ui
2013-01-27 00:28:51,623 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/transaction, package: org.jboss.seam.transaction, prefix: org.jboss.seam.transaction
2013-01-27 00:28:51,627 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security.permission, prefix: org.jboss.seam.security
2013-01-27 00:28:51,630 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools
2013-01-27 00:28:51,633 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/persistence, package: org.jboss.seam.persistence, prefix: org.jboss.seam.persistence
2013-01-27 00:28:51,636 INFO  -> (main) [org.jboss.seam.init.Initialization] Namespace: http://jboss.com/products/seam/document, package: org.jboss.seam.document, prefix: org.jboss.seam.document
2013-01-27 00:28:51,640 INFO  -> (main) [org.jboss.seam.init.Initialization] reading /WEB-INF/components.xml
2013-01-27 00:28:51,842 INFO  -> (main) [org.jboss.seam.init.Initialization] reading properties from: /seam.properties
2013-01-27 00:28:51,845 INFO  -> (main) [org.jboss.seam.init.Initialization] reading properties from: /jndi.properties
2013-01-27 00:28:51,854 INFO  -> (main) [org.jboss.seam.init.Initialization] initializing Seam
2013-01-27 00:28:51,900 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
2013-01-27 00:28:51,935 INFO  -> (main) [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations
2013-01-27 00:28:51,938 INFO  -> (main) [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.parameters
2013-01-27 00:28:51,940 INFO  -> (main) [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.manager
2013-01-27 00:28:51,943 INFO  -> (main) [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
2013-01-27 00:28:51,945 INFO  -> (main) [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
2013-01-27 00:28:51,949 INFO  -> (main) [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider
2013-01-27 00:28:51,952 INFO  -> (main) [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.expressions
2013-01-27 00:28:51,954 INFO  -> (main) [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole
2013-01-27 00:28:51,957 INFO  -> (main) [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader
2013-01-27 00:28:51,960 INFO  -> (main) [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal
2013-01-27 00:28:51,983 INFO  -> (main) [org.jboss.seam.init.Initialization] Installing components...
2013-01-27 00:28:52,017 INFO  -> (main) [org.jboss.seam.Component] Component: auditRecordList, scope: SESSION, type: STATEFUL_SESSION_BEAN, class: org.dcm4chee.arr.seam.ejb.AuditRecordListAction, JNDI: dcm4chee-arr-3.0.11-mysql/AuditRecordListAction/local
2013-01-27 00:28:52,084 INFO  -> (main) [org.jboss.seam.Component] Component: audit_record, scope: EVENT, type: JAVA_BEAN, class: org.dcm4chee.arr.seam.ejb.AuditRecordEntry
2013-01-27 00:28:52,106 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler
2013-01-27 00:28:52,111 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
2013-01-27 00:28:52,139 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
2013-01-27 00:28:52,163 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
2013-01-27 00:28:52,166 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator
2013-01-27 00:28:52,179 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
2013-01-27 00:28:52,187 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
2013-01-27 00:28:52,196 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
2013-01-27 00:28:52,201 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
2013-01-27 00:28:52,208 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
2013-01-27 00:28:52,212 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
2013-01-27 00:28:52,216 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events
2013-01-27 00:28:52,221 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
2013-01-27 00:28:52,224 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
2013-01-27 00:28:52,232 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
2013-01-27 00:28:52,239 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
2013-01-27 00:28:52,250 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
2013-01-27 00:28:52,256 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
2013-01-27 00:28:52,261 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
2013-01-27 00:28:52,266 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore
2013-01-27 00:28:52,288 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions
2013-01-27 00:28:52,302 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
2013-01-27 00:28:52,306 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
2013-01-27 00:28:52,310 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
2013-01-27 00:28:52,315 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
2013-01-27 00:28:52,318 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
2013-01-27 00:28:52,337 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
2013-01-27 00:28:52,341 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
2013-01-27 00:28:52,346 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
2013-01-27 00:28:52,349 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
2013-01-27 00:28:52,352 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
2013-01-27 00:28:52,363 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
2013-01-27 00:28:52,376 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
2013-01-27 00:28:52,396 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
2013-01-27 00:28:52,404 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
2013-01-27 00:28:52,410 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
2013-01-27 00:28:52,434 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
2013-01-27 00:28:52,442 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
2013-01-27 00:28:52,448 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
2013-01-27 00:28:52,456 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
2013-01-27 00:28:52,471 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
2013-01-27 00:28:52,481 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
2013-01-27 00:28:52,485 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
2013-01-27 00:28:52,496 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
2013-01-27 00:28:52,502 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
2013-01-27 00:28:52,507 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials
2013-01-27 00:28:52,512 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker
2013-01-27 00:28:52,522 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents
2013-01-27 00:28:52,528 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy
2013-01-27 00:28:52,537 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
2013-01-27 00:28:52,544 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager
2013-01-27 00:28:52,550 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction
2013-01-27 00:28:52,567 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch
2013-01-27 00:28:52,584 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction
2013-01-27 00:28:52,595 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch
2013-01-27 00:28:52,607 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash
2013-01-27 00:28:52,612 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch
2013-01-27 00:28:52,626 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager
2013-01-27 00:28:52,639 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper
2013-01-27 00:28:52,644 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver
2013-01-27 00:28:52,651 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe
2013-01-27 00:28:52,665 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
2013-01-27 00:28:52,674 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
2013-01-27 00:28:52,680 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations
2013-01-27 00:28:52,687 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction
2013-01-27 00:28:52,699 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter
2013-01-27 00:28:52,715 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore
2013-01-27 00:28:52,741 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader
2013-01-27 00:28:52,771 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.ui.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler
2013-01-27 00:28:52,778 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory
2013-01-27 00:28:52,790 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager
2013-01-27 00:28:52,797 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager
2013-01-27 00:28:52,804 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
2013-01-27 00:28:52,809 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
2013-01-27 00:28:52,814 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
2013-01-27 00:28:52,826 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
2013-01-27 00:28:52,831 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter
2013-01-27 00:28:52,835 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
2013-01-27 00:28:52,837 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
2013-01-27 00:28:52,842 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
2013-01-27 00:28:52,847 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
2013-01-27 00:28:52,850 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
2013-01-27 00:28:52,853 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
2013-01-27 00:28:52,856 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
2013-01-27 00:28:52,859 INFO  -> (main) [org.jboss.seam.Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
2013-01-27 00:28:52,863 INFO  -> (main) [org.jboss.seam.contexts.Contexts] starting up: org.jboss.seam.security.persistentPermissionResolver
2013-01-27 00:28:52,865 WARN  -> (main) [org.jboss.seam.security.permission.PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
2013-01-27 00:28:52,870 INFO  -> (main) [org.jboss.seam.contexts.Contexts] starting up: org.jboss.seam.security.permissionMapper
2013-01-27 00:28:52,873 INFO  -> (main) [org.jboss.seam.contexts.Contexts] starting up: org.jboss.seam.navigation.pages
2013-01-27 00:28:52,883 INFO  -> (main) [org.jboss.seam.contexts.Contexts] starting up: org.jboss.seam.security.entityPermissionChecker
2013-01-27 00:28:52,887 INFO  -> (main) [org.jboss.seam.contexts.Contexts] starting up: org.jboss.seam.security.facesSecurityEvents
2013-01-27 00:28:52,892 INFO  -> (main) [org.jboss.seam.init.Initialization] done initializing Seam
2013-01-27 00:28:52,897 INFO  -> (main) [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.redirectFilter
2013-01-27 00:28:52,899 INFO  -> (main) [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.exceptionFilter
2013-01-27 00:28:52,902 INFO  -> (main) [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.multipartFilter
2013-01-27 00:28:52,903 INFO  -> (main) [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.identityFilter
2013-01-27 00:28:52,905 INFO  -> (main) [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.loggingFilter
2013-01-27 00:28:52,946 INFO  -> (main) [org.jboss.deployment.EARDeployer] Started J2EE application: file:/var/lib/dcm4chee/server/default/deploy/dcm4chee-arr-3.0.11-mysql.ear
2013-01-27 00:28:53,114 INFO  -> (main) [org.jboss.deployment.EARDeployer] Init J2EE application: file:/var/lib/dcm4chee/server/default/deploy/dcm4chee-usr-ear-3.0.0-mysql.ear
2013-01-27 00:28:53,699 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
2013-01-27 00:28:53,702 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4chee-usr-ear-3.0.0-mysql.ear,jar=dcm4chee-usr-dao-3.0.0.jar,name=UserAccessBean,service=EJB3 with dependencies:
2013-01-27 00:28:53,715 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-usr-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr
2013-01-27 00:28:53,723 INFO  -> (main) [org.jboss.ejb3.EJB3Deployer] Deployed: file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp6356275162980770245dcm4chee-usr-ear-3.0.0-mysql.ear-contents/dcm4chee-usr-dao-3.0.0.jar
2013-01-27 00:28:53,727 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.entity.PersistenceUnitDeployment
2013-01-27 00:28:53,729 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: persistence.units:ear=dcm4chee-usr-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr with dependencies:
2013-01-27 00:28:53,733 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] jboss.jca:name=pacsDS,service=DataSourceBinding
2013-01-27 00:28:53,737 INFO  -> (main) [org.jboss.ejb3.entity.PersistenceUnitDeployment] Starting persistence unit persistence.units:ear=dcm4chee-usr-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr
2013-01-27 00:28:53,746 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] Processing PersistenceUnitInfo [
name: dcm4chee-usr
...]
2013-01-27 00:28:53,752 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.usr.entity.User
2013-01-27 00:28:53,756 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.usr.entity.UserRoleAssignment
2013-01-27 00:28:53,766 INFO  -> (main) [org.hibernate.cfg.Configuration] Reading mappings from resource : META-INF/orm.xml
2013-01-27 00:28:53,769 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] [PersistenceUnit: dcm4chee-usr] no META-INF/orm.xml found
2013-01-27 00:28:53,775 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.usr.entity.User
2013-01-27 00:28:53,780 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.usr.entity.User on table users
2013-01-27 00:28:53,785 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.usr.entity.UserRoleAssignment
2013-01-27 00:28:53,787 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.usr.entity.UserRoleAssignment on table roles
2013-01-27 00:28:53,798 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.usr.entity.User.roles -> roles
2013-01-27 00:28:53,834 INFO  -> (main) [org.hibernate.connection.ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
2013-01-27 00:28:53,837 INFO  -> (main) [org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider] Using provided datasource
2013-01-27 00:28:53,841 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] RDBMS: MySQL, version: 5.1.66-0+squeeze1
2013-01-27 00:28:53,845 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.0.5 ( $Date: 2007-03-01 00:01:06 +0100 (Thu, 01 Mar 2007) $, $Revision: 6329 $ )
2013-01-27 00:28:53,849 INFO  -> (main) [org.hibernate.dialect.Dialect] Using dialect: org.hibernate.dialect.MySQLInnoDBDialect
2013-01-27 00:28:53,852 INFO  -> (main) [org.hibernate.transaction.TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
2013-01-27 00:28:53,854 INFO  -> (main) [org.hibernate.transaction.TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
2013-01-27 00:28:53,857 INFO  -> (main) [org.hibernate.transaction.TransactionManagerLookupFactory] instantiated TransactionManagerLookup
2013-01-27 00:28:53,859 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Automatic flush during beforeCompletion(): disabled
2013-01-27 00:28:53,865 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Automatic session close at end of transaction: disabled
2013-01-27 00:28:53,869 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JDBC batch size: 15
2013-01-27 00:28:53,870 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JDBC batch updates for versioned data: disabled
2013-01-27 00:28:53,872 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Scrollable result sets: enabled
2013-01-27 00:28:53,874 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JDBC3 getGeneratedKeys(): disabled
2013-01-27 00:28:53,875 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Connection release mode: auto
2013-01-27 00:28:53,877 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Maximum outer join fetch depth: 2
2013-01-27 00:28:53,878 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Default batch fetch size: 1
2013-01-27 00:28:53,880 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Generate SQL with comments: disabled
2013-01-27 00:28:53,881 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Order SQL updates by primary key: disabled
2013-01-27 00:28:53,883 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Order SQL inserts for batching: disabled
2013-01-27 00:28:53,885 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2013-01-27 00:28:53,887 INFO  -> (main) [org.hibernate.hql.ast.ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
2013-01-27 00:28:53,891 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Query language substitutions: {}
2013-01-27 00:28:53,892 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JPA-QL strict compliance: enabled
2013-01-27 00:28:53,894 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Second-level cache: enabled
2013-01-27 00:28:53,895 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Query cache: disabled
2013-01-27 00:28:53,897 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Cache provider: org.hibernate.cache.HashtableCacheProvider
2013-01-27 00:28:53,899 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Optimize cache for minimal puts: disabled
2013-01-27 00:28:53,900 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Cache region prefix: dcm4chee-usr-ear-3_0_0-mysql_ear,dcm4chee-usr
2013-01-27 00:28:53,902 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Structured second-level cache entries: disabled
2013-01-27 00:28:53,904 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Statistics: disabled
2013-01-27 00:28:53,906 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Deleted entity synthetic identifier rollback: disabled
2013-01-27 00:28:53,908 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Default entity-mode: pojo
2013-01-27 00:28:53,910 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Named query checking : enabled
2013-01-27 00:28:53,919 INFO  -> (main) [org.hibernate.impl.SessionFactoryImpl] building session factory
2013-01-27 00:28:53,952 INFO  -> (main) [org.hibernate.impl.SessionFactoryObjectFactory] Factory name: persistence.units:ear=dcm4chee-usr-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr
2013-01-27 00:28:53,956 INFO  -> (main) [org.hibernate.util.NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
2013-01-27 00:28:53,969 INFO  -> (main) [org.hibernate.impl.SessionFactoryObjectFactory] Bound factory to JNDI name: persistence.units:ear=dcm4chee-usr-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr
2013-01-27 00:28:53,972 WARN  -> (main) [org.hibernate.impl.SessionFactoryObjectFactory] InitialContext did not implement EventContext
2013-01-27 00:28:53,974 INFO  -> (main) [org.hibernate.tool.hbm2ddl.SchemaUpdate] Running hbm2ddl schema update
2013-01-27 00:28:53,975 INFO  -> (main) [org.hibernate.tool.hbm2ddl.SchemaUpdate] fetching database metadata
2013-01-27 00:28:53,977 INFO  -> (main) [org.hibernate.tool.hbm2ddl.SchemaUpdate] updating schema
2013-01-27 00:28:54,104 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.roles
2013-01-27 00:28:54,106 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [roles, user_id]
2013-01-27 00:28:54,108 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fk67a8ebdd249f692, roles_user_id]
2013-01-27 00:28:54,110 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fk67a8ebdd249f692, roles_user_id]
2013-01-27 00:28:54,180 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.users
2013-01-27 00:28:54,182 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [passwd, user_id]
2013-01-27 00:28:54,184 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: []
2013-01-27 00:28:54,186 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary]
2013-01-27 00:28:54,187 INFO  -> (main) [org.hibernate.tool.hbm2ddl.SchemaUpdate] schema update complete
2013-01-27 00:28:54,189 INFO  -> (main) [org.hibernate.util.NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
2013-01-27 00:28:54,209 INFO  -> (main) [org.jboss.ejb3.EJBContainer] STARTED EJB: org.dcm4chee.usr.dao.UserAccessBean ejbName: UserAccessBean
2013-01-27 00:28:54,226 INFO  -> (main) [org.jboss.ejb3.EJB3Deployer] Deployed: file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp6356275162980770245dcm4chee-usr-ear-3.0.0-mysql.ear-contents/dcm4chee-usr-entity-3.0.0-mysql.jar
2013-01-27 00:28:54,239 INFO  -> (main) [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/dcm4chee-usr, warUrl=.../tmp/deploy/tmp6356275162980770245dcm4chee-usr-ear-3.0.0-mysql.ear-contents/dcm4chee-usr-war-exp.war/
2013-01-27 00:28:55,714 INFO  -> (main) [org.apache.wicket.Application] [WicketApplication] init: Wicket extensions initializer
2013-01-27 00:28:55,827 INFO  -> (main) [org.apache.wicket.Application] [WicketApplication] init: Wicket core library initializer
2013-01-27 00:28:55,845 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
2013-01-27 00:28:55,852 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
2013-01-27 00:28:55,865 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IFormSubmitListener, method=public abstract void org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()]
2013-01-27 00:28:55,877 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IFormSubmitListener, method=public abstract void org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()]
2013-01-27 00:28:55,881 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=ILinkListener, method=public abstract void org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]
2013-01-27 00:28:55,888 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=ILinkListener, method=public abstract void org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]
2013-01-27 00:28:55,896 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IOnChangeListener, method=public abstract void org.apache.wicket.markup.html.form.IOnChangeListener.onSelectionChanged()]
2013-01-27 00:28:55,908 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IOnChangeListener, method=public abstract void org.apache.wicket.markup.html.form.IOnChangeListener.onSelectionChanged()]
2013-01-27 00:28:55,920 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IRedirectListener, method=public abstract void org.apache.wicket.IRedirectListener.onRedirect()]
2013-01-27 00:28:55,932 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IRedirectListener, method=public abstract void org.apache.wicket.IRedirectListener.onRedirect()]
2013-01-27 00:28:55,940 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IResourceListener, method=public abstract void org.apache.wicket.IResourceListener.onResourceRequested()]
2013-01-27 00:28:55,946 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IResourceListener, method=public abstract void org.apache.wicket.IResourceListener.onResourceRequested()]
2013-01-27 00:28:55,960 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IActivePageBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
2013-01-27 00:28:55,963 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IActivePageBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
2013-01-27 00:28:55,976 INFO  -> (main) [org.apache.wicket.protocol.http.WebApplication] [WicketApplication] Started Wicket version 1.4.7 in deployment mode
2013-01-27 00:28:56,087 INFO  -> (main) [org.jboss.deployment.EARDeployer] Started J2EE application: file:/var/lib/dcm4chee/server/default/deploy/dcm4chee-usr-ear-3.0.0-mysql.ear
2013-01-27 00:28:56,756 INFO  -> (main) [org.jboss.deployment.EARDeployer] Init J2EE application: file:/var/lib/dcm4chee/server/default/deploy/dcm4chee-web-ear-3.0.0-mysql.ear
2013-01-27 00:29:00,563 INFO  -> (main) [org.dcm4chee.web.service.echo.EchoService] SCU Devicename:EchoService
2013-01-27 00:29:01,465 INFO  -> (main) [org.dcm4chee.web.service.ian.IANScuService] SCU Devicename:IANScuService
2013-01-27 00:29:01,777 INFO  -> (main) [org.dcm4chee.web.service.movescu.MoveScuService] SCU Devicename:MoveScuService
2013-01-27 00:29:02,038 INFO  -> (main) [org.dcm4chee.web.service.rejnote.RejectionNoteScuService] SCU Devicename:RejectionNoteScuService
2013-01-27 00:29:02,442 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/HL7SendV2] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:29:02,463 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/IANSCU_web] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:29:02,479 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/MoveScu_web] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:29:02,499 INFO  -> (main) [org.jboss.jms.server.destination.QueueService] Queue[/queue/RejectionNoteSCU] started, fullSize=200000, pageSize=2000, downCacheSize=2000
2013-01-27 00:29:02,723 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.entity.PersistenceUnitDeployment
2013-01-27 00:29:02,727 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-arc with dependencies:
2013-01-27 00:29:02,754 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] jboss.jca:name=pacsDS,service=DataSourceBinding
2013-01-27 00:29:02,767 INFO  -> (main) [org.jboss.ejb3.entity.PersistenceUnitDeployment] Starting persistence unit persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-arc
2013-01-27 00:29:02,797 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] Processing PersistenceUnitInfo [
name: dcm4chee-arc
...]
2013-01-27 00:29:02,822 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.FileSystem
2013-01-27 00:29:02,830 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.PrivateInstance
2013-01-27 00:29:02,834 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.OtherPatientID
2013-01-27 00:29:02,844 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.VerifyingObserver
2013-01-27 00:29:02,852 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.PrivateSeries
2013-01-27 00:29:02,871 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.Study
2013-01-27 00:29:02,880 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.GPSPSPerformer
2013-01-27 00:29:02,889 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.GPSPS
2013-01-27 00:29:02,901 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.Media
2013-01-27 00:29:02,904 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.GPSPSRequest
2013-01-27 00:29:02,913 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.MPPS
2013-01-27 00:29:02,926 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.MWLItem
2013-01-27 00:29:02,934 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.PrivatePatient
2013-01-27 00:29:02,949 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:29:02,953 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.Patient
2013-01-27 00:29:02,971 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.File
2013-01-27 00:29:02,974 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.StudyOnFileSystem
2013-01-27 00:29:02,977 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.PrivateFile
2013-01-27 00:29:02,985 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.Code
2013-01-27 00:29:02,998 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.RequestAttributes
2013-01-27 00:29:03,001 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.Device
2013-01-27 00:29:03,009 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.HPDefinition
2013-01-27 00:29:03,019 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.HangingProtocol
2013-01-27 00:29:03,022 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.StudyPermission
2013-01-27 00:29:03,030 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 @MappedSuperclass: org.dcm4chee.archive.entity.BaseEntity
2013-01-27 00:29:03,034 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.GPPPS
2013-01-27 00:29:03,058 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.Series
2013-01-27 00:29:03,069 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.PrivateStudy
2013-01-27 00:29:03,078 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.Instance
2013-01-27 00:29:03,092 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.archive.entity.AE
2013-01-27 00:29:03,190 INFO  -> (main) [org.hibernate.cfg.Configuration] Reading mappings from resource : META-INF/orm.xml
2013-01-27 00:29:03,352 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] [PersistenceUnit: dcm4chee-arc] META-INF/orm.xml found
2013-01-27 00:29:03,533 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.FileSystem
2013-01-27 00:29:03,540 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.FileSystem on table filesystem
2013-01-27 00:29:03,673 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.PrivateInstance
2013-01-27 00:29:03,684 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.PrivateInstance on table priv_instance
2013-01-27 00:29:03,782 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.OtherPatientID
2013-01-27 00:29:03,792 INFO  -> (main) [org.hibernate.cfg.annotations.QueryBinder] Binding Named query: OtherPatientID.findByPatientIdAndIssuer => select opid from OtherPatientID opid where patientID = :pid and issuerOfPatientID = :issuer
2013-01-27 00:29:03,807 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.OtherPatientID on table other_pid
2013-01-27 00:29:03,836 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.VerifyingObserver
2013-01-27 00:29:03,855 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.VerifyingObserver on table verify_observer
2013-01-27 00:29:03,870 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.PrivateSeries
2013-01-27 00:29:03,884 INFO  -> (main) [org.hibernate.cfg.annotations.QueryBinder] Binding Named query: PrivateSeries.findByIUID => select object(pi) from PrivateSeries pi where seriesInstanceUID = :iuid
2013-01-27 00:29:03,898 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.PrivateSeries on table priv_series
2013-01-27 00:29:03,912 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.Study
2013-01-27 00:29:03,924 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.Study on table study
2013-01-27 00:29:03,992 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.GPSPSPerformer
2013-01-27 00:29:04,001 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.GPSPSPerformer on table gpsps_perf
2013-01-27 00:29:04,018 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.GPSPS
2013-01-27 00:29:04,039 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.GPSPS on table gpsps
2013-01-27 00:29:04,092 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.Media
2013-01-27 00:29:04,108 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.Media on table media
2013-01-27 00:29:04,169 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.GPSPSRequest
2013-01-27 00:29:04,180 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.GPSPSRequest on table gpsps_req
2013-01-27 00:29:04,201 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.MPPS
2013-01-27 00:29:04,205 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.MPPS on table mpps
2013-01-27 00:29:04,287 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.MWLItem
2013-01-27 00:29:04,290 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.MWLItem on table mwl_item
2013-01-27 00:29:04,374 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.PrivatePatient
2013-01-27 00:29:04,378 INFO  -> (main) [org.hibernate.cfg.annotations.QueryBinder] Binding Named query: PrivatePatient.findByIdAndIssuer => select object(p) from PrivatePatient p where patientID = :patId and issuerOfPatientID = :issuer
2013-01-27 00:29:04,393 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.PrivatePatient on table priv_patient
2013-01-27 00:29:04,542 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.Patient
2013-01-27 00:29:04,559 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.Patient on table patient
2013-01-27 00:29:04,667 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.File
2013-01-27 00:29:04,670 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.File on table files
2013-01-27 00:29:04,721 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.StudyOnFileSystem
2013-01-27 00:29:04,736 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.StudyOnFileSystem on table study_on_fs
2013-01-27 00:29:04,752 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.PrivateFile
2013-01-27 00:29:04,754 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.PrivateFile on table priv_file
2013-01-27 00:29:04,791 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.Code
2013-01-27 00:29:04,808 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.Code on table code
2013-01-27 00:29:04,838 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.RequestAttributes
2013-01-27 00:29:04,845 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.RequestAttributes on table series_req
2013-01-27 00:29:04,871 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.Device
2013-01-27 00:29:04,880 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.Device on table device
2013-01-27 00:29:04,896 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.HPDefinition
2013-01-27 00:29:04,911 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.HPDefinition on table hpdef
2013-01-27 00:29:04,937 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.HangingProtocol
2013-01-27 00:29:04,941 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.HangingProtocol on table hp
2013-01-27 00:29:04,986 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.StudyPermission
2013-01-27 00:29:04,996 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.StudyPermission on table study_permission
2013-01-27 00:29:05,016 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.GPPPS
2013-01-27 00:29:05,027 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.GPPPS on table gppps
2013-01-27 00:29:05,048 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.Series
2013-01-27 00:29:05,050 INFO  -> (main) [org.hibernate.cfg.annotations.QueryBinder] Binding Named query: Series.findByIUID => select object(s) from Series s where seriesInstanceUID = :iuid
2013-01-27 00:29:05,064 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.Series on table series
2013-01-27 00:29:05,125 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.PrivateStudy
2013-01-27 00:29:05,144 INFO  -> (main) [org.hibernate.cfg.annotations.QueryBinder] Binding Named query: PrivateStudy.findByIUID => select object(ps) from PrivateStudy ps where studyInstanceUID = :iuid
2013-01-27 00:29:05,153 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.PrivateStudy on table priv_study
2013-01-27 00:29:05,186 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.Instance
2013-01-27 00:29:05,201 INFO  -> (main) [org.hibernate.cfg.annotations.QueryBinder] Binding Named query: Instance.findByIUID => select object(i) from Instance i where sopInstanceUID = :iuid
2013-01-27 00:29:05,217 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.Instance on table instance
2013-01-27 00:29:05,280 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.AE
2013-01-27 00:29:05,288 INFO  -> (main) [org.hibernate.cfg.annotations.QueryBinder] Binding Named query: AE.findByTitle => select ae from AE ae where title = :title
2013-01-27 00:29:05,304 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.AE on table ae
2013-01-27 00:29:05,369 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.PrivateInstance.files -> priv_file
2013-01-27 00:29:05,384 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.PrivateSeries.instances -> priv_instance
2013-01-27 00:29:05,391 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Study.series -> series
2013-01-27 00:29:05,403 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.GPSPS.referencedRequests -> gpsps_req
2013-01-27 00:29:05,411 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.GPSPS.scheduledHumanPerformers -> gpsps_perf
2013-01-27 00:29:05,429 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Media.instances -> instance
2013-01-27 00:29:05,432 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.MPPS.series -> series
2013-01-27 00:29:05,434 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.PrivatePatient.studies -> priv_study
2013-01-27 00:29:05,448 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Patient.previous -> patient
2013-01-27 00:29:05,460 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Patient.studies -> study
2013-01-27 00:29:05,470 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Patient.modalityWorklistItems -> mwl_item
2013-01-27 00:29:05,484 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Patient.modalityPerformedProcedureSteps -> mpps
2013-01-27 00:29:05,486 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Patient.generalPurposeScheduledProcedureSteps -> gpsps
2013-01-27 00:29:05,511 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Patient.generalPurposePerformedProcedureSteps -> gppps
2013-01-27 00:29:05,517 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.HangingProtocol.definitions -> hpdef
2013-01-27 00:29:05,528 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Series.requestAttributes -> series_req
2013-01-27 00:29:05,530 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Series.instances -> instance
2013-01-27 00:29:05,533 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.PrivateStudy.series -> priv_series
2013-01-27 00:29:05,548 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Instance.verifyingObservers -> verify_observer
2013-01-27 00:29:05,557 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Instance.files -> files
2013-01-27 00:29:06,320 INFO  -> (main) [org.hibernate.connection.ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
2013-01-27 00:29:06,333 INFO  -> (main) [org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider] Using provided datasource
2013-01-27 00:29:06,351 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] RDBMS: MySQL, version: 5.1.66-0+squeeze1
2013-01-27 00:29:06,353 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.0.5 ( $Date: 2007-03-01 00:01:06 +0100 (Thu, 01 Mar 2007) $, $Revision: 6329 $ )
2013-01-27 00:29:06,368 INFO  -> (main) [org.hibernate.dialect.Dialect] Using dialect: org.hibernate.dialect.MySQLInnoDBDialect
2013-01-27 00:29:06,371 INFO  -> (main) [org.hibernate.transaction.TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
2013-01-27 00:29:06,382 INFO  -> (main) [org.hibernate.transaction.TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
2013-01-27 00:29:06,385 INFO  -> (main) [org.hibernate.transaction.TransactionManagerLookupFactory] instantiated TransactionManagerLookup
2013-01-27 00:29:06,411 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Automatic flush during beforeCompletion(): disabled
2013-01-27 00:29:06,413 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Automatic session close at end of transaction: disabled
2013-01-27 00:29:06,420 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JDBC batch size: 15
2013-01-27 00:29:06,422 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JDBC batch updates for versioned data: disabled
2013-01-27 00:29:06,436 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Scrollable result sets: enabled
2013-01-27 00:29:06,438 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JDBC3 getGeneratedKeys(): disabled
2013-01-27 00:29:06,457 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JDBC result set fetch size: 50
2013-01-27 00:29:06,458 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Connection release mode: auto
2013-01-27 00:29:06,468 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Maximum outer join fetch depth: 2
2013-01-27 00:29:06,469 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Default batch fetch size: 1
2013-01-27 00:29:06,479 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Generate SQL with comments: disabled
2013-01-27 00:29:06,481 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Order SQL updates by primary key: disabled
2013-01-27 00:29:06,482 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Order SQL inserts for batching: disabled
2013-01-27 00:29:06,496 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2013-01-27 00:29:06,503 INFO  -> (main) [org.hibernate.hql.ast.ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
2013-01-27 00:29:06,505 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Query language substitutions: {}
2013-01-27 00:29:06,515 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JPA-QL strict compliance: enabled
2013-01-27 00:29:06,516 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Second-level cache: enabled
2013-01-27 00:29:06,518 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Query cache: disabled
2013-01-27 00:29:06,534 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Cache provider: org.hibernate.cache.HashtableCacheProvider
2013-01-27 00:29:06,540 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Optimize cache for minimal puts: disabled
2013-01-27 00:29:06,543 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Cache region prefix: dcm4chee-web-ear-3_0_0-mysql_ear,dcm4chee-arc
2013-01-27 00:29:06,545 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Structured second-level cache entries: disabled
2013-01-27 00:29:06,556 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Statistics: disabled
2013-01-27 00:29:06,558 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Deleted entity synthetic identifier rollback: disabled
2013-01-27 00:29:06,571 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Default entity-mode: pojo
2013-01-27 00:29:06,573 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Named query checking : enabled
2013-01-27 00:29:06,711 INFO  -> (main) [org.hibernate.impl.SessionFactoryImpl] building session factory
2013-01-27 00:29:07,858 INFO  -> (main) [org.hibernate.impl.SessionFactoryObjectFactory] Factory name: persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-arc
2013-01-27 00:29:07,883 INFO  -> (main) [org.hibernate.util.NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
2013-01-27 00:29:07,936 INFO  -> (main) [org.hibernate.impl.SessionFactoryObjectFactory] Bound factory to JNDI name: persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-arc
2013-01-27 00:29:07,938 WARN  -> (main) [org.hibernate.impl.SessionFactoryObjectFactory] InitialContext did not implement EventContext
2013-01-27 00:29:07,947 INFO  -> (main) [org.hibernate.tool.hbm2ddl.SchemaValidator] Running schema validator
2013-01-27 00:29:07,949 INFO  -> (main) [org.hibernate.tool.hbm2ddl.SchemaValidator] fetching database metadata
2013-01-27 00:29:08,122 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.ae
2013-01-27 00:29:08,124 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [port, station_name, passwd, installed, department, wado_url, hostname, fs_group_id, ae_desc, cipher_suites, acc_no_issuer, vendor_data, aet, user_id, pat_id_issuer, ae_group, institution, pk]
2013-01-27 00:29:08,198 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.code
2013-01-27 00:29:08,201 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [code_version, code_designator, code_value, code_meaning, pk]
2013-01-27 00:29:08,271 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.device
2013-01-27 00:29:08,272 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [station_name, modality, station_aet, pk]
2013-01-27 00:29:08,333 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.files
2013-01-27 00:29:08,334 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [filepath, file_status, file_size, md5_check_time, created_time, filesystem_fk, instance_fk, file_tsuid, file_md5, pk]
2013-01-27 00:29:08,342 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.filesystem
2013-01-27 00:29:08,344 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [user_info, retrieve_aet, fs_status, fs_group_id, dirpath, next_fk, availability, pk]
2013-01-27 00:29:08,420 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.gppps
2013-01-27 00:29:08,422 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [pps_attrs, pps_iuid, patient_fk, pps_status, pps_start, created_time, updated_time, pk]
2013-01-27 00:29:08,432 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.gpsps
2013-01-27 00:29:08,433 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [gpsps_prior, gpsps_tuid, gpsps_status, end_datetime, in_availability, item_attrs, patient_fk, gpsps_iuid, code_fk, start_datetime, pk]
2013-01-27 00:29:08,464 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.gpsps_perf
2013-01-27 00:29:08,466 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [hum_perf_p_name, hum_perf_gn_sx, gpsps_fk, human_perf_name, hum_perf_i_name, hum_perf_fn_sx, code_fk, pk]
2013-01-27 00:29:08,496 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.gpsps_req
2013-01-27 00:29:08,498 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [req_proc_id, gpsps_fk, accession_no, pk]
2013-01-27 00:29:08,548 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.hp
2013-01-27 00:29:08,549 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [user_fk, num_priors, hp_iuid, num_screens, hp_level, hp_attrs, hp_group, hp_cuid, hp_name, pk]
2013-01-27 00:29:08,576 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.hpdef
2013-01-27 00:29:08,577 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [hp_fk, laterality, modality, pk]
2013-01-27 00:29:08,604 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.instance
2013-01-27 00:29:08,605 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [inst_attrs, commitment, all_attrs, content_datetime, series_fk, inst_custom1, retrieve_aets, inst_custom2, inst_no, inst_custom3, updated_time, srcode_fk, sr_verified, sop_cuid, sr_complete, archived, sop_iuid, ext_retr_aet, inst_status, media_fk, created_time, availability, pk]
2013-01-27 00:29:08,670 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.media
2013-01-27 00:29:08,671 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [media_status_info, media_rq_iuid, media_status, fileset_id, fileset_iuid, created_time, media_usage, updated_time, pk]
2013-01-27 00:29:08,684 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.mpps
2013-01-27 00:29:08,686 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [mpps_attrs, drcode_fk, patient_fk, modality, pps_start, created_time, mpps_status, updated_time, accession_no, mpps_iuid, station_aet, pk]
2013-01-27 00:29:08,696 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.mwl_item
2013-01-27 00:29:08,698 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [req_proc_id, sps_status, sps_id, station_name, study_iuid, perf_physician, perf_phys_fn_sx, perf_phys_gn_sx, updated_time, start_datetime, station_aet, perf_phys_i_name, perf_phys_p_name, item_attrs, patient_fk, modality, created_time, accession_no, pk]
2013-01-27 00:29:08,709 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.other_pid
2013-01-27 00:29:08,711 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [pat_id, pat_id_issuer, pk]
2013-01-27 00:29:08,719 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.patient
2013-01-27 00:29:08,721 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [merge_fk, pat_custom2, pat_fn_sx, pat_custom1, pat_custom3, pat_sex, pat_attrs, pat_p_name, updated_time, pat_gn_sx, pat_i_name, pat_birthdate, pat_id, pat_id_issuer, created_time, pat_name, pk]
2013-01-27 00:29:08,738 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.priv_file
2013-01-27 00:29:08,740 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [filepath, file_status, file_size, filesystem_fk, instance_fk, file_tsuid, file_md5, pk]
2013-01-27 00:29:08,762 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.priv_instance
2013-01-27 00:29:08,764 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [inst_attrs, priv_type, series_fk, sop_iuid, created_time, pk]
2013-01-27 00:29:08,784 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.priv_patient
2013-01-27 00:29:08,786 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [priv_type, pat_id, pat_attrs, pat_id_issuer, pat_name, pk]
2013-01-27 00:29:08,807 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.priv_series
2013-01-27 00:29:08,808 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [priv_type, src_aet, study_fk, series_attrs, series_iuid, pk]
2013-01-27 00:29:08,819 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.priv_study
2013-01-27 00:29:08,820 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [priv_type, study_iuid, patient_fk, study_attrs, accession_no, pk]
2013-01-27 00:29:08,828 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_dev_proto
2013-01-27 00:29:08,829 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [prcode_fk, device_fk]
2013-01-27 00:29:08,844 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_gpsps_appcode
2013-01-27 00:29:08,846 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [appcode_fk, gpsps_fk]
2013-01-27 00:29:08,853 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_gpsps_devclass
2013-01-27 00:29:08,854 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [devclass_fk, gpsps_fk]
2013-01-27 00:29:08,863 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_gpsps_devloc
2013-01-27 00:29:08,865 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [devloc_fk, gpsps_fk]
2013-01-27 00:29:08,870 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_gpsps_devname
2013-01-27 00:29:08,871 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [devname_fk, gpsps_fk]
2013-01-27 00:29:08,879 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_gpsps_gppps
2013-01-27 00:29:08,881 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [gppps_fk, gpsps_fk]
2013-01-27 00:29:08,887 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_hpdef_proc
2013-01-27 00:29:08,888 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [proc_fk, hpdef_fk]
2013-01-27 00:29:08,915 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_hpdef_reason
2013-01-27 00:29:08,917 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [reason_fk, hpdef_fk]
2013-01-27 00:29:08,954 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_hpdef_region
2013-01-27 00:29:08,955 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [region_fk, hpdef_fk]
2013-01-27 00:29:08,974 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_pat_other_pid
2013-01-27 00:29:08,975 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [patient_fk, other_pid_fk]
2013-01-27 00:29:08,987 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_study_pcode
2013-01-27 00:29:08,989 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [study_fk, pcode_fk]
2013-01-27 00:29:09,011 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.series
2013-01-27 00:29:09,013 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [series_status, inst_code_fk, perf_physician, study_fk, department, retrieve_aets, pps_iuid, pps_start, perf_phys_gn_sx, updated_time, body_part, mpps_fk, ext_retr_aet, laterality, availability, institution, station_name, src_aet, perf_phys_fn_sx, series_custom3, series_attrs, series_custom1, fileset_iuid, series_custom2, series_desc, perf_phys_i_name, perf_phys_p_name, series_iuid, fileset_id, modality, num_instances, created_time, series_no, pk]
2013-01-27 00:29:09,060 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.series_req
2013-01-27 00:29:09,062 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [accno_issuer_fk, req_proc_id, sps_id, study_iuid, series_fk, req_phys_p_name, req_service, req_phys_gn_sx, req_phys_i_name, req_physician, req_phys_fn_sx, accession_no, pk]
2013-01-27 00:29:09,093 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.study
2013-01-27 00:29:09,107 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [accno_issuer_fk, study_iuid, study_status, ref_phys_fn_sx, retrieve_aets, updated_time, study_status_id, ref_phys_i_name, checked_time, study_desc, ref_phys_p_name, mods_in_study, num_series, ext_retr_aet, patient_fk, accession_no, availability, study_custom3, study_custom1, study_custom2, ref_phys_gn_sx, fileset_iuid, study_datetime, ref_physician, study_id, cuids_in_study, num_instances, fileset_id, study_attrs, created_time, pk]
2013-01-27 00:29:09,145 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.study_on_fs
2013-01-27 00:29:09,147 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [study_fk, access_time, filesystem_fk, mark_to_delete, pk]
2013-01-27 00:29:09,165 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.study_permission
2013-01-27 00:29:09,166 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [study_iuid, roles, action, pk]
2013-01-27 00:29:09,198 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.verify_observer
2013-01-27 00:29:09,200 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [observer_i_name, observer_fn_sx, observer_p_name, observer_name, observer_gn_sx, verify_datetime, instance_fk, pk]
2013-01-27 00:29:09,207 INFO  -> (main) [org.hibernate.util.NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
2013-01-27 00:29:09,244 INFO  -> (main) [org.jboss.ejb3.EJB3Deployer] Deployed: file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-arc-entities-3.0.0-mysql.jar
2013-01-27 00:29:09,263 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
2013-01-27 00:29:09,266 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-usr-dao-3.0.0.jar,name=UserAccessBean,service=EJB3 with dependencies:
2013-01-27 00:29:09,271 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-usr-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr
2013-01-27 00:29:09,284 INFO  -> (main) [org.jboss.ejb3.EJBContainer] STARTED EJB: org.dcm4chee.usr.dao.UserAccessBean ejbName: UserAccessBean
2013-01-27 00:29:09,300 INFO  -> (main) [org.jboss.ejb3.EJB3Deployer] Deployed: file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-usr-dao-3.0.0.jar
2013-01-27 00:29:09,305 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.entity.PersistenceUnitDeployment
2013-01-27 00:29:09,307 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr with dependencies:
2013-01-27 00:29:09,309 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] jboss.jca:name=pacsDS,service=DataSourceBinding
2013-01-27 00:29:09,316 INFO  -> (main) [org.jboss.ejb3.entity.PersistenceUnitDeployment] Starting persistence unit persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr
2013-01-27 00:29:09,324 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] Processing PersistenceUnitInfo [
name: dcm4chee-usr
...]
2013-01-27 00:29:09,330 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.usr.entity.User
2013-01-27 00:29:09,335 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: org.dcm4chee.usr.entity.UserRoleAssignment
2013-01-27 00:29:09,342 INFO  -> (main) [org.hibernate.cfg.Configuration] Reading mappings from resource : META-INF/orm.xml
2013-01-27 00:29:09,408 INFO  -> (main) [org.hibernate.ejb.Ejb3Configuration] [PersistenceUnit: dcm4chee-usr] META-INF/orm.xml found
2013-01-27 00:29:09,435 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.usr.entity.User
2013-01-27 00:29:09,438 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.usr.entity.User on table users
2013-01-27 00:29:09,448 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.usr.entity.UserRoleAssignment
2013-01-27 00:29:09,455 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.usr.entity.UserRoleAssignment on table roles
2013-01-27 00:29:09,467 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.AE
2013-01-27 00:29:09,473 INFO  -> (main) [org.hibernate.cfg.annotations.QueryBinder] Binding Named query: AE.findByTitle => select ae from AE ae where title = :title
2013-01-27 00:29:09,484 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.AE on table ae
2013-01-27 00:29:09,498 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.Code
2013-01-27 00:29:09,500 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.Code on table code
2013-01-27 00:29:09,512 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.Device
2013-01-27 00:29:09,519 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.Device on table device
2013-01-27 00:29:09,527 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.File
2013-01-27 00:29:09,535 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.File on table files
2013-01-27 00:29:09,540 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.FileSystem
2013-01-27 00:29:09,548 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.FileSystem on table filesystem
2013-01-27 00:29:09,561 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.GPPPS
2013-01-27 00:29:09,568 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.GPPPS on table gppps
2013-01-27 00:29:09,584 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.GPSPS
2013-01-27 00:29:09,592 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.GPSPS on table gpsps
2013-01-27 00:29:09,614 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.GPSPSPerformer
2013-01-27 00:29:09,624 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.GPSPSPerformer on table gpsps_perf
2013-01-27 00:29:09,632 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.GPSPSRequest
2013-01-27 00:29:09,639 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.GPSPSRequest on table gpsps_req
2013-01-27 00:29:09,647 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.HangingProtocol
2013-01-27 00:29:09,650 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.HangingProtocol on table hp
2013-01-27 00:29:09,661 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.HPDefinition
2013-01-27 00:29:09,668 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.HPDefinition on table hpdef
2013-01-27 00:29:09,678 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.Instance
2013-01-27 00:29:09,683 INFO  -> (main) [org.hibernate.cfg.annotations.QueryBinder] Binding Named query: Instance.findByIUID => select object(i) from Instance i where sopInstanceUID = :iuid
2013-01-27 00:29:09,685 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.Instance on table instance
2013-01-27 00:29:09,709 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.Media
2013-01-27 00:29:09,714 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.Media on table media
2013-01-27 00:29:09,737 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.MPPS
2013-01-27 00:29:09,742 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.MPPS on table mpps
2013-01-27 00:29:09,763 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.MWLItem
2013-01-27 00:29:09,766 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.MWLItem on table mwl_item
2013-01-27 00:29:09,785 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.OtherPatientID
2013-01-27 00:29:09,796 INFO  -> (main) [org.hibernate.cfg.annotations.QueryBinder] Binding Named query: OtherPatientID.findByPatientIdAndIssuer => select opid from OtherPatientID opid where patientID = :pid and issuerOfPatientID = :issuer
2013-01-27 00:29:09,807 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.OtherPatientID on table other_pid
2013-01-27 00:29:09,811 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.Patient
2013-01-27 00:29:09,820 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.Patient on table patient
2013-01-27 00:29:09,844 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.PrivateFile
2013-01-27 00:29:09,846 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.PrivateFile on table priv_file
2013-01-27 00:29:09,859 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.PrivateInstance
2013-01-27 00:29:09,862 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.PrivateInstance on table priv_instance
2013-01-27 00:29:09,867 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.PrivatePatient
2013-01-27 00:29:09,869 INFO  -> (main) [org.hibernate.cfg.annotations.QueryBinder] Binding Named query: PrivatePatient.findByIdAndIssuer => select object(p) from PrivatePatient p where patientID = :patId and issuerOfPatientID = :issuer
2013-01-27 00:29:09,875 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.PrivatePatient on table priv_patient
2013-01-27 00:29:09,883 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.PrivateSeries
2013-01-27 00:29:09,885 INFO  -> (main) [org.hibernate.cfg.annotations.QueryBinder] Binding Named query: PrivateSeries.findByIUID => select object(pi) from PrivateSeries pi where seriesInstanceUID = :iuid
2013-01-27 00:29:09,888 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.PrivateSeries on table priv_series
2013-01-27 00:29:09,892 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.PrivateStudy
2013-01-27 00:29:09,895 INFO  -> (main) [org.hibernate.cfg.annotations.QueryBinder] Binding Named query: PrivateStudy.findByIUID => select object(ps) from PrivateStudy ps where studyInstanceUID = :iuid
2013-01-27 00:29:09,897 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.PrivateStudy on table priv_study
2013-01-27 00:29:09,904 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.RequestAttributes
2013-01-27 00:29:09,906 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.RequestAttributes on table series_req
2013-01-27 00:29:09,911 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.Series
2013-01-27 00:29:09,913 INFO  -> (main) [org.hibernate.cfg.annotations.QueryBinder] Binding Named query: Series.findByIUID => select object(s) from Series s where seriesInstanceUID = :iuid
2013-01-27 00:29:09,916 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.Series on table series
2013-01-27 00:29:09,942 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.Study
2013-01-27 00:29:09,955 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.Study on table study
2013-01-27 00:29:09,979 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.StudyOnFileSystem
2013-01-27 00:29:09,982 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.StudyOnFileSystem on table study_on_fs
2013-01-27 00:29:09,990 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.StudyPermission
2013-01-27 00:29:09,993 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.StudyPermission on table study_permission
2013-01-27 00:29:10,005 INFO  -> (main) [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: org.dcm4chee.archive.entity.VerifyingObserver
2013-01-27 00:29:10,007 INFO  -> (main) [org.hibernate.cfg.annotations.EntityBinder] Bind entity org.dcm4chee.archive.entity.VerifyingObserver on table verify_observer
2013-01-27 00:29:10,026 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.usr.entity.User.roles -> roles
2013-01-27 00:29:10,039 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.GPSPS.referencedRequests -> gpsps_req
2013-01-27 00:29:10,041 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.GPSPS.scheduledHumanPerformers -> gpsps_perf
2013-01-27 00:29:10,044 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.HangingProtocol.definitions -> hpdef
2013-01-27 00:29:10,051 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Instance.verifyingObservers -> verify_observer
2013-01-27 00:29:10,059 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Instance.files -> files
2013-01-27 00:29:10,062 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Media.instances -> instance
2013-01-27 00:29:10,068 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.MPPS.series -> series
2013-01-27 00:29:10,070 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Patient.previous -> patient
2013-01-27 00:29:10,081 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Patient.studies -> study
2013-01-27 00:29:10,083 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Patient.modalityWorklistItems -> mwl_item
2013-01-27 00:29:10,096 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Patient.modalityPerformedProcedureSteps -> mpps
2013-01-27 00:29:10,100 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Patient.generalPurposeScheduledProcedureSteps -> gpsps
2013-01-27 00:29:10,105 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Patient.generalPurposePerformedProcedureSteps -> gppps
2013-01-27 00:29:10,112 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.PrivateInstance.files -> priv_file
2013-01-27 00:29:10,114 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.PrivatePatient.studies -> priv_study
2013-01-27 00:29:10,120 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.PrivateSeries.instances -> priv_instance
2013-01-27 00:29:10,122 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.PrivateStudy.series -> priv_series
2013-01-27 00:29:10,130 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Series.requestAttributes -> series_req
2013-01-27 00:29:10,136 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Series.instances -> instance
2013-01-27 00:29:10,148 INFO  -> (main) [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: org.dcm4chee.archive.entity.Study.series -> series
2013-01-27 00:29:10,473 INFO  -> (main) [org.hibernate.connection.ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
2013-01-27 00:29:10,482 INFO  -> (main) [org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider] Using provided datasource
2013-01-27 00:29:10,485 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] RDBMS: MySQL, version: 5.1.66-0+squeeze1
2013-01-27 00:29:10,499 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.0.5 ( $Date: 2007-03-01 00:01:06 +0100 (Thu, 01 Mar 2007) $, $Revision: 6329 $ )
2013-01-27 00:29:10,502 INFO  -> (main) [org.hibernate.dialect.Dialect] Using dialect: org.hibernate.dialect.MySQLInnoDBDialect
2013-01-27 00:29:10,516 INFO  -> (main) [org.hibernate.transaction.TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
2013-01-27 00:29:10,528 INFO  -> (main) [org.hibernate.transaction.TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
2013-01-27 00:29:10,530 INFO  -> (main) [org.hibernate.transaction.TransactionManagerLookupFactory] instantiated TransactionManagerLookup
2013-01-27 00:29:10,544 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Automatic flush during beforeCompletion(): disabled
2013-01-27 00:29:10,546 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Automatic session close at end of transaction: disabled
2013-01-27 00:29:10,556 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JDBC batch size: 15
2013-01-27 00:29:10,558 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JDBC batch updates for versioned data: disabled
2013-01-27 00:29:10,571 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Scrollable result sets: enabled
2013-01-27 00:29:10,573 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JDBC3 getGeneratedKeys(): disabled
2013-01-27 00:29:10,577 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Connection release mode: auto
2013-01-27 00:29:10,579 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Maximum outer join fetch depth: 2
2013-01-27 00:29:10,581 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Default batch fetch size: 1
2013-01-27 00:29:10,582 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Generate SQL with comments: disabled
2013-01-27 00:29:10,600 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Order SQL updates by primary key: disabled
2013-01-27 00:29:10,602 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Order SQL inserts for batching: disabled
2013-01-27 00:29:10,607 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2013-01-27 00:29:10,620 INFO  -> (main) [org.hibernate.hql.ast.ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
2013-01-27 00:29:10,622 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Query language substitutions: {}
2013-01-27 00:29:10,623 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] JPA-QL strict compliance: enabled
2013-01-27 00:29:10,625 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Second-level cache: enabled
2013-01-27 00:29:10,626 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Query cache: disabled
2013-01-27 00:29:10,651 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Cache provider: org.hibernate.cache.HashtableCacheProvider
2013-01-27 00:29:10,653 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Optimize cache for minimal puts: disabled
2013-01-27 00:29:10,655 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Cache region prefix: dcm4chee-web-ear-3_0_0-mysql_ear,dcm4chee-usr
2013-01-27 00:29:10,657 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Structured second-level cache entries: disabled
2013-01-27 00:29:10,674 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Statistics: disabled
2013-01-27 00:29:10,675 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Deleted entity synthetic identifier rollback: disabled
2013-01-27 00:29:10,677 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Default entity-mode: pojo
2013-01-27 00:29:10,694 INFO  -> (main) [org.hibernate.cfg.SettingsFactory] Named query checking : enabled
2013-01-27 00:29:10,768 INFO  -> (main) [org.hibernate.impl.SessionFactoryImpl] building session factory
2013-01-27 00:29:11,160 INFO  -> (main) [org.hibernate.impl.SessionFactoryObjectFactory] Factory name: persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr
2013-01-27 00:29:11,171 INFO  -> (main) [org.hibernate.util.NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
2013-01-27 00:29:11,181 INFO  -> (main) [org.hibernate.impl.SessionFactoryObjectFactory] Bound factory to JNDI name: persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr
2013-01-27 00:29:11,188 WARN  -> (main) [org.hibernate.impl.SessionFactoryObjectFactory] InitialContext did not implement EventContext
2013-01-27 00:29:11,197 INFO  -> (main) [org.hibernate.tool.hbm2ddl.SchemaUpdate] Running hbm2ddl schema update
2013-01-27 00:29:11,205 INFO  -> (main) [org.hibernate.tool.hbm2ddl.SchemaUpdate] fetching database metadata
2013-01-27 00:29:11,211 INFO  -> (main) [org.hibernate.tool.hbm2ddl.SchemaUpdate] updating schema
2013-01-27 00:29:11,347 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.ae
2013-01-27 00:29:11,355 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [port, station_name, passwd, installed, department, wado_url, hostname, fs_group_id, ae_desc, cipher_suites, acc_no_issuer, vendor_data, aet, user_id, pat_id_issuer, ae_group, institution, pk]
2013-01-27 00:29:11,371 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: []
2013-01-27 00:29:11,372 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary, hostname, aet, ae_group]
2013-01-27 00:29:11,437 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.code
2013-01-27 00:29:11,443 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [code_version, code_designator, code_value, code_meaning, pk]
2013-01-27 00:29:11,446 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: []
2013-01-27 00:29:11,449 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary, code_value]
2013-01-27 00:29:11,504 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.device
2013-01-27 00:29:11,506 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [station_name, modality, station_aet, pk]
2013-01-27 00:29:11,515 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: []
2013-01-27 00:29:11,517 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary, dev_station_name]
2013-01-27 00:29:12,306 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.files
2013-01-27 00:29:12,309 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [filepath, file_status, file_size, md5_check_time, created_time, filesystem_fk, instance_fk, file_tsuid, file_md5, pk]
2013-01-27 00:29:12,312 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fk5ceba7737edb1aa, instance_fk, filesystem_fk, fk5ceba77206f5c8a]
2013-01-27 00:29:12,314 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [file_status, file_created, md5_check_time, primary, fk5ceba7737edb1aa, filesystem_fk, instance_fk, fk5ceba77206f5c8a, file_tsuid]
2013-01-27 00:29:12,352 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.filesystem
2013-01-27 00:29:12,354 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [user_info, retrieve_aet, fs_status, fs_group_id, dirpath, next_fk, availability, pk]
2013-01-27 00:29:12,356 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fka2455aabe9b3e742, fs_next_fk]
2013-01-27 00:29:12,358 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fs_availability, fs_dirpath, primary, fs_status, fs_group_id, fs_retrieve_aet, fka2455aabe9b3e742, fs_next_fk]
2013-01-27 00:29:12,475 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.gppps
2013-01-27 00:29:12,478 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [pps_attrs, pps_iuid, patient_fk, pps_status, pps_start, created_time, updated_time, pk]
2013-01-27 00:29:12,480 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fk5e010eaa511ae1e, gppps_patient_fk]
2013-01-27 00:29:12,482 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fk5e010eaa511ae1e, primary, gppps_patient_fk, gppps_pps_start, gppps_iuid]
2013-01-27 00:29:12,709 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.gpsps
2013-01-27 00:29:12,712 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [gpsps_prior, gpsps_tuid, gpsps_status, end_datetime, in_availability, item_attrs, patient_fk, gpsps_iuid, code_fk, start_datetime, pk]
2013-01-27 00:29:12,714 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fk5e01c2d70c135aa, gpsps_patient_fk, fk5e01c2da511ae1e, gpsps_code_fk]
2013-01-27 00:29:12,717 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [gpsps_prior, fk5e01c2d70c135aa, gpsps_tuid, gpsps_status, gpsps_start_time, gpsps_end_time, in_availability, primary, gpsps_patient_fk, fk5e01c2da511ae1e, gpsps_iuid, gpsps_code_fk]
2013-01-27 00:29:12,835 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.gpsps_perf
2013-01-27 00:29:12,837 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [hum_perf_p_name, hum_perf_gn_sx, gpsps_fk, human_perf_name, hum_perf_i_name, hum_perf_fn_sx, code_fk, pk]
2013-01-27 00:29:12,840 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [gpsps_perf_sps_fk, fkc00aa3bb70c135aa, gpsps_perf_code_fk, fkc00aa3bb9637239e]
2013-01-27 00:29:12,844 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [gpsps_perf_sps_fk, gpsps_perf_name, gpsps_perf_gn_sx, fkc00aa3bb70c135aa, primary, gpsps_perf_i_name, gpsps_perf_fn_sx, gpsps_perf_code_fk, gpsps_perf_p_name, fkc00aa3bb9637239e]
2013-01-27 00:29:12,862 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.gpsps_req
2013-01-27 00:29:12,863 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [req_proc_id, gpsps_fk, accession_no, pk]
2013-01-27 00:29:12,867 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fka319258c9637239e, gpsps_req_gpsps_fk]
2013-01-27 00:29:12,873 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fka319258c9637239e, gpsps_req_gpsps_fk, primary, gpsps_req_proc_id, gpsps_req_acc_no]
2013-01-27 00:29:13,018 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.hp
2013-01-27 00:29:13,025 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [user_fk, num_priors, hp_iuid, num_screens, hp_level, hp_attrs, hp_group, hp_cuid, hp_name, pk]
2013-01-27 00:29:13,028 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fkd082fd8c30c, hp_user_fk]
2013-01-27 00:29:13,029 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [num_priors, hp_iuid, num_screens, hp_level, primary, fkd082fd8c30c, hp_cuid, hp_name, hp_user_fk]
2013-01-27 00:29:13,099 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.hpdef
2013-01-27 00:29:13,101 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [hp_fk, laterality, modality, pk]
2013-01-27 00:29:13,103 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [hp_fk, fk5edf9fdc7d4b11e]
2013-01-27 00:29:13,104 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [hp_fk, primary, hpdef_laterality, fk5edf9fdc7d4b11e, hpdef_modality]
2013-01-27 00:29:13,975 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.instance
2013-01-27 00:29:13,977 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [inst_attrs, commitment, all_attrs, content_datetime, series_fk, inst_custom1, retrieve_aets, inst_custom2, inst_no, inst_custom3, updated_time, srcode_fk, sr_verified, sop_cuid, sr_complete, archived, sop_iuid, ext_retr_aet, inst_status, media_fk, created_time, availability, pk]
2013-01-27 00:29:13,984 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fk21169495a5f47c3e, series_fk, media_fk, fk211694958151afea, fk211694954dc50e6b, srcode_fk]
2013-01-27 00:29:13,986 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [commitment, content_datetime, series_fk, inst_custom1, inst_custom2, inst_no, inst_custom3, fk211694954dc50e6b, inst_archived, srcode_fk, sr_verified, fk21169495a5f47c3e, sop_cuid, sr_complete, inst_created, primary, sop_iuid, ext_retr_aet, inst_status, fk211694958151afea, media_fk]
2013-01-27 00:29:14,022 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.media
2013-01-27 00:29:14,024 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [media_status_info, media_rq_iuid, media_status, fileset_id, fileset_iuid, created_time, media_usage, updated_time, pk]
2013-01-27 00:29:14,027 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: []
2013-01-27 00:29:14,029 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary, media_status, fileset_iuid]
2013-01-27 00:29:14,141 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.mpps
2013-01-27 00:29:14,142 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [mpps_attrs, drcode_fk, patient_fk, modality, pps_start, created_time, mpps_status, updated_time, accession_no, mpps_iuid, station_aet, pk]
2013-01-27 00:29:14,147 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fk333ee69dc28d5c, mpps_drcode_fk, fk333ee6a511ae1e, mpps_patient_fk]
2013-01-27 00:29:14,149 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fk333ee69dc28d5c, mpps_drcode_fk, fk333ee6a511ae1e, mpps_modality, mpps_patient_fk, mpps_station_aet, primary, mpps_accession_no, mpps_pps_start, mpps_iuid]
2013-01-27 00:29:14,218 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.mwl_item
2013-01-27 00:29:14,219 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [req_proc_id, sps_status, sps_id, station_name, study_iuid, perf_physician, perf_phys_fn_sx, perf_phys_gn_sx, updated_time, start_datetime, station_aet, perf_phys_i_name, perf_phys_p_name, item_attrs, patient_fk, modality, created_time, accession_no, pk]
2013-01-27 00:29:14,225 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fk8f9d3d30a511ae1e, mwl_patient_fk]
2013-01-27 00:29:14,227 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [mwl_station_aet, sps_status, mwl_modality, mwl_accession_no, fk8f9d3d30a511ae1e, mwl_perf_physician, mwl_perf_phys_fn_sx, mwl_perf_phys_gn_sx, mwl_req_proc_id, mwl_patient_fk, mwl_study_iuid, mwl_sps_id, mwl_station_name, primary, mwl_perf_phys_i_nm, mwl_perf_phys_p_nm, mwl_start_time]
2013-01-27 00:29:14,267 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.other_pid
2013-01-27 00:29:14,269 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [pat_id, pat_id_issuer, pk]
2013-01-27 00:29:14,271 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: []
2013-01-27 00:29:14,273 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [other_pat_id, primary]
2013-01-27 00:29:14,617 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.patient
2013-01-27 00:29:14,619 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [merge_fk, pat_custom2, pat_fn_sx, pat_custom1, pat_custom3, pat_sex, pat_attrs, pat_p_name, updated_time, pat_gn_sx, pat_i_name, pat_birthdate, pat_id, pat_id_issuer, created_time, pat_name, pk]
2013-01-27 00:29:14,624 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fkd0d3eb05206840b, pat_merge_fk]
2013-01-27 00:29:14,626 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [pat_custom2, pat_fn_sx, pat_custom1, pat_custom3, pat_sex, pat_p_name, pat_gn_sx, pat_i_name, fkd0d3eb05206840b, pat_birthdate, pat_merge_fk, pat_id, primary, pat_name]
2013-01-27 00:29:14,665 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.priv_file
2013-01-27 00:29:14,668 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [filepath, file_status, file_size, filesystem_fk, instance_fk, file_tsuid, file_md5, pk]
2013-01-27 00:29:14,670 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fka16b610c242260c1, priv_fs_fk, fka16b610c206f5c8a, priv_instance_fk]
2013-01-27 00:29:14,673 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fka16b610c242260c1, fka16b610c206f5c8a, priv_fs_fk, primary, priv_instance_fk]
2013-01-27 00:29:14,700 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.priv_instance
2013-01-27 00:29:14,701 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [inst_attrs, priv_type, series_fk, sop_iuid, created_time, pk]
2013-01-27 00:29:14,704 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fk9891b8255c4538c1, priv_series_fk]
2013-01-27 00:29:14,706 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [priv_inst_created, fk9891b8255c4538c1, primary, priv_series_fk, priv_inst_type, priv_sop_iuid]
2013-01-27 00:29:14,738 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.priv_patient
2013-01-27 00:29:14,741 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [priv_type, pat_id, pat_attrs, pat_id_issuer, pat_name, pk]
2013-01-27 00:29:14,743 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: []
2013-01-27 00:29:14,745 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [priv_pat_id, primary, priv_pat_name, priv_pat_type]
2013-01-27 00:29:14,772 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.priv_series
2013-01-27 00:29:14,773 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [priv_type, src_aet, study_fk, series_attrs, series_iuid, pk]
2013-01-27 00:29:14,777 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [priv_study_fk, fka10c6078477f667]
2013-01-27 00:29:14,779 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fka10c6078477f667, priv_study_fk, priv_series_type, primary, priv_ser_src_aet, priv_series_iuid]
2013-01-27 00:29:14,802 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.priv_study
2013-01-27 00:29:14,809 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [priv_type, study_iuid, patient_fk, study_attrs, accession_no, pk]
2013-01-27 00:29:14,813 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [priv_patient_fk, fk8cbd1439288f4027]
2013-01-27 00:29:14,815 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [priv_study_accs_no, priv_patient_fk, primary, fk8cbd1439288f4027, priv_study_type, priv_study_iuid]
2013-01-27 00:29:14,845 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_dev_proto
2013-01-27 00:29:14,847 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [prcode_fk, device_fk]
2013-01-27 00:29:14,848 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [prcode_fk, fka8591518e207f051, fka85915183a1e80a1, device_fk]
2013-01-27 00:29:14,850 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [prcode_fk, fka8591518e207f051, fka85915183a1e80a1, device_fk]
2013-01-27 00:29:14,911 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_gpsps_appcode
2013-01-27 00:29:14,913 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [appcode_fk, gpsps_fk]
2013-01-27 00:29:14,914 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fkb35f8056f38e1f6a, fkb35f8056f3b2489d, gpsps_appcode_fk, appcode_gpsps_fk]
2013-01-27 00:29:14,917 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fkb35f8056f38e1f6a, fkb35f8056f3b2489d, gpsps_appcode_fk, appcode_gpsps_fk]
2013-01-27 00:29:14,953 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_gpsps_devclass
2013-01-27 00:29:14,956 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [devclass_fk, gpsps_fk]
2013-01-27 00:29:14,957 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [gpsps_devclass_fk, devclass_gpsps_fk, fkb48b32bbe6672d88, fkb48b32bbf38e1f6a]
2013-01-27 00:29:14,960 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [gpsps_devclass_fk, devclass_gpsps_fk, fkb48b32bbe6672d88, fkb48b32bbf38e1f6a]
2013-01-27 00:29:15,004 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_gpsps_devloc
2013-01-27 00:29:15,006 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [devloc_fk, gpsps_fk]
2013-01-27 00:29:15,011 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [gpsps_devloc_fk, devloc_gpsps_fk, fk862ea143e28e4000, fk862ea143f38e1f6a]
2013-01-27 00:29:15,014 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [gpsps_devloc_fk, devloc_gpsps_fk, fk862ea143e28e4000, fk862ea143f38e1f6a]
2013-01-27 00:29:15,091 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_gpsps_devname
2013-01-27 00:29:15,093 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [devname_fk, gpsps_fk]
2013-01-27 00:29:15,097 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fk3fa63ce8f646acb, fk3fa63ce8f38e1f6a, gpsps_devname_fk, devname_gpsps_fk]
2013-01-27 00:29:15,100 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fk3fa63ce8f646acb, fk3fa63ce8f38e1f6a, gpsps_devname_fk, devname_gpsps_fk]
2013-01-27 00:29:15,109 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_gpsps_gppps
2013-01-27 00:29:15,111 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [gppps_fk, gpsps_fk]
2013-01-27 00:29:15,113 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fkdb38f3b29637239e, gppps_gpsps_fk, gpsps_gppps_fk, fkdb38f3b291188e7e]
2013-01-27 00:29:15,116 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fkdb38f3b29637239e, gppps_gpsps_fk, gpsps_gppps_fk, fkdb38f3b291188e7e]
2013-01-27 00:29:15,196 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_hpdef_proc
2013-01-27 00:29:15,199 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [proc_fk, hpdef_fk]
2013-01-27 00:29:15,201 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [hpdef_proc_fk, proc_hpdef_fk, fk70548bbe262adba1, fk70548bbec4325808]
2013-01-27 00:29:15,203 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [hpdef_proc_fk, proc_hpdef_fk, fk70548bbe262adba1, fk70548bbec4325808]
2013-01-27 00:29:15,225 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_hpdef_reason
2013-01-27 00:29:15,226 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [reason_fk, hpdef_fk]
2013-01-27 00:29:15,228 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [reason_hpdef_fk, fkb00d00ac10b75df3, hpdef_reason_fk, fkb00d00acc4325808]
2013-01-27 00:29:15,230 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [reason_hpdef_fk, fkb00d00ac10b75df3, fkb00d00acc4325808, hpdef_reason_fk]
2013-01-27 00:29:15,270 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_hpdef_region
2013-01-27 00:29:15,275 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [region_fk, hpdef_fk]
2013-01-27 00:29:15,277 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fkb00f955c3d0c4b43, region_hpdef_fk, hpdef_region_fk, fkb00f955cc4325808]
2013-01-27 00:29:15,280 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fkb00f955c3d0c4b43, region_hpdef_fk, hpdef_region_fk, fkb00f955cc4325808]
2013-01-27 00:29:15,311 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_pat_other_pid
2013-01-27 00:29:15,313 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [patient_fk, other_pid_fk]
2013-01-27 00:29:15,314 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [pat_other_pid_fk, fk929dde1a23ed359e, fk929dde1aa511ae1e, other_pid_pat_fk]
2013-01-27 00:29:15,316 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [pat_other_pid_fk, fk929dde1a23ed359e, fk929dde1aa511ae1e, other_pid_pat_fk]
2013-01-27 00:29:15,336 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.rel_study_pcode
2013-01-27 00:29:15,338 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [study_fk, pcode_fk]
2013-01-27 00:29:15,339 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [study_pcode_fk, fk2ef025c14bdb761e, pcode_study_fk, fk2ef025c1e344d73a]
2013-01-27 00:29:15,341 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fk2ef025c14bdb761e, study_pcode_fk, pcode_study_fk, fk2ef025c1e344d73a]
2013-01-27 00:29:15,349 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.roles
2013-01-27 00:29:15,350 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [roles, user_id]
2013-01-27 00:29:15,352 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fk67a8ebdd249f692, roles_user_id]
2013-01-27 00:29:15,355 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fk67a8ebdd249f692, roles_user_id]
2013-01-27 00:29:15,986 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.series
2013-01-27 00:29:15,988 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [series_status, inst_code_fk, perf_physician, study_fk, department, retrieve_aets, pps_iuid, pps_start, perf_phys_gn_sx, updated_time, body_part, mpps_fk, ext_retr_aet, laterality, availability, institution, station_name, src_aet, perf_phys_fn_sx, series_custom3, series_attrs, series_custom1, fileset_iuid, series_custom2, series_desc, perf_phys_i_name, perf_phys_p_name, series_iuid, fileset_id, modality, num_instances, created_time, series_no, pk]
2013-01-27 00:29:16,000 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [series_mpps_fk, series_inst_code_fk, study_fk, fkca01fe778427eaea, fkca01fe774bdb761e]
2013-01-27 00:29:16,003 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [series_status, perf_physician, study_fk, department, series_src_aet, perf_phys_gn_sx, body_part, series_mpps_fk, series_pps_start, primary, fkca01fe778427eaea, laterality, series_created, institution, station_name, perf_phys_fn_sx, series_custom3, series_custom1, series_custom2, series_desc, series_inst_code_fk, perf_phys_i_name, perf_phys_p_name, series_iuid, fkca01fe774bdb761e, series_updated, modality, series_pps_iuid, series_no]
2013-01-27 00:29:16,023 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.series_req
2013-01-27 00:29:16,025 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [accno_issuer_fk, req_proc_id, sps_id, study_iuid, series_fk, req_phys_p_name, req_service, req_phys_gn_sx, req_phys_i_name, req_physician, req_phys_fn_sx, accession_no, pk]
2013-01-27 00:29:16,028 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [ser_req_series_fk, ser_req_accno_issuer_fk, fke38cd2d68151afea]
2013-01-27 00:29:16,031 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [ser_req_series_fk, ser_req_accno_issuer_fk, ser_req_phys_i, ser_req_service, ser_req_accession_no, ser_req_proc_id, ser_req_phys_gn_sx, ser_req_sps_id, ser_req_study_iuid, primary, ser_req_phys_p, fke38cd2d68151afea, ser_req_phys, ser_req_phys_fn_sx]
2013-01-27 00:29:16,296 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.study
2013-01-27 00:29:16,299 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [accno_issuer_fk, study_iuid, study_status, ref_phys_fn_sx, retrieve_aets, updated_time, study_status_id, ref_phys_i_name, checked_time, study_desc, ref_phys_p_name, mods_in_study, num_series, ext_retr_aet, patient_fk, accession_no, availability, study_custom3, study_custom1, study_custom2, ref_phys_gn_sx, fileset_iuid, study_datetime, ref_physician, study_id, cuids_in_study, num_instances, fileset_id, study_attrs, created_time, pk]
2013-01-27 00:29:16,308 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [accno_issuer_fk, patient_fk, fk68b0dc9a511ae1e]
2013-01-27 00:29:16,310 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [study_created, accno_issuer_fk, study_custom3, study_custom1, study_iuid, study_custom2, study_status, ref_phys_fn_sx, ref_phys_gn_sx, fk68b0dc9a511ae1e, study_status_id, study_datetime, ref_phys_i_name, study_checked, study_desc, ref_physician, ref_phys_p_name, study_id, primary, patient_fk, study_updated, accession_no]
2013-01-27 00:29:16,413 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.study_on_fs
2013-01-27 00:29:16,416 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [study_fk, access_time, filesystem_fk, mark_to_delete, pk]
2013-01-27 00:29:16,418 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fs_of_study, fk947dd937206f5c8a, i_study_on_fs, fk947dd9374bdb761e]
2013-01-27 00:29:16,421 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fk947dd937206f5c8a, fs_of_study, i_study_on_fs, primary, access_time, mark_to_delete, fk947dd9374bdb761e]
2013-01-27 00:29:16,428 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.study_permission
2013-01-27 00:29:16,429 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [study_iuid, roles, action, pk]
2013-01-27 00:29:16,432 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: []
2013-01-27 00:29:16,435 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [study_perm_idx, primary]
2013-01-27 00:29:16,466 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.users
2013-01-27 00:29:16,468 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [passwd, user_id]
2013-01-27 00:29:16,469 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: []
2013-01-27 00:29:16,471 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [primary]
2013-01-27 00:29:16,484 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] table found: pacsdb.verify_observer
2013-01-27 00:29:16,485 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] columns: [observer_i_name, observer_fn_sx, observer_p_name, observer_name, observer_gn_sx, verify_datetime, instance_fk, pk]
2013-01-27 00:29:16,488 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] foreign keys: [fkc9db73dc37edb1aa, observer_inst_fk]
2013-01-27 00:29:16,490 INFO  -> (main) [org.hibernate.tool.hbm2ddl.TableMetadata] indexes: [fkc9db73dc37edb1aa, observer_i_name, observer_fn_sx, observer_p_name, primary, observer_name, observer_gn_sx, observer_inst_fk, verify_datetime]
2013-01-27 00:29:16,499 INFO  -> (main) [org.hibernate.tool.hbm2ddl.SchemaUpdate] schema update complete
2013-01-27 00:29:16,502 INFO  -> (main) [org.hibernate.util.NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
2013-01-27 00:29:16,554 INFO  -> (main) [org.jboss.ejb3.EJB3Deployer] Deployed: file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-usr-entity-3.0.0-mysql.jar
2013-01-27 00:29:17,094 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
2013-01-27 00:29:17,097 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-web-ejb-3.0.0.jar,name=DicomEditBean,service=EJB3 with dependencies:
2013-01-27 00:29:17,102 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-arc
2013-01-27 00:29:17,128 INFO  -> (main) [org.jboss.ejb3.EJBContainer] STARTED EJB: org.dcm4chee.web.dao.common.DicomEditBean ejbName: DicomEditBean
2013-01-27 00:29:17,160 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
2013-01-27 00:29:17,169 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-web-ejb-3.0.0.jar,name=TrashListBean,service=EJB3 with dependencies:
2013-01-27 00:29:17,173 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-arc
2013-01-27 00:29:17,197 INFO  -> (main) [org.jboss.ejb3.EJBContainer] STARTED EJB: org.dcm4chee.web.dao.trash.TrashListBean ejbName: TrashListBean
2013-01-27 00:29:17,212 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
2013-01-27 00:29:17,215 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-web-ejb-3.0.0.jar,name=MppsToMwlLinkBean,service=EJB3 with dependencies:
2013-01-27 00:29:17,219 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-arc
2013-01-27 00:29:17,229 INFO  -> (main) [org.jboss.ejb3.EJBContainer] STARTED EJB: org.dcm4chee.web.dao.folder.MppsToMwlLinkBean ejbName: MppsToMwlLinkBean
2013-01-27 00:29:17,242 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
2013-01-27 00:29:17,245 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-web-ejb-3.0.0.jar,name=StudyPermissionsBean,service=EJB3 with dependencies:
2013-01-27 00:29:17,248 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-arc
2013-01-27 00:29:17,258 INFO  -> (main) [org.jboss.ejb3.EJBContainer] STARTED EJB: org.dcm4chee.web.dao.folder.StudyPermissionsBean ejbName: StudyPermissionsBean
2013-01-27 00:29:17,273 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
2013-01-27 00:29:17,276 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-web-ejb-3.0.0.jar,name=StudyListBean,service=EJB3 with dependencies:
2013-01-27 00:29:17,279 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-arc
2013-01-27 00:29:17,294 INFO  -> (main) [org.jboss.ejb3.EJBContainer] STARTED EJB: org.dcm4chee.web.dao.folder.StudyListBean ejbName: StudyListBean
2013-01-27 00:29:17,307 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
2013-01-27 00:29:17,309 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-web-ejb-3.0.0.jar,name=ModalityWorklistBean,service=EJB3 with dependencies:
2013-01-27 00:29:17,314 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-arc
2013-01-27 00:29:17,322 INFO  -> (main) [org.jboss.ejb3.EJBContainer] STARTED EJB: org.dcm4chee.web.dao.worklist.modality.ModalityWorklistBean ejbName: ModalityWorklistBean
2013-01-27 00:29:17,335 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
2013-01-27 00:29:17,337 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-web-ejb-3.0.0.jar,name=FileSystemHomeBean,service=EJB3 with dependencies:
2013-01-27 00:29:17,341 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-arc
2013-01-27 00:29:17,350 INFO  -> (main) [org.jboss.ejb3.EJBContainer] STARTED EJB: org.dcm4chee.web.dao.fs.FileSystemHomeBean ejbName: FileSystemHomeBean
2013-01-27 00:29:17,361 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
2013-01-27 00:29:17,364 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-web-ejb-3.0.0.jar,name=AEHomeBean,service=EJB3 with dependencies:
2013-01-27 00:29:17,368 INFO  -> (main) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-arc
2013-01-27 00:29:17,378 INFO  -> (main) [org.jboss.ejb3.EJBContainer] STARTED EJB: org.dcm4chee.web.dao.ae.AEHomeBean ejbName: AEHomeBean
2013-01-27 00:29:17,390 INFO  -> (main) [org.jboss.ejb3.EJB3Deployer] Deployed: file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-ejb-3.0.0.jar
2013-01-27 00:29:17,517 INFO  -> (main) [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/dcm4chee-web3-dicom, warUrl=.../tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-dicom-3.0.0-exp.war/
2013-01-27 00:29:17,968 INFO  -> (main) [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/dcm4chee-web3, warUrl=.../tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/
2013-01-27 00:29:20,244 INFO  -> (main) [org.apache.wicket.Application] [WicketApplication] init: Wicket extensions initializer
2013-01-27 00:29:20,273 INFO  -> (main) [org.apache.wicket.Application] [WicketApplication] init: Wicket core library initializer
2013-01-27 00:29:20,282 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
2013-01-27 00:29:20,296 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
2013-01-27 00:29:20,301 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IFormSubmitListener, method=public abstract void org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()]
2013-01-27 00:29:20,307 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IFormSubmitListener, method=public abstract void org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()]
2013-01-27 00:29:20,320 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=ILinkListener, method=public abstract void org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]
2013-01-27 00:29:20,331 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=ILinkListener, method=public abstract void org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]
2013-01-27 00:29:20,341 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IOnChangeListener, method=public abstract void org.apache.wicket.markup.html.form.IOnChangeListener.onSelectionChanged()]
2013-01-27 00:29:20,351 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IOnChangeListener, method=public abstract void org.apache.wicket.markup.html.form.IOnChangeListener.onSelectionChanged()]
2013-01-27 00:29:20,359 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IRedirectListener, method=public abstract void org.apache.wicket.IRedirectListener.onRedirect()]
2013-01-27 00:29:20,362 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IRedirectListener, method=public abstract void org.apache.wicket.IRedirectListener.onRedirect()]
2013-01-27 00:29:20,377 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IResourceListener, method=public abstract void org.apache.wicket.IResourceListener.onResourceRequested()]
2013-01-27 00:29:20,387 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IResourceListener, method=public abstract void org.apache.wicket.IResourceListener.onResourceRequested()]
2013-01-27 00:29:20,399 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IActivePageBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
2013-01-27 00:29:20,411 INFO  -> (main) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=IActivePageBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
2013-01-27 00:29:20,421 INFO  -> (main) [org.apache.wicket.protocol.http.WebApplication] [WicketApplication] Started Wicket version 1.4.7 in deployment mode
2013-01-27 00:29:20,495 INFO  -> (main) [org.jboss.deployment.EARDeployer] Started J2EE application: file:/var/lib/dcm4chee/server/default/deploy/dcm4chee-web-ear-3.0.0-mysql.ear
2013-01-27 00:29:20,539 ERROR -> (main) [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:

--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@c071ff54 { url=file:/var/lib/dcm4chee/server/default/deploy/weasis-1.1.2.deb }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/var/lib/dcm4chee/server/default/deploy/weasis-1.1.2.deb
  altDD: null
  lastDeployed: 1359264560533
  lastModified: 1359264560000
  mbeans:

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@c071ff54 { url=file:/var/lib/dcm4chee/server/default/deploy/weasis-1.1.2.deb }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/var/lib/dcm4chee/server/default/deploy/weasis-1.1.2.deb
  altDD: null
  lastDeployed: 1359264560533
  lastModified: 1359264560000
  mbeans:


2013-01-27 00:29:21,358 INFO  -> (main) [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
2013-01-27 00:29:21,952 INFO  -> (main) [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-8443
2013-01-27 00:29:22,015 INFO  -> (main) [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009
2013-01-27 00:29:22,354 INFO  -> (main) [org.dcm4cheri.server.ServerImpl] Start Server listening on 0.0.0.0:2575
2013-01-27 00:29:22,364 INFO  -> (main) [org.dcm4cheri.server.ServerImpl] Start Server listening on 0.0.0.0:11112
2013-01-27 00:29:22,530 INFO  -> (main) [org.jboss.system.server.Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)] Started in 3m:3s:124ms
2013-01-27 00:29:23,986 ERROR -> (http-0.0.0.0-8080-1) [org.dcm4chee.web.common.login.LoginResources] Error processing locale us for login page: 
java.lang.NullPointerException
at java.util.Properties$LineReader.readLine(Properties.java:435)
at java.util.Properties.load0(Properties.java:354)
at java.util.Properties.load(Properties.java:342)
at java.util.PropertyResourceBundle.<init>(PropertyResourceBundle.java:129)
at org.dcm4chee.web.common.login.LoginResources.setLocale(LoginResources.java:24)
at org.apache.jsp.login_jsp._jspService(login_jsp.java:78)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:336)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
at org.apache.catalina.authenticator.FormAuthenticator.forwardToLoginPage(FormAuthenticator.java:315)
at org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:243)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:636)
2013-01-27 00:29:28,076 INFO  -> (http-0.0.0.0-8080-1) [org.dcm4chee.web.common.delegate.BaseCfgDelegate] Init org.dcm4chee.web.war.config.delegate.WebCfgDelegate
2013-01-27 00:29:28,080 INFO  -> (http-0.0.0.0-8080-1) [org.dcm4chee.web.common.delegate.BaseCfgDelegate] org.dcm4chee.web.war.config.delegate.WebCfgDelegate initialized! WebConfig serviceName: dcm4chee.web:service=WebConfig
2013-01-27 00:29:28,082 INFO  -> (http-0.0.0.0-8080-1) [org.dcm4chee.web.common.delegate.BaseCfgDelegate] Init org.dcm4chee.web.war.config.delegate.WebCfgDelegate
2013-01-27 00:29:28,085 INFO  -> (http-0.0.0.0-8080-1) [org.dcm4chee.web.common.delegate.BaseCfgDelegate] org.dcm4chee.web.war.config.delegate.WebCfgDelegate initialized! WebConfig serviceName: dcm4chee.web:service=WebConfig
2013-01-27 00:29:28,092 INFO  -> (http-0.0.0.0-8080-1) [org.dcm4chee.web.common.delegate.BaseCfgDelegate] Init org.dcm4chee.web.common.delegate.BaseCfgDelegate
2013-01-27 00:29:28,094 INFO  -> (http-0.0.0.0-8080-1) [org.dcm4chee.web.common.delegate.BaseCfgDelegate] org.dcm4chee.web.common.delegate.BaseCfgDelegate initialized! WebConfig serviceName: dcm4chee.web:service=WebConfig
2013-01-27 00:29:28,195 INFO  -> (http-0.0.0.0-8080-1) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/source_aets.properties
2013-01-27 00:29:28,234 INFO  -> (http-0.0.0.0-8080-1) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/station_aets.properties
2013-01-27 00:29:29,172 INFO  -> (http-0.0.0.0-8080-1) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/station_aets.properties
2013-01-27 00:29:29,369 INFO  -> (http-0.0.0.0-8080-1) [org.dcm4chee.web.service.webcfg.WebCfgService] Update StationAET List
2013-01-27 00:29:29,598 INFO  -> (http-0.0.0.0-8080-1) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/station_aets.properties
2013-01-27 00:29:29,610 INFO  -> (http-0.0.0.0-8080-1) [org.dcm4chee.web.service.webcfg.WebCfgService] Update Station Name List
2013-01-27 00:29:29,905 INFO  -> (http-0.0.0.0-8080-1) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/source_aets.properties
2013-01-27 00:29:29,932 WARN  -> (http-0.0.0.0-8080-1) [org.apache.wicket.Localizer] Tried to retrieve a localized string for a component that has not yet been added to the page. This can sometimes lead to an invalid or no localized resource returned. Make sure you are not calling Component#getString() inside your Component's constructor. Offending component: [MarkupContainer [Component id = panel]]
2013-01-27 00:29:30,062 INFO  -> (http-0.0.0.0-8080-1) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/classes/org/dcm4chee/web/war/folder/package.properties
2013-01-27 00:29:30,067 WARN  -> (http-0.0.0.0-8080-1) [org.apache.wicket.Localizer] Tried to retrieve a localized string for a component that has not yet been added to the page. This can sometimes lead to an invalid or no localized resource returned. Make sure you are not calling Component#getString() inside your Component's constructor. Offending component: [MarkupContainer [Component id = panel]]
2013-01-27 00:29:30,197 INFO  -> (http-0.0.0.0-8080-1) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/classes/org/dcm4chee/web/war/trash/package.properties
2013-01-27 00:29:30,241 INFO  -> (http-0.0.0.0-8080-1) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/classes/org/dcm4chee/web/war/ae/package.properties
2013-01-27 00:29:30,310 INFO  -> (http-0.0.0.0-8080-1) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/classes/org/dcm4chee/web/war/worklist/modality/package.properties
2013-01-27 00:29:30,342 INFO  -> (http-0.0.0.0-8080-1) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from jar:file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/lib/dcm4chee-dashboard-ui-3.0.0.jar!/org/dcm4chee/dashboard/ui/DashboardPanel.properties
2013-01-27 00:29:30,401 INFO  -> (http-0.0.0.0-8080-1) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from jar:file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/lib/dcm4chee-usr-ui-3.0.0.jar!/org/dcm4chee/usr/ui/usermanagement/ChangePasswordPanel.properties
2013-01-27 00:29:30,618 INFO  -> (http-0.0.0.0-8080-1) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/classes/org/dcm4chee/web/war/MainPage.properties
2013-01-27 00:29:32,292 INFO  -> (http-0.0.0.0-8080-1) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from jar:file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/lib/dcm4chee-web-common-3.0.0.jar!/org/dcm4chee/web/package.properties
2013-01-27 00:29:33,042 INFO  -> (http-0.0.0.0-8080-1) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from jar:file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/lib/wicket-1.4.7_patched.jar!/org/apache/wicket/Application.properties
2013-01-27 00:29:36,927 INFO  -> (http-0.0.0.0-8080-1) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/classes/org/dcm4chee/web/war/common/package.properties
2013-01-27 00:29:38,776 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/source_aets.properties
2013-01-27 00:29:38,785 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/station_aets.properties
2013-01-27 00:29:38,828 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/station_aets.properties
2013-01-27 00:29:38,838 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.service.webcfg.WebCfgService] Update StationAET List
2013-01-27 00:29:38,922 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/station_aets.properties
2013-01-27 00:29:38,926 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.service.webcfg.WebCfgService] Update Station Name List
2013-01-27 00:29:38,996 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/source_aets.properties
2013-01-27 00:29:39,013 WARN  -> (http-0.0.0.0-8080-2) [org.apache.wicket.Localizer] Tried to retrieve a localized string for a component that has not yet been added to the page. This can sometimes lead to an invalid or no localized resource returned. Make sure you are not calling Component#getString() inside your Component's constructor. Offending component: [MarkupContainer [Component id = panel]]
2013-01-27 00:29:39,024 WARN  -> (http-0.0.0.0-8080-2) [org.apache.wicket.Localizer] Tried to retrieve a localized string for a component that has not yet been added to the page. This can sometimes lead to an invalid or no localized resource returned. Make sure you are not calling Component#getString() inside your Component's constructor. Offending component: [MarkupContainer [Component id = panel]]
2013-01-27 00:29:39,650 INFO  -> (http-0.0.0.0-8080-3) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=INewBrowserWindowListener, method=public abstract void org.apache.wicket.markup.html.INewBrowserWindowListener.onNewBrowserWindow()]
2013-01-27 00:29:42,111 INFO  -> (Thread-30) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:29:42,114 INFO  -> (Thread-31) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:29:49,592 ERROR -> (http-0.0.0.0-8080-2) [STDERR] SLF4J: Class path contains multiple SLF4J bindings.
2013-01-27 00:29:49,595 ERROR -> (http-0.0.0.0-8080-2) [STDERR] SLF4J: Found binding in [jar:file:/var/lib/dcm4chee/server/default/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2013-01-27 00:29:49,599 ERROR -> (http-0.0.0.0-8080-2) [STDERR] SLF4J: Found binding in [jar:file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp2213484997689926324weasis-pacs-connector-exp.war/WEB-INF/lib/logback-classic-0.9.24.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2013-01-27 00:29:49,604 ERROR -> (http-0.0.0.0-8080-2) [STDERR] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
2013-01-27 00:29:49,825 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 00:29:49.816 [http-0.0.0.0-8080-2] DEBUG org.weasis.servlet.Weasis_Launcher - init() - getServletContext : org.apache.catalina.core.ApplicationContextFacade@2312d07c 
2013-01-27 00:29:49,830 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 00:29:49.829 [http-0.0.0.0-8080-2] DEBUG org.weasis.servlet.Weasis_Launcher - init() - getRealPath : /var/lib/dcm4chee/server/default/./tmp/deploy/tmp2213484997689926324weasis-pacs-connector-exp.war/
2013-01-27 00:29:49,853 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 00:29:49.849 [http-0.0.0.0-8080-2] INFO  org.weasis.servlet.Weasis_Launcher - External configuration file : file:/var/lib/dcm4chee/server/default/conf/weasis-pacs-connector.properties
2013-01-27 00:29:49,889 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 00:29:49.889 [http-0.0.0.0-8080-2] INFO  org.weasis.servlet.Weasis_Launcher - Default  Weasis template  : file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp2213484997689926324weasis-pacs-connector-exp.war/WEB-INF/classes/weasis-jnlp-default.xml
2013-01-27 00:29:49,897 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 00:29:49.897 [http-0.0.0.0-8080-2] DEBUG org.weasis.servlet.Weasis_Launcher - logRequestInfo(HttpServletRequest) - getRequestQueryURL : http://192.168.12.27:8080/weasis-pacs-connector/viewer.jnlp?patientID=3057Casper
2013-01-27 00:29:49,905 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 00:29:49.904 [http-0.0.0.0-8080-2] DEBUG org.weasis.servlet.Weasis_Launcher - logRequestInfo(HttpServletRequest) - getContextPath : /weasis-pacs-connector
2013-01-27 00:29:49,908 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 00:29:49.908 [http-0.0.0.0-8080-2] DEBUG org.weasis.servlet.Weasis_Launcher - logRequestInfo(HttpServletRequest) - getRequestURI : /weasis-pacs-connector/viewer.jnlp
2013-01-27 00:29:49,912 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 00:29:49.912 [http-0.0.0.0-8080-2] DEBUG org.weasis.servlet.Weasis_Launcher - logRequestInfo(HttpServletRequest) - getServletPath : /viewer.jnlp
2013-01-27 00:29:51,768 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 00:29:51.766 [http-0.0.0.0-8080-2] ERROR org.weasis.dcm4che.dicom.Manifest - ERROR: Failed to establish association:local
2013-01-27 00:29:51,790 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 00:29:51.788 [http-0.0.0.0-8080-2] DEBUG org.weasis.dcm4che.dicom.Manifest - local
java.net.UnknownHostException: local
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) ~[na:1.6.0_18]
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:867) ~[na:1.6.0_18]
at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1246) ~[na:1.6.0_18]
at java.net.InetAddress.getAllByName0(InetAddress.java:1197) ~[na:1.6.0_18]
at java.net.InetAddress.getAllByName(InetAddress.java:1128) ~[na:1.6.0_18]
at java.net.InetAddress.getAllByName(InetAddress.java:1064) ~[na:1.6.0_18]
at java.net.InetAddress.getByName(InetAddress.java:1014) ~[na:1.6.0_18]
at org.dcm4che2.net.NetworkConnection.addr(NetworkConnection.java:146) ~[dcm4che-net-2.0.25.jar:na]
at org.dcm4che2.net.NetworkConnection.getEndPoint(NetworkConnection.java:522) ~[dcm4che-net-2.0.25.jar:na]
at org.dcm4che2.net.NetworkConnection.connect(NetworkConnection.java:569) ~[dcm4che-net-2.0.25.jar:na]
at org.dcm4che2.net.NetworkApplicationEntity.connect(NetworkApplicationEntity.java:948) ~[dcm4che-net-2.0.25.jar:na]
at org.dcm4che2.net.NetworkApplicationEntity.connect(NetworkApplicationEntity.java:829) ~[dcm4che-net-2.0.25.jar:na]
at org.dcm4che2.tool.dcmqr.DcmQR.open(DcmQR.java:1527) ~[weasis-dicom-operations-0.5.1.jar:na]
at org.weasis.dcm4che.dicom.Manifest.initQuery(Manifest.java:403) [weasis-dicom-operations-0.5.1.jar:na]
at org.weasis.dcm4che.dicom.Manifest.query(Manifest.java:301) [weasis-dicom-operations-0.5.1.jar:na]
at org.weasis.dcm4che.dicom.Manifest.buildFromPatientID(Manifest.java:50) [weasis-dicom-operations-0.5.1.jar:na]
at org.weasis.servlet.Weasis_Launcher.getPatientList(Weasis_Launcher.java:339) [Weasis_Launcher.class:na]
at org.weasis.servlet.Weasis_Launcher.doGet(Weasis_Launcher.java:177) [Weasis_Launcher.class:na]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) [servlet-api.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) [servlet-api.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) [tmp3792451121647426194jbossweb-service.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182) [tmp3792451121647426194jbossweb-service.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) [tmp3792451121647426194jbossweb-service.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) [tmp3792451121647426194jbossweb-service.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at java.lang.Thread.run(Thread.java:636) [na:1.6.0_18]
2013-01-27 00:29:51,909 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 00:29:51.909 [http-0.0.0.0-8080-2] WARN  org.weasis.servlet.Weasis_Launcher - No data has been found!
2013-01-27 00:30:02,956 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:30:42,128 INFO  -> (Thread-33) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:30:42,143 INFO  -> (Thread-34) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:31:03,005 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:31:42,115 INFO  -> (Thread-36) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:31:42,119 INFO  -> (Thread-37) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:32:03,012 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:32:42,115 INFO  -> (Thread-39) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:32:42,126 INFO  -> (Thread-40) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:33:03,016 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:33:42,123 INFO  -> (Thread-42) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:33:42,125 INFO  -> (Thread-43) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:34:03,025 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:34:42,124 INFO  -> (Thread-45) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:34:42,128 INFO  -> (Thread-46) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:35:03,029 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:35:42,125 INFO  -> (Thread-48) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:35:42,137 INFO  -> (Thread-49) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:36:03,033 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:36:42,125 INFO  -> (Thread-51) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:36:42,139 INFO  -> (Thread-52) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:37:03,039 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:37:42,126 INFO  -> (Thread-54) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:37:42,140 INFO  -> (Thread-55) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:38:03,046 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:38:42,220 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579713024
2013-01-27 00:38:42,225 INFO  -> (Thread-57) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:38:42,228 INFO  -> (Thread-58) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:39:03,051 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:39:42,226 INFO  -> (Thread-60) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:39:42,233 INFO  -> (Thread-61) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:40:03,058 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:40:42,227 INFO  -> (Thread-63) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:40:42,236 INFO  -> (Thread-64) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:41:03,064 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:41:42,228 INFO  -> (Thread-66) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:41:42,243 INFO  -> (Thread-67) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:42:03,070 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:42:42,230 INFO  -> (Thread-69) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:42:42,241 INFO  -> (Thread-70) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:43:03,081 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:43:42,232 INFO  -> (Thread-72) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:43:42,245 INFO  -> (Thread-73) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:44:03,088 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:44:42,232 INFO  -> (Thread-75) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:44:42,245 INFO  -> (Thread-76) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:45:03,093 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:45:45,787 INFO  -> (Thread-78) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:45:45,794 INFO  -> (Thread-79) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:46:03,097 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:46:45,797 INFO  -> (Thread-81) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:46:45,799 INFO  -> (Thread-82) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:47:03,102 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:47:45,805 INFO  -> (Thread-84) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:47:45,813 INFO  -> (Thread-85) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:48:03,108 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:48:42,265 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579700736
2013-01-27 00:48:45,807 INFO  -> (Thread-87) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:48:45,816 INFO  -> (Thread-88) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:49:03,113 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:49:45,808 INFO  -> (Thread-90) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:49:45,820 INFO  -> (Thread-91) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:50:03,118 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:50:45,811 INFO  -> (Thread-93) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:50:45,819 INFO  -> (Thread-94) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:51:03,122 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:51:45,813 INFO  -> (Thread-96) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:51:45,824 INFO  -> (Thread-97) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:52:03,128 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:52:45,814 INFO  -> (Thread-99) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:52:45,824 INFO  -> (Thread-100) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:53:03,134 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:53:45,822 INFO  -> (Thread-102) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:53:45,829 INFO  -> (Thread-103) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:54:03,139 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:54:45,823 INFO  -> (Thread-105) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:54:45,834 INFO  -> (Thread-106) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:55:03,145 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:55:45,823 INFO  -> (Thread-108) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:55:45,834 INFO  -> (Thread-109) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:56:03,151 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:56:45,826 INFO  -> (Thread-111) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:56:45,834 INFO  -> (Thread-112) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:57:03,155 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:57:45,827 INFO  -> (Thread-114) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:57:45,838 INFO  -> (Thread-115) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:58:03,159 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:58:42,271 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579696640
2013-01-27 00:58:45,830 INFO  -> (Thread-117) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:58:45,838 INFO  -> (Thread-118) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 00:59:03,163 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 00:59:45,837 INFO  -> (Thread-120) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 00:59:45,841 INFO  -> (Thread-121) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:00:03,167 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:00:45,841 INFO  -> (Thread-123) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:00:45,845 INFO  -> (Thread-124) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:01:03,172 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:01:45,844 INFO  -> (Thread-126) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:01:45,857 INFO  -> (Thread-127) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:02:03,178 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:02:45,845 INFO  -> (Thread-129) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:02:45,852 INFO  -> (Thread-130) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:03:03,186 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:03:45,846 INFO  -> (Thread-132) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:03:45,856 INFO  -> (Thread-133) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:04:03,191 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:04:45,847 INFO  -> (Thread-135) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:04:45,863 INFO  -> (Thread-136) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:05:03,195 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:05:45,848 INFO  -> (Thread-138) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:05:45,861 INFO  -> (Thread-139) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:06:03,198 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:06:45,849 INFO  -> (Thread-141) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:06:45,864 INFO  -> (Thread-142) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:07:03,203 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:07:45,850 INFO  -> (Thread-144) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:07:45,865 INFO  -> (Thread-145) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:08:03,208 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:08:42,275 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579856384
2013-01-27 01:08:45,852 INFO  -> (Thread-147) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:08:45,866 INFO  -> (Thread-148) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:09:03,213 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:09:45,854 INFO  -> (Thread-150) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:09:45,868 INFO  -> (Thread-151) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:10:03,218 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:10:45,859 INFO  -> (Thread-153) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:10:45,868 INFO  -> (Thread-154) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:11:03,223 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:11:45,859 INFO  -> (Thread-156) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:11:45,871 INFO  -> (Thread-157) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:12:03,226 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:12:45,864 INFO  -> (Thread-159) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:12:45,872 INFO  -> (Thread-160) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:13:03,230 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:13:45,865 INFO  -> (Thread-162) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:13:45,873 INFO  -> (Thread-163) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:14:03,234 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:14:45,866 INFO  -> (Thread-165) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:14:45,874 INFO  -> (Thread-166) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:15:03,238 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:15:45,867 INFO  -> (Thread-168) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:15:45,879 INFO  -> (Thread-169) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:16:03,242 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:16:45,871 INFO  -> (Thread-171) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:16:45,883 INFO  -> (Thread-172) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:17:03,249 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:17:45,872 INFO  -> (Thread-174) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:17:45,883 INFO  -> (Thread-175) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:18:03,257 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:18:42,281 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579852288
2013-01-27 01:18:45,874 INFO  -> (Thread-177) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:18:45,887 INFO  -> (Thread-178) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:19:03,263 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:19:45,875 INFO  -> (Thread-180) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:19:45,898 INFO  -> (Thread-181) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:20:03,269 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:20:45,885 INFO  -> (Thread-183) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:20:45,893 INFO  -> (Thread-184) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:21:03,272 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:21:45,884 INFO  -> (Thread-186) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:21:45,894 INFO  -> (Thread-187) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:22:03,276 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:22:45,884 INFO  -> (Thread-189) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:22:45,892 INFO  -> (Thread-190) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:23:03,280 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:23:45,885 INFO  -> (Thread-192) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:23:45,894 INFO  -> (Thread-193) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:24:03,284 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:24:45,886 INFO  -> (Thread-195) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:24:45,894 INFO  -> (Thread-196) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:25:03,290 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:25:45,888 INFO  -> (Thread-198) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:25:45,901 INFO  -> (Thread-199) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:26:03,293 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:26:33,746 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Start Calculating Archive Disk Usage
2013-01-27 01:26:33,747 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Finished Calculating Archive Disk Usage: 0.0MB
2013-01-27 01:26:33,749 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Start Calculating Fileset Disk Usage
2013-01-27 01:26:33,750 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Finished Calculating Fileset Disk Usage: 0.0MB
2013-01-27 01:26:45,889 INFO  -> (Thread-201) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:26:45,902 INFO  -> (Thread-202) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:27:03,298 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:27:45,892 INFO  -> (Thread-204) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:27:45,900 INFO  -> (Thread-205) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:28:03,303 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:28:42,287 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579848192
2013-01-27 01:28:45,895 INFO  -> (Thread-207) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:28:45,905 INFO  -> (Thread-208) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:29:03,308 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:29:45,899 INFO  -> (Thread-210) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:29:45,909 INFO  -> (Thread-211) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:30:03,313 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:30:45,899 INFO  -> (Thread-213) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:30:45,912 INFO  -> (Thread-214) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:31:03,343 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:31:45,900 INFO  -> (Thread-216) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:31:45,910 INFO  -> (Thread-217) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:32:03,348 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:32:45,901 INFO  -> (Thread-219) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:32:45,917 INFO  -> (Thread-220) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:33:03,353 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:33:45,904 INFO  -> (Thread-222) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:33:45,917 INFO  -> (Thread-223) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:34:03,354 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:34:45,904 INFO  -> (Thread-225) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:34:45,918 INFO  -> (Thread-226) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:35:03,362 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:35:45,908 INFO  -> (Thread-228) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:35:45,918 INFO  -> (Thread-229) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:36:03,367 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:36:45,911 INFO  -> (Thread-231) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:36:45,919 INFO  -> (Thread-232) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:37:03,371 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:37:45,911 INFO  -> (Thread-234) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:37:45,919 INFO  -> (Thread-235) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:38:03,376 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:38:42,293 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579840000
2013-01-27 01:38:45,915 INFO  -> (Thread-237) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:38:45,921 INFO  -> (Thread-238) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:39:03,381 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:39:45,915 INFO  -> (Thread-240) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:39:45,932 INFO  -> (Thread-241) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:40:03,384 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:40:45,919 INFO  -> (Thread-243) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:40:45,928 INFO  -> (Thread-244) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:41:03,389 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:41:45,924 INFO  -> (Thread-246) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:41:45,931 INFO  -> (Thread-247) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:42:03,394 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:42:45,924 INFO  -> (Thread-249) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:42:45,936 INFO  -> (Thread-250) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:43:03,398 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:43:45,926 INFO  -> (Thread-252) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:43:45,936 INFO  -> (Thread-253) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:44:03,404 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:44:45,928 INFO  -> (Thread-255) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:44:45,943 INFO  -> (Thread-256) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:45:03,409 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:45:45,929 INFO  -> (Thread-258) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:45:45,940 INFO  -> (Thread-259) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:46:03,414 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:46:45,938 INFO  -> (Thread-261) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:46:45,943 INFO  -> (Thread-262) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:47:03,418 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:47:45,937 INFO  -> (Thread-264) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:47:45,948 INFO  -> (Thread-265) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:48:03,422 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:48:42,298 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579835904
2013-01-27 01:48:45,935 INFO  -> (Thread-267) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:48:45,946 INFO  -> (Thread-268) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:49:03,426 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:49:45,940 INFO  -> (Thread-270) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:49:45,951 INFO  -> (Thread-271) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:50:03,430 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:50:45,941 INFO  -> (Thread-273) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:50:45,954 INFO  -> (Thread-274) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:51:03,435 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:51:45,944 INFO  -> (Thread-276) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:51:45,951 INFO  -> (Thread-277) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:52:03,439 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:52:45,944 INFO  -> (Thread-279) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:52:45,952 INFO  -> (Thread-280) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:53:03,443 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:53:45,950 INFO  -> (Thread-282) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:53:45,957 INFO  -> (Thread-283) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:54:03,448 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:54:45,950 INFO  -> (Thread-285) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:54:45,961 INFO  -> (Thread-286) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:55:03,451 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:55:45,951 INFO  -> (Thread-288) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:55:45,962 INFO  -> (Thread-289) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:56:03,457 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:56:45,953 INFO  -> (Thread-291) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:56:45,959 INFO  -> (Thread-292) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:57:03,461 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:57:45,954 INFO  -> (Thread-294) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:57:45,965 INFO  -> (Thread-295) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:58:03,465 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:58:42,304 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579831808
2013-01-27 01:58:45,956 INFO  -> (Thread-297) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:58:45,966 INFO  -> (Thread-298) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 01:59:03,470 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 01:59:45,967 INFO  -> (Thread-300) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 01:59:45,972 INFO  -> (Thread-301) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:00:03,478 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:00:45,968 INFO  -> (Thread-303) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:00:45,974 INFO  -> (Thread-304) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:01:03,482 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:01:45,970 INFO  -> (Thread-306) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:01:45,977 INFO  -> (Thread-307) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:02:03,487 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:02:45,971 INFO  -> (Thread-309) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:02:45,980 INFO  -> (Thread-310) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:03:03,492 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:03:45,973 INFO  -> (Thread-312) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:03:45,985 INFO  -> (Thread-313) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:04:03,497 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:04:45,973 INFO  -> (Thread-315) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:04:45,987 INFO  -> (Thread-316) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:05:03,501 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:05:45,975 INFO  -> (Thread-318) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:05:45,986 INFO  -> (Thread-319) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:06:03,506 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:06:45,976 INFO  -> (Thread-321) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:06:45,986 INFO  -> (Thread-322) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:07:03,512 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:07:45,977 INFO  -> (Thread-324) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:07:45,987 INFO  -> (Thread-325) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:08:03,517 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:08:42,308 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579823616
2013-01-27 02:08:45,980 INFO  -> (Thread-327) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:08:45,987 INFO  -> (Thread-328) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:09:03,522 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:09:45,981 INFO  -> (Thread-330) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:09:45,990 INFO  -> (Thread-331) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:10:03,526 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:10:45,983 INFO  -> (Thread-333) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:10:45,991 INFO  -> (Thread-334) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:11:03,532 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:11:45,983 INFO  -> (Thread-336) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:11:45,991 INFO  -> (Thread-337) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:12:03,536 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:12:45,986 INFO  -> (Thread-339) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:12:46,013 INFO  -> (Thread-340) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:13:03,541 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:13:45,987 INFO  -> (Thread-342) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:13:46,011 INFO  -> (Thread-343) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:14:03,545 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:14:45,988 INFO  -> (Thread-345) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:14:46,012 INFO  -> (Thread-346) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:15:03,549 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:15:45,989 INFO  -> (Thread-348) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:15:46,012 INFO  -> (Thread-349) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:16:03,554 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:16:45,990 INFO  -> (Thread-351) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:16:46,011 INFO  -> (Thread-352) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:17:03,560 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:17:45,992 INFO  -> (Thread-354) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:17:46,011 INFO  -> (Thread-355) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:18:03,566 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:18:42,315 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579819520
2013-01-27 02:18:45,994 INFO  -> (Thread-357) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:18:46,012 INFO  -> (Thread-358) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:19:03,571 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:19:45,994 INFO  -> (Thread-360) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:19:46,015 INFO  -> (Thread-361) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:20:03,576 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:20:45,994 INFO  -> (Thread-363) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:20:46,015 INFO  -> (Thread-364) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:21:03,582 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:21:45,995 INFO  -> (Thread-366) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:21:46,016 INFO  -> (Thread-367) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:22:03,586 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:22:45,997 INFO  -> (Thread-369) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:22:46,017 INFO  -> (Thread-370) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:23:03,591 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:23:45,999 INFO  -> (Thread-372) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:23:46,019 INFO  -> (Thread-373) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:24:03,596 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:24:46,002 INFO  -> (Thread-375) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:24:46,020 INFO  -> (Thread-376) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:25:03,601 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:25:46,004 INFO  -> (Thread-378) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:25:46,020 INFO  -> (Thread-379) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:26:03,605 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:26:33,859 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Start Calculating Archive Disk Usage
2013-01-27 02:26:33,861 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Finished Calculating Archive Disk Usage: 0.0MB
2013-01-27 02:26:33,862 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Start Calculating Fileset Disk Usage
2013-01-27 02:26:33,863 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Finished Calculating Fileset Disk Usage: 0.0MB
2013-01-27 02:26:46,009 INFO  -> (Thread-381) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:26:46,022 INFO  -> (Thread-382) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:27:03,610 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:27:46,009 INFO  -> (Thread-384) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:27:46,022 INFO  -> (Thread-385) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:28:03,615 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:28:42,320 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579811328
2013-01-27 02:28:46,011 INFO  -> (Thread-387) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:28:46,025 INFO  -> (Thread-388) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:29:03,621 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:29:46,011 INFO  -> (Thread-390) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:29:46,024 INFO  -> (Thread-391) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:30:03,625 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:30:46,014 INFO  -> (Thread-393) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:30:46,031 INFO  -> (Thread-394) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:31:03,629 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:31:46,014 INFO  -> (Thread-396) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:31:46,032 INFO  -> (Thread-397) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:32:03,633 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:32:46,015 INFO  -> (Thread-399) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:32:46,033 INFO  -> (Thread-400) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:33:03,638 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:33:46,020 INFO  -> (Thread-402) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:33:46,034 INFO  -> (Thread-403) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:34:03,643 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:34:46,021 INFO  -> (Thread-405) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:34:46,033 INFO  -> (Thread-406) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:35:03,649 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:35:46,022 INFO  -> (Thread-408) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:35:46,034 INFO  -> (Thread-409) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:36:03,654 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:36:46,025 INFO  -> (Thread-411) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:36:46,035 INFO  -> (Thread-412) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:37:03,658 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:37:46,026 INFO  -> (Thread-414) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:37:46,035 INFO  -> (Thread-415) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:38:03,662 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:38:42,326 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579807232
2013-01-27 02:38:46,033 INFO  -> (Thread-417) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:38:46,040 INFO  -> (Thread-418) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:39:03,666 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:39:46,034 INFO  -> (Thread-420) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:39:46,045 INFO  -> (Thread-421) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:40:03,670 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:40:46,036 INFO  -> (Thread-423) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:40:46,045 INFO  -> (Thread-424) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:41:03,674 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:41:46,037 INFO  -> (Thread-426) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:41:46,045 INFO  -> (Thread-427) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:42:03,680 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:42:46,038 INFO  -> (Thread-429) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:42:46,054 INFO  -> (Thread-430) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:43:03,685 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:43:46,040 INFO  -> (Thread-432) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:43:46,048 INFO  -> (Thread-433) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:44:03,690 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:44:46,046 INFO  -> (Thread-435) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:44:46,050 INFO  -> (Thread-436) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:45:03,694 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:45:46,046 INFO  -> (Thread-438) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:45:46,052 INFO  -> (Thread-439) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:46:03,699 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:46:46,047 INFO  -> (Thread-441) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:46:46,057 INFO  -> (Thread-442) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:47:03,703 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:47:46,047 INFO  -> (Thread-444) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:47:46,059 INFO  -> (Thread-445) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:48:03,708 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:48:42,330 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579803136
2013-01-27 02:48:46,049 INFO  -> (Thread-447) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:48:46,058 INFO  -> (Thread-448) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:49:03,711 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:49:46,051 INFO  -> (Thread-450) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:49:46,062 INFO  -> (Thread-451) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:50:03,715 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:50:46,054 INFO  -> (Thread-453) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:50:46,066 INFO  -> (Thread-454) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:51:03,719 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:51:46,057 INFO  -> (Thread-456) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:51:46,064 INFO  -> (Thread-457) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:52:03,724 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:52:46,058 INFO  -> (Thread-459) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:52:46,068 INFO  -> (Thread-460) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:53:03,728 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:53:46,062 INFO  -> (Thread-462) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:53:46,069 INFO  -> (Thread-463) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:54:03,732 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:54:46,065 INFO  -> (Thread-465) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:54:46,076 INFO  -> (Thread-466) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:55:03,736 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:55:46,067 INFO  -> (Thread-468) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:55:46,076 INFO  -> (Thread-469) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:56:03,741 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:56:46,069 INFO  -> (Thread-471) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:56:46,077 INFO  -> (Thread-472) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:57:03,746 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:57:46,074 INFO  -> (Thread-474) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:57:46,084 INFO  -> (Thread-475) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:58:03,750 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:58:42,340 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579794944
2013-01-27 02:58:46,072 INFO  -> (Thread-477) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:58:46,083 INFO  -> (Thread-478) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 02:59:03,754 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 02:59:46,079 INFO  -> (Thread-480) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 02:59:46,100 INFO  -> (Thread-481) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:00:03,759 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:00:46,081 INFO  -> (Thread-483) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:00:46,089 INFO  -> (Thread-484) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:01:03,763 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:01:46,081 INFO  -> (Thread-486) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:01:46,089 INFO  -> (Thread-487) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:02:03,768 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:02:46,081 INFO  -> (Thread-489) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:02:46,090 INFO  -> (Thread-490) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:03:03,772 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:03:46,082 INFO  -> (Thread-492) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:03:46,096 INFO  -> (Thread-493) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:04:03,777 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:04:46,084 INFO  -> (Thread-495) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:04:46,096 INFO  -> (Thread-496) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:05:03,782 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:05:46,086 INFO  -> (Thread-498) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:05:46,096 INFO  -> (Thread-499) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:06:03,787 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:06:46,087 INFO  -> (Thread-501) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:06:46,098 INFO  -> (Thread-502) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:07:03,791 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:07:46,091 INFO  -> (Thread-504) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:07:46,103 INFO  -> (Thread-505) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:08:03,800 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:08:42,348 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579790848
2013-01-27 03:08:46,094 INFO  -> (Thread-507) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:08:46,105 INFO  -> (Thread-508) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:09:03,804 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:09:46,097 INFO  -> (Thread-510) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:09:46,106 INFO  -> (Thread-511) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:10:03,810 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:10:46,098 INFO  -> (Thread-513) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:10:46,108 INFO  -> (Thread-514) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:11:03,816 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:11:46,100 INFO  -> (Thread-516) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:11:46,108 INFO  -> (Thread-517) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:12:03,820 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:12:46,101 INFO  -> (Thread-519) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:12:46,111 INFO  -> (Thread-520) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:13:03,825 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:13:46,104 INFO  -> (Thread-522) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:13:46,112 INFO  -> (Thread-523) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:14:03,830 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:14:46,105 INFO  -> (Thread-525) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:14:46,115 INFO  -> (Thread-526) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:15:03,836 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:15:46,109 INFO  -> (Thread-528) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:15:46,116 INFO  -> (Thread-529) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:16:03,843 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:16:46,109 INFO  -> (Thread-531) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:16:46,122 INFO  -> (Thread-532) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:17:03,847 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:17:46,110 INFO  -> (Thread-534) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:17:46,120 INFO  -> (Thread-535) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:18:03,852 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:18:42,352 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579786752
2013-01-27 03:18:46,111 INFO  -> (Thread-537) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:18:46,120 INFO  -> (Thread-538) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:19:03,857 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:19:46,113 INFO  -> (Thread-540) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:19:46,120 INFO  -> (Thread-541) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:20:03,861 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:20:46,115 INFO  -> (Thread-543) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:20:46,125 INFO  -> (Thread-544) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:21:03,866 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:21:46,116 INFO  -> (Thread-546) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:21:46,125 INFO  -> (Thread-547) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:22:03,870 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:22:46,117 INFO  -> (Thread-549) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:22:46,130 INFO  -> (Thread-550) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:23:03,875 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:23:46,120 INFO  -> (Thread-552) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:23:46,128 INFO  -> (Thread-553) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:24:03,879 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:24:46,122 INFO  -> (Thread-555) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:24:46,136 INFO  -> (Thread-556) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:25:03,886 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:25:46,122 INFO  -> (Thread-558) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:25:46,155 INFO  -> (Thread-559) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:26:03,891 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:26:33,991 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Start Calculating Archive Disk Usage
2013-01-27 03:26:33,993 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Finished Calculating Archive Disk Usage: 0.0MB
2013-01-27 03:26:33,994 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Start Calculating Fileset Disk Usage
2013-01-27 03:26:33,995 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Finished Calculating Fileset Disk Usage: 0.0MB
2013-01-27 03:26:46,126 INFO  -> (Thread-561) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:26:46,137 INFO  -> (Thread-562) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:27:03,896 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:27:46,127 INFO  -> (Thread-564) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:27:46,138 INFO  -> (Thread-565) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:28:03,899 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:28:42,356 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579778560
2013-01-27 03:28:46,128 INFO  -> (Thread-567) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:28:46,142 INFO  -> (Thread-568) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:29:03,906 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:29:46,130 INFO  -> (Thread-570) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:29:46,144 INFO  -> (Thread-571) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:30:03,910 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:30:46,131 INFO  -> (Thread-573) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:30:46,146 INFO  -> (Thread-574) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:31:03,915 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:31:46,136 INFO  -> (Thread-576) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:31:46,146 INFO  -> (Thread-577) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:32:03,920 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:32:46,138 INFO  -> (Thread-579) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:32:46,147 INFO  -> (Thread-580) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:33:03,922 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:33:46,139 INFO  -> (Thread-582) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:33:46,153 INFO  -> (Thread-583) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:34:03,928 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:34:46,142 INFO  -> (Thread-585) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:34:46,151 INFO  -> (Thread-586) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:35:03,933 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:35:46,146 INFO  -> (Thread-588) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:35:46,156 INFO  -> (Thread-589) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:36:03,937 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:36:46,146 INFO  -> (Thread-591) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:36:46,157 INFO  -> (Thread-592) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:37:03,942 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:37:46,147 INFO  -> (Thread-594) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:37:46,154 INFO  -> (Thread-595) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:38:03,948 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:38:42,360 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579774464
2013-01-27 03:38:46,151 INFO  -> (Thread-597) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:38:46,172 INFO  -> (Thread-598) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:39:03,953 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:39:46,152 INFO  -> (Thread-600) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:39:46,161 INFO  -> (Thread-601) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:40:03,958 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:40:46,155 INFO  -> (Thread-603) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:40:46,164 INFO  -> (Thread-604) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:41:03,962 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:41:46,157 INFO  -> (Thread-606) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:41:46,165 INFO  -> (Thread-607) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:42:03,967 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:42:46,157 INFO  -> (Thread-609) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:42:46,166 INFO  -> (Thread-610) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:43:03,970 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:43:46,159 INFO  -> (Thread-612) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:43:46,171 INFO  -> (Thread-613) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:44:03,976 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:44:46,162 INFO  -> (Thread-615) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:44:46,169 INFO  -> (Thread-616) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:45:03,980 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:45:46,162 INFO  -> (Thread-618) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:45:46,173 INFO  -> (Thread-619) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:46:03,985 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:46:46,170 INFO  -> (Thread-621) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:46:46,176 INFO  -> (Thread-622) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:47:03,989 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:47:46,168 INFO  -> (Thread-624) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:47:46,177 INFO  -> (Thread-625) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:48:03,993 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:48:42,365 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579766272
2013-01-27 03:48:46,169 INFO  -> (Thread-627) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:48:46,178 INFO  -> (Thread-628) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:49:03,998 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:49:46,170 INFO  -> (Thread-630) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:49:46,182 INFO  -> (Thread-631) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:50:04,002 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:50:46,173 INFO  -> (Thread-633) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:50:46,183 INFO  -> (Thread-634) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:51:04,007 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:51:46,174 INFO  -> (Thread-636) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:51:46,186 INFO  -> (Thread-637) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:52:04,010 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:52:46,179 INFO  -> (Thread-639) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:52:46,192 INFO  -> (Thread-640) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:53:04,014 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:53:46,180 INFO  -> (Thread-642) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:53:46,194 INFO  -> (Thread-643) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:54:04,020 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:54:46,181 INFO  -> (Thread-645) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:54:46,191 INFO  -> (Thread-646) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:55:04,024 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:55:46,182 INFO  -> (Thread-648) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:55:46,192 INFO  -> (Thread-649) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:56:04,028 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:56:46,192 INFO  -> (Thread-651) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:56:46,199 INFO  -> (Thread-652) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:57:04,032 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:57:46,189 INFO  -> (Thread-654) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:57:46,205 INFO  -> (Thread-655) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:58:04,035 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:58:42,373 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579762176
2013-01-27 03:58:46,192 INFO  -> (Thread-657) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:58:46,215 INFO  -> (Thread-658) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 03:59:04,042 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 03:59:46,197 INFO  -> (Thread-660) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 03:59:46,211 INFO  -> (Thread-661) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:00:04,047 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:00:46,203 INFO  -> (Thread-663) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:00:46,217 INFO  -> (Thread-664) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:01:04,052 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:01:46,208 INFO  -> (Thread-666) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:01:46,223 INFO  -> (Thread-667) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:02:04,058 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:02:46,217 INFO  -> (Thread-669) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:02:46,228 INFO  -> (Thread-670) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:03:04,063 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:03:46,215 INFO  -> (Thread-672) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:03:46,228 INFO  -> (Thread-673) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:04:04,068 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:04:46,218 INFO  -> (Thread-675) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:04:46,229 INFO  -> (Thread-676) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:05:04,071 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:05:46,220 INFO  -> (Thread-678) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:05:46,231 INFO  -> (Thread-679) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:06:04,074 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:06:46,221 INFO  -> (Thread-681) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:06:46,232 INFO  -> (Thread-682) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:07:04,077 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:07:46,223 INFO  -> (Thread-684) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:07:46,232 INFO  -> (Thread-685) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:08:04,082 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:08:42,378 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579758080
2013-01-27 04:08:46,225 INFO  -> (Thread-687) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:08:46,237 INFO  -> (Thread-688) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:09:04,086 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:09:46,226 INFO  -> (Thread-690) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:09:46,234 INFO  -> (Thread-691) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:10:04,090 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:10:46,230 INFO  -> (Thread-693) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:10:46,238 INFO  -> (Thread-694) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:11:04,095 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:11:46,230 INFO  -> (Thread-696) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:11:46,241 INFO  -> (Thread-697) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:12:04,099 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:12:46,232 INFO  -> (Thread-699) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:12:46,243 INFO  -> (Thread-700) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:13:04,103 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:13:46,233 INFO  -> (Thread-702) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:13:46,246 INFO  -> (Thread-703) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:14:04,107 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:14:46,234 INFO  -> (Thread-705) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:14:46,242 INFO  -> (Thread-706) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:15:04,111 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:15:46,236 INFO  -> (Thread-708) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:15:46,246 INFO  -> (Thread-709) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:16:04,117 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:16:46,240 INFO  -> (Thread-711) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:16:46,247 INFO  -> (Thread-712) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:17:04,122 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:17:46,241 INFO  -> (Thread-714) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:17:46,253 INFO  -> (Thread-715) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:18:04,126 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:18:42,383 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579749888
2013-01-27 04:18:46,242 INFO  -> (Thread-717) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:18:46,250 INFO  -> (Thread-718) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:19:04,131 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:19:46,245 INFO  -> (Thread-720) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:19:46,254 INFO  -> (Thread-721) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:20:04,136 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:20:46,247 INFO  -> (Thread-723) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:20:46,258 INFO  -> (Thread-724) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:21:04,141 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:21:46,247 INFO  -> (Thread-726) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:21:46,255 INFO  -> (Thread-727) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:22:04,146 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:22:46,252 INFO  -> (Thread-729) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:22:46,258 INFO  -> (Thread-730) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:23:04,150 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:23:46,254 INFO  -> (Thread-732) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:23:46,261 INFO  -> (Thread-733) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:24:04,154 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:24:46,254 INFO  -> (Thread-735) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:24:46,261 INFO  -> (Thread-736) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:25:04,158 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:25:46,255 INFO  -> (Thread-738) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:25:46,263 INFO  -> (Thread-739) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:26:04,163 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:26:34,106 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Start Calculating Archive Disk Usage
2013-01-27 04:26:34,108 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Finished Calculating Archive Disk Usage: 0.0MB
2013-01-27 04:26:34,110 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Start Calculating Fileset Disk Usage
2013-01-27 04:26:34,111 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Finished Calculating Fileset Disk Usage: 0.0MB
2013-01-27 04:26:46,261 INFO  -> (Thread-741) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:26:46,274 INFO  -> (Thread-742) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:27:04,167 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:27:46,262 INFO  -> (Thread-744) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:27:46,270 INFO  -> (Thread-745) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:28:04,171 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:28:42,388 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579745792
2013-01-27 04:28:46,263 INFO  -> (Thread-747) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:28:46,275 INFO  -> (Thread-748) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:29:04,177 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:29:46,269 INFO  -> (Thread-750) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:29:46,275 INFO  -> (Thread-751) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:30:04,182 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:30:46,270 INFO  -> (Thread-753) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:30:46,280 INFO  -> (Thread-754) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:31:04,188 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:31:46,271 INFO  -> (Thread-756) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:31:46,281 INFO  -> (Thread-757) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:32:04,193 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:32:46,274 INFO  -> (Thread-759) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:32:46,284 INFO  -> (Thread-760) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:33:04,199 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:33:46,275 INFO  -> (Thread-762) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:33:46,283 INFO  -> (Thread-763) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:34:04,204 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:34:46,278 INFO  -> (Thread-765) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:34:46,286 INFO  -> (Thread-766) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:35:04,209 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:35:46,281 INFO  -> (Thread-768) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:35:46,289 INFO  -> (Thread-769) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:36:04,215 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:36:46,281 INFO  -> (Thread-771) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:36:46,292 INFO  -> (Thread-772) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:37:04,219 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:37:46,283 INFO  -> (Thread-774) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:37:46,292 INFO  -> (Thread-775) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:38:04,223 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:38:42,393 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579737600
2013-01-27 04:38:46,285 INFO  -> (Thread-777) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:38:46,296 INFO  -> (Thread-778) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:39:04,228 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:39:46,285 INFO  -> (Thread-780) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:39:46,293 INFO  -> (Thread-781) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:40:04,233 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:40:46,286 INFO  -> (Thread-783) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:40:46,298 INFO  -> (Thread-784) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:41:04,240 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:41:46,289 INFO  -> (Thread-786) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:41:46,298 INFO  -> (Thread-787) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:42:04,244 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:42:46,290 INFO  -> (Thread-789) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:42:46,306 INFO  -> (Thread-790) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:43:04,249 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:43:46,293 INFO  -> (Thread-792) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:43:46,304 INFO  -> (Thread-793) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:44:04,254 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:44:46,294 INFO  -> (Thread-795) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:44:46,304 INFO  -> (Thread-796) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:45:04,258 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:45:46,296 INFO  -> (Thread-798) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:45:46,305 INFO  -> (Thread-799) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:46:04,263 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:46:46,301 INFO  -> (Thread-801) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:46:46,315 INFO  -> (Thread-802) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:47:04,267 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:47:46,302 INFO  -> (Thread-804) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:47:46,317 INFO  -> (Thread-805) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:48:04,273 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:48:42,398 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579733504
2013-01-27 04:48:46,304 INFO  -> (Thread-807) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:48:46,319 INFO  -> (Thread-808) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:49:04,277 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:49:46,305 INFO  -> (Thread-810) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:49:46,320 INFO  -> (Thread-811) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:50:04,282 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:50:46,307 INFO  -> (Thread-813) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:50:46,321 INFO  -> (Thread-814) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:51:04,286 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:51:46,308 INFO  -> (Thread-816) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:51:46,322 INFO  -> (Thread-817) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:52:04,291 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:52:46,309 INFO  -> (Thread-819) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:52:46,323 INFO  -> (Thread-820) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:53:04,296 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:53:46,318 INFO  -> (Thread-822) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:53:46,325 INFO  -> (Thread-823) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:54:04,300 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:54:46,318 INFO  -> (Thread-825) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:54:46,330 INFO  -> (Thread-826) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:55:04,303 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:55:46,319 INFO  -> (Thread-828) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:55:46,331 INFO  -> (Thread-829) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:56:04,308 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:56:46,319 INFO  -> (Thread-831) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:56:46,331 INFO  -> (Thread-832) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:57:04,312 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:57:46,321 INFO  -> (Thread-834) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:57:46,331 INFO  -> (Thread-835) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:58:04,316 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:58:42,404 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579729408
2013-01-27 04:58:46,323 INFO  -> (Thread-837) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:58:46,335 INFO  -> (Thread-838) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 04:59:04,320 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 04:59:46,326 INFO  -> (Thread-840) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 04:59:46,335 INFO  -> (Thread-841) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:00:04,324 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:00:46,326 INFO  -> (Thread-843) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:00:46,336 INFO  -> (Thread-844) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:01:04,329 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:01:46,330 INFO  -> (Thread-846) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:01:46,342 INFO  -> (Thread-847) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:02:04,332 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:02:46,332 INFO  -> (Thread-849) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:02:46,350 INFO  -> (Thread-850) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:03:04,337 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:03:46,333 INFO  -> (Thread-852) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:03:46,341 INFO  -> (Thread-853) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:04:04,342 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:04:46,334 INFO  -> (Thread-855) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:04:46,342 INFO  -> (Thread-856) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:05:04,347 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:05:46,335 INFO  -> (Thread-858) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:05:46,344 INFO  -> (Thread-859) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:06:04,352 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:06:46,337 INFO  -> (Thread-861) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:06:46,346 INFO  -> (Thread-862) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:07:04,355 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:07:46,340 INFO  -> (Thread-864) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:07:46,346 INFO  -> (Thread-865) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:08:04,360 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:08:42,410 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579721216
2013-01-27 05:08:46,341 INFO  -> (Thread-867) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:08:46,347 INFO  -> (Thread-868) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:09:04,363 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:09:46,341 INFO  -> (Thread-870) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:09:46,351 INFO  -> (Thread-871) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:10:04,368 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:10:46,342 INFO  -> (Thread-873) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:10:46,352 INFO  -> (Thread-874) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:11:04,373 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:11:46,345 INFO  -> (Thread-876) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:11:46,352 INFO  -> (Thread-877) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:12:04,378 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:12:46,346 INFO  -> (Thread-879) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:12:46,356 INFO  -> (Thread-880) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:13:04,382 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:13:46,349 INFO  -> (Thread-882) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:13:46,359 INFO  -> (Thread-883) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:14:04,386 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:14:46,350 INFO  -> (Thread-885) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:14:46,357 INFO  -> (Thread-886) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:15:04,392 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:15:46,356 INFO  -> (Thread-888) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:15:46,362 INFO  -> (Thread-889) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:16:04,396 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:16:46,356 INFO  -> (Thread-891) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:16:46,369 INFO  -> (Thread-892) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:17:04,400 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:17:46,360 INFO  -> (Thread-894) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:17:46,371 INFO  -> (Thread-895) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:18:04,403 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:18:42,416 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579717120
2013-01-27 05:18:46,361 INFO  -> (Thread-897) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:18:46,373 INFO  -> (Thread-898) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:19:04,408 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:19:46,361 INFO  -> (Thread-900) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:19:46,374 INFO  -> (Thread-901) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:20:04,412 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:20:46,364 INFO  -> (Thread-903) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:20:46,377 INFO  -> (Thread-904) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:21:04,416 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:21:46,369 INFO  -> (Thread-906) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:21:46,373 INFO  -> (Thread-907) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:22:04,421 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:22:46,370 INFO  -> (Thread-909) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:22:46,376 INFO  -> (Thread-910) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:23:04,425 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:23:46,370 INFO  -> (Thread-912) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:23:46,381 INFO  -> (Thread-913) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:24:04,429 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:24:46,372 INFO  -> (Thread-915) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:24:46,382 INFO  -> (Thread-916) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:25:04,433 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:25:46,375 INFO  -> (Thread-918) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:25:46,383 INFO  -> (Thread-919) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:26:04,437 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:26:34,232 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Start Calculating Archive Disk Usage
2013-01-27 05:26:34,234 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Finished Calculating Archive Disk Usage: 0.0MB
2013-01-27 05:26:34,235 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Start Calculating Fileset Disk Usage
2013-01-27 05:26:34,236 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.SpoolDirService] Finished Calculating Fileset Disk Usage: 0.0MB
2013-01-27 05:26:46,376 INFO  -> (Thread-921) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:26:46,384 INFO  -> (Thread-922) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:27:04,441 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:27:46,376 INFO  -> (Thread-924) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:27:46,384 INFO  -> (Thread-925) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:28:04,445 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:28:42,421 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579713024
2013-01-27 05:28:46,379 INFO  -> (Thread-927) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:28:46,389 INFO  -> (Thread-928) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:29:04,452 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:29:46,383 INFO  -> (Thread-930) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:29:46,395 INFO  -> (Thread-931) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:30:04,458 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:30:46,383 INFO  -> (Thread-933) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:30:46,396 INFO  -> (Thread-934) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:31:04,462 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:31:46,386 INFO  -> (Thread-936) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:31:46,398 INFO  -> (Thread-937) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:32:04,466 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:32:46,391 INFO  -> (Thread-939) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:32:46,400 INFO  -> (Thread-940) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:33:04,470 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:33:46,392 INFO  -> (Thread-942) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:33:46,401 INFO  -> (Thread-943) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:34:04,476 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:34:46,392 INFO  -> (Thread-945) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:34:46,401 INFO  -> (Thread-946) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:35:04,482 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:35:46,394 INFO  -> (Thread-948) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:35:46,406 INFO  -> (Thread-949) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:36:04,486 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:36:46,396 INFO  -> (Thread-951) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:36:46,405 INFO  -> (Thread-952) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:37:04,492 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:37:46,402 INFO  -> (Thread-954) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:37:46,408 INFO  -> (Thread-955) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:38:04,497 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:38:42,426 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579704832
2013-01-27 05:38:46,402 INFO  -> (Thread-957) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:38:46,415 INFO  -> (Thread-958) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:39:04,501 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:39:46,403 INFO  -> (Thread-960) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:39:46,421 INFO  -> (Thread-961) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:40:04,506 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:40:46,404 INFO  -> (Thread-963) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:40:46,421 INFO  -> (Thread-964) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:41:04,511 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:41:46,405 INFO  -> (Thread-966) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:41:46,422 INFO  -> (Thread-967) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:42:04,516 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:42:46,405 INFO  -> (Thread-969) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:42:46,422 INFO  -> (Thread-970) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:43:04,521 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:43:46,406 INFO  -> (Thread-972) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:43:46,423 INFO  -> (Thread-973) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:44:04,525 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:44:46,410 INFO  -> (Thread-975) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:44:46,424 INFO  -> (Thread-976) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:45:04,530 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:45:46,411 INFO  -> (Thread-978) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:45:46,425 INFO  -> (Thread-979) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:46:04,535 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:46:46,413 INFO  -> (Thread-981) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:46:46,426 INFO  -> (Thread-982) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:47:04,540 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:47:46,414 INFO  -> (Thread-984) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:47:46,426 INFO  -> (Thread-985) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:48:04,545 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:48:42,434 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579700736
2013-01-27 05:48:46,417 INFO  -> (Thread-987) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:48:46,426 INFO  -> (Thread-988) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:49:04,550 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:49:46,418 INFO  -> (Thread-990) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:49:46,426 INFO  -> (Thread-991) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:50:04,554 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:50:46,420 INFO  -> (Thread-993) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:50:46,427 INFO  -> (Thread-994) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:51:04,558 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:51:46,420 INFO  -> (Thread-996) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:51:46,433 INFO  -> (Thread-997) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:52:04,563 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:52:17,116 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 05:52:17.115 [http-0.0.0.0-8080-2] DEBUG org.weasis.servlet.Weasis_Launcher - logRequestInfo(HttpServletRequest) - getRequestQueryURL : http://10.0.0.46:8080/weasis-pacs-connector/viewer.jnlp?patientID=4939Spooky
2013-01-27 05:52:17,120 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 05:52:17.120 [http-0.0.0.0-8080-2] DEBUG org.weasis.servlet.Weasis_Launcher - logRequestInfo(HttpServletRequest) - getContextPath : /weasis-pacs-connector
2013-01-27 05:52:17,123 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 05:52:17.123 [http-0.0.0.0-8080-2] DEBUG org.weasis.servlet.Weasis_Launcher - logRequestInfo(HttpServletRequest) - getRequestURI : /weasis-pacs-connector/viewer.jnlp
2013-01-27 05:52:17,126 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 05:52:17.126 [http-0.0.0.0-8080-2] DEBUG org.weasis.servlet.Weasis_Launcher - logRequestInfo(HttpServletRequest) - getServletPath : /viewer.jnlp
2013-01-27 05:52:17,227 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 05:52:17.226 [http-0.0.0.0-8080-2] ERROR org.weasis.dcm4che.dicom.Manifest - ERROR: Failed to establish association:local
2013-01-27 05:52:17,239 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 05:52:17.239 [http-0.0.0.0-8080-2] DEBUG org.weasis.dcm4che.dicom.Manifest - local
java.net.UnknownHostException: local
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) ~[na:1.6.0_18]
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:867) ~[na:1.6.0_18]
at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1246) ~[na:1.6.0_18]
at java.net.InetAddress.getAllByName0(InetAddress.java:1197) ~[na:1.6.0_18]
at java.net.InetAddress.getAllByName(InetAddress.java:1128) ~[na:1.6.0_18]
at java.net.InetAddress.getAllByName(InetAddress.java:1064) ~[na:1.6.0_18]
at java.net.InetAddress.getByName(InetAddress.java:1014) ~[na:1.6.0_18]
at org.dcm4che2.net.NetworkConnection.addr(NetworkConnection.java:146) ~[dcm4che-net-2.0.25.jar:na]
at org.dcm4che2.net.NetworkConnection.getEndPoint(NetworkConnection.java:522) ~[dcm4che-net-2.0.25.jar:na]
at org.dcm4che2.net.NetworkConnection.connect(NetworkConnection.java:569) ~[dcm4che-net-2.0.25.jar:na]
at org.dcm4che2.net.NetworkApplicationEntity.connect(NetworkApplicationEntity.java:948) ~[dcm4che-net-2.0.25.jar:na]
at org.dcm4che2.net.NetworkApplicationEntity.connect(NetworkApplicationEntity.java:829) ~[dcm4che-net-2.0.25.jar:na]
at org.dcm4che2.tool.dcmqr.DcmQR.open(DcmQR.java:1527) ~[weasis-dicom-operations-0.5.1.jar:na]
at org.weasis.dcm4che.dicom.Manifest.initQuery(Manifest.java:403) [weasis-dicom-operations-0.5.1.jar:na]
at org.weasis.dcm4che.dicom.Manifest.query(Manifest.java:301) [weasis-dicom-operations-0.5.1.jar:na]
at org.weasis.dcm4che.dicom.Manifest.buildFromPatientID(Manifest.java:50) [weasis-dicom-operations-0.5.1.jar:na]
at org.weasis.servlet.Weasis_Launcher.getPatientList(Weasis_Launcher.java:339) [Weasis_Launcher.class:na]
at org.weasis.servlet.Weasis_Launcher.doGet(Weasis_Launcher.java:177) [Weasis_Launcher.class:na]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) [servlet-api.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) [servlet-api.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) [tmp3792451121647426194jbossweb-service.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182) [tmp3792451121647426194jbossweb-service.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) [tmp3792451121647426194jbossweb-service.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) [tmp3792451121647426194jbossweb-service.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446) [tmp3901083582844506941jbossweb.jar:4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)]
at java.lang.Thread.run(Thread.java:636) [na:1.6.0_18]
2013-01-27 05:52:17,318 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 05:52:17.318 [http-0.0.0.0-8080-2] WARN  org.weasis.servlet.Weasis_Launcher - No data has been found!
2013-01-27 05:52:46,425 INFO  -> (Thread-999) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:52:46,449 INFO  -> (Thread-1000) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:53:04,568 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:53:46,427 INFO  -> (Thread-1002) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:53:46,442 INFO  -> (Thread-1003) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:54:04,572 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:54:46,431 INFO  -> (Thread-1005) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:54:46,444 INFO  -> (Thread-1006) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:55:04,577 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:55:46,432 INFO  -> (Thread-1008) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:55:46,444 INFO  -> (Thread-1009) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:56:04,582 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:56:46,432 INFO  -> (Thread-1011) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:56:46,444 INFO  -> (Thread-1012) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:56:51,173 ERROR -> (http-0.0.0.0-8080-2) [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/dcm4chee-web3].[jsp]] Servlet.service() for servlet jsp threw exception
java.lang.NullPointerException
at org.apache.jsp.login_jsp._jspService(login_jsp.java:76)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:336)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
at org.apache.catalina.authenticator.FormAuthenticator.forwardToLoginPage(FormAuthenticator.java:315)
at org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:243)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:636)
2013-01-27 05:56:51,216 WARN  -> (http-0.0.0.0-8080-2) [org.apache.catalina.authenticator.FormAuthenticator] Unexpected error forwarding to login page
org.apache.jasper.JasperException: java.lang.NullPointerException
at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:521)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:415)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:336)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
at org.apache.catalina.authenticator.FormAuthenticator.forwardToLoginPage(FormAuthenticator.java:315)
at org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:243)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.NullPointerException
at org.apache.jsp.login_jsp._jspService(login_jsp.java:76)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
... 22 more
2013-01-27 05:56:58,509 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/source_aets.properties
2013-01-27 05:56:58,516 INFO  -> (http-0.0.0.0-8080-3) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/source_aets.properties
2013-01-27 05:56:58,534 INFO  -> (http-0.0.0.0-8080-3) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/station_aets.properties
2013-01-27 05:56:58,543 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/station_aets.properties
2013-01-27 05:56:58,915 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/source_aets.properties
2013-01-27 05:56:58,917 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/station_aets.properties
2013-01-27 05:57:04,587 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:57:05,874 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/source_aets.properties
2013-01-27 05:57:05,879 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/station_aets.properties
2013-01-27 05:57:05,943 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/station_aets.properties
2013-01-27 05:57:05,947 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.service.webcfg.WebCfgService] Update StationAET List
2013-01-27 05:57:06,232 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/station_aets.properties
2013-01-27 05:57:06,236 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.service.webcfg.WebCfgService] Update Station Name List
2013-01-27 05:57:06,771 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/source_aets.properties
2013-01-27 05:57:06,774 WARN  -> (http-0.0.0.0-8080-2) [org.apache.wicket.Localizer] Tried to retrieve a localized string for a component that has not yet been added to the page. This can sometimes lead to an invalid or no localized resource returned. Make sure you are not calling Component#getString() inside your Component's constructor. Offending component: [MarkupContainer [Component id = panel]]
2013-01-27 05:57:06,890 WARN  -> (http-0.0.0.0-8080-2) [org.apache.wicket.Localizer] Tried to retrieve a localized string for a component that has not yet been added to the page. This can sometimes lead to an invalid or no localized resource returned. Make sure you are not calling Component#getString() inside your Component's constructor. Offending component: [MarkupContainer [Component id = panel]]
2013-01-27 05:57:06,985 INFO  -> (http-0.0.0.0-8080-2) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from jar:file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/lib/dcm4chee-usr-ui-3.0.0.jar!/org/dcm4chee/usr/ui/usermanagement/role/RolePanel.properties
2013-01-27 05:57:07,005 INFO  -> (http-0.0.0.0-8080-2) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from jar:file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/lib/dcm4chee-usr-ui-3.0.0.jar!/org/dcm4chee/usr/ui/usermanagement/user/UserListPanel.properties
2013-01-27 05:57:20,764 INFO  -> (http-0.0.0.0-8080-4) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from jar:file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/lib/dcm4chee-dashboard-ui-3.0.0.jar!/org/dcm4chee/dashboard/ui/filesystem/FileSystemPanel.properties
2013-01-27 05:57:20,782 INFO  -> (http-0.0.0.0-8080-4) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from jar:file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/lib/dcm4chee-dashboard-ui-3.0.0.jar!/org/dcm4chee/dashboard/ui/report/ReportPanel.properties
2013-01-27 05:57:20,797 INFO  -> (http-0.0.0.0-8080-4) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from jar:file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/lib/dcm4chee-dashboard-ui-3.0.0.jar!/org/dcm4chee/dashboard/ui/systeminfo/SystemInfoPanel.properties
2013-01-27 05:57:20,811 INFO  -> (http-0.0.0.0-8080-4) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from jar:file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/lib/dcm4chee-dashboard-ui-3.0.0.jar!/org/dcm4chee/dashboard/ui/messaging/QueuePanel.properties
2013-01-27 05:57:42,874 INFO  -> (http-0.0.0.0-8080-4) [org.dcm4chee.web.common.delegate.BaseCfgDelegate] Init org.dcm4chee.dashboard.ui.config.delegate.DashboardCfgDelegate
2013-01-27 05:57:42,879 INFO  -> (http-0.0.0.0-8080-4) [org.dcm4chee.web.common.delegate.BaseCfgDelegate] org.dcm4chee.dashboard.ui.config.delegate.DashboardCfgDelegate initialized! WebConfig serviceName: dcm4chee.web:service=WebConfig
2013-01-27 05:57:42,881 INFO  -> (http-0.0.0.0-8080-4) [org.dcm4chee.web.common.delegate.BaseCfgDelegate] Init org.dcm4chee.dashboard.ui.config.delegate.DashboardCfgDelegate
2013-01-27 05:57:42,883 INFO  -> (http-0.0.0.0-8080-4) [org.dcm4chee.web.common.delegate.BaseCfgDelegate] org.dcm4chee.dashboard.ui.config.delegate.DashboardCfgDelegate initialized! WebConfig serviceName: dcm4chee.web:service=WebConfig
2013-01-27 05:57:46,445 INFO  -> (Thread-1018) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:57:46,447 INFO  -> (Thread-1019) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:58:04,592 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:58:11,503 INFO  -> (http-0.0.0.0-8080-4) [org.dcm4chee.web.service.webcfg.WebCfgService] Update StationAET List
2013-01-27 05:58:11,587 INFO  -> (http-0.0.0.0-8080-4) [org.dcm4chee.web.common.util.GroupedChoices] ###Initialize GroupedChoices.configFile:/var/lib/dcm4chee/server/default/conf/dcm4chee-web3/station_aets.properties
2013-01-27 05:58:11,591 INFO  -> (http-0.0.0.0-8080-4) [org.dcm4chee.web.service.webcfg.WebCfgService] Update Station Name List
2013-01-27 05:58:12,630 WARN  -> (http-0.0.0.0-8080-4) [org.apache.wicket.markup.html.PackageResource] Unable to find package resource [path = org/dcm4chee/web/war/worklist/modality/modality-worklist-style.css, style = null, locale = null]
2013-01-27 05:58:12,648 WARN  -> (http-0.0.0.0-8080-4) [org.apache.wicket.markup.html.PackageResource] Unable to find package resource [path = org/dcm4chee/web/war/worklist/modality/modality-worklist-style.css, style = null, locale = null]
2013-01-27 05:58:17,283 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.delegate.BaseCfgDelegate] Init org.dcm4chee.usr.ui.config.delegate.UsrCfgDelegate
2013-01-27 05:58:17,298 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.delegate.BaseCfgDelegate] org.dcm4chee.usr.ui.config.delegate.UsrCfgDelegate initialized! WebConfig serviceName: dcm4chee.web:service=WebConfig
2013-01-27 05:58:17,302 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.delegate.BaseCfgDelegate] Init org.dcm4chee.usr.ui.config.delegate.UsrCfgDelegate
2013-01-27 05:58:17,304 INFO  -> (http-0.0.0.0-8080-2) [org.dcm4chee.web.common.delegate.BaseCfgDelegate] org.dcm4chee.usr.ui.config.delegate.UsrCfgDelegate initialized! WebConfig serviceName: dcm4chee.web:service=WebConfig
2013-01-27 05:58:17,798 INFO  -> (http-0.0.0.0-8080-2) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from jar:file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/lib/dcm4chee-usr-ui-3.0.0.jar!/org/dcm4chee/usr/ui/usermanagement/role/RoleListPanel.properties
2013-01-27 05:58:17,838 INFO  -> (http-0.0.0.0-8080-2) [org.apache.wicket.resource.PropertiesFactory] Loading properties files from jar:file:/var/lib/dcm4chee/server/default/tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/WEB-INF/lib/dcm4chee-usr-ui-3.0.0.jar!/org/dcm4chee/usr/ui/usermanagement/role/group/GroupListPanel.properties
2013-01-27 05:58:42,457 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579467264
2013-01-27 05:58:46,457 INFO  -> (Thread-1021) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:58:46,461 INFO  -> (Thread-1022) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 05:59:04,597 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 05:59:46,458 INFO  -> (Thread-1025) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 05:59:46,462 INFO  -> (Thread-1026) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:00:04,618 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:00:46,459 INFO  -> (Thread-1028) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:00:46,467 INFO  -> (Thread-1029) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:01:04,623 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:01:46,462 INFO  -> (Thread-1031) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:01:46,471 INFO  -> (Thread-1032) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:02:04,628 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:02:46,464 INFO  -> (Thread-1034) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:02:46,475 INFO  -> (Thread-1035) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:03:04,633 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:03:46,466 INFO  -> (Thread-1037) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:03:46,475 INFO  -> (Thread-1038) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:04:04,640 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:04:46,467 INFO  -> (Thread-1040) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:04:46,479 INFO  -> (Thread-1041) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:05:04,646 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:05:46,468 INFO  -> (Thread-1043) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:05:46,479 INFO  -> (Thread-1044) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:06:04,650 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:06:46,470 INFO  -> (Thread-1047) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:06:46,482 INFO  -> (Thread-1048) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:07:04,654 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:07:46,471 INFO  -> (Thread-1050) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:07:46,483 INFO  -> (Thread-1051) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:08:04,658 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:08:42,460 INFO  -> (Timer-1) [org.dcm4chex.wado.mbean.cache.WADOCacheImpl] getFreeDiskSpace from :/var/lib/dcm4chee/server/default/wadocachedata free:1948579463168
2013-01-27 06:08:46,474 INFO  -> (Thread-1053) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:08:46,483 INFO  -> (Thread-1054) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:09:04,662 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:09:46,476 INFO  -> (Thread-1056) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:09:46,484 INFO  -> (Thread-1057) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:10:04,667 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:10:46,477 INFO  -> (Thread-1059) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:10:46,486 INFO  -> (Thread-1060) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:11:04,671 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:11:46,477 INFO  -> (Thread-1062) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:11:46,486 INFO  -> (Thread-1063) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:12:04,677 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:12:46,479 INFO  -> (Thread-1065) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:12:46,487 INFO  -> (Thread-1066) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:13:04,681 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:13:46,481 INFO  -> (Thread-1068) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:13:46,493 INFO  -> (Thread-1069) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:14:04,686 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:14:46,482 INFO  -> (Thread-1071) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:14:46,496 INFO  -> (Thread-1072) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:15:04,690 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:15:46,485 INFO  -> (Thread-1074) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:15:46,505 INFO  -> (Thread-1075) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:16:04,696 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:16:46,488 INFO  -> (Thread-1077) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:16:46,506 INFO  -> (Thread-1078) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:17:04,705 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:17:46,489 INFO  -> (Thread-1080) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files
2013-01-27 06:17:46,507 INFO  -> (Thread-1081) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2013-01-27 06:18:02,224 INFO  -> (RMI TCP Connection(2)-127.0.1.1) [org.jboss.system.server.Server] Shutting down the server, blockingShutdown: false
2013-01-27 06:18:02,289 INFO  -> (Thread-1082) [org.jboss.system.server.Server] Server exit(0) called
2013-01-27 06:18:02,336 INFO  -> (JBoss Shutdown Hook) [org.jboss.system.server.Server] Runtime shutdown hook called, forceHalt: true
2013-01-27 06:18:02,389 INFO  -> (JBoss Shutdown Hook) [org.jboss.system.server.Server] JBoss SHUTDOWN: Undeploying all packages
2013-01-27 06:18:02,392 INFO  -> (Thread-1083) [org.dcm4chex.archive.dcm.mppsscu.MPPSEmulatorService] Check for received series without MPPS
2013-01-27 06:18:02,412 INFO  -> (JBoss Shutdown Hook) [org.jboss.web.tomcat.service.TomcatDeployer] undeploy, ctxPath=/dcm4chee-web3, warUrl=.../tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-war-3.0.0-exp.war/
2013-01-27 06:18:02,920 INFO  -> (Thread-1083) [org.dcm4chex.archive.dcm.mppsscu.MPPSEmulatorService] Found 0 studies with missing MPPS for sourceAET:MOD_AET
2013-01-27 06:18:04,667 INFO  -> (JBoss Shutdown Hook) [org.jboss.web.tomcat.service.TomcatDeployer] undeploy, ctxPath=/dcm4chee-web3-dicom, warUrl=.../tmp/deploy/tmp1049589327656191425dcm4chee-web-ear-3.0.0-mysql.ear-contents/dcm4chee-web-dicom-3.0.0-exp.war/
2013-01-27 06:18:04,711 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.EJBContainer] STOPPED EJB: org.dcm4chee.web.dao.common.DicomEditBean ejbName: DicomEditBean
2013-01-27 06:18:04,713 INFO  -> (Timer-1) [org.dcm4chex.cdw.mbean.MediaCreationRequestEmulatorService] Check for received objects from AEs for which Media Creation requests are emulated.
2013-01-27 06:18:04,724 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-web-ejb-3.0.0.jar,name=DicomEditBean,service=EJB3 is not registered
2013-01-27 06:18:04,732 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.EJBContainer] STOPPED EJB: org.dcm4chee.web.dao.trash.TrashListBean ejbName: TrashListBean
2013-01-27 06:18:04,734 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-web-ejb-3.0.0.jar,name=TrashListBean,service=EJB3 is not registered
2013-01-27 06:18:04,741 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.EJBContainer] STOPPED EJB: org.dcm4chee.web.dao.folder.MppsToMwlLinkBean ejbName: MppsToMwlLinkBean
2013-01-27 06:18:04,744 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-web-ejb-3.0.0.jar,name=MppsToMwlLinkBean,service=EJB3 is not registered
2013-01-27 06:18:04,750 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.EJBContainer] STOPPED EJB: org.dcm4chee.web.dao.folder.StudyPermissionsBean ejbName: StudyPermissionsBean
2013-01-27 06:18:04,753 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-web-ejb-3.0.0.jar,name=StudyPermissionsBean,service=EJB3 is not registered
2013-01-27 06:18:04,759 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.EJBContainer] STOPPED EJB: org.dcm4chee.web.dao.folder.StudyListBean ejbName: StudyListBean
2013-01-27 06:18:04,761 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-web-ejb-3.0.0.jar,name=StudyListBean,service=EJB3 is not registered
2013-01-27 06:18:04,767 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.EJBContainer] STOPPED EJB: org.dcm4chee.web.dao.worklist.modality.ModalityWorklistBean ejbName: ModalityWorklistBean
2013-01-27 06:18:04,770 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-web-ejb-3.0.0.jar,name=ModalityWorklistBean,service=EJB3 is not registered
2013-01-27 06:18:04,775 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.EJBContainer] STOPPED EJB: org.dcm4chee.web.dao.fs.FileSystemHomeBean ejbName: FileSystemHomeBean
2013-01-27 06:18:04,777 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-web-ejb-3.0.0.jar,name=FileSystemHomeBean,service=EJB3 is not registered
2013-01-27 06:18:04,782 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.EJBContainer] STOPPED EJB: org.dcm4chee.web.dao.ae.AEHomeBean ejbName: AEHomeBean
2013-01-27 06:18:04,787 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-web-ejb-3.0.0.jar,name=AEHomeBean,service=EJB3 is not registered
2013-01-27 06:18:04,790 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.entity.PersistenceUnitDeployment] Stopping persistence unit persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr
2013-01-27 06:18:04,793 INFO  -> (JBoss Shutdown Hook) [org.hibernate.impl.SessionFactoryImpl] closing
2013-01-27 06:18:04,795 INFO  -> (JBoss Shutdown Hook) [org.hibernate.impl.SessionFactoryObjectFactory] Unbinding factory from JNDI name: persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr
2013-01-27 06:18:04,797 INFO  -> (JBoss Shutdown Hook) [org.hibernate.util.NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
2013-01-27 06:18:04,800 INFO  -> (JBoss Shutdown Hook) [org.hibernate.impl.SessionFactoryObjectFactory] Unbound factory from JNDI name: persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr
2013-01-27 06:18:04,804 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr is not registered
2013-01-27 06:18:04,811 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.EJBContainer] STOPPED EJB: org.dcm4chee.usr.dao.UserAccessBean ejbName: UserAccessBean
2013-01-27 06:18:04,814 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-web-ear-3.0.0-mysql.ear,jar=dcm4chee-usr-dao-3.0.0.jar,name=UserAccessBean,service=EJB3 is not registered
2013-01-27 06:18:04,818 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.entity.PersistenceUnitDeployment] Stopping persistence unit persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-arc
2013-01-27 06:18:04,821 INFO  -> (JBoss Shutdown Hook) [org.hibernate.impl.SessionFactoryImpl] closing
2013-01-27 06:18:04,822 INFO  -> (JBoss Shutdown Hook) [org.hibernate.impl.SessionFactoryObjectFactory] Unbinding factory from JNDI name: persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-arc
2013-01-27 06:18:04,824 INFO  -> (JBoss Shutdown Hook) [org.hibernate.util.NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
2013-01-27 06:18:04,828 INFO  -> (JBoss Shutdown Hook) [org.hibernate.impl.SessionFactoryObjectFactory] Unbound factory from JNDI name: persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-arc
2013-01-27 06:18:04,832 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-web-ear-3.0.0-mysql.ear,unitName=dcm4chee-arc is not registered
2013-01-27 06:18:04,983 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/RejectionNoteSCU] stopped
2013-01-27 06:18:04,985 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/MoveScu_web] stopped
2013-01-27 06:18:04,987 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/IANSCU_web] stopped
2013-01-27 06:18:04,989 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/HL7SendV2] stopped
2013-01-27 06:18:05,172 INFO  -> (JBoss Shutdown Hook) [org.jboss.deployment.EARDeployer] Undeploying J2EE application, destroy step: file:/var/lib/dcm4chee/server/default/deploy/dcm4chee-web-ear-3.0.0-mysql.ear
2013-01-27 06:18:05,176 INFO  -> (JBoss Shutdown Hook) [org.jboss.deployment.EARDeployer] Undeployed J2EE application: file:/var/lib/dcm4chee/server/default/deploy/dcm4chee-web-ear-3.0.0-mysql.ear
2013-01-27 06:18:05,203 INFO  -> (JBoss Shutdown Hook) [org.jboss.web.tomcat.service.TomcatDeployer] undeploy, ctxPath=/dcm4chee-usr, warUrl=.../tmp/deploy/tmp6356275162980770245dcm4chee-usr-ear-3.0.0-mysql.ear-contents/dcm4chee-usr-war-exp.war/
2013-01-27 06:18:05,544 INFO  -> (JBoss Shutdown Hook) [org.apache.wicket.RequestListenerInterface] registered listener interface [RequestListenerInterface name=INewBrowserWindowListener, method=public abstract void org.apache.wicket.markup.html.INewBrowserWindowListener.onNewBrowserWindow()]
2013-01-27 06:18:05,651 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.EJBContainer] STOPPED EJB: org.dcm4chee.usr.dao.UserAccessBean ejbName: UserAccessBean
2013-01-27 06:18:05,654 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.entity.PersistenceUnitDeployment] Stopping persistence unit persistence.units:ear=dcm4chee-usr-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr
2013-01-27 06:18:05,658 INFO  -> (JBoss Shutdown Hook) [org.hibernate.impl.SessionFactoryImpl] closing
2013-01-27 06:18:05,659 INFO  -> (JBoss Shutdown Hook) [org.hibernate.impl.SessionFactoryObjectFactory] Unbinding factory from JNDI name: persistence.units:ear=dcm4chee-usr-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr
2013-01-27 06:18:05,661 INFO  -> (JBoss Shutdown Hook) [org.hibernate.util.NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
2013-01-27 06:18:05,665 INFO  -> (JBoss Shutdown Hook) [org.hibernate.impl.SessionFactoryObjectFactory] Unbound factory from JNDI name: persistence.units:ear=dcm4chee-usr-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr
2013-01-27 06:18:05,670 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-usr-ear-3.0.0-mysql.ear,unitName=dcm4chee-usr is not registered
2013-01-27 06:18:05,674 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-usr-ear-3.0.0-mysql.ear,jar=dcm4chee-usr-dao-3.0.0.jar,name=UserAccessBean,service=EJB3 is not registered
2013-01-27 06:18:05,722 INFO  -> (JBoss Shutdown Hook) [org.jboss.deployment.EARDeployer] Undeploying J2EE application, destroy step: file:/var/lib/dcm4chee/server/default/deploy/dcm4chee-usr-ear-3.0.0-mysql.ear
2013-01-27 06:18:05,725 INFO  -> (JBoss Shutdown Hook) [org.jboss.deployment.EARDeployer] Undeployed J2EE application: file:/var/lib/dcm4chee/server/default/deploy/dcm4chee-usr-ear-3.0.0-mysql.ear
2013-01-27 06:18:05,729 INFO  -> (JBoss Shutdown Hook) [org.jboss.web.tomcat.service.TomcatDeployer] undeploy, ctxPath=/dcm4chee-arr, warUrl=.../tmp/deploy/tmp8913289833310018149dcm4chee-arr-3.0.11-mysql.ear-contents/dcm4chee-arr-seam-web-3.0.11-mysql-exp.war/
2013-01-27 06:18:05,934 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.EJBContainer] STOPPED EJB: org.jboss.seam.async.TimerServiceDispatcher ejbName: TimerServiceDispatcher
2013-01-27 06:18:05,940 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-arr-3.0.11-mysql.ear,jar=jboss-seam-2.1.1.GA.jar,name=TimerServiceDispatcher,service=EJB3 is not registered
2013-01-27 06:18:05,960 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.EJBContainer] STOPPED EJB: org.jboss.seam.transaction.EjbSynchronizations ejbName: EjbSynchronizations
2013-01-27 06:18:05,964 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-arr-3.0.11-mysql.ear,jar=jboss-seam-2.1.1.GA.jar,name=EjbSynchronizations,service=EJB3 is not registered
2013-01-27 06:18:05,984 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.EJBContainer] STOPPED EJB: org.dcm4chee.arr.listeners.mdb.ReceiverMDB ejbName: ReceiverMDB
2013-01-27 06:18:05,989 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.EJBContainer] STOPPED EJB: org.dcm4chee.arr.seam.ejb.AuditRecordAccessBean ejbName: AuditRecordAccessBean
2013-01-27 06:18:05,995 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.EJBContainer] STOPPED EJB: org.dcm4chee.arr.seam.ejb.AuditRecordListAction ejbName: AuditRecordListAction
2013-01-27 06:18:05,999 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.EJBContainer] STOPPED EJB: org.dcm4chee.arr.seam.ejb.AuditRecordQueryBean ejbName: AuditRecordQueryBean
2013-01-27 06:18:06,001 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.entity.PersistenceUnitDeployment] Stopping persistence unit persistence.units:ear=dcm4chee-arr-3.0.11-mysql.ear,unitName=dcm4chee-arr
2013-01-27 06:18:06,004 INFO  -> (JBoss Shutdown Hook) [org.hibernate.impl.SessionFactoryImpl] closing
2013-01-27 06:18:06,006 INFO  -> (JBoss Shutdown Hook) [org.hibernate.impl.SessionFactoryObjectFactory] Unbinding factory from JNDI name: persistence.units:ear=dcm4chee-arr-3.0.11-mysql.ear,unitName=dcm4chee-arr
2013-01-27 06:18:06,008 INFO  -> (JBoss Shutdown Hook) [org.hibernate.util.NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
2013-01-27 06:18:06,012 INFO  -> (JBoss Shutdown Hook) [org.hibernate.impl.SessionFactoryObjectFactory] Unbound factory from JNDI name: persistence.units:ear=dcm4chee-arr-3.0.11-mysql.ear,unitName=dcm4chee-arr
2013-01-27 06:18:06,018 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] persistence.units:ear=dcm4chee-arr-3.0.11-mysql.ear,unitName=dcm4chee-arr is not registered
2013-01-27 06:18:06,022 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-arr-3.0.11-mysql.ear,jar=dcm4chee-arr-seam-ejb-3.0.11.jar,name=AuditRecordAccessBean,service=EJB3 is not registered
2013-01-27 06:18:06,030 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb3.EJBContainer] STOPPED EJB: org.dcm4chee.arr.seam.ejb.AuditLogUsedBean ejbName: AuditLogUsedBean
2013-01-27 06:18:06,033 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-arr-3.0.11-mysql.ear,jar=dcm4chee-arr-seam-ejb-3.0.11.jar,name=AuditLogUsedBean,service=EJB3 is not registered
2013-01-27 06:18:06,037 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-arr-3.0.11-mysql.ear,jar=dcm4chee-arr-seam-ejb-3.0.11.jar,name=AuditRecordListAction,service=EJB3 is not registered
2013-01-27 06:18:06,041 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-arr-3.0.11-mysql.ear,jar=dcm4chee-arr-seam-ejb-3.0.11.jar,name=AuditRecordQueryBean,service=EJB3 is not registered
2013-01-27 06:18:06,044 WARN  -> (JBoss Shutdown Hook) [org.jboss.ejb3.JmxKernelAbstraction] jboss.j2ee:ear=dcm4chee-arr-3.0.11-mysql.ear,jar=dcm4chee-arr-listeners-mdb-3.0.11.jar,name=ReceiverMDB,service=EJB3 is not registered
2013-01-27 06:18:06,074 INFO  -> (JBoss Shutdown Hook) [org.dcm4chex.archive.mbean.SchedulerService] Stop Scheduler CheckFreeDiskSpaceWado
2013-01-27 06:18:06,102 INFO  -> (JBoss Shutdown Hook) [org.dcm4chex.archive.mbean.SchedulerService] Stop Scheduler DeleteOrphanedPrivateFiles
2013-01-27 06:18:06,106 INFO  -> (JBoss Shutdown Hook) [org.dcm4chex.archive.mbean.SchedulerService] Stop Scheduler DeleteOrphanedPrivateFiles
2013-01-27 06:18:06,110 INFO  -> (JBoss Shutdown Hook) [org.dcm4chex.archive.mbean.SchedulerService] Stop Scheduler CheckPendingSeriesStored
2013-01-27 06:18:06,130 INFO  -> (JBoss Shutdown Hook) [org.dcm4cheri.server.ServerImpl] Stop Server listening at port 11112
2013-01-27 06:18:06,142 INFO  -> (TCPServer-2) [org.dcm4cheri.server.ServerImpl] Blocking ServerSocket.accept method canceled
2013-01-27 06:18:06,157 INFO  -> (JBoss Shutdown Hook) [org.dcm4cheri.server.ServerImpl] Stop Server listening at port 2575
2013-01-27 06:18:06,159 INFO  -> (TCPServer-3) [org.dcm4cheri.server.ServerImpl] Blocking ServerSocket.accept method canceled
2013-01-27 06:18:06,305 INFO  -> (Thread-17) [org.dcm4chee.arr.listeners.udp.UDPListener] Stopped UDP Server listening on 0.0.0.0/0.0.0.0:4000
2013-01-27 06:18:06,348 INFO  -> (Thread-16) [org.dcm4chee.arr.listeners.tcp.TCPListener] Stopped TCP Server listening on /0.0.0.0:6514
2013-01-27 06:18:06,353 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/ARRIncoming] stopped
2013-01-27 06:18:06,412 INFO  -> (JBoss Shutdown Hook) [org.jboss.deployment.EARDeployer] Undeploying J2EE application, destroy step: file:/var/lib/dcm4chee/server/default/deploy/dcm4chee-arr-3.0.11-mysql.ear
2013-01-27 06:18:06,416 INFO  -> (JBoss Shutdown Hook) [org.jboss.deployment.EARDeployer] Undeployed J2EE application: file:/var/lib/dcm4chee/server/default/deploy/dcm4chee-arr-3.0.11-mysql.ear
2013-01-27 06:18:06,425 INFO  -> (JBoss Shutdown Hook) [org.jboss.web.tomcat.service.TomcatDeployer] undeploy, ctxPath=/weasis, warUrl=.../tmp/deploy/tmp3004666238348069862weasis-exp.war/
2013-01-27 06:18:06,582 INFO  -> (JBoss Shutdown Hook) [org.jboss.web.tomcat.service.TomcatDeployer] undeploy, ctxPath=/weasis-pacs-connector, warUrl=.../tmp/deploy/tmp2213484997689926324weasis-pacs-connector-exp.war/
2013-01-27 06:18:06,807 INFO  -> (JBoss Shutdown Hook) [org.jboss.web.tomcat.service.TomcatDeployer] undeploy, ctxPath=/weasis-i18n, warUrl=.../tmp/deploy/tmp2013634984700292206weasis-i18n-exp.war/
2013-01-27 06:18:06,880 INFO  -> (JBoss Shutdown Hook) [org.jboss.web.tomcat.service.TomcatDeployer] undeploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
2013-01-27 06:18:06,937 INFO  -> (JBoss Shutdown Hook) [org.jboss.web.tomcat.service.TomcatDeployer] undeploy, ctxPath=/dcm4chee-web, warUrl=.../tmp/deploy/tmp3392917303143310351dcm4chee-web-exp.war/
2013-01-27 06:18:07,191 INFO  -> (JBoss Shutdown Hook) [org.jboss.web.tomcat.service.TomcatDeployer] undeploy, ctxPath=/wado, warUrl=.../tmp/deploy/tmp1889518073507207018dcm4chee-wado-exp.war/
2013-01-27 06:18:07,219 INFO  -> (JBoss Shutdown Hook) [org.jboss.web.tomcat.service.TomcatDeployer] undeploy, ctxPath=/rid, warUrl=.../tmp/deploy/tmp8341926033059761813dcm4chee-rid-exp.war/
2013-01-27 06:18:07,271 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EJBDeployer] Undeploying: file:/var/lib/dcm4chee/server/default/deploy/dcm4chee-ejb-mysql.jar
2013-01-27 06:18:07,287 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'Storage' from jndi 'StorageLocal'
2013-01-27 06:18:07,308 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'FileSystemMgt2' from jndi 'FileSystemMgt2Local'
2013-01-27 06:18:07,319 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'PatientUpdate' from jndi 'PatientUpdateLocal'
2013-01-27 06:18:07,343 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'SoundexUpdate' from jndi 'SoundexUpdateLocal'
2013-01-27 06:18:07,350 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'ContentEdit' from jndi 'ContentEditLocal'
2013-01-27 06:18:07,396 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'Issuer' from jndi 'ejb/Issuer'
2013-01-27 06:18:07,401 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'GPPPS' from jndi 'ejb/GPPPS'
2013-01-27 06:18:07,406 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'Study' from jndi 'ejb/Study'
2013-01-27 06:18:07,413 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'ContentItem' from jndi 'ejb/ContentItem'
2013-01-27 06:18:07,420 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'GPSPS' from jndi 'ejb/GPSPS'
2013-01-27 06:18:07,426 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'UPS' from jndi 'ejb/UPS'
2013-01-27 06:18:07,431 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'GPSPSRequest' from jndi 'ejb/GPSPSRequest'
2013-01-27 06:18:07,437 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'PrivateSeries' from jndi 'ejb/PrivateSeries'
2013-01-27 06:18:07,444 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'HPDefinition' from jndi 'ejb/HPDefinition'
2013-01-27 06:18:07,449 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'SeriesRequest' from jndi 'ejb/SeriesRequest'
2013-01-27 06:18:07,454 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'File' from jndi 'ejb/File'
2013-01-27 06:18:07,458 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'UPSReplacedPS' from jndi 'ejb/UPSReplacedPS'
2013-01-27 06:18:07,466 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'UPSRequest' from jndi 'ejb/UPSRequest'
2013-01-27 06:18:07,471 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'StudyOnFileSystem' from jndi 'ejb/StudyOnFileSystem'
2013-01-27 06:18:07,476 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'Series' from jndi 'ejb/Series'
2013-01-27 06:18:07,481 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'OtherPatientID' from jndi 'ejb/OtherPatientID'
2013-01-27 06:18:07,487 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'GPSPSPerformer' from jndi 'ejb/GPSPSPerformer'
2013-01-27 06:18:07,493 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'UPSGlobalSubscription' from jndi 'ejb/UPSGlobalSubscription'
2013-01-27 06:18:07,498 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'FileSystem' from jndi 'ejb/FileSystem'
2013-01-27 06:18:07,505 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'UPSSubscription' from jndi 'ejb/UPSSubscription'
2013-01-27 06:18:07,512 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'AE' from jndi 'ejb/AE'
2013-01-27 06:18:07,518 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'StudyPermission' from jndi 'ejb/StudyPermission'
2013-01-27 06:18:07,523 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'Instance' from jndi 'ejb/Instance'
2013-01-27 06:18:07,528 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'Patient' from jndi 'ejb/Patient'
2013-01-27 06:18:07,535 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'MPPS' from jndi 'ejb/MPPS'
2013-01-27 06:18:07,539 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'HP' from jndi 'ejb/HP'
2013-01-27 06:18:07,545 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'Code' from jndi 'ejb/Code'
2013-01-27 06:18:07,550 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'PrivatePatient' from jndi 'ejb/PrivatePatient'
2013-01-27 06:18:07,556 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'PrivateStudy' from jndi 'ejb/PrivateStudy'
2013-01-27 06:18:07,561 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'Media' from jndi 'ejb/Media'
2013-01-27 06:18:07,566 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'PrivateFile' from jndi 'ejb/PrivateFile'
2013-01-27 06:18:07,570 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'UPSRelatedPS' from jndi 'ejb/UPSRelatedPS'
2013-01-27 06:18:07,576 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'Device' from jndi 'ejb/Device'
2013-01-27 06:18:07,581 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'VerifyingObserver' from jndi 'ejb/VerifyingObserver'
2013-01-27 06:18:07,587 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'MWLItem' from jndi 'ejb/MWLItem'
2013-01-27 06:18:07,591 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Unbind EJB LocalHome 'PrivateInstance' from jndi 'ejb/PrivateInstance'
2013-01-27 06:18:07,602 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'AEManager' from jndi 'ejb/AEManager'
2013-01-27 06:18:07,606 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed AEManager
2013-01-27 06:18:07,609 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'Storage' from jndi 'ejb/Storage'
2013-01-27 06:18:07,611 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed Storage
2013-01-27 06:18:07,614 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'FileSystemMgt2' from jndi 'ejb/FileSystemMgt2'
2013-01-27 06:18:07,616 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed FileSystemMgt2
2013-01-27 06:18:07,618 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'FixPatientAttributes' from jndi 'ejb/FixPatientAttributes'
2013-01-27 06:18:07,623 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed FixPatientAttributes
2013-01-27 06:18:07,625 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'PatientUpdate' from jndi 'ejb/PatientUpdate'
2013-01-27 06:18:07,628 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed PatientUpdate
2013-01-27 06:18:07,629 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'AttributesModification' from jndi 'ejb/AttributesModification'
2013-01-27 06:18:07,632 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed AttributesModification
2013-01-27 06:18:07,633 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'MPPSEmulator' from jndi 'ejb/MPPSEmulator'
2013-01-27 06:18:07,635 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed MPPSEmulator
2013-01-27 06:18:07,637 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'CodeToDeviceMapping' from jndi 'ejb/CodeToDeviceMapping'
2013-01-27 06:18:07,641 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed CodeToDeviceMapping
2013-01-27 06:18:07,642 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'StudyReconciliation' from jndi 'ejb/StudyReconciliation'
2013-01-27 06:18:07,645 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed StudyReconciliation
2013-01-27 06:18:07,646 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'PrivateManager' from jndi 'ejb/PrivateManager'
2013-01-27 06:18:07,649 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed PrivateManager
2013-01-27 06:18:07,651 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'SoundexUpdate' from jndi 'ejb/SoundexUpdate'
2013-01-27 06:18:07,653 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed SoundexUpdate
2013-01-27 06:18:07,655 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'ContentManager' from jndi 'ejb/ContentManager'
2013-01-27 06:18:07,658 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed ContentManager
2013-01-27 06:18:07,659 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'ContentEdit' from jndi 'ejb/ContentEdit'
2013-01-27 06:18:07,662 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed ContentEdit
2013-01-27 06:18:07,666 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'MediaComposer' from jndi 'ejb/MediaComposer'
2013-01-27 06:18:07,669 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed MediaComposer
2013-01-27 06:18:07,670 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'MPPSManager' from jndi 'ejb/MPPSManager'
2013-01-27 06:18:07,672 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed MPPSManager
2013-01-27 06:18:07,675 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'UserManager' from jndi 'ejb/UserManager'
2013-01-27 06:18:07,677 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed UserManager
2013-01-27 06:18:07,678 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'StudyPermissionManager' from jndi 'ejb/StudyPermissionManager'
2013-01-27 06:18:07,681 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed StudyPermissionManager
2013-01-27 06:18:07,687 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'ConsistencyCheck' from jndi 'ejb/ConsistencyCheck'
2013-01-27 06:18:07,689 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed ConsistencyCheck
2013-01-27 06:18:07,691 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'AvailabilityUpdate' from jndi 'ejb/AvailabilityUpdate'
2013-01-27 06:18:07,693 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed AvailabilityUpdate
2013-01-27 06:18:07,695 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'UPSManager' from jndi 'ejb/UPSManager'
2013-01-27 06:18:07,697 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed UPSManager
2013-01-27 06:18:07,698 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'MWLManager' from jndi 'ejb/MWLManager'
2013-01-27 06:18:07,701 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed MWLManager
2013-01-27 06:18:07,703 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'HPStorage' from jndi 'ejb/HPStorage'
2013-01-27 06:18:07,705 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed HPStorage
2013-01-27 06:18:07,708 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'UpdateAttributes' from jndi 'ejb/UpdateAttributes'
2013-01-27 06:18:07,711 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed UpdateAttributes
2013-01-27 06:18:07,712 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'PIXQuery' from jndi 'ejb/PIXQuery'
2013-01-27 06:18:07,717 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed PIXQuery
2013-01-27 06:18:07,719 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'StudyMgt' from jndi 'ejb/StudyMgt'
2013-01-27 06:18:07,722 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed StudyMgt
2013-01-27 06:18:07,723 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'GPWLManager' from jndi 'ejb/GPWLManager'
2013-01-27 06:18:07,725 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed GPWLManager
2013-01-27 06:18:07,728 INFO  -> (JBoss Shutdown Hook) [org.jboss.proxy.ejb.ProxyFactory] Unbind EJB Home 'GPPPSManager' from jndi 'ejb/GPPPSManager'
2013-01-27 06:18:07,732 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed GPPPSManager
2013-01-27 06:18:07,734 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed Issuer
2013-01-27 06:18:07,737 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed GPPPS
2013-01-27 06:18:07,739 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed Study
2013-01-27 06:18:07,740 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed ContentItem
2013-01-27 06:18:07,743 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed GPSPS
2013-01-27 06:18:07,745 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed UPS
2013-01-27 06:18:07,747 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed GPSPSRequest
2013-01-27 06:18:07,749 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed PrivateSeries
2013-01-27 06:18:07,753 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed HPDefinition
2013-01-27 06:18:07,755 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed SeriesRequest
2013-01-27 06:18:07,756 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed File
2013-01-27 06:18:07,761 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed UPSReplacedPS
2013-01-27 06:18:07,766 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed UPSRequest
2013-01-27 06:18:07,768 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed StudyOnFileSystem
2013-01-27 06:18:07,770 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed Series
2013-01-27 06:18:07,772 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed OtherPatientID
2013-01-27 06:18:07,776 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed GPSPSPerformer
2013-01-27 06:18:07,778 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed UPSGlobalSubscription
2013-01-27 06:18:07,780 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed FileSystem
2013-01-27 06:18:07,782 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed UPSSubscription
2013-01-27 06:18:07,784 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed AE
2013-01-27 06:18:07,786 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed StudyPermission
2013-01-27 06:18:07,788 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed Instance
2013-01-27 06:18:07,790 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed Patient
2013-01-27 06:18:07,792 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed MPPS
2013-01-27 06:18:07,794 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed HP
2013-01-27 06:18:07,798 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed Code
2013-01-27 06:18:07,799 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed PrivatePatient
2013-01-27 06:18:07,801 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed PrivateStudy
2013-01-27 06:18:07,803 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed Media
2013-01-27 06:18:07,805 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed PrivateFile
2013-01-27 06:18:07,807 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed UPSRelatedPS
2013-01-27 06:18:07,810 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed Device
2013-01-27 06:18:07,811 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed VerifyingObserver
2013-01-27 06:18:07,813 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed MWLItem
2013-01-27 06:18:07,815 INFO  -> (JBoss Shutdown Hook) [org.jboss.ejb.EjbModule] Undeployed PrivateInstance
2013-01-27 06:18:07,843 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/CDRecord] stopped
2013-01-27 06:18:07,846 INFO  -> (JBoss Shutdown Hook) [org.dcm4chex.cdw.mbean.SchedulerService] Stop Scheduler MediaCreationRequestEmulatorTimer
2013-01-27 06:18:07,854 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/MediaComposer] stopped
2013-01-27 06:18:07,863 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/MakeIsoImage] stopped
2013-01-27 06:18:07,871 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/NeroCmd] stopped
2013-01-27 06:18:07,880 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.connectionfactory.ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@3dc98360 undeployed
2013-01-27 06:18:07,885 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.connectionfactory.ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@24de1f47 undeployed
2013-01-27 06:18:07,887 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.connectionfactory.ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@6d62f58e undeployed
2013-01-27 06:18:07,891 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/DLQ] stopped
2013-01-27 06:18:07,893 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/ExpiryQueue] stopped
2013-01-27 06:18:07,895 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/AttributesModificationScu] stopped
2013-01-27 06:18:07,898 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/DeleteStudy] stopped
2013-01-27 06:18:07,900 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/ExportManager] stopped
2013-01-27 06:18:07,902 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/FileCopy] stopped
2013-01-27 06:18:07,904 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/FileMove] stopped
2013-01-27 06:18:07,908 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/HL7Send] stopped
2013-01-27 06:18:07,910 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/IANScu] stopped
2013-01-27 06:18:07,911 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/MCMScu] stopped
2013-01-27 06:18:07,913 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/MoveScu] stopped
2013-01-27 06:18:07,915 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/PPSExceptionMgt] stopped
2013-01-27 06:18:07,916 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/PPSScu] stopped
2013-01-27 06:18:07,918 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/Prefetch] stopped
2013-01-27 06:18:07,919 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/RejectionNoteStored] stopped
2013-01-27 06:18:07,921 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/Sendmail] stopped
2013-01-27 06:18:07,924 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/StgCmtScuScp] stopped
2013-01-27 06:18:07,925 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/StudyMgtScu] stopped
2013-01-27 06:18:07,929 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/UpgradeToEnhancedMF] stopped
2013-01-27 06:18:07,931 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/UPSScp] stopped
2013-01-27 06:18:07,932 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/WadoPrefetch] stopped
2013-01-27 06:18:07,938 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.destination.QueueService] Queue[/queue/MPPSScu] stopped
2013-01-27 06:18:08,084 INFO  -> (JBoss Shutdown Hook) [org.jboss.jms.server.ServerPeer] JMS ServerPeer[0] stopped
2013-01-27 06:18:08,095 INFO  -> (JBoss Shutdown Hook) [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=pacsDS' from JNDI name 'java:pacsDS'
2013-01-27 06:18:08,176 INFO  -> (JBoss Shutdown Hook) [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' from JNDI name 'java:JmsXA'
2013-01-27 06:18:08,187 INFO  -> (JBoss Shutdown Hook) [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=arrDS' from JNDI name 'java:arrDS'
2013-01-27 06:18:08,204 INFO  -> (JBoss Shutdown Hook) [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down.
2013-01-27 06:18:08,207 INFO  -> (JBoss Shutdown Hook) [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
2013-01-27 06:18:08,213 DEBUG -> (JBoss Shutdown Hook) [org.quartz.simpl.SimpleThreadPool] Waiting for thread no. 0 to shut down
2013-01-27 06:18:08,216 DEBUG -> (DefaultQuartzScheduler_Worker-3) [org.quartz.simpl.SimpleThreadPool] WorkerThread is shutting down
2013-01-27 06:18:08,216 DEBUG -> (DefaultQuartzScheduler_Worker-0) [org.quartz.simpl.SimpleThreadPool] WorkerThread is shutting down
2013-01-27 06:18:08,214 DEBUG -> (DefaultQuartzScheduler_Worker-8) [org.quartz.simpl.SimpleThreadPool] WorkerThread is shutting down
2013-01-27 06:18:08,226 DEBUG -> (JBoss Shutdown Hook) [org.quartz.simpl.SimpleThreadPool] Waiting for thread no. 1 to shut down
2013-01-27 06:18:08,215 DEBUG -> (DefaultQuartzScheduler_Worker-4) [org.quartz.simpl.SimpleThreadPool] WorkerThread is shutting down
2013-01-27 06:18:08,215 DEBUG -> (DefaultQuartzScheduler_Worker-2) [org.quartz.simpl.SimpleThreadPool] WorkerThread is shutting down
2013-01-27 06:18:08,215 DEBUG -> (DefaultQuartzScheduler_Worker-5) [org.quartz.simpl.SimpleThreadPool] WorkerThread is shutting down
2013-01-27 06:18:08,216 DEBUG -> (DefaultQuartzScheduler_Worker-9) [org.quartz.simpl.SimpleThreadPool] WorkerThread is shutting down
2013-01-27 06:18:08,216 DEBUG -> (DefaultQuartzScheduler_Worker-6) [org.quartz.simpl.SimpleThreadPool] WorkerThread is shutting down
2013-01-27 06:18:08,216 DEBUG -> (DefaultQuartzScheduler_Worker-7) [org.quartz.simpl.SimpleThreadPool] WorkerThread is shutting down
2013-01-27 06:18:08,216 DEBUG -> (DefaultQuartzScheduler_Worker-1) [org.quartz.simpl.SimpleThreadPool] WorkerThread is shutting down
2013-01-27 06:18:08,228 INFO  -> (JBoss Shutdown Hook) [org.quartz.simpl.SimpleThreadPool] There are still 43 worker threads active. See javadoc runInThread(Runnable) for a possible explanation
2013-01-27 06:18:08,235 DEBUG -> (JBoss Shutdown Hook) [org.quartz.simpl.SimpleThreadPool] shutdown complete
2013-01-27 06:18:08,236 INFO  -> (JBoss Shutdown Hook) [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete.
2013-01-27 06:18:08,274 INFO  -> (JBoss Shutdown Hook) [org.jboss.mail.MailService] Mail service 'java:/Mail' removed from JNDI
2013-01-27 06:18:08,281 INFO  -> (JBoss Shutdown Hook) [org.jboss.web.tomcat.service.TomcatDeployer] undeploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
2013-01-27 06:18:08,324 INFO  -> (JBoss Shutdown Hook) [org.apache.coyote.http11.Http11Protocol] Pausing Coyote HTTP/1.1 on http-0.0.0.0-8080
2013-01-27 06:18:08,329 INFO  -> (JBoss Shutdown Hook) [org.apache.coyote.http11.Http11Protocol] Pausing Coyote HTTP/1.1 on http-8443
2013-01-27 06:18:08,337 INFO  -> (JBoss Shutdown Hook) [org.apache.coyote.ajp.AjpProtocol] Pausing Coyote AJP/1.3 on ajp-0.0.0.0-8009
2013-01-27 06:18:09,340 INFO  -> (JBoss Shutdown Hook) [org.apache.catalina.core.StandardService] Stopping service jboss.web
2013-01-27 06:18:09,388 INFO  -> (JBoss Shutdown Hook) [org.apache.coyote.http11.Http11Protocol] Stopping Coyote HTTP/1.1 on http-0.0.0.0-8080
2013-01-27 06:18:09,393 INFO  -> (JBoss Shutdown Hook) [org.apache.coyote.http11.Http11Protocol] Stopping Coyote HTTP/1.1 on http-8443
2013-01-27 06:18:09,395 INFO  -> (JBoss Shutdown Hook) [org.apache.coyote.ajp.AjpProtocol] Stopping Coyote AJP/1.3 on ajp-0.0.0.0-8009
2013-01-27 06:18:09,398 INFO  -> (JBoss Shutdown Hook) [org.jboss.web.tomcat.service.TomcatDeployer] undeploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
2013-01-27 06:18:09,404 INFO  -> (JBoss Shutdown Hook) [org.jboss.web.tomcat.service.TomcatDeployer] undeploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
2013-01-27 06:18:09,407 INFO  -> (JBoss Shutdown Hook) [org.jboss.web.tomcat.service.TomcatDeployer] undeploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
2013-01-27 06:18:09,799 INFO  -> (JBoss Shutdown Hook) [org.dcm4cheri.server.ServerImpl] Stop Server listening at port 10104
2013-01-27 06:18:09,802 INFO  -> (JBoss Shutdown Hook) [org.dcm4chex.cdw.mbean.SchedulerService] Stop Scheduler PurgeSpoolDir
2013-01-27 06:18:09,802 INFO  -> (TCPServer-1) [org.dcm4cheri.server.ServerImpl] Blocking ServerSocket.accept method canceled
2013-01-27 06:18:10,051 INFO  -> (JBoss Shutdown Hook) [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Stopping recovery manager
2013-01-27 06:18:10,357 INFO  -> (JBoss Shutdown Hook) [org.jboss.system.server.Server] Shutdown complete

fleetwoodfc

unread,
Jan 27, 2013, 7:47:46 AM1/27/13
to dcm...@googlegroups.com
Couple of things:
1. Please attach the log info (in a text file) rather than embed the text in the post - very hard to read otherwise.
2. You have a file called weasis-1.1.2.deb in the deploy directory - don't think it should be there.
...

Mark Messer

unread,
Jan 27, 2013, 5:03:51 PM1/27/13
to dcm...@googlegroups.com
 

- When I download weasis.war and dcm4chee-web3/3.0.2/weasis-pacs-connector.war, I get zip files. They don't work when deployed until I rename them to war.

I've already heard about this issue. Which browser are you using? I guess it replaces the original extension ;)

I typically have both Internet Explorer 9 and Firefox 18.0.1 open. I have no filename problem when I download with Firefox.
 
If I downloaded weasis.war with Internet Explorer, IE asks me What do you want to do with weasis.zip? If I choose the Save As option, IE offers to put weasis.zip in the folder of my choice. I can change the filename to weasis.war, and get the right filename.
 
Here is a link on how you can set up the MIME type at the SourceForge server to stop this IE problem. Given the easy work around, it might not be worth the trouble.
 
 
---  

- Every time I start weasis (using DCM4CHEE), viewer.jnlp is downloaded from http://localhost:8080. I have to click through a dialog or two asking if I want to download and run weasis. How do I avoid this?
With browsers which have excluded Java plugin, you will download jnlp file and the system will execute it, see how to launch Weasis on Safari or Chrome in http://www.dcm4che.org/confluence/display/WEA/Frequently+Asked+Questions+%28FAQs%29.
 
Let me restate this one. This time it is Firefox.  It is three separate problems.  Two are easy to fix.
    When the dialog asks if I want to run Weasis, check the box to trust this publisher.
    In the Firefox menu, go to Tools / Options / Applications / JNLP file. Select Use Java(TM) Web Start Launcher.
 
I haven't found an answer for the third problem, except don't use Firefox. Since this is a small problem, it isn't necessary to avoid Firefox.
In the web UI, whenever I click on the open web viewer icon, an http request is generated
    http://localhost:8080/weasis-pacs-connector/viewer.jnlp?studyUID=1.2.840.113745.101000.1008000.38412.4675.7032121
One effect of this is to download viewer.jnlp from localhost. When a browser downloads a jnlp file, it is supposed to be cached. The next time, no download should be needed.

Firefox doesn't cache it properly. So every time I click on the icon, the Downloads window opens, and yet another copy is stored somewhere that isn't a cache. Depending on how the Applications option is set, it will be stored in my Downloads folder, or my AppData\Local\Temp folder.

Here is a link that describes this problem, but doesn't offer a solution.
 

Dr Lawrence M Fox

unread,
Jan 27, 2013, 5:25:54 PM1/27/13
to dcm...@googlegroups.com
Thanks for your help, fleetwoodfc. I have deleted the deb in deploy subdirectory.  Attached is the logfile. 
Larry
copy_Of_server_log.txt

David Davies

unread,
Jan 28, 2013, 8:26:19 AM1/28/13
to dcm...@googlegroups.com
One exception is "java.net.UnknownHostException: local" so I would check your entry in the weasis-pacs-connector.properties file. What is the pacs.host property set to (should be 'localhost') ?

--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To post to this group, send email to dcm...@googlegroups.com.
To unsubscribe from this group, send email to dcm4che+u...@googlegroups.com.
Visit this group at http://groups.google.com/group/dcm4che?hl=en.
 
 

Dr Lawrence M Fox

unread,
Jan 28, 2013, 11:29:51 AM1/28/13
to dcm...@googlegroups.com, dda...@eesimed.com
I had it set as "local" now changed to "localhost" and I am getting download of the jnlp file, opening of Weasis 1.2.4, but no image: (

nicolas...@gmail.com

unread,
Jan 28, 2013, 3:45:46 PM1/28/13
to dcm...@googlegroups.com, dda...@eesimed.com
It seems you have installed cdmedicpacsweb. I will suggest to follow the instructions either from cdmedicpacsweb website or from dcm4chee website (the last dcm4chee + weasis)  but not from both.
Reply all
Reply to author
Forward
0 new messages