[jboss-jira] [JBoss JIRA] Updated: (AS7-1613) NPE in TranslatingSuspendableChannel.scheduleReadTask
Ondrej Zizka (JIRA)
jira-events at lists.jboss.org
Mon Aug 22 12:05:17 EDT 2011
[ https://issues.jboss.org/browse/AS7-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ondrej Zizka updated AS7-1613:
------------------------------
Description:
Happened after a while of inactivity (if that matters).
Was inactive for a while, then I started typing.
IIRC NPE occured after <Tab>.
[standalone at localhost:9999 interface=public] cd ..
[standalone at localhost:9999 /] cd ..
[standalone at localhost:9999 /] ls
extension core-service path subsystem system-property deployment interface socket-binding-group
[standalone at localhost:9999 /] Exception in thread "pool-1-thread-21" java.lang.NullPointerException
at org.xnio.channels.TranslatingSuspendableChannel.scheduleReadTask(TranslatingSuspendableChannel.java:253)
at org.xnio.channels.TranslatingSuspendableChannel.resumeReads(TranslatingSuspendableChannel.java:233)
at org.jboss.remoting3.remote.ClientConnectionOpenListener$Authentication$2.run(ClientConnectionOpenListener.java:498)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
was:
Happened after a while of inactivity (if that matters).
[standalone at localhost:9999 interface=public] cd ..
[standalone at localhost:9999 /] cd ..
[standalone at localhost:9999 /] ls
extension core-service path subsystem system-property deployment interface socket-binding-group
[standalone at localhost:9999 /] Exception in thread "pool-1-thread-21" java.lang.NullPointerException
at org.xnio.channels.TranslatingSuspendableChannel.scheduleReadTask(TranslatingSuspendableChannel.java:253)
at org.xnio.channels.TranslatingSuspendableChannel.resumeReads(TranslatingSuspendableChannel.java:233)
at org.jboss.remoting3.remote.ClientConnectionOpenListener$Authentication$2.run(ClientConnectionOpenListener.java:498)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
> NPE in TranslatingSuspendableChannel.scheduleReadTask
> -----------------------------------------------------
>
> Key: AS7-1613
> URL: https://issues.jboss.org/browse/AS7-1613
> Project: Application Server 7
> Issue Type: Bug
> Components: CLI
> Affects Versions: 7.0.1.Final
> Reporter: Ondrej Zizka
> Assignee: Alexey Loubyansky
>
> Happened after a while of inactivity (if that matters).
> Was inactive for a while, then I started typing.
> IIRC NPE occured after <Tab>.
> [standalone at localhost:9999 interface=public] cd ..
> [standalone at localhost:9999 /] cd ..
> [standalone at localhost:9999 /] ls
> extension core-service path subsystem system-property deployment interface socket-binding-group
> [standalone at localhost:9999 /] Exception in thread "pool-1-thread-21" java.lang.NullPointerException
> at org.xnio.channels.TranslatingSuspendableChannel.scheduleReadTask(TranslatingSuspendableChannel.java:253)
> at org.xnio.channels.TranslatingSuspendableChannel.resumeReads(TranslatingSuspendableChannel.java:233)
> at org.jboss.remoting3.remote.ClientConnectionOpenListener$Authentication$2.run(ClientConnectionOpenListener.java:498)
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list