Skip to Main Content

Oracle Database Discussions

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

BEA-101020 Servlet failed with an Exception

2708162Jul 7 2014

When there is DB insert call I get the following error in weblogic 12C.But the DB call I made before this DB operation was executed successfully.I'm using spring DI.

I suspect the problem is because of any connection time out or the session factory become null.(https://community.oracle.com/message/10349698#10349698)

<HTTP> <BEA-101020> <[ServletContext@481586399[app:XXXX module:/XXXX path:null spec-version:3.0 version:2.0.3]] Servlet failed with an Exception

java.lang.NullPointerException

        at weblogic.servlet.internal.ServletResponseImpl.sendCon

        at weblogic.servlet.internal.ServletResponseImpl.sendErr

        at weblogic.servlet.internal.ServletResponseImpl.sendErr

        at org.apache.struts2.dispatcher.Dispatcher.sendError(Di

        at org.apache.struts2.dispatcher.Dispatcher.serviceActio

        Truncated. see log file for complete stacktrace

I not even see any hibernate query log also in the log file.When the DB call is made I staright away receive the error message.Can any one help in this regard.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 4 2014
Added on Jul 7 2014
0 comments
2,440 views