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 204604 - [71cat] java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key IntegrationUtils_PlatformJava80
Summary: [71cat] java.util.MissingResourceException: Can't find resource for bundle ja...
Status: RESOLVED DUPLICATE of bug 204502
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-03 03:57 UTC by mago_ebon
Modified: 2011-11-03 08:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182541


Attachments
stacktrace (4.82 KB, text/plain)
2011-11-03 03:58 UTC, mago_ebon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mago_ebon 2011-11-03 03:57:58 UTC
Build: NetBeans IDE Dev (Build 201110300600)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
mago_ebon: I was trying to profile an EJB project which works correctly on previous Netbeans Versions. I am using Windows 7 and Netbeans dev 2011103000600.




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key IntegrationUtils_PlatformJava80
   at java.util.ResourceBundle.getObject(ResourceBundle.java:393)
   at java.util.ResourceBundle.getString(ResourceBundle.java:353)
   at org.netbeans.lib.profiler.common.integration.IntegrationUtils.<clinit>(IntegrationUtils.java:71)
   at org.netbeans.modules.profiler.j2ee.J2EEProjectProfilingSupportProvider.configurePropertiesForProfiling(J2EEProjectProfilingSupportProvider.java:291)
   at org.netbeans.modules.profiler.api.project.ProjectProfilingSupport.configurePropertiesForProfiling(ProjectProfilingSupport.java:126)
   at org.netbeans.modules.profiler.nbimpl.actions.AntActions$8.run(AntActions.java:739)
Comment 1 mago_ebon 2011-11-03 03:58:02 UTC
Created attachment 112759 [details]
stacktrace
Comment 2 mago_ebon 2011-11-03 04:16:04 UTC
The project I am using is this one (provided for sanity tests):

http://wiki.netbeans.org/wiki/images/3/36/Order_system_ProfilerTestSpecification.zip

After the initial exception reported, everytime I try to profile something, it keeps on sending the following exception:


java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.lib.profiler.common.integration.IntegrationUtils
	at org.netbeans.modules.profiler.j2ee.J2EEProjectProfilingSupportProvider.configurePropertiesForProfiling(J2EEProjectProfilingSupportProvider.java:291)
	at org.netbeans.modules.profiler.api.project.ProjectProfilingSupport.configurePropertiesForProfiling(ProjectProfilingSupport.java:126)
	at org.netbeans.modules.profiler.nbimpl.actions.AntActions$8.run(AntActions.java:739)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1411)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1991)
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:428)
	at org.netbeans.modules.profiler.nbimpl.actions.AntActions$9$1.run(AntActions.java:760)
	at org.netbeans.api.java.source.ui.ScanDialog.runWhenScanFinished(ScanDialog.java:153)
	at org.netbeans.modules.profiler.nbimpl.actions.AntActions$9.run(AntActions.java:757)
	at org.netbeans.lib.profiler.common.CommonUtils.runInEventDispatchThread(CommonUtils.java:61)
	at org.netbeans.modules.profiler.nbimpl.actions.AntActions.doProfileProject(AntActions.java:754)
	at org.netbeans.modules.profiler.nbimpl.actions.AntActions.access$000(AntActions.java:93)
	at org.netbeans.modules.profiler.nbimpl.actions.AntActions$1.perform(AntActions.java:152)
	at org.netbeans.modules.project.ui.actions.MainProjectAction.actionPerformed(MainProjectAction.java:172)
	at org.netbeans.modules.project.ui.actions.LookupSensitiveAction.actionPerformed(LookupSensitiveAction.java:170)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
	at org.openide.awt.DropDownButton$Model.setPressed(DropDownButton.java:366)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:290)
	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
	at java.awt.Component.processMouseEvent(Component.java:6504)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
	at java.awt.Component.processEvent(Component.java:6269)
	at java.awt.Container.processEvent(Container.java:2229)
	at java.awt.Component.dispatchEventImpl(Component.java:4860)
	at java.awt.Container.dispatchEventImpl(Container.java:2287)
	at java.awt.Component.dispatchEvent(Component.java:4686)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
	at java.awt.Container.dispatchEventImpl(Container.java:2273)
	at java.awt.Window.dispatchEventImpl(Window.java:2713)
	at java.awt.Component.dispatchEvent(Component.java:4686)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:707)
	at java.awt.EventQueue.access$000(EventQueue.java:101)
	at java.awt.EventQueue$3.run(EventQueue.java:666)
	at java.awt.EventQueue$3.run(EventQueue.java:664)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
	at java.awt.EventQueue$4.run(EventQueue.java:680)
	at java.awt.EventQueue$4.run(EventQueue.java:678)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:677)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:162)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
[catch] at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Comment 3 mago_ebon 2011-11-03 05:39:04 UTC
I have tested the same project in Linux Ubuntu and the same exception is thrown. I have also tested with other projects with same results.
Comment 4 J Bachorik 2011-11-03 08:01:54 UTC

*** This bug has been marked as a duplicate of bug 204502 ***