You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@river.apache.org by Jonathan Costers <jo...@googlemail.com> on 2010/09/17 11:31:41 UTC

all QA tests pass on ubuntu2!

On the Hudson ubuntu2 node:

[java] # of tests started   = 1115
[java] # of tests completed = 1115
[java] # of tests skipped   = 41
[java] # of tests passed    = 1115
[java] # of tests failed    = 0
[java]
[java] -----------------------------------------
[java]
[java]    Date finished:
[java]       Fri Sep 17 09:25:58 UTC 2010
[java]    Time elapsed:
[java]       48907 seconds
[java]

Re: all QA tests pass on ubuntu2!

Posted by Patricia Shanahan <pa...@acm.org>.
Jonathan Costers wrote:
> Actually, not *all* tests, just all the categories I configured to run ..
> But nearly all tho.

Certainly a lot more tests than we had running before.

> 
> Categories that are still missing (not configured to run by Hudson for now):
> - javaspace: found quite some issues running this category (see previous
> report)
> - txnmanager: one of these tests hangs on me .. finding out why, also some
> other issues to work out
> - scalability: not sure about the purpose of these tests

Maybe I should take a look at that category. Most of the tests I've 
looked at so far use very small numbers of services etc. There is a need 
to test both for functional correctness and for performance under higher 
load. Maybe some of those tests are in the "scalability" category.

In general, I suspended work on tests that seemed to be missing while 
you are working on getting the existing tests working. As your work 
stabilizes, I want to go back and repeat some tests to see whether some 
dangerous situations are now being tested.


> - end2end: one test needs Kerberos, for the others I get some other errors
> 
> And of course there's the regression tests we have in the jtreg directory.
> I am experimenting to port these to either JUnit or QA tests, eventually
> removing the dependency on the jtreg tool.

I dropped trying to get the jtreg tests running in my preferred 
environment, MS WindowsXP+cygwin. If you can get rid of the jtreg 
dependency I won't have to pick it up again.

Any chance of integrating the QA source code tree into a single source 
code tree with the actual code? Under Eclipse, I've so far only been 
able to work with River by creating a pair of matched projects, one for 
src and the other for qa/src, and making the QA project depend on the 
main source project.

Patricia

Re: all QA tests pass on ubuntu2!

Posted by Jonathan Costers <jo...@googlemail.com>.
In the mean time (while the ant-junit issue is being investigated), you can
just skip the unit tests ...
Use targets all.jars to compile and jar everything (no testing, no docs,
etc.).
After that you can execute qa.run.

So, to start off cleanly:

*ant all.clean all.jars qa.run*

If you would like to generate some reports of the QA run, you can specify
property *harness.generateHtml=true*, by passing it to Ant either on the
command line (-D...), through your IDE's Ant property settings, or by adding
a line in build.properties.

Hope this works for you.

2010/9/19 Jonathan Costers <jo...@googlemail.com>

> I seem to be having the same issue on a fresh OpenSolaris installation ...
> Must be missing something obvious ...
>
> 2010/9/19 Jonathan Costers <jo...@googlemail.com>
>
> does http://ant.apache.org/manual/install.html#optionalTasks help?
>>
>> 2010/9/19 Patricia Shanahan <pa...@acm.org>
>>
>> Unfortunately, I'm currently stuck at the build stage. Each build fails
>>> with the following message:
>>>
>>> BUILD FAILED
>>> /export/home/pats/River/trunk/build.xml:2161: Problem: failed to create
>>> task or type junit
>>> Cause: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask
>>> was not found.
>>>        This looks like one of Ant's optional components.
>>> Action: Check that the appropriate optional JAR exists in
>>>        -/usr/lib
>>>        -/export/home/pats/.ant/lib
>>>        -a directory added on the command line with the -lib argument
>>>
>>> Do not panic, this is a common problem.
>>> The commonest cause is a missing JAR.
>>>
>>> This is not a bug; it is a configuration problem
>>>
>>>
>>> I've tried scattering junit.jar files around, including the suggested
>>> locations, but it does no good. Any suggestions on what to put where to fix
>>> this? This is a shiny new OpenSolaris environment.
>>>
>>> Patricia
>>>
>>>
>>>
>>>
>>>
>>> On 9/18/2010 1:58 PM, Jonathan Costers wrote:
>>>
>>>> 2010/9/18 Patricia Shanahan<pa...@acm.org>
>>>>
>>>>  I've created an Open Solaris installation in a VirtualBox. I'm in the
>>>>> process of installing software, such as a JDK, on it.
>>>>>
>>>>> Regardless of whether it reproduces this specific problem, it will give
>>>>> us
>>>>> another test configuration - the more the better.
>>>>>
>>>>>
>>>>>  Great news! I'd like to do the same when I get a chance
>>>>
>>>>
>>>>
>>>>>
>>>>>
>>>>> On 9/18/2010 1:10 AM, Jonathan Costers wrote:
>>>>>
>>>>>  Hmmm
>>>>>>
>>>>>> Hudson just finished a build (#24) on *solaris1*, and we still get
>>>>>> that
>>>>>> one
>>>>>> failure:
>>>>>>
>>>>>> [java]
>>>>>> com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorAllChange.td
>>>>>> [java] Test Failed: Test Failed:
>>>>>> com.sun.jini.qa.harness.TestException: change failed -- waited 870
>>>>>> seconds (14 minutes) -- 3 change event(s) expected, 0 change event(s)
>>>>>> received
>>>>>> [java]
>>>>>>
>>>>>> However, one *ubuntu1*, the same test passes ... (build #21)
>>>>>> On my local machines, I have this test passing on both Linux and
>>>>>> Windows.
>>>>>> I do not have a Solaris installation available though, anyone?
>>>>>>
>>>>>> Would anyone be able to reproduce this situation?
>>>>>> - pass the whole suite on Linux
>>>>>> - fail the above test on Solaris
>>>>>>
>>>>>> Thanks
>>>>>> Jonathan
>>>>>>
>>>>>> 2010/9/18 Peter Firmstone<ji...@zeus.net.au>
>>>>>>
>>>>>>  Jonathan Costers wrote:
>>>>>>
>>>>>>>
>>>>>>>  2010/9/17 Peter Firmstone<ji...@zeus.net.au>
>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>  Jonathan, this progress is excellent news for anybody trying to
>>>>>>>>
>>>>>>>>> actively
>>>>>>>>> develop.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>  Are the rest of us allowed to commit to the trunk again at this
>>>>>>>> point?
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>  Definitely, cleared for takeoff.
>>>>>>>>
>>>>>>>
>>>>>>> Cheers,
>>>>>>>
>>>>>>> Peter.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>

Re: all QA tests pass on ubuntu2!

Posted by Sim IJskes - QCG <si...@qcg.nl>.
On 09/19/2010 08:58 PM, Jonathan Costers wrote:
> Right ...ant-junit.jar is present in /usr/share/lib/ant in my OpenSolaris
> instance.
> I tried copying junit.jar in there too (this is what I would do in Linux or
> Windows as well .. I've done it many times) ... But it seems Ant is not
> picking it up in OpenSolaris for some reason.
>
> *ant -diagnostics* tells me the junit task is still unavailable, although
> ant-junit.jar and junit.jar are in /usr/share/lib/ant ...

And the hints from the error message?

Action: Check that the appropriate optional JAR exists in
         -/usr/lib
         -/export/home/pats/.ant/lib
         -a directory added on the command line with the -lib argument

Gr. Sim


Re: all QA tests pass on ubuntu2!

Posted by Jonathan Costers <jo...@googlemail.com>.
Right ...ant-junit.jar is present in /usr/share/lib/ant in my OpenSolaris
instance.
I tried copying junit.jar in there too (this is what I would do in Linux or
Windows as well .. I've done it many times) ... But it seems Ant is not
picking it up in OpenSolaris for some reason.

*ant -diagnostics* tells me the junit task is still unavailable, although
ant-junit.jar and junit.jar are in /usr/share/lib/ant ...


2010/9/19 Sim IJskes - QCG <si...@qcg.nl>

> On 09/19/2010 04:27 PM, Patricia Shanahan wrote:
>
>> Sim IJskes - QCG wrote:
>>
>>> On 09/19/2010 02:59 PM, Jonathan Costers wrote:
>>>
>>>> I seem to be having the same issue on a fresh OpenSolaris
>>>> installation ...
>>>> Must be missing something obvious ...
>>>>
>>>
>>> This doesnt help?
>>>
>>> http://ant.apache.org/manual/Tasks/junit.html
>>>
>>
>> I've tried scattering junit.jar copies around the landscape, including
>> the places suggested by that document, without effect.
>>
>> Patricia
>>
>
> And ant-junit.jar? I presume junit.jar contains the framework, and
> ant-junit.jar the ant task implementation?
>
> Gr. Sim
>

Re: all QA tests pass on ubuntu2!

Posted by Sim IJskes - QCG <si...@qcg.nl>.
On 09/19/2010 04:27 PM, Patricia Shanahan wrote:
> Sim IJskes - QCG wrote:
>> On 09/19/2010 02:59 PM, Jonathan Costers wrote:
>>> I seem to be having the same issue on a fresh OpenSolaris
>>> installation ...
>>> Must be missing something obvious ...
>>
>> This doesnt help?
>>
>> http://ant.apache.org/manual/Tasks/junit.html
>
> I've tried scattering junit.jar copies around the landscape, including
> the places suggested by that document, without effect.
>
> Patricia

And ant-junit.jar? I presume junit.jar contains the framework, and 
ant-junit.jar the ant task implementation?

Gr. Sim

Re: all QA tests pass on ubuntu2!

Posted by Patricia Shanahan <pa...@acm.org>.
Sim IJskes - QCG wrote:
> On 09/19/2010 02:59 PM, Jonathan Costers wrote:
>> I seem to be having the same issue on a fresh OpenSolaris installation 
>> ...
>> Must be missing something obvious ...
> 
> This doesnt help?
> 
> http://ant.apache.org/manual/Tasks/junit.html

I've tried scattering junit.jar copies around the landscape, including 
the places suggested by that document, without effect.

Patricia

Re: all QA tests pass on ubuntu2!

Posted by Sim IJskes - QCG <si...@qcg.nl>.
On 09/19/2010 02:59 PM, Jonathan Costers wrote:
> I seem to be having the same issue on a fresh OpenSolaris installation ...
> Must be missing something obvious ...

This doesnt help?

http://ant.apache.org/manual/Tasks/junit.html

Gr. Sim

Re: all QA tests pass on ubuntu2!

Posted by Jonathan Costers <jo...@googlemail.com>.
I seem to be having the same issue on a fresh OpenSolaris installation ...
Must be missing something obvious ...

2010/9/19 Jonathan Costers <jo...@googlemail.com>

> does http://ant.apache.org/manual/install.html#optionalTasks help?
>
> 2010/9/19 Patricia Shanahan <pa...@acm.org>
>
> Unfortunately, I'm currently stuck at the build stage. Each build fails
>> with the following message:
>>
>> BUILD FAILED
>> /export/home/pats/River/trunk/build.xml:2161: Problem: failed to create
>> task or type junit
>> Cause: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask
>> was not found.
>>        This looks like one of Ant's optional components.
>> Action: Check that the appropriate optional JAR exists in
>>        -/usr/lib
>>        -/export/home/pats/.ant/lib
>>        -a directory added on the command line with the -lib argument
>>
>> Do not panic, this is a common problem.
>> The commonest cause is a missing JAR.
>>
>> This is not a bug; it is a configuration problem
>>
>>
>> I've tried scattering junit.jar files around, including the suggested
>> locations, but it does no good. Any suggestions on what to put where to fix
>> this? This is a shiny new OpenSolaris environment.
>>
>> Patricia
>>
>>
>>
>>
>>
>> On 9/18/2010 1:58 PM, Jonathan Costers wrote:
>>
>>> 2010/9/18 Patricia Shanahan<pa...@acm.org>
>>>
>>>  I've created an Open Solaris installation in a VirtualBox. I'm in the
>>>> process of installing software, such as a JDK, on it.
>>>>
>>>> Regardless of whether it reproduces this specific problem, it will give
>>>> us
>>>> another test configuration - the more the better.
>>>>
>>>>
>>>>  Great news! I'd like to do the same when I get a chance
>>>
>>>
>>>
>>>>
>>>>
>>>> On 9/18/2010 1:10 AM, Jonathan Costers wrote:
>>>>
>>>>  Hmmm
>>>>>
>>>>> Hudson just finished a build (#24) on *solaris1*, and we still get that
>>>>> one
>>>>> failure:
>>>>>
>>>>> [java]
>>>>> com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorAllChange.td
>>>>> [java] Test Failed: Test Failed:
>>>>> com.sun.jini.qa.harness.TestException: change failed -- waited 870
>>>>> seconds (14 minutes) -- 3 change event(s) expected, 0 change event(s)
>>>>> received
>>>>> [java]
>>>>>
>>>>> However, one *ubuntu1*, the same test passes ... (build #21)
>>>>> On my local machines, I have this test passing on both Linux and
>>>>> Windows.
>>>>> I do not have a Solaris installation available though, anyone?
>>>>>
>>>>> Would anyone be able to reproduce this situation?
>>>>> - pass the whole suite on Linux
>>>>> - fail the above test on Solaris
>>>>>
>>>>> Thanks
>>>>> Jonathan
>>>>>
>>>>> 2010/9/18 Peter Firmstone<ji...@zeus.net.au>
>>>>>
>>>>>  Jonathan Costers wrote:
>>>>>
>>>>>>
>>>>>>  2010/9/17 Peter Firmstone<ji...@zeus.net.au>
>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>  Jonathan, this progress is excellent news for anybody trying to
>>>>>>>
>>>>>>>> actively
>>>>>>>> develop.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>  Are the rest of us allowed to commit to the trunk again at this
>>>>>>> point?
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>  Definitely, cleared for takeoff.
>>>>>>>
>>>>>>
>>>>>> Cheers,
>>>>>>
>>>>>> Peter.
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>

Re: all QA tests pass on ubuntu2!

Posted by Jonathan Costers <jo...@googlemail.com>.
does http://ant.apache.org/manual/install.html#optionalTasks help?

2010/9/19 Patricia Shanahan <pa...@acm.org>

> Unfortunately, I'm currently stuck at the build stage. Each build fails
> with the following message:
>
> BUILD FAILED
> /export/home/pats/River/trunk/build.xml:2161: Problem: failed to create
> task or type junit
> Cause: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was
> not found.
>        This looks like one of Ant's optional components.
> Action: Check that the appropriate optional JAR exists in
>        -/usr/lib
>        -/export/home/pats/.ant/lib
>        -a directory added on the command line with the -lib argument
>
> Do not panic, this is a common problem.
> The commonest cause is a missing JAR.
>
> This is not a bug; it is a configuration problem
>
>
> I've tried scattering junit.jar files around, including the suggested
> locations, but it does no good. Any suggestions on what to put where to fix
> this? This is a shiny new OpenSolaris environment.
>
> Patricia
>
>
>
>
>
> On 9/18/2010 1:58 PM, Jonathan Costers wrote:
>
>> 2010/9/18 Patricia Shanahan<pa...@acm.org>
>>
>>  I've created an Open Solaris installation in a VirtualBox. I'm in the
>>> process of installing software, such as a JDK, on it.
>>>
>>> Regardless of whether it reproduces this specific problem, it will give
>>> us
>>> another test configuration - the more the better.
>>>
>>>
>>>  Great news! I'd like to do the same when I get a chance
>>
>>
>>
>>>
>>>
>>> On 9/18/2010 1:10 AM, Jonathan Costers wrote:
>>>
>>>  Hmmm
>>>>
>>>> Hudson just finished a build (#24) on *solaris1*, and we still get that
>>>> one
>>>> failure:
>>>>
>>>> [java]
>>>> com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorAllChange.td
>>>> [java] Test Failed: Test Failed:
>>>> com.sun.jini.qa.harness.TestException: change failed -- waited 870
>>>> seconds (14 minutes) -- 3 change event(s) expected, 0 change event(s)
>>>> received
>>>> [java]
>>>>
>>>> However, one *ubuntu1*, the same test passes ... (build #21)
>>>> On my local machines, I have this test passing on both Linux and
>>>> Windows.
>>>> I do not have a Solaris installation available though, anyone?
>>>>
>>>> Would anyone be able to reproduce this situation?
>>>> - pass the whole suite on Linux
>>>> - fail the above test on Solaris
>>>>
>>>> Thanks
>>>> Jonathan
>>>>
>>>> 2010/9/18 Peter Firmstone<ji...@zeus.net.au>
>>>>
>>>>  Jonathan Costers wrote:
>>>>
>>>>>
>>>>>  2010/9/17 Peter Firmstone<ji...@zeus.net.au>
>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>  Jonathan, this progress is excellent news for anybody trying to
>>>>>>
>>>>>>> actively
>>>>>>> develop.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>  Are the rest of us allowed to commit to the trunk again at this
>>>>>> point?
>>>>>>
>>>>>>
>>>>>>
>>>>>>  Definitely, cleared for takeoff.
>>>>>>
>>>>>
>>>>> Cheers,
>>>>>
>>>>> Peter.
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>

Re: all QA tests pass on ubuntu2!

Posted by Patricia Shanahan <pa...@acm.org>.
Unfortunately, I'm currently stuck at the build stage. Each build fails 
with the following message:

BUILD FAILED
/export/home/pats/River/trunk/build.xml:2161: Problem: failed to create 
task or type junit
Cause: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask 
was not found.
         This looks like one of Ant's optional components.
Action: Check that the appropriate optional JAR exists in
         -/usr/lib
         -/export/home/pats/.ant/lib
         -a directory added on the command line with the -lib argument

Do not panic, this is a common problem.
The commonest cause is a missing JAR.

This is not a bug; it is a configuration problem


I've tried scattering junit.jar files around, including the suggested 
locations, but it does no good. Any suggestions on what to put where to 
fix this? This is a shiny new OpenSolaris environment.

Patricia




On 9/18/2010 1:58 PM, Jonathan Costers wrote:
> 2010/9/18 Patricia Shanahan<pa...@acm.org>
>
>> I've created an Open Solaris installation in a VirtualBox. I'm in the
>> process of installing software, such as a JDK, on it.
>>
>> Regardless of whether it reproduces this specific problem, it will give us
>> another test configuration - the more the better.
>>
>>
> Great news! I'd like to do the same when I get a chance
>
>
>>
>>
>>
>> On 9/18/2010 1:10 AM, Jonathan Costers wrote:
>>
>>> Hmmm
>>>
>>> Hudson just finished a build (#24) on *solaris1*, and we still get that
>>> one
>>> failure:
>>>
>>> [java] com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorAllChange.td
>>> [java] Test Failed: Test Failed:
>>> com.sun.jini.qa.harness.TestException: change failed -- waited 870
>>> seconds (14 minutes) -- 3 change event(s) expected, 0 change event(s)
>>> received
>>> [java]
>>>
>>> However, one *ubuntu1*, the same test passes ... (build #21)
>>> On my local machines, I have this test passing on both Linux and Windows.
>>> I do not have a Solaris installation available though, anyone?
>>>
>>> Would anyone be able to reproduce this situation?
>>> - pass the whole suite on Linux
>>> - fail the above test on Solaris
>>>
>>> Thanks
>>> Jonathan
>>>
>>> 2010/9/18 Peter Firmstone<ji...@zeus.net.au>
>>>
>>>   Jonathan Costers wrote:
>>>>
>>>>   2010/9/17 Peter Firmstone<ji...@zeus.net.au>
>>>>>
>>>>>
>>>>>
>>>>>   Jonathan, this progress is excellent news for anybody trying to
>>>>>> actively
>>>>>> develop.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>> Are the rest of us allowed to commit to the trunk again at this point?
>>>>>
>>>>>
>>>>>
>>>>>   Definitely, cleared for takeoff.
>>>>
>>>> Cheers,
>>>>
>>>> Peter.
>>>>
>>>>
>>>
>>
>


Re: all QA tests pass on ubuntu2!

Posted by Peter Firmstone <ji...@zeus.net.au>.
bash-3.00$ ant run-tests
Buildfile: build.xml

run-tests:
     [java]
     [java] -----------------------------------------
     [java] CONFIGURATION FILE:
     [java]
     [java]    
/opt/src/river/trunk/qa/src/com/sun/jini/test/resources/qaHarness.prop
     [java]
     [java] -----------------------------------------
     [java] SETTING UP THE TEST LIST:
     [java]
     [java]    Adding test: 
com/sun/jini/test/impl/start/ServiceStarterCreateBadTransientServiceTest.td
     [java]    Adding test: 
com/sun/jini/test/impl/start/ServiceStarterCreateSharedBadActServiceTest.td
     [java]    Adding test: 
com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorAllChange.td
     [java]
     [java] -----------------------------------------
     [java] GENERAL HARNESS CONFIGURATION INFORMATION:
     [java]
     [java]    Date started:
     [java]       Sun Sep 19 09:18:16 EST 2010
     [java]    Installation directory of the JSK:
     [java]       com.sun.jini.jsk.home=/opt/src/river/trunk
     [java]    Installation directory of the harness:
     [java]       com.sun.jini.qa.home=/opt/src/river/trunk/qa
     [java]    Categories being tested:
     [java]       categories=No Categories
     [java] -----------------------------------------
     [java] ENVIRONMENT PROPERTIES:
     [java]
     [java]    JVM information:
     [java]       Java HotSpot(TM) Server VM, 10.0-b23, 32 bit VM mode
     [java]       Sun Microsystems Inc.
     [java]    OS information:
     [java]       SunOS, 5.10, sparc
     [java]
     [java] -----------------------------------------
     [java] STARTING TO RUN THE TESTS
     [java]
     [java]
     [java] Running 
com/sun/jini/test/impl/start/ServiceStarterCreateBadTransientServiceTest.td
     [java] Time is Sun Sep 19 09:18:16 EST 2010
     [java] Starting test in separate process with command:
     [java] /usr/jdk/instances/jdk1.6.0/jre/bin/java 
-Djava.security.policy=file:/opt/src/river/trunk/qa/harness/policy/defaulttest.policy 
-Djava.rmi.server.codebase=http://bluto:8082/qa1-start-probe-dl.jar -cp 
/opt/src/river/trunk/qa/lib/jiniharness.jar:/opt/src/river/trunk/qa/lib/jinitests.jar:/opt/src/river/trunk/lib/jsk-platform.jar:/opt/src/river/trunk/lib/jsk-lib.jar 
-client 
-Djava.ext.dirs=/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/opt/src/river/trunk/qa/lib-ext:/opt/src/river/trunk/lib-ext 
-Dcom.sun.jini.jsk.port=8080 -Dcom.sun.jini.qa.port=8081 
-Dcom.sun.jini.jsk.home=/opt/src/river/trunk 
-Dcom.sun.jini.qa.home=/opt/src/river/trunk/qa 
-Dcom.sun.jini.qa.harness.harnessJar=/opt/src/river/trunk/qa/lib/jiniharness.jar 
-Dcom.sun.jini.qa.harness.testJar=/opt/src/river/trunk/qa/lib/jinitests.jar 
-Dcom.sun.jini.qa.harness.runjiniserver=true 
-Dcom.sun.jini.qa.harness.runkitserver=true 
-Djava.security.properties=file:/opt/src/river/trunk/qa/harness/trust/dynamic-policy.properties 
-Dcom.sun.jini.qa.harness.testhosts= 
-Djava.util.logging.config.file=/home/peter/logging.properties 
-Dcom.sun.jini.test.home=/opt/src/river/trunk/qa 
-Dcom.sun.jini.test.port=8082 
-Dcom.sun.jini.qa.harness.policies=file:/opt/src/river/trunk/qa/src/com/sun/jini/test/resources/jinitest.policy 
-Djava.ext.dirs=/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/opt/src/river/trunk/qa/lib-ext:/opt/src/river/trunk/lib-ext 
com.sun.jini.qa.harness.MasterTest 
com/sun/jini/test/impl/start/ServiceStarterCreateBadTransientServiceTest.td
     [java]
     [java] TIME: 09:18:19
     [java]
     [java] MasterTest.doTest INFO:
     [java] ============================== CALLING SETUP() 
==============================
     [java]
     [java] 19/09/2010 09:18:19 com.sun.jini.tool.ClassServer run
     [java] INFO: ClassServer started [[/opt/src/river/trunk/qa/lib/], 
port 8081]
     [java] 19/09/2010 09:18:19 com.sun.jini.tool.ClassServer run
     [java] INFO: ClassServer started [[/opt/src/river/trunk/lib-dl/], 
port 8080]
     [java] 19/09/2010 09:18:19 com.sun.jini.tool.ClassServer run
     [java] INFO: ClassServer started [[/opt/src/river/trunk/qa/lib/], 
port 8082]
     [java] ActSys-err: 19/09/2010 09:18:24 
com.sun.jini.phoenix.Activation init
     [java] ActSys-err: INFO: activation daemon started
     [java]
     [java] TIME: 09:18:32
     [java]
     [java] MasterTest.doTest INFO:
     [java] =============================== CALLING RUN() 
===============================
     [java]
     [java] ServiceStarterCreateBadTransientServiceTest.run INFO: 
codebase = http://bluto:8080/mercury-dl.jar http://bluto:8080/jsk-dl.jar
     [java] ServiceStarterCreateBadTransientServiceTest.run INFO: policy 
= file:/opt/src/river/trunk/qa/harness/policy/defaultmercury.policy
     [java] ServiceStarterCreateBadTransientServiceTest.run INFO: impl = 
com.sun.jini.mercury.TransientMercuryImpl
     [java] ServiceStarterCreateBadTransientServiceTest.run INFO: 
classpath = /opt/src/river/trunk/lib/mercury.jar
     [java] 19/09/2010 09:18:32 com.sun.jini.start.HTTPDStatus httpdWarning
     [java] WARNING: Problem accessing desired 
URL[http://bluto:8080/mercury-dl_bogus.jar]: 
java.io.FileNotFoundException: http://bluto:8080/mercury-dl_bogus.jar.
     [java] 19/09/2010 09:18:33 com.sun.jini.mercury.MailboxImpl doInit
     [java] INFO: Mercury started: 
com.sun.jini.mercury.TransientMercuryImpl@1315d34
     [java] ServiceStarterCreateBadTransientServiceTest.run INFO: 
Expected Failure with bad codebase descriptor: 
[http://bluto:8080/mercury-dl_bogus.jar http://bluto:8080/jsk-dl.jar, 
file:/opt/src/river/trunk/qa/harness/policy/defaultmercury.policy, 
/opt/src/river/trunk/lib/mercury.jar, 
com.sun.jini.mercury.TransientMercuryImpl, 
[/var/tmp/Mercury38825.config], 
com.sun.jini.start.NonActivatableServiceDescriptor$1@1d7fbfb, 
BasicProxyPreparer[]]
     [java] java.lang.ClassNotFoundException: 
com.sun.jini.mercury.MailboxProxy$ConstrainableMailboxProxy
     [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
     [java]     at java.security.AccessController.doPrivileged(Native 
Method)
     [java]     at 
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
     [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
     [java]     at 
net.jini.loader.pref.PreferredClassLoader.loadClass(PreferredClassLoader.java:942)
     [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
     [java]     at 
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
     [java]     at java.lang.Class.forName0(Native Method)
     [java]     at java.lang.Class.forName(Class.java:247)
     [java]     at 
net.jini.loader.pref.PreferredClassProvider.loadClass(PreferredClassProvider.java:613)
     [java]     at 
java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:247)
     [java]     at 
sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.java:197)
     [java]     at 
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1575)
     [java]     at 
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
     [java]     at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
     [java]     at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
     [java]     at 
java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
     [java]     at java.rmi.MarshalledObject.get(MarshalledObject.java:142)
     [java]     at 
com.sun.jini.start.NonActivatableServiceDescriptor.create(NonActivatableServiceDescriptor.java:644)
     [java]     at 
com.sun.jini.test.impl.start.ServiceStarterCreateBadTransientServiceTest.run(ServiceStarterCreateBadTransientServiceTest.java:85)
     [java]     at 
com.sun.jini.qa.harness.MasterTest.doTest(MasterTest.java:249)
     [java]     at 
com.sun.jini.qa.harness.MasterTest.main(MasterTest.java:139)
     [java] 19/09/2010 09:18:34 com.sun.jini.mercury.MailboxImpl doInit
     [java] INFO: Mercury started: 
com.sun.jini.mercury.TransientMercuryImpl@b03be0
     [java] com.sun.jini.qa.harness.TestException: Failed - Created 
proxy 
[com.sun.jini.start.NonActivatableServiceDescriptor$Created@baa466] with 
bad policy descriptor: [http://bluto:8080/mercury-dl.jar 
http://bluto:8080/jsk-dl.jar, 
file:/opt/src/river/trunk/qa/harness/bogus_policy/defaultmercury.bogus_policy, 
/opt/src/river/trunk/lib/mercury.jar, 
com.sun.jini.mercury.TransientMercuryImpl, 
[/var/tmp/Mercury38825.config], 
com.sun.jini.start.NonActivatableServiceDescriptor$1@1d7fbfb, 
BasicProxyPreparer[]]
     [java]     at 
com.sun.jini.test.impl.start.ServiceStarterCreateBadTransientServiceTest.run(ServiceStarterCreateBadTransientServiceTest.java:101)
     [java]     at 
com.sun.jini.qa.harness.MasterTest.doTest(MasterTest.java:249)
     [java]     at 
com.sun.jini.qa.harness.MasterTest.main(MasterTest.java:139)
     [java] MasterTest.doTest INFO:
     [java] ============================ CALLING TEARDOWN() 
=============================
     [java]
     [java] ActSys-err: 19/09/2010 09:18:39 
com.sun.jini.phoenix.Activation$Shutdown run
     [java] ActSys-err: INFO: activation daemon shut down
     [java] 19/09/2010 09:18:40 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8081]
     [java] 19/09/2010 09:18:40 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8082]
     [java] 19/09/2010 09:18:40 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8082]
     [java] 19/09/2010 09:18:40 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8080]
     [java] 19/09/2010 09:18:40 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8080]
     [java] 19/09/2010 09:18:40 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8081]
     [java]
     [java] TIME: 09:18:41
     [java]
     [java] Test process was destroyed and returned code 1
     [java] 
com/sun/jini/test/impl/start/ServiceStarterCreateBadTransientServiceTest.td
     [java] Test Failed: Test Failed: 
com.sun.jini.qa.harness.TestException: Failed - Created proxy 
[com.sun.jini.start.NonActivatableServiceDescriptor$Created@baa466] with 
bad policy descriptor: [http://bluto:8080/mercury-dl.jar 
http://bluto:8080/jsk-dl.jar, 
file:/opt/src/river/trunk/qa/harness/bogus_policy/defaultmercury.bogus_policy, 
/opt/src/river/trunk/lib/mercury.jar, 
com.sun.jini.mercury.TransientMercuryImpl, 
[/var/tmp/Mercury38825.config], 
com.sun.jini.start.NonActivatableServiceDescriptor$1@1d7fbfb, 
BasicProxyPreparer[]]
     [java]
     [java]
     [java] -----------------------------------------
     [java]
     [java] Running 
com/sun/jini/test/impl/start/ServiceStarterCreateSharedBadActServiceTest.td
     [java] Time is Sun Sep 19 09:18:46 EST 2010
     [java] Starting test in separate process with command:
     [java] /usr/jdk/instances/jdk1.6.0/jre/bin/java 
-Djava.security.policy=file:/opt/src/river/trunk/qa/harness/policy/defaulttest.policy 
-Djava.rmi.server.codebase=http://bluto:8082/qa1-start-probe-dl.jar -cp 
/opt/src/river/trunk/qa/lib/jiniharness.jar:/opt/src/river/trunk/qa/lib/jinitests.jar:/opt/src/river/trunk/lib/jsk-platform.jar:/opt/src/river/trunk/lib/jsk-lib.jar 
-client 
-Djava.ext.dirs=/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/opt/src/river/trunk/qa/lib-ext:/opt/src/river/trunk/lib-ext 
-Dcom.sun.jini.jsk.port=8080 -Dcom.sun.jini.qa.port=8081 
-Dcom.sun.jini.jsk.home=/opt/src/river/trunk 
-Dcom.sun.jini.qa.home=/opt/src/river/trunk/qa 
-Dcom.sun.jini.qa.harness.harnessJar=/opt/src/river/trunk/qa/lib/jiniharness.jar 
-Dcom.sun.jini.qa.harness.testJar=/opt/src/river/trunk/qa/lib/jinitests.jar 
-Dcom.sun.jini.qa.harness.runjiniserver=true 
-Dcom.sun.jini.qa.harness.runkitserver=true 
-Djava.security.properties=file:/opt/src/river/trunk/qa/harness/trust/dynamic-policy.properties 
-Dcom.sun.jini.qa.harness.testhosts= 
-Djava.util.logging.config.file=/home/peter/logging.properties 
-Dcom.sun.jini.test.home=/opt/src/river/trunk/qa 
-Dcom.sun.jini.test.port=8082 
-Dcom.sun.jini.qa.harness.policies=file:/opt/src/river/trunk/qa/src/com/sun/jini/test/resources/jinitest.policy 
-Djava.ext.dirs=/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/opt/src/river/trunk/qa/lib-ext:/opt/src/river/trunk/lib-ext 
com.sun.jini.qa.harness.MasterTest 
com/sun/jini/test/impl/start/ServiceStarterCreateSharedBadActServiceTest.td
     [java]
     [java] TIME: 09:18:48
     [java]
     [java] MasterTest.doTest INFO:
     [java] ============================== CALLING SETUP() 
==============================
     [java]
     [java] 19/09/2010 09:18:48 com.sun.jini.tool.ClassServer run
     [java] INFO: ClassServer started [[/opt/src/river/trunk/qa/lib/], 
port 8081]
     [java] 19/09/2010 09:18:48 com.sun.jini.tool.ClassServer run
     [java] INFO: ClassServer started [[/opt/src/river/trunk/lib-dl/], 
port 8080]
     [java] 19/09/2010 09:18:48 com.sun.jini.tool.ClassServer run
     [java] INFO: ClassServer started [[/opt/src/river/trunk/qa/lib/], 
port 8082]
     [java] ActSys-err: 19/09/2010 09:18:53 
com.sun.jini.phoenix.Activation init
     [java] ActSys-err: INFO: activation daemon started
     [java]
     [java] TIME: 09:19:02
     [java]
     [java] MasterTest.doTest INFO:
     [java] =============================== CALLING RUN() 
===============================
     [java]
     [java] ServiceStarterCreateSharedBadActServiceTest.run INFO: 
codebase = http://bluto:8080/mercury-dl.jar http://bluto:8080/jsk-dl.jar
     [java] ServiceStarterCreateSharedBadActServiceTest.run INFO: policy 
= file:/opt/src/river/trunk/qa/harness/policy/defaultmercury.policy
     [java] ServiceStarterCreateSharedBadActServiceTest.run INFO: impl = 
com.sun.jini.mercury.ActivatableMercuryImpl
     [java] ServiceStarterCreateSharedBadActServiceTest.run INFO: 
classpath = /opt/src/river/trunk/lib/mercury.jar
     [java] 19/09/2010 09:19:08 com.sun.jini.start.HTTPDStatus httpdWarning
     [java] WARNING: Problem accessing desired 
URL[http://bluto:8080/mercury-bogus-dl.jar]: 
java.io.FileNotFoundException: http://bluto:8080/mercury-bogus-dl.jar.
     [java] ActSys-err: 19/09/2010 09:19:10:Group-1:err:19/09/2010 
09:19:10 com.sun.jini.mercury.MailboxImpl doInit
     [java] ActSys-err: 19/09/2010 09:19:10:Group-1:err:INFO: Mercury 
started: com.sun.jini.mercury.ActivatableMercuryImpl@969c29
     [java] ServiceStarterCreateSharedBadActServiceTest.run INFO: 
Expected Failure -- with a badcodebase descriptor: 
[http://bluto:8080/mercury-bogus-dl.jar http://bluto:8080/jsk-dl.jar, 
file:/opt/src/river/trunk/qa/harness/policy/defaultmercury.policy, 
/opt/src/river/trunk/lib/mercury.jar, 
com.sun.jini.mercury.ActivatableMercuryImpl, 
[/var/tmp/Mercury7998.config], 
com.sun.jini.start.NonActivatableServiceDescriptor$1@158f9d3, 
BasicProxyPreparer[], BasicProxyPreparer[], /var/tmp/sgrp7996dir, true, 
, 1098]
     [java] java.rmi.UnmarshalException: activation failed; nested 
exception is:
     [java]     java.lang.ClassNotFoundException: 
com.sun.jini.mercury.MailboxBackEnd
     [java]     at com.sun.jini.phoenix.AID.activate(AID.java:79)
     [java]     at 
com.sun.jini.start.SharedActivatableServiceDescriptor.create(SharedActivatableServiceDescriptor.java:630)
     [java]     at 
com.sun.jini.test.impl.start.ServiceStarterCreateSharedBadActServiceTest.run(ServiceStarterCreateSharedBadActServiceTest.java:96)
     [java]     at 
com.sun.jini.qa.harness.MasterTest.doTest(MasterTest.java:249)
     [java]     at 
com.sun.jini.qa.harness.MasterTest.main(MasterTest.java:139)
     [java] Caused by: java.lang.ClassNotFoundException: 
com.sun.jini.mercury.MailboxBackEnd
     [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
     [java]     at java.security.AccessController.doPrivileged(Native 
Method)
     [java]     at 
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
     [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
     [java]     at 
net.jini.loader.pref.PreferredClassLoader.loadClass(PreferredClassLoader.java:942)
     [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
     [java]     at 
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
     [java]     at java.lang.Class.forName0(Native Method)
     [java]     at java.lang.Class.forName(Class.java:247)
     [java]     at 
net.jini.loader.pref.PreferredClassProvider.loadProxyInterfaces(PreferredClassProvider.java:1360)
     [java]     at 
net.jini.loader.pref.PreferredClassProvider.loadProxyClass(PreferredClassProvider.java:1241)
     [java]     at 
net.jini.loader.pref.PreferredClassProvider.loadProxyClass(PreferredClassProvider.java:1145)
     [java]     at 
java.rmi.server.RMIClassLoader.loadProxyClass(RMIClassLoader.java:294)
     [java]     at 
net.jini.loader.ClassLoading.loadProxyClass(ClassLoading.java:240)
     [java]     at 
net.jini.io.MarshalInputStream.resolveProxyClass(MarshalInputStream.java:373)
     [java]     at 
java.io.ObjectInputStream.readProxyDesc(ObjectInputStream.java:1531)
     [java]     at 
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1493)
     [java]     at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
     [java]     at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
     [java]     at 
java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
     [java]     at 
net.jini.io.MarshalledInstance.get(MarshalledInstance.java:358)
     [java]     at 
net.jini.io.MarshalledInstance.get(MarshalledInstance.java:287)
     [java]     at 
com.sun.jini.proxy.MarshalledWrapper.get(MarshalledWrapper.java:127)
     [java]     at com.sun.jini.phoenix.AID.activate(AID.java:73)
     [java]     ... 4 more
     [java] ActSys-err: 19/09/2010 09:19:12:Group-1:err:19/09/2010 
09:19:12 com.sun.jini.mercury.MailboxImpl doInit
     [java] ActSys-err: 19/09/2010 09:19:12:Group-1:err:INFO: Mercury 
started: com.sun.jini.mercury.ActivatableMercuryImpl@159e154
     [java] com.sun.jini.qa.harness.TestException: Created proxy: 
com.sun.jini.mercury.MailboxProxy$ConstrainableMailboxProxy@6d4f732 with 
a bad policy descriptor: [http://bluto:8080/mercury-dl.jar 
http://bluto:8080/jsk-dl.jar, 
file:/opt/src/river/trunk/qa/harness/policy_bogus/defaultmercury.policy_bogus, 
/opt/src/river/trunk/lib/mercury.jar, 
com.sun.jini.mercury.ActivatableMercuryImpl, 
[/var/tmp/Mercury7998.config], 
com.sun.jini.start.NonActivatableServiceDescriptor$1@158f9d3, 
BasicProxyPreparer[], BasicProxyPreparer[], /var/tmp/sgrp7996dir, true, 
, 1098]
     [java]     at 
com.sun.jini.test.impl.start.ServiceStarterCreateSharedBadActServiceTest.run(ServiceStarterCreateSharedBadActServiceTest.java:119)
     [java]     at 
com.sun.jini.qa.harness.MasterTest.doTest(MasterTest.java:249)
     [java]     at 
com.sun.jini.qa.harness.MasterTest.main(MasterTest.java:139)
     [java]
     [java] TIME: 09:19:12
     [java]
     [java] MasterTest.doTest INFO:
     [java] ============================ CALLING TEARDOWN() 
=============================
     [java]
     [java] ActSys-err: 19/09/2010 09:19:17 
com.sun.jini.phoenix.Activation$Shutdown run
     [java] ActSys-err: INFO: activation daemon shut down
     [java] 19/09/2010 09:19:18 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8081]
     [java] 19/09/2010 09:19:18 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8082]
     [java] 19/09/2010 09:19:18 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8081]
     [java] 19/09/2010 09:19:18 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8082]
     [java] 19/09/2010 09:19:18 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8080]
     [java] 19/09/2010 09:19:18 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8080]
     [java]
     [java] TIME: 09:19:19
     [java]
     [java] Test process was destroyed and returned code 1
     [java] 
com/sun/jini/test/impl/start/ServiceStarterCreateSharedBadActServiceTest.td
     [java] Test Failed: Test Failed: 
com.sun.jini.qa.harness.TestException: Created proxy: 
com.sun.jini.mercury.MailboxProxy$ConstrainableMailboxProxy@6d4f732 with 
a bad policy descriptor: [http://bluto:8080/mercury-dl.jar 
http://bluto:8080/jsk-dl.jar, 
file:/opt/src/river/trunk/qa/harness/policy_bogus/defaultmercury.policy_bogus, 
/opt/src/river/trunk/lib/mercury.jar, 
com.sun.jini.mercury.ActivatableMercuryImpl, 
[/var/tmp/Mercury7998.config], 
com.sun.jini.start.NonActivatableServiceDescriptor$1@158f9d3, 
BasicProxyPreparer[], BasicProxyPreparer[], /var/tmp/sgrp7996dir, true, 
, 1098]
     [java]
     [java]
     [java] -----------------------------------------
     [java]
     [java] Running 
com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorAllChange.td
     [java] Time is Sun Sep 19 09:19:24 EST 2010
     [java] Starting test in separate process with command:
     [java] /usr/jdk/instances/jdk1.6.0/jre/bin/java 
-Djava.security.policy=file:/opt/src/river/trunk/qa/harness/policy/defaulttest.policy 
-cp 
/opt/src/river/trunk/qa/lib/jiniharness.jar:/opt/src/river/trunk/qa/lib/jinitests.jar:/opt/src/river/trunk/lib/jsk-platform.jar:/opt/src/river/trunk/lib/jsk-lib.jar 
-client 
-Djava.ext.dirs=/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/opt/src/river/trunk/qa/lib-ext:/opt/src/river/trunk/lib-ext 
-Dcom.sun.jini.jsk.port=8080 -Dcom.sun.jini.qa.port=8081 
-Dcom.sun.jini.jsk.home=/opt/src/river/trunk 
-Dcom.sun.jini.qa.home=/opt/src/river/trunk/qa 
-Dcom.sun.jini.qa.harness.harnessJar=/opt/src/river/trunk/qa/lib/jiniharness.jar 
-Dcom.sun.jini.qa.harness.testJar=/opt/src/river/trunk/qa/lib/jinitests.jar 
-Dcom.sun.jini.qa.harness.runjiniserver=true 
-Dcom.sun.jini.qa.harness.runkitserver=true 
-Djava.security.properties=file:/opt/src/river/trunk/qa/harness/trust/dynamic-policy.properties 
-Dcom.sun.jini.qa.harness.testhosts= 
-Djava.util.logging.config.file=/home/peter/logging.properties 
-Dcom.sun.jini.test.home=/opt/src/river/trunk/qa 
-Dcom.sun.jini.test.port=8082 
-Dcom.sun.jini.qa.harness.policies=file:/opt/src/river/trunk/qa/src/com/sun/jini/test/resources/jinitest.policy 
-Djava.ext.dirs=/usr/jdk/instances/jdk1.6.0/jre/lib/ext:/usr/jdk/packages/lib/ext:/opt/src/river/trunk/qa/lib-ext:/opt/src/river/trunk/lib-ext 
com.sun.jini.qa.harness.MasterTest 
com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorAllChange.td
     [java]
     [java] TIME: 09:19:26
     [java]
     [java] MasterTest.doTest INFO:
     [java] ============================== CALLING SETUP() 
==============================
     [java]
     [java] 19/09/2010 09:19:27 com.sun.jini.tool.ClassServer run
     [java] INFO: ClassServer started [[/opt/src/river/trunk/qa/lib/], 
port 8081]
     [java] 19/09/2010 09:19:27 com.sun.jini.tool.ClassServer run
     [java] INFO: ClassServer started [[/opt/src/river/trunk/lib-dl/], 
port 8080]
     [java] 19/09/2010 09:19:27 com.sun.jini.tool.ClassServer run
     [java] INFO: ClassServer started [[/opt/src/river/trunk/qa/lib/], 
port 8082]
     [java] NonActGrp-out: 19/09/2010 09:19:33 
com.sun.jini.reggie.RegistrarImpl init
     [java] NonActGrp-out: INFO: started Reggie: 
3e6be223-9b49-4029-ba6e-4460865178db, [LDGroup0_A_bluto_1284851964415, 
LDGroup0_B_bluto_1284851964415, LDGroup0_C_bluto_1284851964415], 
ConstrainableLookupLocator[[jini://bluto/], [null]]
     [java] NonActGrp-out: 19/09/2010 09:19:36 
com.sun.jini.reggie.RegistrarImpl init
     [java] NonActGrp-out: INFO: started Reggie: 
105295e7-1e30-4cfc-ac43-e1ee95dfa4c2, [LDGroup1_A_bluto_1284851964415, 
LDGroup1_B_bluto_1284851964415, LDGroup1_C_bluto_1284851964415, 
LDGroup1_D_bluto_1284851964415], 
ConstrainableLookupLocator[[jini://bluto:61552/], [null]]
     [java] NonActGrp-out: 19/09/2010 09:19:37 
com.sun.jini.reggie.RegistrarImpl init
     [java] NonActGrp-out: INFO: started Reggie: 
56b49450-20ea-4261-9b8b-63c05e4427db, [LDGroup2_A_bluto_1284851964415, 
LDGroup2_B_bluto_1284851964415, LDGroup2_C_bluto_1284851964415], 
ConstrainableLookupLocator[[jini://bluto:61555/], [null]]
     [java]
     [java] TIME: 09:19:38
     [java]
     [java] MasterTest.doTest INFO:
     [java] =============================== CALLING RUN() 
===============================
     [java]
     [java]
     [java] TIME: 09:20:39
     [java]
     [java] MasterTest.doTest INFO:
     [java] ============================ CALLING TEARDOWN() 
=============================
     [java]
     [java] NonActGrp-out: 19/09/2010 09:20:39 
com.sun.jini.reggie.RegistrarImpl destroy
     [java] NonActGrp-out: INFO: starting Reggie shutdown
     [java] NonActGrp-out: 19/09/2010 09:20:39 
com.sun.jini.reggie.RegistrarImpl destroy
     [java] NonActGrp-out: INFO: starting Reggie shutdown
     [java] NonActGrp-out: 19/09/2010 09:20:39 
com.sun.jini.reggie.RegistrarImpl destroy
     [java] NonActGrp-out: INFO: starting Reggie shutdown
     [java] NonActGrp-out: 19/09/2010 09:20:40 
com.sun.jini.reggie.RegistrarImpl$DestroyThread run
     [java] NonActGrp-out: INFO: Reggie shutdown completed
     [java] NonActGrp-out: 19/09/2010 09:20:40 
com.sun.jini.reggie.RegistrarImpl$DestroyThread run
     [java] NonActGrp-out: INFO: Reggie shutdown completed
     [java] NonActGrp-out: 19/09/2010 09:20:40 
com.sun.jini.reggie.RegistrarImpl$DestroyThread run
     [java] NonActGrp-out: INFO: Reggie shutdown completed
     [java] 19/09/2010 09:20:41 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8080]
     [java] 19/09/2010 09:20:41 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8080]
     [java] 19/09/2010 09:20:41 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8082]
     [java] 19/09/2010 09:20:41 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8082]
     [java] 19/09/2010 09:20:41 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8081]
     [java] 19/09/2010 09:20:41 com.sun.jini.tool.ClassServer terminate
     [java] INFO: ClassServer terminated [port 8081]
     [java]
     [java] TIME: 09:20:42
     [java]
     [java] Test process was destroyed and returned code 0
     [java] 
com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorAllChange.td
     [java] Test Passed: OK
     [java]
     [java]
     [java] -----------------------------------------
     [java]
     [java] SUMMARY =================================
     [java]
     [java] 
com/sun/jini/test/impl/start/ServiceStarterCreateBadTransientServiceTest.td
     [java] Test Failed: Test Failed: 
com.sun.jini.qa.harness.TestException: Failed - Created proxy 
[com.sun.jini.start.NonActivatableServiceDescriptor$Created@baa466] with 
bad policy descriptor: [http://bluto:8080/mercury-dl.jar 
http://bluto:8080/jsk-dl.jar, 
file:/opt/src/river/trunk/qa/harness/bogus_policy/defaultmercury.bogus_policy, 
/opt/src/river/trunk/lib/mercury.jar, 
com.sun.jini.mercury.TransientMercuryImpl, 
[/var/tmp/Mercury38825.config], 
com.sun.jini.start.NonActivatableServiceDescriptor$1@1d7fbfb, 
BasicProxyPreparer[]]
     [java]
     [java] -----------------------------------------
     [java] 
com/sun/jini/test/impl/start/ServiceStarterCreateSharedBadActServiceTest.td
     [java] Test Failed: Test Failed: 
com.sun.jini.qa.harness.TestException: Created proxy: 
com.sun.jini.mercury.MailboxProxy$ConstrainableMailboxProxy@6d4f732 with 
a bad policy descriptor: [http://bluto:8080/mercury-dl.jar 
http://bluto:8080/jsk-dl.jar, 
file:/opt/src/river/trunk/qa/harness/policy_bogus/defaultmercury.policy_bogus, 
/opt/src/river/trunk/lib/mercury.jar, 
com.sun.jini.mercury.ActivatableMercuryImpl, 
[/var/tmp/Mercury7998.config], 
com.sun.jini.start.NonActivatableServiceDescriptor$1@158f9d3, 
BasicProxyPreparer[], BasicProxyPreparer[], /var/tmp/sgrp7996dir, true, 
, 1098]
     [java]
     [java] -----------------------------------------
     [java] 
com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorAllChange.td
     [java] Test Passed: OK
     [java]
     [java] -----------------------------------------
     [java]
     [java] # of tests started   = 3
     [java] # of tests completed = 3
     [java] # of tests passed    = 1
     [java] # of tests failed    = 2
     [java]
     [java] -----------------------------------------
     [java]
     [java]    Date finished:
     [java]       Sun Sep 19 09:20:47 EST 2010
     [java]    Time elapsed:
     [java]       151 seconds
     [java]

BUILD FAILED
/opt/src/river/trunk/qa/build.xml:290: The following error occurred 
while executing this line:
/opt/src/river/trunk/qa/build.xml:217: Java returned: 1

Total time: 2 minutes 37 seconds


Peter Firmstone wrote:
> Jonathan Costers wrote:
>> 2010/9/18 Patricia Shanahan <pa...@acm.org>
>>
>>  
>>> I've created an Open Solaris installation in a VirtualBox. I'm in the
>>> process of installing software, such as a JDK, on it.
>>>
>>> Regardless of whether it reproduces this specific problem, it will 
>>> give us
>>> another test configuration - the more the better.
>>>
>>>
>>>     
>> Great news! I'd like to do the same when I get a chance
>>
>>
>>  
>>>
>>> On 9/18/2010 1:10 AM, Jonathan Costers wrote:
>>>
>>>    
>>>> Hmmm
>>>>
>>>> Hudson just finished a build (#24) on *solaris1*, and we still get 
>>>> that
>>>> one
>>>> failure:
>>>>
>>>> [java] 
>>>> com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorAllChange.td
>>>> [java] Test Failed: Test Failed:
>>>> com.sun.jini.qa.harness.TestException: change failed -- waited 870
>>>> seconds (14 minutes) -- 3 change event(s) expected, 0 change event(s)
>>>> received
>>>> [java]
>>>>
>>>> However, one *ubuntu1*, the same test passes ... (build #21)
>>>> On my local machines, I have this test passing on both Linux and 
>>>> Windows.
>>>> I do not have a Solaris installation available though, anyone?
>>>>
>>>> Would anyone be able to reproduce this situation?
>>>> - pass the whole suite on Linux
>>>> - fail the above test on Solaris
>>>>
>>>> Thanks
>>>> Jonathan
>>>>
>>>> 2010/9/18 Peter Firmstone<ji...@zeus.net.au>
>>>>
>>>>  Jonathan Costers wrote:
>>>>      
>>>>>  2010/9/17 Peter Firmstone<ji...@zeus.net.au>
>>>>>        
>>>>>>
>>>>>>  Jonathan, this progress is excellent news for anybody trying to
>>>>>>          
>>>>>>> actively
>>>>>>> develop.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>             
>>>>>> Are the rest of us allowed to commit to the trunk again at this 
>>>>>> point?
>>>>>>
>>>>>>
>>>>>>
>>>>>>  Definitely, cleared for takeoff.
>>>>>>           
>>>>> Cheers,
>>>>>
>>>>> Peter.
>>>>>
>>>>>
>>>>>         
>>
>>   
> Two failed tests:
>
>     [java] -----------------------------------------
>     [java] 
> com/sun/jini/test/impl/start/ServiceStarterCreateBadTransientServiceTest.td 
>
>     [java] Test Failed: Test Failed: 
> com.sun.jini.qa.harness.TestException: Failed - Created proxy 
> [com.sun.jini.start. NonActivatableServiceDescriptor$Created@1e232b5] 
> with bad policy descriptor: [http://bluto:8080/mercury-dl.jar 
> http://bl uto:8080/jsk-dl.jar, 
> file:/opt/src/river/trunk/qa/harness/bogus_policy/defaultmercury.bogus_policy, 
> /opt/src/river/trunk /lib/mercury.jar, 
> com.sun.jini.mercury.TransientMercuryImpl, 
> [/var/tmp/Mercury12604.config], com.sun.jini.start.NonActiv 
> atableServiceDescriptor$1@d3db51, BasicProxyPreparer[]]
>     [java]
>     [java] -----------------------------------------
>
>     [java] 
> com/sun/jini/test/impl/start/ServiceStarterCreateSharedBadActServiceTest.td 
>
>     [java] Test Failed: Test Failed: 
> com.sun.jini.qa.harness.TestException: Created proxy: 
> com.sun.jini.mercury.Mailbox Proxy$ConstrainableMailboxProxy@37e3c899 
> with a bad policy descriptor: [http://bluto:8080/mercury-dl.jar 
> http://bluto:80 80/jsk-dl.jar, 
> file:/opt/src/river/trunk/qa/harness/policy_bogus/defaultmercury.policy_bogus, 
> /opt/src/river/trunk/lib/m ercury.jar, 
> com.sun.jini.mercury.ActivatableMercuryImpl, 
> [/var/tmp/Mercury7507.config], com.sun.jini.start.NonActivatabl 
> eServiceDescriptor$1@1f66cff, BasicProxyPreparer[], 
> BasicProxyPreparer[], /var/tmp/sgrp7505dir, true, , 1098]
>     [java]
>
>
>     [java]
>     [java] # of tests started   = 1116
>     [java] # of tests completed = 1116
>     [java] # of tests skipped   = 41
>     [java] # of tests passed    = 1114
>     [java] # of tests failed    = 2
>     [java]
>     [java] -----------------------------------------
>     [java]
>     [java]    Date finished:
>     [java]       Sun Sep 19 08:52:21 EST 2010
>     [java]    Time elapsed:
>     [java]       61025 seconds
>     [java]
>
>


Re: all QA tests pass on ubuntu2!

Posted by Peter Firmstone <ji...@zeus.net.au>.
This jtreg test fails too:

#Test Results (version 2)
#Sun Sep 19 10:44:02 EST 2010
#checksum:3b80c3f509ccc2a
#-----testdescription-----
$file=/opt/src/river/trunk/qa/jtreg/net/jini/url/httpmd/TestEqual.java
$root=/opt/src/river/trunk/qa/jtreg
keywords=othervm
library=../../../../unittestlib
run=USER_SPECIFIED build UnitTestUtilities BasicTest Test\nUSER_SPECIFIED main/othervm -Djava.protocol.handler.pkgs=net.jini.url TestEqual\n
source=TestEqual.java
title=Tests equal on httpmd: URLs

#-----environment-----

#-----testresult-----
description=file:/opt/src/river/trunk/qa/jtreg/net/jini/url/httpmd/TestEqual.java
end=Sun Sep 19 10:44:02 EST 2010
environment=regtest
execStatus=Failed. Execution failed: `main' threw exception: Test$FailedException: 1 test failure
javatestOS=SunOS 5.10 (sparc)
javatestVersion=4.1.3a
script=com.sun.javatest.regtest.RegressionScript 
sections=script_messages build compile build compile main
start=Sun Sep 19 10:43:49 EST 2010
test=net/jini/url/httpmd/TestEqual.java
work=/opt/src/river/trunk/qa/jtreg/JTwork/net/jini/url/httpmd

#section:script_messages
----------messages:(4/193)----------
JDK under test: (/usr/jdk/jdk1.5.0_15)
java version "1.5.0_15"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04)
Java HotSpot(TM) Server VM (build 1.5.0_15-b04, mixed mode)

#section:build
----------messages:(3/153)----------
command: build UnitTestUtilities BasicTest Test
reason: User specified action: run build UnitTestUtilities BasicTest Test 
elapsed time (seconds): 5.716
result: Passed. Build successful

#section:compile
----------messages:(3/367)----------
command: compile /opt/src/river/trunk/qa/jtreg/net/jini/url/httpmd/../../../../unittestlib/UnitTestUtilities.java /opt/src/river/trunk/qa/jtreg/net/jini/url/httpmd/../../../../unittestlib/BasicTest.java /opt/src/river/trunk/qa/jtreg/net/jini/url/httpmd/../../../../unittestlib/Test.java
reason: .class file out of date or does not exist
elapsed time (seconds): 5.713
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful

#section:build
----------messages:(3/93)----------
command: build TestEqual
reason: Named class compiled on demand
elapsed time (seconds): 5.04
result: Passed. Build successful

#section:compile
----------messages:(3/162)----------
command: compile /opt/src/river/trunk/qa/jtreg/net/jini/url/httpmd/TestEqual.java
reason: .class file out of date or does not exist
elapsed time (seconds): 5.039
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful

#section:main
----------messages:(3/197)----------
command: main  -Djava.protocol.handler.pkgs=net.jini.urlTestEqual
reason: User specified action: run main/othervm -Djava.protocol.handler.pkgs=net.jini.url TestEqual 
elapsed time (seconds): 2.805
----------System.out:(11/264)----------

*** Start test: Sun Sep 19 10:44:02 EST 2010
Test 9: TestEqual: httpmd://foo:88/bar/baz;p1=v1;md5=abcd?q#r, httpmd://alpha:88/bar/baz;p1=v1;md5=abcd?q#r
FAIL: Should be: false
      Result: true

*** Test results:
***   PASS: 39
***   FAIL: 1
***   Time: 283 ms

----------System.err:(14/730)----------
Test$FailedException: 1 test failure
	at UnitTestUtilities.test(UnitTestUtilities.java:117)
	at TestEqual.main(TestEqual.java:154)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:595)

JavaTest Message: Test threw exception: Test$FailedException: 1 test failure
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: Test$FailedException: 1 test failure
result: Failed. Execution failed: `main' threw exception: Test$FailedException: 1 test failure


test result: Failed. Execution failed: `main' threw exception: Test$FailedException: 1 test failure



Peter Firmstone wrote:
> Jonathan Costers wrote:
>>> Two failed tests:
>>>
>>>    [java] -----------------------------------------
>>>    [java]
>>> com/sun/jini/test/impl/start/ServiceStarterCreateBadTransientServiceTest.td 
>>>
>>>    [java] Test Failed: Test Failed: 
>>> com.sun.jini.qa.harness.TestException:
>>> Failed - Created proxy [com.sun.jini.start.
>>> NonActivatableServiceDescriptor$Created@1e232b5] with bad policy
>>> descriptor: [http://bluto:8080/mercury-dl.jar 
>>> http://bluto:8080/jsk-dl.jar,
>>> file:/opt/src/river/trunk/qa/harness/bogus_policy/defaultmercury.bogus_policy, 
>>>
>>> /opt/src/river/trunk /lib/mercury.jar,
>>> com.sun.jini.mercury.TransientMercuryImpl, 
>>> [/var/tmp/Mercury12604.config],
>>> com.sun.jini.start.NonActiv atableServiceDescriptor$1@d3db51,
>>> BasicProxyPreparer[]]
>>>    [java]
>>>    [java] -----------------------------------------
>>>
>>>    [java]
>>> com/sun/jini/test/impl/start/ServiceStarterCreateSharedBadActServiceTest.td 
>>>
>>>    [java] Test Failed: Test Failed: 
>>> com.sun.jini.qa.harness.TestException:
>>> Created proxy: com.sun.jini.mercury.Mailbox
>>> Proxy$ConstrainableMailboxProxy@37e3c899 with a bad policy 
>>> descriptor: [
>>> http://bluto:8080/mercury-dl.jar http://bluto:80 80/jsk-dl.jar,
>>> file:/opt/src/river/trunk/qa/harness/policy_bogus/defaultmercury.policy_bogus, 
>>>
>>> /opt/src/river/trunk/lib/m ercury.jar,
>>> com.sun.jini.mercury.ActivatableMercuryImpl, 
>>> [/var/tmp/Mercury7507.config],
>>> com.sun.jini.start.NonActivatabl eServiceDescriptor$1@1f66cff,
>>> BasicProxyPreparer[], BasicProxyPreparer[], /var/tmp/sgrp7505dir, 
>>> true, ,
>>> 1098]
>>>    [java]
>>>
>>>
>>>    [java]
>>>    [java] # of tests started   = 1116
>>>    [java] # of tests completed = 1116
>>>
>>>    [java] # of tests skipped   = 41
>>>    [java] # of tests passed    = 1114
>>>
>>>    [java] # of tests failed    = 2
>>>    [java]
>>>    [java] -----------------------------------------
>>>    [java]
>>>    [java]    Date finished:
>>>    [java]       Sun Sep 19 08:52:21 EST 2010
>>>    [java]    Time elapsed:
>>>    [java]       61025 seconds
>>>    [java]
>>>
>>>
>>>     
>> Interesting.
>> Are you:
>> - running from a freshly checked out trunk?
>> - running in transient or activatable mode (what value does Ant property
>> harness.servicemode have in your build)?
>>
>>   
> svn revision 998346
> transient.
>


Re: all QA tests pass on ubuntu2!

Posted by Peter Firmstone <ji...@zeus.net.au>.
Jonathan Costers wrote:
>> Two failed tests:
>>
>>    [java] -----------------------------------------
>>    [java]
>> com/sun/jini/test/impl/start/ServiceStarterCreateBadTransientServiceTest.td
>>    [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException:
>> Failed - Created proxy [com.sun.jini.start.
>> NonActivatableServiceDescriptor$Created@1e232b5] with bad policy
>> descriptor: [http://bluto:8080/mercury-dl.jar http://bluto:8080/jsk-dl.jar,
>> file:/opt/src/river/trunk/qa/harness/bogus_policy/defaultmercury.bogus_policy,
>> /opt/src/river/trunk /lib/mercury.jar,
>> com.sun.jini.mercury.TransientMercuryImpl, [/var/tmp/Mercury12604.config],
>> com.sun.jini.start.NonActiv atableServiceDescriptor$1@d3db51,
>> BasicProxyPreparer[]]
>>    [java]
>>    [java] -----------------------------------------
>>
>>    [java]
>> com/sun/jini/test/impl/start/ServiceStarterCreateSharedBadActServiceTest.td
>>    [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException:
>> Created proxy: com.sun.jini.mercury.Mailbox
>> Proxy$ConstrainableMailboxProxy@37e3c899 with a bad policy descriptor: [
>> http://bluto:8080/mercury-dl.jar http://bluto:80 80/jsk-dl.jar,
>> file:/opt/src/river/trunk/qa/harness/policy_bogus/defaultmercury.policy_bogus,
>> /opt/src/river/trunk/lib/m ercury.jar,
>> com.sun.jini.mercury.ActivatableMercuryImpl, [/var/tmp/Mercury7507.config],
>> com.sun.jini.start.NonActivatabl eServiceDescriptor$1@1f66cff,
>> BasicProxyPreparer[], BasicProxyPreparer[], /var/tmp/sgrp7505dir, true, ,
>> 1098]
>>    [java]
>>
>>
>>    [java]
>>    [java] # of tests started   = 1116
>>    [java] # of tests completed = 1116
>>
>>    [java] # of tests skipped   = 41
>>    [java] # of tests passed    = 1114
>>
>>    [java] # of tests failed    = 2
>>    [java]
>>    [java] -----------------------------------------
>>    [java]
>>    [java]    Date finished:
>>    [java]       Sun Sep 19 08:52:21 EST 2010
>>    [java]    Time elapsed:
>>    [java]       61025 seconds
>>    [java]
>>
>>
>>     
> Interesting.
> Are you:
> - running from a freshly checked out trunk?
> - running in transient or activatable mode (what value does Ant property
> harness.servicemode have in your build)?
>
>   
svn revision 998346
transient.

Re: all QA tests pass on ubuntu2!

Posted by Jonathan Costers <jo...@googlemail.com>.
>
>>
> Two failed tests:
>
>    [java] -----------------------------------------
>    [java]
> com/sun/jini/test/impl/start/ServiceStarterCreateBadTransientServiceTest.td
>    [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException:
> Failed - Created proxy [com.sun.jini.start.
> NonActivatableServiceDescriptor$Created@1e232b5] with bad policy
> descriptor: [http://bluto:8080/mercury-dl.jar http://bluto:8080/jsk-dl.jar,
> file:/opt/src/river/trunk/qa/harness/bogus_policy/defaultmercury.bogus_policy,
> /opt/src/river/trunk /lib/mercury.jar,
> com.sun.jini.mercury.TransientMercuryImpl, [/var/tmp/Mercury12604.config],
> com.sun.jini.start.NonActiv atableServiceDescriptor$1@d3db51,
> BasicProxyPreparer[]]
>    [java]
>    [java] -----------------------------------------
>
>    [java]
> com/sun/jini/test/impl/start/ServiceStarterCreateSharedBadActServiceTest.td
>    [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException:
> Created proxy: com.sun.jini.mercury.Mailbox
> Proxy$ConstrainableMailboxProxy@37e3c899 with a bad policy descriptor: [
> http://bluto:8080/mercury-dl.jar http://bluto:80 80/jsk-dl.jar,
> file:/opt/src/river/trunk/qa/harness/policy_bogus/defaultmercury.policy_bogus,
> /opt/src/river/trunk/lib/m ercury.jar,
> com.sun.jini.mercury.ActivatableMercuryImpl, [/var/tmp/Mercury7507.config],
> com.sun.jini.start.NonActivatabl eServiceDescriptor$1@1f66cff,
> BasicProxyPreparer[], BasicProxyPreparer[], /var/tmp/sgrp7505dir, true, ,
> 1098]
>    [java]
>
>
>    [java]
>    [java] # of tests started   = 1116
>    [java] # of tests completed = 1116
>
>    [java] # of tests skipped   = 41
>    [java] # of tests passed    = 1114
>
>    [java] # of tests failed    = 2
>    [java]
>    [java] -----------------------------------------
>    [java]
>    [java]    Date finished:
>    [java]       Sun Sep 19 08:52:21 EST 2010
>    [java]    Time elapsed:
>    [java]       61025 seconds
>    [java]
>
>
Interesting.
Are you:
- running from a freshly checked out trunk?
- running in transient or activatable mode (what value does Ant property
harness.servicemode have in your build)?

Re: all QA tests pass on ubuntu2!

Posted by Peter Firmstone <ji...@zeus.net.au>.
Jonathan Costers wrote:
> 2010/9/18 Patricia Shanahan <pa...@acm.org>
>
>   
>> I've created an Open Solaris installation in a VirtualBox. I'm in the
>> process of installing software, such as a JDK, on it.
>>
>> Regardless of whether it reproduces this specific problem, it will give us
>> another test configuration - the more the better.
>>
>>
>>     
> Great news! I'd like to do the same when I get a chance
>
>
>   
>>
>> On 9/18/2010 1:10 AM, Jonathan Costers wrote:
>>
>>     
>>> Hmmm
>>>
>>> Hudson just finished a build (#24) on *solaris1*, and we still get that
>>> one
>>> failure:
>>>
>>> [java] com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorAllChange.td
>>> [java] Test Failed: Test Failed:
>>> com.sun.jini.qa.harness.TestException: change failed -- waited 870
>>> seconds (14 minutes) -- 3 change event(s) expected, 0 change event(s)
>>> received
>>> [java]
>>>
>>> However, one *ubuntu1*, the same test passes ... (build #21)
>>> On my local machines, I have this test passing on both Linux and Windows.
>>> I do not have a Solaris installation available though, anyone?
>>>
>>> Would anyone be able to reproduce this situation?
>>> - pass the whole suite on Linux
>>> - fail the above test on Solaris
>>>
>>> Thanks
>>> Jonathan
>>>
>>> 2010/9/18 Peter Firmstone<ji...@zeus.net.au>
>>>
>>>  Jonathan Costers wrote:
>>>       
>>>>  2010/9/17 Peter Firmstone<ji...@zeus.net.au>
>>>>         
>>>>>
>>>>>  Jonathan, this progress is excellent news for anybody trying to
>>>>>           
>>>>>> actively
>>>>>> develop.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>             
>>>>> Are the rest of us allowed to commit to the trunk again at this point?
>>>>>
>>>>>
>>>>>
>>>>>  Definitely, cleared for takeoff.
>>>>>           
>>>> Cheers,
>>>>
>>>> Peter.
>>>>
>>>>
>>>>         
>
>   
Two failed tests:

     [java] -----------------------------------------
     [java] 
com/sun/jini/test/impl/start/ServiceStarterCreateBadTransientServiceTest.td
     [java] Test Failed: Test Failed: 
com.sun.jini.qa.harness.TestException: Failed - Created proxy 
[com.sun.jini.start. NonActivatableServiceDescriptor$Created@1e232b5] 
with bad policy descriptor: [http://bluto:8080/mercury-dl.jar http://bl 
uto:8080/jsk-dl.jar, 
file:/opt/src/river/trunk/qa/harness/bogus_policy/defaultmercury.bogus_policy, 
/opt/src/river/trunk /lib/mercury.jar, 
com.sun.jini.mercury.TransientMercuryImpl, 
[/var/tmp/Mercury12604.config], com.sun.jini.start.NonActiv 
atableServiceDescriptor$1@d3db51, BasicProxyPreparer[]]
     [java]
     [java] -----------------------------------------

     [java] 
com/sun/jini/test/impl/start/ServiceStarterCreateSharedBadActServiceTest.td
     [java] Test Failed: Test Failed: 
com.sun.jini.qa.harness.TestException: Created proxy: 
com.sun.jini.mercury.Mailbox Proxy$ConstrainableMailboxProxy@37e3c899 
with a bad policy descriptor: [http://bluto:8080/mercury-dl.jar 
http://bluto:80 80/jsk-dl.jar, 
file:/opt/src/river/trunk/qa/harness/policy_bogus/defaultmercury.policy_bogus, 
/opt/src/river/trunk/lib/m ercury.jar, 
com.sun.jini.mercury.ActivatableMercuryImpl, 
[/var/tmp/Mercury7507.config], com.sun.jini.start.NonActivatabl 
eServiceDescriptor$1@1f66cff, BasicProxyPreparer[], 
BasicProxyPreparer[], /var/tmp/sgrp7505dir, true, , 1098]
     [java]


     [java]
     [java] # of tests started   = 1116
     [java] # of tests completed = 1116
     [java] # of tests skipped   = 41
     [java] # of tests passed    = 1114
     [java] # of tests failed    = 2
     [java]
     [java] -----------------------------------------
     [java]
     [java]    Date finished:
     [java]       Sun Sep 19 08:52:21 EST 2010
     [java]    Time elapsed:
     [java]       61025 seconds
     [java]


Re: all QA tests pass on ubuntu2!

Posted by Jonathan Costers <jo...@googlemail.com>.
2010/9/18 Patricia Shanahan <pa...@acm.org>

> I've created an Open Solaris installation in a VirtualBox. I'm in the
> process of installing software, such as a JDK, on it.
>
> Regardless of whether it reproduces this specific problem, it will give us
> another test configuration - the more the better.
>
>
Great news! I'd like to do the same when I get a chance


>
>
>
> On 9/18/2010 1:10 AM, Jonathan Costers wrote:
>
>> Hmmm
>>
>> Hudson just finished a build (#24) on *solaris1*, and we still get that
>> one
>> failure:
>>
>> [java] com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorAllChange.td
>> [java] Test Failed: Test Failed:
>> com.sun.jini.qa.harness.TestException: change failed -- waited 870
>> seconds (14 minutes) -- 3 change event(s) expected, 0 change event(s)
>> received
>> [java]
>>
>> However, one *ubuntu1*, the same test passes ... (build #21)
>> On my local machines, I have this test passing on both Linux and Windows.
>> I do not have a Solaris installation available though, anyone?
>>
>> Would anyone be able to reproduce this situation?
>> - pass the whole suite on Linux
>> - fail the above test on Solaris
>>
>> Thanks
>> Jonathan
>>
>> 2010/9/18 Peter Firmstone<ji...@zeus.net.au>
>>
>>  Jonathan Costers wrote:
>>>
>>>  2010/9/17 Peter Firmstone<ji...@zeus.net.au>
>>>>
>>>>
>>>>
>>>>  Jonathan, this progress is excellent news for anybody trying to
>>>>> actively
>>>>> develop.
>>>>>
>>>>>
>>>>>
>>>>>
>>>> Are the rest of us allowed to commit to the trunk again at this point?
>>>>
>>>>
>>>>
>>>>  Definitely, cleared for takeoff.
>>>
>>> Cheers,
>>>
>>> Peter.
>>>
>>>
>>
>

Re: all QA tests pass on ubuntu2!

Posted by Patricia Shanahan <pa...@acm.org>.
I've created an Open Solaris installation in a VirtualBox. I'm in the 
process of installing software, such as a JDK, on it.

Regardless of whether it reproduces this specific problem, it will give 
us another test configuration - the more the better.

Patricia


On 9/18/2010 1:10 AM, Jonathan Costers wrote:
> Hmmm
>
> Hudson just finished a build (#24) on *solaris1*, and we still get that one
> failure:
>
> [java] com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorAllChange.td
> [java] Test Failed: Test Failed:
> com.sun.jini.qa.harness.TestException: change failed -- waited 870
> seconds (14 minutes) -- 3 change event(s) expected, 0 change event(s)
> received
> [java]
>
> However, one *ubuntu1*, the same test passes ... (build #21)
> On my local machines, I have this test passing on both Linux and Windows.
> I do not have a Solaris installation available though, anyone?
>
> Would anyone be able to reproduce this situation?
> - pass the whole suite on Linux
> - fail the above test on Solaris
>
> Thanks
> Jonathan
>
> 2010/9/18 Peter Firmstone<ji...@zeus.net.au>
>
>> Jonathan Costers wrote:
>>
>>> 2010/9/17 Peter Firmstone<ji...@zeus.net.au>
>>>
>>>
>>>
>>>> Jonathan, this progress is excellent news for anybody trying to actively
>>>> develop.
>>>>
>>>>
>>>>
>>>
>>> Are the rest of us allowed to commit to the trunk again at this point?
>>>
>>>
>>>
>> Definitely, cleared for takeoff.
>>
>> Cheers,
>>
>> Peter.
>>
>


Re: all QA tests pass on ubuntu2!

Posted by Peter Firmstone <ji...@zeus.net.au>.
I started tests running a couple of hours ago, I'd like to let them run 
to completion, so I'll post the result Tomorrow.


Jonathan Costers wrote:
> Hmmm
>
> Hudson just finished a build (#24) on *solaris1*, and we still get that one
> failure:
>
> [java] com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorAllChange.td
> [java] Test Failed: Test Failed:
> com.sun.jini.qa.harness.TestException: change failed -- waited 870
> seconds (14 minutes) -- 3 change event(s) expected, 0 change event(s)
> received
> [java]
>
> However, one *ubuntu1*, the same test passes ... (build #21)
> On my local machines, I have this test passing on both Linux and Windows.
> I do not have a Solaris installation available though, anyone?
>
> Would anyone be able to reproduce this situation?
> - pass the whole suite on Linux
> - fail the above test on Solaris
>
> Thanks
> Jonathan
>
> 2010/9/18 Peter Firmstone <ji...@zeus.net.au>
>
>   
>> Jonathan Costers wrote:
>>
>>     
>>> 2010/9/17 Peter Firmstone <ji...@zeus.net.au>
>>>
>>>
>>>
>>>       
>>>> Jonathan, this progress is excellent news for anybody trying to actively
>>>> develop.
>>>>
>>>>
>>>>
>>>>         
>>> Are the rest of us allowed to commit to the trunk again at this point?
>>>
>>>
>>>
>>>       
>> Definitely, cleared for takeoff.
>>
>> Cheers,
>>
>> Peter.
>>
>>     
>
>   


Re: all QA tests pass on ubuntu2!

Posted by Jonathan Costers <jo...@googlemail.com>.
Hmmm

Hudson just finished a build (#24) on *solaris1*, and we still get that one
failure:

[java] com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorAllChange.td
[java] Test Failed: Test Failed:
com.sun.jini.qa.harness.TestException: change failed -- waited 870
seconds (14 minutes) -- 3 change event(s) expected, 0 change event(s)
received
[java]

However, one *ubuntu1*, the same test passes ... (build #21)
On my local machines, I have this test passing on both Linux and Windows.
I do not have a Solaris installation available though, anyone?

Would anyone be able to reproduce this situation?
- pass the whole suite on Linux
- fail the above test on Solaris

Thanks
Jonathan

2010/9/18 Peter Firmstone <ji...@zeus.net.au>

> Jonathan Costers wrote:
>
>> 2010/9/17 Peter Firmstone <ji...@zeus.net.au>
>>
>>
>>
>>> Jonathan, this progress is excellent news for anybody trying to actively
>>> develop.
>>>
>>>
>>>
>>
>> Are the rest of us allowed to commit to the trunk again at this point?
>>
>>
>>
> Definitely, cleared for takeoff.
>
> Cheers,
>
> Peter.
>

Re: all QA tests pass on ubuntu2!

Posted by Peter Firmstone <ji...@zeus.net.au>.
Jonathan Costers wrote:
> 2010/9/17 Peter Firmstone <ji...@zeus.net.au>
>
>   
>> Jonathan, this progress is excellent news for anybody trying to actively
>> develop.
>>
>>     
>
> Are the rest of us allowed to commit to the trunk again at this point?
>
>   
Definitely, cleared for takeoff.

Cheers,

Peter.

Re: all QA tests pass on ubuntu2!

Posted by Jonathan Costers <jo...@googlemail.com>.
2010/9/17 Peter Firmstone <ji...@zeus.net.au>

> Jonathan, this progress is excellent news for anybody trying to actively
> develop.
>

Are the rest of us allowed to commit to the trunk again at this point?

Re: all QA tests pass on ubuntu2!

Posted by Peter Firmstone <ji...@zeus.net.au>.
Jonathan, this progress is excellent news for anybody trying to actively 
develop.

Beware of replacing jtreg though, Peter Jones warned there'd be no way 
of confirming the regression tests actually worked on another test 
framework, because the tests were created to simulate a bug / error, 
repeatability was confirmed prior to fixing bugs.  We'd have no way of 
confirming the failure condition, unless we recreate the bug.

jtreg might be something we should schedule Hudson to run on a regular 
basis.

Peter.

Jonathan Costers wrote:
> Actually, not *all* tests, just all the categories I configured to run ..
> But nearly all tho.
>
> Categories that are still missing (not configured to run by Hudson for now):
> - javaspace: found quite some issues running this category (see previous
> report)
> - txnmanager: one of these tests hangs on me .. finding out why, also some
> other issues to work out
> - scalability: not sure about the purpose of these tests
> - end2end: one test needs Kerberos, for the others I get some other errors
>
> And of course there's the regression tests we have in the jtreg directory.
> I am experimenting to port these to either JUnit or QA tests, eventually
> removing the dependency on the jtreg tool.
>
> 2010/9/17 Sim IJskes - QCG <si...@qcg.nl>
>
>   
>> On 09/17/2010 11:31 AM, Jonathan Costers wrote:
>>
>>     
>>> On the Hudson ubuntu2 node:
>>>
>>> [java] # of tests started   = 1115
>>> [java] # of tests completed = 1115
>>> [java] # of tests skipped   = 41
>>> [java] # of tests passed    = 1115
>>> [java] # of tests failed    = 0
>>> [java]
>>> [java] -----------------------------------------
>>> [java]
>>> [java]    Date finished:
>>> [java]       Fri Sep 17 09:25:58 UTC 2010
>>> [java]    Time elapsed:
>>> [java]       48907 seconds
>>> [java]
>>>
>>>
>>>       
>> Congrats!
>>
>> Gr. Sim
>>
>>
>>     
>
>   


Re: all QA tests pass on ubuntu2!

Posted by Jonathan Costers <jo...@googlemail.com>.
Actually, not *all* tests, just all the categories I configured to run ..
But nearly all tho.

Categories that are still missing (not configured to run by Hudson for now):
- javaspace: found quite some issues running this category (see previous
report)
- txnmanager: one of these tests hangs on me .. finding out why, also some
other issues to work out
- scalability: not sure about the purpose of these tests
- end2end: one test needs Kerberos, for the others I get some other errors

And of course there's the regression tests we have in the jtreg directory.
I am experimenting to port these to either JUnit or QA tests, eventually
removing the dependency on the jtreg tool.

2010/9/17 Sim IJskes - QCG <si...@qcg.nl>

> On 09/17/2010 11:31 AM, Jonathan Costers wrote:
>
>> On the Hudson ubuntu2 node:
>>
>> [java] # of tests started   = 1115
>> [java] # of tests completed = 1115
>> [java] # of tests skipped   = 41
>> [java] # of tests passed    = 1115
>> [java] # of tests failed    = 0
>> [java]
>> [java] -----------------------------------------
>> [java]
>> [java]    Date finished:
>> [java]       Fri Sep 17 09:25:58 UTC 2010
>> [java]    Time elapsed:
>> [java]       48907 seconds
>> [java]
>>
>>
> Congrats!
>
> Gr. Sim
>
>

Re: all QA tests pass on ubuntu2!

Posted by Sim IJskes - QCG <si...@qcg.nl>.
On 09/17/2010 11:31 AM, Jonathan Costers wrote:
> On the Hudson ubuntu2 node:
>
> [java] # of tests started   = 1115
> [java] # of tests completed = 1115
> [java] # of tests skipped   = 41
> [java] # of tests passed    = 1115
> [java] # of tests failed    = 0
> [java]
> [java] -----------------------------------------
> [java]
> [java]    Date finished:
> [java]       Fri Sep 17 09:25:58 UTC 2010
> [java]    Time elapsed:
> [java]       48907 seconds
> [java]
>

Congrats!

Gr. Sim