• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

InterruptedException

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a applet to load in my page. Most frequently, my browser get's hanged when the applet loads. I am getting the following exception in my java console

I am using mozilla browser on Solaris. Can anyone throw light on how I can solve this problem?

\n<p xmlns=\"http://www.w3.org/1999/xhtml\">The only way to be sure that this has happened is to reproduce the problem with kmem_flags set to 0xd or higher, and analyse the resulting crashdump.</p>\n\n<p xmlns=\"http://www.w3.org/1999/xhtml\">To request an IDR escalate to OP/N1 RPE-Core with the escalation marked for the attention of George Shepherd OR Prakash Jalan.</p>\n</Comments></SupplementalInformation><ModificationHistory/></document>");
09:17:52:122 [DEBUG] ThreadPool - -Returned thread.
09:18:04:825 [DEBUG] MultiThreadedHttpConnectionManager - -ReferenceQueueThread interrupted <java.lang.InterruptedException>java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
at com.ephox.apache.commons.httpclient.MultiThreadedHttpConnectionManager$ReferenceQueueThread.run(MultiThreadedHttpConnectionManager.java:644)

Debug level has already been set. Please restart the browser to change the debug level to http
09:18:15:059 [DEBUG] EditLiveJava - -Creating applet: coe_eb3824a7f4500010VgnVCM100000e80214ac_____elj
Starting using applet: com.ephox.editlive.solaris.EditLiveJava
EditLive! Version: 3.0.0.470

Thanks in advance

Regards,
Somaiah.
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Somaiah Somaiah"

Welcome to JavaRanch!

Please could you update your display name to match our Naming Policy? You can do this here. Thanks!
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We also have a rule about not posting the same question to three forums at once! I've deleted the other two copies, leaving this one because it's the only one that has any replies so far. Please read this. before posting again.

As to your question: it appears that "Ephox" is some sort of online HTML editor -- a third-party tool which is giving you problems. Personally, I've never heard of it, so I suspect asking their support people is your best bet. But the appropriate JavaRanch forum is "Other Java Products and Servers", and so that's where I'm going to move this topic.
reply
    Bookmark Topic Watch Topic
  • New Topic