videogramme / text20

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

Plugin does not get initialized regularly #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am using Text 2.0 version 1.4.2b3 on Mac OS X 10.6.8 with Java 1.6 and Chrome 
15. Quite regularly (about half of the time) the Browser Plugin can not be 
initialized at all - and Text 2.0 functionality can not be used. Very annoying 
during development...

The Java console says:
...
netscape.javascript.JSException: No such method 
"xclback2482_augmentedTextStatusFunction" on JavaScript object
        at sun.plugin2.main.client.MessagePassingJSObject.newJSException(MessagePassingJSObject.java:273)
        at sun.plugin2.main.client.MessagePassingJSObject.waitForReply(MessagePassingJSObject.java:187)
        at sun.plugin2.main.client.MessagePassingJSObject.call(MessagePassingJSObject.java:84)
        at de.dfki.km.text20.browserplugin.browser.browserplugin.impl.BrowserPluginImpl$1.run(Unknown Source)
        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:680)

Original issue reported on code.google.com by christia...@gmail.com on 6 Dec 2011 at 10:25

GoogleCodeExporter commented 9 years ago

Yep, facing the same problems and I have not figured out what it is. Right now 
I'd blame some MacOS Java / Browser issue, but I haven't really investigated. 

Original comment by r.biedert on 30 Dec 2011 at 10:14

GoogleCodeExporter commented 9 years ago
Update … try to disable all adblockers / ghostery / ... in Chrome and see if 
it works. Just found out that apparently some extension might mess up the 
execution. 

Original comment by r.biedert on 26 Jan 2012 at 2:56

GoogleCodeExporter commented 9 years ago
Closing. Problem appears to be solved. 

Original comment by r.biedert on 10 Feb 2012 at 10:54