Hi Team , I get this error when I publish the application on Websphere 8.5 and hit the url .. I see this error in SystemOut.log
Any idea - Please let me know .
+++++++++++++
[1/6/15 15:42:49:746 GMT] 000000be LocalTranCoor E WLTC0017E: Resources rolled back due to setRollbackOnly() being called.
[1/6/15 15:42:49:747 GMT] 000000be webapp E com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: [Servlet Error]-[ComponentDispatcher]: java.lang.RuntimeException: Re-entrant call to getInstance()
at com.documentum.web.formext.config.ConfigService.getInstance(ConfigService.java:72)
at com.documentum.web.formext.config.ConfigService.getConfigLookup(ConfigService.java:95)
at com.documentum.web.common.ErrorMessageService.getService(ErrorMessageService.java:88)
at com.documentum.web.common.WrapperRuntimeException.initErrorMessageService(WrapperRuntimeException.java:108)
at com.documentum.web.common.WrapperRuntimeException.<init>(WrapperRuntimeException.java:82)
at com.documentum.web.formext.config.ConfigFile.loadXML(ConfigFile.java:140)
at com.documentum.web.formext.config.ConfigFile.<init>(ConfigFile.java:58)
at com.documentum.web.formext.config.HttpConfigReader.loadAppConfigFile(HttpConfigReader.java:113)
at com.documentum.web.formext.config.ConfigService.initialiseApp(ConfigService.java:957)
at com.documentum.web.formext.config.ConfigService.<init>(ConfigService.java:845)
at com.documentum.web.formext.config.ConfigService.getInstance(ConfigService.java:78)
at com.documentum.web.formext.config.ConfigService.getConfigLookup(ConfigService.java:95)
at com.documentum.web.common.requestvalidation.RequestValidationUtil.isRequestValidationEnabled(RequestValidationUtil.java:133)
at com.documentum.web.common.requestvalidation.RequestValidationUtil.validateRequest(RequestValidationUtil.java:58)
at com.documentum.web.env.WDKController.setBindings(WDKController.java:421)
at com.documentum.web.env.WDKController.doStartRequest(WDKController.java:161)
at com.documentum.web.env.WDKController.processRequest(WDKController.java:95)
at com.documentum.web.env.WDKController.doFilter(WDKController.java:86)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:928)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1025)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:87)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:909)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:459)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:526)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:312)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:283)
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:175)
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:1862)
+++++++++++++++