Changes between Initial Version and Version 1 of Ticket #230, comment 16
- Timestamp:
- Oct 18, 2014, 9:23:37 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #230, comment 16
initial v1 11 11 plugin_in_pipe_callback return 12 12 }}} 13 And after a while it ends up with the following: 14 {{{ 15 Error: Timed out when waiting for response to instance 1 reference -2 GetJavaObject 16 Error: Unable to fetch applet instance id from Java s6ide. 17 }}} 13 18 I.e. the Java process (applet viewer) notifies the plugin that it is about to start the applet and then does nothing simply eating all CPU. Something goes wrong on the Java side. Needs more logging there.