Unit Test Results.

Designed for use with JUnit and Ant.

Class net.luminis.osgitest.test.framework.modulelayer.WiringTest

NameTestsErrorsFailuresTime(s)Time StampHost
WiringTest60107128.0662010-07-31T00:18:49s1544-linux

Tests

NameOSGi specificationOSGi frameworkStatusTypeTime(s)
testPackageAdmin
4.17.1.3
4.27.1.3
felix/2.0.4Success1.757
testPackageAdmin
4.17.1.3
4.27.1.3
felix/3.0.1Success1.407
testPackageAdmin
4.17.1.3
4.27.1.3
felix/revision-980996Success1.462
testPackageAdmin
4.17.1.3
4.27.1.3
knopflerfish/2.3.3FailureCouldn't find the admin package

junit.framework.AssertionFailedError: Couldn't find the admin package
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at net.luminis.osgitest.test.framework.modulelayer.WiringTest.testPackageAdmin(WiringTest.java:60)
at org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.injectContextAndInvoke(CallableTestMethodImpl.java:134)
at org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.call(CallableTestMethodImpl.java:101)
at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.remoteCall(RemoteBundleContextImpl.java:80)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
1.589
testPackageAdmin
4.17.1.3
4.27.1.3
knopflerfish/3.0.1.snapshot_trunk_3277ErrorBundle cannot be installed

org.ops4j.pax.exam.spi.container.TestContainerException: Bundle cannot be installed
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:151)
at org.ops4j.pax.exam.container.def.internal.PaxRunnerTestContainer.installBundle(PaxRunnerTestContainer.java:169)
at org.ops4j.pax.exam.junit.internal.JUnit4TestMethod.invoke(JUnit4TestMethod.java:146)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.osgi.framework.BundleException: Failed to install bundle: java.lang.IllegalArgumentException: Bundle with same symbolic name and version is already installed (pax-exam-probe, 0.0.0
at org.knopflerfish.framework.Bundles.install0(Bundles.java:156)
at org.knopflerfish.framework.PermissionOps.callInstall0(PermissionOps.java:259)
at org.knopflerfish.framework.Bundles.install(Bundles.java:98)
at org.knopflerfish.framework.BundleContextImpl.installBundle(BundleContextImpl.java:90)
at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.installBundle(RemoteBundleContextImpl.java:93)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:178)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132)
at $Proxy12.installBundle(Unknown Source)
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:143)
6.034
testPackageAdmin
4.17.1.3
4.27.1.3
equinox/3.6.0Success2.037
testWireHighestVersion
4.13.2.5
3.6.2
3.7
4.23.2.6
3.6.2
3.7
felix/2.0.4Success1.450
testWireHighestVersion
4.13.2.5
3.6.2
3.7
4.23.2.6
3.6.2
3.7
felix/3.0.1Success1.385
testWireHighestVersion
4.13.2.5
3.6.2
3.7
4.23.2.6
3.6.2
3.7
felix/revision-980996Success1.418
testWireHighestVersion
4.13.2.5
3.6.2
3.7
4.23.2.6
3.6.2
3.7
knopflerfish/2.3.3Success1.313
testWireHighestVersion
4.13.2.5
3.6.2
3.7
4.23.2.6
3.6.2
3.7
knopflerfish/3.0.1.snapshot_trunk_3277ErrorBundle cannot be installed

org.ops4j.pax.exam.spi.container.TestContainerException: Bundle cannot be installed
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:151)
at org.ops4j.pax.exam.container.def.internal.PaxRunnerTestContainer.installBundle(PaxRunnerTestContainer.java:169)
at org.ops4j.pax.exam.junit.internal.JUnit4TestMethod.invoke(JUnit4TestMethod.java:146)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.osgi.framework.BundleException: Failed to install bundle: java.lang.IllegalArgumentException: Bundle with same symbolic name and version is already installed (pax-exam-probe, 0.0.0
at org.knopflerfish.framework.Bundles.install0(Bundles.java:156)
at org.knopflerfish.framework.PermissionOps.callInstall0(PermissionOps.java:259)
at org.knopflerfish.framework.Bundles.install(Bundles.java:98)
at org.knopflerfish.framework.BundleContextImpl.installBundle(BundleContextImpl.java:90)
at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.installBundle(RemoteBundleContextImpl.java:93)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:178)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132)
at $Proxy12.installBundle(Unknown Source)
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:143)
4.887
testWireHighestVersion
4.13.2.5
3.6.2
3.7
4.23.2.6
3.6.2
3.7
equinox/3.6.0Success2.149
testVersionedResolvingWithMultipleConsumers
4.13.2.5
3.6.2
4.23.2.6
3.6.2
felix/2.0.4Success1.377
testVersionedResolvingWithMultipleConsumers
4.13.2.5
3.6.2
4.23.2.6
3.6.2
felix/3.0.1Success1.413
testVersionedResolvingWithMultipleConsumers
4.13.2.5
3.6.2
4.23.2.6
3.6.2
felix/revision-980996Success1.376
testVersionedResolvingWithMultipleConsumers
4.13.2.5
3.6.2
4.23.2.6
3.6.2
knopflerfish/2.3.3Success1.477
testVersionedResolvingWithMultipleConsumers
4.13.2.5
3.6.2
4.23.2.6
3.6.2
knopflerfish/3.0.1.snapshot_trunk_3277ErrorBundle cannot be installed

org.ops4j.pax.exam.spi.container.TestContainerException: Bundle cannot be installed
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:151)
at org.ops4j.pax.exam.container.def.internal.PaxRunnerTestContainer.installBundle(PaxRunnerTestContainer.java:169)
at org.ops4j.pax.exam.junit.internal.JUnit4TestMethod.invoke(JUnit4TestMethod.java:146)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.osgi.framework.BundleException: Failed to install bundle: java.lang.IllegalArgumentException: Bundle with same symbolic name and version is already installed (pax-exam-probe, 0.0.0
at org.knopflerfish.framework.Bundles.install0(Bundles.java:156)
at org.knopflerfish.framework.PermissionOps.callInstall0(PermissionOps.java:259)
at org.knopflerfish.framework.Bundles.install(Bundles.java:98)
at org.knopflerfish.framework.BundleContextImpl.installBundle(BundleContextImpl.java:90)
at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.installBundle(RemoteBundleContextImpl.java:93)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:178)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132)
at $Proxy12.installBundle(Unknown Source)
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:143)
4.827
testVersionedResolvingWithMultipleConsumers
4.13.2.5
3.6.2
4.23.2.6
3.6.2
equinox/3.6.0Success2.237
testVersionedResolving
4.13.2.5
3.6.2
4.23.2.6
3.6.2
felix/2.0.4Success1.400
testVersionedResolving
4.13.2.5
3.6.2
4.23.2.6
3.6.2
felix/3.0.1Success1.498
testVersionedResolving
4.13.2.5
3.6.2
4.23.2.6
3.6.2
felix/revision-980996Success1.430
testVersionedResolving
4.13.2.5
3.6.2
4.23.2.6
3.6.2
knopflerfish/2.3.3Success1.443
testVersionedResolving
4.13.2.5
3.6.2
4.23.2.6
3.6.2
knopflerfish/3.0.1.snapshot_trunk_3277ErrorBundle cannot be installed

org.ops4j.pax.exam.spi.container.TestContainerException: Bundle cannot be installed
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:151)
at org.ops4j.pax.exam.container.def.internal.PaxRunnerTestContainer.installBundle(PaxRunnerTestContainer.java:169)
at org.ops4j.pax.exam.junit.internal.JUnit4TestMethod.invoke(JUnit4TestMethod.java:146)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.osgi.framework.BundleException: Failed to install bundle: java.lang.IllegalArgumentException: Bundle with same symbolic name and version is already installed (pax-exam-probe, 0.0.0
at org.knopflerfish.framework.Bundles.install0(Bundles.java:156)
at org.knopflerfish.framework.PermissionOps.callInstall0(PermissionOps.java:259)
at org.knopflerfish.framework.Bundles.install(Bundles.java:98)
at org.knopflerfish.framework.BundleContextImpl.installBundle(BundleContextImpl.java:90)
at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.installBundle(RemoteBundleContextImpl.java:93)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:178)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132)
at $Proxy12.installBundle(Unknown Source)
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:143)
4.823
testVersionedResolving
4.13.2.5
3.6.2
4.23.2.6
3.6.2
equinox/3.6.0Success2.178
testUninstallUnwiring1
4.14.3.11
7.4.3
7.4.3.11
4.24.4.10
7.4.3
7.5.3.11
felix/2.0.4Success1.333
testUninstallUnwiring1
4.14.3.11
7.4.3
7.4.3.11
4.24.4.10
7.4.3
7.5.3.11
felix/3.0.1Success1.388
testUninstallUnwiring1
4.14.3.11
7.4.3
7.4.3.11
4.24.4.10
7.4.3
7.5.3.11
felix/revision-980996Success1.325
testUninstallUnwiring1
4.14.3.11
7.4.3
7.4.3.11
4.24.4.10
7.4.3
7.5.3.11
knopflerfish/2.3.3Success1.445
testUninstallUnwiring1
4.14.3.11
7.4.3
7.4.3.11
4.24.4.10
7.4.3
7.5.3.11
knopflerfish/3.0.1.snapshot_trunk_3277ErrorBundle cannot be installed

org.ops4j.pax.exam.spi.container.TestContainerException: Bundle cannot be installed
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:151)
at org.ops4j.pax.exam.container.def.internal.PaxRunnerTestContainer.installBundle(PaxRunnerTestContainer.java:169)
at org.ops4j.pax.exam.junit.internal.JUnit4TestMethod.invoke(JUnit4TestMethod.java:146)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.osgi.framework.BundleException: Failed to install bundle: java.lang.IllegalArgumentException: Bundle with same symbolic name and version is already installed (pax-exam-probe, 0.0.0
at org.knopflerfish.framework.Bundles.install0(Bundles.java:156)
at org.knopflerfish.framework.PermissionOps.callInstall0(PermissionOps.java:259)
at org.knopflerfish.framework.Bundles.install(Bundles.java:98)
at org.knopflerfish.framework.BundleContextImpl.installBundle(BundleContextImpl.java:90)
at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.installBundle(RemoteBundleContextImpl.java:93)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:178)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132)
at $Proxy12.installBundle(Unknown Source)
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:143)
5.530
testUninstallUnwiring1
4.14.3.11
7.4.3
7.4.3.11
4.24.4.10
7.4.3
7.5.3.11
equinox/3.6.0Success2.034
testUninstallUnwiring2
4.14.3.11
4.24.4.10
felix/2.0.4Success1.343
testUninstallUnwiring2
4.14.3.11
4.24.4.10
felix/3.0.1Success1.455
testUninstallUnwiring2
4.14.3.11
4.24.4.10
felix/revision-980996Success1.326
testUninstallUnwiring2
4.14.3.11
4.24.4.10
knopflerfish/2.3.3Success1.427
testUninstallUnwiring2
4.14.3.11
4.24.4.10
knopflerfish/3.0.1.snapshot_trunk_3277ErrorBundle cannot be installed

org.ops4j.pax.exam.spi.container.TestContainerException: Bundle cannot be installed
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:151)
at org.ops4j.pax.exam.container.def.internal.PaxRunnerTestContainer.installBundle(PaxRunnerTestContainer.java:169)
at org.ops4j.pax.exam.junit.internal.JUnit4TestMethod.invoke(JUnit4TestMethod.java:146)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.osgi.framework.BundleException: Failed to install bundle: java.lang.IllegalArgumentException: Bundle with same symbolic name and version is already installed (pax-exam-probe, 0.0.0
at org.knopflerfish.framework.Bundles.install0(Bundles.java:156)
at org.knopflerfish.framework.PermissionOps.callInstall0(PermissionOps.java:259)
at org.knopflerfish.framework.Bundles.install(Bundles.java:98)
at org.knopflerfish.framework.BundleContextImpl.installBundle(BundleContextImpl.java:90)
at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.installBundle(RemoteBundleContextImpl.java:93)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:178)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132)
at $Proxy12.installBundle(Unknown Source)
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:143)
4.862
testUninstallUnwiring2
4.14.3.11
4.24.4.10
equinox/3.6.0Success1.990
testMultipleExports
4.13.5.5
4.23.5.5
felix/2.0.4Success1.291
testMultipleExports
4.13.5.5
4.23.5.5
felix/3.0.1Success1.380
testMultipleExports
4.13.5.5
4.23.5.5
felix/revision-980996Success1.344
testMultipleExports
4.13.5.5
4.23.5.5
knopflerfish/2.3.3Success1.407
testMultipleExports
4.13.5.5
4.23.5.5
knopflerfish/3.0.1.snapshot_trunk_3277ErrorBundle cannot be installed

org.ops4j.pax.exam.spi.container.TestContainerException: Bundle cannot be installed
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:151)
at org.ops4j.pax.exam.container.def.internal.PaxRunnerTestContainer.installBundle(PaxRunnerTestContainer.java:169)
at org.ops4j.pax.exam.junit.internal.JUnit4TestMethod.invoke(JUnit4TestMethod.java:146)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.osgi.framework.BundleException: Failed to install bundle: java.lang.IllegalArgumentException: Bundle with same symbolic name and version is already installed (pax-exam-probe, 0.0.0
at org.knopflerfish.framework.Bundles.install0(Bundles.java:156)
at org.knopflerfish.framework.PermissionOps.callInstall0(PermissionOps.java:259)
at org.knopflerfish.framework.Bundles.install(Bundles.java:98)
at org.knopflerfish.framework.BundleContextImpl.installBundle(BundleContextImpl.java:90)
at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.installBundle(RemoteBundleContextImpl.java:93)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:178)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132)
at $Proxy12.installBundle(Unknown Source)
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:143)
4.904
testMultipleExports
4.13.5.5
4.23.5.5
equinox/3.6.0Success2.194
testOptional
4.13.6.3
4.3.11
6.1.4
6.1.4.31
7.4.3
7.4.3.11
4.23.6.3
4.4.10
6.1.4
6.1.4.35
7.4.3
7.4.3.11
felix/2.0.4Success1.340
testOptional
4.13.6.3
4.3.11
6.1.4
6.1.4.31
7.4.3
7.4.3.11
4.23.6.3
4.4.10
6.1.4
6.1.4.35
7.4.3
7.4.3.11
felix/3.0.1Success1.459
testOptional
4.13.6.3
4.3.11
6.1.4
6.1.4.31
7.4.3
7.4.3.11
4.23.6.3
4.4.10
6.1.4
6.1.4.35
7.4.3
7.4.3.11
felix/revision-980996Success1.324
testOptional
4.13.6.3
4.3.11
6.1.4
6.1.4.31
7.4.3
7.4.3.11
4.23.6.3
4.4.10
6.1.4
6.1.4.35
7.4.3
7.4.3.11
knopflerfish/2.3.3Success1.498
testOptional
4.13.6.3
4.3.11
6.1.4
6.1.4.31
7.4.3
7.4.3.11
4.23.6.3
4.4.10
6.1.4
6.1.4.35
7.4.3
7.4.3.11
knopflerfish/3.0.1.snapshot_trunk_3277ErrorBundle cannot be installed

org.ops4j.pax.exam.spi.container.TestContainerException: Bundle cannot be installed
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:151)
at org.ops4j.pax.exam.container.def.internal.PaxRunnerTestContainer.installBundle(PaxRunnerTestContainer.java:169)
at org.ops4j.pax.exam.junit.internal.JUnit4TestMethod.invoke(JUnit4TestMethod.java:146)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.osgi.framework.BundleException: Failed to install bundle: java.lang.IllegalArgumentException: Bundle with same symbolic name and version is already installed (pax-exam-probe, 0.0.0
at org.knopflerfish.framework.Bundles.install0(Bundles.java:156)
at org.knopflerfish.framework.PermissionOps.callInstall0(PermissionOps.java:259)
at org.knopflerfish.framework.Bundles.install(Bundles.java:98)
at org.knopflerfish.framework.BundleContextImpl.installBundle(BundleContextImpl.java:90)
at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.installBundle(RemoteBundleContextImpl.java:93)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:178)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132)
at $Proxy12.installBundle(Unknown Source)
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:143)
4.801
testOptional
4.13.6.3
4.3.11
6.1.4
6.1.4.31
7.4.3
7.4.3.11
4.23.6.3
4.4.10
6.1.4
6.1.4.35
7.4.3
7.4.3.11
equinox/3.6.0Success2.247
testNonMandatoryAttributeMatching
4.13.6.5
4.23.6.5
felix/2.0.4Success1.481
testNonMandatoryAttributeMatching
4.13.6.5
4.23.6.5
felix/3.0.1Failureb4 should not be able to be resolved, since wildcard matching is not supported by attributes.

junit.framework.AssertionFailedError: b4 should not be able to be resolved, since wildcard matching is not supported by attributes.
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at net.luminis.osgitest.test.framework.modulelayer.WiringTest.testNonMandatoryAttributeMatching(WiringTest.java:398)
at org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.injectContextAndInvoke(CallableTestMethodImpl.java:134)
at org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.call(CallableTestMethodImpl.java:101)
at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.remoteCall(RemoteBundleContextImpl.java:80)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
1.363
testNonMandatoryAttributeMatching
4.13.6.5
4.23.6.5
felix/revision-980996Failureb4 should not be able to be resolved, since wildcard matching is not supported by attributes.

junit.framework.AssertionFailedError: b4 should not be able to be resolved, since wildcard matching is not supported by attributes.
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at net.luminis.osgitest.test.framework.modulelayer.WiringTest.testNonMandatoryAttributeMatching(WiringTest.java:398)
at org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.injectContextAndInvoke(CallableTestMethodImpl.java:134)
at org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.call(CallableTestMethodImpl.java:101)
at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.remoteCall(RemoteBundleContextImpl.java:80)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
1.348
testNonMandatoryAttributeMatching
4.13.6.5
4.23.6.5
knopflerfish/2.3.3Failureb2 should not be able to be resolved, since specified attributes must match.

junit.framework.AssertionFailedError: b2 should not be able to be resolved, since specified attributes must match.
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at net.luminis.osgitest.test.framework.modulelayer.WiringTest.testNonMandatoryAttributeMatching(WiringTest.java:386)
at org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.injectContextAndInvoke(CallableTestMethodImpl.java:134)
at org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.call(CallableTestMethodImpl.java:101)
at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.remoteCall(RemoteBundleContextImpl.java:80)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
1.404
testNonMandatoryAttributeMatching
4.13.6.5
4.23.6.5
knopflerfish/3.0.1.snapshot_trunk_3277ErrorBundle cannot be installed

org.ops4j.pax.exam.spi.container.TestContainerException: Bundle cannot be installed
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:151)
at org.ops4j.pax.exam.container.def.internal.PaxRunnerTestContainer.installBundle(PaxRunnerTestContainer.java:169)
at org.ops4j.pax.exam.junit.internal.JUnit4TestMethod.invoke(JUnit4TestMethod.java:146)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.osgi.framework.BundleException: Failed to install bundle: java.lang.IllegalArgumentException: Bundle with same symbolic name and version is already installed (pax-exam-probe, 0.0.0
at org.knopflerfish.framework.Bundles.install0(Bundles.java:156)
at org.knopflerfish.framework.PermissionOps.callInstall0(PermissionOps.java:259)
at org.knopflerfish.framework.Bundles.install(Bundles.java:98)
at org.knopflerfish.framework.BundleContextImpl.installBundle(BundleContextImpl.java:90)
at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.installBundle(RemoteBundleContextImpl.java:93)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:178)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132)
at $Proxy12.installBundle(Unknown Source)
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:143)
4.778
testNonMandatoryAttributeMatching
4.13.6.5
4.23.6.5
equinox/3.6.0Success2.135
testMandatoryAttributeMatching
4.13.6.6
4.23.6.6
felix/2.0.4FailureBundle testCase.b5 is not wired to any bundle using net.luminis.osgitest.testhelper.packages.p.

junit.framework.AssertionFailedError: Bundle testCase.b5 is not wired to any bundle using net.luminis.osgitest.testhelper.packages.p.
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at net.luminis.osgitest.testhelper.BundleUtil.checkWiring(BundleUtil.java:320)
at net.luminis.osgitest.testhelper.BundleUtil.checkWiring(BundleUtil.java:333)
at net.luminis.osgitest.test.framework.modulelayer.WiringTest.testMandatoryAttributeMatching(WiringTest.java:457)
at org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.injectContextAndInvoke(CallableTestMethodImpl.java:134)
at org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.call(CallableTestMethodImpl.java:101)
at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.remoteCall(RemoteBundleContextImpl.java:80)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
1.308
testMandatoryAttributeMatching
4.13.6.6
4.23.6.6
felix/3.0.1Failureb4 should not be able to be resolved, since wildcard matching is not supported by attributes.

junit.framework.AssertionFailedError: b4 should not be able to be resolved, since wildcard matching is not supported by attributes.
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at net.luminis.osgitest.test.framework.modulelayer.WiringTest.testMandatoryAttributeMatching(WiringTest.java:450)
at org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.injectContextAndInvoke(CallableTestMethodImpl.java:134)
at org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.call(CallableTestMethodImpl.java:101)
at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.remoteCall(RemoteBundleContextImpl.java:80)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
1.319
testMandatoryAttributeMatching
4.13.6.6
4.23.6.6
felix/revision-980996Failureb4 should not be able to be resolved, since wildcard matching is not supported by attributes.

junit.framework.AssertionFailedError: b4 should not be able to be resolved, since wildcard matching is not supported by attributes.
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at net.luminis.osgitest.test.framework.modulelayer.WiringTest.testMandatoryAttributeMatching(WiringTest.java:450)
at org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.injectContextAndInvoke(CallableTestMethodImpl.java:134)
at org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.call(CallableTestMethodImpl.java:101)
at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.remoteCall(RemoteBundleContextImpl.java:80)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
1.400
testMandatoryAttributeMatching
4.13.6.6
4.23.6.6
knopflerfish/2.3.3Success1.321
testMandatoryAttributeMatching
4.13.6.6
4.23.6.6
knopflerfish/3.0.1.snapshot_trunk_3277ErrorBundle cannot be installed

org.ops4j.pax.exam.spi.container.TestContainerException: Bundle cannot be installed
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:151)
at org.ops4j.pax.exam.container.def.internal.PaxRunnerTestContainer.installBundle(PaxRunnerTestContainer.java:169)
at org.ops4j.pax.exam.junit.internal.JUnit4TestMethod.invoke(JUnit4TestMethod.java:146)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.osgi.framework.BundleException: Failed to install bundle: java.lang.IllegalArgumentException: Bundle with same symbolic name and version is already installed (pax-exam-probe, 0.0.0
at org.knopflerfish.framework.Bundles.install0(Bundles.java:156)
at org.knopflerfish.framework.PermissionOps.callInstall0(PermissionOps.java:259)
at org.knopflerfish.framework.Bundles.install(Bundles.java:98)
at org.knopflerfish.framework.BundleContextImpl.installBundle(BundleContextImpl.java:90)
at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.installBundle(RemoteBundleContextImpl.java:93)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:178)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132)
at $Proxy12.installBundle(Unknown Source)
at org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient.installBundle(RemoteBundleContextClient.java:143)
4.851
testMandatoryAttributeMatching
4.13.6.6
4.23.6.6
equinox/3.6.0Success2.240
Properties »
System.out »
System.err »