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 257116 - NullPointerException at org.netbeans.modules.editor.impl.CustomizableSideBar$WestSidebarHolder.updateUIConfig
Summary: NullPointerException at org.netbeans.modules.editor.impl.CustomizableSideBar$...
Status: RESOLVED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: Code folding (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P1 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-11 17:46 UTC by chavez46711
Modified: 2016-03-29 07:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219900


Attachments
stacktrace (2.40 KB, text/plain)
2015-12-11 17:46 UTC, chavez46711
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chavez46711 2015-12-11 17:46:35 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Windows 10

User Comments:
GUEST: Can not open a javascript file that in previous version of netbeans did (v8.1 beta)

GUEST: <Forne
Comment 1 chavez46711 2015-12-11 17:46:36 UTC
Created attachment 157762 [details]
stacktrace
Comment 2 Exceptions Reporter 2015-12-11 17:52:18 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=219900
Comment 3 amurati 2016-03-24 09:50:54 UTC
The entire screen is not opening as it should I removed NetBeans, reinstalled same issue.
Comment 4 Svata Dedic 2016-03-29 07:56:34 UTC
I spinned off error #258563 which may indicate a bug in installer/upgrade or possibly binary layer cache - or simply an user error.

The rest of ER collected under this bug has a common cause: there's some *strange* parser active systemwide: org.gjt.xpp.XmlPullParserException. It apparently does not properly support DOCTYPE and refuses validation feature. There are errors from numerous features, as defaults in XML format shipped within NB JARs could not be read.

Please check your JRE ext and endorsed dirs or locate the NetBeans module which contains classes org.gjt.xpp.*