posted 20 years ago
Hi norman,
Right now, I have created a 1)Startup.java and 2)StartupMBean, to be used to initialize startup to my own-programmed system. Right now I have an error occured :
ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
<none>
Incompletely deployed packages:
[org.jboss.deployment.DeploymentInfo@d677f9c5 { url=file:/C:/jboss-3.0.3/server/default/deploy/startup-service.xml }
deployer: org.jboss.deployment.SARDeployer@aaa1e
status: Deployment FAILED reason: user:service=Startup is not registered.; - nested throwable: (javax.management.InstanceNotF
oundException: user:service=Startup is not registered.)
state: FAILED
watch: file:/C:/jboss-3.0.3/server/default/deploy/startup-service.xml
lastDeployed: 1081925107919
lastModified: 1081925107909
mbeans:
user:service=Startup (state not available)
]MBeans waiting for classes:
<none>
MBeans waiting for other MBeans:
[ObjectName: user:service=Startup
state: NOTYETINSTALLED
I Depend On:
Depends On Me: ]
This is the details for file I created, startup-service.xml :
<server>
<classpath codebase="lib" archives="mpistartup-plugin.jar"/>
<mbean code="com.oneempower.mpi10.MPIStartup" name="user:service=Startup">
</mbean>
</server>
Is there some configuration in JBoss that I missed, which to to 'acknowledge' this newly-added MBean?
Thank you. Hope to hear from u soon.
Michelle