HI guys,

             I’ve located the servlet file in the web-inf/classes folder of the exploded jmx-console.war folder in the deploy directory. Could it be that when shutting down

the server using crtl+c I somehow tampered with the listener that handles deployments?

 

Mark.

 

 

 

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent:
17 March 2003 19:31
To: '[EMAIL PROTECTED]'
Subject:

 

Hi folks,

                The jboss I’m using I built from a nightly snapshot. Windows XP with JDK1.4.1

 

The server started up fine. I attempted to deploy a web service and it didn’t seem to deploy. When I shutdown the server and then booted it back up I got a number of exceptions that all came from the same nested throwable as in the trace. It can’t find the org.jboss.jmx.adaptor.html.HtmlAdaptorServlet. I can’t actually find this in the jars myself. For some reason I get the impression that it could maybe just be in a jar file that’s currently locked due to a past run of the server that perhaps didn’t shut down properly. Maybe the web-service wasn’t well formed or something?

 

I’m not too sure. Has anyone any idea which jar this file is packed in?

 

Thanks in advance,

Mark.

 

 

 

 

19:21:16,181 WARN  [ServiceController] Problem starting service jboss.deployment:name=file%3a/C%3a/java/jboss-head/build/output/jboss-4.0.0alpha

/server/default/deploy/jmx-console.war/,service=DeploymentInfo

org.jboss.deployment.DeploymentException: org.jboss.jmx.adaptor.html.HtmlAdaptorServlet; - nested throwable: (java.lang.ClassNotFoundException:

org.jboss.jmx.adaptor.html.HtmlAdaptorServlet)

        at org.jboss.jetty.Jetty.deploy(Jetty.java:390)

        at org.jboss.jetty.JettyService.performDeploy(JettyService.java:249)

        at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:315)

        at org.jboss.deployment.DeploymentInfo.start(DeploymentInfo.java:259)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:324)

        at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:72)

        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:56)

        at org.jboss.mx.server.Invocation.invoke(Invocation.java:81)

        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:160)

        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:559)

        at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:993)

        at $Proxy12.start(Unknown Source)

            :

            :

 

Reply via email to