Advertisement
Guest User

Untitled

a guest
Jun 7th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. Jul 30, 2010 8:49:38 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
  2. INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/l
  3. ib/jvm/java-1.6.0-ibm-1.6.0.4.x86_64/jre/lib/amd64/default:/usr/lib/jvm/java-1.6.0-ibm-1.6.0.4.x86_64/jre/lib/amd64:/opt/oracle/lib:/usr/lib:/usr
  4. /lib
  5. Jul 30, 2010 8:49:39 PM org.apache.coyote.http11.Http11BaseProtocol init
  6. INFO: Initializing Coyote HTTP/1.1 on http-8080
  7. Jul 30, 2010 8:49:39 PM org.apache.catalina.startup.Catalina load
  8. INFO: Initialization processed in 768 ms
  9. Jul 30, 2010 8:49:39 PM org.apache.catalina.users.MemoryUserDatabase save
  10. WARNING: User database is not persistable - no write permissions on directory
  11. Jul 30, 2010 8:49:39 PM org.apache.catalina.core.StandardService start
  12. INFO: Starting service Catalina
  13. Jul 30, 2010 8:49:39 PM org.apache.catalina.core.StandardEngine start
  14. INFO: Starting Servlet Engine: Apache Tomcat/5.5.23
  15. Jul 30, 2010 8:49:39 PM org.apache.catalina.core.StandardHost start
  16. INFO: XML validation disabled
  17. Jul 30, 2010 8:49:39 PM org.apache.catalina.startup.HostConfig deployDescriptor
  18. WARNING: A docBase /var/lib/tomcat5/webapps/rhn inside the host appBase has been specified, and will be ignored
  19. Jul 30, 2010 8:49:39 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
  20. INFO: validateJarFile(/usr/share/tomcat5/webapps/rhn/WEB-INF/lib/jspapi.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending cla
  21. ss: javax/servlet/jsp/JspPage.class
  22. Jul 30, 2010 8:49:42 PM com.mchange.v2.log.MLog <clinit>
  23. INFO: MLog clients using java 1.4+ standard logging.
  24. Jul 30, 2010 8:49:42 PM com.mchange.v2.c3p0.C3P0Registry banner
  25. INFO: Initializing c3p0-0.9.0 [built 13-July-2007 10:11:26 -0400; debug? false; trace: 5]
  26. Jul 30, 2010 8:49:42 PM com.mchange.v2.c3p0.PoolBackedDataSource getPoolManager
  27. INFO: Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@50915091 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnec
  28. tionPoolDataSource@34453445 [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automatic
  29. TestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnecti
  30. onTester, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 34453445, idleConnectionTestPeriod -> 300, i
  31. nitialPoolSize -> 5, maxIdleTime -> 300, maxPoolSize -> 20, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSour
  32. ce -> com.mchange.v2.c3p0.DriverManagerDataSource@ff40ff4 [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken
  33. -> ff40ff4, jdbcUrl -> jdbc:oracle:thin:@msrvadm09:1521:REDHAT_SVC, properties -> {user=******, password=******} ], preferredTestQuery -> null,
  34. propertyCycle -> 300, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, usesTraditionalReflectiveProxies -> false ], factoryCl
  35. assLocation -> null, identityToken -> 50915091, numHelperThreads -> 3 ]
  36. Jul 30, 2010 8:50:12 PM com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask run
  37. WARNING: com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@1b261b26 -- Acquisition Attempt Failed!!! Clearing pending acquires. While try
  38. ing to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30).
  39. 2010-07-30 20:50:12,205 [main] WARN org.hibernate.cfg.SettingsFactory - Could not obtain connection metadata
  40. java.sql.SQLException: Connections could not be acquired from the underlying database!
  41. at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:104)
  42. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:236)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement