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 254760 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key EXC_CannotLock_JAR
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: smokindoug
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-26 19:51 UTC by emiddio
Modified: 2015-08-27 06:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219468


Attachments
stacktrace (3.17 KB, text/plain)
2015-08-26 19:51 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2015-08-26 19:51:01 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: SunOS

User Comments:
emiddio: unknown




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key EXC_CannotLock_JAR
   at java.util.ResourceBundle.getObject(ResourceBundle.java:450)
   at java.util.ResourceBundle.getString(ResourceBundle.java:407)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:736)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:675)
   at name.dougmcneil.altarchivetypes.AltArchiveFileSystem.lock(AltArchiveFileSystem.java:782)
Comment 1 emiddio 2015-08-26 19:51:03 UTC
Created attachment 155672 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-27 06:58:04 UTC
The exception was thrown from XSLT Debugger plugin.

Reassigning to plugin owner. Please evaluate.
Thank you.