Guest User

Untitled

a guest
Nov 4th, 2025
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. sudo grep -A 20 -B 10 "openmrs" /var/log/tomcat9/catalina.out
  2. [2025-11-02 21:11:56] [info] Starting service [Catalina]
  3. [2025-11-02 21:11:56] [info] Starting Servlet engine: [Apache Tomcat/9.0.58 (Ubuntu)]
  4. [2025-11-02 21:11:56] [info] Deploying deployment descriptor [/etc/tomcat9/Catalina/localhost/manager.xml]
  5. [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
  6. [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.
  7. [2025-11-02 21:11:58] [info] Deployment of deployment descriptor [/etc/tomcat9/Catalina/localhost/manager.xml] has finished in [1,745] ms
  8. [2025-11-02 21:11:58] [info] Deploying deployment descriptor [/etc/tomcat9/Catalina/localhost/host-manager.xml]
  9. [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
  10. [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.
  11. [2025-11-02 21:11:59] [info] Deployment of deployment descriptor [/etc/tomcat9/Catalina/localhost/host-manager.xml] has finished in [1,096] ms
  12. [2025-11-02 21:11:59] [info] Deploying web application archive [/var/lib/tomcat9/webapps/openmrs.war]
  13. [2025-11-02 21:11:59] [warning] Match [Context] failed to set property [antiJARLocking] to [true]
  14. [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.
  15. [2025-11-02 21:12:10] [info] 21:12:10.522 [main] ERROR org.openmrs.api.context.Context - serviceContext is null. Creating new ServiceContext()
  16. [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
  17. [2025-11-02 21:12:10] [crit] Context [/openmrs] startup failed due to previous errors
  18. [2025-11-02 21:12:10] [info] Deployment of web application archive [/var/lib/tomcat9/webapps/openmrs.war] has finished in [10,933] ms
  19. [2025-11-02 21:12:10] [info] Deploying web application directory [/var/lib/tomcat9/webapps/ROOT]
  20. [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.
  21. [2025-11-02 21:12:11] [info] Deployment of web application directory [/var/lib/tomcat9/webapps/ROOT] has finished in [1,051] ms
  22. [2025-11-02 21:12:11] [info] Starting ProtocolHandler ["http-nio-8080"]
  23. [2025-11-02 21:12:11] [info] Server startup in [14934] milliseconds
  24. [2025-11-02 22:48:37] [info] Error parsing HTTP request header
  25. [2025-11-02 22:48:37] [info] Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
  26. [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
  27. [2025-11-02 22:48:37] [info] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:419)
  28. [2025-11-02 22:48:37] [info] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271)
  29. [2025-11-02 22:48:37] [info] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  30. [2025-11-02 22:48:37] [info] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
  31. [2025-11-02 22:48:37] [info] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)
  32. [2025-11-02 22:48:37] [info] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  33. [2025-11-02 22:48:37] [info] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  34. [2025-11-02 22:48:37] [info] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  35. [2025-11-02 22:48:37] [info] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  36. [2025-11-02 22:48:37] [info] at java.lang.Thread.run(Thread.java:750)
  37. [2025-11-02 23:50:53] [info] Pausing ProtocolHandler ["http-nio-8080"]
  38. [2025-11-02 23:50:53] [info] Stopping service [Catalina]
Advertisement
Add Comment
Please, Sign In to add comment