error when i refresh my caf page

Hi,

I use an async table on a caf page, and i get the result perfectly, but when i refresh the page in navigator i get the error below :

Caused by:
javax.faces.el.EvaluationException: javax.el.ELException: javax.faces.el.EvaluationException: javax.el.ELException: com.webMethods.caf.faces.data.ContentProviderException: java.lang.reflect.InvocationTargetException
at com.sun.faces.application.ValueBindingValueExpressionAdapter.getValue(ValueBindingValueExpressionAdapter.java:117)
at com.webMethods.caf.faces.component.table.html.DataTable.getValue(DataTable.java:563)
at com.webMethods.caf.faces.component.table.html.DataTable.getContentProvider(DataTable.java:1714)
at com.webMethods.caf.faces.component.table.html.DataTable.getContentProvider(DataTable.java:1701)
at com.webMethods.caf.faces.component.table.html.DataTable.sort(DataTable.java:1775)
at com.webMethods.caf.faces.component.table.html.DataTable.encodeBegin(DataTable.java:790)
at com.webMethods.caf.faces.component.table.html.AsyncTable.encodeBegin(AsyncTable.java:111)
at com.webMethods.caf.faces.component.util.ComponentUtils.renderComponent(ComponentUtils.java:82)
at com.webMethods.caf.faces.component.util.ComponentUtils.renderComponent(ComponentUtils.java:90)
at com.webMethods.caf.faces.view.BaseViewHandler.renderResponse(BaseViewHandler.java:275)
at com.webMethods.caf.faces.view.BaseViewHandler.renderView(BaseViewHandler.java:126)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
at com.webMethods.caf.faces.servlet.CAFFacesServlet.service(CAFFacesServlet.java:140)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
at com.webMethods.caf.faces.servlet.GZIPFilter.doFilter(GZIPFilter.java:42)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at com.webMethods.caf.faces.servlet.MultipartFilter.doFilter(MultipartFilter.java:70)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:547)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:451)
Caused by: javax.el.ELException: javax.faces.el.EvaluationException: javax.el.ELException: com.webMethods.caf.faces.data.ContentProviderException: java.lang.reflect.InvocationTargetException
at javax.el.BeanELResolver.getValue(BeanELResolver.java:266)
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
at com.sun.el.parser.AstValue.getValue(AstValue.java:138)
at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:206)
at com.sun.faces.application.ValueBindingValueExpressionAdapter.getValue(ValueBindingValueExpressionAdapter.java:113)
… 37 more
Caused by: javax.faces.el.EvaluationException: javax.el.ELException: com.webMethods.caf.faces.data.ContentProviderException: java.lang.reflect.InvocationTargetException
at com.sun.faces.application.ValueBindingValueExpressionAdapter.getValue(ValueBindingValueExpressionAdapter.java:117)
at com.webMethods.caf.faces.bean.BaseFacesBean.resolveExpression(BaseFacesBean.java:100)
at com.webMethods.caf.faces.bean.BaseFacesBean._resolveDataBinding(BaseFacesBean.java:339)
at com.webMethods.caf.faces.bean.BaseFacesBean.resolveDataBinding(BaseFacesBean.java:226)
at com.webMethods.caf.IndexdouaneView.getResultProviderDouane(IndexdouaneView.java:66)
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:597)
at javax.el.BeanELResolver.getValue(BeanELResolver.java:261)
… 42 more
Caused by: javax.el.ELException: com.webMethods.caf.faces.data.ContentProviderException: java.lang.reflect.InvocationTargetException
at javax.el.BeanELResolver.getValue(BeanELResolver.java:266)
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
at com.sun.el.parser.AstValue.getValue(AstValue.java:138)
at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:206)
at com.sun.faces.application.ValueBindingValueExpressionAdapter.getValue(ValueBindingValueExpressionAdapter.java:113)
… 51 more
Caused by: com.webMethods.caf.faces.data.ContentProviderException: java.lang.reflect.InvocationTargetException
at com.webMethods.caf.faces.data.object.ObjectMethodContentProvider.refresh(ObjectMethodContentProvider.java:390)
at com.webMethods.caf.faces.bean.BaseFacesBean.resolveDataBinding(BaseFacesBean.java:238)
at com.webMethods.caf.IndexdouaneView.getGetListPackagesForDouane(IndexdouaneView.java:57)
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:597)
at javax.el.BeanELResolver.getValue(BeanELResolver.java:261)
… 56 more
Caused by: java.lang.reflect.InvocationTargetException
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:597)
at com.webMethods.caf.faces.data.object.ObjectMethodContentProvider.refresh(ObjectMethodContentProvider.java:366)
… 63 more
Caused by: java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed out
at com.webMethods.caf.wsclient.proxy.impl.WSClientDynamicProxy.getCompatibleException(WSClientDynamicProxy.java:489)
at com.webMethods.caf.wsclient.proxy.impl.WSClientDynamicProxy.invoke(WSClientDynamicProxy.java:249)
at $Proxy31.getListPackagesForDouane(Unknown Source)
… 68 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at electric.util.io.MonitoringInputStream.read(MonitoringInputStream.java:50)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
at electric.util.io.Streams.readLine(Streams.java:288)
at electric.http.InboundHTTPResponse.readHeaders(InboundHTTPResponse.java:118)
at electric.http.HTTPMessage.readResponseHeaders(HTTPMessage.java:267)
at electric.http.HTTPMessage.send(HTTPMessage.java:133)
at electric.soap.http.reference.SOAPToHTTP.invoke(SOAPToHTTP.java:190)
at electric.soap.http.reference.SOAPToHTTP.handle(SOAPToHTTP.java:136)
at electric.soap.references.logging.LoggingSOAPReference.handle(LoggingSOAPReference.java:57)
at electric.jaxrpc.handler.JAXRPCReference.handle(JAXRPCReference.java:76)
at com.webMethods.soap.module.SOAPModuleReference.handle(SOAPModuleReference.java:99)
at electric.soap.references.interceptor.InterceptorSOAPReference.handle(InterceptorSOAPReference.java:69)
at electric.soap.java.reference.JavaToSOAP.handle(JavaToSOAP.java:72)
at electric.soap.java.reference.JavaToSOAP.invoke(JavaToSOAP.java:238)
at electric.soap.java.reference.JavaToSOAP.invoke(JavaToSOAP.java:165)
at electric.proxy.handler.Proxy.invoke(Proxy.java:126)
at $Proxy32.getListPackagesForDouane(Unknown Source)
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:597)
at com.webMethods.caf.wsclient.proxy.impl.WSClientDynamicProxy.invokeMethod(WSClientDynamicProxy.java:112)
at com.webMethods.caf.wsclient.proxy.impl.WSClientDynamicProxy.invoke(WSClientDynamicProxy.java:166)
… 69 more

is anyone have an idea bout the cause of this error

thanks

upppppp plz

Is this issue resolved?

I am seeing same error

Problem accessing /OBLApprovalRequestV2/OBLApprovalRequestView.view. Reason:

javax.el.ELException: javax.faces.el.EvaluationException: javax.el.ELException: javax.faces.el.EvaluationException: javax.el.ELException: javax.faces.el.EvaluationException: com.webmethods.caf.faces.data.ContentProviderException: java.lang.reflect.InvocationTargetException

Caused by:
javax.faces.FacesException: javax.el.ELException: javax.faces.el.EvaluationException: javax.el.ELException: javax.faces.el.EvaluationException: javax.el.ELException: javax.faces.el.EvaluationException: com.webMethods.caf.faces.data.ContentProviderException: java.lang.reflect.InvocationTargetException
at javax.faces.component.UISelectItems.getValue(UISelectItems.java:144)
at com.webMethods.caf.faces.component.select.TopSelectItemsIterator.(TopSelectItemsIterator.java:57)
at com.webMethods.caf.faces.render.html.select.SelectOneRenderer.writeItems(SelectOneRenderer.java:107)
at com.webMethods.caf.faces.render.html.select.SelectOneRenderer.encodeEnd(SelectOneRenderer.java:83)

2014-03-14 09:57:47 MYT (webservice:WARN) - SOAPException( Client: [ISS.0088.9166] Binder not found for soapAction = SCB_WB_OCC_OBLAdminServices_ws_provider_OBLAdminInternalServices_Binder_getOnshoreLocation )

Hello,

The first issue is a clear MWS-IS communication problem.

If you check the stacktrace you can see the following:


Caused by: java.net.SocketTimeoutException: Read timed out
..........................

Solutions for this:

  • Check if the IS is up and running
  • modify the timeout value if you are expecting that the service is a long running service.

For the second problem I would have a clean start to see if it happens again.

Also a good idea would be to try in a sample project. If the problem reproduces for a sample, the sample can be easily sent to Software AG support.

Hope it helps,
Vlad Turian