You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jason Dillon (JIRA)" <ji...@apache.org> on 2007/06/14 19:42:26 UTC

[jira] Updated: (GERONIMO-2400) Remove ActiveIO concurrent (oswego) usage

     [ https://issues.apache.org/jira/browse/GERONIMO-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Dillon updated GERONIMO-2400:
-----------------------------------

    Component/s: dependencies

> Remove ActiveIO concurrent (oswego) usage
> -----------------------------------------
>
>                 Key: GERONIMO-2400
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2400
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: dependencies
>    Affects Versions: 1.2
>            Reporter: Jason Dillon
>            Assignee: David Blevins
>
> Looks like activeio is still using it... and this error pops up on the jetty-minimal assembly, when using the shutdown command...
> {noformat}
> "Socket Server: tcp://0.0.0.0:4242" daemon prio=5 tid=0x00556830 nid=0x1909800 runnable [b1513000..b1513ce4]
>         at java.net.PlainSocketImpl.socketAccept(Native Method)
>         at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
>         - locked <0x657af3e8> (a java.net.PlainSocketImpl)
>         at java.net.ServerSocket.implAccept(ServerSocket.java:448)
>         at java.net.ServerSocket.accept(ServerSocket.java:419)
>         at org.activeio.net.SocketStreamChannelServer.accept(SocketStreamChannelServer.java:66)
>         at org.activeio.net.SocketSyncChannelServer.accept(SocketSyncChannelServer.java:48)
>         at org.activeio.adapter.SyncToAsyncChannelServer.run(SyncToAsyncChannelServer.java:140)
>         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)
>         at java.lang.Thread.run(Thread.java:552)
> {noformat}
> And its causing an exception on shutdown, ar at least it might be... the stack does not show which thread it comes from:
> {noformat}
> java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/LinkedNode
>         at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(Unknown Source)
>         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(Unknown Source)
>         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)
>         at java.lang.Thread.run(Thread.java:552)
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.