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!

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.

Model View Controller Deployment

423729Jul 20 2004
Hi,
I have tried to deploy the ViewController layer in an OC4J instance, and the model and another instance of OC4J.

When I tried to execute the page in the ViewController layer I receive the following message. It seems like I need something to configure in order that my databindings could access to the model layer. I have already changed the Databindings.cpx in which I point the remote Configuration of the AppModule.

Does somebody know what is wrong or how I can solve the problem?

500 Internal Server Error
JBO-30003: The application pool (ec.com.carrasco.accionespersonal.model.AppModule9iAS) failed to checkout an application module due to the following exception:

oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-25222: Unable to create application module.

at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1743)
....
....
....
## Detail 0 ##

oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-25222: Unable to create application module.
.....
.....
....
## Detail 0 ##

oracle.jbo.JboException: JBO-25222: Unable to create application module.

at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:156)

....
....
...
## Detail 0 ##

javax.naming.NamingException: Error instantiating web-app JNDI-context: No location specified and no suitable instance of the type 'ec.com.carrasco.accionespersonal.model.common.ejb.beanmanaged.RemoteAppModule' found for the ejb-ref ejb/AppModuleBean
....
....
...
....

Comments

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

Post Details

Locked on Aug 17 2004
Added on Jul 20 2004
0 comments
58 views