I'm having a problem with TomCat 8.5 vĂ  Dspace 5.3, as described below:

When restart tomcat, DSpace run stable in the range of 1 to 2 hours. And 
then, suddenly crashes without an error message . 

- Check Task manager shows tomcat running with high cpu usage, more than 
80% (view attached image)

- Check the log files in folders Tomcat8.5 \ logs with the following 
contents (view attachments)

Stop/start Tomcat, the situation happened the same.

*My server.xml's content:*
...
<Connector port="80" protocol="HTTP/1.1" URIEncoding="UTF-8"
               connectionTimeout="20000"
               redirectPort="8443" />
...

<Context path="" docBase="E:/Dspace_data/dspace/webapps/jspui" debug="0" 
reloadable="true" cachingAllowed="false" allowLinking="true"/> <Context 
path="/oai" docBase="E:/Dspace_data/dspace/webapps/oai" debug="0" 
reloadable="true" cachingAllowed="false" allowLinking="true"/> <Context 
path="/mobile" docBase="E:/Dspace_data/dspace/webapps/xmlui" debug="0" 
reloadable="true" cachingAllowed="false" allowLinking="true"/> <Context 
path="/solr" docBase="E:/Dspace_data/dspace/webapps/solr" debug="0" 
reloadable="true" cachingAllowed="false" allowLinking="true"/>
..."

After Dspace was crashed, I set a setenv.bat in c:\Program Files\Apache 
Software Foundation\Tomcat 8.5\bin\ with content:
set "JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding=UTF-8 -Xms2048m -Xmx2048m 
-XX:MaxPermSize=512m"

And,
I modified context.txt file in C:\Program Files\Apache Software 
Foundation\Tomcat 8.5\conf with content:

"...
<Context crossContext="true" sessionCookiePath="/">

    <!-- Default set of monitored resources. If one of these changes, the   
 -->
    <!-- web application will be reloaded.                                 
  -->
    <WatchedResource>WEB-INF/web.xml</WatchedResource>
    <WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
    <Resources cachingAllowed="true" cacheMaxSize="300000" />

    <!-- Uncomment this to disable session persistence across Tomcat 
restarts -->
    <!--
    <Manager pathname="" />
    -->
</Context>
..."

And, Stop/Start Tomcat, the situation above occurs again.

Please help me!

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.
04-Oct-2016 00:45:45.726 INFO [http-nio-80-exec-6] 
org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request 
header
 Note: further occurrences of HTTP header parsing errors will be logged at 
DEBUG level.
 java.lang.IllegalArgumentException: Invalid character found in method name. 
HTTP method names must be tokens
        at 
org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:462)
        at 
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:667)
        at 
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
        at 
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:802)
        at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1410)
        at 
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
        at java.lang.Thread.run(Unknown Source)

04-Oct-2016 09:21:58.590 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'debug' to '0' did not find a matching property.
04-Oct-2016 09:21:58.590 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'cachingAllowed' to 'false' did not find a matching property.
04-Oct-2016 09:21:58.590 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'allowLinking' to 'true' did not find a matching property.
04-Oct-2016 09:21:58.606 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'debug' to '0' did not find a matching property.
04-Oct-2016 09:21:58.606 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'cachingAllowed' to 'false' did not find a matching property.
04-Oct-2016 09:21:58.606 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'allowLinking' to 'true' did not find a matching property.
04-Oct-2016 09:21:58.606 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'debug' to '0' did not find a matching property.
04-Oct-2016 09:21:58.606 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'cachingAllowed' to 'false' did not find a matching property.
04-Oct-2016 09:21:58.606 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'allowLinking' to 'true' did not find a matching property.
04-Oct-2016 09:21:58.606 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'debug' to '0' did not find a matching property.
04-Oct-2016 09:21:58.606 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'cachingAllowed' to 'false' did not find a matching property.
04-Oct-2016 09:21:58.606 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'allowLinking' to 'true' did not find a matching property.
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server version:        
Apache Tomcat/8.5.5
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server built:          
Aug 31 2016 19:51:16 UTC
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server number:         
8.5.5.0
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log OS Name:               
Windows Server 2012
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log OS Version:            6.2
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Architecture:          
amd64
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Java Home:             
C:\Program Files\Java\jre7
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           
1.7.0_80-b15
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            
Oracle Corporation
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         
C:\Program Files\Apache Software Foundation\Tomcat 8.5
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         
C:\Program Files\Apache Software Foundation\Tomcat 8.5
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Dcatalina.home=C:\Program Files\Apache Software Foundation\Tomcat 8.5
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Dcatalina.base=C:\Program Files\Apache Software Foundation\Tomcat 8.5
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Djava.io.tmpdir=C:\Program Files\Apache Software Foundation\Tomcat 8.5\temp
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Djava.util.logging.config.file=C:\Program Files\Apache Software 
Foundation\Tomcat 8.5\conf\logging.properties
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
exit
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Xms128m
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Xmx256m
04-Oct-2016 09:21:58.621 INFO [main] 
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based 
Apache Tomcat Native library which allows optimal performance in production 
environments was not found on the java.library.path: C:\Program Files\Apache 
Software Foundation\Tomcat 
8.5\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program
 Files\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files\Microsoft SQL 
Server\Client SDK\ODBC\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL 
Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL 
Server\120\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL 
Server\120\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft SQL 
Server\120\DTS\Binn\;C:\Program 
Files\Java\jdk1.7.0_80\bin;e:\Dspace_Data\apache-maven-3.0\bin;e:\Dspace_Data\apache-ant-1.8.2\bin;;.
04-Oct-2016 09:21:58.824 INFO [main] org.apache.coyote.AbstractProtocol.init 
Initializing ProtocolHandler ["http-nio-80"]
04-Oct-2016 09:21:58.871 INFO [main] 
org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared 
selector for servlet write/read
04-Oct-2016 09:21:58.871 INFO [main] org.apache.coyote.AbstractProtocol.init 
Initializing ProtocolHandler ["ajp-nio-8009"]
04-Oct-2016 09:21:58.887 INFO [main] 
org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared 
selector for servlet write/read
04-Oct-2016 09:21:58.887 INFO [main] org.apache.catalina.startup.Catalina.load 
Initialization processed in 1306 ms
04-Oct-2016 09:21:58.934 INFO [main] 
org.apache.catalina.core.StandardService.startInternal Starting service Catalina
04-Oct-2016 09:21:58.934 INFO [main] 
org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: 
Apache Tomcat/8.5.5
04-Oct-2016 09:22:12.856 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.
04-Oct-2016 09:22:28.793 INFO [localhost-startStop-1] 
org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for 
TLDs yet contained no TLDs. Enable debug logging for this logger for a complete 
list of JARs that were scanned but no TLDs were found in them. Skipping 
unneeded JARs during scanning can improve startup time and JSP compilation time.
04-Oct-2016 09:22:46.356 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.
04-Oct-2016 09:23:03.262 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.
04-Oct-2016 09:23:03.793 INFO [localhost-startStop-1] 
org.dspace.storage.rdbms.DatabaseManager.initialize DBMS is 'PostgreSQL'
04-Oct-2016 09:23:03.793 INFO [localhost-startStop-1] 
org.dspace.storage.rdbms.DatabaseManager.initialize DBMS driver version is 
'9.3.0'
04-Oct-2016 09:23:03.949 INFO [localhost-startStop-1] 
org.flywaydb.core.internal.util.logging.apachecommons.ApacheCommonsLog.info 
Database: jdbc:postgresql://localhost:5432/dspace (PostgreSQL 9.3)
04-Oct-2016 09:23:04.137 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web 
application directory C:\Program Files\Apache Software Foundation\Tomcat 
8.5\webapps\docs
04-Oct-2016 09:23:04.184 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web 
application directory C:\Program Files\Apache Software Foundation\Tomcat 
8.5\webapps\docs has finished in 47 ms
04-Oct-2016 09:23:04.184 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web 
application directory C:\Program Files\Apache Software Foundation\Tomcat 
8.5\webapps\manager
04-Oct-2016 09:23:04.278 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web 
application directory C:\Program Files\Apache Software Foundation\Tomcat 
8.5\webapps\manager has finished in 94 ms
04-Oct-2016 09:23:04.278 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler [http-nio-80]
04-Oct-2016 09:23:04.293 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler [ajp-nio-8009]
04-Oct-2016 09:23:04.293 INFO [main] org.apache.catalina.startup.Catalina.start 
Server startup in 65418 ms
04-Oct-2016 11:47:27.918 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'debug' to '0' did not find a matching property.
04-Oct-2016 11:47:27.922 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'cachingAllowed' to 'false' did not find a matching property.
04-Oct-2016 11:47:27.923 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'allowLinking' to 'true' did not find a matching property.
04-Oct-2016 11:47:27.939 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'debug' to '0' did not find a matching property.
04-Oct-2016 11:47:27.940 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'cachingAllowed' to 'false' did not find a matching property.
04-Oct-2016 11:47:27.940 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'allowLinking' to 'true' did not find a matching property.
04-Oct-2016 11:47:27.941 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'debug' to '0' did not find a matching property.
04-Oct-2016 11:47:27.941 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'cachingAllowed' to 'false' did not find a matching property.
04-Oct-2016 11:47:27.941 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'allowLinking' to 'true' did not find a matching property.
04-Oct-2016 11:47:27.942 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'debug' to '0' did not find a matching property.
04-Oct-2016 11:47:27.943 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'cachingAllowed' to 'false' did not find a matching property.
04-Oct-2016 11:47:27.943 WARNING [main] 
org.apache.tomcat.util.digester.SetPropertiesRule.begin 
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'allowLinking' to 'true' did not find a matching property.
04-Oct-2016 11:47:27.961 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server version:        
Apache Tomcat/8.5.5
04-Oct-2016 11:47:27.961 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server built:          
Aug 31 2016 19:51:16 UTC
04-Oct-2016 11:47:27.962 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server number:         
8.5.5.0
04-Oct-2016 11:47:27.962 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log OS Name:               
Windows Server 2012
04-Oct-2016 11:47:27.962 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log OS Version:            6.2
04-Oct-2016 11:47:27.962 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Architecture:          
amd64
04-Oct-2016 11:47:27.962 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Java Home:             
C:\Program Files\Java\jre7
04-Oct-2016 11:47:27.962 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           
1.7.0_80-b15
04-Oct-2016 11:47:27.962 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            
Oracle Corporation
04-Oct-2016 11:47:27.963 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         
C:\Program Files\Apache Software Foundation\Tomcat 8.5
04-Oct-2016 11:47:27.963 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         
C:\Program Files\Apache Software Foundation\Tomcat 8.5
04-Oct-2016 11:47:27.963 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Dcatalina.home=C:\Program Files\Apache Software Foundation\Tomcat 8.5
04-Oct-2016 11:47:27.963 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Dcatalina.base=C:\Program Files\Apache Software Foundation\Tomcat 8.5
04-Oct-2016 11:47:27.963 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Djava.io.tmpdir=C:\Program Files\Apache Software Foundation\Tomcat 8.5\temp
04-Oct-2016 11:47:27.964 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
04-Oct-2016 11:47:27.964 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Djava.util.logging.config.file=C:\Program Files\Apache Software 
Foundation\Tomcat 8.5\conf\logging.properties
04-Oct-2016 11:47:27.964 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
exit
04-Oct-2016 11:47:27.964 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Xms128m
04-Oct-2016 11:47:27.964 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Xmx256m
04-Oct-2016 11:47:27.964 INFO [main] 
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based 
Apache Tomcat Native library which allows optimal performance in production 
environments was not found on the java.library.path: C:\Program Files\Apache 
Software Foundation\Tomcat 
8.5\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program
 Files\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files\Microsoft SQL 
Server\Client SDK\ODBC\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL 
Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL 
Server\120\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL 
Server\120\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft SQL 
Server\120\DTS\Binn\;C:\Program 
Files\Java\jdk1.7.0_80\bin;e:\Dspace_Data\apache-maven-3.0\bin;e:\Dspace_Data\apache-ant-1.8.2\bin;;.
04-Oct-2016 11:47:28.247 INFO [main] org.apache.coyote.AbstractProtocol.init 
Initializing ProtocolHandler ["http-nio-80"]
04-Oct-2016 11:47:28.294 INFO [main] 
org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared 
selector for servlet write/read
04-Oct-2016 11:47:28.298 INFO [main] org.apache.coyote.AbstractProtocol.init 
Initializing ProtocolHandler ["ajp-nio-8009"]
04-Oct-2016 11:47:28.301 INFO [main] 
org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared 
selector for servlet write/read
04-Oct-2016 11:47:28.302 INFO [main] org.apache.catalina.startup.Catalina.load 
Initialization processed in 1430 ms
04-Oct-2016 11:47:28.358 INFO [main] 
org.apache.catalina.core.StandardService.startInternal Starting service Catalina
04-Oct-2016 11:47:28.359 INFO [main] 
org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: 
Apache Tomcat/8.5.5
04-Oct-2016 11:47:42.876 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.
04-Oct-2016 11:47:59.591 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.
04-Oct-2016 11:48:15.419 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.
04-Oct-2016 11:48:30.435 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.
04-Oct-2016 11:48:30.779 INFO [localhost-startStop-1] 
org.dspace.storage.rdbms.DatabaseManager.initialize DBMS is 'PostgreSQL'
04-Oct-2016 11:48:30.779 INFO [localhost-startStop-1] 
org.dspace.storage.rdbms.DatabaseManager.initialize DBMS driver version is 
'9.3.0'
04-Oct-2016 11:48:30.919 INFO [localhost-startStop-1] 
org.flywaydb.core.internal.util.logging.apachecommons.ApacheCommonsLog.info 
Database: jdbc:postgresql://localhost:5432/dspace (PostgreSQL 9.3)
04-Oct-2016 11:48:31.122 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web 
application directory C:\Program Files\Apache Software Foundation\Tomcat 
8.5\webapps\docs
04-Oct-2016 11:48:31.169 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web 
application directory C:\Program Files\Apache Software Foundation\Tomcat 
8.5\webapps\docs has finished in 47 ms
04-Oct-2016 11:48:31.169 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web 
application directory C:\Program Files\Apache Software Foundation\Tomcat 
8.5\webapps\manager
04-Oct-2016 11:48:31.232 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web 
application directory C:\Program Files\Apache Software Foundation\Tomcat 
8.5\webapps\manager has finished in 63 ms
04-Oct-2016 11:48:31.247 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler [http-nio-80]
04-Oct-2016 11:48:31.247 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler [ajp-nio-8009]
04-Oct-2016 11:48:31.263 INFO [main] org.apache.catalina.startup.Catalina.start 
Server startup in 62960 ms

Reply via email to