dev@glassfish.java.net

Regression in web devtests - deploy fails with "remote failure: Error occurred during deployment: There is no installed container capable of handling this application"

From: Amy Roh <amy.roh_at_oracle.com>
Date: Fri, 04 Feb 2011 09:56:11 -0800

We are seeing major regression in web devtests from 2/3 6PM.

Many webapps (~80) are failing to deploy with "remote failure: Error
occurred during deployment: There is no installed container capable of
handling this application".

deploy-war-commonpe:
      [exec] asadmin --host localhost --port 56714 --user admin
--passwordfile
/files/hudson/workspace/webtier-dev-tests-v3/appserv-tests/config/adminpassword.txt
--interactive=false --echo=true --terse=true deploy --contextroot
/web-http-request-whitespace-tolerance --libraries ${libraries}
--force=false --precompilejsp=true --verify=false
--generatermistubs=false --availabilityenabled=false
--asyncreplication=true --target server --keepreposdir=false
--keepfailedstubs=false --isredeploy=false --logreportederrors=true
--upload=true
/files/hudson/workspace/webtier-dev-tests-v3/appserv-tests/build/module/archive/web-http-request-whitespace-tolerance-web.war
      [exec] remote failure: Error occurred during deployment: There is
no installed container capable of handling this application
web-http-request-whitespace-tolerance-web. Please see server.log for
more details.
      [exec] Result: 1

server.log contains -

[#|2011-02-04T02:59:55.093-0800|SEVERE|glassfish3.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=85;_ThreadName=Thread-1;|Module
type not recognized for module
/files/hudson/workspace/webtier-dev-tests-v3/glassfish-v3-image/glassfish3/glassfish/domains/domain1/applications/web-http-request-whitespace-tolerance-web|#]


[#|2011-02-04T02:59:55.094-0800|SEVERE|glassfish3.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=85;_ThreadName=Thread-1;|There
is no installed container capable of handling this application
web-http-request-whitespace-tolerance-web|#]

[#|2011-02-04T02:59:55.193-0800|SEVERE|glassfish3.2|org.apache.jasper.servlet.JspServlet|_ThreadID=67;_ThreadName=Thread-1;|PWC6117:
File
"%2Ffiles%2Fhudson%2Fworkspace%2Fwebtier-dev-tests-v3%2Fglassfish-v3-image%2Fglassfish3%2Fglassfish%2Fdomains%2Fdomain1%2Fdocroot%2Fweb-http-request-whitespace-tolerance%2Findex.jsp"
not found|#]

Thanks,
Amy