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 239488 - java.util.MissingResourceException: Could not load any resource bundle by com.sun.org.apache.xerces.internal.impl.msg.XMLSchemaMessages
Summary: java.util.MissingResourceException: Could not load any resource bundle by com...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: DD Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-13 21:28 UTC by sgtgarcia
Modified: 2016-04-27 18:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206011


Attachments
stacktrace (4.90 KB, text/plain)
2013-12-13 21:28 UTC, sgtgarcia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sgtgarcia 2013-12-13 21:28:06 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
sgtgarcia: After startup




Stacktrace: 
java.util.MissingResourceException: Could not load any resource bundle by com.sun.org.apache.xerces.internal.impl.msg.XMLSchemaMessages
   at com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run(SecuritySupport.java:174)
   at com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run(SecuritySupport.java:166)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at com.sun.org.apache.xerces.internal.utils.SecuritySupport.getResourceBundle(SecuritySupport.java:166)
   at com.sun.org.apache.xerces.internal.impl.xs.XSMessageFormatter.formatMessage(XSMessageFormatter.java:70)
   at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:398)
Comment 1 sgtgarcia 2013-12-13 21:28:08 UTC
Created attachment 143173 [details]
stacktrace