#1 2015-04-14 20:16:16

rocksmith
Member
Registered: 2015-04-14

Installation of ReportServer

Hi,

I am new to this field, and have been doing most reporting using access as database and forms/reports in access.
I found this promising. I have downloaded the software and installed as well but i am facing challenges which i am mentioning below

Do i need to have eclipse or other tools available for working on reportserver.

I do not see the persistence.xml file
Also i do not see DDL directory in reportserver
Also while installing through installer, it install tomcat and postgress but does not ask for user/pass for database.

Config guide talks about persistence.xml file, but i am not able to find this file after installations and also web-inf and ddl directory.

Kindly guide me for this.

Offline

#2 2015-04-14 20:37:43

Arno Mittelbach
datenwerke
Registered: 2012-02-14

Re: Installation of ReportServer

Hi,

when using the installer there should be no need for manually setting up the database tables (DDLs) or adjusting the persistence.xml (if you want to go with the bundled postgres).

Anyhow. Within the installation directory you should find a directory for Tomcat which in turn should have a directory called webapps. In webapps there should be a directory for reportserver which contains a WEB-INF/classes/META-INF which should contain the persistence.xml. The DDL directory is located in the reportserver directory.

To work with ReportServer there is no need for Eclipse unless you really want to dive deep into script development.

Hope this helps a bit to get you started.

-Cheers
Arno

Offline

#3 2016-05-09 16:14:33

Chris
Member
Registered: 2016-05-09

Re: Installation of ReportServer

Hi,

I cannot run Reportserver 3.0.1 on Tomcat9, so Tomcat is working fine :-(

I installed
- Tomcat9
- the latest CE from RS3.0.1-5834-2016-03-24-23-46-15-reportserver-ce.zip in the webapps directory
- MySQL 5.7

- Run the ..CREATE Skript,
- configured persistence.xml file
- Configured the javaVM  with -Xms1024m -Xmx1500m  -Xss1024k and started Tomcat
..but the servlet engine cannot add any resource file to the cache .. because there was insufficient free space.. Is this possible? Any suggestions? (I cannot increase the Java Max mem Pool size!)

Here are the appropriate catalina..log entries:
...
09-May-2016 17:29:47.433 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
09-May-2016 17:29:47.433 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/9.0.0.M4
09-May-2016 17:29:47.449 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files (x86)\Apache Software Foundation\Tomcat 9.0_elformReportserver\webapps\docs
09-May-2016 17:29:47.746 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files (x86)\Apache Software Foundation\Tomcat 9.0_elformReportserver\webapps\docs has finished in 297 ms
09-May-2016 17:29:47.746 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files (x86)\Apache Software Foundation\Tomcat 9.0_elformReportserver\webapps\host-manager
09-May-2016 17:29:47.777 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files (x86)\Apache Software Foundation\Tomcat 9.0_elformReportserver\webapps\host-manager has finished in 31 ms
09-May-2016 17:29:47.777 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files (x86)\Apache Software Foundation\Tomcat 9.0_elformReportserver\webapps\manager
09-May-2016 17:29:47.808 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files (x86)\Apache Software Foundation\Tomcat 9.0_elformReportserver\webapps\manager has finished in 31 ms
09-May-2016 17:29:47.808 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files (x86)\Apache Software Foundation\Tomcat 9.0_elformReportserver\webapps\reportserver
09-May-2016 17:29:47.840 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guava-testlib-10.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
09-May-2016 17:29:47.840 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-assistedinject-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
09-May-2016 17:29:47.840 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-grapher-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
09-May-2016 17:29:47.840 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-multibindings-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
09-May-2016 17:29:47.840 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-persist-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
09-May-2016 17:29:47.840 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-servlet-3.0.jar] to the cache because there was insufficient
...
...
09-May-2016 17:30:08.809 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
09-May-2016 17:30:08.825 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/reportserver] startup failed due to previous errors
09-May-2016 17:30:08.934 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files (x86)\Apache Software Foundation\Tomcat 9.0_elformReportserver\webapps\reportserver has finished in 21,126 ms
09-May-2016 17:30:08.934 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files (x86)\Apache Software Foundation\Tomcat 9.0_elformReportserver\webapps\ROOT
09-May-2016 17:30:08.950 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files (x86)\Apache Software Foundation\Tomcat 9.0_elformReportserver\webapps\ROOT has finished in 16 ms
09-May-2016 17:30:08.950 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [http-nio-8080]
09-May-2016 17:30:08.965 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [ajp-nio-8009]
09-May-2016 17:30:08.965 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 21549 ms

Offline

#4 2016-05-10 06:04:24

Arno Mittelbach
datenwerke
Registered: 2012-02-14

Re: Installation of ReportServer

Hi Chris,

is there a particular reason that you chose Tomcat 9? As this is still in alpha status we have not yet tested ReportServer against Tomcat 9 so there might be problems with this setup. In any case, the warnings that you see seem to be related to Tomcat's resources cache http://tomcat.apache.org/tomcat-8.0-doc … urces.html and they should not necessarily indicate any problem with ReportServer. Have you checked the other logfiles whether there is anything of interest there?

Cheers,
Arno

Offline

#5 2016-05-10 06:54:59

Chris
Member
Registered: 2016-05-09

Re: Installation of ReportServer

OK,
so I uninstalled TomCat9 and installed 8.5, modified the persistence.xml file, increased the Java memory pool sizes to the former values, restartet the Tomcat Server and checked the ...stderr...log of reportserver and the catalina..log: The result is the same as before. What other logs I have to check? Any suggestions?

2016-05-10 08:39:11 Commons Daemon procrun stderr initialized
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.5.0
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Mar 17 2016 14:47:27 UTC
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.5.0.0
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Windows Server 2008 R2
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            6.1
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          x86
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             C:\Program Files (x86)\Java\jre1.8.0_91
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_91-b14
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         C:\Program Files (x86)\Tomcat 8.5_elformReportserver
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         C:\Program Files (x86)\Tomcat 8.5_elformReportserver
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=C:\Program Files (x86)\Tomcat 8.5_elformReportserver
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=C:\Program Files (x86)\Tomcat 8.5_elformReportserver
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=C:\Program Files (x86)\Tomcat 8.5_elformReportserver\temp
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=C:\Program Files (x86)\Tomcat 8.5_elformReportserver\conf\logging.properties
10-May-2016 08:39:12.311 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: exit
10-May-2016 08:39:12.311 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms512m
10-May-2016 08:39:12.311 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1500m
10-May-2016 08:39:12.311 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library 1.2.5 using APR version 1.5.1.
10-May-2016 08:39:12.311 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
10-May-2016 08:39:12.811 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized (OpenSSL 1.0.2g  1 Mar 2016)
10-May-2016 08:39:12.951 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
10-May-2016 08:39:13.029 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
10-May-2016 08:39:13.029 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
10-May-2016 08:39:13.029 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
10-May-2016 08:39:13.029 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 1095 ms
10-May-2016 08:39:13.061 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
10-May-2016 08:39:13.061 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.0
10-May-2016 08:39:13.076 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files (x86)\Tomcat 8.5_elformReportserver\webapps\docs
10-May-2016 08:39:13.389 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files (x86)\Tomcat 8.5_elformReportserver\webapps\docs has finished in 313 ms
10-May-2016 08:39:13.389 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files (x86)\Tomcat 8.5_elformReportserver\webapps\manager
10-May-2016 08:39:13.436 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files (x86)\Tomcat 8.5_elformReportserver\webapps\manager has finished in 47 ms
10-May-2016 08:39:13.436 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files (x86)\Tomcat 8.5_elformReportserver\webapps\reportserver
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guava-testlib-10.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-assistedinject-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-grapher-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-multibindings-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
....

Offline

#6 2016-05-10 07:07:53

Arno Mittelbach
datenwerke
Registered: 2012-02-14

Re: Installation of ReportServer

Could you post the entire log file? Please also have a look for the localhost.DATE.log and the stdout and stderr log files.

Offline

#7 2016-05-10 09:37:25

Chris
Member
Registered: 2016-05-09

Re: Installation of ReportServer

here is the localhost.DATE.log:
10-May-2016 08:39:35.687 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.listenerStart Exception sending context initialized event to listener instance of class net.datenwerke.rs.ReportServerServiceConfig
java.lang.NullPointerException
    at org.apache.catalina.loader.WebappClassLoaderBase.getResourceAsStream(WebappClassLoaderBase.java:1091)
    at org.apache.xerces.parsers.SecuritySupport$6.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.xerces.parsers.SecuritySupport.getResourceAsStream(Unknown Source)
    at org.apache.xerces.parsers.ObjectFactory.findJarServiceProvider(Unknown Source)
    at org.apache.xerces.parsers.ObjectFactory.createObject(Unknown Source)
    at org.apache.xerces.parsers.ObjectFactory.createObject(Unknown Source)
    at org.apache.xerces.parsers.DOMParser.<init>(Unknown Source)
    at org.apache.xerces.parsers.DOMParser.<init>(Unknown Source)
    at org.apache.xerces.jaxp.DocumentBuilderImpl.<init>(Unknown Source)
    at org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(Unknown Source)
    at net.datenwerke.rs.utils.xml.XMLUtilsServiceImpl.readInputStreamIntoJAXPDoc(XMLUtilsServiceImpl.java:133)
    at net.datenwerke.rs.EnvironmentValidator.getJpaProperties(EnvironmentValidator.java:704)
    at net.datenwerke.rs.EnvironmentValidator.startup(EnvironmentValidator.java:105)
    at net.datenwerke.rs.ReportServerServiceConfig.getInjector(ReportServerServiceConfig.java:218)
    at com.google.inject.servlet.GuiceServletContextListener.contextInitialized(GuiceServletContextListener.java:45)
    at net.datenwerke.gf.DwGwtFrameworkBase.contextInitialized(DwGwtFrameworkBase.java:57)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4732)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5194)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:152)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:726)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:702)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
    at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1107)
    at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1841)
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

this is the Content of stdout.DATE.log

2016-05-10 08:32:29 Commons Daemon procrun stdout initialized

2016-05-10 08:39:11 Commons Daemon procrun stdout initialized

and this is the catalina.DATE.log
10-May-2016 08:34:03.153 INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.core.StandardContext.reload Reloading Context with name [/reportserver] is completed
10-May-2016 08:39:01.399 INFO [Thread-6] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
10-May-2016 08:39:01.462 INFO [Thread-6] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
10-May-2016 08:39:01.524 INFO [Thread-6] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
10-May-2016 08:39:01.540 INFO [Thread-6] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
10-May-2016 08:39:01.540 INFO [Thread-6] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.5.0
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Mar 17 2016 14:47:27 UTC
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.5.0.0
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Windows Server 2008 R2
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            6.1
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          x86
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             C:\Program Files (x86)\Java\jre1.8.0_91
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_91-b14
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         C:\Program Files (x86)\Tomcat 8.5_elformReportserver
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         C:\Program Files (x86)\Tomcat 8.5_elformReportserver
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=C:\Program Files (x86)\Tomcat 8.5_elformReportserver
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=C:\Program Files (x86)\Tomcat 8.5_elformReportserver
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=C:\Program Files (x86)\Tomcat 8.5_elformReportserver\temp
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
10-May-2016 08:39:12.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=C:\Program Files (x86)\Tomcat 8.5_elformReportserver\conf\logging.properties
10-May-2016 08:39:12.311 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: exit
10-May-2016 08:39:12.311 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms512m
10-May-2016 08:39:12.311 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1500m
10-May-2016 08:39:12.311 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library 1.2.5 using APR version 1.5.1.
10-May-2016 08:39:12.311 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
10-May-2016 08:39:12.811 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized (OpenSSL 1.0.2g  1 Mar 2016)
10-May-2016 08:39:12.951 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
10-May-2016 08:39:13.029 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
10-May-2016 08:39:13.029 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
10-May-2016 08:39:13.029 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
10-May-2016 08:39:13.029 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 1095 ms
10-May-2016 08:39:13.061 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
10-May-2016 08:39:13.061 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.0
10-May-2016 08:39:13.076 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files (x86)\Tomcat 8.5_elformReportserver\webapps\docs
10-May-2016 08:39:13.389 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files (x86)\Tomcat 8.5_elformReportserver\webapps\docs has finished in 313 ms
10-May-2016 08:39:13.389 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files (x86)\Tomcat 8.5_elformReportserver\webapps\manager
10-May-2016 08:39:13.436 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files (x86)\Tomcat 8.5_elformReportserver\webapps\manager has finished in 47 ms
10-May-2016 08:39:13.436 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files (x86)\Tomcat 8.5_elformReportserver\webapps\reportserver
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guava-testlib-10.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-assistedinject-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-grapher-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-multibindings-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-persist-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-servlet-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-throwingproviders-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guiceberry-3.1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/gwt-slf4j-0.0.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/ha-api-3.1.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/hamcrest-core-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/hamcrest-library-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/hibernate-c3p0-5.0.3.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/hibernate-commons-annotations-5.0.0.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/hibernate-envers-5.0.3.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/hibernate-jpa-2.1-api-1.0.0.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/istack-commons-runtime-2.6.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jackson-annotations-2.1.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jackson-core-2.1.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jackson-core-asl-1.9.13.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jackson-jaxrs-1.9.13.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jackson-xc-1.9.13.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jakarta-regexp-1.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jandex-2.0.0.CR1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/javacc-5.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/javacup-10k.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/javax.annotation-3.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jaxb-api-2.2.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jaxb-svg11-1.0.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jaxb-xmldsig-core-1.0.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jaxws-api-2.2.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jboss-logging-3.3.0.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jcl-over-slf4j-1.7.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jcommon-1.0.23.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jdom-1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jempbox-1.8.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jersey-core-1.18.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jersey-guice-1.18.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jersey-json-1.18.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jersey-servlet-1.18.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jettison-1.3.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jlfgr-1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jmock-2.5.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jmock-junit4-2.5.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jopt-simple-4.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/json-20090211.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jsp-api-2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jsr181-api-1.0-MR1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jsr305-1.3.9.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jtidy-r938.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/juel-impl-2.2.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/junit-4.10.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/junit-dep-4.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jxls-core-1.0.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jxls-reader-1.0.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/kxml2-2.3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/log4j-over-slf4j-1.7.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/lucene-queries-5.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/lucene-queryparser-5.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/lucene-sandbox-5.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mail-1.4.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/management-api-3.0.0-b012.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mariadb-java-client-1.3.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mimepull-1.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mina-core-2.0.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mockito-all-1.9.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mondrian-3.6.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mx4j-jmx-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mysql-connector-java-5.1.38.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/nekohtml-1.9.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/objenesis-1.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/olap4j-1.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/olap4j-xmla-1.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/ooxml-schemas-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/org.eclipse.birt.birt-runtime-4.5.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/org.osgi.core-6.0.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/org.w3c.css.sac-1.3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/org.w3c.dom.smil-1.0.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/org.w3c.dom.svg-1.1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/oro-2.0.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/osgi-over-slf4j-1.7.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/owasp-java-html-sanitizer-r99.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/pdfbox-1.8.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/poi-3.11.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/poi-ooxml-3.11.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/poi-scratchpad-3.11.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/policy-2.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/postgresql-9.4.1208.jre7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/relaxngDatatype-20020414.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/reportserver.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/requestfactory-server-2.5.0-rc1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/rhino-1.7.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/rs-schemaupdate-1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/saaj-api-1.3.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/saaj-impl-1.3.18.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/Saxon-HE-9.5.1-8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/slf4j-api-1.7.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/slf4j-ext-1.7.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-aop-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-asm-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-beans-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-context-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-core-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-expression-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/sshd-core-0.8.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stax-1.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stax-api-1.0-2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stax-api-1.0.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stax-ex-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stax2-api-3.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/streambuffer-1.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stringtemplate-3.2.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/super-csv-2.4.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/symmetric-db-3.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/symmetric-util-3.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/transloader-0.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/txw2-20110809.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/UserAgentUtils-1.15.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/validation-api-1.1.0.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/velocity-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/wmf2svg-0.9.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/woodstox-core-asl-4.1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/wsdl4j-1.6.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xdocreport-1.0.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xercesImpl-2.11.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xml-apis-1.4.01.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xml-apis-ext-1.3.04.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xml-resolver-1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xmlbeans-2.3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xmlgraphics-commons-1.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xom-1.2.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xpp3-1.1.3.4.O.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.733 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/META-INF/MANIFEST.MF] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:13.811 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResources Unable to add the resource at [/WEB-INF/classes/META-INF/MANIFEST.MF] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.061 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.061 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guava-testlib-10.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.061 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-assistedinject-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.061 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-grapher-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.061 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-multibindings-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.061 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-persist-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.061 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-servlet-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.061 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-throwingproviders-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.061 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guiceberry-3.1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.061 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/gwt-slf4j-0.0.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.061 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/ha-api-3.1.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.061 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/hamcrest-core-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.061 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/hamcrest-library-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.061 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/hibernate-c3p0-5.0.3.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.061 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/hibernate-commons-annotations-5.0.0.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.061 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/hibernate-envers-5.0.3.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.061 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/hibernate-jpa-2.1-api-1.0.0.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/istack-commons-runtime-2.6.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jackson-annotations-2.1.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jackson-core-2.1.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jackson-core-asl-1.9.13.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jackson-jaxrs-1.9.13.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jackson-xc-1.9.13.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jakarta-regexp-1.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jandex-2.0.0.CR1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/javacc-5.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/javacup-10k.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/javax.annotation-3.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jaxb-api-2.2.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jaxb-svg11-1.0.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jaxb-xmldsig-core-1.0.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jaxws-api-2.2.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jboss-logging-3.3.0.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jcl-over-slf4j-1.7.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jcommon-1.0.23.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jdom-1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jempbox-1.8.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jersey-core-1.18.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jersey-guice-1.18.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jersey-json-1.18.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jersey-servlet-1.18.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jettison-1.3.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jlfgr-1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jmock-2.5.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jmock-junit4-2.5.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jopt-simple-4.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/json-20090211.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jsp-api-2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jsr181-api-1.0-MR1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jsr305-1.3.9.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jtidy-r938.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/juel-impl-2.2.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/junit-4.10.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/junit-dep-4.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jxls-core-1.0.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jxls-reader-1.0.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/kxml2-2.3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/log4j-over-slf4j-1.7.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/lucene-queries-5.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/lucene-queryparser-5.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/lucene-sandbox-5.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mail-1.4.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/management-api-3.0.0-b012.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mariadb-java-client-1.3.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.076 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mimepull-1.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mina-core-2.0.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mockito-all-1.9.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mondrian-3.6.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mx4j-jmx-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mysql-connector-java-5.1.38.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/nekohtml-1.9.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/objenesis-1.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/olap4j-1.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/olap4j-xmla-1.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/ooxml-schemas-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/org.eclipse.birt.birt-runtime-4.5.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/org.osgi.core-6.0.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/org.w3c.css.sac-1.3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/org.w3c.dom.smil-1.0.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/org.w3c.dom.svg-1.1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/oro-2.0.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/osgi-over-slf4j-1.7.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/owasp-java-html-sanitizer-r99.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/pdfbox-1.8.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/poi-3.11.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/poi-ooxml-3.11.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/poi-scratchpad-3.11.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/policy-2.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/postgresql-9.4.1208.jre7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/relaxngDatatype-20020414.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/reportserver.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/requestfactory-server-2.5.0-rc1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/rhino-1.7.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/rs-schemaupdate-1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/saaj-api-1.3.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/saaj-impl-1.3.18.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/Saxon-HE-9.5.1-8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/slf4j-api-1.7.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/slf4j-ext-1.7.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-aop-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-asm-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-beans-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-context-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-core-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-expression-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/sshd-core-0.8.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stax-1.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stax-api-1.0-2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stax-api-1.0.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.092 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stax-ex-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stax2-api-3.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/streambuffer-1.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stringtemplate-3.2.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/super-csv-2.4.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/symmetric-db-3.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/symmetric-util-3.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/transloader-0.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/txw2-20110809.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/UserAgentUtils-1.15.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/validation-api-1.1.0.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/velocity-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/wmf2svg-0.9.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/woodstox-core-asl-4.1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/wsdl4j-1.6.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xdocreport-1.0.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xercesImpl-2.11.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xml-apis-1.4.01.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xml-apis-ext-1.3.04.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xml-resolver-1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xmlbeans-2.3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xmlgraphics-commons-1.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xom-1.2.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xpp3-1.1.3.4.O.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.139 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/logging.properties] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.139 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResources Unable to add the resource at [/WEB-INF/classes/META-INF/services/javax.xml.parsers.SAXParserFactory] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.217 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/META-INF/services/org.apache.xerces.xni.parser.XMLParserConfiguration] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.404 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResources Unable to add the resource at [/WEB-INF/classes/META-INF/services/javax.xml.parsers.SAXParserFactory] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.404 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/META-INF/services/org.apache.xerces.xni.parser.XMLParserConfiguration] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.404 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/web.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.404 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/web.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/UserAgentUtils-1.15.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stax-1.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/org.w3c.dom.smil-1.0.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/rs-schemaupdate-1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mimepull-1.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/wmf2svg-0.9.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/org.eclipse.birt.birt-runtime-4.5.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xercesImpl-2.11.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/osgi-over-slf4j-1.7.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.467 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xml-apis-ext-1.3.04.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/org.w3c.dom.svg-1.1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/sshd-core-0.8.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/symmetric-util-3.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jersey-guice-1.18.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/json-20090211.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/management-api-3.0.0-b012.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/hamcrest-core-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xml-resolver-1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jackson-annotations-2.1.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-expression-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xmlbeans-2.3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jlfgr-1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/lucene-queries-5.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xdocreport-1.0.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/poi-scratchpad-3.11.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mockito-all-1.9.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jaxb-xmldsig-core-1.0.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jopt-simple-4.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.483 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mariadb-java-client-1.3.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-multibindings-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-context-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/super-csv-2.4.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/ooxml-schemas-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jackson-core-asl-1.9.13.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stax-api-1.0-2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jandex-2.0.0.CR1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/juel-impl-2.2.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/relaxngDatatype-20020414.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jxls-core-1.0.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jersey-json-1.18.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jsp-api-2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-throwingproviders-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/Saxon-HE-9.5.1-8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jcl-over-slf4j-1.7.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jaxb-api-2.2.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stax-ex-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/woodstox-core-asl-4.1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.498 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mondrian-3.6.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-beans-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xml-apis-1.4.01.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jackson-jaxrs-1.9.13.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/requestfactory-server-2.5.0-rc1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jaxws-api-2.2.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jcommon-1.0.23.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-servlet-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jsr305-1.3.9.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/gwt-slf4j-0.0.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jboss-logging-3.3.0.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/poi-ooxml-3.11.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/saaj-impl-1.3.18.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jaxb-svg11-1.0.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jtidy-r938.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-core-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jackson-core-2.1.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xpp3-1.1.3.4.O.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/pdfbox-1.8.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.514 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/rhino-1.7.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.529 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/symmetric-db-3.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.529 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-grapher-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.529 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/ha-api-3.1.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.529 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/javacup-10k.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.529 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/validation-api-1.1.0.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.529 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/transloader-0.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.529 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/txw2-20110809.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.529 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jempbox-1.8.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.529 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/objenesis-1.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.529 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/javacc-5.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.529 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mina-core-2.0.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.529 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/saaj-api-1.3.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.529 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jackson-xc-1.9.13.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.529 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/olap4j-1.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.529 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/istack-commons-runtime-2.6.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.529 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stax-api-1.0.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.529 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jmock-junit4-2.5.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/javax.annotation-3.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jsr181-api-1.0-MR1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/nekohtml-1.9.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jersey-core-1.18.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-asm-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stringtemplate-3.2.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/owasp-java-html-sanitizer-r99.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/lucene-sandbox-5.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/reportserver.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jakarta-regexp-1.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/lucene-queryparser-5.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jersey-servlet-1.18.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mx4j-jmx-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/org.w3c.css.sac-1.3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-assistedinject-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guiceberry-3.1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/policy-2.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jxls-reader-1.0.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/streambuffer-1.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/postgresql-9.4.1208.jre7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.545 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jmock-2.5.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.561 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jettison-1.3.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.561 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-aop-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.561 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/olap4j-xmla-1.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.561 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mysql-connector-java-5.1.38.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.561 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-persist-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.561 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/org.osgi.core-6.0.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.561 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xmlgraphics-commons-1.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.561 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guava-testlib-10.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.561 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/hamcrest-library-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.561 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/poi-3.11.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.561 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/kxml2-2.3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.561 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stax2-api-3.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.561 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/velocity-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.561 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.576 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResources Unable to add the resource at [/WEB-INF/classes/META-INF/services/javax.servlet.ServletContainerInitializer] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/logback-rs.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/logging-rs.properties] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/META-INF] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/persistence.properties.example] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/reportserver.properties] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/rsversion.properties] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/META-INF/persistence.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/demo] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/optlib] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/schemas] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/demo/demodata.sql] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/demo/demodata_oracle.sql] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/demo/demodata_postgres.sql] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/demo/FoodMart-insert.sql] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/demo/FoodMart-schema.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/demo/FoodMartCreateData.zip] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/optlib/jul-to-slf4j.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/optlib/logback-classic.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/optlib/logback-core.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/optlib/slf4j-jdk14.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.592 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/schemas/eximport.xsd] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:14.608 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/schemas/xml.xsd] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.077 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/javacc-5.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.077 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jackson-xc-1.9.13.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.077 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/olap4j-1.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.077 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/commons-configuration-1.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.077 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/istack-commons-runtime-2.6.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.077 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/batik-dom-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.077 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/batik-awt-util-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.077 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stax-api-1.0.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.093 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/commons-jxpath-1.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.093 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jmock-junit4-2.5.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.093 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/javax.annotation-3.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.093 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/eigenbase-properties-1.1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.093 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jsr181-api-1.0-MR1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.093 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/nekohtml-1.9.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.093 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jersey-core-1.18.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.093 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-asm-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.093 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stringtemplate-3.2.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.093 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/c3p0-0.9.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.093 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/owasp-java-html-sanitizer-r99.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.108 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/lucene-sandbox-5.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.124 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/antisamy-1.4.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.124 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jakarta-regexp-1.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.124 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/lucene-queryparser-5.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.124 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/batik-swing-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.124 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jersey-servlet-1.18.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.140 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/mx4j-jmx-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.140 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/batik-anim-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.140 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/easymock-2.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.140 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/org.w3c.css.sac-1.3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.140 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-assistedinject-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.140 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guiceberry-3.1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.140 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/policy-2.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.155 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jxls-reader-1.0.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.155 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/streambuffer-1.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.155 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jmock-2.5.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.155 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/batik-rasterizer-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.155 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jettison-1.3.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.155 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/esapi-2.0.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.155 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/antlr-runtime-3.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.155 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-aop-3.0.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.155 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/commons-jexl-2.0.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.155 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/olap4j-xmla-1.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.171 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/batik-gvt-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.171 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guice-persist-3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.171 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/batik-transcoder-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.171 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/org.osgi.core-6.0.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.171 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/guava-testlib-10.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.171 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/hamcrest-library-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.171 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/batik-svgpp-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.171 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/batik-script-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.171 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/batik-css-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.171 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/gwt-servlet-2.7.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.186 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/kxml2-2.3.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.186 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/atunit-1.0.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.186 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/commons-discovery-0.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.186 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/fontbox-1.8.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.202 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/batik-parser-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.202 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/bsh-core-2.0b4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.202 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/stax2-api-3.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.202 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/ant-launcher-1.7.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.202 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/batik-util-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.202 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/velocity-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.202 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.202 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.
10-May-2016 08:39:35.202 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/jersey-servlet-1.18.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.218 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/logback-rs.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.218 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/logging-rs.properties] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.218 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/optlib/jul-to-slf4j.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.233 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/optlib/logback-classic.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.233 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/resources/optlib/logback-core.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.233 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResources Unable to add the resource at [/WEB-INF/classes/org/slf4j/impl/StaticLoggerBinder.class] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.358 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/logback.groovy] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.358 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/logback-test.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.358 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/logback.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.374 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResources Unable to add the resource at [/WEB-INF/classes/META-INF/services/ch.qos.logback.classic.spi.Configurator] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.593 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResources Unable to add the resource at [/WEB-INF/classes/META-INF/services/javax.xml.parsers.SAXParserFactory] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.593 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/META-INF/services/org.apache.xerces.xni.parser.XMLParserConfiguration] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.640 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/rsversion.properties] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.655 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/META-INF/persistence.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.655 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResources Unable to add the resource at [/WEB-INF/classes/META-INF/services/javax.xml.parsers.DocumentBuilderFactory] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.687 WARNING [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/META-INF/services/org.apache.xerces.xni.parser.XMLParserConfiguration] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
10-May-2016 08:39:35.687 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
10-May-2016 08:39:35.687 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/reportserver] startup failed due to previous errors
10-May-2016 08:39:35.780 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files (x86)\Tomcat 8.5_elformReportserver\webapps\reportserver has finished in 22,344 ms
10-May-2016 08:39:35.780 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files (x86)\Tomcat 8.5_elformReportserver\webapps\ROOT
10-May-2016 08:39:35.796 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files (x86)\Tomcat 8.5_elformReportserver\webapps\ROOT has finished in 16 ms
10-May-2016 08:39:35.796 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [http-nio-8080]
10-May-2016 08:39:35.796 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [ajp-nio-8009]
10-May-2016 08:39:35.812 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 22770 ms

Offline

#8 2016-05-10 14:43:22

Arno Mittelbach
datenwerke
Registered: 2012-02-14

Re: Installation of ReportServer

Hi Chris,

also Tomcat 8.5 is still only in Beta and not stable.

We have today added a new tutorial describing the manual installation of ReportServer on Windows: https://reportserver.net/en/tutorials/i … n-windows/. Could you have a look at that if you did anything different from what is described there?

Cheers,
Arno

Offline

#9 2016-05-11 09:54:50

Chris
Member
Registered: 2016-05-09

Re: Installation of ReportServer

Hi Arno,

thank you for your great tutorial!
First of all I installed a 64 bit Java Version roll but the libs couln't load anyway
Second I uninstalled Tomcat 8.5 and installed 8.0.33, configured Tomcat as in the tutorial. Tomcat won't start after that because there was a <space> at the end of the Java Options line (...UTF8 ). I removed it and now it started.
I called the startpage but reportservers Connection Test failed because it couldn't find the dbconnection libs (Class Not Found)
  _____                       _    _____                         
|  __ \                     | |  / ____|                         
| |__) |___ _ __   ___  _ __| |_| (___   ___ _ ____   _____ _ __
|  _  // _ \ '_ \ / _ \| '__| __|\___ \ / _ \ '__\ \ / / _ \ '__|
| | \ \  __/ |_) | (_) | |  | |_ ____) |  __/ |   \ V /  __/ |   
|_|  \_\___| .__/ \___/|_|   \__|_____/ \___|_|    \_/ \___|_|   
            | |                                                   
            |_|                                                   

Version: RS3.0.1-5834 2016-03-24-23-46-15
Code Version: 2016-03-24-23-46-15
VM Args: -Dcatalina.home=C:\Program Files\Tomcat 8.0_elformReportServer -Dcatalina.base=C:\Program Files\Tomcat 8.0_elformReportServer -Djava.endorsed.dirs=C:\Program Files\Tomcat 8.0_elformReportServer\endorsed -Djava.io.tmpdir=C:\Program Files\Tomcat 8.0_elformReportServer\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=C:\Program Files\Tomcat 8.0_elformReportServer\conf\logging.properties -Drs.configdir=C:\Program Files\reportserver -Dfile.encoding=UTF8 exit -Xms512m -Xmx1500m
rs.configdir: C:\Program Files\reportserver (OK)

### DB Config ###
hibernate.dialect:  (Class Not Found)
hibernate.connection.driver_class:  (Class Not Found)
hibernate.connection.url:
hibernate.connection.username:
hibernate.connection.password:
hibernate.default_schema:

Connection Test: Failed (null)

11:50:57.588 ERROR n.d.rs.ReportServerServiceConfig - ReportServer encountered an error while validating its environment. Startup interrupted.

Offline

#10 2016-05-11 11:29:03

Chris
Member
Registered: 2016-05-09

Re: Installation of ReportServer

I removed the # signs from the MySQL section.. I guess this is "...set up the ... connection Parameters.." in your tutorial
-> this results in an 404 error again so the Startup completed successfully
-> here is hte stdout.DATE.log
2016-05-11 12:29:49 Commons Daemon procrun stdout initialized
12:30:13.168 INFO  n.datenwerke.rs.EnvironmentValidator -




  _____                       _    _____                         
|  __ \                     | |  / ____|                         
| |__) |___ _ __   ___  _ __| |_| (___   ___ _ ____   _____ _ __
|  _  // _ \ '_ \ / _ \| '__| __|\___ \ / _ \ '__\ \ / / _ \ '__|
| | \ \  __/ |_) | (_) | |  | |_ ____) |  __/ |   \ V /  __/ |   
|_|  \_\___| .__/ \___/|_|   \__|_____/ \___|_|    \_/ \___|_|   
            | |                                                   
            |_|                                                   

Version: RS3.0.1-5834 2016-03-24-23-46-15
Code Version: 2016-03-24-23-46-15
VM Args: -Dcatalina.home=C:\Program Files\Tomcat 8.0_elformReportServer -Dcatalina.base=C:\Program Files\Tomcat 8.0_elformReportServer -Djava.endorsed.dirs=C:\Program Files\Tomcat 8.0_elformReportServer\endorsed -Djava.io.tmpdir=C:\Program Files\Tomcat 8.0_elformReportServer\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=C:\Program Files\Tomcat 8.0_elformReportServer\conf\logging.properties -Drs.configdir=C:\Program Files\reportserver -Dfile.encoding=UTF8 exit -Xms512m -Xmx1500m
rs.configdir: C:\Program Files\reportserver (OK)

### DB Config ###
hibernate.dialect: net.datenwerke.rs.utils.hibernate.MySQL5Dialect (OK)
hibernate.connection.driver_class: com.mysql.jdbc.Driver (OK)
hibernate.connection.url: jdbc:mysql://localhost:3306/reportserver (OK)
hibernate.connection.username: root
hibernate.connection.password: ****
hibernate.default_schema:

Connection Test: OK
Schema Version: RS3.0-7

12:30:13.183 INFO  n.datenwerke.rs.EnvironmentValidator - Validating database schema...
12:30:30.887 INFO  n.datenwerke.rs.EnvironmentValidator - Schema validation completed
12:30:37.762 WARN  n.d.r.c.s.c.ConfigServiceImpl - Configfile scheduler/scheduler.cf could not be loaded. Default values are in effect.
12:30:37.778 WARN  n.d.r.c.s.c.ConfigServiceImpl - Configfile exportfilemd/pdfexport.cf could not be loaded. Default values are in effect.
12:30:37.778 WARN  n.d.r.c.s.c.ConfigServiceImpl - Configfile exportfilemd/pdfexport.cf could not be loaded. Default values are in effect.
12:30:45.403 INFO  n.d.r.c.s.i.RemoteMessageServiceImpl - Loading messages...
12:30:58.451 INFO  n.d.r.c.s.i.RemoteMessageServiceImpl - Available locales: de, fi, pt, bg, keys, lt, hr, lv, fr, hu, zh-CN, sk, sl, ga, sv, zh-TW, el, mt, en, it, es, et, cs, pl, da, ro, nl
12:30:58.451 INFO  n.d.r.i.ExecutePackagedScriptsTask - Executing package scripts from: C:\Program Files\Tomcat 8.0_elformReportServer\webapps\ROOT\pkg
12:30:58.466 INFO  n.d.r.i.ExecutePackagedScriptsTask - Executing package: C:\Program Files\Tomcat 8.0_elformReportServer\webapps\ROOT\pkg\baseconfig-RS3.0.1-5834-2016-03-24-23-46-15.zip
12:31:09.420 INFO  n.d.r.i.DemoDataInstallTask - Loading demodata
12:32:00.855 INFO  n.d.r.c.s.j.h.ReportServerExtenderHooker - Start loading ReportServer extensions.
12:32:01.808 INFO  n.d.r.s.s.search.SearchServiceImpl - Rebuilding search index...
12:32:02.214 INFO  n.d.g.s.lateinit.LateInitStartup - Startup completed

Offline

#11 2016-05-11 11:56:06

Chris
Member
Registered: 2016-05-09

Re: Installation of ReportServer

sorry, I used the old URL localhost:8080/reportserver instead of only localhost:8080

Offline

#12 2016-05-11 13:07:53

Arno Mittelbach
datenwerke
Registered: 2012-02-14

Re: Installation of ReportServer

Hi Chris,

do I take it that everything is up and running now?

Cheers,
Arno

Offline

#13 2016-05-12 07:46:36

Chris
Member
Registered: 2016-05-09

Re: Installation of ReportServer

Hi Arno,
yes everything is fine now. Reportserver is up and running and I'm creating a Dashboard. The problem I stumbled upon was that I only copied the previous persistence.xml file to the new reportserver config Directory and didn't modify the persistence.property file.
Btw, Is there a reason why you replace the root directory of Tomcat? Possibly someone wants to integrate reportserver into an existent Tomcat instance...

Offline

#14 2016-05-17 06:53:26

Arno Mittelbach
datenwerke
Registered: 2012-02-14

Re: Installation of ReportServer

Hi Chris,

the main reason is to have ReportServer accessible directly under the domain name and not under /reportserver. A second reason is, however, that Tomcat isn't very good in shielding applications from one another and that it is usually not a good idea to run two complex applications inside a single tomcat instance. What happens is that libraries from one app may pollute the classpath of the other which leads to very odd and hard to trace errors.

Cheers,
Arno

Offline

Board footer

Powered by FluxBB