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 156087 - Null pointer Exception when launch IDE
Summary: Null pointer Exception when launch IDE
Status: RESOLVED DUPLICATE of bug 153720
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 blocker (vote)
Assignee: issues@installer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-26 16:17 UTC by mrboo
Modified: 2008-12-26 16:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Another Exception when double clic in NB icon (4.13 KB, text/plain)
2008-12-26 16:18 UTC, mrboo
Details
Finally when it's get opened.... (30.56 KB, image/jpeg)
2008-12-26 16:21 UTC, mrboo
Details
Messages.log (70.27 KB, text/plain)
2008-12-26 16:44 UTC, mrboo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mrboo 2008-12-26 16:17:00 UTC
java.lang.NullPointerException
	at org.netbeans.modules.autoupdate.ui.actions.AutoupdateCheckScheduler.notifyAvailable(AutoupdateCheckScheduler.java:498)
	at org.netbeans.modules.autoupdate.ui.actions.AutoupdateCheckScheduler$7.run(AutoupdateCheckScheduler.java:425)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)

I've got this when i start the IDE. The IDE don't open. 

Then when i try to start again i've got the next Exception (attached in a text file)
Comment 1 mrboo 2008-12-26 16:18:02 UTC
Created attachment 75316 [details]
Another Exception when double clic in NB icon
Comment 2 mrboo 2008-12-26 16:21:24 UTC
Created attachment 75317 [details]
Finally when it's get opened....
Comment 3 dlipin 2008-12-26 16:23:51 UTC
please attach ~/.netbeans/6.5/var/log/messages.log
Comment 4 dlipin 2008-12-26 16:41:48 UTC
Thanks for reporting.
The first exception (from autoupdate...notifyAvailable) is the same as in Issue 137816
The second exception (from jaspersoft) is the same as in Issue 149808.

I`ll likely close this issue as the duplicate of the second one.
Anyway please attach requested messages.log file just to make sure that I haven`t missed anything.

thanks in advance,
Dmitry
Comment 5 mrboo 2008-12-26 16:44:46 UTC
Created attachment 75319 [details]
Messages.log
Comment 6 dlipin 2008-12-26 16:51:17 UTC
Thanks again for attaching the file. Unfortunately I can`t say for sure at this moment what causes the issue and how to 
override it. Maybe cleaning of the userdir (~/.netbeans/6.5) will help.

I`ll add you to the CC list of the Issue 153720.

*** This issue has been marked as a duplicate of 153720 ***