Home » Infrastructure » Linux » Getting Error When Executing Java jar file from Linux (Linux Red Hat)
Getting Error When Executing Java jar file from Linux [message #670114] Thu, 07 June 2018 06:21 Go to next message
ssyr
Messages: 65
Registered: January 2017
Member
Hello all,

I am trying to execute java jar file using Linux server just now I have migrated from old application server to new server .But my java jar file is executing without fail in old server but from new server it is not connecting to Oracle DB I am getting below error,

java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
ORA-01882: timezone region not found

at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:388)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:381)
at oracle.jdbc.driver.T4CTTIfun.processError(T4CTTIfun.java:564)
at oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:431)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:366)
at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:752)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:359)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:531)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:221)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:503)
at java.sql.DriverManager.getConnection(DriverManager.java:571)
at java.sql.DriverManager.getConnection(DriverManager.java:215)
Could any body suggest me how can I resolve this error as I am not that much aware of java setting from Linux server.

Thanks in advance.
Re: Getting Error When Executing Java jar file from Linux [message #670115 is a reply to message #670114] Thu, 07 June 2018 07:12 Go to previous message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
[oracle@localhost trace]$ oerr ora 1882
01882, 00000, "timezone region not found"
// *Cause: The specified region name was not found.
// *Action: Contact Oracle Support Services.
[oracle@localhost trace]$ 
Root cause & fix is at OS level.
Oracle DB is victim; not culprit.
Previous Topic: How To check Connectivity from Linux using hostname/IP
Next Topic: Oracle Linux or RHEL7
Goto Forum:
  


Current Time: Thu Mar 28 05:33:29 CDT 2024