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!