This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 85670 - Exception occures at the start and stop of cacao server
Summary: Exception occures at the start and stop of cacao server
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: JMX (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: Jean-francois Denise
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-25 10:34 UTC by Panchaleswar Nayak
Modified: 2006-09-25 10:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Panchaleswar Nayak 2006-09-25 10:34:03 UTC
After installing the cacao mudules at global place , Exception occures at start
and stop of cacao server.It occures even after removing the module and reinstalling.

*********** Exception occurred ************ at 2:48 PM on Sep 25, 2006
java.io.IOException: Broken pipe
        at java.io.FileOutputStream.writeBytes(Native Method)
        at java.io.FileOutputStream.write(FileOutputStream.java:260)
        at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
        at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
        at com.sun.cacao.netbeans.tools.CacaoAdm.invoke(CacaoAdm.java:188)
[catch] at
com.sun.cacao.netbeans.actions.StartCacaoAction$1.run(StartCacaoAction.java:106)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
*********** Exception occurred ************ at 2:49 PM on Sep 25, 2006
java.io.IOException: Broken pipe
        at java.io.FileOutputStream.writeBytes(Native Method)
        at java.io.FileOutputStream.write(FileOutputStream.java:260)
        at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
        at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
        at com.sun.cacao.netbeans.tools.CacaoAdm.invoke(CacaoAdm.java:188)
        at com.sun.cacao.netbeans.tools.CacaoAdm.invoke(CacaoAdm.java:90)
[catch] at
com.sun.cacao.netbeans.actions.StopCacaoAction$1.run(StopCacaoAction.java:95)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
*********** Exception occurred ************ at 2:58 PM on Sep 25, 2006
java.io.IOException: Broken pipe
        at java.io.FileOutputStream.writeBytes(Native Method)
        at java.io.FileOutputStream.write(FileOutputStream.java:260)
        at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
        at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
        at com.sun.cacao.netbeans.tools.CacaoAdm.invoke(CacaoAdm.java:188)
        at com.sun.cacao.netbeans.tools.CacaoAdm.invoke(CacaoAdm.java:90)
[catch] at
com.sun.cacao.netbeans.actions.StopCacaoAction$1.run(StopCacaoAction.java:95)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)