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!

FacesServlet.service throwing multiple exceptions when app is running on Websphere 7 server

susieesfFeb 25 2014 — edited Feb 26 2014

Hi all,

JDeveloper version is: 11.1.2.4.0, and I'm deploying to Webspher 7.

My application works without the issues FacesServlet issues on the integrated weblogic server. However, when I deploy to the Websphere server in my testing environment, i'm getting some request delays.

I've traced the issue back to mostly i/o time, attributed to several exceptions in the FacesServlet.service request in the javax.faces.webapp package.

The exceptions are always the following:

JBO-25200: Application module is not connected to a database.

MDS-00013: no metadata found for metadata object "/_$beandc$_.xml"      (MetadataNotFoundException)

JBO-26001: XML file not found for the container /_$beandc$_.xml               (NoXMLFileException)

JBO-25002: Definition _$beandc$_ of type null is not found                         (NoDefException)

Variable RelativePath not recognized                                                       (JISyntaxError)

This problem is intermittent, and doesn't happen on all requests. When it does happen, it results in 3-5 second delay for the user. (Could it be garbage collection related?)

Has anyone seen similar behavior/Can point me in the right direction?

Thanks in advance!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 26 2014
Added on Feb 25 2014
2 comments
167 views