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 241551 - NullPointerException at com.sun.java.help.impl.CustomKit$CustomFactory.create
Summary: NullPointerException at com.sun.java.help.impl.CustomKit$CustomFactory.create
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Help System (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-07 19:19 UTC by mubeen819
Modified: 2014-07-14 13:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207393


Attachments
stacktrace (13.78 KB, text/plain)
2014-02-07 19:19 UTC, mubeen819
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mubeen819 2014-02-07 19:19:48 UTC
Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 8

User Comments:
mubeen819: <i try to add apache tomcat>




Stacktrace: 
java.lang.NullPointerException
   at com.sun.java.help.impl.CustomKit$CustomFactory.create(CustomKit.java:183)
   at javax.swing.text.CompositeView.loadChildren(CompositeView.java:112)
   at javax.swing.text.FlowView$LogicalView.loadChildren(FlowView.java:701)
   at javax.swing.text.CompositeView.setParent(CompositeView.java:139)
   at javax.swing.text.FlowView.loadChildren(FlowView.java:139)
   at javax.swing.text.CompositeView.setParent(CompositeView.java:139)
Comment 1 mubeen819 2014-02-07 19:19:49 UTC
Created attachment 144921 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-07-14 13:58:18 UTC
I'm sorry, I cannot reproduce this bug.
It seems to be caused by Swing, or by JavaHelp library.
Used JDK and NetBeans versions are quite outdated now, so I'm closing this bug, hoping that it has been fixed already.

If the problem occurs with the latest NetBeans and JDK, please reopen this issue.
Thank you.