Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within OCEEJBD
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
Ron McLeod
Junilu Lacar
Liutauras Vilda
Sheriffs:
Paul Clapham
Jeanne Boyarsky
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Piet Souris
Carey Brown
Bartenders:
Jesse Duncan
Frits Walraven
Mikalai Zaikin
Forum:
EJB Certification (OCEEJBD)
Problem with Entity Bean!!!
Brian Smith
Ranch Hand
Posts: 232
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi all,
i am trying to deploy an EntityBean in J2EE1.3.1 server. The verifier tools verifies with no problems at all. when i deploy it, throws following exception:
Compilation failed. at com.sun.ejb.codegen.GeneratorDriver.compileClasses(GeneratorDriver.java:232) at com.sun.ejb.codegen.GeneratorDriver.preDeploy(GeneratorDriver.java:603) at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployEjbs(JarInstallerImpl.java:707) at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplication(JarInstallerImpl.java:221) at org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImpl_Tie._invoke(Unknown Source) at com.sun.corba.ee.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:355) at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:255) at com.sun.corba.ee.internal.iiop.RequestProcessor.process(RequestProcessor.java:84) at com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:99)
Any idea?
thanks.
carlos kazuo
Greenhorn
Posts: 1
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi had the same problem using
J2EE
Deployment Tool. I realized that the J2EE container (j2ee -verbose) displays the compilation errors.
In my case was a missing method that was not catched by the verifier tool.
pie. tiny ad:
Building a Better World in your Backyard by Paul Wheaton and Shawn Klassen-Koop
https://coderanch.com/wiki/718759/books/Building-World-Backyard-Paul-Wheaton
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Need help with Sun's J2EE tutorial
ClassCastException error - Pls Help!!
deployment problem..pls help
J2EE1.3 deployment Error
Transaction Demarcation Home Interface FAILED
More...