Hi
>From where is this code built? I've tried building from some different
tags and branches, but always get test failures. Here's the summaries
and the relevant surefire reports are attached.
http://svn.apache.org/repos/asf/commons/proper/net/tags/NET_2_0_RC3/
Tests in error:
testInitial(org.apache.commons.net.telnet.TelnetClientTest)
testOptionNegotiation(org.apache.commons.net.telnet.TelnetClientTest)
testOptionRenegotiation(org.apache.commons.net.telnet.TelnetClientTest)
testNotification(org.apache.commons.net.telnet.TelnetClientTest)
testDeleteOptionHandler(org.apache.commons.net.telnet.TelnetClientTest)
testAYT(org.apache.commons.net.telnet.TelnetClientTest)
testSpy(org.apache.commons.net.telnet.TelnetClientTest)
testSetReaderThread(org.apache.commons.net.telnet.TelnetClientTest)
http://svn.apache.org/repos/asf/commons/proper/net/tags/NET_2_0_RC_3/
Tests in error:
testInitial(org.apache.commons.net.telnet.TelnetClientTest)
testOptionNegotiation(org.apache.commons.net.telnet.TelnetClientTest)
testOptionRenegotiation(org.apache.commons.net.telnet.TelnetClientTest)
testNotification(org.apache.commons.net.telnet.TelnetClientTest)
testDeleteOptionHandler(org.apache.commons.net.telnet.TelnetClientTest)
testAYT(org.apache.commons.net.telnet.TelnetClientTest)
testSpy(org.apache.commons.net.telnet.TelnetClientTest)
testSetReaderThread(org.apache.commons.net.telnet.TelnetClientTest)
testWriteOnly(org.apache.commons.net.tftp.TFTPServerPathTest)
testWriteOutsideHome(org.apache.commons.net.tftp.TFTPServerPathTest)
http://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0/
Tests in error:
testWriteOnly(org.apache.commons.net.tftp.TFTPServerPathTest)
testWriteOutsideHome(org.apache.commons.net.tftp.TFTPServerPathTest)
/niklas
On Mon, Apr 7, 2008 at 1:12 AM, Rory Winston <[EMAIL PROTECTED]> wrote:
> Hi
>
> This is a release vote for Commons Net 2.0 RC3. This is a
> maintenance release. Thanks to everyone who contributed.
>
> The changes are here:
>
> http://people.apache.org/~rwinston/commons-net-2.0/site/changes-report.html
>
> The RC deployment is here:
> http://people.apache.org/~rwinston/commons-net-2.0/
>
> Javadocs:
> http://people.apache.org/~rwinston/commons-net-2.0/site/apidocs/index.html
>
> have at it!
> Cheers
> Rory
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
-------------------------------------------------------------------------------
Test set: org.apache.commons.net.telnet.TelnetClientTest
-------------------------------------------------------------------------------
Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.045 sec <<<
FAILURE!
testInitial(org.apache.commons.net.telnet.TelnetClientTest) Time elapsed:
0.006 sec <<< ERROR!
java.lang.NullPointerException
at
org.apache.commons.net.io.FromNetASCIIInputStream.<init>(FromNetASCIIInputStream.java:74)
at
org.apache.commons.net.io.FromNetASCIIInputStream.<init>(FromNetASCIIInputStream.java:86)
at
org.apache.commons.net.telnet.TelnetClient._connectAction_(TelnetClient.java:100)
at org.apache.commons.net.SocketClient.connect(SocketClient.java:178)
at
org.apache.commons.net.telnet.TelnetClientTest.setUp(TelnetClientTest.java:121)
at junit.framework.TestCase.runBare(TestCase.java:125)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
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.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
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:338)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
testOptionNegotiation(org.apache.commons.net.telnet.TelnetClientTest) Time
elapsed: 0.002 sec <<< ERROR!
java.lang.NullPointerException
at
org.apache.commons.net.io.FromNetASCIIInputStream.<init>(FromNetASCIIInputStream.java:74)
at
org.apache.commons.net.io.FromNetASCIIInputStream.<init>(FromNetASCIIInputStream.java:86)
at
org.apache.commons.net.telnet.TelnetClient._connectAction_(TelnetClient.java:100)
at org.apache.commons.net.SocketClient.connect(SocketClient.java:178)
at
org.apache.commons.net.telnet.TelnetClientTest.setUp(TelnetClientTest.java:121)
at junit.framework.TestCase.runBare(TestCase.java:125)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
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.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
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:338)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
testOptionRenegotiation(org.apache.commons.net.telnet.TelnetClientTest) Time
elapsed: 0.002 sec <<< ERROR!
java.lang.NullPointerException
at
org.apache.commons.net.io.FromNetASCIIInputStream.<init>(FromNetASCIIInputStream.java:74)
at
org.apache.commons.net.io.FromNetASCIIInputStream.<init>(FromNetASCIIInputStream.java:86)
at
org.apache.commons.net.telnet.TelnetClient._connectAction_(TelnetClient.java:100)
at org.apache.commons.net.SocketClient.connect(SocketClient.java:178)
at
org.apache.commons.net.telnet.TelnetClientTest.setUp(TelnetClientTest.java:121)
at junit.framework.TestCase.runBare(TestCase.java:125)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
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.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
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:338)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
testNotification(org.apache.commons.net.telnet.TelnetClientTest) Time elapsed:
0.008 sec <<< ERROR!
java.lang.NullPointerException
at
org.apache.commons.net.io.FromNetASCIIInputStream.<init>(FromNetASCIIInputStream.java:74)
at
org.apache.commons.net.io.FromNetASCIIInputStream.<init>(FromNetASCIIInputStream.java:86)
at
org.apache.commons.net.telnet.TelnetClient._connectAction_(TelnetClient.java:100)
at org.apache.commons.net.SocketClient.connect(SocketClient.java:178)
at
org.apache.commons.net.telnet.TelnetClientTest.setUp(TelnetClientTest.java:121)
at junit.framework.TestCase.runBare(TestCase.java:125)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
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.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
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:338)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
testDeleteOptionHandler(org.apache.commons.net.telnet.TelnetClientTest) Time
elapsed: 0.002 sec <<< ERROR!
java.lang.NullPointerException
at
org.apache.commons.net.io.FromNetASCIIInputStream.<init>(FromNetASCIIInputStream.java:74)
at
org.apache.commons.net.io.FromNetASCIIInputStream.<init>(FromNetASCIIInputStream.java:86)
at
org.apache.commons.net.telnet.TelnetClient._connectAction_(TelnetClient.java:100)
at org.apache.commons.net.SocketClient.connect(SocketClient.java:178)
at
org.apache.commons.net.telnet.TelnetClientTest.setUp(TelnetClientTest.java:121)
at junit.framework.TestCase.runBare(TestCase.java:125)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
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.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
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:338)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
testAYT(org.apache.commons.net.telnet.TelnetClientTest) Time elapsed: 0.001
sec <<< ERROR!
java.lang.NullPointerException
at
org.apache.commons.net.io.FromNetASCIIInputStream.<init>(FromNetASCIIInputStream.java:74)
at
org.apache.commons.net.io.FromNetASCIIInputStream.<init>(FromNetASCIIInputStream.java:86)
at
org.apache.commons.net.telnet.TelnetClient._connectAction_(TelnetClient.java:100)
at org.apache.commons.net.SocketClient.connect(SocketClient.java:178)
at
org.apache.commons.net.telnet.TelnetClientTest.setUp(TelnetClientTest.java:121)
at junit.framework.TestCase.runBare(TestCase.java:125)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
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.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
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:338)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
testSpy(org.apache.commons.net.telnet.TelnetClientTest) Time elapsed: 0.002
sec <<< ERROR!
java.lang.NullPointerException
at
org.apache.commons.net.io.FromNetASCIIInputStream.<init>(FromNetASCIIInputStream.java:74)
at
org.apache.commons.net.io.FromNetASCIIInputStream.<init>(FromNetASCIIInputStream.java:86)
at
org.apache.commons.net.telnet.TelnetClient._connectAction_(TelnetClient.java:100)
at org.apache.commons.net.SocketClient.connect(SocketClient.java:178)
at
org.apache.commons.net.telnet.TelnetClientTest.setUp(TelnetClientTest.java:121)
at junit.framework.TestCase.runBare(TestCase.java:125)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
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.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
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:338)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
testSetReaderThread(org.apache.commons.net.telnet.TelnetClientTest) Time
elapsed: 0.006 sec <<< ERROR!
java.lang.NullPointerException
at
org.apache.commons.net.io.FromNetASCIIInputStream.<init>(FromNetASCIIInputStream.java:74)
at
org.apache.commons.net.io.FromNetASCIIInputStream.<init>(FromNetASCIIInputStream.java:86)
at
org.apache.commons.net.telnet.TelnetClient._connectAction_(TelnetClient.java:100)
at org.apache.commons.net.SocketClient.connect(SocketClient.java:178)
at
org.apache.commons.net.telnet.TelnetClientTest.setUp(TelnetClientTest.java:121)
at junit.framework.TestCase.runBare(TestCase.java:125)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
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.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
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:338)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
-------------------------------------------------------------------------------
Test set: org.apache.commons.net.tftp.TFTPServerPathTest
-------------------------------------------------------------------------------
Tests run: 3, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.039 sec <<<
FAILURE!
testWriteOnly(org.apache.commons.net.tftp.TFTPServerPathTest) Time elapsed:
0.004 sec <<< ERROR!
java.net.BindException: Address already in use
at java.net.PlainDatagramSocketImpl.bind0(Native Method)
at
java.net.PlainDatagramSocketImpl.bind(PlainDatagramSocketImpl.java:82)
at java.net.DatagramSocket.bind(DatagramSocket.java:368)
at java.net.DatagramSocket.<init>(DatagramSocket.java:210)
at java.net.DatagramSocket.<init>(DatagramSocket.java:261)
at java.net.DatagramSocket.<init>(DatagramSocket.java:234)
at
org.apache.commons.net.DefaultDatagramSocketFactory.createDatagramSocket(DefaultDatagramSocketFactory.java:59)
at
org.apache.commons.net.DatagramSocketClient.open(DatagramSocketClient.java:119)
at org.apache.commons.net.tftp.TFTPServer.launch(TFTPServer.java:239)
at org.apache.commons.net.tftp.TFTPServer.<init>(TFTPServer.java:161)
at
org.apache.commons.net.tftp.TFTPServerPathTest.testWriteOnly(TFTPServerPathTest.java:89)
testWriteOutsideHome(org.apache.commons.net.tftp.TFTPServerPathTest) Time
elapsed: 0.002 sec <<< ERROR!
java.net.BindException: Address already in use
at java.net.PlainDatagramSocketImpl.bind0(Native Method)
at
java.net.PlainDatagramSocketImpl.bind(PlainDatagramSocketImpl.java:82)
at java.net.DatagramSocket.bind(DatagramSocket.java:368)
at java.net.DatagramSocket.<init>(DatagramSocket.java:210)
at java.net.DatagramSocket.<init>(DatagramSocket.java:261)
at java.net.DatagramSocket.<init>(DatagramSocket.java:234)
at
org.apache.commons.net.DefaultDatagramSocketFactory.createDatagramSocket(DefaultDatagramSocketFactory.java:59)
at
org.apache.commons.net.DatagramSocketClient.open(DatagramSocketClient.java:119)
at org.apache.commons.net.tftp.TFTPServer.launch(TFTPServer.java:239)
at org.apache.commons.net.tftp.TFTPServer.<init>(TFTPServer.java:161)
at
org.apache.commons.net.tftp.TFTPServerPathTest.testWriteOutsideHome(TFTPServerPathTest.java:137)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]