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 230428

Summary: Exception: 121140 file /Users/thurka/NetBeansProjects/AnagramGame/nbproject/private/private.properties ReadEnd read bytes:168 time:15
Product: profiler Reporter: Tomas Hurka <thurka>
Component: BaseAssignee: issues@profiler <issues>
Status: NEW ---    
Severity: normal CC: issues
Priority: P3 Keywords: PERFORMANCE
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 200996
Attachments: stacktrace

Description Tomas Hurka 2013-05-29 08:43:35 UTC
Build: NetBeans IDE Dev (Build 20130521-84138d89e59d)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b35, Java(TM) SE Runtime Environment, 1.7.0_14-ea-b16
OS: Mac OS X

User Comments:
thurka: Invoke "Profile Project"




Stacktrace: 
java.lang.Exception: 121140 file /Users/thurka/NetBeansProjects/AnagramGame/nbproject/private/private.properties ReadEnd read bytes:168 time:15
   at org.netbeans.lib.traceio.agent.Reporter.reportException(Reporter.java:78)
   at org.netbeans.lib.traceio.agent.TraceIO.fileReadEnd(TraceIO.java:310)
   at sun.misc.IoTrace.fileReadEnd(IoTrace.java:169)
   at java.io.FileInputStream.read(FileInputStream.java:242)
   at java.util.Properties$LineReader.readLine(Properties.java:434)
   at java.util.Properties.load0(Properties.java:353)
Comment 1 Tomas Hurka 2013-05-29 08:43:36 UTC
Created attachment 135048 [details]
stacktrace