Hello,
Can anybody get the blueprint-itests to pass on windows?

I did:
svn co https://svn.apache.org/repos/asf/incubator/aries/trunk
cd trunk
mvn clean
mvn install
cd util
mvn clean install
cd ..\blueprint
mvn install

Here's the headline:

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.aries.blueprint.itests.TestReferences
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.125 sec
Running org.apache.aries.blueprint.itests.TestConfigAdmin
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 42.344 sec
<<< FAILURE!
Running org.apache.aries.blueprint.itests.BlueprintContainerTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 11.079 sec
<<< FAILURE!

Results :

Tests in error:
  test
[equinox/3.5.0](org.apache.aries.blueprint.itests.BlueprintContainerTest)

Tests run: 7, Failures: 0, Errors: 5, Skipped: 0

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------

BlueprintContainerTest-output.txt is at http://pastebin.com/m1d7c6031 for
the next month.

Caused by: java.lang.RuntimeException: Gave up waiting for service
(&(objectClass=org.osgi.service.blueprint.container.BlueprintContainer)(osgi.blueprint.container.symbolicname=org.apache.aries.blueprint.sample))
    at
org.apache.aries.blueprint.itests.AbstractIntegrationTest.getOsgiService(AbstractIntegrationTest.java:84)
    at
org.apache.aries.blueprint.itests.AbstractIntegrationTest.getOsgiService(AbstractIntegrationTest.java:95)
    at
org.apache.aries.blueprint.itests.AbstractIntegrationTest.getBlueprintContainerForBundle(AbstractIntegrationTest.java:49)
    at
org.apache.aries.blueprint.itests.BlueprintContainerTest.test(BlueprintContainerTest.java:63)
    ... 23 more

The ConfigAdmin tests are failing for the same reason. Tomorrow I'll be
trying to get this into eclipse and a breakpoint/debug cycle, but if anyone
can help in the meantime I'd be very grateful. Thank you!

Mark

Reply via email to