RE: Re: [esb-dev] build error
by Daniel Bevenius
Ah, so really it's gotten worse now that I changed it as the jar target is always getting run. We could re-add the warning but this time to ask that the jar target be run before.
Would that be an option?
When I changed the test target to not depend on the dist etc target, I
did it for all these reasons. It cut test time dramatically. Stuff is
getting called multiple time - "generate-config-model" was getting
called 3 or 4 times. Of course the text book answer to this problem is
to sort that out, but the build is a beast at this stage, with a hornets
nest of dependencies - I'd be afraid to make any major changes to it.
Ever hear of the "Shotgun Surgery" code smell ;-)
Role on maven shmaven ;-)
Daniel Bevenius wrote:
>> I see it when I run "ant clean dist test". Should these be
>> integration tests perhaps, or has the build changed to run the
>> integration tests under the general "test" build target?
>>
>
>
> I updated the 'test' target, (after the discussion in the "build question" googlegroups thread) so that it depends on the jar target which means 'ant clean test' should be all that is needed to run the tests. Running dist will actually run som stuff twice, like generate-config-model.
>
> Running 'ant dist test' is now the same as running the default target.
>
> But the build does take quite some time for me...like 7 min or so. I think that a lot of jar targets are run regardless of changes to classes. The generate-config-model will always run even if the schemas are unmodified. This will change when we move to jabx though.
>
> /Daniel
>
>
>
>
>
>
> "ant clean dist test"
>
> I'm running clean, dist, test within Eclipse. Took 21 minutes to
> build everything for me ;-)
>
> I'll do another update to make sure nothing changed since yesterday
> afternoon, when I did my last one.
>
> I hope the test rule *does not* run the integration tests ;-)
>
> Mark.
>
>
> On 27 Jun 2007, at 10:27, Tom Fennelly wrote:
>
>
>> What build rule are you using ;-) ?
>>
>> I see it when I run "ant clean dist test". Should these be
>> integration tests perhaps, or has the build changed to run the
>> integration tests under the general "test" build target?
>>
>> T.
>>
>>
>> Mark Little wrote:
>>
>>> I did an update and a build, but didn't see this. What build rule
>>> were you using?
>>>
>>> Mark.
>>>
>>>
>>> On 26 Jun 2007, at 16:54, Kurt T Stam wrote:
>>>
>>>
>>>> Anyone getting this? What do I do to fix this?
>>>>
>>>> [java] [junit] Testcase:
>>>> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUni
>>>> tTest
>>>> took 0 sec
>>>> [java] [junit] Caused an ERROR
>>>> [java] [junit]
>>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.RemoteFileSyste
>>>> mStrategyException:
>>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCa
>>>> cheException:
>>>> org.jgroups.ChannelException: failed to start protocol stack
>>>> [java] [junit] org.jboss.soa.esb.ConfigurationException:
>>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.RemoteFileSyste
>>>> mStrategyException:
>>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCa
>>>> cheException:
>>>> org.jgroups.ChannelException: failed to start protocol stack
>>>> [java] [junit] at
>>>> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListener.cr
>>>> eateRemoteFileSystemStrategy(ReadOnlyRemoteGatewayListener.java:222)
>>>> [java] [junit] at
>>>> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListener.<i
>>>> nit>(ReadOnlyRemoteGatewayListener.java:83)
>>>> [java] [junit] at
>>>> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUni
>>>> tTest.createRemoteGatewayListener
>>>> (ReadOnlyRemoteGatewayListenerUnitTest.java:212)
>>>> [java] [junit] at
>>>> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUni
>>>> tTest.classSetup(ReadOnlyRemoteGatewayListenerUnitTest.java:76)
>>>> [java] [junit] at
>>>> org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod
>>>> (BeforeAndAfterRunner.java:74)
>>>> [java] [junit] at
>>>> org.junit.internal.runners.BeforeAndAfterRunner.runBefores
>>>> (BeforeAndAfterRunner.java:50)
>>>> [java] [junit] at
>>>> org.junit.internal.runners.BeforeAndAfterRunner.runProtected
>>>> (BeforeAndAfterRunner.java:33)
>>>> [java] [junit] at
>>>> org.junit.internal.runners.TestClassRunner.run
>>>> (TestClassRunner.java:52)
>>>> [java] [junit] at
>>>> junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:32)
>>>> [java] [junit] Caused by:
>>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.RemoteFileSyste
>>>> mStrategyException:
>>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCa
>>>> cheException:
>>>> org.jgroups.ChannelException: failed to start protocol stack
>>>> [java] [junit] at
>>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.ReadOnlyRemoteF
>>>> ileSystemStrategy.init(ReadOnlyRemoteFileSystemStrategy.java:63)
>>>> [java] [junit] at
>>>> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListener.cr
>>>> eateRemoteFileSystemStrategy(ReadOnlyRemoteGatewayListener.java:205)
>>>> [java] [junit] ... 15 more
>>>> [java] [junit] Caused by:
>>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCa
>>>> cheException:
>>>> org.jgroups.ChannelException: failed to start protocol stack
>>>> [java] [junit] at
>>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCa
>>>> che.start(FtpFileCache.java:135)
>>>> [java] [junit] at
>>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.ReadOnlyRemoteF
>>>> ileSystemStrategy.init(ReadOnlyRemoteFileSystemStrategy.java:59)
>>>> [java] [junit] ... 16 more
>>>> [java] [junit] Caused by: org.jgroups.ChannelException:
>>>> failed to
>>>> start protocol stack
>>>> [java] [junit] at org.jgroups.JChannel.connect
>>>> (JChannel.java:389)
>>>> [java] [junit] at
>>>> org.jboss.cache.TreeCache.startService(TreeCache.java:1263)
>>>> [java] [junit] at
>>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCa
>>>> che.start(FtpFileCache.java:130)
>>>> [java] [junit] ... 17 more
>>>> [java] [junit] Caused by: java.lang.Exception: exception
>>>> caused by
>>>> UDP.start()
>>>> [java] [junit] at
>>>> org.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:582)
>>>> [java] [junit] at
>>>> org.jgroups.stack.DownHandler.run(Protocol.java:118)
>>>> [java] [junit] Caused by: java.lang.Exception: problem creating
>>>> sockets (bind_addr=localhost/127.0.0.1, mcast_addr=228.1.2.3:48866)
>>>> [java] [junit] at org.jgroups.protocols.UDP.start
>>>> (UDP.java:372)
>>>> [java] [junit] at
>>>> org.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:571)
>>>> [java] [junit] ... 1 more
>>>> [java] [junit] Caused by: java.net.SocketException: bad
>>>> argument
>>>> for IP_MULTICAST_IF2: No IP addresses bound to interface
>>>> [java] [junit] at
>>>> java.net.PlainDatagramSocketImpl.socketSetOption(Native Method)
>>>> [java] [junit] at
>>>> java.net.PlainDatagramSocketImpl.setOption
>>>> (PlainDatagramSocketImpl.java:299)
>>>> [java] [junit] at
>>>> java.net.MulticastSocket.setNetworkInterface(MulticastSocket.java:
>>>> 502)
>>>> [java] [junit] at
>>>> org.jgroups.protocols.UDP.createSockets(UDP.java:490)
>>>> [java] [junit] at org.jgroups.protocols.UDP.start
>>>> (UDP.java:367)
>>>> [java] [junit] ... 2 more
>>>> [java] BUILD FAILED
>>>> [java] C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:
>>>> 131: The
>>>> following error occurred while executing this line:
>>>> [java] C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:
>>>> 141: The
>>>> following error occurred while executing this line:
>>>> [java]
>>>> C:\cygwin\home\kstam\dev\jbossesb\product\rosetta\build.xml:87: The
>>>> following error occurred while executing this line:
>>>> [java]
>>>> C:\cygwin\home\kstam\dev\jbossesb\product\rosetta\tests\build.xml:
>>>> 82:
>>>> The following error occurred while executing this line:
>>>> [java]
>>>> C:\cygwin\home\kstam\dev\jbossesb\product\rosetta\tests\build.xml:
>>>> 109:
>>>> Test
>>>> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUni
>>>> tTest
>>>> failed
>>>> [java] Total time: 3 minutes 57 seconds
>>>>
>>>> BUILD FAILED
>>>> C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:420: The
>>>> following
>>>> error occurred while executing this line:
>>>> C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:87: Java
>>>> returned: 1
>>>>
>>>> _______________________________________________
>>>> esb-dev mailing list
>>>> esb-dev(a)lists.jboss.org <mailto:esb-dev@lists.jboss.org>
>>>> https://lists.jboss.org/mailman/listinfo/esb-dev
>>>>
>>> ----
>>>
>>> Mark Little
>>> mlittle(a)redhat.com <mailto:mlittle@redhat.com>
>>>
>>> JBoss, a Division of Red Hat
>>> Registered Address: Red Hat UK Ltd, Amberley Place, 107-111
>>> Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom.
>>> Registered in UK and Wales under Company Registration No. 3798903
>>> Directors: Michael Cunningham (USA), Charlie Peters (USA) and
>>> David Owens (Ireland)
>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> ---
>>>
>>> _______________________________________________
>>> esb-dev mailing list
>>> esb-dev(a)lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/esb-dev
>>>
>>>
>> --
>> Red Hat:
>> Registered Address: Red Hat Ltd, Brian O' Donnell and Partners, 62
>> Merrion Square, Dublin 2, Ireland.
>> Registered in the Companies Registration Office, Parnell House, 14
>> Parnell Square, Dublin 1, Ireland, at No. 304873
>> Directors: Charlie Peters (USA), Michael Cunningham (USA). David
>> Owens, Brendan Lane
>>
>>
>
> ----
>
> Mark Little
> mlittle(a)redhat.com
>
> JBoss, a Division of Red Hat
> Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
> Street, Windsor, Berkshire,
> SI4 1TE, United Kingdom.
> Registered in UK and Wales under Company Registration No. 3798903
> Directors: Michael Cunningham (USA), Charlie Peters (USA) and David
> Owens (Ireland)
>
>
>
>
>
>
--
Red Hat:
Registered Address: Red Hat Ltd, Brian O' Donnell and Partners, 62 Merrion Square, Dublin 2, Ireland.
Registered in the Companies Registration Office, Parnell House, 14 Parnell Square, Dublin 1, Ireland, at No. 304873
Directors: Charlie Peters (USA), Michael Cunningham (USA). David Owens, Brendan Lane
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
17 years, 5 months
RE: Re: [esb-dev] build error
by Daniel Bevenius
>Yes, the runant macros are there to make sure that the build has the
>correct classpath (notably including junit) so that you can just run ant
>and 'it will work (tm)'.
One might be able to do this using an "antLoaderRef", and overriding or adding a typedef declaration for the task in question, like junit.
We had a simliar issue where we needed use a task that used xmlbeans, but we didn't want people to have to add the jar to there Ant lib directory.
Is this what the runant macro solves?
/Daniel
Tom Fennelly wrote:
> Kurt just pointed something out to me re those "runant" macros. Are
> these at the root of our problem re builds taking forever because
> targets are running multiple times? I saw these a few weeks back and
> was wondering why they were necessary but was afraid to ask at the time
> :-) Well, anyone know what these are about?
Yes, the runant macros are there to make sure that the build has the
correct classpath (notably including junit) so that you can just run ant
and 'it will work (tm)'.
It is only supposed to be used in the public targets so dependencies
should not be using those.
Kev
--
JBoss, a Division of Red Hat
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire,
SI4 1TE, United Kingdom.
Registered in UK and Wales under Company Registration No. 3798903
Directors: Michael Cunningham (USA), Charlie Peters (USA) and David
Owens (Ireland)
_______________________________________________
esb-dev mailing list
esb-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/esb-dev
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
17 years, 5 months
RE: Any ideas what this is...
by Daniel Bevenius
Hi,
well sort of. This is the error that Kurt reported yesterday. This should "only" be displayed when running the integration target on windows. If this is causing problems I'll rename them so that they are not run...seems like the best thing probably?
I think there is still a problem with CI build on the linux platform. I've seen it once of twice on my machine but thought it was a configuration error on my part.
Sorry about this.
/Daniel
Hey Dan.
Is this the intermittent CI issue you're seeing?:
[java] [junit] Testcase: testGateway took 0.339 sec
[java] [junit] Running org.jboss.soa.esb.listeners.gateway.remotestrategies.ReadOnlyRemoteFileSystemStrategyIntegrationTest
[java] [junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 5.803 sec
[java] [junit] Testsuite: org.jboss.soa.esb.listeners.gateway.remotestrategies.ReadOnlyRemoteFileSystemStrategyIntegrationTest
[java] [junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 5.803 sec
[java] [junit] ------------- Standard Output ---------------
[java] [junit] EMMA: collecting runtime coverage data ...
[java] [junit] -------------------------------------------------------
[java] [junit] GMS: address is 127.0.0.1:33386
[java] [junit] -------------------------------------------------------
[java] [junit] -------------------------------------------------------
[java] [junit] GMS: address is 127.0.0.1:33390
[java] [junit] -------------------------------------------------------
[java] [junit] ------------- ---------------- ---------------
[java] [junit] Testcase: unknown took 0.032 sec
[java] [junit] Testcase: unknown took 0.037 sec
[java] [junit] Testcase: unknown took 0.008 sec
[java] [junit] Caused an ERROR
[java] [junit] rsp=sender=127.0.0.1:33390, retval=null, received=false, suspected=true
[java] [junit] org.jboss.cache.ReplicationException: rsp=sender=127.0.0.1:33390, retval=null, received=false, suspected=true
[java] [junit] at org.jboss.cache.TreeCache.callRemoteMethods(TreeCache.java:3336)
[java] [junit] at org.jboss.cache.TreeCache.callRemoteMethods(TreeCache.java:3357)
[java] [junit] at org.jboss.cache.interceptors.ReplicationInterceptor.handleReplicatedMethod(ReplicationInterceptor.java:122)
[java] [junit] at org.jboss.cache.interceptors.ReplicationInterceptor.invoke(ReplicationInterceptor.java:87)
[java] [junit] at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:4172)
[java] [junit] at org.jboss.cache.TreeCache.removeData(TreeCache.java:3006)
[java] [junit] at org.jboss.cache.TreeCache.removeData(TreeCache.java:2995)
[java] [junit] at org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCache.removeAll(FtpFileCache.java:225)
[java] [junit] at org.jboss.soa.esb.listeners.gateway.remotestrategies.ReadOnlyRemoteFileSystemStrategy.removeAllData(ReadOnlyRemoteFileSystemStrategy.java:135)
[java] [junit] at org.jboss.soa.esb.listeners.gateway.remotestrategies.ReadOnlyRemoteFileSystemStrategyIntegrationTest.setup(ReadOnlyRemoteFileSystemStrategyIntegrationTest.java:103)
[java] [junit] at org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(BeforeAndAfterRunner.java:74)
[java] [junit] at org.junit.internal.runners.BeforeAndAfterRunner.runBefores(BeforeAndAfterRunner.java:50)
[java] [junit] at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:33)
[java] [junit] at org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner.java:75)
[java] [junit] at org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:45)
[java] [junit] at org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(TestClassMethodsRunner.java:71)
[java] [junit] at org.junit.internal.runners.TestClassMethodsRunner.run(TestClassMethodsRunner.java:35)
[java] [junit] at org.junit.internal.runners.TestClassRunner$1.runUnprotected(TestClassRunner.java:42)
[java] [junit] at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
[java] [junit] at org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
[java] [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:32)
[java] BUILD FAILED
[java] /home/integration/continuum-wd/16/product/build.xml:157: The following error occurred while executing this line:
[java] /home/integration/continuum-wd/16/product/rosetta/build.xml:92: The following error occurred while executing this line:
[java] /home/integration/continuum-wd/16/product/rosetta/tests/build.xml:167: The following error occurred while executing this line:
[java] /home/integration/continuum-wd/16/product/rosetta/tests/build.xml:191: Test org.jboss.soa.esb.listeners.gateway.remotestrategies.ReadOnlyRemoteFileSystemStrategyIntegrationTest failed
[java] Total time: 5 minutes 43 seconds
--
Red Hat:
Registered Address: Red Hat Ltd, Brian O' Donnell and Partners, 62 Merrion Square, Dublin 2, Ireland.
Registered in the Companies Registration Office, Parnell House, 14 Parnell Square, Dublin 1, Ireland, at No. 304873
Directors: Charlie Peters (USA), Michael Cunningham (USA). David Owens, Brendan Lane
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
17 years, 5 months
RE: Re: [esb-dev] build error
by Daniel Bevenius
> I see it when I run "ant clean dist test". Should these be
> integration tests perhaps, or has the build changed to run the
> integration tests under the general "test" build target?
I updated the 'test' target, (after the discussion in the "build question" googlegroups thread) so that it depends on the jar target which means 'ant clean test' should be all that is needed to run the tests. Running dist will actually run som stuff twice, like generate-config-model.
Running 'ant dist test' is now the same as running the default target.
But the build does take quite some time for me...like 7 min or so. I think that a lot of jar targets are run regardless of changes to classes. The generate-config-model will always run even if the schemas are unmodified. This will change when we move to jabx though.
/Daniel
"ant clean dist test"
I'm running clean, dist, test within Eclipse. Took 21 minutes to
build everything for me ;-)
I'll do another update to make sure nothing changed since yesterday
afternoon, when I did my last one.
I hope the test rule *does not* run the integration tests ;-)
Mark.
On 27 Jun 2007, at 10:27, Tom Fennelly wrote:
> What build rule are you using ;-) ?
>
> I see it when I run "ant clean dist test". Should these be
> integration tests perhaps, or has the build changed to run the
> integration tests under the general "test" build target?
>
> T.
>
>
> Mark Little wrote:
>> I did an update and a build, but didn't see this. What build rule
>> were you using?
>>
>> Mark.
>>
>>
>> On 26 Jun 2007, at 16:54, Kurt T Stam wrote:
>>
>>> Anyone getting this? What do I do to fix this?
>>>
>>> [java] [junit] Testcase:
>>> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUni
>>> tTest
>>> took 0 sec
>>> [java] [junit] Caused an ERROR
>>> [java] [junit]
>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.RemoteFileSyste
>>> mStrategyException:
>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCa
>>> cheException:
>>> org.jgroups.ChannelException: failed to start protocol stack
>>> [java] [junit] org.jboss.soa.esb.ConfigurationException:
>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.RemoteFileSyste
>>> mStrategyException:
>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCa
>>> cheException:
>>> org.jgroups.ChannelException: failed to start protocol stack
>>> [java] [junit] at
>>> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListener.cr
>>> eateRemoteFileSystemStrategy(ReadOnlyRemoteGatewayListener.java:222)
>>> [java] [junit] at
>>> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListener.<i
>>> nit>(ReadOnlyRemoteGatewayListener.java:83)
>>> [java] [junit] at
>>> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUni
>>> tTest.createRemoteGatewayListener
>>> (ReadOnlyRemoteGatewayListenerUnitTest.java:212)
>>> [java] [junit] at
>>> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUni
>>> tTest.classSetup(ReadOnlyRemoteGatewayListenerUnitTest.java:76)
>>> [java] [junit] at
>>> org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod
>>> (BeforeAndAfterRunner.java:74)
>>> [java] [junit] at
>>> org.junit.internal.runners.BeforeAndAfterRunner.runBefores
>>> (BeforeAndAfterRunner.java:50)
>>> [java] [junit] at
>>> org.junit.internal.runners.BeforeAndAfterRunner.runProtected
>>> (BeforeAndAfterRunner.java:33)
>>> [java] [junit] at
>>> org.junit.internal.runners.TestClassRunner.run
>>> (TestClassRunner.java:52)
>>> [java] [junit] at
>>> junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:32)
>>> [java] [junit] Caused by:
>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.RemoteFileSyste
>>> mStrategyException:
>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCa
>>> cheException:
>>> org.jgroups.ChannelException: failed to start protocol stack
>>> [java] [junit] at
>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.ReadOnlyRemoteF
>>> ileSystemStrategy.init(ReadOnlyRemoteFileSystemStrategy.java:63)
>>> [java] [junit] at
>>> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListener.cr
>>> eateRemoteFileSystemStrategy(ReadOnlyRemoteGatewayListener.java:205)
>>> [java] [junit] ... 15 more
>>> [java] [junit] Caused by:
>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCa
>>> cheException:
>>> org.jgroups.ChannelException: failed to start protocol stack
>>> [java] [junit] at
>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCa
>>> che.start(FtpFileCache.java:135)
>>> [java] [junit] at
>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.ReadOnlyRemoteF
>>> ileSystemStrategy.init(ReadOnlyRemoteFileSystemStrategy.java:59)
>>> [java] [junit] ... 16 more
>>> [java] [junit] Caused by: org.jgroups.ChannelException:
>>> failed to
>>> start protocol stack
>>> [java] [junit] at org.jgroups.JChannel.connect
>>> (JChannel.java:389)
>>> [java] [junit] at
>>> org.jboss.cache.TreeCache.startService(TreeCache.java:1263)
>>> [java] [junit] at
>>> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCa
>>> che.start(FtpFileCache.java:130)
>>> [java] [junit] ... 17 more
>>> [java] [junit] Caused by: java.lang.Exception: exception
>>> caused by
>>> UDP.start()
>>> [java] [junit] at
>>> org.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:582)
>>> [java] [junit] at
>>> org.jgroups.stack.DownHandler.run(Protocol.java:118)
>>> [java] [junit] Caused by: java.lang.Exception: problem creating
>>> sockets (bind_addr=localhost/127.0.0.1, mcast_addr=228.1.2.3:48866)
>>> [java] [junit] at org.jgroups.protocols.UDP.start
>>> (UDP.java:372)
>>> [java] [junit] at
>>> org.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:571)
>>> [java] [junit] ... 1 more
>>> [java] [junit] Caused by: java.net.SocketException: bad
>>> argument
>>> for IP_MULTICAST_IF2: No IP addresses bound to interface
>>> [java] [junit] at
>>> java.net.PlainDatagramSocketImpl.socketSetOption(Native Method)
>>> [java] [junit] at
>>> java.net.PlainDatagramSocketImpl.setOption
>>> (PlainDatagramSocketImpl.java:299)
>>> [java] [junit] at
>>> java.net.MulticastSocket.setNetworkInterface(MulticastSocket.java:
>>> 502)
>>> [java] [junit] at
>>> org.jgroups.protocols.UDP.createSockets(UDP.java:490)
>>> [java] [junit] at org.jgroups.protocols.UDP.start
>>> (UDP.java:367)
>>> [java] [junit] ... 2 more
>>> [java] BUILD FAILED
>>> [java] C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:
>>> 131: The
>>> following error occurred while executing this line:
>>> [java] C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:
>>> 141: The
>>> following error occurred while executing this line:
>>> [java]
>>> C:\cygwin\home\kstam\dev\jbossesb\product\rosetta\build.xml:87: The
>>> following error occurred while executing this line:
>>> [java]
>>> C:\cygwin\home\kstam\dev\jbossesb\product\rosetta\tests\build.xml:
>>> 82:
>>> The following error occurred while executing this line:
>>> [java]
>>> C:\cygwin\home\kstam\dev\jbossesb\product\rosetta\tests\build.xml:
>>> 109:
>>> Test
>>> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUni
>>> tTest
>>> failed
>>> [java] Total time: 3 minutes 57 seconds
>>>
>>> BUILD FAILED
>>> C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:420: The
>>> following
>>> error occurred while executing this line:
>>> C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:87: Java
>>> returned: 1
>>>
>>> _______________________________________________
>>> esb-dev mailing list
>>> esb-dev(a)lists.jboss.org <mailto:esb-dev@lists.jboss.org>
>>> https://lists.jboss.org/mailman/listinfo/esb-dev
>>
>> ----
>>
>> Mark Little
>> mlittle(a)redhat.com <mailto:mlittle@redhat.com>
>>
>> JBoss, a Division of Red Hat
>> Registered Address: Red Hat UK Ltd, Amberley Place, 107-111
>> Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom.
>> Registered in UK and Wales under Company Registration No. 3798903
>> Directors: Michael Cunningham (USA), Charlie Peters (USA) and
>> David Owens (Ireland)
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> ---
>>
>> _______________________________________________
>> esb-dev mailing list
>> esb-dev(a)lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/esb-dev
>>
>
> --
> Red Hat:
> Registered Address: Red Hat Ltd, Brian O' Donnell and Partners, 62
> Merrion Square, Dublin 2, Ireland.
> Registered in the Companies Registration Office, Parnell House, 14
> Parnell Square, Dublin 1, Ireland, at No. 304873
> Directors: Charlie Peters (USA), Michael Cunningham (USA). David
> Owens, Brendan Lane
>
----
Mark Little
mlittle(a)redhat.com
JBoss, a Division of Red Hat
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire,
SI4 1TE, United Kingdom.
Registered in UK and Wales under Company Registration No. 3798903
Directors: Michael Cunningham (USA), Charlie Peters (USA) and David
Owens (Ireland)
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
17 years, 5 months
RE: Re: [esb-dev] build error
by Daniel Bevenius
Tom, do you have a wireless network interface?
I believe that you will still se this error if you run the 'integration' target.
I'll try to sort this out...I'll double check the jgroups configuration to see that it's using lookback.
Are you running windows? If so do you have the "Media Sence" thing turned on? Don't worry if you don't have time with this as I'll try to check this myself in the next few days.
Thanks,
Daniel
I did an update Daniel, and all seems to be fine again.
Thanks.
T.
Daniel Bevenius wrote:
> Sorry for not responding earlier...was out for lunch.
>
> I replied to Kurt yesterday but not to the mailing list.
>
> The problem was running without a network interface configured, and possibly with windows with wireless card (might have something to do with the Media access feature, but not sure yet)with the following clases:
>
> #svn diff --summarize -r 12869:head
> D ReadOnlyRemoteGatewayListenerUnitTest.java
> A ReadOnlyRemoteGatewayListenerIntegrationTest.java
> D remotestrategies/ReadOnlyRemoteFileSystemStrategyUnitTest.java
> D remotestrategies/cache/DeleteOnEvictTreeCacheListenerUnitTest.java
> D remotestrategies/cache/FtpFileCacheUnitTest.java
> A remotestrategies/cache/FtpFileCacheIntegrationTest.java
> A remotestrategies/cache/DeleteOnEvictTreeCacheListenerIntegrationTest.java
> A remotestrategies/ReadOnlyRemoteFileSystemStrategyIntegrationTest.java
>
> ------------------------------------------------------------------------
> r12870 | beve | 2007-06-26 19:38:50 +0200 (Tue, 26 Jun 2007) | 3 lines
>
> Renamed the Unit test to Integration test as they will not work unless one has a configured network interface.
> There seems to be a problem with running these on windows using a wireless card. Kurt reported the error.
>
> So, the classes have been renamed and should only being run during integration test if I'm not misstaken.
>
> Are you all having these problems?
>
> Thanks
>
> /Daniel
>
>
> Adding Daniel to this in case he can shed any light (since I think he
> added the ReadOnlyRemoteGateway stuff in the first place).
>
> Daniel, if you're not on the esb-dev list, add yourself as well.
>
> Cheers,
>
> Mark.
>
>
> On 27 Jun 2007, at 11:43, Tom Fennelly wrote:
>
>
>> Actually, that's not what this thread is about. There's an issue
>> (jgroups) that both Kurt an I see wrt the
>> "ReadOnlyRemoteGatewayListenerUnitTest" :
>> org.jboss.soa.esb.ConfigurationException:
>> org.jboss.soa.esb.listeners.gateway.remotestrategies.RemoteFileSystemS
>> trategyException:
>> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCach
>> eException:
>> org.jgroups.ChannelException: failed to start protocol stack
>> [java] [junit] at
>> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListener.crea
>> teRemoteFileSystemStrategy(ReadOnlyRemoteGatewayListener.java:222)
>> (See start of thread for full details)
>>
>> It looks like a local env issue and we were just wondering was
>> there some setup required that we weren't aware of?? As it turns
>> out, it looks as though the offending tests have been removed, so
>> it's probably not an issue anymore, unless they need to be readded.
>>
>> T.
>>
>> Mark Little wrote:
>>
>>> Linux builds have been failing since the 25th of June (that's the
>>> last email I have, so it may go back further). Hudson builds
>>> seemed to be working fine after Daniel fixed his target issues. I
>>> have an email from Hudson on the 25th that says "back to normal".
>>> I'm assuming "normal" is "build ok", though you can never be too
>>> sure ;-)
>>>
>>> Mark.
>>>
>>>
>>> On 27 Jun 2007, at 11:34, Kevin Conner wrote:
>>>
>>>
>>>> Mark Little wrote:
>>>>
>>>>> BTW, the last failure message I saw from Hudson (last night my
>>>>> time), it
>>>>> failed on the FTP integration test.
>>>>>
>>>> Sorry, I've missed most of this. Do we still have an issue with the
>>>> build or is that what we are trying to work out?
>>>>
>>>> Kev
>>>>
>>>> --
>>>> JBoss, a Division of Red Hat
>>>> Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
>>>> Street, Windsor, Berkshire,
>>>> SI4 1TE, United Kingdom.
>>>> Registered in UK and Wales under Company Registration No. 3798903
>>>> Directors: Michael Cunningham (USA), Charlie Peters (USA) and David
>>>> Owens (Ireland)
>>>>
>>> ----
>>>
>>> Mark Little
>>> mlittle(a)redhat.com
>>>
>>> JBoss, a Division of Red Hat
>>> Registered Address: Red Hat UK Ltd, Amberley Place, 107-111
>>> Peascod Street, Windsor, Berkshire,
>>> SI4 1TE, United Kingdom.
>>> Registered in UK and Wales under Company Registration No. 3798903
>>> Directors: Michael Cunningham (USA), Charlie Peters (USA) and
>>> David Owens (Ireland)
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> esb-dev mailing list
>>> esb-dev(a)lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/esb-dev
>>>
>>>
>> --
>> Red Hat:
>> Registered Address: Red Hat Ltd, Brian O' Donnell and Partners, 62
>> Merrion Square, Dublin 2, Ireland.
>> Registered in the Companies Registration Office, Parnell House, 14
>> Parnell Square, Dublin 1, Ireland, at No. 304873
>> Directors: Charlie Peters (USA), Michael Cunningham (USA). David
>> Owens, Brendan Lane
>>
>
> ----
>
> Mark Little
> mlittle(a)redhat.com
>
> JBoss, a Division of Red Hat
> Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
> Street, Windsor, Berkshire,
> SI4 1TE, United Kingdom.
> Registered in UK and Wales under Company Registration No. 3798903
> Directors: Michael Cunningham (USA), Charlie Peters (USA) and David
> Owens (Ireland)
>
>
>
>
>
>
--
Red Hat:
Registered Address: Red Hat Ltd, Brian O' Donnell and Partners, 62 Merrion Square, Dublin 2, Ireland.
Registered in the Companies Registration Office, Parnell House, 14 Parnell Square, Dublin 1, Ireland, at No. 304873
Directors: Charlie Peters (USA), Michael Cunningham (USA). David Owens, Brendan Lane
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
17 years, 5 months
RE: Re: [esb-dev] build error
by Daniel Bevenius
Just to sort things out a bit. The error Kurt had last night (or yesterday...don't really know where he is:) ) was the one listed below in the class ReadOnlyRemoteGatewayListenerUnitTest.
The CI build failure I think is coming from ListenerManagerFTPIntegrationTest. This is the "getMessage timeout" error message (or something like that).
Is that right? Just so I know were I should start looking.
/Daniel
BTW, the last failure message I saw from Hudson (last night my time),
it failed on the FTP integration test.
Mark.
On 26 Jun 2007, at 16:54, Kurt T Stam wrote:
> Anyone getting this? What do I do to fix this?
>
> [java] [junit] Testcase:
> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUnitT
> est
> took 0 sec
> [java] [junit] Caused an ERROR
> [java] [junit]
> org.jboss.soa.esb.listeners.gateway.remotestrategies.RemoteFileSystemS
> trategyException:
> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCach
> eException:
> org.jgroups.ChannelException: failed to start protocol stack
> [java] [junit] org.jboss.soa.esb.ConfigurationException:
> org.jboss.soa.esb.listeners.gateway.remotestrategies.RemoteFileSystemS
> trategyException:
> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCach
> eException:
> org.jgroups.ChannelException: failed to start protocol stack
> [java] [junit] at
> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListener.crea
> teRemoteFileSystemStrategy(ReadOnlyRemoteGatewayListener.java:222)
> [java] [junit] at
> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListener.<ini
> t>(ReadOnlyRemoteGatewayListener.java:83)
> [java] [junit] at
> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUnitT
> est.createRemoteGatewayListener
> (ReadOnlyRemoteGatewayListenerUnitTest.java:212)
> [java] [junit] at
> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUnitT
> est.classSetup(ReadOnlyRemoteGatewayListenerUnitTest.java:76)
> [java] [junit] at
> org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod
> (BeforeAndAfterRunner.java:74)
> [java] [junit] at
> org.junit.internal.runners.BeforeAndAfterRunner.runBefores
> (BeforeAndAfterRunner.java:50)
> [java] [junit] at
> org.junit.internal.runners.BeforeAndAfterRunner.runProtected
> (BeforeAndAfterRunner.java:33)
> [java] [junit] at
> org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:
> 52)
> [java] [junit] at
> junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:32)
> [java] [junit] Caused by:
> org.jboss.soa.esb.listeners.gateway.remotestrategies.RemoteFileSystemS
> trategyException:
> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCach
> eException:
> org.jgroups.ChannelException: failed to start protocol stack
> [java] [junit] at
> org.jboss.soa.esb.listeners.gateway.remotestrategies.ReadOnlyRemoteFil
> eSystemStrategy.init(ReadOnlyRemoteFileSystemStrategy.java:63)
> [java] [junit] at
> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListener.crea
> teRemoteFileSystemStrategy(ReadOnlyRemoteGatewayListener.java:205)
> [java] [junit] ... 15 more
> [java] [junit] Caused by:
> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCach
> eException:
> org.jgroups.ChannelException: failed to start protocol stack
> [java] [junit] at
> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCach
> e.start(FtpFileCache.java:135)
> [java] [junit] at
> org.jboss.soa.esb.listeners.gateway.remotestrategies.ReadOnlyRemoteFil
> eSystemStrategy.init(ReadOnlyRemoteFileSystemStrategy.java:59)
> [java] [junit] ... 16 more
> [java] [junit] Caused by: org.jgroups.ChannelException: failed to
> start protocol stack
> [java] [junit] at org.jgroups.JChannel.connect
> (JChannel.java:389)
> [java] [junit] at
> org.jboss.cache.TreeCache.startService(TreeCache.java:1263)
> [java] [junit] at
> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCach
> e.start(FtpFileCache.java:130)
> [java] [junit] ... 17 more
> [java] [junit] Caused by: java.lang.Exception: exception
> caused by
> UDP.start()
> [java] [junit] at
> org.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:582)
> [java] [junit] at
> org.jgroups.stack.DownHandler.run(Protocol.java:118)
> [java] [junit] Caused by: java.lang.Exception: problem creating
> sockets (bind_addr=localhost/127.0.0.1, mcast_addr=228.1.2.3:48866)
> [java] [junit] at org.jgroups.protocols.UDP.start(UDP.java:
> 372)
> [java] [junit] at
> org.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:571)
> [java] [junit] ... 1 more
> [java] [junit] Caused by: java.net.SocketException: bad argument
> for IP_MULTICAST_IF2: No IP addresses bound to interface
> [java] [junit] at
> java.net.PlainDatagramSocketImpl.socketSetOption(Native Method)
> [java] [junit] at
> java.net.PlainDatagramSocketImpl.setOption
> (PlainDatagramSocketImpl.java:299)
> [java] [junit] at
> java.net.MulticastSocket.setNetworkInterface(MulticastSocket.java:502)
> [java] [junit] at
> org.jgroups.protocols.UDP.createSockets(UDP.java:490)
> [java] [junit] at org.jgroups.protocols.UDP.start(UDP.java:
> 367)
> [java] [junit] ... 2 more
> [java] BUILD FAILED
> [java] C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:
> 131: The
> following error occurred while executing this line:
> [java] C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:
> 141: The
> following error occurred while executing this line:
> [java]
> C:\cygwin\home\kstam\dev\jbossesb\product\rosetta\build.xml:87: The
> following error occurred while executing this line:
> [java]
> C:\cygwin\home\kstam\dev\jbossesb\product\rosetta\tests\build.xml:82:
> The following error occurred while executing this line:
> [java]
> C:\cygwin\home\kstam\dev\jbossesb\product\rosetta\tests\build.xml:109:
> Test
> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUnitT
> est
> failed
> [java] Total time: 3 minutes 57 seconds
>
> BUILD FAILED
> C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:420: The following
> error occurred while executing this line:
> C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:87: Java
> returned: 1
>
> _______________________________________________
> esb-dev mailing list
> esb-dev(a)lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/esb-dev
----
Mark Little
mlittle(a)redhat.com
JBoss, a Division of Red Hat
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire,
SI4 1TE, United Kingdom.
Registered in UK and Wales under Company Registration No. 3798903
Directors: Michael Cunningham (USA), Charlie Peters (USA) and David
Owens (Ireland)
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
17 years, 5 months
RE: Re: [esb-dev] build error
by Daniel Bevenius
Sorry for not responding earlier...was out for lunch.
I replied to Kurt yesterday but not to the mailing list.
The problem was running without a network interface configured, and possibly with windows with wireless card (might have something to do with the Media access feature, but not sure yet)with the following clases:
#svn diff --summarize -r 12869:head
D ReadOnlyRemoteGatewayListenerUnitTest.java
A ReadOnlyRemoteGatewayListenerIntegrationTest.java
D remotestrategies/ReadOnlyRemoteFileSystemStrategyUnitTest.java
D remotestrategies/cache/DeleteOnEvictTreeCacheListenerUnitTest.java
D remotestrategies/cache/FtpFileCacheUnitTest.java
A remotestrategies/cache/FtpFileCacheIntegrationTest.java
A remotestrategies/cache/DeleteOnEvictTreeCacheListenerIntegrationTest.java
A remotestrategies/ReadOnlyRemoteFileSystemStrategyIntegrationTest.java
------------------------------------------------------------------------
r12870 | beve | 2007-06-26 19:38:50 +0200 (Tue, 26 Jun 2007) | 3 lines
Renamed the Unit test to Integration test as they will not work unless one has a configured network interface.
There seems to be a problem with running these on windows using a wireless card. Kurt reported the error.
So, the classes have been renamed and should only being run during integration test if I'm not misstaken.
Are you all having these problems?
Thanks
/Daniel
Adding Daniel to this in case he can shed any light (since I think he
added the ReadOnlyRemoteGateway stuff in the first place).
Daniel, if you're not on the esb-dev list, add yourself as well.
Cheers,
Mark.
On 27 Jun 2007, at 11:43, Tom Fennelly wrote:
> Actually, that's not what this thread is about. There's an issue
> (jgroups) that both Kurt an I see wrt the
> "ReadOnlyRemoteGatewayListenerUnitTest" :
> org.jboss.soa.esb.ConfigurationException:
> org.jboss.soa.esb.listeners.gateway.remotestrategies.RemoteFileSystemS
> trategyException:
> org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCach
> eException:
> org.jgroups.ChannelException: failed to start protocol stack
> [java] [junit] at
> org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListener.crea
> teRemoteFileSystemStrategy(ReadOnlyRemoteGatewayListener.java:222)
> (See start of thread for full details)
>
> It looks like a local env issue and we were just wondering was
> there some setup required that we weren't aware of?? As it turns
> out, it looks as though the offending tests have been removed, so
> it's probably not an issue anymore, unless they need to be readded.
>
> T.
>
> Mark Little wrote:
>> Linux builds have been failing since the 25th of June (that's the
>> last email I have, so it may go back further). Hudson builds
>> seemed to be working fine after Daniel fixed his target issues. I
>> have an email from Hudson on the 25th that says "back to normal".
>> I'm assuming "normal" is "build ok", though you can never be too
>> sure ;-)
>>
>> Mark.
>>
>>
>> On 27 Jun 2007, at 11:34, Kevin Conner wrote:
>>
>>> Mark Little wrote:
>>>> BTW, the last failure message I saw from Hudson (last night my
>>>> time), it
>>>> failed on the FTP integration test.
>>>
>>> Sorry, I've missed most of this. Do we still have an issue with the
>>> build or is that what we are trying to work out?
>>>
>>> Kev
>>>
>>> --
>>> JBoss, a Division of Red Hat
>>> Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
>>> Street, Windsor, Berkshire,
>>> SI4 1TE, United Kingdom.
>>> Registered in UK and Wales under Company Registration No. 3798903
>>> Directors: Michael Cunningham (USA), Charlie Peters (USA) and David
>>> Owens (Ireland)
>>
>> ----
>>
>> Mark Little
>> mlittle(a)redhat.com
>>
>> JBoss, a Division of Red Hat
>> Registered Address: Red Hat UK Ltd, Amberley Place, 107-111
>> Peascod Street, Windsor, Berkshire,
>> SI4 1TE, United Kingdom.
>> Registered in UK and Wales under Company Registration No. 3798903
>> Directors: Michael Cunningham (USA), Charlie Peters (USA) and
>> David Owens (Ireland)
>>
>>
>>
>>
>>
>> _______________________________________________
>> esb-dev mailing list
>> esb-dev(a)lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/esb-dev
>>
>
> --
> Red Hat:
> Registered Address: Red Hat Ltd, Brian O' Donnell and Partners, 62
> Merrion Square, Dublin 2, Ireland.
> Registered in the Companies Registration Office, Parnell House, 14
> Parnell Square, Dublin 1, Ireland, at No. 304873
> Directors: Charlie Peters (USA), Michael Cunningham (USA). David
> Owens, Brendan Lane
----
Mark Little
mlittle(a)redhat.com
JBoss, a Division of Red Hat
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire,
SI4 1TE, United Kingdom.
Registered in UK and Wales under Company Registration No. 3798903
Directors: Michael Cunningham (USA), Charlie Peters (USA) and David
Owens (Ireland)
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
17 years, 5 months
build error
by Kurt T Stam
Anyone getting this? What do I do to fix this?
[java] [junit] Testcase:
org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUnitTest
took 0 sec
[java] [junit] Caused an ERROR
[java] [junit]
org.jboss.soa.esb.listeners.gateway.remotestrategies.RemoteFileSystemStrategyException:
org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCacheException:
org.jgroups.ChannelException: failed to start protocol stack
[java] [junit] org.jboss.soa.esb.ConfigurationException:
org.jboss.soa.esb.listeners.gateway.remotestrategies.RemoteFileSystemStrategyException:
org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCacheException:
org.jgroups.ChannelException: failed to start protocol stack
[java] [junit] at
org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListener.createRemoteFileSystemStrategy(ReadOnlyRemoteGatewayListener.java:222)
[java] [junit] at
org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListener.<init>(ReadOnlyRemoteGatewayListener.java:83)
[java] [junit] at
org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUnitTest.createRemoteGatewayListener(ReadOnlyRemoteGatewayListenerUnitTest.java:212)
[java] [junit] at
org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUnitTest.classSetup(ReadOnlyRemoteGatewayListenerUnitTest.java:76)
[java] [junit] at
org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(BeforeAndAfterRunner.java:74)
[java] [junit] at
org.junit.internal.runners.BeforeAndAfterRunner.runBefores(BeforeAndAfterRunner.java:50)
[java] [junit] at
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:33)
[java] [junit] at
org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
[java] [junit] at
junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:32)
[java] [junit] Caused by:
org.jboss.soa.esb.listeners.gateway.remotestrategies.RemoteFileSystemStrategyException:
org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCacheException:
org.jgroups.ChannelException: failed to start protocol stack
[java] [junit] at
org.jboss.soa.esb.listeners.gateway.remotestrategies.ReadOnlyRemoteFileSystemStrategy.init(ReadOnlyRemoteFileSystemStrategy.java:63)
[java] [junit] at
org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListener.createRemoteFileSystemStrategy(ReadOnlyRemoteGatewayListener.java:205)
[java] [junit] ... 15 more
[java] [junit] Caused by:
org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCacheException:
org.jgroups.ChannelException: failed to start protocol stack
[java] [junit] at
org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCache.start(FtpFileCache.java:135)
[java] [junit] at
org.jboss.soa.esb.listeners.gateway.remotestrategies.ReadOnlyRemoteFileSystemStrategy.init(ReadOnlyRemoteFileSystemStrategy.java:59)
[java] [junit] ... 16 more
[java] [junit] Caused by: org.jgroups.ChannelException: failed to
start protocol stack
[java] [junit] at org.jgroups.JChannel.connect(JChannel.java:389)
[java] [junit] at
org.jboss.cache.TreeCache.startService(TreeCache.java:1263)
[java] [junit] at
org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCache.start(FtpFileCache.java:130)
[java] [junit] ... 17 more
[java] [junit] Caused by: java.lang.Exception: exception caused by
UDP.start()
[java] [junit] at
org.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:582)
[java] [junit] at
org.jgroups.stack.DownHandler.run(Protocol.java:118)
[java] [junit] Caused by: java.lang.Exception: problem creating
sockets (bind_addr=localhost/127.0.0.1, mcast_addr=228.1.2.3:48866)
[java] [junit] at org.jgroups.protocols.UDP.start(UDP.java:372)
[java] [junit] at
org.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:571)
[java] [junit] ... 1 more
[java] [junit] Caused by: java.net.SocketException: bad argument
for IP_MULTICAST_IF2: No IP addresses bound to interface
[java] [junit] at
java.net.PlainDatagramSocketImpl.socketSetOption(Native Method)
[java] [junit] at
java.net.PlainDatagramSocketImpl.setOption(PlainDatagramSocketImpl.java:299)
[java] [junit] at
java.net.MulticastSocket.setNetworkInterface(MulticastSocket.java:502)
[java] [junit] at
org.jgroups.protocols.UDP.createSockets(UDP.java:490)
[java] [junit] at org.jgroups.protocols.UDP.start(UDP.java:367)
[java] [junit] ... 2 more
[java] BUILD FAILED
[java] C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:131: The
following error occurred while executing this line:
[java] C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:141: The
following error occurred while executing this line:
[java]
C:\cygwin\home\kstam\dev\jbossesb\product\rosetta\build.xml:87: The
following error occurred while executing this line:
[java]
C:\cygwin\home\kstam\dev\jbossesb\product\rosetta\tests\build.xml:82:
The following error occurred while executing this line:
[java]
C:\cygwin\home\kstam\dev\jbossesb\product\rosetta\tests\build.xml:109:
Test
org.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUnitTest
failed
[java] Total time: 3 minutes 57 seconds
BUILD FAILED
C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:420: The following
error occurred while executing this line:
C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:87: Java returned: 1
17 years, 5 months
Source restructuring
by Daniel Bevenius
Hi,
I've just committed work for
http://jira.jboss.com/jira/browse/JBESB-509 which was a task for merging product/core/listeners and product/core/services into product/core/rosetta, and then move product/core/rosetta to product/rosetta.
This has now been committed and I just wanted to let people know that if they have local changes in product/core they might be deleted upon an svn update. So please just take a copy before updating if this is the case.
Thanks,
Daniel
17 years, 5 months
InfoQ: OSGi & Spring In-depth with Adrian Colyer
by Tom Fennelly
http://www.infoq.com/interviews/osgi-adrian-colyer
--
Red Hat:
Registered Address: Red Hat Ltd, Brian O' Donnell and Partners, 62 Merrion Square, Dublin 2, Ireland.
Registered in the Companies Registration Office, Parnell House, 14 Parnell Square, Dublin 1, Ireland, at No. 304873
Directors: Charlie Peters (USA), Michael Cunningham (USA). David Owens, Brendan Lane
17 years, 6 months