WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Error 500: Filter [securityFilter]: could not be initialized

    Posted 10/09/13 07:40 PM
    When I hit the application URL I am getting the following error:
    Error 500: Filter [securityFilter]: could not be initialized

     Under logs I see somehting like this:
     

    SQLException while attempting to connect: java.sql.SQLException: Remote error: _MDI-OH_ECP



  • 2.  Error 500: Filter [securityFilter]: could not be initialized

    Posted 10/09/13 07:44 PM

    SQLException while attempting to connect: java.sql.SQLException: Remote error:
    _MDI-OH_ECP



  • 3.  Error 500: Filter [securityFilter]: could not be initialized

    Posted 10/09/13 09:13 PM
    Hi klce,


      Could you put complete error trace? which is your environment (WAS version,OS,..)?
     
      Seems like you have reached some maximum in remote host. Listener max threads?

      Thanks in advanced.

    Regards


  • 4.  Error 500: Filter [securityFilter]: could not be initialized

    Posted 10/10/13 12:40 PM
    Hi Gabriel - It's WAS 6.1 and RHEL 5

    Oct 9, 2013 4:42:58 PM com.phh.bdt.proxy.MotionErrorServlet service


    WARNING: com.phh.bdt.proxy.UserVisibleException: An error occurred.


        at com.phh.bdt.proxy.ReverseProxy.reverseProxy(ReverseProxy.java:103)


        at com.phh.bdt.proxy.RewriteFilter.doFilter(RewriteFilter.java:240)


        at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)


        at jrun.servlet.FilterChain.service(FilterChain.java:101)


        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)


        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)


        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)


        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)


        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)


        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)


        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)


        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)


        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


     


    Oct 9, 2013 4:42:58 PM com.phh.bdt.proxy.MotionErrorServlet service


    WARNING: Error 500: Filter [securityFilter]: could not be initialized


     


    10/09 16:45:04 error An error occurred.


    UserVisibleException: An error occurred.


                    at com.phh.bdt.proxy.ReverseProxy.reverseProxy(ReverseProxy.java:103)


                    at com.phh.bdt.proxy.RewriteFilter.doFilter(RewriteFilter.java:240)


                    at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)


                    at jrun.servlet.FilterChain.service(FilterChain.java:101)


                    at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)


                    at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)


                    at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)


                    at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)


                    at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)


                    at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)


                    at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)


                    at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)


                    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


     


    Oct 9, 2013 4:45:04 PM com.phh.bdt.proxy.MotionErrorServlet service


    WARNING: com.phh.bdt.proxy.UserVisibleException: An error occurred.


        at com.phh.bdt.proxy.ReverseProxy.reverseProxy(ReverseProxy.java:103)


        at com.phh.bdt.proxy.RewriteFilter.doFilter(RewriteFilter.java:240)


        at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)


        at jrun.servlet.FilterChain.service(FilterChain.java:101)


        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)


        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)


        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)


        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)


        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)


        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)


        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)


        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)


        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


     


    Oct 9, 2013 4:45:04 PM com.phh.bdt.proxy.MotionErrorServlet service


    WARNING: Error 500: Filter [securityFilter]: could not be initialized


     


    Oct 9, 2013 4:45:33 PM com.phh.bdt.proxy.RewriteFilter fetchProxyConfiguration


    INFO: proxyConfigurationURL   : www.xyz.com/motionTools/rest/proxy/Proxy...


    Oct 9, 2013 4:45:33 PM com.phh.bdt.proxy.RewriteFilter fetchProxyConfiguration


    INFO: statusCode : 200


    Oct 9, 2013 4:45:33 PM com.phh.bdt.proxy.RewriteFilter configure


    INFO: pC.version is the same.  Continuing with the same version : fromMotionTools7, existing interval : 500,000ms



  • 5.  Error 500: Filter [securityFilter]: could not be initialized

    Posted 10/10/13 02:25 PM
    Thanks Gabriel for your time, it turned out to be a code issue.