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:
Campbell Ritchie
Tim Cooke
Ron McLeod
paul wheaton
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Himai Minh
Bartenders:
Forum:
EJB Certification (OCEEJBD)
Problem with Entity Bean!!!
Brian Smith
Ranch Hand
Posts: 232
posted 21 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 20 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.
With a little knowledge, a
cast iron skillet
is non-stick and lasts a lifetime.
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...