Project

General

Profile

Actions

Bug #3496

closed

WritePendingException from TestGetAsyncThreadPool on Windows

Added by Anonymous about 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
03/02/2016
Due date:
% Done:

0%

Estimated time:

Description

On Windows 7 (in a Parallels virtual machine) I run the following commands

mvn install
cd examples
mvn test -DclassName=TestGetAsyncThreadPool

It gives the following output (partially truncated):

net.named_data.jndn.transport.AsyncTcpTransport$2 completed
SEVERE: null
java.nio.channels.WritePendingException
    at sun.nio.ch.AsynchronousSocketChannelImpl.write(AsynchronousSocketChannelImpl.java:352)
    at sun.nio.ch.AsynchronousSocketChannelImpl.write(AsynchronousSocketChannelImpl.java:387)
    at net.named_data.jndn.transport.AsyncTcpTransport.send(AsyncTcpTransport.java:223)
    at net.named_data.jndn.Node.expressInterestHelper(Node.java:542)
    at net.named_data.jndn.Node.access$000(Node.java:49)
    at net.named_data.jndn.Node$1.run(Node.java:117)
    at net.named_data.jndn.Node$2.run(Node.java:133)
    at net.named_data.jndn.transport.AsyncTcpTransport$2.completed(AsyncTcpTransport.java:180)
    at net.named_data.jndn.transport.AsyncTcpTransport$2.completed(AsyncTcpTransport.java:175)
    at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
    at sun.nio.ch.Invoker$2.run(Invoker.java:218)
    at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
Time out for interest /
Actions

Also available in: Atom PDF