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 80746 - Profiler running on jdk 1.6.0 cannot be finished
Summary: Profiler running on jdk 1.6.0 cannot be finished
Status: VERIFIED DUPLICATE of bug 72013
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-20 17:21 UTC by ehucka
Modified: 2006-10-23 16:40 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 ehucka 2006-07-20 17:21:11 UTC
Profiler beta2, jdk 1.6.0 rc, linux

Each profiling ends with SocketException. The profiling process is not finished
than. The process does not block next profiling tasks.

Profiler Agent: Connection with agent closed
Profiler Agent: Connection with agent closed
Profiler Agent: Connection with agent closed
Profiler Agent Error: Exception when trying to send response or command to client:
java.net.SocketException: Socket closed
java.net.SocketException: Socket closed
Profiler Agent Error: Exception when trying to send response or command to client:
java.net.SocketException: Socket closed
java.net.SocketException: Socket closed
        at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:104)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:137)
        at
java.io.ObjectOutputStream$BlockDataOutputStream.writeBlockHeader(ObjectOutputStream.java:1845)
        at
java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1830)
        at
java.io.ObjectOutputStream$BlockDataOutputStream.flush(ObjectOutputStream.java:1776)
        at java.io.ObjectOutputStream.flush(ObjectOutputStream.java:692)
        at
com.sun.tools.profiler.wireprotocol.WireIO.sendComplexCommand(WireIO.java:61)
        at
com.sun.tools.profiler.server.ProfilerServer.sendComplexCmdToClient(ProfilerServer.java:705)
        at
com.sun.tools.profiler.server.ProfilerInterface.classLoadHook(ProfilerInterface.java:787)
        at java.lang.Throwable.getStackTraceElement(Native Method)
        at java.lang.Throwable.getOurStackTrace(Throwable.java:590)
        at java.lang.Throwable.printStackTrace(Throwable.java:463)
        at
com.sun.tools.profiler.server.ProfilerServer.handleIOExceptionOnSend(ProfilerServer.java:781)
        at
com.sun.tools.profiler.server.ProfilerServer.sendComplexCmdToClient(ProfilerServer.java:708)
        at
com.sun.tools.profiler.server.ProfilerInterface.classLoadHook(ProfilerInterface.java:787)
        at java.util.HashMap.keySet(HashMap.java:868)
        at java.util.HashSet.iterator(HashSet.java:153)
        at java.util.AbstractCollection.toArray(AbstractCollection.java:121)
        at java.util.ArrayList.<init>(ArrayList.java:132)
        at java.io.DeleteOnExitHook.run(DeleteOnExitHook.java:54)
        at java.io.File$1.run(File.java:1947)
        at java.lang.Shutdown.runHooks(Shutdown.java:90)
        at java.lang.Shutdown.sequence(Shutdown.java:137)
        at java.lang.Shutdown.shutdown(Shutdown.java:201)
Comment 1 Tomas Hurka 2006-08-07 10:11:06 UTC

*** This issue has been marked as a duplicate of 72013 ***
Comment 2 ehucka 2006-09-14 10:49:47 UTC
verified