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 204502 - java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key IntegrationUtils_PlatformJava80
Summary: java.util.MissingResourceException: Can't find resource for bundle java.util....
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.1
Hardware: All All
: P1 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: REGRESSION
: 204503 204604 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-11-01 11:48 UTC by Jiri Skrivanek
Modified: 2011-11-03 08:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182475


Attachments
stacktrace (3.98 KB, text/plain)
2011-11-01 11:48 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2011-11-01 11:48:38 UTC
Build: NetBeans IDE Dev (Build 201110310600)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows XP

User Comments:
jskrivanek: - run IDE with JDK1.7.0_01
- register WebLogic 12.1.1
- go to Services tab
- choose "Start in Profile Mode" on WebLogic server node




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.J2EEProfilerSPI.getSettings(J2EEProfilerSPI.java:292)
   at org.netbeans.modules.profiler.j2ee.J2EEProfilerSPI.getSettings(J2EEProfilerSPI.java:252)
   at org.netbeans.modules.j2ee.deployment.impl.ui.actions.ProfileAction.performActionImpl(ProfileAction.java:99)
Comment 1 Jiri Skrivanek 2011-11-01 11:48:41 UTC
Created attachment 112654 [details]
stacktrace
Comment 2 Jiri Skrivanek 2011-11-01 11:52:51 UTC
Not tied to WebLogic only. Reproducible also with GlassFish.
Comment 3 Jiri Skrivanek 2011-11-01 11:54:40 UTC
*** Bug 204503 has been marked as a duplicate of this bug. ***
Comment 4 Petr Cyhelsky 2011-11-01 11:57:37 UTC
caused by fix of Issue #204102 - NetBeans Profiler does not work with JDK 1.8
Comment 5 Tomas Hurka 2011-11-01 12:08:35 UTC
Already fixed by Jarda. 

details: http://hg.netbeans.org/main-silver/rev/a7efb2e3fc65
description:
	Fixing typo
	Issue #204102 - NetBeans Profiler does not work with JDK 1.8
Comment 6 J Bachorik 2011-11-03 08:01:54 UTC
*** Bug 204604 has been marked as a duplicate of this bug. ***