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 270074 - java.util.MissingResourceException: No such bundle org.netbeans.modules.bugzilla.repository.Bundle
Summary: java.util.MissingResourceException: No such bundle org.netbeans.modules.bugzi...
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-15 10:39 UTC by alfyman61
Modified: 2017-03-15 10:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228413


Attachments
stacktrace (991 bytes, text/plain)
2017-03-15 10:39 UTC, alfyman61
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alfyman61 2017-03-15 10:39:55 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
alfyman61: error in exception




Stacktrace: 
java.util.MissingResourceException: No such bundle org.netbeans.modules.bugzilla.repository.Bundle
   at org.openide.util.NbBundle.getBundle(NbBundle.java:451)
   at org.openide.util.NbBundle.getBundle(NbBundle.java:399)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
   at org.netbeans.modules.bugzilla.repository.NBRepositorySupport.createRepositoryIntern(NBRepositorySupport.java:155)
   at org.netbeans.modules.bugzilla.repository.NBRepositorySupport.getNBRepository(NBRepositorySupport.java:135)
   at org.netbeans.modules.bugzilla.api.NBBugzillaUtils$1.run(NBBugzillaUtils.java:85)
Comment 1 alfyman61 2017-03-15 10:39:57 UTC
Created attachment 163842 [details]
stacktrace