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 258563 - Invalid cache JAR file locations
Summary: Invalid cache JAR file locations
Status: NEW
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-29 07:26 UTC by Exceptions Reporter
Modified: 2016-03-29 07:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223234


Attachments
stacktrace (2.40 KB, text/plain)
2016-03-29 07:26 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-03-29 07:26:53 UTC
This issue was reported manually by sdedic.
It already has 5 duplicates 


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: Mac OS X

User Comments:
GUEST: f

GUEST: Started NetBeans IDE

GUEST: Trying to open a file

GUEST: I copied my Netbeans Installation folder as a backup, opened it from the copied folder, got htis problem and now I have it when opening the regular version of netbeans too

GUEST: Opened a file in my project.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.impl.CustomizableSideBar$WestSidebarHolder.updateUIConfig(CustomizableSideBar.java:335)
   at org.netbeans.modules.editor.impl.CustomizableSideBar$WestSidebarHolder.addNotify(CustomizableSideBar.java:310)
   at java.awt.Container.addNotify(Container.java:2773)
   at javax.swing.JComponent.addNotify(JComponent.java:4740)
   at java.awt.Container.addNotify(Container.java:2773)
   at javax.swing.JComponent.addNotify(JComponent.java:4740)
Comment 1 Exceptions Reporter 2016-03-29 07:26:57 UTC
Created attachment 159030 [details]
stacktrace
Comment 2 Svata Dedic 2016-03-29 07:30:56 UTC
Originally forked from issue #257116; see the exception reports: there's an inconsistency between JAR path which the IDE looks for when reading cached binary layers vs. -Dnetbeans.home and -Dnetbeans.dirs values.

It could be that the user has moved the installation but did not clear caches, or some nasty side effect after installing a new version.

Please evaluate or move the category as necessary. Thanks.