Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within EJB and other Jakarta /Java EE Technologies
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 and other Jakarta /Java EE Technologies
Deployment problem, using Sun RI
Manish Kumar
Ranch Hand
Posts: 53
posted 22 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I'm new to
EJB
and I've been trying to deploy a bean on SunJ2EE's RI but I get the following message.
---------------------------------------------------------------------- distribute: D:\test.jar Deploy action running... Contacted Server... Application test transferred Application test transferred Deployment of test is complete. Deployment of test is complete. Completed --- Operation Completed Successfully --- ---------------------------------------------------------------------- start: test Running... java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.RemoteException: null; nested exception is: javax.management.ReflectionException at com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystemException(ShutdownUtilDelegate.java:61) at javax.rmi.CORBA.Util.mapSystemException(Util.java:65) at org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstaller_Stub.start(Unknown Source) at com.sun.enterprise.deployapi.actions.ModuleStateAction.run(ModuleStateAction.java:58) at java.lang.Thread.run(Thread.java:536) Caused by: java.rmi.RemoteException: null; nested exception is: javax.management.ReflectionException at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.start(JarInstallerImpl.java:1171) at org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImpl_Tie._invoke(Unknown Source) at com.sun.corba.se.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:352) at com.sun.corba.se.internal.iiop.ORB.process(ORB.java:252) at com.sun.corba.se.internal.iiop.RequestProcessor.process(RequestProcessor.java:81) at com.sun.corba.se.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:106) Caused by: javax.management.ReflectionException at com.sun.management.j2se.MOAgents.EmmaBeanUtil.invoke(EmmaBeanUtil.java:346) at com.sun.enterprise.management.model.emma.EJBModuleMdlEmmaAgent.invoke(EJBModuleMdlEmmaAgent.java:425) at com.sun.jdmk.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:334) at com.sun.jdmk.MetaDataImpl.invoke(MetaDataImpl.java:496) at com.sun.jdmk.DefaultMBeanAccessor.invoke(DefaultMBeanAccessor.java:528) at com.sun.jdmk.MBeanServerImpl.invoke(MBeanServerImpl.java:579) at com.sun.enterprise.management.agent.MEJBUtility.invoke(MEJBUtility.java:314) at com.sun.enterprise.management.util.J2EEManagementObjectManager.startModule(J2EEManagementObjectManager.java:636) at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.start(JarInstallerImpl.java:1161) ... 5 more !!! Operation Failed !!! ********************************************************************** [Completed (time=39.3sec, status=13)] **********************************************************************
please tell me what's going wrong ? I've tried it on Windows 98 / XP.
regards,
Manish
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
J2EE Tutorial - Deploying the J2EE Application
Deployment Problems with EJB- RemoteException
Sun J2EE RI 1.4 deployment problem.
Transaction Demarcation Home Interface FAILED
Deploying an EJB error
More...