dev@glassfish.java.net

Re: quicklook success?

From: Dinesh Patil <Dinesh.Patil_at_Sun.COM>
Date: Tue, 12 Sep 2006 20:49:48 -0700

Yes 5 Admin GUI and Admin tests are failing as it treats the Server
image created by "bootstrap" to be a Clustered (EE) image so tries https
instead of http... There is a bug 6460449
<http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6460449>for this.

so to simplify your build step it will be as below:

% maven -Dmodules=mail,activation clobber bootstrap-pe checkout build
configure-runtime

And then run quicklook tests, this should show all 62 quicklook test
passing.

thanks
Dinesh

Amy Roh wrote:

> There is a bug
> <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6460449> for this.
>
> Try "maven bootstrap-all-pe (or bootstrap-pe) checkout-pe build-pe
> configure-runtime".
>
> This happens when you create PE domain on GlassFish EE serverimage
> failing to run 5 tests.
>
> hth,
> Amy
>
> Bill Shannon wrote:
>
>> BTW, I assume this is our definition of a successful quicklook run...
>>
>> [java] [java] ************************
>> [java] [java] PASSED= 57
>> [java] [java] ------------ =========
>> [java] [java] FAILED= 0
>> [java] [java] ------------ =========
>> [java] [java] DID NOT RUN= 5
>> [java] [java] ------------ =========
>> [java] [java] Total Expected=62
>> [java] [java] All Tests NOT passed, so returning UNSUCCESS
>> status.
>> [java] [java] ************************
>> [java]
>> [java]
>> [java] BUILD FAILED
>> [java] /cache/tmp/glassfish/glassfish/appserv-tests/build.xml:43:
>> The following error occurred while executing this line:
>> [java]
>> /cache/tmp/glassfish/glassfish/appserv-tests/config/report.xml:43:
>> The following error occurred while executing this line:
>> [java]
>> /cache/tmp/glassfish/glassfish/appserv-tests/config/report.xml:54:
>> Java returned: 1
>> [java]
>> [java] Total time: 22 minutes 50 seconds
>> [java] in flushAll , creating new testSuiteHash
>> [java] [ERROR] Java Result: 1
>>
>> BUILD FAILED
>> File...... /cache/tmp/glassfish/glassfish/bootstrap/maven.xml
>> Element... fail
>> Line...... 492
>> Column.... 28
>> No message
>> Total time: 22 minutes 57 seconds
>> Finished at: Tue Sep 12 19:54:20 PDT 2006
>>
>>
>> If not, what did I do wrong?
>>
>>
>>
>> "UNSUCCESS"? Would that be the same as "FAILED"? :-)
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>