Advertisement
pranav_bhattarai

IntelliJ trying to run a program using Tomcat configuration

Aug 7th, 2019
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.02 KB | None | 0 0
  1. /usr/share/tomcat9/bin/catalina.sh run
  2. [2019-08-08 07:48:11,503] Artifact Aug6: Waiting for server connection to start artifact deployment...
  3. NOTE: Picked up JDK_JAVA_OPTIONS:  --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
  4. <6>Server version name:   Apache Tomcat/9.0.16 (Ubuntu)
  5. <6>Server built:          Feb 26 2019 08:31:13 UTC
  6. <6>Server version number: 9.0.16.0
  7. <6>OS Name:               Linux
  8. <6>OS Version:            5.0.0-23-generic
  9. <6>Architecture:          amd64
  10. <6>Java Home:             /usr/lib/jvm/java-11-openjdk-amd64
  11. <6>JVM Version:           11.0.4+11-post-Ubuntu-1ubuntu219.04
  12. <6>JVM Vendor:            Ubuntu
  13. <6>CATALINA_BASE:         /home/pranav/.IntelliJIdea2019.1/system/tomcat/Tomcat_9_0_16_Aug6_2
  14. <6>CATALINA_HOME:         /usr/share/tomcat9
  15. <6>Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED
  16. <6>Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED
  17. <6>Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
  18. <6>Command line argument: -Djava.util.logging.config.file=/home/pranav/.IntelliJIdea2019.1/system/tomcat/Tomcat_9_0_16_Aug6_2/conf/logging.properties
  19. <6>Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
  20. <6>Command line argument: -Dcom.sun.management.jmxremote=
  21. <6>Command line argument: -Dcom.sun.management.jmxremote.port=1099
  22. <6>Command line argument: -Dcom.sun.management.jmxremote.ssl=false
  23. <6>Command line argument: -Dcom.sun.management.jmxremote.password.file=/home/pranav/.IntelliJIdea2019.1/system/tomcat/Tomcat_9_0_16_Aug6_2/jmxremote.password
  24. <6>Command line argument: -Dcom.sun.management.jmxremote.access.file=/home/pranav/.IntelliJIdea2019.1/system/tomcat/Tomcat_9_0_16_Aug6_2/jmxremote.access
  25. <6>Command line argument: -Djava.rmi.server.hostname=127.0.0.1
  26. <6>Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
  27. <6>Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
  28. <6>Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
  29. <6>Command line argument: -Dignore.endorsed.dirs=
  30. <6>Command line argument: -Dcatalina.base=/home/pranav/.IntelliJIdea2019.1/system/tomcat/Tomcat_9_0_16_Aug6_2
  31. <6>Command line argument: -Dcatalina.home=/usr/share/tomcat9
  32. <6>Command line argument: -Djava.io.tmpdir=/home/pranav/.IntelliJIdea2019.1/system/tomcat/Tomcat_9_0_16_Aug6_2/temp
  33. <6>Loaded APR based Apache Tomcat Native library [1.2.21] using APR version [1.6.5].
  34. <6>APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
  35. <6>APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  36. <6>OpenSSL successfully initialized [OpenSSL 1.1.1b  26 Feb 2019]
  37. <6>Initializing ProtocolHandler ["http-nio-8080"]
  38. <6>Server initialization in [1,001] milliseconds
  39. <6>Starting service [Catalina]
  40. <6>Starting Servlet engine: [Apache Tomcat/9.0.16 (Ubuntu)]
  41. <6>Starting ProtocolHandler ["http-nio-8080"]
  42. <6>Server startup in [247] milliseconds
  43. Connected to server
  44. [2019-08-08 07:48:14,515] Artifact Aug6: Artifact is being deployed, please wait...
  45. <6>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.
  46. [2019-08-08 07:48:16,152] Artifact Aug6: Artifact is deployed successfully
  47. [2019-08-08 07:48:16,152] Artifact Aug6: Deploy took 1,638 milliseconds
  48. /usr/share/tomcat9/bin/catalina.sh stop
  49. NOTE: Picked up JDK_JAVA_OPTIONS:  --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
  50. <6>A valid shutdown command was received via the shutdown port. Stopping the Server instance.
  51. <6>Pausing ProtocolHandler ["http-nio-8080"]
  52. <6>Stopping service [Catalina]
  53. <6>Stopping ProtocolHandler ["http-nio-8080"]
  54. <6>Destroying ProtocolHandler ["http-nio-8080"]
  55. Disconnected from server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement