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 150277 - [65cat] java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_IllegalProjectNameWithWhiteSpace
Summary: [65cat] java.util.MissingResourceException: Can't find resource for bundle or...
Status: RESOLVED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: SOA (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-15 19:13 UTC by esmithbss
Modified: 2008-12-10 05:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 128430


Attachments
stacktrace (5.75 KB, text/plain)
2008-10-15 19:13 UTC, esmithbss
Details
Log File (91.39 KB, text/plain)
2008-10-15 19:36 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2008-10-15 19:13:47 UTC
Build: NetBeans IDE Dev (Build 200810150201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b28
OS: Windows XP, 5.1, x86

User Comments:
esmithbss: Creating a new SOA Sample project.  Currently changing the name of the project that will be created.



Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_IllegalProjectNameWithWhiteSpace
        at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
        at java.util.ResourceBundle.getString(ResourceBundle.java:344)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:629)
        at org.netbeans.modules.bpel.samples.SampleWizardPanelVisual.valid(SampleWizardPanelVisual.java:221)
        at org.netbeans.modules.bpel.samples.SampleWizardPanel.isValid(SampleWizardPanel.java:65)
        at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:831)
Comment 1 esmithbss 2008-10-15 19:13:59 UTC
Created attachment 71893 [details]
stacktrace
Comment 2 esmithbss 2008-10-15 19:35:28 UTC
I Started with a clean windows XP machine (All traces of NB removed AFAICT).

Installed 200810150201.

Added Jax-RPC, Blueprints, and 1 other Web/JavaEE plugins.

Create new SOA Sample Application

Choose Synchronous Server sample

Started changing name.  Then got the exception.
Comment 3 esmithbss 2008-10-15 19:36:14 UTC
Created attachment 71896 [details]
Log File
Comment 4 Vladimir Yaroslavskiy 2008-10-16 14:35:26 UTC
fixed in main and release65
http://hg.netbeans.org/main/rev/cb541a6ec511
http://hg.netbeans.org/release65/rev/0812e4c21677
Comment 5 Quality Engineering 2008-10-17 04:58:32 UTC
Integrated into 'main-golden', will be available in build *200810170201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/cb541a6ec511
User: Vladimir Yaroslavskiy <yaroslavskiy@netbeans.org>
Log: [Issue #150277] [65cat] java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_IllegalProjectNameWithWhiteSpace
Comment 6 Quality Engineering 2008-12-10 05:56:43 UTC
Integrated into 'main-golden', will be available in build *200812100201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2ccd3821dd13
User: Marian Petras <mpetras@netbeans.org>
Log: partial fix of bug #150277 ("NullPointerException at o.n.m.s.ui.diff.MultiDiffPanel.onNextButton")