java - exception while trying to upgrade oto ojdbc7.jar from ojdb6.jar -


I deleted my ojdb6.jar file with the ojdb7.jar in the Tomcat / ob. Turned on on Tomcat and I get the following error when trying to use it ...

  Could not find JDBC connection; Nested exception is org.apache.tomcat.dbcp.dbcp.SQLNestedException: PoolableConnectionFactory (ORA-00604 can not be made: recursive SQL level 1 Error on ORA-01,882: no zone area found  

Resource certification = "container" driverClassName = "oracle.jdbc.driver.OracleDriver" type = "javax.sql.DataSource"; connection pool configuration I am using ....

  & lt maxActive = "25" maxIdle = "25" maxWait = "2000" name = "JDBC / getcontacts" timeBetweenEvictionRunsMillis = "1000" minEvictableIdleTimeMillis = "30000" removeAbandoned = "true" removeAbandonedTimeout = "30000" logAbandoned = "true" Username = "xxxx" on pass Distributing selected = "" XXXXX validationQuery = "double" connectionProperties = "to 1 defaultRowPrefetch = 10000" url = "jdbcracle: thin: @ // xxxxx.net/xxxxx" / & gt;  
< P> Any ideas that might be due to this? We are using Oracle Database 11g.

  / usr / jdk7 / bin / java -version Java version "1.7.0_17" Java (TM) SE R AKTA environment (build 1.7.0_17-B02 02) Java Hotspot (TM) 64-bit server VM (23.7-B01, creation of mixed mode)  

Any help Will be greatly appreciated. When I put the ojdb6.jar file back and extracted the ojdb7.jar file, everything works fine.

Try adding VM arch

  -Doracle.jdbc TimezoneAsRegion = false  

Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -