Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo grep -A 20 -B 10 "openmrs" /var/log/tomcat9/catalina.out
- [2025-11-02 21:11:56] [info] Starting service [Catalina]
- [2025-11-02 21:11:56] [info] Starting Servlet engine: [Apache Tomcat/9.0.58 (Ubuntu)]
- [2025-11-02 21:11:56] [info] Deploying deployment descriptor [/etc/tomcat9/Catalina/localhost/manager.xml]
- [2025-11-02 21:11:56] [warning] The path attribute with value [/manager] in deployment descriptor [/etc/tomcat9/Catalina/localhost/manager.xml] has been ignored
- [2025-11-02 21:11:58] [info] 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.
- [2025-11-02 21:11:58] [info] Deployment of deployment descriptor [/etc/tomcat9/Catalina/localhost/manager.xml] has finished in [1,745] ms
- [2025-11-02 21:11:58] [info] Deploying deployment descriptor [/etc/tomcat9/Catalina/localhost/host-manager.xml]
- [2025-11-02 21:11:58] [warning] The path attribute with value [/host-manager] in deployment descriptor [/etc/tomcat9/Catalina/localhost/host-manager.xml] has been ignored
- [2025-11-02 21:11:59] [info] 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.
- [2025-11-02 21:11:59] [info] Deployment of deployment descriptor [/etc/tomcat9/Catalina/localhost/host-manager.xml] has finished in [1,096] ms
- [2025-11-02 21:11:59] [info] Deploying web application archive [/var/lib/tomcat9/webapps/openmrs.war]
- [2025-11-02 21:11:59] [warning] Match [Context] failed to set property [antiJARLocking] to [true]
- [2025-11-02 21:12:09] [info] 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.
- [2025-11-02 21:12:10] [info] 21:12:10.522 [main] ERROR org.openmrs.api.context.Context - serviceContext is null. Creating new ServiceContext()
- [2025-11-02 21:12:10] [crit] One or more listeners failed to start. Full details will be found in the appropriate container log file
- [2025-11-02 21:12:10] [crit] Context [/openmrs] startup failed due to previous errors
- [2025-11-02 21:12:10] [info] Deployment of web application archive [/var/lib/tomcat9/webapps/openmrs.war] has finished in [10,933] ms
- [2025-11-02 21:12:10] [info] Deploying web application directory [/var/lib/tomcat9/webapps/ROOT]
- [2025-11-02 21:12:11] [info] 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.
- [2025-11-02 21:12:11] [info] Deployment of web application directory [/var/lib/tomcat9/webapps/ROOT] has finished in [1,051] ms
- [2025-11-02 21:12:11] [info] Starting ProtocolHandler ["http-nio-8080"]
- [2025-11-02 21:12:11] [info] Server startup in [14934] milliseconds
- [2025-11-02 22:48:37] [info] Error parsing HTTP request header
- [2025-11-02 22:48:37] [info] Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
- [2025-11-02 22:48:37] [info] java.lang.IllegalArgumentException: Invalid character found in method name [MGLNDD_3.134.8.71_80800x0a...]. HTTP method names must be tokens
- [2025-11-02 22:48:37] [info] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:419)
- [2025-11-02 22:48:37] [info] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271)
- [2025-11-02 22:48:37] [info] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
- [2025-11-02 22:48:37] [info] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
- [2025-11-02 22:48:37] [info] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)
- [2025-11-02 22:48:37] [info] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- [2025-11-02 22:48:37] [info] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- [2025-11-02 22:48:37] [info] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- [2025-11-02 22:48:37] [info] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- [2025-11-02 22:48:37] [info] at java.lang.Thread.run(Thread.java:750)
- [2025-11-02 23:50:53] [info] Pausing ProtocolHandler ["http-nio-8080"]
- [2025-11-02 23:50:53] [info] Stopping service [Catalina]
Advertisement
Add Comment
Please, Sign In to add comment