Can you try it outside Eclipse. For a start, it'll run really fast - like only 10 mins ;-)
Eclipse may also be screwing with yer classpath - I doubt it, but easiest thing is to avoid the possibility all together.
In general I think it's a good idea to run builds on your local machine in the same way as they're run on the CI machine (or as near as possible).
T.Mark Little wrote: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.ReadOnlyRemoteGatewayListenerUnitTesttook 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] atorg.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListener.createRemoteFileSystemStrategy(ReadOnlyRemoteGatewayListener.java:222)[java] [junit] atorg.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListener.<init>(ReadOnlyRemoteGatewayListener.java:83)[java] [junit] atorg.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUnitTest.createRemoteGatewayListener(ReadOnlyRemoteGatewayListenerUnitTest.java:212)[java] [junit] atorg.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUnitTest.classSetup(ReadOnlyRemoteGatewayListenerUnitTest.java:76)[java] [junit] atorg.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(BeforeAndAfterRunner.java:74)[java] [junit] atorg.junit.internal.runners.BeforeAndAfterRunner.runBefores(BeforeAndAfterRunner.java:50)[java] [junit] atorg.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:33)[java] [junit] atorg.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)[java] [junit] atjunit.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] atorg.jboss.soa.esb.listeners.gateway.remotestrategies.ReadOnlyRemoteFileSystemStrategy.init(ReadOnlyRemoteFileSystemStrategy.java:63)[java] [junit] atorg.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] atorg.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCache.start(FtpFileCache.java:135)[java] [junit] atorg.jboss.soa.esb.listeners.gateway.remotestrategies.ReadOnlyRemoteFileSystemStrategy.init(ReadOnlyRemoteFileSystemStrategy.java:59)[java] [junit] ... 16 more[java] [junit] Caused by: org.jgroups.ChannelException: failed tostart protocol stack[java] [junit] at org.jgroups.JChannel.connect(JChannel.java:389)[java] [junit] atorg.jboss.cache.TreeCache.startService(TreeCache.java:1263)[java] [junit] atorg.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 byUDP.start()[java] [junit] atorg.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:582)[java] [junit] atorg.jgroups.stack.DownHandler.run(Protocol.java:118)[java] [junit] Caused by: java.lang.Exception: problem creatingsockets (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] atorg.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:571)[java] [junit] ... 1 more[java] [junit] Caused by: java.net.SocketException: bad argumentfor IP_MULTICAST_IF2: No IP addresses bound to interface[java] [junit] atjava.net.PlainDatagramSocketImpl.socketSetOption(Native Method)[java] [junit] atjava.net.PlainDatagramSocketImpl.setOption(PlainDatagramSocketImpl.java:299)[java] [junit] atjava.net.MulticastSocket.setNetworkInterface(MulticastSocket.java:502)[java] [junit] atorg.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: Thefollowing error occurred while executing this line:[java] C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:141: Thefollowing error occurred while executing this line:[java]C:\cygwin\home\kstam\dev\jbossesb\product\rosetta\build.xml:87: Thefollowing 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:Testorg.jboss.soa.esb.listeners.gateway.ReadOnlyRemoteGatewayListenerUnitTestfailed[java] Total time: 3 minutes 57 secondsBUILD FAILEDC:\cygwin\home\kstam\dev\jbossesb\product\build.xml:420: The followingerror occurred while executing this line:C:\cygwin\home\kstam\dev\jbossesb\product\build.xml:87: Java returned: 1_______________________________________________esb-dev mailing listesb-dev@lists.jboss.org <mailto:esb-dev@lists.jboss.org>----Mark Littlemlittle@redhat.com <mailto:mlittle@redhat.com>JBoss, a Division of Red HatRegistered 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 listesb-dev@lists.jboss.org <mailto:esb-dev@lists.jboss.org>
--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. 304873Directors: Charlie Peters (USA), Michael Cunningham (USA). David Owens, Brendan Lane----Mark Littlemlittle@redhat.com <mailto:mlittle@redhat.com>JBoss, a Division of Red HatRegistered 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. 304873Directors: Charlie Peters (USA), Michael Cunningham (USA). David Owens, Brendan Lane