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 135308 - Profiler Agent Error: Exception when trying to send response or command to client
Summary: Profiler Agent Error: Exception when trying to send response or command to cl...
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-19 13:09 UTC by dpkumar
Modified: 2008-05-19 13:23 UTC (History)
1 user (show)

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 dpkumar 2008-05-19 13:10:46 UTC
NB Build:NetBeans IDE Dev 200805150003
Appserver Biuild:GF2.1(b-33)
JDk build:jdk1.5.0_13

Steps to reproduce:
1.Install NB and GF2.1
2.Start IDE and register GF2.1
3.Start server in profile mode.
4.Right click on the server select restart

On restarting srever getting exception message as:

Profiler Agent Error: Exception when trying to send response or command to client:
java.net.SocketException: Broken pipe
java.net.SocketException: Broken pipe
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
        at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1685)
        at java.io.ObjectOutputStream$BlockDataOutputStream.flush(ObjectOutputStream.java:1630)
        at java.io.ObjectOutputStream.flush(ObjectOutputStream.java:666)
        at org.netbeans.lib.profiler.wireprotocol.WireIO.sendSimpleResponse(WireIO.java:354)
        at org.netbeans.lib.profiler.server.ProfilerServer.sendSimpleResponseToClient(ProfilerServer.java:744)
        at org.netbeans.lib.profiler.server.ProfilerServer.handleClientCommand(ProfilerServer.java:1550)
        at org.netbeans.lib.profiler.server.ProfilerServer.listenToClient(ProfilerServer.java:1696)
        at org.netbeans.lib.profiler.server.ProfilerServer.run(ProfilerServer.java:687)

And on stoping server gettign exception message as:

Profiler Agent Error: Exception when handling command from client:
java.io.IOException: JFluid wire protocol error: code does not correspond to command or response. Value -1
Comment 1 dpkumar 2008-05-19 13:22:17 UTC
Accidentally filed this issue two times, hence closing.