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 83490

Summary: Exception on restart after disabling welcome module
Product: platform Reporter: _ tboudreau <tboudreau>
Component: -- Other --Assignee: Jiri Skrivanek <jskrivanek>
Status: RESOLVED INVALID    
Severity: blocker CC: jglick, jtulach, mslama, pchytil, saubrecht
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 83389    
Bug Blocks:    
Attachments: IDE log with exception

Description _ tboudreau 2006-08-25 18:04:19 UTC
java.lang.NullPointerException
	at
org.netbeans.modules.settings.convertors.SerialDataConvertor$SaveSupport.access$200(SerialDataConvertor.java:485)
	at
org.netbeans.modules.settings.convertors.SerialDataConvertor.run(SerialDataConvertor.java:306)
	at
org.netbeans.modules.settings.ScheduledRequest.performRequest(ScheduledRequest.java:175)
	at org.netbeans.modules.settings.ScheduledRequest.run(ScheduledRequest.java:150)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:525)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:957)
Comment 1 mslama 2006-09-05 16:09:01 UTC
Confirmed with daily dev NB 6.0 build 200609041800.
Dispatching to welcome module. Steps to reproduce:
1.Start IDE with fresh user dir.
2.Exit IDE.
3.Start IDE.
4.Disable welcome module in Module Manager -> Help
5.Exit IDE.
6.Start IDE -> Exception. Different from exception given by Tim. This time it
fails when initializing lookup during startup.

It is important to follow given steps. There is no problem when you disable
welcome module during first IDE session. It seems there is problem with cache.
Jarda is it possible to clean cache when module is disabled or handle this by
some other way?
Comment 2 mslama 2006-09-05 16:10:51 UTC
Created attachment 33609 [details]
IDE log with exception
Comment 3 Stanislav Aubrecht 2006-09-12 14:05:17 UTC
i fixed the welcome screen not to use SystemOption any more. but there clearly
is an issue in the module system - reassigning to openide for evaluation
Comment 4 Jesse Glick 2006-09-12 14:20:12 UTC
No one knows how to reproduce Tim's exception. In fact it is from
javac-generated code, not NB source code: the inner class' outer class field is
null?!

Marek's exception is to be expected if the .settings file fails to declare which
<module> it is from.

Primary problem fixed -> P4 for possible investigation or closing.
Comment 5 Antonin Nebuzelsky 2008-04-15 17:12:41 UTC
Reassigning to new module owner jskrivanek.
Comment 6 Petr Chytil 2008-09-02 14:31:46 UTC
Without requested information for long time - INVALID. We can't do anything in this case, so please reporter add
requested information and reopen issue. Thanks in advance.