XNAT 1.7.3.1 with pipeline 1.7.3 DICOMtoNifti pipeline queued forever, pipeline not run

175 views
Skip to first unread message

Haofei FENG

unread,
Sep 17, 2017, 5:15:58 AM9/17/17
to xnat_discussion

Hi,

I am trying to run the DICOM to NIFTI on SCAN 901 as attached.



I clicked on "Run Pipeline", and selected the "DicomToNifti" 


I clicked "Run Pipeline in-process"

and then it became in "Queued" status for long. There are only 53 files in total 1.4MB, sample as below:

[root@bidsda01176 DICOM]# ls -ltr

total 1564

-rw-r--r--. 1 nobody tomcat 26828 Sep 13 17:32 1.3.46.670589.11.17374.5.0.6720.2009102814093462024-901-40-1kvdkmf.dcm

-rw-r--r--. 1 nobody tomcat 26828 Sep 13 17:32 1.3.46.670589.11.17374.5.0.6720.2009102814093462024-901-39-1kvb0oa.dcm

-rw-r--r--. 1 nobody tomcat 26828 Sep 13 17:32 1.3.46.670589.11.17374.5.0.6720.2009102814093462024-901-38-1kuvozl.dcm

-rw-r--r--. 1 nobody tomcat 26826 Sep 13 17:32 1.3.46.670589.11.17374.5.0.6720.2009102814093462024-901-37-1kut51g.dcm

-rw-r--r--. 1 nobody tomcat 26828 Sep 13 17:32 1.3.46.670589.11.17374.5.0.6720.2009102814093462024-901-36-1kuql3b.dcm

-rw-r--r--. 1 nobody tomcat 26828 Sep 13 17:32 1.3.46.670589.11.17374.5.0.6720.2009102814093462024-901-35-1kirky1.dcm

-rw-r--r--. 1 nobody tomcat 26828 Sep 13 17:32 1.3.46.670589.11.17374.5.0.6720.2009102814093462024-901-34-1kip0zw.dcm

-rw-r--r--. 1 nobody tomcat 26828 Sep 13 17:32 1.3.46.670589.11.17374.5.0.6720.2009102814093462024-901-33-1kin41a.dcm


However, it looks like it will not run.
## Checked the logs in $xnat_home/logs/pipeline.log, the errors looked like to be 
" Couldn't search for queued workflows"
and 
"Unable to launch pipeline /rds/data/xnat/pipeline/catalog/mricron/DicomToNifti.xml  org.nrg.pipeline.exception.PipelineEngineException: Unable to complete pipeline fileUtils:getJSESSION('DUMMY') Encountered class net.sf.saxon.trans.XPathException==>XPath syntax error at char 30 in {fileUtils:getJSESSION('DUMMY')}:      Cannot find a matching 1-argument function named {http://www.xnat.org/java/org.nrg.imagingtools.utils.FileUtils}getJSESSION() XPath syntax error at char 30 in {fileUtils:getJSESSION('DUMMY')}:      Cannot find a matching 1-argument function named {http://www.xnat.org/java/org.nrg.imagingtools.utils.FileUtils}getJSESSION()

[root@bidsda01176 logs]# cat /rds/data/xnat/home/logs/pipeline.log



2017-09-17 18:40:37,243 Couldn't search for queued workflows

org.nrg.xnattools.exception.SessionManagerNotInitedException

 at org.nrg.xnattools.SessionManager.createJSESSION(SessionManager.java:92)

 at org.nrg.xnattools.SessionManager.getJSESSION(SessionManager.java:136)

 at org.nrg.xnattools.xml.XMLSearch.getIdentifiers(XMLSearch.java:129)

 at org.nrg.xnattools.xml.XMLSearch.searchAll(XMLSearch.java:79)

 at org.nrg.pipeline.client.XNATPipelineLauncher.isPipelineQueuedOrAwaitingOrOnHold(XNATPipelineLauncher.java:381)

 at org.nrg.pipeline.client.XNATPipelineLauncher.isPipelineQueuedOrAwaitingOrOnHold(XNATPipelineLauncher.java:352)

 at org.nrg.pipeline.client.XNATPipelineLauncher.launch(XNATPipelineLauncher.java:61)

 at org.nrg.pipeline.client.XNATPipelineLauncher.run(XNATPipelineLauncher.java:298)

 at org.nrg.pipeline.XnatPipelineLauncher.launchInProcessPipelineExecution(XnatPipelineLauncher.java:218)

 at org.nrg.pipeline.XnatPipelineLauncher.launch(XnatPipelineLauncher.java:198)

 at org.nrg.pipeline.XnatPipelineLauncher.launch(XnatPipelineLauncher.java:190)

 at org.nrg.xnat.turbine.modules.actions.ManagePipeline.doLaunchpipeline(ManagePipeline.java:414)

 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 at java.lang.reflect.Method.invoke(Method.java:498)

 at org.apache.turbine.util.velocity.VelocityActionEvent.executeEvents(VelocityActionEvent.java:138)

 at org.apache.turbine.util.velocity.VelocityActionEvent.perform(VelocityActionEvent.java:81)

 at org.apache.turbine.modules.actions.VelocityAction.perform(VelocityAction.java:75)

 at org.apache.turbine.modules.actions.VelocitySecureAction.perform(VelocitySecureAction.java:64)

 at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:102)

 at org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:116)

 at org.apache.turbine.modules.Page.build(Page.java:56)

 at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:104)

 at org.apache.turbine.Turbine.doGet(Turbine.java:796)

 at org.apache.turbine.Turbine.doPost(Turbine.java:891)

 at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)

 at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:200)

 at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:178)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at org.nrg.xnat.restlet.util.UpdateExpirationCookie.doFilter(UpdateExpirationCookie.java:37)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:316)

 at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)

 at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:122)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.nrg.xnat.security.XnatInitCheckFilter.doFilter(XnatInitCheckFilter.java:47)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:169)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:48)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.nrg.xnat.security.XnatBasicAuthenticationFilter.doFilterInternal(XnatBasicAuthenticationFilter.java:143)

 at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:205)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:120)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64)

 at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:53)

 at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.session.ConcurrentSessionFilter.doFilter(ConcurrentSessionFilter.java:133)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.nrg.xnat.security.XnatExpiredPasswordFilter.doFilter(XnatExpiredPasswordFilter.java:204)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:91)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.access.channel.ChannelProcessingFilter.doFilter(ChannelProcessingFilter.java:152)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:213)

 at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:176)

 at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)

 at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:218)

 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)

 at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:506)

 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)

 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)

 at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:962)

 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)

 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)

 at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1115)

 at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)

 at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)

 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

 at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

 at java.lang.Thread.run(Thread.java:748)

2017-09-17 18:40:38,694 Unable to launch pipeline /rds/data/xnat/pipeline/catalog/mricron/DicomToNifti.xml

org.nrg.pipeline.exception.PipelineEngineException: Unable to complete pipeline fileUtils:getJSESSION('
DUMMY') Encountered class net.sf.saxon.trans.XPathException==>XPath syntax error at char 30 in {fileUtils:getJSESSION('DUMMY')}:

    Cannot find a matching 1-argument function named {http://www.xnat.org/java/org.nrg.imagingtools.utils.FileUtils}getJSESSION() XPath syntax error at char 30 in {fileUtils:getJSESSION('
DUMMY')}:

    Cannot find a matching 1-argument function named {http://www.xnat.org/java/org.nrg.imagingtools.utils.FileUtils}getJSESSION()

 at org.nrg.pipeline.manager.PipelineManager.launchPipeline(PipelineManager.java:226)

 at org.nrg.pipeline.manager.PipelineManager.launchPipeline(PipelineManager.java:193)

 at org.nrg.pipeline.client.XNATPipelineLauncher.launch(XNATPipelineLauncher.java:63)

 at org.nrg.pipeline.client.XNATPipelineLauncher.run(XNATPipelineLauncher.java:298)

 at org.nrg.pipeline.XnatPipelineLauncher.launchInProcessPipelineExecution(XnatPipelineLauncher.java:218)

 at org.nrg.pipeline.XnatPipelineLauncher.launch(XnatPipelineLauncher.java:198)

 at org.nrg.pipeline.XnatPipelineLauncher.launch(XnatPipelineLauncher.java:190)

 at org.nrg.xnat.turbine.modules.actions.ManagePipeline.doLaunchpipeline(ManagePipeline.java:414)

 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 at java.lang.reflect.Method.invoke(Method.java:498)

 at org.apache.turbine.util.velocity.VelocityActionEvent.executeEvents(VelocityActionEvent.java:138)

 at org.apache.turbine.util.velocity.VelocityActionEvent.perform(VelocityActionEvent.java:81)

 at org.apache.turbine.modules.actions.VelocityAction.perform(VelocityAction.java:75)

 at org.apache.turbine.modules.actions.VelocitySecureAction.perform(VelocitySecureAction.java:64)

 at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:102)

 at org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:116)

 at org.apache.turbine.modules.Page.build(Page.java:56)

 at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:104)

 at org.apache.turbine.Turbine.doGet(Turbine.java:796)

 at org.apache.turbine.Turbine.doPost(Turbine.java:891)

 at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)

 at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:200)

 at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:178)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at org.nrg.xnat.restlet.util.UpdateExpirationCookie.doFilter(UpdateExpirationCookie.java:37)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:316)

 at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)

 at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:122)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.nrg.xnat.security.XnatInitCheckFilter.doFilter(XnatInitCheckFilter.java:47)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:169)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:48)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.nrg.xnat.security.XnatBasicAuthenticationFilter.doFilterInternal(XnatBasicAuthenticationFilter.java:143)

 at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:205)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:120)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64)

 at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:53)

 at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.session.ConcurrentSessionFilter.doFilter(ConcurrentSessionFilter.java:133)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.nrg.xnat.security.XnatExpiredPasswordFilter.doFilter(XnatExpiredPasswordFilter.java:204)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:91)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.access.channel.ChannelProcessingFilter.doFilter(ChannelProcessingFilter.java:152)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:213)

 at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:176)

 at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)

 at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:218)

 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)

 at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:506)

 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)

 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)

 at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:962)

 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)

 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)

 at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1115)

 at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)

 at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)

 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

 at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

 at java.lang.Thread.run(Thread.java:748)

2017-09-17 18:40:38,833 Message failed to send through REST service, retrying with direct SMTP.

org.springframework.web.client.HttpClientErrorException: 401 Unauthorized

 at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:91)

 at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:641)

 at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:597)

 at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:572)

 at org.springframework.web.client.RestTemplate.postForEntity(RestTemplate.java:400)

 at org.nrg.mail.services.impl.RestBasedMailServiceImpl.sendMessage(RestBasedMailServiceImpl.java:159)

 at org.nrg.pipeline.utils.MailUtils.send(MailUtils.java:96)

 at org.nrg.pipeline.utils.MailUtils.send(MailUtils.java:73)

 at org.nrg.pipeline.client.XNATPipelineLauncher.composeFailureMessage(XNATPipelineLauncher.java:245)

 at org.nrg.pipeline.client.XNATPipelineLauncher.fail(XNATPipelineLauncher.java:316)

 at org.nrg.pipeline.client.XNATPipelineLauncher.run(XNATPipelineLauncher.java:302)

 at org.nrg.pipeline.XnatPipelineLauncher.launchInProcessPipelineExecution(XnatPipelineLauncher.java:218)

 at org.nrg.pipeline.XnatPipelineLauncher.launch(XnatPipelineLauncher.java:198)

 at org.nrg.pipeline.XnatPipelineLauncher.launch(XnatPipelineLauncher.java:190)

 at org.nrg.xnat.turbine.modules.actions.ManagePipeline.doLaunchpipeline(ManagePipeline.java:414)

 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 at java.lang.reflect.Method.invoke(Method.java:498)

 at org.apache.turbine.util.velocity.VelocityActionEvent.executeEvents(VelocityActionEvent.java:138)

 at org.apache.turbine.util.velocity.VelocityActionEvent.perform(VelocityActionEvent.java:81)

 at org.apache.turbine.modules.actions.VelocityAction.perform(VelocityAction.java:75)

 at org.apache.turbine.modules.actions.VelocitySecureAction.perform(VelocitySecureAction.java:64)

 at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:102)

 at org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:116)

 at org.apache.turbine.modules.Page.build(Page.java:56)

 at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:104)

 at org.apache.turbine.Turbine.doGet(Turbine.java:796)

 at org.apache.turbine.Turbine.doPost(Turbine.java:891)

 at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)

 at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:200)

 at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:178)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at org.nrg.xnat.restlet.util.UpdateExpirationCookie.doFilter(UpdateExpirationCookie.java:37)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:316)

 at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)

 at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:122)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.nrg.xnat.security.XnatInitCheckFilter.doFilter(XnatInitCheckFilter.java:47)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:169)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:48)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.nrg.xnat.security.XnatBasicAuthenticationFilter.doFilterInternal(XnatBasicAuthenticationFilter.java:143)

 at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:205)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:120)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64)

 at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:53)

 at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.session.ConcurrentSessionFilter.doFilter(ConcurrentSessionFilter.java:133)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.nrg.xnat.security.XnatExpiredPasswordFilter.doFilter(XnatExpiredPasswordFilter.java:204)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:91)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.access.channel.ChannelProcessingFilter.doFilter(ChannelProcessingFilter.java:152)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:213)

 at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:176)

 at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)

 at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:218)

 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)

 at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:506)

 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)

 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)

 at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:962)

 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)

 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)

 at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1115)

 at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)

 at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)

 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

 at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

 at java.lang.Thread.run(Thread.java:748)

2017-09-17 18:40:38,959 Message failed to send through REST service, retrying with direct SMTP.

org.springframework.web.client.HttpClientErrorException: 401 Unauthorized

 at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:91)

 at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:641)

 at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:597)

 at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:572)

 at org.springframework.web.client.RestTemplate.postForEntity(RestTemplate.java:400)

 at org.nrg.mail.services.impl.RestBasedMailServiceImpl.sendMessage(RestBasedMailServiceImpl.java:159)

 at org.nrg.pipeline.utils.MailUtils.send(MailUtils.java:96)

 at org.nrg.pipeline.utils.MailUtils.send(MailUtils.java:73)

 at org.nrg.pipeline.client.XNATPipelineLauncher.composeFailureMessage(XNATPipelineLauncher.java:251)

 at org.nrg.pipeline.client.XNATPipelineLauncher.fail(XNATPipelineLauncher.java:316)

 at org.nrg.pipeline.client.XNATPipelineLauncher.run(XNATPipelineLauncher.java:302)

 at org.nrg.pipeline.XnatPipelineLauncher.launchInProcessPipelineExecution(XnatPipelineLauncher.java:218)

 at org.nrg.pipeline.XnatPipelineLauncher.launch(XnatPipelineLauncher.java:198)

 at org.nrg.pipeline.XnatPipelineLauncher.launch(XnatPipelineLauncher.java:190)

 at org.nrg.xnat.turbine.modules.actions.ManagePipeline.doLaunchpipeline(ManagePipeline.java:414)

 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 at java.lang.reflect.Method.invoke(Method.java:498)

 at org.apache.turbine.util.velocity.VelocityActionEvent.executeEvents(VelocityActionEvent.java:138)

 at org.apache.turbine.util.velocity.VelocityActionEvent.perform(VelocityActionEvent.java:81)

 at org.apache.turbine.modules.actions.VelocityAction.perform(VelocityAction.java:75)

 at org.apache.turbine.modules.actions.VelocitySecureAction.perform(VelocitySecureAction.java:64)

 at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:102)

 at org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:116)

 at org.apache.turbine.modules.Page.build(Page.java:56)

 at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:104)

 at org.apache.turbine.Turbine.doGet(Turbine.java:796)

 at org.apache.turbine.Turbine.doPost(Turbine.java:891)

 at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)

 at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:200)

 at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:178)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at org.nrg.xnat.restlet.util.UpdateExpirationCookie.doFilter(UpdateExpirationCookie.java:37)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:316)

 at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)

 at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:122)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.nrg.xnat.security.XnatInitCheckFilter.doFilter(XnatInitCheckFilter.java:47)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:169)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:48)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.nrg.xnat.security.XnatBasicAuthenticationFilter.doFilterInternal(XnatBasicAuthenticationFilter.java:143)

 at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:205)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:120)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64)

 at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:53)

 at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.session.ConcurrentSessionFilter.doFilter(ConcurrentSessionFilter.java:133)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.nrg.xnat.security.XnatExpiredPasswordFilter.doFilter(XnatExpiredPasswordFilter.java:204)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:91)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.access.channel.ChannelProcessingFilter.doFilter(ChannelProcessingFilter.java:152)

 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)

 at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:213)

 at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:176)

 at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)

 at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)

 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:218)

 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)

 at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:506)

 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)

 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)

 at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:962)

 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)

 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)

 at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1115)

 at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)

 at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)

 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

 at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

 




Also, at /rds/data/xnat/pipeline/logs/  , it kept generating logs. in 30mins times already 75MB logs are generated.

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.SQL - select this_.id as id1_80_0_, this_.created as created2_80_0_, this_.disabled as disabled3_80_0_, this_.enabled as enabled4_80_0_, this_.timestamp as timestam5_80_0_, this_.host_name as host_nam6_80_0_, this_.is_active as is_activ7_80_0_, this_.last_check_in as last_che8_80_0_, this_.last_initialized as last_ini9_80_0_, this_.last_ip_address as last_ip10_80_0_, this_.node_id as node_id11_80_0_ from xhbm_xnat_node_info this_ where this_.node_id=? and this_.host_name=?

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=host}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_preference

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_preference is null

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_tool

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_tool is null

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.165, scope=0, name=host, disabled=1970-01-01 10:00:00.0, entityId=, id=172, value=unix:///var/run/docker.sock, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.165}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=name}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_preference

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_preference is null

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_tool

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_tool is null

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.176, scope=0, name=name, disabled=1970-01-01 10:00:00.0, entityId=, id=173, value=Local socket, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.176}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=host}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_preference

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_preference is null

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_tool

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_tool is null

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.165, scope=0, name=host, disabled=1970-01-01 10:00:00.0, entityId=, id=172, value=unix:///var/run/docker.sock, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.165}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=certPath}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_preference

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_preference is null

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_tool

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_tool is null

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.192, scope=0, name=certPath, disabled=1970-01-01 10:00:00.0, entityId=, id=174, value=, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.192}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#89]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#89]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#89]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#90]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#90]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#90]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#92]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#92]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#92]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#120]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#120]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#120]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#121]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#121]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#121]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#57]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#57]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#57]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#91]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#91]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#91]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#29]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#29]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#29]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#75]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#75]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#75]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#72]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#72]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#72]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#71]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#71]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#71]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#81]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#81]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#81]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#85]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#85]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#85]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#86]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#86]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#86]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#66]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#66]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#66]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#77]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#77]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#77]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#74]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#74]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#74]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#87]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#87]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#87]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#43]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#43]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#43]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#67]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#67]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#67]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#122]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#122]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#122]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#123]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#123]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#123]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#124]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#124]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#124]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#125]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#125]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#125]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#126]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#126]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#126]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#127]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#127]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#127]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#128]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#128]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#128]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#24]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#24]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#24]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#129]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#129]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#129]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#130]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#130]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#130]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#131]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#131]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#131]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#132]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#132]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#132]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#133]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#133]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#133]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#136]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#136]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#136]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#137]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#137]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#137]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#138]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#138]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#138]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#139]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#139]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#139]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#140]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#140]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#140]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#141]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#141]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#141]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#142]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#142]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#142]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#143]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#143]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#143]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#144]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#144]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#144]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#145]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#145]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#145]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#146]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#146]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#146]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#147]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#147]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#147]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#148]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#148]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#148]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#149]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#149]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#149]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#150]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#150]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#150]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#151]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#151]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#151]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#152]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#152]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#152]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#153]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#153]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#153]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#154]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#154]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#154]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#155]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#155]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#155]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#156]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#156]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#156]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#157]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#157]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#157]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#158]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#158]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#158]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#159]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#159]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#159]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#160]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#160]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#160]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#161]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#161]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#161]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#162]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#162]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#162]

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 134 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.461, scope=0, name=UI.allow-blocked-subject-assessor-view, disabled=1970-01-01 10:00:00.0, entityId=, id=139, value=false, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.461}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.512, scope=0, name=security.allow-HTML-resource-rendering, disabled=1970-01-01 10:00:00.0, entityId=, id=140, value=true, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.512}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.517, scope=0, name=enableDicomReceiver.property.changed.listener, disabled=1970-01-01 10:00:00.0, entityId=, id=141, value=org.nrg.dcm.DicomSCPSiteConfigurationListener, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.517}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.549, scope=0, name=UI.login_failure_message, disabled=1970-01-01 10:00:00.0, entityId=, id=142, value=Your login attempt failed because the username and password combination you provided was invalid or the site is currently at the maximum number of user sessions. After %d failed login attempts, your user account will be locked. If you believe your account is currently locked, you can:<ul><li>Unlock it by resetting your password</li><li>Wait one hour for it to unlock automatically</li></ul>, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.549}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.559, scope=0, name=security.channel, disabled=1970-01-01 10:00:00.0, entityId=, id=143, value=any, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.559}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.577, scope=0, name=displayNameForGenericImageSession.plural, disabled=1970-01-01 10:00:00.0, entityId=, id=144, value=Sessions, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.577}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.587, scope=0, name=UI.allow-scan-addition, disabled=1970-01-01 10:00:00.0, entityId=, id=145, value=true, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.587}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.597, scope=0, name=security.services.featureRepository.default, disabled=1970-01-01 10:00:00.0, entityId=, id=146, value=org.nrg.xdat.security.services.impl.FeatureRepositoryServiceImpl, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.597}

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.603, scope=0, name=UI.show-manage-files, disabled=1970-01-01 10:00:00.0, entityId=, id=147, value=true, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.603}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.613, scope=0, name=security.services.role.default, disabled=1970-01-01 10:00:00.0, entityId=, id=148, value=org.nrg.xdat.security.services.impl.RoleServiceImpl, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.613}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.635, scope=0, name=audit.show_change_justification, disabled=1970-01-01 10:00:00.0, entityId=, id=149, value=false, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.635}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.662, scope=0, name=security.services.roleRepository.default, disabled=1970-01-01 10:00:00.0, entityId=, id=150, value=org.nrg.xdat.security.services.impl.RoleRepositoryServiceImpl, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.662}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.702, scope=0, name=UI.allow-new-user-comments, disabled=1970-01-01 10:00:00.0, entityId=, id=151, value=true, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.702}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.709, scope=0, name=UI.show-left-bar, disabled=1970-01-01 10:00:00.0, entityId=, id=152, value=true, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.709}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.719, scope=0, name=audit.require_change_justification, disabled=1970-01-01 10:00:00.0, entityId=, id=153, value=false, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.719}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.731, scope=0, name=displayNameForGenericImageSession.singular, disabled=1970-01-01 10:00:00.0, entityId=, id=154, value=Session, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.731}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.752, scope=0, name=audit.require_event_name, disabled=1970-01-01 10:00:00.0, entityId=, id=155, value=false, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.752}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.755, scope=0, name=security.require_image_assessor_labels, disabled=1970-01-01 10:00:00.0, entityId=, id=156, value=false, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.755}

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.763, scope=0, name=UI.allow-advanced-search, disabled=1970-01-01 10:00:00.0, entityId=, id=157, value=true, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.763}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.769, scope=0, name=UI.show-left-bar-projects, disabled=1970-01-01 10:00:00.0, entityId=, id=158, value=true, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.769}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.776, scope=0, name=UI.show-left-bar-search, disabled=1970-01-01 10:00:00.0, entityId=, id=159, value=true, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.776}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - More......

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.SQL - select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.scope=?

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#5]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#8]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#9]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#10]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#12]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#13]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#14]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#15]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#16]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#19]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#20]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#21]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#23]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#27]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#28]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#32]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#35]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#37]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#38]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#39]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#40]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#42]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#44]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#45]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#46]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#47]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#48]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#50]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#51]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#54]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#56]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#61]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#62]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#55]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#53]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#6]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#52]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#1]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#26]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#58]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#22]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#64]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#60]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#63]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#7]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#2]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#3]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#25]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#17]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#31]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#49]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#30]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#41]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#4]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#36]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#18]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#34]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#33]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#59]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#11]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#65]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#68]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#69]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#70]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#73]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#76]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#78]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#79]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#80]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#82]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#83]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#84]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#88]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#89]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#90]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#92]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#120]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#121]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#57]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#91]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#29]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#75]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#72]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#71]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#81]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#85]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#86]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#66]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#77]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#74]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#87]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#43]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#67]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#122]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#123]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#124]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#125]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#126]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#127]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#128]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#24]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#129]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#130]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#131]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#132]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#133]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#136]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#137]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#138]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#139]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#140]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#141]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#142]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#143]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#144]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#145]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#146]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#147]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#148]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#149]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#150]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#151]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#152]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#153]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#154]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#155]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#156]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#157]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#158]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#159]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#160]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#161]

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#162]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#5]

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#5]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#5]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#8]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#8]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#8]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#9]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#9]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#9]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#10]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#10]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#10]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#12]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#12]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#12]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#13]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#13]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#13]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#14]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#14]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#14]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#15]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#15]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#15]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#16]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#16]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#16]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#19]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#19]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#19]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#20]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#20]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#20]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#21]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#21]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#21]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#23]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#23]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#23]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#27]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#27]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#27]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#28]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#28]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#28]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#32]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#32]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#32]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#35]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#35]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#35]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#37]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#37]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#37]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#38]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#38]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#38]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#39]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#39]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#39]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#40]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#40]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#40]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#42]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#42]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#42]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#44]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#44]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#44]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#45]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#45]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#45]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#46]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#46]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#46]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#47]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#47]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#47]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#48]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#48]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#48]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#50]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#50]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#50]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#51]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#51]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#51]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#54]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#54]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#54]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#56]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#56]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#56]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#61]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#61]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#61]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#62]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#62]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#62]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#55]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#55]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#55]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#53]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#53]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#53]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#6]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#6]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#6]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#52]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#52]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#52]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#1]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#1]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#1]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#26]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#26]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#26]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#58]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#58]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#58]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#22]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#22]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#22]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#64]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#64]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#64]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#60]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#60]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#60]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#63]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#63]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#63]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#7]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#7]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#7]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#2]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#2]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#2]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#3]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#3]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#3]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#25]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#25]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#25]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#17]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#17]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#17]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#31]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#31]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#31]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#49]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#49]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#49]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#30]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#30]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#30]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#41]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#41]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#41]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#4]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#4]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#4]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#36]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#36]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#36]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#18]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#18]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#18]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#34]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#34]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#34]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#33]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#33]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#33]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#59]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#59]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#59]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#11]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#11]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#11]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#65]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#65]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#65]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#68]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#68]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#68]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#69]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#69]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#69]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#70]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#70]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#70]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#73]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#73]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#73]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#76]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#76]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#76]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#78]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#78]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#78]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#79]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#79]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#79]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#80]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#80]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#80]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#82]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#82]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#82]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#83]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#83]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#83]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#84]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#84]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#84]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#88]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#88]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#88]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#89]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#89]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#89]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#90]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#90]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#90]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#92]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#92]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#92]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#120]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#120]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#120]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#121]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#121]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#121]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#57]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#57]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#57]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#91]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#91]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#91]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#29]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#29]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#29]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#75]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#75]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#75]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#72]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#72]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#72]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#71]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#71]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#71]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#81]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#81]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#81]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#85]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#85]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#85]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#86]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#86]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#86]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#66]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#66]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#66]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#77]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#77]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#77]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#74]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#74]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#74]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#87]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#87]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#87]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#43]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#43]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#43]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#67]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#67]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#67]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#122]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#122]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#122]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#123]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#123]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#123]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#124]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#124]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#124]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#125]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#125]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#125]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#126]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#126]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#126]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#127]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#127]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#127]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#128]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#128]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#128]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#24]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#24]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#24]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#129]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#129]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#129]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#130]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#130]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#130]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#131]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#131]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#131]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#132]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#132]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#132]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#133]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#133]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#133]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#136]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#136]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#136]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#137]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#137]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#137]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#138]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#138]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#138]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#139]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#139]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#139]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#140]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#140]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#140]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#141]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#141]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#141]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#142]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#142]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#142]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#143]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#143]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#143]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#144]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#144]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#144]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#145]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#145]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#145]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#146]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#146]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#146]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#147]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#147]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#147]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#148]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#148]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#148]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#149]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#149]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#149]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#150]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#150]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#150]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#151]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#151]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#151]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#152]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#152]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#152]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#153]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#153]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#153]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#154]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#154]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#154]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#155]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#155]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#155]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#156]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#156]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#156]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#157]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#157]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#157]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#158]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#158]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#158]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#159]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#159]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#159]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#160]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#160]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#160]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#161]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#161]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#161]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#162]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#162]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#162]

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 134 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.461, scope=0, name=UI.allow-blocked-subject-assessor-view, disabled=1970-01-01 10:00:00.0, entityId=, id=139, value=false, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.461}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.512, scope=0, name=security.allow-HTML-resource-rendering, disabled=1970-01-01 10:00:00.0, entityId=, id=140, value=true, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.512}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.517, scope=0, name=enableDicomReceiver.property.changed.listener, disabled=1970-01-01 10:00:00.0, entityId=, id=141, value=org.nrg.dcm.DicomSCPSiteConfigurationListener, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.517}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.549, scope=0, name=UI.login_failure_message, disabled=1970-01-01 10:00:00.0, entityId=, id=142, value=Your login attempt failed because the username and password combination you provided was invalid or the site is currently at the maximum number of user sessions. After %d failed login attempts, your user account will be locked. If you believe your account is currently locked, you can:<ul><li>Unlock it by resetting your password</li><li>Wait one hour for it to unlock automatically</li></ul>, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.549}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.559, scope=0, name=security.channel, disabled=1970-01-01 10:00:00.0, entityId=, id=143, value=any, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.559}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.577, scope=0, name=displayNameForGenericImageSession.plural, disabled=1970-01-01 10:00:00.0, entityId=, id=144, value=Sessions, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.577}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.587, scope=0, name=UI.allow-scan-addition, disabled=1970-01-01 10:00:00.0, entityId=, id=145, value=true, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.587}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.597, scope=0, name=security.services.featureRepository.default, disabled=1970-01-01 10:00:00.0, entityId=, id=146, value=org.nrg.xdat.security.services.impl.FeatureRepositoryServiceImpl, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.597}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.603, scope=0, name=UI.show-manage-files, disabled=1970-01-01 10:00:00.0, entityId=, id=147, value=true, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.603}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.613, scope=0, name=security.services.role.default, disabled=1970-01-01 10:00:00.0, entityId=, id=148, value=org.nrg.xdat.security.services.impl.RoleServiceImpl, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.613}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.635, scope=0, name=audit.show_change_justification, disabled=1970-01-01 10:00:00.0, entityId=, id=149, value=false, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.635}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.662, scope=0, name=security.services.roleRepository.default, disabled=1970-01-01 10:00:00.0, entityId=, id=150, value=org.nrg.xdat.security.services.impl.RoleRepositoryServiceImpl, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.662}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.702, scope=0, name=UI.allow-new-user-comments, disabled=1970-01-01 10:00:00.0, entityId=, id=151, value=true, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.702}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.709, scope=0, name=UI.show-left-bar, disabled=1970-01-01 10:00:00.0, entityId=, id=152, value=true, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.709}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.719, scope=0, name=audit.require_change_justification, disabled=1970-01-01 10:00:00.0, entityId=, id=153, value=false, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.719}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.731, scope=0, name=displayNameForGenericImageSession.singular, disabled=1970-01-01 10:00:00.0, entityId=, id=154, value=Session, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.731}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.752, scope=0, name=audit.require_event_name, disabled=1970-01-01 10:00:00.0, entityId=, id=155, value=false, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.752}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.755, scope=0, name=security.require_image_assessor_labels, disabled=1970-01-01 10:00:00.0, entityId=, id=156, value=false, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.755}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.763, scope=0, name=UI.allow-advanced-search, disabled=1970-01-01 10:00:00.0, entityId=, id=157, value=true, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.763}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.769, scope=0, name=UI.show-left-bar-projects, disabled=1970-01-01 10:00:00.0, entityId=, id=158, value=true, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.769}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-04 13:17:24.776, scope=0, name=UI.show-left-bar-search, disabled=1970-01-01 10:00:00.0, entityId=, id=159, value=true, enabled=true, tool=org.nrg.prefs.entities.Tool#1, timestamp=2017-08-04 13:17:24.776}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - More......

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.SQL - select this_.id as id1_80_0_, this_.created as created2_80_0_, this_.disabled as disabled3_80_0_, this_.enabled as enabled4_80_0_, this_.timestamp as timestam5_80_0_, this_.host_name as host_nam6_80_0_, this_.is_active as is_activ7_80_0_, this_.last_check_in as last_che8_80_0_, this_.last_initialized as last_ini9_80_0_, this_.last_ip_address as last_ip10_80_0_, this_.node_id as node_id11_80_0_ from xhbm_xnat_node_info this_ where this_.node_id=? and this_.host_name=?

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=host}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_preference

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_preference is null

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_tool

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_tool is null

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.165, scope=0, name=host, disabled=1970-01-01 10:00:00.0, entityId=, id=172, value=unix:///var/run/docker.sock, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.165}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=name}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_preference

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_preference is null

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_tool

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_tool is null

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.176, scope=0, name=name, disabled=1970-01-01 10:00:00.0, entityId=, id=173, value=Local socket, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.176}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=host}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_preference

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_preference is null

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_tool

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_tool is null

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.165, scope=0, name=host, disabled=1970-01-01 10:00:00.0, entityId=, id=172, value=unix:///var/run/docker.sock, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.165}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=certPath}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_preference

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_preference is null

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_tool

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_tool is null

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.192, scope=0, name=certPath, disabled=1970-01-01 10:00:00.0, entityId=, id=174, value=, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.192}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=host}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_preference

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_preference is null

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_tool

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_tool is null

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.165, scope=0, name=host, disabled=1970-01-01 10:00:00.0, entityId=, id=172, value=unix:///var/run/docker.sock, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.165}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=name}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_preference

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_preference is null

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_tool

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_tool is null

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.176, scope=0, name=name, disabled=1970-01-01 10:00:00.0, entityId=, id=173, value=Local socket, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.176}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=host}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_preference

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_preference is null

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_tool

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_tool is null

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.165, scope=0, name=host, disabled=1970-01-01 10:00:00.0, entityId=, id=172, value=unix:///var/run/docker.sock, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.165}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=certPath}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_preference

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_preference is null

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_tool

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_tool is null

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.192, scope=0, name=certPath, disabled=1970-01-01 10:00:00.0, entityId=, id=174, value=, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.192}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select this_.id as id1_80_0_, this_.created as created2_80_0_, this_.disabled as disabled3_80_0_, this_.enabled as enabled4_80_0_, this_.timestamp as timestam5_80_0_, this_.host_name as host_nam6_80_0_, this_.is_active as is_activ7_80_0_, this_.last_check_in as last_che8_80_0_, this_.last_initialized as last_ini9_80_0_, this_.last_ip_address as last_ip10_80_0_, this_.node_id as node_id11_80_0_ from xhbm_xnat_node_info this_ where this_.enabled=?; parameters: true, ; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key sql: select this_.id as id1_80_0_, this_.created as created2_80_0_, this_.disabled as disabled3_80_0_, this_.enabled as enabled4_80_0_, this_.timestamp as timestam5_80_0_, this_.host_name as host_nam6_80_0_, this_.is_active as is_activ7_80_0_, this_.last_check_in as last_che8_80_0_, this_.last_initialized as last_ini9_80_0_, this_.last_ip_address as last_ip10_80_0_, this_.node_id as node_id11_80_0_ from xhbm_xnat_node_info this_ where this_.enabled=?; parameters: true, ; transformer: org.hibernate.transform.CacheableResultTransformer@110f2 is null

DEBUG taskScheduler-1 org.hibernate.SQL - select this_.id as id1_80_0_, this_.created as created2_80_0_, this_.disabled as disabled3_80_0_, this_.enabled as enabled4_80_0_, this_.timestamp as timestam5_80_0_, this_.host_name as host_nam6_80_0_, this_.is_active as is_activ7_80_0_, this_.last_check_in as last_che8_80_0_, this_.last_initialized as last_ini9_80_0_, this_.last_ip_address as last_ip10_80_0_, this_.node_id as node_id11_80_0_ from xhbm_xnat_node_info this_ where this_.enabled=?

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select this_.id as id1_80_0_, this_.created as created2_80_0_, this_.disabled as disabled3_80_0_, this_.enabled as enabled4_80_0_, this_.timestamp as timestam5_80_0_, this_.host_name as host_nam6_80_0_, this_.is_active as is_activ7_80_0_, this_.last_check_in as last_che8_80_0_, this_.last_initialized as last_ini9_80_0_, this_.last_ip_address as last_ip10_80_0_, this_.node_id as node_id11_80_0_ from xhbm_xnat_node_info this_ where this_.enabled=?; parameters: true, ; transformer: org.hibernate.transform.CacheableResultTransformer@110f2 value: [6167098490896384]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG nrg.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=host}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_preference

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_preference is null

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_tool

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_tool is null

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.165, scope=0, name=host, disabled=1970-01-01 10:00:00.0, entityId=, id=172, value=unix:///var/run/docker.sock, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.165}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=name}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_preference

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_preference is null

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_tool

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_tool is null

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.176, scope=0, name=name, disabled=1970-01-01 10:00:00.0, entityId=, id=173, value=Local socket, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.176}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=host}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_preference

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_preference is null

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_tool

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_tool is null

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.165, scope=0, name=host, disabled=1970-01-01 10:00:00.0, entityId=, id=172, value=unix:///var/run/docker.sock, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.165}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=certPath}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_preference

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_preference is null

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_tool

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_tool is null

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.192, scope=0, name=certPath, disabled=1970-01-01 10:00:00.0, entityId=, id=174, value=, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.192}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=host}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=host}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2 is null

DEBUG taskScheduler-1 org.hibernate.SQL - select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#172]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#172]

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#172]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#172]

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=host}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2 value: [6167098557710336, 172]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.165, scope=0, name=host, disabled=1970-01-01 10:00:00.0, entityId=, id=172, value=unix:///var/run/docker.sock, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.165}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG org%002ehibernate%002ecache%002einternal%002e%0053tandard%0051uery%0043ache.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG org%002ehibernate%002ecache%002einternal%002e%0053tandard%0051uery%0043ache.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=name}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=name}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2 is null

DEBUG taskScheduler-1 org.hibernate.SQL - select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#173]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#173]

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#173]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#173]

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=name}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2 value: [6167098557759488, 173]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG org%002ehibernate%002ecache%002einternal%002e%0053tandard%0051uery%0043ache.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG org%002ehibernate%002ecache%002einternal%002e%0053tandard%0051uery%0043ache.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.176, scope=0, name=name, disabled=1970-01-01 10:00:00.0, entityId=, id=173, value=Local socket, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.176}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=host}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_preference

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_preference is null

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: xhbm_tool

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key xhbm_tool is null

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.165, scope=0, name=host, disabled=1970-01-01 10:00:00.0, entityId=, id=172, value=unix:///var/run/docker.sock, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.165}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection

DEBUG taskScheduler-1 org.nrg.framework.scope.EntityId - Creating entity ID with scope Site and ID 

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtained JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - begin

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - initial autocommit status: true

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - disabling autocommit

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=certPath}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from heap

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - remove deleted 0 from disk

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - Element for key sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=certPath}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2 is null

DEBUG taskScheduler-1 org.hibernate.SQL - select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?

DEBUG taskScheduler-1 org.hibernate.loader.Loader - Result row: EntityKey[org.nrg.prefs.entities.Preference#174]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Resolving associations for [org.nrg.prefs.entities.Preference#174]

DEBUG taskScheduler-1 org.nrg.prefs.entities.Tool - Creating default tool instance, no parameters passed to constructor.

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Adding entity to second-level cache: [org.nrg.prefs.entities.Preference#174]

DEBUG taskScheduler-1 org.hibernate.engine.internal.TwoPhaseLoad - Done materializing entity [org.nrg.prefs.entities.Preference#174]

DEBUG taskScheduler-1 org.hibernate.cache.ehcache.internal.regions.EhcacheGeneralDataRegion - key: sql: select preference0_.id as id1_62_, preference0_.created as created2_62_, preference0_.disabled as disabled3_62_, preference0_.enabled as enabled4_62_, preference0_.timestamp as timestam5_62_, preference0_.entity_id as entity_i6_62_, preference0_.name as name7_62_, preference0_.scope as scope8_62_, preference0_.tool as tool10_62_, preference0_.value as value9_62_ from xhbm_preference preference0_ left outer join xhbm_tool tool1_ on preference0_.tool=tool1_.id where tool1_.tool_id=? and preference0_.name=? and preference0_.scope=?; parameters: ; named parameters: {toolId=docker-server, scope=0, name=certPath}; transformer: org.hibernate.transform.CacheableResultTransformer@110f2 value: [6167098557800448, 174]

DEBUG taskScheduler-1 net.sf.ehcache.store.disk.Segment - put added 0 on heap

DEBUG taskScheduler-1 org.hibernate.engine.transaction.spi.AbstractTransactionImpl - committing

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Processing flush-time cascades

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Dirty checking collections

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects

DEBUG taskScheduler-1 org.hibernate.event.internal.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - Listing entities:

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Preference{created=2017-08-15 15:44:24.192, scope=0, name=certPath, disabled=1970-01-01 10:00:00.0, entityId=, id=174, value=, enabled=true, tool=org.nrg.prefs.entities.Tool#7, timestamp=2017-08-15 15:44:24.192}

DEBUG taskScheduler-1 org.hibernate.internal.util.EntityPrinter - org.nrg.prefs.entities.Tool{resolver=null, toolId=docker-server, toolDescription=All the preferences that define a Docker Server, created=2017-08-15 15:44:24.117, disabled=1970-01-01 10:00:00.0, id=7, strict=true, enabled=true, timestamp=2017-08-15 15:44:24.117, toolName=Docker Server Prefs}

DEBUG org%002ehibernate%002ecache%002einternal%002e%0053tandard%0051uery%0043ache.data net.sf.ehcache.store.disk.Segment - fault removed 0 from heap

DEBUG org%002ehibernate%002ecache%002einternal%002e%0053tandard%0051uery%0043ache.data net.sf.ehcache.store.disk.Segment - fault added 0 on disk

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - committed JDBC Connection

DEBUG taskScheduler-1 org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction - re-enabling autocommit

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Releasing JDBC connection

DEBUG taskScheduler-1 org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Released JDBC connection



Any ideas how to get it fixed ? 

Haofei FENG

unread,
Sep 17, 2017, 5:18:26 AM9/17/17
to xnat_discussion
I am running the XNAT 1.7.3.1 at RHEL 6.8, the xnat user is "tomcat".

Sanket Gupte

unread,
Sep 21, 2017, 10:55:07 AM9/21/17
to xnat_discussion
I'm sure someone will be able to help you get a resolution to this one.
But I would recommend trying out the container engine :) There is a sample dcm2nii container and it's default code works well for most of the scans :)
...

Haofei FENG

unread,
Sep 22, 2017, 1:29:27 AM9/22/17
to xnat_discussion
Thanks. That is resolved. I found out that under the $xnat_home/pipline/lib are all zero-size files. That is due to when I did the gradlew build it overwrote unsuccessfully. 

But if I put the install source different from the destination, it is all good.

THanks. 
Reply all
Reply to author
Forward
0 new messages