java - WebSphere 8.5 web service deployment -
java - WebSphere 8.5 web service deployment -
i have created web service @webservice annotation bundle in war archive simple web.xml file containing displayname tag.
i have deployed on websphere 8.5.5.3 server , deployed deploy web service option, when tried go address in browser ex: http:// localhost:9080 /(context-root)/servicenameservice
it shows me servicenameservice file not found , in ffdc log there message:
[12.11.14 17:22:51:890 uzt] ffdc exception:java.io.filenotfoundexception sourceid:com.ibm.ws.webcontainer.filter.webappfiltermanager.invokefilters -ioe probeid:1044 java.io.filenotfoundexception: srve0190e: Файл не найден: /dailycursweatherservice @ com.ibm.ws.webcontainer.extension.defaultextensionprocessor._processedr(defaultextensionprocessor.java:949) @ com.ibm.ws.webcontainer.extension.defaultextensionprocessor.processedr(defaultextensionprocessor.java:930) @ com.ibm.ws.webcontainer.extension.defaultextensionprocessor.handlerequest(defaultextensionprocessor.java:484) @ com.ibm.ws.webcontainer.filter.webappfiltermanager.invokefilters(webappfiltermanager.java:1071) @ com.ibm.ws.webcontainer.webapp.webapp.handlerequest(webapp.java:3878) @ com.ibm.ws.webcontainer.webapp.webgroup.handlerequest(webgroup.java:304) @ com.ibm.ws.webcontainer.webcontainer.handlerequest(webcontainer.java:981) @ com.ibm.ws.webcontainer.wswebcontainer.handlerequest(wswebcontainer.java:1662) @ com.ibm.ws.webcontainer.channel.wcchannellink.ready(wcchannellink.java:200) @ com.ibm.ws.http.channel.inbound.impl.httpinboundlink.handlediscrimination(httpinboundlink.java:461) @ com.ibm.ws.http.channel.inbound.impl.httpinboundlink.handlenewrequest(httpinboundlink.java:528) @ com.ibm.ws.http.channel.inbound.impl.httpinboundlink.processrequest(httpinboundlink.java:314) @ com.ibm.ws.http.channel.inbound.impl.httpinboundlink.ready(httpinboundlink.java:285) @ com.ibm.ws.tcp.channel.impl.newconnectioninitialreadcallback.sendtodiscriminators(newconnectioninitialreadcallback.java:214) @ com.ibm.ws.tcp.channel.impl.newconnectioninitialreadcallback.complete(newconnectioninitialreadcallback.java:113) @ com.ibm.ws.tcp.channel.impl.aioreadcompletionlistener.futurecompleted(aioreadcompletionlistener.java:175) @ 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:1864) reporter:null i tried alter classloader order parent first parent lastly , checked virtual host mappings i've read similar posts doesn't work me
java deployment websphere jax-ws
Comments
Post a Comment