Jump to content
JasperReports Library 7.0 is now available ×

Help with Install


Recommended Posts

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Firstly check if there is an app-name that you have build in <tomcat>/webapps;
for example: jasperserver-pro inside webapps, if not, your build was unsuccessfull and your installation wasnt complete due to some error. To check the error from logs share the below log;
1)latest installation log from <jasperserver-directory>/buildomatic/logs

If the app does exist, share the logs from the below directory to get a better insight of the problem;

1) catalina.out from <tomcat>/logs   

 

Regards,

KKriplani

Link to comment
Share on other sites

Here is screen shot of tomcat dir:

/sites/default/files/images/Screen%20Shot%202016-02-08%20at%2013_16_28.png

So not sure if this is where I look?

Logs form catalina.out:

 

Java HotSpot 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed in 8.0

Java HotSpot 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
08-Feb-2016 03:54:36.909 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.0.14
08-Feb-2016 03:54:36.915 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:   Sep 24 2014 09:01:51
08-Feb-2016 03:54:36.916 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:  8.0.14.0
08-Feb-2016 03:54:36.916 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:        Linux
08-Feb-2016 03:54:36.916 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:     3.13.0-71-generic
08-Feb-2016 03:54:36.916 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:   amd64
08-Feb-2016 03:54:36.916 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:    1.8.0_51-b16
08-Feb-2016 03:54:36.916 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:     Oracle Corporation
08-Feb-2016 03:54:37.195 INFO [main] org.apache.catalina.core.AprLifecycleListener.init The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /home/eternal/jasperreports-server-cp-6.2.0/common/lib:/home/eternal/jasperreports-server-cp-6.2.0/postgresql/lib:/home/eternal/jasperreports-server-cp-6.2.0/common/lib::/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
08-Feb-2016 03:54:37.480 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
08-Feb-2016 03:54:37.500 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
08-Feb-2016 03:54:37.513 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 03:54:37.517 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
08-Feb-2016 03:54:37.518 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 693 ms
08-Feb-2016 03:54:37.546 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
08-Feb-2016 03:54:37.547 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.14
08-Feb-2016 03:54:37.561 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/host-manager
08-Feb-2016 03:54:37.563 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/jasperserver
08-Feb-2016 03:54:37.565 INFO [localhost-startStop-3] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/manager
08-Feb-2016 03:54:38.395 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
08-Feb-2016 03:54:38.395 INFO [localhost-startStop-3] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2016-02-08 03:55:17,226 ERROR JNDIResourceProvider,localhost-startStop-2:75 - error closing context
javax.naming.OperationNotSupportedException: Context is read only
at org.apache.naming.NamingContext.checkWritable(NamingContext.java:960)
at org.apache.naming.NamingContext.close(NamingContext.java:760)
at com.tonbeller.tbutils.res.JNDIResourceProvider.close(JNDIResourceProvider.java:72)
at com.tonbeller.tbutils.res.CompositeResourceProvider.close(CompositeResourceProvider.java:56)
at com.tonbeller.tbutils.res.ResourcesFactory.initialize(ResourcesFactory.java:163)
at com.tonbeller.tbutils.res.ResourcesFactory.<init>(ResourcesFactory.java:92)
at com.tonbeller.tbutils.res.ResourcesFactory.<clinit>(ResourcesFactory.java:89)
at com.tonbeller.tbutils.res.ResourcesFactoryContextListener.contextInitialized(ResourcesFactoryContextListener.java:23)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5221)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:724)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:700)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:714)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1071)
at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1721)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
08-Feb-2016 03:55:20.624 INFO [localhost-startStop-2] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [sHA1PRNG] took [3,329] milliseconds.
08-Feb-2016 03:55:20.624 INFO [localhost-startStop-1] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [sHA1PRNG] took [42,210] milliseconds.
08-Feb-2016 03:55:20.624 INFO [localhost-startStop-3] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [sHA1PRNG] took [42,220] milliseconds.
08-Feb-2016 03:55:20.665 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/host-manager has finished in 43,105 ms
08-Feb-2016 03:55:20.666 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/ROOT
08-Feb-2016 03:55:20.667 INFO [localhost-startStop-3] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/manager has finished in 43,103 ms
08-Feb-2016 03:55:20.753 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
08-Feb-2016 03:55:20.754 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/ROOT has finished in 88 ms
08-Feb-2016 03:55:22.020 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.servlet.SpringServlet.getContext Using default applicationContext
08-Feb-2016 03:55:22.033 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, discoveryJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.discovery.DiscoveryJaxrsService as a root resource class
08-Feb-2016 03:55:22.033 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, localizationBundleJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.bundle.LocalizationBundleJaxrsService as a root resource class
08-Feb-2016 03:55:22.033 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, hypermediaRepositoryJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.resources.HypermediaRepositoryJaxrsService as a root resource class
08-Feb-2016 03:55:22.034 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, repositoryJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.resources.RepositoryJaxrsService as a root resource class
08-Feb-2016 03:55:22.034 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, thumbnailsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.thumbnails.ThumbnailsJaxrsService as a root resource class
08-Feb-2016 03:55:22.034 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, connectionsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.connection.ConnectionsJaxrsService as a root resource class
08-Feb-2016 03:55:22.034 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, importJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.importexport.ImportJaxrsService as a root resource class
08-Feb-2016 03:55:22.034 INFO [localhost-startStop-2] null.null Registering Spring bean, exportJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.importexport.ExportJaxrsService as a root resource class
08-Feb-2016 03:55:22.035 INFO [localhost-startStop-2] null.null Registering Spring bean, inputControlsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.report.InputControlsJaxrsService as a root resource class
08-Feb-2016 03:55:22.035 INFO [localhost-startStop-2] null.null Registering Spring bean, reportExecutionsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.report.ReportExecutionsJaxrsService as a root resource class
08-Feb-2016 03:55:22.035 INFO [localhost-startStop-2] null.null Registering Spring bean, runReportsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.report.RunReportsJaxrsService as a root resource class
08-Feb-2016 03:55:22.036 INFO [localhost-startStop-2] null.null Registering Spring bean, jobsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.job.JobsJaxrsService as a root resource class
08-Feb-2016 03:55:22.036 INFO [localhost-startStop-2] null.null Registering Spring bean, cachesJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.cache.CachesJaxrsService as a root resource class
08-Feb-2016 03:55:22.037 INFO [localhost-startStop-2] null.null Registering Spring bean, scopedTarget.hypermediaUserWorkflowJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.workflow.service.HypermediaUserWorkflowJaxrsService as a root resource class
08-Feb-2016 03:55:22.037 INFO [localhost-startStop-2] null.null Registering Spring bean, hypermediaUserWorkflowJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.workflow.service.HypermediaUserWorkflowJaxrsService as a root resource class
08-Feb-2016 03:55:22.038 INFO [localhost-startStop-2] null.null Registering Spring bean, scopedTarget.hypermediaRootDocumentJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.root.service.HypermediaRootDocumentJaxrsService as a root resource class
08-Feb-2016 03:55:22.038 INFO [localhost-startStop-2] null.null Registering Spring bean, hypermediaRootDocumentJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.root.service.HypermediaRootDocumentJaxrsService as a root resource class
08-Feb-2016 03:55:22.038 INFO [localhost-startStop-2] null.null Registering Spring bean, scopedTarget.hypermediaContentReferenceJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.content.service.HypermediaContentReferenceJaxrsService as a root resource class
08-Feb-2016 03:55:22.038 INFO [localhost-startStop-2] null.null Registering Spring bean, hypermediaContentReferenceJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.content.service.HypermediaContentReferenceJaxrsService as a root resource class
08-Feb-2016 03:55:22.039 INFO [localhost-startStop-2] null.null Registering Spring bean, scopedTarget.hypermediaResourceLookupService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.resource.service.HypermediaResourceLookupService as a root resource class
08-Feb-2016 03:55:22.039 INFO [localhost-startStop-2] null.null Registering Spring bean, hypermediaResourceLookupService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.resource.service.HypermediaResourceLookupService as a root resource class
08-Feb-2016 03:55:22.039 INFO [localhost-startStop-2] null.null Registering Spring bean, settingsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.settings.SettingsJaxrsService as a root resource class
08-Feb-2016 03:55:22.039 INFO [localhost-startStop-2] null.null Registering Spring bean, customDataSourcesJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.customdatasources.CustomDataSourcesJaxrsService as a root resource class
08-Feb-2016 03:55:22.040 INFO [localhost-startStop-2] null.null Registering Spring bean, jdbcDriversJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.jdbcdrivers.JdbcDriversJaxrsService as a root resource class
08-Feb-2016 03:55:22.040 INFO [localhost-startStop-2] null.null Registering Spring bean, repositoryPermissionsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.permission.RepositoryPermissionsJaxrsService as a root resource class
08-Feb-2016 03:55:22.040 INFO [localhost-startStop-2] null.null Registering Spring bean, genericParamExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.GenericParamExceptionMapper as a provider class
08-Feb-2016 03:55:22.040 INFO [localhost-startStop-2] null.null Registering Spring bean, resourceNotFoundExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.ResourceNotFoundExceptionMapper as a provider class
08-Feb-2016 03:55:22.040 INFO [localhost-startStop-2] null.null Registering Spring bean, exportExecutionRejectedExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.ExportExecutionRejectedExceptionMapper as a provider class
08-Feb-2016 03:55:22.041 INFO [localhost-startStop-2] null.null Registering Spring bean, genericExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.GenericExceptionMapper as a provider class
08-Feb-2016 03:55:22.041 INFO [localhost-startStop-2] null.null Registering Spring bean, springSecurityAccessDeniedExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.SpringSecurityAccessDeniedExceptionMapper as a provider class
08-Feb-2016 03:55:22.041 INFO [localhost-startStop-2] null.null Registering Spring bean, accessDeniedExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.AccessDeniedExceptionMapper as a provider class
08-Feb-2016 03:55:22.042 INFO [localhost-startStop-2] null.null Registering Spring bean, JSResourceNotFoundExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JSResourceNotFoundExceptionMapper as a provider class
08-Feb-2016 03:55:22.042 INFO [localhost-startStop-2] null.null Registering Spring bean, JSExceptionWrapperMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JSExceptionWrapperMapper as a provider class
08-Feb-2016 03:55:22.042 INFO [localhost-startStop-2] null.null Registering Spring bean, jsonParseExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JsonParseExceptionMapper as a provider class
08-Feb-2016 03:55:22.042 INFO [localhost-startStop-2] null.null Registering Spring bean, JSValidationExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JSValidationExceptionMapper as a provider class
08-Feb-2016 03:55:22.043 INFO [localhost-startStop-2] null.null Registering Spring bean, jsonMappingExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JsonMappingExceptionMapper as a provider class
08-Feb-2016 03:55:22.043 INFO [localhost-startStop-2] null.null Registering Spring bean, genericRemoteExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.GenericRemoteExceptionMapper as a provider class
08-Feb-2016 03:55:22.043 INFO [localhost-startStop-2] null.null Registering Spring bean, updateConflictExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.UpdateConflictExceptionMapper as a provider class
08-Feb-2016 03:55:22.043 INFO [localhost-startStop-2] null.null Registering Spring bean, jacksonMapperProvider, of type com.jaspersoft.jasperserver.jaxrs.common.JacksonMapperProvider as a provider class
08-Feb-2016 03:55:22.044 INFO [localhost-startStop-2] null.null Registering Spring bean, unsupportedOperationExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.UnsupportedOperationExceptionMapper as a provider class
08-Feb-2016 03:55:22.044 INFO [localhost-startStop-2] null.null Registering Spring bean, dataIntegrityViolationExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.DataIntegrityViolationExceptionMapper as a provider class
08-Feb-2016 03:55:22.044 INFO [localhost-startStop-2] null.null Registering Spring bean, serverAttributesJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.authority.ServerAttributesJaxrsService as a root resource class
08-Feb-2016 03:55:22.044 INFO [localhost-startStop-2] null.null Registering Spring bean, usersJaxrsServiceWrapper, of type com.jaspersoft.jasperserver.jaxrs.authority.UsersJaxrsServiceWrapper as a root resource class
08-Feb-2016 03:55:22.044 INFO [localhost-startStop-2] null.null Registering Spring bean, rolesJaxrsServiceWrapper, of type com.jaspersoft.jasperserver.jaxrs.authority.RolesJaxrsServiceWrapper as a root resource class
08-Feb-2016 03:55:22.045 INFO [localhost-startStop-2] null.null Registering Spring bean, serverInfoJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.serverInfo.ServerInfoJaxrsService as a root resource class
08-Feb-2016 03:55:22.054 INFO [localhost-startStop-2] null.null Initiating Jersey application, version 'Jersey: 1.13-b01 03/09/2012 03:52 PM'
08-Feb-2016 03:55:22.693 INFO [localhost-startStop-2] null.null Loading wadlGenerator com.jaspersoft.jasperserver.jaxrs.wadl.PrivateFilteringWadlGenerator
08-Feb-2016 03:55:24.709 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/jasperserver has finished in 47,147 ms
08-Feb-2016 03:55:24.716 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
08-Feb-2016 03:55:24.722 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 03:55:24.727 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 47208 ms
08-Feb-2016 04:52:02.682 INFO [Thread-26] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
08-Feb-2016 04:52:02.743 INFO [Thread-26] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 04:52:02.794 INFO [Thread-26] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
 -- JasperServer:  ProfileAttributeCacheImpl shutdown called.  This normal shutdown operation. 
08-Feb-2016 04:52:03.158 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [/jasperserver] registered the JDBC driver [org.teiid.jdbc.TeiidDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
08-Feb-2016 04:52:03.161 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [Thread-5] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.Object.wait(Object.java:502)
 com.jaspersoft.jasperserver.war.themes.ThemeCache$RefreshThread.run(ThemeCache.java:316)
08-Feb-2016 04:52:03.162 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [CascadeCacheCleaner] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.util.TimerThread.mainLoop(Timer.java:552)
 java.util.TimerThread.run(Timer.java:505)
08-Feb-2016 04:52:03.162 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [quartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
08-Feb-2016 04:52:03.163 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [quartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
08-Feb-2016 04:52:03.164 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [bitronix-task-scheduler] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Thread.sleep(Native Method)
 bitronix.tm.timer.TaskScheduler.run(TaskScheduler.java:245)
08-Feb-2016 04:52:03.164 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [bufferManager Cleaner] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 org.teiid.common.buffer.impl.BufferManagerImpl$Cleaner.run(BufferManagerImpl.java:120)
 java.util.TimerThread.mainLoop(Timer.java:555)
 java.util.TimerThread.run(Timer.java:505)
08-Feb-2016 04:52:03.165 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [scheduled-eviction-thread-0] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
 java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
 java.lang.Thread.run(Thread.java:745)
08-Feb-2016 04:52:03.166 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [Mondrian Monitor] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
 java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
 mondrian.server.MonitorImpl$Actor.run(MonitorImpl.java:973)
 java.lang.Thread.run(Thread.java:745)
08-Feb-2016 04:52:03.167 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [mondrian.rolap.agg.SegmentCacheManager$ACTOR] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
 java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
 mondrian.rolap.agg.SegmentCacheManager$Actor.run(SegmentCacheManager.java:921)
 java.lang.Thread.run(Thread.java:745)
08-Feb-2016 04:52:03.173 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [mondrian.rolap.RolapResultShepherd#timer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.util.TimerThread.mainLoop(Timer.java:552)
 java.util.TimerThread.run(Timer.java:505)
08-Feb-2016 04:52:03.174 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [mondrian.rolap.agg.SegmentCacheManager$ACTOR] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
 java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
 mondrian.rolap.agg.SegmentCacheManager$Actor.run(SegmentCacheManager.java:921)
 java.lang.Thread.run(Thread.java:745)
08-Feb-2016 04:52:03.175 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [mondrian.rolap.RolapResultShepherd#timer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.util.TimerThread.mainLoop(Timer.java:552)
 java.util.TimerThread.run(Timer.java:505)
08-Feb-2016 04:52:03.176 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
 org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread.run(SoftRefFilesCache.java:79)
08-Feb-2016 04:52:03.176 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [mondrian.util.ExpiringReference$timer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.Object.wait(Object.java:502)
 java.util.TimerThread.mainLoop(Timer.java:526)
 java.util.TimerThread.run(Timer.java:505)
08-Feb-2016 04:52:03.178 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [java.lang.InheritableThreadLocal] (value [java.lang.InheritableThreadLocal@6901485b]) and a value of type [org.springframework.security.core.context.SecurityContextImpl] (value [org.springframework.security.core.context.SecurityContextImpl@11866df5: Authentication: com.jaspersoft.jasperserver.api.security.internalAuth.InternalAuthenticationTokenImpl@11866df5: Principal: MetadataUserDetails: eternalmarketing; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff6a82: RemoteIpAddress: 2.26.147.239; SessionId: 7C9D68085D50E0A0CFD1250488147304; Granted Authorities: com.jaspersoft.jasperserver.api.metadata.user.domain.impl.client.TenantAwareGrantedAuthority@4c75e11c, com.jaspersoft.jasperserver.api.metadata.user.domain.impl.client.TenantAwareGrantedAuthority@3ed3cb53, com.jaspersoft.jasperserver.api.metadata.user.domain.impl.client.TenantAwareGrantedAuthority@9ba5035]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.178 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [mondrian.server.Locus$1] (value [mondrian.server.Locus$1@904f387]) and a value of type [mondrian.util.ArrayStack] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.182 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [mondrian.rolap.RolapStar$1] (value [mondrian.rolap.RolapStar$1@29ad38a7]) and a value of type [mondrian.rolap.RolapStar.Bar] (value [mondrian.rolap.RolapStar$Bar@22e18838]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.182 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@ebde3ce]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@23bf8193]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.182 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@db17d94]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@2f79cbd2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.183 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@ebde3ce]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@4ebbee60]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.183 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@db17d94]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@11575d3d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.183 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@178ccf5e]) and a value of type [java.lang.Class] (value [class MondrianFoodMartSalesReport_1454924453267_63985]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.184 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.ClassFactory$1] (value [com.sun.xml.bind.v2.ClassFactory$1@76cab126]) and a value of type [java.util.WeakHashMap] (value [{class com.jaspersoft.jasperserver.dto.resources.FilesMapXmlAdapter=public com.jaspersoft.jasperserver.dto.resources.FilesMapXmlAdapter()}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.184 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@ebde3ce]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@67139971]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.184 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@db17d94]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@4c869e1b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.184 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [net.sf.jasperreports.engine.fonts.FontUtil$1] (value [net.sf.jasperreports.engine.fonts.FontUtil$1@3d015eea]) and a value of type [java.util.HashSet] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.185 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [org.apache.commons.lang.builder.ToStringStyle$1] (value [org.apache.commons.lang.builder.ToStringStyle$1@1e619bed]) and a value of type [java.util.HashSet] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.185 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@ebde3ce]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@65425141]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.185 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@db17d94]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@1d4c7db4]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.185 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [net.sf.jasperreports.engine.fonts.FontUtil$1] (value [net.sf.jasperreports.engine.fonts.FontUtil$1@3d015eea]) and a value of type [java.util.HashSet] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.186 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@ebde3ce]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@2a8d96f9]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.188 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [org.apache.axis.utils.XMLUtils.ThreadLocalDocumentBuilder] (value [org.apache.axis.utils.XMLUtils$ThreadLocalDocumentBuilder@77bd4faf]) and a value of type [org.apache.xerces.jaxp.DocumentBuilderImpl] (value [org.apache.xerces.jaxp.DocumentBuilderImpl@415f6b90]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.189 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@db17d94]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@7cb93009]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.189 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [org.apache.commons.lang.builder.ToStringStyle$1] (value [org.apache.commons.lang.builder.ToStringStyle$1@1e619bed]) and a value of type [java.util.HashSet] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.189 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@ebde3ce]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@44a9aa83]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.190 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@db17d94]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@59f4458e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.190 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [org.apache.commons.lang.builder.ToStringStyle$1] (value [org.apache.commons.lang.builder.ToStringStyle$1@1e619bed]) and a value of type [java.util.HashSet] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.190 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@ebde3ce]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@63cda6cb]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.190 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@db17d94]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@5641ebc3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.191 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.ClassFactory$1] (value [com.sun.xml.bind.v2.ClassFactory$1@76cab126]) and a value of type [java.util.WeakHashMap] (value [{class com.jaspersoft.jasperserver.dto.resources.FilesMapXmlAdapter=public com.jaspersoft.jasperserver.dto.resources.FilesMapXmlAdapter()}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.191 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@ebde3ce]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@5f35be3a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.191 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [org.apache.axis.utils.XMLUtils.ThreadLocalDocumentBuilder] (value [org.apache.axis.utils.XMLUtils$ThreadLocalDocumentBuilder@77bd4faf]) and a value of type [org.apache.xerces.jaxp.DocumentBuilderImpl] (value [org.apache.xerces.jaxp.DocumentBuilderImpl@24165867]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.191 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@db17d94]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@2ae349d0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.192 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [org.apache.commons.lang.builder.ToStringStyle$1] (value [org.apache.commons.lang.builder.ToStringStyle$1@1e619bed]) and a value of type [java.util.HashSet] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.192 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.ClassFactory$1] (value [com.sun.xml.bind.v2.ClassFactory$1@76cab126]) and a value of type [java.util.WeakHashMap] (value [{class com.jaspersoft.jasperserver.dto.resources.FilesMapXmlAdapter=public com.jaspersoft.jasperserver.dto.resources.FilesMapXmlAdapter()}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.192 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@ebde3ce]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@7325b0bc]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.192 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [org.apache.axis.utils.XMLUtils.ThreadLocalDocumentBuilder] (value [org.apache.axis.utils.XMLUtils$ThreadLocalDocumentBuilder@77bd4faf]) and a value of type [org.apache.xerces.jaxp.DocumentBuilderImpl] (value [org.apache.xerces.jaxp.DocumentBuilderImpl@113148c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.192 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@db17d94]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@17d0b1a9]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.193 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@178ccf5e]) and a value of type [java.lang.Class] (value [class MondrianFoodMartSalesReport_1454924453267_63985]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.197 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@27cdc74a]) and a value of type [org.apache.commons.collections.map.ReferenceMap] (value [{WebappClassLoader
 
  context: /jasperserver
 
  delegate: false
 
----------> Parent Classloader:
 
java.net.URLClassLoader@41629346
 
=org.apache.xerces.util.XMLGrammarPoolImpl@3b6c3945}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.197 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.ClassFactory$1] (value [com.sun.xml.bind.v2.ClassFactory$1@76cab126]) and a value of type [java.util.WeakHashMap] (value [{class com.jaspersoft.jasperserver.dto.resources.FilesMapXmlAdapter=public com.jaspersoft.jasperserver.dto.resources.FilesMapXmlAdapter()}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.197 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@ebde3ce]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@5b255cbc]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.198 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [org.apache.axis.utils.XMLUtils.ThreadLocalDocumentBuilder] (value [org.apache.axis.utils.XMLUtils$ThreadLocalDocumentBuilder@77bd4faf]) and a value of type [org.apache.xerces.jaxp.DocumentBuilderImpl] (value [org.apache.xerces.jaxp.DocumentBuilderImpl@54cbd1ae]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.198 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@db17d94]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@3447f0b2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.198 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@3fc3b52d]) and a value of type [java.util.Hashtable] (value [{RESOURCE_URI=/analysis/reports/FoodmartSalesMondrianReport}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.198 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [java.lang.InheritableThreadLocal] (value [java.lang.InheritableThreadLocal@6ebb516e]) and a value of type [com.jaspersoft.jasperserver.api.engine.jasperreports.util.RepositoryContext] (value [com.jaspersoft.jasperserver.api.engine.jasperreports.util.RepositoryContext@1f8a30b9]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.199 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [java.lang.InheritableThreadLocal] (value [java.lang.InheritableThreadLocal@6901485b]) and a value of type [org.springframework.security.core.context.SecurityContextImpl] (value [org.springframework.security.core.context.SecurityContextImpl@9c4893c3: Authentication: com.jaspersoft.jasperserver.api.security.internalAuth.InternalAuthenticationTokenImpl@9c4893c3: Principal: MetadataUserDetails: joeuser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@0: RemoteIpAddress: 2.26.147.239; SessionId: 914458DCCBF8C1495625FF009EB320AE; Granted Authorities: com.jaspersoft.jasperserver.api.metadata.user.domain.impl.client.TenantAwareGrantedAuthority@15c6d447]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.199 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@3fc3b52d]) and a value of type [java.util.Hashtable] (value [{RESOURCE_URI=/analysis/reports/FoodmartSalesMondrianReport}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.199 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [java.lang.InheritableThreadLocal] (value [java.lang.InheritableThreadLocal@6ebb516e]) and a value of type [com.jaspersoft.jasperserver.api.engine.jasperreports.util.RepositoryContext] (value [com.jaspersoft.jasperserver.api.engine.jasperreports.util.RepositoryContext@1f8a30b9]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.199 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [java.lang.InheritableThreadLocal] (value [java.lang.InheritableThreadLocal@6901485b]) and a value of type [org.springframework.security.core.context.SecurityContextImpl] (value [org.springframework.security.core.context.SecurityContextImpl@9c4893c3: Authentication: com.jaspersoft.jasperserver.api.security.internalAuth.InternalAuthenticationTokenImpl@9c4893c3: Principal: MetadataUserDetails: joeuser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@0: RemoteIpAddress: 2.26.147.239; SessionId: 914458DCCBF8C1495625FF009EB320AE; Granted Authorities: com.jaspersoft.jasperserver.api.metadata.user.domain.impl.client.TenantAwareGrantedAuthority@15c6d447]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 04:52:03.205 INFO [Thread-26] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
08-Feb-2016 04:52:03.211 INFO [Thread-26] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 04:52:03.212 INFO [Thread-26] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"]
08-Feb-2016 04:52:03.214 INFO [Thread-26] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
Java HotSpot 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
08-Feb-2016 05:04:15.523 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.0.14
08-Feb-2016 05:04:15.526 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:   Sep 24 2014 09:01:51
08-Feb-2016 05:04:15.526 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:  8.0.14.0
08-Feb-2016 05:04:15.526 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:        Linux
08-Feb-2016 05:04:15.526 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:     3.13.0-71-generic
08-Feb-2016 05:04:15.526 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:   amd64
08-Feb-2016 05:04:15.527 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:    1.8.0_51-b16
08-Feb-2016 05:04:15.527 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:     Oracle Corporation
08-Feb-2016 05:04:15.818 INFO [main] org.apache.catalina.core.AprLifecycleListener.init The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /home/eternal/jasperreports-server-cp-6.2.0/common/lib:/home/eternal/jasperreports-server-cp-6.2.0/postgresql/lib:/home/eternal/jasperreports-server-cp-6.2.0/common/lib::/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
08-Feb-2016 05:04:16.116 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
08-Feb-2016 05:04:16.139 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
08-Feb-2016 05:04:16.157 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 05:04:16.162 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
08-Feb-2016 05:04:16.163 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 759 ms
08-Feb-2016 05:04:16.197 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
08-Feb-2016 05:04:16.198 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.14
08-Feb-2016 05:04:16.214 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/host-manager
08-Feb-2016 05:04:16.220 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/jasperserver
08-Feb-2016 05:04:16.223 INFO [localhost-startStop-3] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/manager
08-Feb-2016 05:04:16.838 INFO [localhost-startStop-3] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
08-Feb-2016 05:04:16.839 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
08-Feb-2016 05:04:40.482 INFO [localhost-startStop-1] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [sHA1PRNG] took [23,638] milliseconds.
08-Feb-2016 05:04:40.482 INFO [localhost-startStop-3] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [sHA1PRNG] took [23,637] milliseconds.
08-Feb-2016 05:04:40.521 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/host-manager has finished in 24,308 ms
08-Feb-2016 05:04:40.521 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/ROOT
08-Feb-2016 05:04:40.523 INFO [localhost-startStop-3] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/manager has finished in 24,303 ms
08-Feb-2016 05:04:40.636 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
08-Feb-2016 05:04:40.640 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/ROOT has finished in 119 ms
2016-02-08 05:04:58,782 ERROR JNDIResourceProvider,localhost-startStop-2:75 - error closing context
javax.naming.OperationNotSupportedException: Context is read only
at org.apache.naming.NamingContext.checkWritable(NamingContext.java:960)
at org.apache.naming.NamingContext.close(NamingContext.java:760)
at com.tonbeller.tbutils.res.JNDIResourceProvider.close(JNDIResourceProvider.java:72)
at com.tonbeller.tbutils.res.CompositeResourceProvider.close(CompositeResourceProvider.java:56)
at com.tonbeller.tbutils.res.ResourcesFactory.initialize(ResourcesFactory.java:163)
at com.tonbeller.tbutils.res.ResourcesFactory.<init>(ResourcesFactory.java:92)
at com.tonbeller.tbutils.res.ResourcesFactory.<clinit>(ResourcesFactory.java:89)
at com.tonbeller.tbutils.res.ResourcesFactoryContextListener.contextInitialized(ResourcesFactoryContextListener.java:23)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5221)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:724)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:700)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:714)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1071)
at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1721)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
08-Feb-2016 05:05:00.120 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.servlet.SpringServlet.getContext Using default applicationContext
08-Feb-2016 05:05:00.129 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, discoveryJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.discovery.DiscoveryJaxrsService as a root resource class
08-Feb-2016 05:05:00.129 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, localizationBundleJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.bundle.LocalizationBundleJaxrsService as a root resource class
08-Feb-2016 05:05:00.129 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, hypermediaRepositoryJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.resources.HypermediaRepositoryJaxrsService as a root resource class
08-Feb-2016 05:05:00.130 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, repositoryJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.resources.RepositoryJaxrsService as a root resource class
08-Feb-2016 05:05:00.130 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, thumbnailsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.thumbnails.ThumbnailsJaxrsService as a root resource class
08-Feb-2016 05:05:00.130 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, connectionsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.connection.ConnectionsJaxrsService as a root resource class
08-Feb-2016 05:05:00.130 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, importJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.importexport.ImportJaxrsService as a root resource class
08-Feb-2016 05:05:00.130 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, exportJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.importexport.ExportJaxrsService as a root resource class
08-Feb-2016 05:05:00.130 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, inputControlsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.report.InputControlsJaxrsService as a root resource class
08-Feb-2016 05:05:00.130 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, reportExecutionsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.report.ReportExecutionsJaxrsService as a root resource class
08-Feb-2016 05:05:00.130 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, runReportsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.report.RunReportsJaxrsService as a root resource class
08-Feb-2016 05:05:00.131 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, jobsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.job.JobsJaxrsService as a root resource class
08-Feb-2016 05:05:00.131 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, cachesJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.cache.CachesJaxrsService as a root resource class
08-Feb-2016 05:05:00.132 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, scopedTarget.hypermediaUserWorkflowJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.workflow.service.HypermediaUserWorkflowJaxrsService as a root resource class
08-Feb-2016 05:05:00.132 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, hypermediaUserWorkflowJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.workflow.service.HypermediaUserWorkflowJaxrsService as a root resource class
08-Feb-2016 05:05:00.132 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, scopedTarget.hypermediaRootDocumentJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.root.service.HypermediaRootDocumentJaxrsService as a root resource class
08-Feb-2016 05:05:00.132 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, hypermediaRootDocumentJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.root.service.HypermediaRootDocumentJaxrsService as a root resource class
08-Feb-2016 05:05:00.132 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, scopedTarget.hypermediaContentReferenceJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.content.service.HypermediaContentReferenceJaxrsService as a root resource class
08-Feb-2016 05:05:00.132 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, hypermediaContentReferenceJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.content.service.HypermediaContentReferenceJaxrsService as a root resource class
08-Feb-2016 05:05:00.133 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, scopedTarget.hypermediaResourceLookupService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.resource.service.HypermediaResourceLookupService as a root resource class
08-Feb-2016 05:05:00.133 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, hypermediaResourceLookupService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.resource.service.HypermediaResourceLookupService as a root resource class
08-Feb-2016 05:05:00.133 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, settingsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.settings.SettingsJaxrsService as a root resource class
08-Feb-2016 05:05:00.133 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, customDataSourcesJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.customdatasources.CustomDataSourcesJaxrsService as a root resource class
08-Feb-2016 05:05:00.133 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, jdbcDriversJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.jdbcdrivers.JdbcDriversJaxrsService as a root resource class
08-Feb-2016 05:05:00.133 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, repositoryPermissionsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.permission.RepositoryPermissionsJaxrsService as a root resource class
08-Feb-2016 05:05:00.133 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, genericParamExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.GenericParamExceptionMapper as a provider class
08-Feb-2016 05:05:00.134 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, resourceNotFoundExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.ResourceNotFoundExceptionMapper as a provider class
08-Feb-2016 05:05:00.134 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, exportExecutionRejectedExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.ExportExecutionRejectedExceptionMapper as a provider class
08-Feb-2016 05:05:00.134 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, genericExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.GenericExceptionMapper as a provider class
08-Feb-2016 05:05:00.134 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, springSecurityAccessDeniedExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.SpringSecurityAccessDeniedExceptionMapper as a provider class
08-Feb-2016 05:05:00.134 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, accessDeniedExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.AccessDeniedExceptionMapper as a provider class
08-Feb-2016 05:05:00.134 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, JSResourceNotFoundExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JSResourceNotFoundExceptionMapper as a provider class
08-Feb-2016 05:05:00.134 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, JSExceptionWrapperMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JSExceptionWrapperMapper as a provider class
08-Feb-2016 05:05:00.134 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, jsonParseExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JsonParseExceptionMapper as a provider class
08-Feb-2016 05:05:00.134 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, JSValidationExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JSValidationExceptionMapper as a provider class
08-Feb-2016 05:05:00.134 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, jsonMappingExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JsonMappingExceptionMapper as a provider class
08-Feb-2016 05:05:00.135 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, genericRemoteExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.GenericRemoteExceptionMapper as a provider class
08-Feb-2016 05:05:00.135 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, updateConflictExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.UpdateConflictExceptionMapper as a provider class
08-Feb-2016 05:05:00.135 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, jacksonMapperProvider, of type com.jaspersoft.jasperserver.jaxrs.common.JacksonMapperProvider as a provider class
08-Feb-2016 05:05:00.135 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, unsupportedOperationExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.UnsupportedOperationExceptionMapper as a provider class
08-Feb-2016 05:05:00.135 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, dataIntegrityViolationExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.DataIntegrityViolationExceptionMapper as a provider class
08-Feb-2016 05:05:00.135 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, serverAttributesJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.authority.ServerAttributesJaxrsService as a root resource class
08-Feb-2016 05:05:00.135 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, usersJaxrsServiceWrapper, of type com.jaspersoft.jasperserver.jaxrs.authority.UsersJaxrsServiceWrapper as a root resource class
08-Feb-2016 05:05:00.135 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, rolesJaxrsServiceWrapper, of type com.jaspersoft.jasperserver.jaxrs.authority.RolesJaxrsServiceWrapper as a root resource class
08-Feb-2016 05:05:00.135 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, serverInfoJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.serverInfo.ServerInfoJaxrsService as a root resource class
08-Feb-2016 05:05:00.144 INFO [localhost-startStop-2] com.sun.jersey.server.impl.application.WebApplicationImpl._initiate Initiating Jersey application, version 'Jersey: 1.13-b01 03/09/2012 03:52 PM'
08-Feb-2016 05:05:00.768 INFO [localhost-startStop-2] com.sun.jersey.api.wadl.config.WadlGeneratorLoader.loadWadlGenerator Loading wadlGenerator com.jaspersoft.jasperserver.jaxrs.wadl.PrivateFilteringWadlGenerator
08-Feb-2016 05:05:02.611 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/jasperserver has finished in 46,394 ms
08-Feb-2016 05:05:02.622 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
08-Feb-2016 05:05:02.633 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 05:05:02.635 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 46471 ms
08-Feb-2016 05:19:35.173 INFO [Thread-26] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
08-Feb-2016 05:19:35.226 INFO [Thread-26] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 05:19:35.227 INFO [Thread-26] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
 -- JasperServer:  ProfileAttributeCacheImpl shutdown called.  This normal shutdown operation. 
08-Feb-2016 05:19:36.134 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [/jasperserver] registered the JDBC driver [org.teiid.jdbc.TeiidDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
08-Feb-2016 05:19:36.136 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [Thread-5] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.Object.wait(Object.java:502)
 com.jaspersoft.jasperserver.war.themes.ThemeCache$RefreshThread.run(ThemeCache.java:316)
08-Feb-2016 05:19:36.136 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [CascadeCacheCleaner] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.util.TimerThread.mainLoop(Timer.java:552)
 java.util.TimerThread.run(Timer.java:505)
08-Feb-2016 05:19:36.137 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [quartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
08-Feb-2016 05:19:36.138 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [quartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
08-Feb-2016 05:19:36.139 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [bitronix-task-scheduler] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Thread.sleep(Native Method)
 bitronix.tm.timer.TaskScheduler.run(TaskScheduler.java:245)
08-Feb-2016 05:19:36.139 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [bufferManager Cleaner] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 org.teiid.common.buffer.impl.BufferManagerImpl$Cleaner.run(BufferManagerImpl.java:120)
 java.util.TimerThread.mainLoop(Timer.java:555)
 java.util.TimerThread.run(Timer.java:505)
08-Feb-2016 05:19:36.140 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [scheduled-eviction-thread-0] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
 java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
 java.lang.Thread.run(Thread.java:745)
08-Feb-2016 05:19:36.141 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [Mondrian Monitor] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
 java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
 mondrian.server.MonitorImpl$Actor.run(MonitorImpl.java:973)
 java.lang.Thread.run(Thread.java:745)
08-Feb-2016 05:19:36.141 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [mondrian.rolap.agg.SegmentCacheManager$ACTOR] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
 java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
 mondrian.rolap.agg.SegmentCacheManager$Actor.run(SegmentCacheManager.java:921)
 java.lang.Thread.run(Thread.java:745)
08-Feb-2016 05:19:36.142 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [mondrian.rolap.RolapResultShepherd#timer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.util.TimerThread.mainLoop(Timer.java:552)
 java.util.TimerThread.run(Timer.java:505)
08-Feb-2016 05:19:36.143 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [mondrian.rolap.agg.SegmentCacheManager$ACTOR] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
 java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
 mondrian.rolap.agg.SegmentCacheManager$Actor.run(SegmentCacheManager.java:921)
 java.lang.Thread.run(Thread.java:745)
08-Feb-2016 05:19:36.143 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [mondrian.rolap.RolapResultShepherd#timer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.util.TimerThread.mainLoop(Timer.java:552)
 java.util.TimerThread.run(Timer.java:505)
08-Feb-2016 05:19:36.144 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@4a7b174b]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@dba8666]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 05:19:36.144 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@4a7b174b]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@7183b789]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 05:19:36.145 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [org.apache.commons.lang.builder.ToStringStyle$1] (value [org.apache.commons.lang.builder.ToStringStyle$1@4e2c6351]) and a value of type [java.util.HashSet] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 05:19:36.145 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@4a7b174b]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@5cfff490]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 05:19:36.145 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@4a7b174b]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@52fd0df]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 05:19:36.146 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@4a7b174b]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@697c000c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 05:19:36.146 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@4a7b174b]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@44e7c099]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 05:19:36.146 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@4a7b174b]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@679fe7e1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 05:19:36.146 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@4a7b174b]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@1ccd6ae5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 05:19:36.147 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@4a7b174b]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@15b86510]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 05:19:36.147 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@4a7b174b]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@6f219c36]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 05:19:36.151 INFO [Thread-26] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
08-Feb-2016 05:19:36.156 INFO [Thread-26] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 05:19:36.158 INFO [Thread-26] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"]
08-Feb-2016 05:19:36.158 INFO [Thread-26] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
Java HotSpot 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
08-Feb-2016 05:24:45.572 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.0.14
08-Feb-2016 05:24:45.575 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:   Sep 24 2014 09:01:51
08-Feb-2016 05:24:45.575 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:  8.0.14.0
08-Feb-2016 05:24:45.575 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:        Linux
08-Feb-2016 05:24:45.575 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:     3.13.0-71-generic
08-Feb-2016 05:24:45.575 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:   amd64
08-Feb-2016 05:24:45.576 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:    1.8.0_51-b16
08-Feb-2016 05:24:45.576 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:     Oracle Corporation
08-Feb-2016 05:24:45.889 INFO [main] org.apache.catalina.core.AprLifecycleListener.init The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /home/eternal/jasperreports-server-cp-6.2.0/common/lib:/home/eternal/jasperreports-server-cp-6.2.0/postgresql/lib:/home/eternal/jasperreports-server-cp-6.2.0/common/lib::/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
08-Feb-2016 05:24:46.160 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
08-Feb-2016 05:24:46.182 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
08-Feb-2016 05:24:46.197 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 05:24:46.200 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
08-Feb-2016 05:24:46.201 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 788 ms
08-Feb-2016 05:24:46.228 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
08-Feb-2016 05:24:46.228 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.14
08-Feb-2016 05:24:46.243 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/host-manager
08-Feb-2016 05:24:46.248 INFO [localhost-startStop-3] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/manager
08-Feb-2016 05:24:46.247 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/jasperserver
08-Feb-2016 05:24:46.793 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
08-Feb-2016 05:24:46.793 INFO [localhost-startStop-3] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2016-02-08 05:25:30,905 ERROR JNDIResourceProvider,localhost-startStop-2:75 - error closing context
javax.naming.OperationNotSupportedException: Context is read only
at org.apache.naming.NamingContext.checkWritable(NamingContext.java:960)
at org.apache.naming.NamingContext.close(NamingContext.java:760)
at com.tonbeller.tbutils.res.JNDIResourceProvider.close(JNDIResourceProvider.java:72)
at com.tonbeller.tbutils.res.CompositeResourceProvider.close(CompositeResourceProvider.java:56)
at com.tonbeller.tbutils.res.ResourcesFactory.initialize(ResourcesFactory.java:163)
at com.tonbeller.tbutils.res.ResourcesFactory.<init>(ResourcesFactory.java:92)
at com.tonbeller.tbutils.res.ResourcesFactory.<clinit>(ResourcesFactory.java:89)
at com.tonbeller.tbutils.res.ResourcesFactoryContextListener.contextInitialized(ResourcesFactoryContextListener.java:23)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5221)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:724)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:700)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:714)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1071)
at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1721)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
08-Feb-2016 05:27:56.012 INFO [localhost-startStop-1] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [sHA1PRNG] took [189,208] milliseconds.
08-Feb-2016 05:27:56.012 INFO [localhost-startStop-2] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [sHA1PRNG] took [145,056] milliseconds.
08-Feb-2016 05:27:56.015 INFO [localhost-startStop-3] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [sHA1PRNG] took [189,207] milliseconds.
08-Feb-2016 05:27:56.042 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/host-manager has finished in 189,802 ms
08-Feb-2016 05:27:56.042 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/ROOT
08-Feb-2016 05:27:56.047 INFO [localhost-startStop-3] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/manager has finished in 189,801 ms
08-Feb-2016 05:27:56.115 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
08-Feb-2016 05:27:56.117 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/ROOT has finished in 75 ms
08-Feb-2016 05:27:57.488 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.servlet.SpringServlet.getContext Using default applicationContext
08-Feb-2016 05:27:57.502 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, discoveryJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.discovery.DiscoveryJaxrsService as a root resource class
08-Feb-2016 05:27:57.503 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, localizationBundleJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.bundle.LocalizationBundleJaxrsService as a root resource class
08-Feb-2016 05:27:57.503 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, hypermediaRepositoryJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.resources.HypermediaRepositoryJaxrsService as a root resource class
08-Feb-2016 05:27:57.503 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, repositoryJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.resources.RepositoryJaxrsService as a root resource class
08-Feb-2016 05:27:57.503 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, thumbnailsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.thumbnails.ThumbnailsJaxrsService as a root resource class
08-Feb-2016 05:27:57.503 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, connectionsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.connection.ConnectionsJaxrsService as a root resource class
08-Feb-2016 05:27:57.504 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, importJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.importexport.ImportJaxrsService as a root resource class
08-Feb-2016 05:27:57.504 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, exportJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.importexport.ExportJaxrsService as a root resource class
08-Feb-2016 05:27:57.504 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, inputControlsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.report.InputControlsJaxrsService as a root resource class
08-Feb-2016 05:27:57.504 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, reportExecutionsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.report.ReportExecutionsJaxrsService as a root resource class
08-Feb-2016 05:27:57.504 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, runReportsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.report.RunReportsJaxrsService as a root resource class
08-Feb-2016 05:27:57.505 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, jobsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.job.JobsJaxrsService as a root resource class
08-Feb-2016 05:27:57.505 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, cachesJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.cache.CachesJaxrsService as a root resource class
08-Feb-2016 05:27:57.506 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, scopedTarget.hypermediaUserWorkflowJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.workflow.service.HypermediaUserWorkflowJaxrsService as a root resource class
08-Feb-2016 05:27:57.506 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, hypermediaUserWorkflowJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.workflow.service.HypermediaUserWorkflowJaxrsService as a root resource class
08-Feb-2016 05:27:57.507 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, scopedTarget.hypermediaRootDocumentJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.root.service.HypermediaRootDocumentJaxrsService as a root resource class
08-Feb-2016 05:27:57.507 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, hypermediaRootDocumentJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.root.service.HypermediaRootDocumentJaxrsService as a root resource class
08-Feb-2016 05:27:57.507 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, scopedTarget.hypermediaContentReferenceJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.content.service.HypermediaContentReferenceJaxrsService as a root resource class
08-Feb-2016 05:27:57.507 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, hypermediaContentReferenceJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.content.service.HypermediaContentReferenceJaxrsService as a root resource class
08-Feb-2016 05:27:57.508 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, scopedTarget.hypermediaResourceLookupService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.resource.service.HypermediaResourceLookupService as a root resource class
08-Feb-2016 05:27:57.508 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, hypermediaResourceLookupService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.resource.service.HypermediaResourceLookupService as a root resource class
08-Feb-2016 05:27:57.508 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, settingsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.settings.SettingsJaxrsService as a root resource class
08-Feb-2016 05:27:57.509 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, customDataSourcesJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.customdatasources.CustomDataSourcesJaxrsService as a root resource class
08-Feb-2016 05:27:57.509 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, jdbcDriversJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.jdbcdrivers.JdbcDriversJaxrsService as a root resource class
08-Feb-2016 05:27:57.509 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, repositoryPermissionsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.permission.RepositoryPermissionsJaxrsService as a root resource class
08-Feb-2016 05:27:57.509 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, genericParamExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.GenericParamExceptionMapper as a provider class
08-Feb-2016 05:27:57.509 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, resourceNotFoundExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.ResourceNotFoundExceptionMapper as a provider class
08-Feb-2016 05:27:57.510 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, exportExecutionRejectedExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.ExportExecutionRejectedExceptionMapper as a provider class
08-Feb-2016 05:27:57.510 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, genericExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.GenericExceptionMapper as a provider class
08-Feb-2016 05:27:57.510 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, springSecurityAccessDeniedExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.SpringSecurityAccessDeniedExceptionMapper as a provider class
08-Feb-2016 05:27:57.511 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, accessDeniedExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.AccessDeniedExceptionMapper as a provider class
08-Feb-2016 05:27:57.511 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, JSResourceNotFoundExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JSResourceNotFoundExceptionMapper as a provider class
08-Feb-2016 05:27:57.511 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, JSExceptionWrapperMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JSExceptionWrapperMapper as a provider class
08-Feb-2016 05:27:57.511 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, jsonParseExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JsonParseExceptionMapper as a provider class
08-Feb-2016 05:27:57.511 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, JSValidationExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JSValidationExceptionMapper as a provider class
08-Feb-2016 05:27:57.511 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, jsonMappingExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JsonMappingExceptionMapper as a provider class
08-Feb-2016 05:27:57.512 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, genericRemoteExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.GenericRemoteExceptionMapper as a provider class
08-Feb-2016 05:27:57.512 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, updateConflictExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.UpdateConflictExceptionMapper as a provider class
08-Feb-2016 05:27:57.512 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, jacksonMapperProvider, of type com.jaspersoft.jasperserver.jaxrs.common.JacksonMapperProvider as a provider class
08-Feb-2016 05:27:57.512 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, unsupportedOperationExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.UnsupportedOperationExceptionMapper as a provider class
08-Feb-2016 05:27:57.512 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, dataIntegrityViolationExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.DataIntegrityViolationExceptionMapper as a provider class
08-Feb-2016 05:27:57.513 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, serverAttributesJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.authority.ServerAttributesJaxrsService as a root resource class
08-Feb-2016 05:27:57.513 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, usersJaxrsServiceWrapper, of type com.jaspersoft.jasperserver.jaxrs.authority.UsersJaxrsServiceWrapper as a root resource class
08-Feb-2016 05:27:57.513 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, rolesJaxrsServiceWrapper, of type com.jaspersoft.jasperserver.jaxrs.authority.RolesJaxrsServiceWrapper as a root resource class
08-Feb-2016 05:27:57.513 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, serverInfoJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.serverInfo.ServerInfoJaxrsService as a root resource class
08-Feb-2016 05:27:57.523 INFO [localhost-startStop-2] com.sun.jersey.server.impl.application.WebApplicationImpl._initiate Initiating Jersey application, version 'Jersey: 1.13-b01 03/09/2012 03:52 PM'
08-Feb-2016 05:27:58.208 INFO [localhost-startStop-2] com.sun.jersey.api.wadl.config.WadlGeneratorLoader.loadWadlGenerator Loading wadlGenerator com.jaspersoft.jasperserver.jaxrs.wadl.PrivateFilteringWadlGenerator
08-Feb-2016 05:28:00.134 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/jasperserver has finished in 193,889 ms
08-Feb-2016 05:28:00.144 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
08-Feb-2016 05:28:00.151 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 05:28:00.155 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 193953 ms
08-Feb-2016 06:15:59.055 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
08-Feb-2016 06:15:59.057 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
08-Feb-2016 06:15:59.108 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 06:15:59.159 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
 -- JasperServer:  ProfileAttributeCacheImpl shutdown called.  This normal shutdown operation. 
08-Feb-2016 06:15:59.933 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [/jasperserver] registered the JDBC driver [org.teiid.jdbc.TeiidDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
08-Feb-2016 06:15:59.935 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [Thread-5] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.Object.wait(Object.java:502)
 com.jaspersoft.jasperserver.war.themes.ThemeCache$RefreshThread.run(ThemeCache.java:316)
08-Feb-2016 06:15:59.936 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [CascadeCacheCleaner] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.util.TimerThread.mainLoop(Timer.java:552)
 java.util.TimerThread.run(Timer.java:505)
08-Feb-2016 06:15:59.936 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [quartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
08-Feb-2016 06:15:59.941 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [quartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
08-Feb-2016 06:15:59.943 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [bitronix-task-scheduler] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Thread.sleep(Native Method)
 bitronix.tm.timer.TaskScheduler.run(TaskScheduler.java:245)
08-Feb-2016 06:15:59.943 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [bufferManager Cleaner] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 org.teiid.common.buffer.impl.BufferManagerImpl$Cleaner.run(BufferManagerImpl.java:120)
 java.util.TimerThread.mainLoop(Timer.java:555)
 java.util.TimerThread.run(Timer.java:505)
08-Feb-2016 06:15:59.944 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [scheduled-eviction-thread-0] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
 java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
 java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
 java.lang.Thread.run(Thread.java:745)
08-Feb-2016 06:15:59.945 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [Mondrian Monitor] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
 java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
 mondrian.server.MonitorImpl$Actor.run(MonitorImpl.java:973)
 java.lang.Thread.run(Thread.java:745)
08-Feb-2016 06:15:59.946 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [mondrian.rolap.agg.SegmentCacheManager$ACTOR] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
 java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
 mondrian.rolap.agg.SegmentCacheManager$Actor.run(SegmentCacheManager.java:921)
 java.lang.Thread.run(Thread.java:745)
08-Feb-2016 06:15:59.947 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [mondrian.rolap.RolapResultShepherd#timer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.util.TimerThread.mainLoop(Timer.java:552)
 java.util.TimerThread.run(Timer.java:505)
08-Feb-2016 06:15:59.948 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [mondrian.rolap.agg.SegmentCacheManager$ACTOR] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
 java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
 mondrian.rolap.agg.SegmentCacheManager$Actor.run(SegmentCacheManager.java:921)
 java.lang.Thread.run(Thread.java:745)
08-Feb-2016 06:15:59.949 WARNING [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [mondrian.rolap.RolapResultShepherd#timer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.util.TimerThread.mainLoop(Timer.java:552)
 java.util.TimerThread.run(Timer.java:505)
08-Feb-2016 06:15:59.950 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@131f1a6]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@d76e894]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.950 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@6eff29e1]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@3ef34a15]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.950 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@131f1a6]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@304130ac]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.950 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@6eff29e1]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@a494c78]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.951 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@131f1a6]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@1d6edcf1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.951 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [org.apache.commons.lang.builder.ToStringStyle$1] (value [org.apache.commons.lang.builder.ToStringStyle$1@39698eab]) and a value of type [java.util.HashSet] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.951 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@6eff29e1]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@941d7a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.951 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@131f1a6]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@40febb9c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.951 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@6eff29e1]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@2b9c6e26]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.952 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@131f1a6]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@5ef5b128]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.952 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [org.apache.commons.lang.builder.ToStringStyle$1] (value [org.apache.commons.lang.builder.ToStringStyle$1@39698eab]) and a value of type [java.util.HashSet] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.952 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@6eff29e1]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@7e2a1841]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.952 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@131f1a6]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@4bbd6e43]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.952 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@6eff29e1]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@318c44c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.955 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [org.apache.axis.utils.XMLUtils.ThreadLocalDocumentBuilder] (value [org.apache.axis.utils.XMLUtils$ThreadLocalDocumentBuilder@3b419c65]) and a value of type [org.apache.xerces.jaxp.DocumentBuilderImpl] (value [org.apache.xerces.jaxp.DocumentBuilderImpl@71d3ba12]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.955 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@131f1a6]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@22ac1f1a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.956 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@6eff29e1]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@2c769248]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.956 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@131f1a6]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@1b639117]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.956 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@6eff29e1]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@770cbb43]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.956 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@131f1a6]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@359a2e77]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.956 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@6eff29e1]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@2d660e5e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.957 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@131f1a6]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@2a8ad9cc]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.957 SEVERE [localhost-startStop-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1] (value [com.jaspersoft.jasperserver.api.logging.context.impl.BasicLoggingContextProvider$1@6eff29e1]) and a value of type [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl] (value [com.jaspersoft.jasperserver.api.logging.context.impl.LoggingContextImpl@384eb97d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:15:59.965 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
08-Feb-2016 06:16:00.031 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 06:16:00.086 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"]
08-Feb-2016 06:16:00.088 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
Java HotSpot 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
08-Feb-2016 06:19:18.684 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.0.14
08-Feb-2016 06:19:18.686 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:   Sep 24 2014 09:01:51
08-Feb-2016 06:19:18.686 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:  8.0.14.0
08-Feb-2016 06:19:18.686 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:        Linux
08-Feb-2016 06:19:18.686 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:     3.13.0-71-generic
08-Feb-2016 06:19:18.687 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:   amd64
08-Feb-2016 06:19:18.687 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:    1.8.0_51-b16
08-Feb-2016 06:19:18.687 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:     Oracle Corporation
08-Feb-2016 06:19:18.949 INFO [main] org.apache.catalina.core.AprLifecycleListener.init The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /home/eternal/jasperreports-server-cp-6.2.0/common/lib:/home/eternal/jasperreports-server-cp-6.2.0/postgresql/lib:/home/eternal/jasperreports-server-cp-6.2.0/common/lib::/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
08-Feb-2016 06:19:19.214 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
08-Feb-2016 06:19:19.233 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
08-Feb-2016 06:19:19.250 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 06:19:19.253 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
08-Feb-2016 06:19:19.254 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 656 ms
08-Feb-2016 06:19:19.279 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
08-Feb-2016 06:19:19.279 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.14
08-Feb-2016 06:19:19.294 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/host-manager
08-Feb-2016 06:19:19.298 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/jasperserver
08-Feb-2016 06:19:19.305 INFO [localhost-startStop-3] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/manager
08-Feb-2016 06:19:19.804 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
08-Feb-2016 06:19:19.810 INFO [localhost-startStop-3] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2016-02-08 06:19:42,822 ERROR ContextLoader,localhost-startStop-2:331 - Context initialization failed
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'queryLanguagesPro' is defined
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:575)
at com.jaspersoft.jasperserver.api.common.util.spring.AbstractBeanPropertyProcessor.postProcessBeanFactory(AbstractBeanPropertyProcessor.java:59)
at com.jaspersoft.jasperserver.api.common.util.spring.GenericBeanUpdater.postProcessBeanFactory(GenericBeanUpdater.java:78)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:696)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:679)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:461)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:410)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5221)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:724)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:700)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:714)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1071)
at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1721)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2016-02-08 06:19:42,843 ERROR JNDIResourceProvider,localhost-startStop-2:75 - error closing context
javax.naming.OperationNotSupportedException: Context is read only
at org.apache.naming.NamingContext.checkWritable(NamingContext.java:960)
at org.apache.naming.NamingContext.close(NamingContext.java:760)
at com.tonbeller.tbutils.res.JNDIResourceProvider.close(JNDIResourceProvider.java:72)
at com.tonbeller.tbutils.res.CompositeResourceProvider.close(CompositeResourceProvider.java:56)
at com.tonbeller.tbutils.res.ResourcesFactory.initialize(ResourcesFactory.java:163)
at com.tonbeller.tbutils.res.ResourcesFactory.<init>(ResourcesFactory.java:92)
at com.tonbeller.tbutils.res.ResourcesFactory.<clinit>(ResourcesFactory.java:89)
at com.tonbeller.tbutils.res.ResourcesFactoryContextListener.contextInitialized(ResourcesFactoryContextListener.java:23)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5221)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:724)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:700)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:714)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1071)
at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1721)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
08-Feb-2016 06:19:42.874 SEVERE [localhost-startStop-2] org.apache.catalina.core.StandardContext.startInternal Error listenerStart
08-Feb-2016 06:20:46.267 INFO [localhost-startStop-1] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [sHA1PRNG] took [86,454] milliseconds.
08-Feb-2016 06:20:46.268 INFO [localhost-startStop-2] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [sHA1PRNG] took [63,394] milliseconds.
08-Feb-2016 06:20:46.268 SEVERE [localhost-startStop-2] org.apache.catalina.core.StandardContext.startInternal Context [/jasperserver] startup failed due to previous errors
08-Feb-2016 06:20:46.269 INFO [localhost-startStop-3] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [sHA1PRNG] took [86,458] milliseconds.
08-Feb-2016 06:20:46.315 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/jasperserver has finished in 87,018 ms
08-Feb-2016 06:20:46.315 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/ROOT
08-Feb-2016 06:20:46.317 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/host-manager has finished in 87,025 ms
08-Feb-2016 06:20:46.318 INFO [localhost-startStop-3] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/manager has finished in 87,018 ms
08-Feb-2016 06:20:46.403 INFO [localhost-startStop-2] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
08-Feb-2016 06:20:46.406 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/ROOT has finished in 90 ms
08-Feb-2016 06:20:46.411 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
08-Feb-2016 06:20:46.428 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 06:20:46.431 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 87177 ms
08-Feb-2016 06:21:56.790 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
08-Feb-2016 06:21:56.790 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
08-Feb-2016 06:21:56.794 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 06:21:56.796 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
08-Feb-2016 06:21:56.845 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
08-Feb-2016 06:21:56.851 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 06:21:56.854 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"]
08-Feb-2016 06:21:56.856 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
Java HotSpot 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
08-Feb-2016 06:22:42.862 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.0.14
08-Feb-2016 06:22:42.863 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:   Sep 24 2014 09:01:51
08-Feb-2016 06:22:42.864 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:  8.0.14.0
08-Feb-2016 06:22:42.864 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:        Linux
08-Feb-2016 06:22:42.864 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:     3.13.0-71-generic
08-Feb-2016 06:22:42.864 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:   amd64
08-Feb-2016 06:22:42.864 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:    1.8.0_51-b16
08-Feb-2016 06:22:42.864 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:     Oracle Corporation
08-Feb-2016 06:22:43.149 INFO [main] org.apache.catalina.core.AprLifecycleListener.init The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /home/eternal/jasperreports-server-cp-6.2.0/common/lib:/home/eternal/jasperreports-server-cp-6.2.0/postgresql/lib:/home/eternal/jasperreports-server-cp-6.2.0/common/lib::/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
08-Feb-2016 06:22:43.421 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
08-Feb-2016 06:22:43.443 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
08-Feb-2016 06:22:43.447 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 06:22:43.449 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
08-Feb-2016 06:22:43.449 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 671 ms
08-Feb-2016 06:22:43.478 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
08-Feb-2016 06:22:43.479 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.14
08-Feb-2016 06:22:43.489 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/host-manager
08-Feb-2016 06:22:43.491 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/jasperserver
08-Feb-2016 06:22:43.493 INFO [localhost-startStop-3] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/manager
08-Feb-2016 06:22:44.016 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
08-Feb-2016 06:22:44.015 INFO [localhost-startStop-3] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2016-02-08 06:23:07,854 ERROR ContextLoader,localhost-startStop-2:331 - Context initialization failed
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'queryLanguagesPro' is defined
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:575)
at com.jaspersoft.jasperserver.api.common.util.spring.AbstractBeanPropertyProcessor.postProcessBeanFactory(AbstractBeanPropertyProcessor.java:59)
at com.jaspersoft.jasperserver.api.common.util.spring.GenericBeanUpdater.postProcessBeanFactory(GenericBeanUpdater.java:78)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:696)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:679)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:461)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:410)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5221)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:724)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:700)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:714)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1071)
at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1721)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2016-02-08 06:23:07,875 ERROR JNDIResourceProvider,localhost-startStop-2:75 - error closing context
javax.naming.OperationNotSupportedException: Context is read only
at org.apache.naming.NamingContext.checkWritable(NamingContext.java:960)
at org.apache.naming.NamingContext.close(NamingContext.java:760)
at com.tonbeller.tbutils.res.JNDIResourceProvider.close(JNDIResourceProvider.java:72)
at com.tonbeller.tbutils.res.CompositeResourceProvider.close(CompositeResourceProvider.java:56)
at com.tonbeller.tbutils.res.ResourcesFactory.initialize(ResourcesFactory.java:163)
at com.tonbeller.tbutils.res.ResourcesFactory.<init>(ResourcesFactory.java:92)
at com.tonbeller.tbutils.res.ResourcesFactory.<clinit>(ResourcesFactory.java:89)
at com.tonbeller.tbutils.res.ResourcesFactoryContextListener.contextInitialized(ResourcesFactoryContextListener.java:23)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5221)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:724)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:700)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:714)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1071)
at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1721)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
08-Feb-2016 06:23:07.902 SEVERE [localhost-startStop-2] org.apache.catalina.core.StandardContext.startInternal Error listenerStart
08-Feb-2016 06:24:58.733 INFO [localhost-startStop-1] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [sHA1PRNG] took [134,701] milliseconds.
08-Feb-2016 06:24:58.733 INFO [localhost-startStop-2] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [sHA1PRNG] took [110,825] milliseconds.
08-Feb-2016 06:24:58.735 SEVERE [localhost-startStop-2] org.apache.catalina.core.StandardContext.startInternal Context [/jasperserver] startup failed due to previous errors
08-Feb-2016 06:24:58.736 INFO [localhost-startStop-3] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [sHA1PRNG] took [134,699] milliseconds.
08-Feb-2016 06:24:58.783 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/jasperserver has finished in 135,292 ms
08-Feb-2016 06:24:58.784 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/ROOT
08-Feb-2016 06:24:58.791 INFO [localhost-startStop-3] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/manager has finished in 135,299 ms
08-Feb-2016 06:24:58.790 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/host-manager has finished in 135,302 ms
08-Feb-2016 06:24:58.896 INFO [localhost-startStop-2] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
08-Feb-2016 06:24:58.898 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/ROOT has finished in 115 ms
08-Feb-2016 06:24:58.902 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
08-Feb-2016 06:24:58.910 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 06:24:58.915 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 135465 ms
08-Feb-2016 06:25:38.909 INFO [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.catalina.startup.HostConfig.reload Reloading context [/jasperserver]
08-Feb-2016 06:25:39.002 WARNING [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.catalina.core.NamingContextListener.addResource Failed to register in JMX: javax.naming.NamingException: Could not load resource factory class [Root exception is java.lang.ClassNotFoundException: com.jaspersoft.jasperserver.tomcat.jndi.JSCommonsBasicDataSourceFactory]
08-Feb-2016 06:25:39.003 WARNING [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.catalina.core.NamingContextListener.addResource Failed to register in JMX: javax.naming.NamingException: Could not load resource factory class [Root exception is java.lang.ClassNotFoundException: com.jaspersoft.jasperserver.tomcat.jndi.JSCommonsBasicDataSourceFactory]
08-Feb-2016 06:25:39.004 WARNING [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.catalina.core.NamingContextListener.addResource Failed to register in JMX: javax.naming.NamingException: Could not load resource factory class [Root exception is java.lang.ClassNotFoundException: com.jaspersoft.jasperserver.tomcat.jndi.JSCommonsBasicDataSourceFactory]
08-Feb-2016 06:25:39.009 INFO [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
08-Feb-2016 06:25:49.017 INFO [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.catalina.startup.HostConfig.reload Reloading context [/jasperserver]
08-Feb-2016 06:25:49.017 INFO [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.catalina.core.StandardContext.reload Reloading Context with name [/jasperserver] has started
08-Feb-2016 06:26:16.088 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
08-Feb-2016 06:26:16.089 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
08-Feb-2016 06:26:16.140 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 06:26:16.191 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
 -- JasperServer:  ProfileAttributeCacheImpl shutdown called.  This normal shutdown operation. 
2016-02-08 06:26:25,376 ERROR ContextLoader,ContainerBackgroundProcessor[standardEngine[Catalina]]:331 - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'virtualDataSourceServiceFactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Cannot resolve reference to bean 'virtualDataSourceHandler' while setting bean property 'virtualDataSourceHandler'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'virtualDataSourceHandler' defined in ServletContext resource [/WEB-INF/applicationContext-virtual-data-source.xml]: Cannot resolve reference to bean 'teiidVirtualQueryService' while setting bean property 'virtualDataSourceQueryService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'teiidVirtualQueryService' defined in ServletContext resource [/WEB-INF/applicationContext-virtual-data-source-query-service.xml]: Invocation of init method failed; nested exception is org.infinispan.CacheException: Interrupted while trying to get lock on cache with cache name resultset-repl
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:334)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1419)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1160)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:636)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:934)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:410)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5221)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.StandardContext.reload(StandardContext.java:3821)
at org.apache.catalina.startup.HostConfig.reload(HostConfig.java:1306)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1289)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1473)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:280)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1141)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1377)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1381)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1349)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'virtualDataSourceHandler' defined in ServletContext resource [/WEB-INF/applicationContext-virtual-data-source.xml]: Cannot resolve reference to bean 'teiidVirtualQueryService' while setting bean property 'virtualDataSourceQueryService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'teiidVirtualQueryService' defined in ServletContext resource [/WEB-INF/applicationContext-virtual-data-source-query-service.xml]: Invocation of init method failed; nested exception is org.infinispan.CacheException: Interrupted while trying to get lock on cache with cache name resultset-repl
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:334)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1419)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1160)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
... 30 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'teiidVirtualQueryService' defined in ServletContext resource [/WEB-INF/applicationContext-virtual-data-source-query-service.xml]: Invocation of init method failed; nested exception is org.infinispan.CacheException: Interrupted while trying to get lock on cache with cache name resultset-repl
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1514)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:521)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
... 40 more
Caused by: org.infinispan.CacheException: Interrupted while trying to get lock on cache with cache name resultset-repl
at org.infinispan.manager.DefaultCacheManager.wireCache(DefaultCacheManager.java:672)
at org.infinispan.manager.DefaultCacheManager.createCache(DefaultCacheManager.java:619)
at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:516)
at org.infinispan.manager.DefaultCacheManager.startCache(DefaultCacheManager.java:871)
at org.teiid.runtime.EmbeddedConfiguration.getCacheFactory(EmbeddedConfiguration.java:180)
at org.teiid.runtime.EmbeddedServer.start(EmbeddedServer.java:382)
at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.teiid.TeiidEmbeddedServer.<init>(TeiidEmbeddedServer.java:114)
at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.impl.TeiidVirtualDataSourceQueryServiceImpl.startServer(TeiidVirtualDataSourceQueryServiceImpl.java:515)
at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.impl.TeiidVirtualDataSourceQueryServiceImpl.init(TeiidVirtualDataSourceQueryServiceImpl.java:510)
at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.impl.TeiidVirtualDataSourceQueryServiceImpl.afterPropertiesSet(TeiidVirtualDataSourceQueryServiceImpl.java:749)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1573)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1511)
... 47 more
Caused by: java.lang.InterruptedException
at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireNanos(AbstractQueuedSynchronizer.java:1245)
at java.util.concurrent.locks.ReentrantLock.tryLock(ReentrantLock.java:442)
at org.infinispan.manager.DefaultCacheManager.wireCache(DefaultCacheManager.java:644)
... 58 more
2016-02-08 06:26:25,421 ERROR JNDIResourceProvider,ContainerBackgroundProcessor[standardEngine[Catalina]]:75 - error closing context
javax.naming.OperationNotSupportedException: Context is read only
at org.apache.naming.NamingContext.checkWritable(NamingContext.java:960)
at org.apache.naming.NamingContext.close(NamingContext.java:760)
at com.tonbeller.tbutils.res.JNDIResourceProvider.close(JNDIResourceProvider.java:72)
at com.tonbeller.tbutils.res.CompositeResourceProvider.close(CompositeResourceProvider.java:56)
at com.tonbeller.tbutils.res.ResourcesFactory.initialize(ResourcesFactory.java:163)
at com.tonbeller.tbutils.res.ResourcesFactory.<init>(ResourcesFactory.java:92)
at com.tonbeller.tbutils.res.ResourcesFactory.<clinit>(ResourcesFactory.java:89)
at com.tonbeller.tbutils.res.ResourcesFactoryContextListener.contextInitialized(ResourcesFactoryContextListener.java:23)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5221)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.StandardContext.reload(StandardContext.java:3821)
at org.apache.catalina.startup.HostConfig.reload(HostConfig.java:1306)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1289)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1473)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:280)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1141)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1377)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1381)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1349)
at java.lang.Thread.run(Thread.java:745)
08-Feb-2016 06:26:25.467 SEVERE [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.catalina.core.StandardContext.startInternal Error listenerStart
08-Feb-2016 06:26:25.468 SEVERE [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.catalina.core.StandardContext.startInternal Context [/jasperserver] startup failed due to previous errors
08-Feb-2016 06:26:25.500 WARNING [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [/jasperserver] registered the JDBC driver [org.teiid.jdbc.TeiidDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
08-Feb-2016 06:26:25.513 WARNING [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [Thread-6] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.Object.wait(Object.java:502)
 com.jaspersoft.jasperserver.war.themes.ThemeCache$RefreshThread.run(ThemeCache.java:316)
08-Feb-2016 06:26:25.515 WARNING [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [CascadeCacheCleaner] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.util.TimerThread.mainLoop(Timer.java:552)
 java.util.TimerThread.run(Timer.java:505)
08-Feb-2016 06:26:25.515 WARNING [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [quartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
08-Feb-2016 06:26:25.516 WARNING [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [quartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
08-Feb-2016 06:26:25.517 WARNING [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [bitronix-task-scheduler] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Thread.sleep(Native Method)
 bitronix.tm.timer.TaskScheduler.run(TaskScheduler.java:245)
08-Feb-2016 06:26:25.517 WARNING [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [/jasperserver] appears to have started a thread named [bufferManager Cleaner] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 org.teiid.common.buffer.impl.BufferManagerImpl$Cleaner.run(BufferManagerImpl.java:120)
 java.util.TimerThread.mainLoop(Timer.java:555)
 java.util.TimerThread.run(Timer.java:505)
08-Feb-2016 06:26:25.518 SEVERE [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [/jasperserver] created a ThreadLocal with key of type [org.teiid.query.parser.QueryParser$1] (value [org.teiid.query.parser.QueryParser$1@12aa1df0]) and a value of type [org.teiid.query.parser.QueryParser] (value [org.teiid.query.parser.QueryParser@348522a7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
08-Feb-2016 06:26:25.521 INFO [ContainerBackgroundProcessor[standardEngine[Catalina]]] org.apache.catalina.core.StandardContext.reload Reloading Context with name [/jasperserver] is completed
08-Feb-2016 06:26:25.550 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
08-Feb-2016 06:26:25.591 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 06:26:25.689 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"]
08-Feb-2016 06:26:25.691 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
Java HotSpot 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed in 8.0
Java HotSpot 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
08-Feb-2016 06:26:56.323 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.0.14
08-Feb-2016 06:26:56.325 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:   Sep 24 2014 09:01:51
08-Feb-2016 06:26:56.325 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:  8.0.14.0
08-Feb-2016 06:26:56.325 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:        Linux
08-Feb-2016 06:26:56.326 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:     3.13.0-71-generic
08-Feb-2016 06:26:56.326 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:   amd64
08-Feb-2016 06:26:56.326 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:    1.8.0_51-b16
08-Feb-2016 06:26:56.326 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:     Oracle Corporation
08-Feb-2016 06:26:56.614 INFO [main] org.apache.catalina.core.AprLifecycleListener.init The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /home/eternal/jasperreports-server-cp-6.2.0/common/lib:/home/eternal/jasperreports-server-cp-6.2.0/postgresql/lib:/home/eternal/jasperreports-server-cp-6.2.0/common/lib::/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
08-Feb-2016 06:26:56.881 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
08-Feb-2016 06:26:56.906 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
08-Feb-2016 06:26:56.919 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 06:26:56.922 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
08-Feb-2016 06:26:56.923 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 690 ms
08-Feb-2016 06:26:56.954 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
08-Feb-2016 06:26:56.954 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.14
08-Feb-2016 06:26:56.964 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/host-manager
08-Feb-2016 06:26:56.966 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/jasperserver
08-Feb-2016 06:26:56.970 INFO [localhost-startStop-3] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/manager
08-Feb-2016 06:26:57.636 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
08-Feb-2016 06:26:57.640 INFO [localhost-startStop-3] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2016-02-08 06:27:41,723 ERROR JNDIResourceProvider,localhost-startStop-2:75 - error closing context
javax.naming.OperationNotSupportedException: Context is read only
at org.apache.naming.NamingContext.checkWritable(NamingContext.java:960)
at org.apache.naming.NamingContext.close(NamingContext.java:760)
at com.tonbeller.tbutils.res.JNDIResourceProvider.close(JNDIResourceProvider.java:72)
at com.tonbeller.tbutils.res.CompositeResourceProvider.close(CompositeResourceProvider.java:56)
at com.tonbeller.tbutils.res.ResourcesFactory.initialize(ResourcesFactory.java:163)
at com.tonbeller.tbutils.res.ResourcesFactory.<init>(ResourcesFactory.java:92)
at com.tonbeller.tbutils.res.ResourcesFactory.<clinit>(ResourcesFactory.java:89)
at com.tonbeller.tbutils.res.ResourcesFactoryContextListener.contextInitialized(ResourcesFactoryContextListener.java:23)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5221)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:724)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:700)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:714)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1071)
at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1721)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
08-Feb-2016 06:29:25.069 INFO [localhost-startStop-2] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [sHA1PRNG] took [103,271] milliseconds.
08-Feb-2016 06:29:25.069 INFO [localhost-startStop-1] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [sHA1PRNG] took [147,423] milliseconds.
08-Feb-2016 06:29:25.069 INFO [localhost-startStop-3] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [sHA1PRNG] took [147,424] milliseconds.
08-Feb-2016 06:29:25.101 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/host-manager has finished in 148,137 ms
08-Feb-2016 06:29:25.101 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/ROOT
08-Feb-2016 06:29:25.102 INFO [localhost-startStop-3] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/manager has finished in 148,131 ms
08-Feb-2016 06:29:25.185 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
08-Feb-2016 06:29:25.187 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/ROOT has finished in 86 ms
08-Feb-2016 06:29:26.670 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.servlet.SpringServlet.getContext Using default applicationContext
08-Feb-2016 06:29:26.683 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, discoveryJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.discovery.DiscoveryJaxrsService as a root resource class
08-Feb-2016 06:29:26.683 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, localizationBundleJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.bundle.LocalizationBundleJaxrsService as a root resource class
08-Feb-2016 06:29:26.683 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, hypermediaRepositoryJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.resources.HypermediaRepositoryJaxrsService as a root resource class
08-Feb-2016 06:29:26.684 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, repositoryJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.resources.RepositoryJaxrsService as a root resource class
08-Feb-2016 06:29:26.684 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, thumbnailsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.thumbnails.ThumbnailsJaxrsService as a root resource class
08-Feb-2016 06:29:26.684 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, connectionsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.connection.ConnectionsJaxrsService as a root resource class
08-Feb-2016 06:29:26.684 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, importJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.importexport.ImportJaxrsService as a root resource class
08-Feb-2016 06:29:26.684 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, exportJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.importexport.ExportJaxrsService as a root resource class
08-Feb-2016 06:29:26.685 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, inputControlsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.report.InputControlsJaxrsService as a root resource class
08-Feb-2016 06:29:26.685 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, reportExecutionsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.report.ReportExecutionsJaxrsService as a root resource class
08-Feb-2016 06:29:26.685 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, runReportsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.report.RunReportsJaxrsService as a root resource class
08-Feb-2016 06:29:26.685 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, jobsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.job.JobsJaxrsService as a root resource class
08-Feb-2016 06:29:26.685 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, cachesJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.cache.CachesJaxrsService as a root resource class
08-Feb-2016 06:29:26.686 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, scopedTarget.hypermediaUserWorkflowJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.workflow.service.HypermediaUserWorkflowJaxrsService as a root resource class
08-Feb-2016 06:29:26.686 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, hypermediaUserWorkflowJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.workflow.service.HypermediaUserWorkflowJaxrsService as a root resource class
08-Feb-2016 06:29:26.687 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, scopedTarget.hypermediaRootDocumentJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.root.service.HypermediaRootDocumentJaxrsService as a root resource class
08-Feb-2016 06:29:26.687 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, hypermediaRootDocumentJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.root.service.HypermediaRootDocumentJaxrsService as a root resource class
08-Feb-2016 06:29:26.687 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, scopedTarget.hypermediaContentReferenceJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.content.service.HypermediaContentReferenceJaxrsService as a root resource class
08-Feb-2016 06:29:26.687 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, hypermediaContentReferenceJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.content.service.HypermediaContentReferenceJaxrsService as a root resource class
08-Feb-2016 06:29:26.687 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, scopedTarget.hypermediaResourceLookupService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.resource.service.HypermediaResourceLookupService as a root resource class
08-Feb-2016 06:29:26.688 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, hypermediaResourceLookupService, of type com.jaspersoft.jasperserver.jaxrs.poc.hypermedia.resource.service.HypermediaResourceLookupService as a root resource class
08-Feb-2016 06:29:26.688 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, settingsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.settings.SettingsJaxrsService as a root resource class
08-Feb-2016 06:29:26.688 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, customDataSourcesJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.customdatasources.CustomDataSourcesJaxrsService as a root resource class
08-Feb-2016 06:29:26.688 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, jdbcDriversJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.jdbcdrivers.JdbcDriversJaxrsService as a root resource class
08-Feb-2016 06:29:26.688 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, repositoryPermissionsJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.permission.RepositoryPermissionsJaxrsService as a root resource class
08-Feb-2016 06:29:26.688 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, genericParamExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.GenericParamExceptionMapper as a provider class
08-Feb-2016 06:29:26.688 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, resourceNotFoundExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.ResourceNotFoundExceptionMapper as a provider class
08-Feb-2016 06:29:26.688 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, exportExecutionRejectedExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.ExportExecutionRejectedExceptionMapper as a provider class
08-Feb-2016 06:29:26.688 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, genericExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.GenericExceptionMapper as a provider class
08-Feb-2016 06:29:26.689 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, springSecurityAccessDeniedExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.SpringSecurityAccessDeniedExceptionMapper as a provider class
08-Feb-2016 06:29:26.689 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, accessDeniedExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.AccessDeniedExceptionMapper as a provider class
08-Feb-2016 06:29:26.689 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, JSResourceNotFoundExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JSResourceNotFoundExceptionMapper as a provider class
08-Feb-2016 06:29:26.689 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, JSExceptionWrapperMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JSExceptionWrapperMapper as a provider class
08-Feb-2016 06:29:26.689 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, jsonParseExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JsonParseExceptionMapper as a provider class
08-Feb-2016 06:29:26.689 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, JSValidationExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JSValidationExceptionMapper as a provider class
08-Feb-2016 06:29:26.690 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, jsonMappingExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.JsonMappingExceptionMapper as a provider class
08-Feb-2016 06:29:26.690 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, genericRemoteExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.GenericRemoteExceptionMapper as a provider class
08-Feb-2016 06:29:26.690 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, updateConflictExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.UpdateConflictExceptionMapper as a provider class
08-Feb-2016 06:29:26.690 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, jacksonMapperProvider, of type com.jaspersoft.jasperserver.jaxrs.common.JacksonMapperProvider as a provider class
08-Feb-2016 06:29:26.690 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, unsupportedOperationExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.UnsupportedOperationExceptionMapper as a provider class
08-Feb-2016 06:29:26.690 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, dataIntegrityViolationExceptionMapper, of type com.jaspersoft.jasperserver.jaxrs.common.DataIntegrityViolationExceptionMapper as a provider class
08-Feb-2016 06:29:26.690 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, serverAttributesJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.authority.ServerAttributesJaxrsService as a root resource class
08-Feb-2016 06:29:26.691 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, usersJaxrsServiceWrapper, of type com.jaspersoft.jasperserver.jaxrs.authority.UsersJaxrsServiceWrapper as a root resource class
08-Feb-2016 06:29:26.691 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, rolesJaxrsServiceWrapper, of type com.jaspersoft.jasperserver.jaxrs.authority.RolesJaxrsServiceWrapper as a root resource class
08-Feb-2016 06:29:26.691 INFO [localhost-startStop-2] com.sun.jersey.spi.spring.container.SpringComponentProviderFactory.registerSpringBeans Registering Spring bean, serverInfoJaxrsService, of type com.jaspersoft.jasperserver.jaxrs.serverInfo.ServerInfoJaxrsService as a root resource class
08-Feb-2016 06:29:26.702 INFO [localhost-startStop-2] com.sun.jersey.server.impl.application.WebApplicationImpl._initiate Initiating Jersey application, version 'Jersey: 1.13-b01 03/09/2012 03:52 PM'
08-Feb-2016 06:29:27.467 INFO [localhost-startStop-2] com.sun.jersey.api.wadl.config.WadlGeneratorLoader.loadWadlGenerator Loading wadlGenerator com.jaspersoft.jasperserver.jaxrs.wadl.PrivateFilteringWadlGenerator
08-Feb-2016 06:29:29.509 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/eternal/jasperreports-server-cp-6.2.0/apache-tomcat/webapps/jasperserver has finished in 152,543 ms
08-Feb-2016 06:29:29.520 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
08-Feb-2016 06:29:29.528 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
08-Feb-2016 06:29:29.533 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 152609 ms
 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...