You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2024/02/11 15:49:39 UTC

[I] investigate oracle jdbc jar upgrade [incubator-pekko-persistence-jdbc]

pjfanning opened a new issue, #112:
URL: https://github.com/apache/incubator-pekko-persistence-jdbc/issues/112

   Upgrading to using oracle jdbc8 instead of jdbc6 runs into trouble.
   
   https://github.com/apache/incubator-pekko-persistence-jdbc/actions/runs/7862784116/job/21452649793
   
   * We might need to upgrade the oracle db image.
   * We might need to change our code
   * We are testing with an old jar and we should try to use a newer one
   
   ```
   [info]   Cause: java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
   [info] ORA-01882: timezone region not found
   [info]   at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:494)
   [info]   at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:441)
   [info]   at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:436)
   [info]   at oracle.jdbc.driver.T4CTTIfun.processError(T4CTTIfun.java:1110)
   [info]   at oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:552)
   [info]   at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:540)
   [info]   at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:256)
   [info]   at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:501)
   [info]   at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:1297)
   [info]   at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:694)
   [info]   at oracle.jdbc.driver.PhysicalConnection.connect(PhysicalConnection.java:782)
   [info]   at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:39)
   [info]   at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:704)
   [info]   at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:136)
   [info]   at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:369)
   [info]   at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198)
   [info]   at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467)
   [info]   at com.zaxxer.hikari.pool.HikariPool.access$100(HikariPool.java:71)
   [info]   at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:706)
   [info]   at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:692)
   [info]   at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] investigate oracle jdbc jar upgrade [pekko-persistence-jdbc]

Posted by "Roiocam (via GitHub)" <gi...@apache.org>.
Roiocam commented on issue #112:
URL: https://github.com/apache/pekko-persistence-jdbc/issues/112#issuecomment-2045516183

   Seems like has been solved in #157, wdyt @pjfanning ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] investigate oracle jdbc jar upgrade [pekko-persistence-jdbc]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning closed issue #112: investigate oracle jdbc jar upgrade
URL: https://github.com/apache/pekko-persistence-jdbc/issues/112


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org