Is it possible that you may already have some program already running that's using that port?
Regards, Alan -----Original Message----- From: Dev [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 8:11 PM To: [EMAIL PROTECTED] Subject: Re: build fails with maven-rc4 More info from the JUnit log... ------------------------------------------- Testsuite: org.apache.geronimo.network.protocol.DatagramProtocolTest Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 2.033 sec ------------- Standard Output --------------- >>>>>>>>>>>>>>>> public void test() throws Exception FOO /127.0.0.1:4037 FOO /127.0.0.1:4037 FOO /127.0.0.1:4037 >>>>>>>>>>>>>>>> public void testClone() throws Exception ------------- ---------------- --------------- Testcase: testClone(org.apache.geronimo.network.protocol.DatagramProtocolTest): Caused an ERROR java.net.BindException: Address already in use: bind org.apache.geronimo.network.protocol.ProtocolException: java.net.BindException: Address already in use: bind at org.apache.geronimo.network.protocol.DatagramProtocol.setup(DatagramProt ocol.java:149) at org.apache.geronimo.network.protocol.DatagramProtocolTest.testClone(Data gramProtocolTest.java:183) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) Caused by: java.net.BindException: Address already in use: bind at sun.nio.ch.Net.bind(Native Method) at sun.nio.ch.DatagramChannelImpl.bind(DatagramChannelImpl.java:471) at sun.nio.ch.DatagramSocketAdaptor.bind(DatagramSocketAdaptor.java:79) at org.apache.geronimo.network.protocol.DatagramProtocol.setup(DatagramProt ocol.java:122) ... 15 more -----Original Message----- From: Dev <[EMAIL PROTECTED]> Sent: Jul 9, 2004 4:17 PM To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: build fails with maven-rc4 The message may be misleading, the build with rc4 fails in modules\network\src\test\org\apache\geronimo\network\protocol\DatagramPr otocolTest.java. Removing this test seems toallow the build to proceed. -dev -----Original Message----- From: Dain Sundstrom <[EMAIL PROTECTED]> Sent: Jul 8, 2004 2:15 PM To: [EMAIL PROTECTED] Subject: Re: build fails with maven-rc4 It looks pretty clear to me that Geronimo does not work with rc4. Please, stick with rc3 until someone figures out what is broken. -dain On Jul 8, 2004, at 12:08 PM, Alan Cabrera wrote: > It's not clear to me that Geronimo is Maven-RC4 safe. > > -----Original Message----- > From: Raj Saini [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 2:14 PM > To: [EMAIL PROTECTED] > Subject: Re: build fails with maven-rc4 > > I am also facing the same problem and and also send a > mail to this list before. Is this maven issue? > > Raj > --- Jacek Laskowski <[EMAIL PROTECTED]> wrote: >> Uma Shankar Kayarohanam wrote: >> >>> With maven-rc4.. build failed with this >> message.. >>> >>> [echo] Building server configuration >>> [java] java.lang.reflect.InvocationTargetException >>> [java] at >> > org.apache.geronimo.gbean.jmx.GBeanMBeanOperation.invoke(GBeanMBeanOper > a > tion.java:146) >>> [java] at >> > org.apache.geronimo.gbean.jmx.GBeanMBean.invoke(GBeanMBean.java:744) >>> <snip/> >>> [java] at >> > org.apache.geronimo.system.main.CommandLine.main(CommandLine.java:82) >>> [java] Caused by: java.lang.NoClassDefFoundError: >> org/apache/geronimo/gbean/GBean >>> [java] at > >> java.lang.ClassLoader.defineClass0(Native Method) >>> <snip/> >>> BUILD FAILED >>> File...... \incubator-geronimo\maven.xml >>> Element... maven:reactor >>> Line...... 180 >>> Column.... 27 >>> Unable to obtain goal [default] -- >> > \incubator-geronimo\modules\assembly\maven.xml:175:84: >> <ant:java> Java returned: 2 >>> >>> >>> Later tried with rc3. Build goes through. >> >> Just to say he's not alone, I'm also having the >> issue with RC4, but >> unable to sort it out yet. >> >> It must be something with the recent changes to the >> way classloading >> works (and I'd expect it written down in CHANGELOG >> or so). >> >> Any volunteers? ;) >> >> Pozdrawiam, >> Jacek >> >> > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - 50x more storage than other providers! > http://promotions.yahoo.com/new_mail > > > > > ----------------------------------------------------------------- > Visit our Internet site at http://www.reuters.com > > Get closer to the financial markets with Reuters Messaging - for more > information and to register, visit http://www.reuters.com/messaging > > Any views expressed in this message are those of the individual > sender, except where the sender specifically states them to be > the views of Reuters Ltd. > ----------------------------------------------------------------- Visit our Internet site at http://www.reuters.com Get closer to the financial markets with Reuters Messaging - for more information and to register, visit http://www.reuters.com/messaging Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Reuters Ltd.
