servlets - Migrating from Weblogic to WAS8.0 -
we had 2 jar files - weblogic.jar , weblogic-binding.jar moving was8.0, removed these 2 files project. (after removing files, make sure javax.servlet api available project websphere). then, getting below exception:
[8/15/13 15:21:34:180 edt] 00000016 exceptionhand e dcf.ess.frameworks.exception.programlogicexception logexception unhandled exception caught , new programlogic exception thrown. - unavailableexception: null code: p3003fexs01 id:dd953aa2-e52e-49f0-95ed-33c121a2bdfd dcf.ess.frameworks.exception.programlogicexception: unavailableexception: null @ dcf.ess.frameworks.exception.exceptionhandler.findrootexception(exceptionhandler.java:50) @ dcf.ess.frameworks.exception.exceptionhandler.handleexception(exceptionhandler.java:31) @ dcf.ess.nextgen.ssp.frameworks.presentation.sessionfilter.redirecttoerrorpage(sessionfilter.java:92) @ dcf.ess.nextgen.ssp.frameworks.presentation.sessionfilter.dofilter(sessionfilter.java:54) @ com.ibm.ws.webcontainer.filter.filterinstancewrapper.dofilter(filterinstancewrapper.java:192) @ com.ibm.ws.webcontainer.filter.webappfilterchain.dofilter(webappfilterchain.java:89) @ dcf.ess.nextgen.ssp.frameworks.presentation.crossscriptingfilter.dofilter(crossscriptingfilter.java:28) @ com.ibm.ws.webcontainer.filter.filterinstancewrapper.dofilter(filterinstancewrapper.java:192) @ com.ibm.ws.webcontainer.filter.webappfilterchain.dofilter(webappfilterchain.java:89) @ com.ibm.ws.webcontainer.filter.webappfiltermanager.dofilter(webappfiltermanager.java:919) @ com.ibm.ws.webcontainer.filter.webappfiltermanager.invokefilters(webappfiltermanager.java:1016) @ com.ibm.ws.webcontainer.servlet.cacheservletwrapper.handlerequest(cacheservletwrapper.java:87) @ com.ibm.ws.webcontainer.webcontainer.handlerequest(webcontainer.java:883) @ com.ibm.ws.webcontainer.wswebcontainer.handlerequest(wswebcontainer.java:1659) @ com.ibm.ws.webcontainer.channel.wcchannellink.ready(wcchannellink.java:195) @ com.ibm.ws.http.channel.inbound.impl.httpinboundlink.handlediscrimination(httpinboundlink.java:452) @ com.ibm.ws.http.channel.inbound.impl.httpinboundlink.handlenewrequest(httpinboundlink.java:511) @ com.ibm.ws.http.channel.inbound.impl.httpinboundlink.processrequest(httpinboundlink.java:305) @ com.ibm.ws.http.channel.inbound.impl.httpiclreadcallback.complete(httpiclreadcallback.java:83) @ com.ibm.ws.tcp.channel.impl.aioreadcompletionlistener.futurecompleted(aioreadcompletionlistener.java:165) @ com.ibm.io.async.abstractasyncfuture.invokecallback(abstractasyncfuture.java:217) @ com.ibm.io.async.asyncchannelfuture.firecompletionactions(asyncchannelfuture.java:161) @ com.ibm.io.async.asyncfuture.completed(asyncfuture.java:138) @ com.ibm.io.async.resulthandler.complete(resulthandler.java:204) @ com.ibm.io.async.resulthandler.runeventprocessingloop(resulthandler.java:775) @ com.ibm.io.async.resulthandler$2.run(resulthandler.java:905) @ com.ibm.ws.util.threadpool$worker.run(threadpool.java:1648) caused by: javax.servlet.unavailableexception @ com.ibm.ws.webcontainer.servlet.servletwrapper.handlerequest(servletwrapper.java:482) @ com.ibm.ws.webcontainer.servlet.servletwrapper.handlerequest(servletwrapper.java:449) @ com.ibm.ws.webcontainer.servlet.servletwrapperimpl.handlerequest(servletwrapperimpl.java:178) @ com.ibm.ws.webcontainer.filter.webappfilterchain.invoketarget(webappfilterchain.java:125) @ com.ibm.ws.webcontainer.filter.webappfilterchain.dofilter(webappfilterchain.java:92) @ dcf.ess.nextgen.ssp.frameworks.presentation.sessionfilter.dofilter(sessionfilter.java:46) ... 23 more
what "dcf.ess.frameworks"?
did recompile application or removed jar file ear ?
Comments
Post a Comment