Problems upgrading to TeamSite 6.7.2 SP2
Hi All,
I am in the middle of upgrading TeamSite to 7.2.x, but I am running into a problem when trying to upgrade to 6.7.2 SP2. We were running TeamSite 6.7.2 on Solaris 10, but need to upgrade to SP2 before I can move to 7.2 (or maybe even 7.3). I ran the service pack upgrade and it completed without any errors or warnings. Upon completing the upgrade, I had the physical server rebooted. When TeamSite tries to start up, I keep getting the error below in the servletd_out.log file. I have searched for the error in devnet and knowledge docs, but can't seem to find anything for Solaris implementations. I wanted to hit up the devnet community first to see if anyone has experienced this in the past and can help out.
Using CATALINA_BASE: /lcl/sit/apps/iw-home/servletd
Using CATALINA_HOME: /lcl/sit/apps/iw-home/servletd
Using CATALINA_TMPDIR: /lcl/sit/apps/iw-home/servletd/temp
Using JAVA_HOME: /lcl/sit/apps/iw-home/tools/java
Using CLASSPATH: :/lcl/sit/apps/iw-home/tools/java/lib/tools.jar:/lcl/sit/apps/iw-home/servletd/bin/bootstrap.jar:/lcl/sit/apps/iw-home/servletd/bin/commons-logging-api.jar
May 16, 2011 8:52:19 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server} Setting property 'debug' to '0' did not find a matching property.
May 16, 2011 8:52:19 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine} Setting property 'debug' to '0' did not find a matching property.
May 16, 2011 8:52:20 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host} Setting property 'debug' to '0' did not find a matching property.
May 16, 2011 8:52:20 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
May 16, 2011 8:52:20 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
May 16, 2011 8:52:20 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
May 16, 2011 8:52:20 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
May 16, 2011 8:52:20 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
May 16, 2011 8:52:20 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1111 ms
May 16, 2011 8:52:20 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
May 16, 2011 8:52:20 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
May 16, 2011 8:52:26 AM org.apache.catalina.core.ApplicationContext log
INFO: Set web app root system property: 'iw-preview' = [/lcl/sit/apps/iw-home/httpd/webapps/iw-preview/]
May 16, 2011 8:52:26 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Log4J from [/lcl/sit/apps/iw-home/httpd/webapps/iw-preview/WEB-INF/classes/log4j.xml]
May 16, 2011 8:52:29 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
08:52:42,324 WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: null
08:52:42,325 ERROR [JDBCExceptionReporter] Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver'
08:52:42,329 WARN [SettingsFactory] Could not obtain connection metadata
org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver'
at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:766)
at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:540)
at org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider.getConnection(LocalDataSourceConnectionProvider.java:81)
at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:84)
at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2073)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1298)
at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:753)
at org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:691)
at org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:211)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1390)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1359)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:540)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:485)
at java.security.AccessController.doPrivileged(Native Method)
There are many more lines to this, but I can't seem to get past this error.
Thanks again.