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 96905 - [jmeter] UndeclaredThrowableException
Summary: [jmeter] UndeclaredThrowableException
Status: VERIFIED WORKSFORME
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: J Bachorik
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-03-01 08:43 UTC by Alexander Kouznetsov
Modified: 2007-08-07 14:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (3.84 KB, text/plain)
2007-03-01 08:44 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2007-03-01 08:43:51 UTC
Profiler 070228
NetBeans IDE Dev (Build 200702251900)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Windows XP version 5.1 running on x86
ru_RU (nb); Cp1251

I've got the following exception when working with JMeter script in Web
Application project. I have no exact steps to reproduce. It seems to be a random
issue. The actions that I was performing are:
- right-click JMeter script and select External Edit
- right-click JMeter script and select Run File

java.lang.reflect.UndeclaredThrowableException
	at $Proxy18.instanceInvalidated(Unknown Source)
	at
org.netbeans.modules.loadgenerator.spi.ProcessInstance.publishInvalidated(ProcessInstance.java:261)
...
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:963)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
..
	at
org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:424)
	... 36 more
Caused by: java.lang.NullPointerException
	at
org.netbeans.modules.loadgenerator.api.impl.ManagerOutputWindow.close(ManagerOutputWindow.java:80)
...
Comment 1 Alexander Kouznetsov 2007-03-01 08:44:09 UTC
Created attachment 39027 [details]
Exception
Comment 2 J Bachorik 2007-03-23 13:39:02 UTC
hasn't been able to reproduce the problem. reopen if you hit it again
Comment 3 Alexander Kouznetsov 2007-05-07 16:25:49 UTC
Was not able to reproduce with
Profiler 070504
NetBeans IDE Dev (Build 070507)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Windows XP version 5.1 running on x86
ru_RU (nb); Cp1251
Comment 4 Alexander Kouznetsov 2007-07-05 15:52:12 UTC
Was not able to reproduce with
Profiler 1.2 070703
Product Version: NetBeans IDE Dev (Build 200707031200) 
Java: 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105 
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)
Comment 5 Alexander Kouznetsov 2007-08-07 14:53:16 UTC
Verified