videogramme / text20

Automatically exported from code.google.com/p/text20
0 stars 0 forks source link

Reloading Apps Stopps Plugin #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

When an application is being reloaded in most (if not all) cases, the 
application/plugin will stop working. Java console ouput looks like this:

java.lang.InterruptedException: sleep interrupted
    at java.lang.Thread.sleep(Native Method)
    at de.dfki.km.text20.services.trackingdevices.eyes.impl.mouse.MouseTrackingDeviceProviderImpl$MouseTrackingDevice$1.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:680)
java.lang.InterruptedException: sleep interrupted
    at java.lang.Thread.sleep(Native Method)
    at de.dfki.km.text20.browserplugin.services.sessionrecorder.impl.xstream.SessionStreamer$WriterThread.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:680)
java.lang.InterruptedException: sleep interrupted
    at java.lang.Thread.sleep(Native Method)
    at de.dfki.km.text20.browserplugin.browser.browserplugin.impl.BrowserPluginImpl$4.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:680)
Exception in thread "LogFileWriter.serializer" 
java.lang.IllegalMonitorStateException
    at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(ReentrantLock.java:127)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1239)
    at java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:431)
    at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:406)
    at net.xeoh.plugins.diagnosis.local.impl.serialization.java.LogFileWriter$1.run(LogFileWriter.java:75)
    at java.lang.Thread.run(Thread.java:680)
Exception in thread "pool-1-thread-1" java.lang.IllegalMonitorStateException
    at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(ReentrantLock.java:127)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1239)
    at java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:431)
    at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:406)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    at java.lang.Thread.run(Thread.java:680)

JavaScript console is empty.

Original issue reported on code.google.com by r.biedert on 7 Feb 2011 at 12:06

GoogleCodeExporter commented 9 years ago

Original comment by r.biedert on 7 Feb 2011 at 12:06

GoogleCodeExporter commented 9 years ago
Appears to work when switching to the object-tag and adding separate_jvm=true 
as an option. Chrome 10 and Firefox 4 restart properly, however, Safari 5 does 
not start at all anymore (probably due to object-tag problem).

Original comment by r.biedert on 30 Mar 2011 at 4:17

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 5ee153782538.

Original comment by r.biedert on 30 Mar 2011 at 4:18