Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JNDI connection error - page not rendered properly

RobalJun 20 2012 — edited Jun 26 2012
Dear All.

Always when I go to my application url I have er: "JBO-26061: Error while opening JDBC connection"
and a page is displayed only partially (not fully rendered).
In my case i have 5 development enviroments where I'm deploying my application.
On 3 envs app works prefectly but on 2 not. The only main difference (that i found) between thoese
servers is a timezone. Env: 1,2,3 has GMT+1 last two GMT. I didn't set up those machines, but from
far as I was told, configuration is the same. Weblogic version: 10.3.6.0
Does anybody now how to fix it? Before I will change a time, I would like to get familiar if a time difference could be an issue.


Regards.
Robert.

supposed error in log:
[ServletContext@556457299[app:iPlatform_v module:app_v.01-ViewController-context-root path:/app_v.01-ViewController-context-root spec-version:2.5]] Servlet failed with Exception
oracle.jbo.DMLException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-26061.
at oracle.jbo.server.DBTransactionImpl.establishNewConnection(DBTransactionImpl.java:1034)
at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1174)
at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:6826)
at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:304)
at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:335)...

Edited by: user623575 on 20-Jun-2012 01:30
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 24 2012
Added on Jun 20 2012
1 comment
117 views