Hi,

I've been having trouble deploying one of my EJBs as a web service on
jboss-head, so I went back and tried the example from:

http://www.csd.abdn.ac.uk/~bscharla/teaching/mtp_software/jboss/jboss-ne
t-EJB-example.shtml

I get the same error for both my ejb/webservice and the hello example
when I try to browse to:
http://localhost:8080/jboss-net/servlet/AxisServlet

Any suggestions/thoughts/known bugs?

Thanks,
fawce

the error is:

javax.management.InstanceNotFoundException: :service=Counter is not
registered.
        at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.j
ava:524)
        at
org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:55
8)
        at
org.jboss.system.ServiceConfigurator.internalGetConfiguration(ServiceCon
figurator.java:550)
        at
org.jboss.system.ServiceConfigurator.getConfiguration(ServiceConfigurato
r.java:541)
        at
org.jboss.system.ServiceController.unregisterClass(ServiceController.jav
a:780)
        at
org.jboss.system.ServiceController.handleNotification(ServiceController.
java:764)
        at
javax.management.NotificationBroadcasterSupport.sendNotification(Notific
ationBroadcasterSupport.java:84)
        at
org.jboss.mx.loading.UnifiedLoaderRepository2.removeCL(UnifiedLoaderRepo
sitory2.java:694)
        at
org.jboss.mx.loading.UnifiedClassLoader2.unregister(UnifiedClassLoader2.
java:100)
        at
org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:404)
        at
org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:593)
        at
org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:488)
        at
org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:346)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.jav
a:143)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:111)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:161)
        at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.jav
a:159)
        at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:547)
        at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(Serv
erImpl.java:740)
        at
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java
:721)
        at
org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:707)



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to