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

Summary: java.util.MissingResourceException: No such bundle org.netbeans.modules.bugzilla.repository.Bundle
Product: connecteddeveloper Reporter: alfyman61
Component: BugzillaAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228413
Attachments: stacktrace

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