Hi,
I am wondering if anyone else is seeing test failures in the
endpoint-tribes module when building them on a machine with both IPv4
and IPv6 enabled. If I disable IPv6 and just leave IPv4 then the unit
tests pass.
My machine set up is:
Ubuntu 9.10 32-bit
Java version "1.6.0_15"
Apache Maven 2.2.1 (rdebian-1)
When I build the endpoint-tribes module, I see the following output with
IPv6 enabled:
m...@storm:~/dev/apache/sca-java-2.x/modules/endpoint-tribes$ svn up
At revision 902252.
m...@storm:~/dev/apache/sca-java-2.x/modules/endpoint-tribes$ svn st
m...@storm:~/dev/apache/sca-java-2.x/modules/endpoint-tribes$ mvn clean
install
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Tribes Based EndPoint Registry
[INFO] task-segment: [clean, install]
[INFO]
------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set:
/home/mark/dev/apache/sca-java-2.x/modules/endpoint-tribes/target
(included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered
resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 5 to
/home/mark/dev/apache/sca-java-2.x/modules/endpoint-tribes/target/classes
[INFO] Resolving OSGi bundle: org.apache.tuscany.sca.endpoint.tribes
[INFO] OSGi bundle is resolved: org.apache.tuscany.sca.endpoint.tribes
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered
resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 2 to
/home/mark/dev/apache/sca-java-2.x/modules/endpoint-tribes/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory:
/home/mark/dev/apache/sca-java-2.x/modules/endpoint-tribes/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistryTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.122 sec
Running org.apache.tuscany.sca.endpoint.tribes.MultiRegTestCase
22-Jan-2010 20:20:42
org.apache.tuscany.sca.endpoint.tribes.AbstractReplicatedMap init
INFO: Initializing AbstractReplicatedMap with context name:bar
22-Jan-2010 20:20:42 org.apache.catalina.tribes.transport.ReceiverBase bind
INFO: Receiver Server Socket bound to:/127.0.1.1:8085
22-Jan-2010 20:20:42
org.apache.catalina.tribes.membership.McastServiceImpl setupSocket
INFO: Attempting to bind the multicast socket to /228.0.0.100:50000
22-Jan-2010 20:20:42
org.apache.catalina.tribes.membership.McastServiceImpl setupSocket
INFO: Setting multihome multicast interface
to:/fe80:0:0:0:215:f2ff:fe35:2abb%3
22-Jan-2010 20:20:42
org.apache.catalina.tribes.membership.McastServiceImpl setupSocket
INFO: Setting cluster mcast soTimeout to 500
22-Jan-2010 20:20:42
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Sleeping for 1000 milliseconds to establish cluster membership,
start level:4
22-Jan-2010 20:20:43
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Done sleeping, membership established, start level:4
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.43 sec
<<< FAILURE!
testReplication(org.apache.tuscany.sca.endpoint.tribes.MultiRegTestCase)
Time elapsed: 1.272 sec <<< ERROR!
java.lang.IllegalStateException:
org.apache.catalina.tribes.ChannelException: java.io.IOException:
Invalid argument; No faulty members identified.
at
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry.start(ReplicatedEndpointRegistry.java:244)
at
org.apache.tuscany.sca.endpoint.tribes.MultiRegTestCase.testReplication(MultiRegTestCase.java:73)
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:597)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
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:597)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.apache.catalina.tribes.ChannelException:
java.io.IOException: Invalid argument; No faulty members identified.
at
org.apache.catalina.tribes.group.ChannelCoordinator.internalStart(ChannelCoordinator.java:169)
at
org.apache.catalina.tribes.group.ChannelCoordinator.start(ChannelCoordinator.java:97)
at
org.apache.catalina.tribes.group.ChannelInterceptorBase.start(ChannelInterceptorBase.java:149)
at
org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor.start(MessageDispatchInterceptor.java:147)
at
org.apache.catalina.tribes.group.ChannelInterceptorBase.start(ChannelInterceptorBase.java:149)
at
org.apache.catalina.tribes.group.GroupChannel.start(GroupChannel.java:407)
at
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry.start(ReplicatedEndpointRegistry.java:242)
... 28 more
Caused by: java.io.IOException: Invalid argument
at java.net.PlainDatagramSocketImpl.send(Native Method)
at java.net.DatagramSocket.send(DatagramSocket.java:612)
at
org.apache.catalina.tribes.membership.McastServiceImpl.send(McastServiceImpl.java:385)
at
org.apache.catalina.tribes.membership.McastServiceImpl.start(McastServiceImpl.java:244)
at
org.apache.catalina.tribes.membership.McastService.start(McastService.java:318)
at
org.apache.catalina.tribes.group.ChannelCoordinator.internalStart(ChannelCoordinator.java:158)
... 34 more
Results :
Tests in error:
testReplication(org.apache.tuscany.sca.endpoint.tribes.MultiRegTestCase)
Tests run: 2, Failures: 0, Errors: 1, Skipped: 1
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to
/home/mark/dev/apache/sca-java-2.x/modules/endpoint-tribes/target/surefire-reports
for the individual test results.
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Fri Jan 22 20:20:43 GMT 2010
[INFO] Final Memory: 18M/78M
[INFO]
------------------------------------------------------------------------
Running the same commands with only IPV4 produces:
m...@storm:~/dev/apache/sca-java-2.x/modules/endpoint-tribes$ mvn clean
install
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Tribes Based EndPoint Registry
[INFO] task-segment: [clean, install]
[INFO]
------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered
resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 5 to
/home/mark/dev/apache/sca-java-2.x/modules/endpoint-tribes/target/classes
[INFO] Resolving OSGi bundle: org.apache.tuscany.sca.endpoint.tribes
[INFO] OSGi bundle is resolved: org.apache.tuscany.sca.endpoint.tribes
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered
resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 2 to
/home/mark/dev/apache/sca-java-2.x/modules/endpoint-tribes/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory:
/home/mark/dev/apache/sca-java-2.x/modules/endpoint-tribes/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistryTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.041 sec
Running org.apache.tuscany.sca.endpoint.tribes.MultiRegTestCase
22-Jan-2010 20:36:22
org.apache.tuscany.sca.endpoint.tribes.AbstractReplicatedMap init
INFO: Initializing AbstractReplicatedMap with context name:bar
22-Jan-2010 20:36:22 org.apache.catalina.tribes.transport.ReceiverBase bind
INFO: Receiver Server Socket bound to:/127.0.1.1:8085
22-Jan-2010 20:36:22
org.apache.catalina.tribes.membership.McastServiceImpl setupSocket
INFO: Attempting to bind the multicast socket to /228.0.0.100:50000
22-Jan-2010 20:36:22
org.apache.catalina.tribes.membership.McastServiceImpl setupSocket
INFO: Setting multihome multicast interface to:/10.10.10.135
22-Jan-2010 20:36:22
org.apache.catalina.tribes.membership.McastServiceImpl setupSocket
INFO: Setting cluster mcast soTimeout to 500
22-Jan-2010 20:36:22
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Sleeping for 1000 milliseconds to establish cluster membership,
start level:4
22-Jan-2010 20:36:23
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Done sleeping, membership established, start level:4
22-Jan-2010 20:36:23
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Sleeping for 1000 milliseconds to establish cluster membership,
start level:8
22-Jan-2010 20:36:24
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Done sleeping, membership established, start level:8
22-Jan-2010 20:36:24
org.apache.tuscany.sca.endpoint.tribes.AbstractReplicatedMap init
INFO: Initializing AbstractReplicatedMap with context name:bar
22-Jan-2010 20:36:24 org.apache.catalina.tribes.transport.ReceiverBase bind
INFO: Receiver Server Socket bound to:/127.0.1.1:8086
22-Jan-2010 20:36:24
org.apache.catalina.tribes.membership.McastServiceImpl setupSocket
INFO: Attempting to bind the multicast socket to /228.0.0.100:50000
22-Jan-2010 20:36:24
org.apache.catalina.tribes.membership.McastServiceImpl setupSocket
INFO: Setting multihome multicast interface to:/10.10.10.135
22-Jan-2010 20:36:24
org.apache.catalina.tribes.membership.McastServiceImpl setupSocket
INFO: Setting cluster mcast soTimeout to 500
22-Jan-2010 20:36:24
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Sleeping for 1000 milliseconds to establish cluster membership,
start level:4
22-Jan-2010 20:36:25
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Done sleeping, membership established, start level:4
22-Jan-2010 20:36:25
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Sleeping for 1000 milliseconds to establish cluster membership,
start level:8
22-Jan-2010 20:36:26
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Done sleeping, membership established, start level:8
22-Jan-2010 20:36:26
org.apache.tuscany.sca.endpoint.tribes.AbstractReplicatedMap init
INFO: Initializing AbstractReplicatedMap with context name:bar
22-Jan-2010 20:36:26 org.apache.catalina.tribes.transport.ReceiverBase bind
INFO: Receiver Server Socket bound to:/127.0.1.1:8087
22-Jan-2010 20:36:26
org.apache.catalina.tribes.membership.McastServiceImpl setupSocket
INFO: Attempting to bind the multicast socket to /228.0.0.100:50000
22-Jan-2010 20:36:26
org.apache.catalina.tribes.membership.McastServiceImpl setupSocket
INFO: Setting multihome multicast interface to:/10.10.10.135
22-Jan-2010 20:36:26
org.apache.catalina.tribes.membership.McastServiceImpl setupSocket
INFO: Setting cluster mcast soTimeout to 500
22-Jan-2010 20:36:26
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Sleeping for 1000 milliseconds to establish cluster membership,
start level:4
22-Jan-2010 20:36:27
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Done sleeping, membership established, start level:4
22-Jan-2010 20:36:27
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Sleeping for 1000 milliseconds to establish cluster membership,
start level:8
22-Jan-2010 20:36:28
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Done sleeping, membership established, start level:8
22-Jan-2010 20:36:28
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry
addEndpoint
INFO: Add endpoint - (@1321194)Endpoint: URI = ep1uri
Added: (@1321194)Endpoint: URI = ep1uri
22-Jan-2010 20:36:29 org.apache.catalina.tribes.io.BufferPool getBufferPool
INFO: Created a buffer pool with max size:104857600 bytes of
type:org.apache.catalina.tribes.io.BufferPool15Impl
org.apache.tuscany.sca.endpoint.tribes.replicatedendpointregis...@1c247a0:
tries=1
22-Jan-2010 20:36:30
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry entryAdded
INFO: [22057969] Remote endpoint added: (@27096558)Endpoint: URI = ep1uri
Added: (@27096558)Endpoint: URI = ep1uri
Added: (@11110706)Endpoint: URI = ep1uri
Updated: (@17477791)Endpoint: URI = ep1uri
22-Jan-2010 20:36:30
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry entryAdded
INFO: [21350489] Remote endpoint added: (@11110706)Endpoint: URI = ep1uri
22-Jan-2010 20:36:30
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry
entryUpdated
INFO: [22057969] Remote endpoint updated: (@17477791)Endpoint: URI = ep1uri
org.apache.tuscany.sca.endpoint.tribes.replicatedendpointregis...@15093f1:
tries=1
org.apache.tuscany.sca.endpoint.tribes.replicatedendpointregis...@15093f1:
tries=2
org.apache.tuscany.sca.endpoint.tribes.replicatedendpointregis...@145c859:
tries=1
22-Jan-2010 20:36:32
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry entryAdded
INFO: [29509536] Remote endpoint added: (@8406772)Endpoint: URI = ep2uri
Added: (@8406772)Endpoint: URI = ep2uri
Added: (@28472268)Endpoint: URI = ep2uri
Added: (@798740)Endpoint: URI = ep2uri
22-Jan-2010 20:36:32
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry entryAdded
INFO: [21350489] Remote endpoint added: (@28472268)Endpoint: URI = ep2uri
22-Jan-2010 20:36:32
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry
addEndpoint
INFO: Add endpoint - (@798740)Endpoint: URI = ep2uri
org.apache.tuscany.sca.endpoint.tribes.replicatedendpointregis...@15093f1:
tries=1
org.apache.tuscany.sca.endpoint.tribes.replicatedendpointregis...@1c247a0:
tries=1
org.apache.tuscany.sca.endpoint.tribes.replicatedendpointregis...@145c859:
tries=1
22-Jan-2010 20:36:35
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry
entryRemoved
INFO: [21350489] Remote endpoint removed: (@11110706)Endpoint: URI = ep1uri
Removed: (@11110706)Endpoint: URI = ep1uri
Removed: (@17477791)Endpoint: URI = ep1uri
22-Jan-2010 20:36:36
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry
entryRemoved
INFO: [22057969] Remote endpoint removed: (@17477791)Endpoint: URI = ep1uri
org.apache.tuscany.sca.endpoint.tribes.replicatedendpointregis...@15093f1:
tries=1
org.apache.tuscany.sca.endpoint.tribes.replicatedendpointregis...@145c859:
tries=1
22-Jan-2010 20:36:44
org.apache.tuscany.sca.endpoint.tribes.AbstractReplicatedMap init
INFO: Initializing AbstractReplicatedMap with context name:bar
22-Jan-2010 20:36:44 org.apache.catalina.tribes.transport.ReceiverBase bind
INFO: Receiver Server Socket bound to:/127.0.1.1:8085
22-Jan-2010 20:36:44
org.apache.catalina.tribes.membership.McastServiceImpl setupSocket
INFO: Attempting to bind the multicast socket to /228.0.0.100:50000
22-Jan-2010 20:36:44
org.apache.catalina.tribes.membership.McastServiceImpl setupSocket
INFO: Setting multihome multicast interface to:/10.10.10.135
22-Jan-2010 20:36:44
org.apache.catalina.tribes.membership.McastServiceImpl setupSocket
INFO: Setting cluster mcast soTimeout to 500
22-Jan-2010 20:36:44
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Sleeping for 1000 milliseconds to establish cluster membership,
start level:4
22-Jan-2010 20:36:45
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Done sleeping, membership established, start level:4
22-Jan-2010 20:36:45
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Sleeping for 1000 milliseconds to establish cluster membership,
start level:8
22-Jan-2010 20:36:46
org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
INFO: Done sleeping, membership established, start level:8
22-Jan-2010 20:36:46
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry
addEndpoint
INFO: Add endpoint - (@1321194)Endpoint: URI = ep1uri
Added: (@1321194)Endpoint: URI = ep1uri
Updated: (@4558657)Endpoint: URI = ep2uri
22-Jan-2010 20:36:46
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry entryAdded
INFO: [29509536] Remote endpoint added: (@32512553)Endpoint: URI = ep2uri
22-Jan-2010 20:36:46
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry
entryUpdated
INFO: [21350489] Remote endpoint updated: (@4558657)Endpoint: URI = ep2uri
Added: (@32512553)Endpoint: URI = ep2uri
org.apache.tuscany.sca.endpoint.tribes.replicatedendpointregis...@1c247a0:
tries=1
org.apache.tuscany.sca.endpoint.tribes.replicatedendpointregis...@15093f1:
tries=1
org.apache.tuscany.sca.endpoint.tribes.replicatedendpointregis...@15093f1:
tries=2
org.apache.tuscany.sca.endpoint.tribes.replicatedendpointregis...@15093f1:
tries=3
org.apache.tuscany.sca.endpoint.tribes.replicatedendpointregis...@15093f1:
tries=4
Added: (@14850080)Endpoint: URI = ep1uri
22-Jan-2010 20:36:51
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry entryAdded
INFO: [21350489] Remote endpoint added: (@14850080)Endpoint: URI = ep1uri
22-Jan-2010 20:36:51
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry entryAdded
INFO: [22057969] Remote endpoint added: (@7433399)Endpoint: URI = ep1uri
22-Jan-2010 20:36:51
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry
entryUpdated
INFO: [21350489] Remote endpoint updated: (@9992755)Endpoint: URI = ep1uri
Added: (@7433399)Endpoint: URI = ep1uri
Updated: (@9992755)Endpoint: URI = ep1uri
org.apache.tuscany.sca.endpoint.tribes.replicatedendpointregis...@15093f1:
tries=5
org.apache.tuscany.sca.endpoint.tribes.replicatedendpointregis...@15093f1:
tries=6
org.apache.tuscany.sca.endpoint.tribes.replicatedendpointregis...@145c859:
tries=1
22-Jan-2010 20:36:54
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry
entryRemoved
INFO: [22057969] Remote endpoint removed: (@7433399)Endpoint: URI = ep1uri
22-Jan-2010 20:36:54
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry
entryRemoved
INFO: [21350489] Remote endpoint removed: (@9992755)Endpoint: URI = ep1uri
Removed: (@9992755)Endpoint: URI = ep1uri
Removed: (@7433399)Endpoint: URI = ep1uri
22-Jan-2010 20:36:54
org.apache.tuscany.sca.endpoint.tribes.ReplicatedEndpointRegistry
entryRemoved
INFO: [21350489] Remote endpoint removed: (@4558657)Endpoint: URI = ep2uri
Removed: (@4558657)Endpoint: URI = ep2uri
22-Jan-2010 20:36:54
org.apache.catalina.tribes.membership.McastServiceImpl$ReceiverThread run
WARNING: Error receiving mcast package. Sleeping 500ms
java.net.SocketException: Socket closed
at java.net.PlainDatagramSocketImpl.receive0(Native Method)
at
java.net.PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:136)
at java.net.DatagramSocket.receive(DatagramSocket.java:712)
at
org.apache.catalina.tribes.membership.McastServiceImpl.receive(McastServiceImpl.java:314)
at
org.apache.catalina.tribes.membership.McastServiceImpl$ReceiverThread.run(McastServiceImpl.java:414)
22-Jan-2010 20:37:04
org.apache.catalina.tribes.membership.McastServiceImpl$ReceiverThread run
WARNING: Error receiving mcast package. Sleeping 500ms
java.net.SocketException: Socket closed
at java.net.PlainDatagramSocketImpl.receive0(Native Method)
at
java.net.PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:136)
at java.net.DatagramSocket.receive(DatagramSocket.java:712)
at
org.apache.catalina.tribes.membership.McastServiceImpl.receive(McastServiceImpl.java:314)
at
org.apache.catalina.tribes.membership.McastServiceImpl$ReceiverThread.run(McastServiceImpl.java:414)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.828 sec
Results :
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar:
/home/mark/dev/apache/sca-java-2.x/modules/endpoint-tribes/target/tuscany-endpoint-tribes-2.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing
/home/mark/dev/apache/sca-java-2.x/modules/endpoint-tribes/target/tuscany-endpoint-tribes-2.0-SNAPSHOT.jar
to
/home/mark/.m2/repository/org/apache/tuscany/sca/tuscany-endpoint-tribes/2.0-SNAPSHOT/tuscany-endpoint-tribes-2.0-SNAPSHOT.jar
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 54 seconds
[INFO] Finished at: Fri Jan 22 20:37:05 GMT 2010
[INFO] Final Memory: 19M/82M
[INFO]
------------------------------------------------------------------------
Has anyone else seen this problem?
Thanks,
Mark