Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm getting this error when I run my Applet Application. Does anybody know why this error displays?

java.io.IOException: Error closing named pipes
        at sun.plugin2.ipc.windows.WindowsNamedPipe.close(Unknown Source)
        at sun.plugin2.message.transport.NamedPipeTransport.shutdown(Unknown Source)
        at sun.plugin2.message.transport.NamedPipeTransportFactory.dispose(Unknown Source)
        at sun.plugin2.main.server.JVMInstance.disposePipe(Unknown Source)
        at sun.plugin2.main.server.JVMInstance.restart(Unknown Source)
        at sun.plugin2.main.server.JVMInstance.access$2500(Unknown Source)
        at sun.plugin2.main.server.JVMInstance$Listener.jvmExited(Unknown Source)
        at sun.plugin2.jvm.JVMLauncher.fireJVMExited(Unknown Source)
        at sun.plugin2.jvm.JVMLauncher.access$300(Unknown Source)
        at sun.plugin2.jvm.JVMLauncher$JVMWatcher.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
share|improve this question
2  
this could be related - bugs.sun.com/bugdatabase/view_bug.do?bug_id=6953754 – Saket Oct 7 '11 at 5:05
But Why is it coming ? Yesterday it was working properly... – Abhinav Oct 7 '11 at 5:08
Have you used the same browser today and yesterday? And what browser do you use, by the way? – MockerTim Oct 7 '11 at 6:01
Ya I used same browser and it is ie8 – Abhinav Oct 7 '11 at 6:36
Have you tried setting the JPI_PLUGIN2_NO_HEARTBEAT env. variable to 1? As suggested in the link above, provided by Saket. – MockerTim Oct 7 '11 at 9:24

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.