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 270425 - NullPointerException at org.netbeans.core.startup.layers.BinaryCacheManager$BinaryWriter.writeString
Summary: NullPointerException at org.netbeans.core.startup.layers.BinaryCacheManager$B...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-18 08:16 UTC by keyabhatt878
Modified: 2017-04-18 08:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228830


Attachments
stacktrace (4.27 KB, text/plain)
2017-04-18 08:16 UTC, keyabhatt878
Details

Note You need to log in before you can comment on or make changes to this bug.
Description keyabhatt878 2017-04-18 08:16:30 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 7

User Comments:
keyabhatt878: Problem in activating features..and tab crash




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.startup.layers.BinaryCacheManager$BinaryWriter.writeString(BinaryCacheManager.java:351)
   at org.netbeans.core.startup.layers.BinaryCacheManager.writeFile(BinaryCacheManager.java:209)
   at org.netbeans.core.startup.layers.BinaryCacheManager.writeFolder(BinaryCacheManager.java:169)
   at org.netbeans.core.startup.layers.BinaryCacheManager.writeFolder(BinaryCacheManager.java:129)
   at org.netbeans.core.startup.layers.BinaryCacheManager.writeFolder(BinaryCacheManager.java:171)
   at org.netbeans.core.startup.layers.BinaryCacheManager.writeFolder(BinaryCacheManager.java:129)
Comment 1 keyabhatt878 2017-04-18 08:16:32 UTC
Created attachment 164128 [details]
stacktrace