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 175253 - [68cat] java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_QuestionMark
Summary: [68cat] java.util.MissingResourceException: Can't find resource for bundle or...
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Mysik
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-23 06:01 UTC by Masaki Katakai
Modified: 2009-10-24 11:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160615


Attachments
stacktrace (1.71 KB, text/plain)
2009-10-23 06:01 UTC, Masaki Katakai
Details
stacktrace (1.71 KB, text/plain)
2009-10-23 06:06 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2009-10-23 06:01:34 UTC
Build: NetBeans IDE Dev (Build 200910221401)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-92, Java(TM) SE Runtime Environment, 1.6.0_15-b03-226
OS: Mac OS X, 10.5.8, x86_64

User Comments:
GUEST: Started the application after upgrading from prev m2 version.

GUEST: After updating and restarting the IDE this exception appears and all projects are gone ("<No Project Open>" in Projects pane)

masaki: 1. Download entire zip file
2. Start NetBeans
3. Create a PHP project



Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_QuestionMark
        at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
        at java.util.ResourceBundle.getString(ResourceBundle.java:344)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:634)
        at org.netbeans.modules.php.project.phpunit.PhpUnit.getVersions(PhpUnit.java:323)
        at org.netbeans.modules.php.project.phpunit.PhpUnit.getVersions(PhpUnit.java:296)
        at org.netbeans.modules.php.project.phpunit.PhpUnit.validateVersion(PhpUnit.java:214)
Comment 1 Masaki Katakai 2009-10-23 06:01:39 UTC
Created attachment 89952 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-10-23 06:01:44 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=160615
Comment 3 Masaki Katakai 2009-10-23 06:06:36 UTC
Build: NetBeans IDE 6.8 Beta (Build 200910212001)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-92, Java(TM) SE Runtime Environment, 1.6.0_15-b03-226
OS: Mac OS X, 10.5.8, x86_64

User Comments: 
It seems that this happens on Beta build - 200910212001.

1. Download entire zip
2. Start NetBeans
3. Create a PHP project

Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_QuestionMark
        at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
        at java.util.ResourceBundle.getString(ResourceBundle.java:344)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:634)
        at org.netbeans.modules.php.project.phpunit.PhpUnit.getVersions(PhpUnit.java:323)
        at org.netbeans.modules.php.project.phpunit.PhpUnit.getVersions(PhpUnit.java:296)
        at org.netbeans.modules.php.project.phpunit.PhpUnit.validateVersion(PhpUnit.java:214)
Comment 4 Masaki Katakai 2009-10-23 06:06:40 UTC
Created attachment 89953 [details]
stacktrace
Comment 5 Exceptions Reporter 2009-10-23 06:06:45 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=160615
Comment 6 Tomas Mysik 2009-10-23 09:28:53 UTC
Fixed, thanks for catching that.
http://hg.netbeans.org/web-main/rev/a8eaf510a16f
Comment 7 Quality Engineering 2009-10-24 11:43:38 UTC
Integrated into 'main-golden', will be available in build *200910240201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a8eaf510a16f
User: Tomas Mysik <tmysik@netbeans.org>
Log: #175253: [68cat] java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_QuestionMark