0 Replies Latest reply on Apr 15, 2014 7:34 AM by sward

    Deploying JBPM 6 on Websphere 8.5

    sward

      Dears

      I am deploying JBPM 6 on Websphere 8.5 and finally i am able to show login page and when trying to login i got the following error in the log file

       

       

       

      [4/15/14 13:17:38:375 EET] 000000b7 ManagedBean   E ManagedBean injectResources An error occured while injecting Java EE Resources for the bean instance : [org.jboss.solder.servlet.config.CharacterEncodingConfig@99ad821]

      [4/15/14 13:17:38:468 EET] 000000b7 FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on C:\IBM_web_sp\appServerDirectory\profiles\FPM_15_4\logs\ffdc\FPM_15_4_5ca936d0_14.04.15_13.17.38.4219072529359872375431.txt com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch 448

      [4/15/14 13:17:38:515 EET] 000000b7 FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on C:\IBM_web_sp\appServerDirectory\profiles\FPM_15_4\logs\ffdc\FPM_15_4_5ca936d0_14.04.15_13.17.38.468572175249508077698.txt com.ibm.ws.webcontainer.internal.WebContainer 162

      [4/15/14 13:17:38:515 EET] 000000b7 webcontainer  E com.ibm.ws.webcontainer.internal.WebContainer handleRequest SRVE0232E: Internal Server Error. <br> Exception Message: [com.ibm.ws.webcontainer.webapp.WebAppErrorReport: java.lang.NullPointerException

        at com.ibm.ws.webcontainer.webapp.WebAppErrorReport.constructErrorReport(WebAppErrorReport.java:153)

        at com.ibm.ws.webcontainer.webapp.WebAppErrorReport.constructErrorReport(WebAppErrorReport.java:197)

        at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1103)

        at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3647)

        at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304)

        at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:962)

        at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)

        at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:195)

        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)

        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:522)

        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:311)

        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:282)

        at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)

        at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)

        at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)

        at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)

        at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)

        at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)

        at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)

        at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)

        at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)

        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1783)

      Caused by: java.lang.NullPointerException

        at com.ibm.ws.webbeans.services.ResourceInjectionServiceImpl.injectJavaEEResources(ResourceInjectionServiceImpl.java:502)

        at org.apache.webbeans.component.AbstractInjectionTargetBean.injectResources(AbstractInjectionTargetBean.java:414)

        at org.apache.webbeans.portable.creation.InjectionTargetProducer.inject(InjectionTargetProducer.java:93)

        at org.apache.webbeans.component.InjectionTargetWrapper.inject(InjectionTargetWrapper.java:80)

        at org.apache.webbeans.component.AbstractOwbBean.create(AbstractOwbBean.java:167)

        at org.apache.webbeans.context.DependentContext.getInstance(DependentContext.java:69)

        at org.apache.webbeans.context.AbstractContext.get(AbstractContext.java:191)

        at org.apache.webbeans.container.BeanManagerImpl.getReference(BeanManagerImpl.java:892)

        at org.apache.webbeans.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:279)

        at org.apache.webbeans.event.NotificationManager.fireEvent(NotificationManager.java:455)

        at org.apache.webbeans.container.BeanManagerImpl.fireEvent(BeanManagerImpl.java:415)

        at com.ibm.ws.webbeans.services.IBMBeanManagerImpl.fireEvent(IBMBeanManagerImpl.java:156)

        at org.jboss.solder.servlet.event.AbstractServletEventBridge.fireEvent(AbstractServletEventBridge.java:45)

        at org.jboss.solder.servlet.event.ServletEventBridgeFilter.doFilter(ServletEventBridgeFilter.java:65)

        at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:192)

        at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:89)

        at org.jbpm.designer.web.filter.impl.PluggableFilter.doFilter(PluggableFilter.java:70)

        at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:192)

        at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:89)

        at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:926)

        at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1023)

        ... 19 more

      any help?

      Thank you

      Shaimaa Ward