Databae connection failed [message #423279] |
Wed, 23 September 2009 03:44 |
virgo_GT
Messages: 1 Registered: September 2009
|
Junior Member |
|
|
We had a cron job that get the document from an FTP location and save its metadata information in the database. Running the job gives the following error.
java.lang.ArrayIndexOutOfBoundsException: 7
at oracle.security.o3logon.C0.r(C0)
at oracle.security.o3logon.C0.l(C0)
at oracle.security.o3logon.C1.c(C1)
at oracle.security.o3logon.O3LoginClientHelper.getEPasswd(O3LoginClientHelper)
at oracle.jdbc.ttc7.O3log.<init>(O3log.java:289)
at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:251)
at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:249)
at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365)
at oracle.jdbc.driver.OracleDrive
|
|
|
Re: Databae connection failed [message #423285 is a reply to message #423279] |
Wed, 23 September 2009 03:53 |
|
Michel Cadot
Messages: 68731 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
And of course giving us the statement (with its parameters) you executed when you got the exception is fully useless to understand what happened, isn't it?
Regards
Michel
|
|
|