• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SunOne7 ejb deployment error

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I'm trying to deploy an ejb on SunOne AppSvr7 (Solaris8).
However, I always get the following error:
Cannot deploy the component
error received from mbean null

This problem seems to be happening for every single jar that i tried to deploy.
Each jar files are uploaded (an can bee seen from the console), however, none of them are deployed.
Is there any configuration that might cause the problem?
If anyone out there could help, please, I'm sort of hitting the deadline.
The following message is found on the admin-server log:
[01/Apr/2003:17:54:51] INFO ( 8929): ADM6002:Received remote administration request
[01/Apr/2003:17:54:52] INFO ( 8929): ADM6002:Received remote administration request
[01/Apr/2003:17:54:52] INFO ( 8929): ADM1006:Uploading the file to:[/var/tmp/s1astempTDomainadmin-server-1243288101/TInst/ttrepository_idm_ejb.jar]
[01/Apr/2003:17:54:52] INFO ( 8929): ADM1007:Uploaded the remote file at: [/var/tmp/s1astempTDomainadmin-server-1243288101/TInst/ttrepository_idm_ejb.jar]
[01/Apr/2003:17:54:52] INFO ( 8929): ADM6002:Received remote administration request
[01/Apr/2003:17:54:59] INFO ( 8929): Total Deployment Time: 6958 msec, Total EJB Compiler Module Time: 0 msec, Portion spent EJB Compiling: 0%
[01/Apr/2003:17:54:59] WARNING ( 8929): ADM6004:Remote invocation failed - Detailed Message:
java.lang.RuntimeException: error received from mbean null
at com.iplanet.ias.admin.server.core.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:166)
at com.iplanet.ias.admin.server.core.jmx.ASMBeanServerImpl.invoke(ASMBeanServerImpl.java:222)
at com.iplanet.ias.admin.server.core.servlet.AdminAPIEntryServlet.callInvoke(AdminAPIEntryServlet.java:217)
at com.iplanet.ias.admin.server.core.servlet.AdminAPIEntryServlet.callMBean(AdminAPIEntryServlet.java:176)
at com.iplanet.ias.admin.server.core.servlet.AdminAPIEntryServlet.doGet(AdminAPIEntryServlet.java:101)
at com.iplanet.ias.admin.server.core.servlet.AdminAPIEntryServlet.doPost(AdminAPIEntryServlet.java:83)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:720)
at org.apache.catalina.core.StandardWrapperValve.access$000(StandardWrapperValve.java:118)
at org.apache.catalina.core.StandardWrapperValve$1.run(StandardWrapperValve.java:278)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:274)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)
I have run it with FINER level of logging, the server.log from the instance directory is as follow:
[02/Apr/2003:09:42:39] FINE (14190): RMI TCP Connection(3)-127.0.0.1: (port 37089) connection closed
[02/Apr/2003:09:42:39] FINE (14190): RMI TCP Connection(3)-127.0.0.1: close connection
[02/Apr/2003:09:43:00] FINE (14190): SingleSignOn[tinst]: SSO expiration started. Current entries: 0
[02/Apr/2003:09:43:00] FINE (14190): SingleSignOn[tinst]: SSO cache will expire 0 entries.
[02/Apr/2003:09:43:04] FINE (14190): RMI TCP Connection(4)-127.0.0.1: accepted socket from [127.0.0.1:37095]
[02/Apr/2003:09:43:04] FINER (14190): RMI TCP Connection(4)-127.0.0.1: (port 37089) suggesting 127.0.0.1:37095
[02/Apr/2003:09:43:04] FINER (14190): RMI TCP Connection(4)-127.0.0.1: (port 37089) client using 172.16.1.41:0
[02/Apr/2003:09:43:04] FINE (14190): RMI TCP Connection(4)-127.0.0.1: (port 37089) op = 80
[02/Apr/2003:09:43:04] FINER (14190): RMI TCP Connection(4)-127.0.0.1: getting input stream
[02/Apr/2003:09:43:04] FINER (14190): RMI TCP Connection(4)-127.0.0.1: call dispatcher
[02/Apr/2003:09:43:04] FINER (14190): RMI TCP Connection(4)-127.0.0.1: [127.0.0.1: sun.rmi.transport.DGCImpl[0:0:0, 2]: java.rmi.dgc.Lease dirty(java.rmi.server.
ObjID[], long, java.rmi.dgc.Lease)]
[02/Apr/2003:09:43:04] FINE (14190): RMI TCP Connection(4)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = ""
[02/Apr/2003:09:43:04] FINER (14190): RMI TCP Connection(4)-127.0.0.1: (thread context class loader: sun.misc.Launcher$AppClassLoader@a56a7c)
[02/Apr/2003:09:43:04] FINER (14190): RMI TCP Connection(4)-127.0.0.1: class "[Ljava.rmi.server.ObjID;" found via codebase, defined by null
[02/Apr/2003:09:43:04] FINE (14190): RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = ""
[02/Apr/2003:09:43:04] FINER (14190): RMI TCP Connection(4)-127.0.0.1: (thread context class loader: sun.misc.Launcher$AppClassLoader@a56a7c)
[02/Apr/2003:09:43:04] FINER (14190): RMI TCP Connection(4)-127.0.0.1: class "java.rmi.dgc.Lease" found via codebase, defined by null
[02/Apr/2003:09:43:04] FINE (14190): RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = ""
[02/Apr/2003:09:43:04] FINER (14190): RMI TCP Connection(4)-127.0.0.1: (thread context class loader: sun.misc.Launcher$AppClassLoader@a56a7c)
[02/Apr/2003:09:43:04] FINER (14190): RMI TCP Connection(4)-127.0.0.1: class "java.rmi.dgc.VMID" found via codebase, defined by null
[02/Apr/2003:09:43:04] FINE (14190): RMI TCP Connection(4)-127.0.0.1: name = "[B", codebase = ""
[02/Apr/2003:09:43:04] FINER (14190): RMI TCP Connection(4)-127.0.0.1: (thread context class loader: sun.misc.Launcher$AppClassLoader@a56a7c)
[02/Apr/2003:09:43:04] FINER (14190): RMI TCP Connection(4)-127.0.0.1: class "[B" found via codebase, defined by null
[02/Apr/2003:09:43:04] FINE (14190): RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.server.UID", codebase = ""
[02/Apr/2003:09:43:04] FINER (14190): RMI TCP Connection(4)-127.0.0.1: (thread context class loader: sun.misc.Launcher$AppClassLoader@a56a7c)
[02/Apr/2003:09:43:04] FINER (14190): RMI TCP Connection(4)-127.0.0.1: class "java.rmi.server.UID" found via codebase, defined by null
[02/Apr/2003:09:43:04] FINER (14190): RMI TCP Connection(4)-127.0.0.1: vmid = 716a8d8a7ce14e02:899213:f428215830:-7fff
[02/Apr/2003:09:43:04] FINER (14190): RMI TCP Connection(4)-127.0.0.1: getting output stream
[02/Apr/2003:09:43:19] FINE (14190): RMI TCP Connection(4)-127.0.0.1: (port 37089) connection closed
[02/Apr/2003:09:43:19] FINE (14190): RMI TCP Connection(4)-127.0.0.1: close connection
[02/Apr/2003:09:44:00] FINE (14190): SingleSignOn[tinst]: SSO expiration started. Current entries: 0
[02/Apr/2003:09:44:00] FINE (14190): SingleSignOn[tinst]: SSO cache will expire 0 entries.
[02/Apr/2003:09:45:00] FINE (14190): SingleSignOn[tinst]: SSO expiration started. Current entries: 0
[02/Apr/2003:09:45:00] FINE (14190): SingleSignOn[tinst]: SSO cache will expire 0 entries.
[02/Apr/2003:09:46:00] FINE (14190): SingleSignOn[tinst]: SSO expiration started. Current entries: 0
[02/Apr/2003:09:46:00] FINE (14190): SingleSignOn[tinst]: SSO cache will expire 0 entries.
Thanks in advance.
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"cibo q^v^p",
Thanks for joining JavaRanch, but could you just take a quick look at the
naming policy and
e
dit your profile
.
Also, only members with valid names will be eligible for the book
giveaways.

Thanks
Simon
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to "Sun ONE Application Server" forum..
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic