dev@glassfish.java.net

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

From: Tim Quinn <tim.quinn_at_oracle.com>
Date: Sat, 5 Feb 2011 11:54:41 -0600

I have checked in a change to the revisions I made in FileArchive last
week. It does not change the functionality but adds some logging.

In the next run of the webtier-dev-tests-v3 job we should look in the
log file near the deployment errors for warnings about the FileArchive
ignoring files because of their timestamps. This should not be
happening during these tests - and was not when I ran the tests on my
system. (It should only happen in certain cases on Windows systems.)

If we see warnings then that gives us somewhere to focus.

- Tim



On Feb 4, 2011, at 12:10 PM, Amy Roh wrote:

> Web devtests use the build from http://hudson.glassfish.org/job/gf-trunk-build-continuous/lastSuccessfulBuild/artifact/bundles/glassfish.zip
> .
>
> Amy
>
> On 2/4/11 10:03 AM, Tim Quinn wrote:
>>
>> Are you testing with the trunk or the 3.1 branch?
>>
>> -Tim
>>
>> On Feb 4, 2011, at 11:56 AM, Amy Roh wrote:
>>
>>> 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
>>