Deploying JTS on WAS servlet error
I want to install jts at Suse Linux Enterprise 11 (Virtual Machine) on Websphere Application Server.
I followed the instructions of the generated roadmap:
-set the open file limit
-configured the was with clm_was_config.py (properties set)
-deployed with clm_deploy.py (tried manual deployment too)
-mapped users
So everthing works fine till this point. But after starting the apps succesfully i and up at
Error 404: ProxyServlet: /ccm
Checking the logs i have the following output while starting the App
[1/8/14 5:39:54:658 EST] 00000053 servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [jts_war] [/jts] [equinoxbridgeservlet]: Initialization successful.
[1/8/14 5:39:54:659 EST] 00000053 webapp W com.ibm.ws.webcontainer.webapp.WebApp initializeStaticFileHandler SRVE0278E: Error while adding servlet mapping --> /*.
[1/8/14 5:39:54:659 EST] 00000053 webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module null has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443].
After visiting the page with the Error 404 i get
[1/8/14 5:42:28:448 EST] 00000053 servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0068E: An exception was thrown by one of the service methods of the servlet [equinoxbridgeservlet] in application [jts_war]. Exception created : [java.lang.IllegalStateException: Response already committed.
Thanks for your help :)
2 answers
HTTP 404 is a not found error, so something seems to be wrong with the CCM app.
What version of CLM and WAS are you running?
I would recommend doing the configuration manually:
Setting up WAS - http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Ft_s_server_installation_setup_WAS.html
Deploying Applications - http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Ft_deploy_was.html
What version of CLM and WAS are you running?
I would recommend doing the configuration manually:
Setting up WAS - http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Ft_s_server_installation_setup_WAS.html
Deploying Applications - http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Ft_deploy_was.html
Comments
Sumant Renukarya
Jan 08 '14, 6:12 a.m.Hi Jannik
Jannik Lenz
Jan 08 '14, 6:32 a.m.Yep, i already checked
Jannik Lenz
Jan 08 '14, 6:40 a.m.OK found this error right now