Task #3624
closedTestAsyncTcpTransport output shows many exceptions
0%
Description
When I run the TestAsyncTcpTransport example, it eventually finishes and shows "INFO: Tests complete". But while running it shows many IOException errors. And at the end, Maven shows "[ERROR] Failed to execute goal ...: An exception occured while executing the Java class. null: ShutdownChannelGroupException".
See the attached full output. Is this how the example is supposed to run normally? If not, what did I do wrong to run it (on my MacBook Pro, OS X 10.11). If it is normal, how can we clean up the output so it looks like it is running correctly?
Files
Updated by Anonymous over 8 years ago
https://github.com/named-data/jndn/pull/15 fixes the problem where Maven says "Failed to execute goal". When I run the example it still shows many exceptions like "Cannot send while the socket is reconnecting". (See the attached log.) Is that expected?
Updated by Anonymous over 8 years ago
- Status changed from New to Closed
As explained in https://github.com/named-data/jndn/pull/15, the exception output is expected and can be suppressed with the Logger. The code was fixes so that Maven runs the target successfully. Closing.