I have deployed Tuscany SCA service i have done the work around by anabling "Classes loaded with application class loader first". which was suggested by first reply of ant. So now i have no error at time of starting WebSphere but when i am hitting url which was perfectly working in Tomcat, but doesn't work with WebSphere. when i am hitting url following line was added in log file " addServletMapping: /MyServiceComponent/MyService" so i think it was adding mapping of servlet than line contains "[9/13/07 16:37:28:116 IST] 0000003d ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file c:\Program Files\IBM\WebSphere\AppServer\profiles\soa\logs\ffdc\soa_5b405b4_07.09.13_16.37.28_0.txt". so in file soa_5b405b4_07.09.13_16.37.28_0.txt
---------------------------------------------------------------------------------------------------------------------------------------- Start of DE processing------ = [9/13/07 15:44:34:948 IST] , key = java.io.FileNotFoundException com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest573 Exception = java.io.FileNotFoundException Source = com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest probeid = 573 Stack Dump = java.io.FileNotFoundException: /MyServiceComponent/MyService at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest( DefaultExtensionProcessor.java:355) at com.ibm.ws.wswebcontainer.extension.DefaultExtensionProcessor.handleRequest( DefaultExtensionProcessor.java:111) at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3107) at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238) at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java :811) at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java :1425) at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java :92) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination( HttpInboundLink.java:465) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation( HttpInboundLink.java:394) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready( HttpInboundLink.java:274) 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:152) at com.ibm.io.async.AbstractAsyncFuture.invokeCallback( AbstractAsyncFuture.java:213) at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions( AbstractAsyncFuture.java:195) at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136) at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:193) at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java :725) at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498) So i am in dilemma that there is problem in WebSphere or with Tuscany SCA? -- Thanks Nishant Joshi
