Advertisement
Guest User

Untitled

a guest
Jun 4th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.88 KB | None | 0 0
  1. # /etc/init.d/tomcat6 start && tail -f /var/log/tomcat6/catalina.out
  2. Starting tomcat6:                                          [  OK  ]
  3. Jul 13, 2010 7:28:11 PM org.apache.catalina.core.StandardContext start
  4. SEVERE: Context [/rhn] startup failed due to previous errors
  5. Jul 13, 2010 7:28:11 PM org.apache.coyote.http11.Http11Protocol start
  6. INFO: Starting Coyote HTTP/1.1 on http-8080
  7. Jul 13, 2010 7:28:11 PM org.apache.jk.common.ChannelSocket init
  8. INFO: JK: ajp13 listening on /0.0.0.0:8009
  9. Jul 13, 2010 7:28:11 PM org.apache.jk.server.JkMain start
  10. INFO: Jk running ID=0 time=0/24  config=null
  11. Jul 13, 2010 7:28:11 PM org.apache.catalina.startup.Catalina start
  12. INFO: Server startup in 8738 ms
  13. Listening for transport dt_socket at address: 8000
  14. Jul 13, 2010 7:29:15 PM org.apache.catalina.core.AprLifecycleListener init
  15. INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/server:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
  16. Jul 13, 2010 7:29:15 PM org.apache.coyote.http11.Http11Protocol init
  17. INFO: Initializing Coyote HTTP/1.1 on http-8080
  18. Jul 13, 2010 7:29:15 PM org.apache.catalina.startup.Catalina load
  19. INFO: Initialization processed in 745 ms
  20. Jul 13, 2010 7:29:15 PM org.apache.catalina.core.StandardService start
  21. INFO: Starting service Catalina
  22. Jul 13, 2010 7:29:15 PM org.apache.catalina.core.StandardEngine start
  23. INFO: Starting Servlet Engine: Apache Tomcat/6.0.20
  24. Jul 13, 2010 7:29:21 PM com.mchange.v2.log.MLog <clinit>
  25. INFO: MLog clients using java 1.4+ standard logging.
  26. Jul 13, 2010 7:29:21 PM com.mchange.v2.c3p0.C3P0Registry banner
  27. INFO: Initializing c3p0-0.9.0 [built 16-January-2006 22:02:55 +0000; debug? false; trace: 5]
  28. Jul 13, 2010 7:29:21 PM com.mchange.v2.c3p0.PoolBackedDataSource getPoolManager
  29. INFO: Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@17be3bb2 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@71292d12 [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 71292d12, idleConnectionTestPeriod -> 300, initialPoolSize -> 5, maxIdleTime -> 300, maxPoolSize -> 20, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@69fc6eed [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> 69fc6eed, jdbcUrl -> jdbc:oracle:thin:@dell-pe-sc1435-01.rhts.englab.brq.redhat.com:1521:XE, properties -> {user=******, password=******} ], preferredTestQuery -> null, propertyCycle -> 300, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, usesTraditionalReflectiveProxies -> false ], factoryClassLocation -> null, identityToken -> 17be3bb2, numHelperThreads -> 3 ]
  30. Jul 13, 2010 7:29:26 PM org.apache.catalina.core.StandardContext start
  31. SEVERE: Error listenerStart
  32. Jul 13, 2010 7:29:26 PM org.apache.catalina.core.StandardContext start
  33. SEVERE: Context [/rhn] startup failed due to previous errors
  34. Jul 13, 2010 7:29:26 PM org.apache.coyote.http11.Http11Protocol start
  35. INFO: Starting Coyote HTTP/1.1 on http-8080
  36. Jul 13, 2010 7:29:26 PM org.apache.jk.common.ChannelSocket init
  37. INFO: JK: ajp13 listening on /0.0.0.0:8009
  38. Jul 13, 2010 7:29:26 PM org.apache.jk.server.JkMain start
  39. INFO: Jk running ID=0 time=0/77  config=null
  40. Jul 13, 2010 7:29:26 PM org.apache.catalina.startup.Catalina start
  41. INFO: Server startup in 10966 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement