4 Replies Latest reply on Mar 14, 2011 5:19 PM by nandavanan

    java.lang.IllegalStateException: No org.apache.InstanceManager set in ServletContext

    anithakothandapani

      Hi All

       

      I tried HP SOA Systinet Registry Installation in Jboss AS 5.1.0 GA. After Installation , I copied the registry.war in Jboss AS , deployment was successful.But when I try to access the systinet console, I am getting the following exception

       

       

      12:49:31,721 ERROR [STDERR] No org.apache.InstanceManager set in ServletContext
      12:49:31,721 ERROR [STDERR] java.lang.IllegalStateException: No org.apache.InstanceManager set in Serv
      letContext
      12:49:31,721 ERROR [STDERR]     at org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager
      (InstanceManagerFactory.java:39)
      12:49:31,721 ERROR [STDERR]     at org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWr
      apper.java:144)
      12:49:31,721 ERROR [STDERR]     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapp
      er.java:324)
      12:49:31,721 ERROR [STDERR]     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java
      :322)
      12:49:31,721 ERROR [STDERR]     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
      12:49:31,721 ERROR [STDERR]     at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
      12:49:31,721 ERROR [STDERR]     at com.systinet.webfw.WebRawService.service(WebRawService.java:526)
      12:49:31,721 ERROR [STDERR]     at com.systinet.webfw.servlet.WebFilterChain.doFilter(WebFilterChain.j
      ava:40)
      12:49:31,721 ERROR [STDERR]     at com.systinet.webfw.security.InternalSecurityFilter.doFilter(Interna
      lSecurityFilter.java:55)
      12:49:31,721 ERROR [STDERR]     at com.systinet.webfw.servlet.WebFilterChain.doFilter(WebFilterChain.j
      ava:36)
      12:49:31,721 ERROR [STDERR]     at com.systinet.webfw.WebRawService.process(WebRawService.java:276)
      12:49:31,721 ERROR [STDERR]     at com.idoox.wasp.server.adaptor.RawAdaptorImpl.dispatch(RawAdaptorImp
      l.java:318)
      

       

      The issue here is the registry.war is tested in Jboss 4.0.2. I wanted to know which is causing the problem in Jboss 5.1.0GA

       

      Note: The systinet installation was sucessful in Jboss 4.0.2 (Exact Version which is mentioned in hp-soa-systinet-registry-foundation-6.6.jar)

       

      Please help me to resolve this