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 233370 - ArrayIndexOutOfBoundsException: 0
Summary: ArrayIndexOutOfBoundsException: 0
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.0.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2013-07-25 07:40 UTC by Jiri Skrivanek
Modified: 2016-11-12 13:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202501


Attachments
stacktrace (1.44 KB, text/plain)
2013-07-25 07:40 UTC, Jiri Skrivanek
Details
stacktrace (1.44 KB, text/plain)
2016-11-09 00:49 UTC, Andrew Krasny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2013-07-25 07:40:02 UTC
Build: NetBeans IDE Dev (Build 201307242300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Windows 7

User Comments:
jskrivanek: Appeared randomly when starting profiling of web project.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 0
   at org.netbeans.lib.profiler.results.monitor.VMTelemetryDataManager.addValuesInternal(VMTelemetryDataManager.java:249)
   at org.netbeans.lib.profiler.results.monitor.VMTelemetryDataManager.processData(VMTelemetryDataManager.java:130)
   at org.netbeans.modules.profiler.ProfilingMonitor$UpdateThread$1.run(ProfilingMonitor.java:126)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
Comment 1 Jiri Skrivanek 2013-07-25 07:40:04 UTC
Created attachment 137758 [details]
stacktrace
Comment 2 Tomas Hurka 2013-07-25 07:55:43 UTC
It looks like you are using glassfish server. Are you able to reproduce it with different one?
Comment 3 Jiri Skrivanek 2013-07-25 08:47:33 UTC
Just with GlassFish and only once.
Comment 4 Andrew Krasny 2016-11-09 00:49:28 UTC
Created attachment 162835 [details]
stacktrace

An attempt to use remote profiler
Comment 5 Tomas Hurka 2016-11-09 10:00:52 UTC
Can you please provide steps how to reproduce it? Thanks.
Comment 6 Andrew Krasny 2016-11-11 01:10:37 UTC
Well, this happened when I tried to use your agent (for remote profiling) with Zing VM.. So, probably there is some mismatch in data format reported by Zing...
Comment 7 Tomas Hurka 2016-11-12 13:49:01 UTC
(In reply to Andrew Krasny from comment #6)
> Well, this happened when I tried to use your agent (for remote profiling)
> with Zing VM.. So, probably there is some mismatch in data format reported
> by Zing...
Is this 100% reproducible? 
Can you please provide steps how to reproduce it? Thanks.