You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sian January (JIRA)" <ji...@apache.org> on 2006/08/23 15:54:17 UTC

[jira] Created: (HARMONY-1270) NIO problems when running Apache MINA examples

NIO problems when running Apache MINA examples
----------------------------------------------

                 Key: HARMONY-1270
                 URL: http://issues.apache.org/jira/browse/HARMONY-1270
             Project: Harmony
          Issue Type: Bug
          Components: App-Oriented Bug Reports
         Environment: Windows XP
            Reporter: Sian January


I downloaded Apache MINI 0.8.2 and attempted to run some of the examples.  When running both org.apache.mina.examples.echoserver.Main and org.apache.mina.examples.reverser.Main and trying to connect with putty (hostname: localhost, port: 8080, protocol: raw) the following exception occurred:

K0319java.nio.channels.NotYetBoundException
	at org.apache.harmony.nio.internal.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:124)
	at org.apache.mina.io.socket.SocketAcceptor$Worker.processSessions(SocketAcceptor.java:34)
	at org.apache.mina.io.socket.SocketAcceptor$Worker.run(SocketAcceptor.java:244)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1270) NIO problems when running Apache MINA examples

Posted by "Sian January (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1270?page=comments#action_12430214 ] 
            
Sian January commented on HARMONY-1270:
---------------------------------------

Thanks Alexey - I think this is a duplicate.  Would someone be able to close this one?

> NIO problems when running Apache MINA examples
> ----------------------------------------------
>
>                 Key: HARMONY-1270
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1270
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>         Environment: Windows XP
>            Reporter: Sian January
>
> I downloaded Apache MINI 0.8.2 and attempted to run some of the examples.  When running both org.apache.mina.examples.echoserver.Main and org.apache.mina.examples.reverser.Main and trying to connect with putty (hostname: localhost, port: 8080, protocol: raw) the following exception occurred:
> K0319java.nio.channels.NotYetBoundException
> 	at org.apache.harmony.nio.internal.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:124)
> 	at org.apache.mina.io.socket.SocketAcceptor$Worker.processSessions(SocketAcceptor.java:34)
> 	at org.apache.mina.io.socket.SocketAcceptor$Worker.run(SocketAcceptor.java:244)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-1270) NIO problems when running Apache MINA examples

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1270?page=all ]

Paulex Yang closed HARMONY-1270.
--------------------------------

    Resolution: Duplicate

Duplicated with HARMONY-1186.

> NIO problems when running Apache MINA examples
> ----------------------------------------------
>
>                 Key: HARMONY-1270
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1270
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>         Environment: Windows XP
>            Reporter: Sian January
>
> I downloaded Apache MINI 0.8.2 and attempted to run some of the examples.  When running both org.apache.mina.examples.echoserver.Main and org.apache.mina.examples.reverser.Main and trying to connect with putty (hostname: localhost, port: 8080, protocol: raw) the following exception occurred:
> K0319java.nio.channels.NotYetBoundException
> 	at org.apache.harmony.nio.internal.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:124)
> 	at org.apache.mina.io.socket.SocketAcceptor$Worker.processSessions(SocketAcceptor.java:34)
> 	at org.apache.mina.io.socket.SocketAcceptor$Worker.run(SocketAcceptor.java:244)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1270) NIO problems when running Apache MINA examples

Posted by "Sian January (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1270?page=comments#action_12430011 ] 
            
Sian January commented on HARMONY-1270:
---------------------------------------

Additional notes:  I am running a version of the class libraries that I built earlier this week (possibly 21st August) and the IBM VME.

> NIO problems when running Apache MINA examples
> ----------------------------------------------
>
>                 Key: HARMONY-1270
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1270
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>         Environment: Windows XP
>            Reporter: Sian January
>
> I downloaded Apache MINI 0.8.2 and attempted to run some of the examples.  When running both org.apache.mina.examples.echoserver.Main and org.apache.mina.examples.reverser.Main and trying to connect with putty (hostname: localhost, port: 8080, protocol: raw) the following exception occurred:
> K0319java.nio.channels.NotYetBoundException
> 	at org.apache.harmony.nio.internal.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:124)
> 	at org.apache.mina.io.socket.SocketAcceptor$Worker.processSessions(SocketAcceptor.java:34)
> 	at org.apache.mina.io.socket.SocketAcceptor$Worker.run(SocketAcceptor.java:244)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1270) NIO problems when running Apache MINA examples

Posted by "Alexey Petrenko (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1270?page=comments#action_12430208 ] 
            
Alexey Petrenko commented on HARMONY-1270:
------------------------------------------

This bug looks very similar to HARMONY-1186.
Are you sure that you have sources with this fix applied?

> NIO problems when running Apache MINA examples
> ----------------------------------------------
>
>                 Key: HARMONY-1270
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1270
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>         Environment: Windows XP
>            Reporter: Sian January
>
> I downloaded Apache MINI 0.8.2 and attempted to run some of the examples.  When running both org.apache.mina.examples.echoserver.Main and org.apache.mina.examples.reverser.Main and trying to connect with putty (hostname: localhost, port: 8080, protocol: raw) the following exception occurred:
> K0319java.nio.channels.NotYetBoundException
> 	at org.apache.harmony.nio.internal.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:124)
> 	at org.apache.mina.io.socket.SocketAcceptor$Worker.processSessions(SocketAcceptor.java:34)
> 	at org.apache.mina.io.socket.SocketAcceptor$Worker.run(SocketAcceptor.java:244)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira