codyopel / collide

Automatically exported from code.google.com/p/collide
Apache License 2.0
0 stars 0 forks source link

Exception for selection movement #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Saw this when joining a collaborative session. The old window that I was typing 
in ended up orphaned and unable to push mutations to the edit session.

[New I/O  worker #2] 19:21:07,173 SEVERE 
Exception in Java verticle script
java.lang.NullPointerException
    at com.google.collide.server.documents.EditSessions$DocumentMutator.applyMutation(EditSessions.java:118)
    at com.google.collide.server.documents.EditSessions$DocumentMutator.access$600(EditSessions.java:80)
    at com.google.collide.server.documents.EditSessions$DocOpRecoverer.handle(EditSessions.java:184)
    at com.google.collide.server.documents.EditSessions$DocOpRecoverer.handle(EditSessions.java:165)
    at org.vertx.java.core.eventbus.impl.DefaultEventBus$7.run(DefaultEventBus.java:601)
    at org.vertx.java.core.impl.Context$2.run(Context.java:119)
    at org.jboss.netty.channel.socket.nio.AbstractNioWorker.processEventQueue(AbstractNioWorker.java:360)
    at org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:244)
    at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:38)
    at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:102)
    at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:722)

Original issue reported on code.google.com by jaime...@gmail.com on 5 Jul 2012 at 11:24

GoogleCodeExporter commented 9 years ago
I also see  this exception in and around my Out Of Memory exceptions.  I'm not 
sure if they're linked or not, but this exception could be preventing channels 
from closing, thus gobbling up memory.

Original comment by Ja...@wetheinter.net on 6 Jul 2012 at 11:10

GoogleCodeExporter commented 9 years ago

Original comment by jaime...@gmail.com on 17 Feb 2013 at 6:49