- This topic has 3 replies, 2 voices, and was last updated 12 years, 7 months ago by support-swapna.
-
AuthorPosts
-
hem_kecParticipantHi,
I am using MyEclipse Version: 9.1 Blue Build id: 9.1-Blue-20110701 for servlet deployment in WebSphere 6.1.I am getting following error while servlet deployment.
[3/31/12 23:24:03:734 IST] 0000000d WorkSpaceMana A WKSP0500I: Workspace configuration consistency check is false. [3/31/12 23:24:03:953 IST] 0000000a WsServerImpl A WSVR0001I: Server server1 open for e-business [3/31/12 23:24:41:484 IST] 00000025 ApplicationMg W WSVR0216W: Stopping application, MyWebProListener, failed. The application is not started. [3/31/12 23:24:41:531 IST] 00000025 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file C:\APPS\WebSphere_6.1\AppServer\profiles\AppSrv01\logs\ffdc\server1_103c103c_12.03.31_23.24.41_0.txt [3/31/12 23:24:41:609 IST] 00000025 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\APPS\WebSphere_6.1\AppServer\profiles\AppSrv01\logs\ffdc\server1_103c103c_12.03.31_23.24.41_0.txt [3/31/12 23:24:41:625 IST] 00000025 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file C:\APPS\WebSphere_6.1\AppServer\profiles\AppSrv01\logs\ffdc\server1_103c103c_12.03.31_23.24.41_1.txt [3/31/12 23:24:42:078 IST] 00000025 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\APPS\WebSphere_6.1\AppServer\profiles\AppSrv01\logs\ffdc\server1_103c103c_12.03.31_23.24.41_1.txt [3/31/12 23:24:42:093 IST] 00000025 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file C:\APPS\WebSphere_6.1\AppServer\profiles\AppSrv01\logs\ffdc\server1_103c103c_12.03.31_23.24.42_0.txt [3/31/12 23:24:42:109 IST] 00000025 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\APPS\WebSphere_6.1\AppServer\profiles\AppSrv01\logs\ffdc\server1_103c103c_12.03.31_23.24.42_0.txt
Note: The same servlet is working fine if i use tomcat.
Thanks
With Regards
HeamntAttachments:
You must be logged in to view attached files.
support-swapnaModeratorHemant,
Is this issue the same as the one you posted on this thread? :
https://www.genuitec.com/forums/topic/unable-to-run-servlet-program-in-websphere-6-1/Please attach the deployment log ( Right click on Websphere in the Server’s view and select “View Deployment Log”). First clear the contents of the deployment log, replicate the issue and attach the file for us.
hem_kecParticipantHi,
Thanks for reply.
Yes it’s similar issue in another post.Please find attached deployment log.
Deployment logs are collected in the following manner.
I started the WebSphere server 6.1 (completed successfully) then i cleaned up the log and deployed my application.Thanks
With Regards
Hemant.Attachments:
You must be logged in to view attached files.
support-swapnaModeratorHemant,
WAS 6.1 does not support J2EE 1.5 projects.
Please take a look at this thread which discusses similar issue and make changes to the web.xml accordingly :
https://www.genuitec.com/forums/topic/deploying-to-websphere-6-1-failed-to-read-web-app-2-5-xsd/Let us know how this works for you.
-
AuthorPosts