0 Replies Latest reply on Oct 20, 2005 12:18 PM by ulfreich

    web-console: InstanceNotFoundException

    ulfreich

      Hi, I'm having trouble displaying info about my application using the web-console. What I do is as follows: J2EE Domains > Manager > Jboss (...) > myapp.war. When I click over the war I get a 500 error:

      javax.servlet.ServletException: jboss.web:type=Manager,path=/myapp,host=localhost is not registered.
       (...)
      
      root cause
      
      javax.management.InstanceNotFoundException: jboss.web:type=Manager,path=/myapp,host=localhost is not registered.
       (...)
      


      Obviously, the application works and is mapped to the path specified. Any ideas about this? The app is deployed in a cluster (using the 'all' configuration) using farming, could this be causing the trouble?

      Thanks!