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 212084 - NullPointerException in installer
Summary: NullPointerException in installer
Status: RESOLVED DUPLICATE of bug 212083
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-04 12:46 UTC by mienamoo
Modified: 2012-05-04 12:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mienamoo 2012-05-04 12:46:15 UTC
While installing the Java SE bundle of dev build 201205040400 on Windows 7, I encountered a NullPointerException. An extract from .nbi\log\20120501143559.log appears below (just the last few lines of the 7500+ lines in the full log).

I initially thought it might be because I had another dev build open. But after closing the other IDE and rerunning the installer, the same exception still happened.

Despite the installer exiting after the exception, the installation seems to have completed normally, and I am able to use the installed version and its shortcuts as normal.


[2012-05-04 14:37:57.496]: deleting file: C:\Users\HPELLI~1\AppData\Local\Temp\tmpnb\var\cache\lastModified\all-checksum.txt
[2012-05-04 14:37:57.496]: deleting directory: C:\Users\HPELLI~1\AppData\Local\Temp\tmpnb\var\cache\lastModified
[2012-05-04 14:37:57.497]:     .... done. 
[2012-05-04 14:37:57.497]: copying pupulate caches : 
[2012-05-04 14:37:57.497]:     pupulate log location = C:\Program Files (x86)\NetBeans Dev 201205040400\nb\var\log
[2012-05-04 14:37:57.497]: copying file: C:\Users\HPELLI~1\AppData\Local\Temp\tmpnb\var\log\messages.log to: C:\Program Files (x86)\NetBeans Dev 201205040400\nb\var\log
[2012-05-04 14:37:57.506]:     .... done. 
[2012-05-04 14:37:57.506]: add pupulate caches in installed list: 
[2012-05-04 14:37:57.506]:     .... done. 
[2012-05-04 14:37:57.506]: An unexpected exception happened in thread Thread-12
[2012-05-04 14:37:57.506]: java.lang.NullPointerException
[2012-05-04 14:37:57.506]: 	at org.netbeans.installer.wizard.components.sequences.netbeans.NbMainSequence$PopulateCacheAction.execute(NbMainSequence.java:252)
[2012-05-04 14:37:57.506]: 	at org.netbeans.installer.wizard.components.WizardAction$1.run(WizardAction.java:123)
[2012-05-04 14:37:57.507]: ... show message dialog
[2012-05-04 14:37:57.507]:     title: Critical Error
[2012-05-04 14:37:57.507]:     message: An unexpected exception happened in thread Thread-12
[2012-05-04 14:37:57.507]:     
[2012-05-04 14:37:57.507]:     Exception:
[2012-05-04 14:37:57.507]:       java.lang.NullPointerException:
[2012-05-04 14:37:57.507]:       null
[2012-05-04 14:37:57.507]:     
[2012-05-04 14:37:57.507]:     You can get more details about the issue in the installer log file:
[2012-05-04 14:37:57.507]:      C:\Users\HPellissier\.nbi\log\20120504143559.log
Comment 1 Jiri Rechtacek 2012-05-04 12:54:10 UTC

*** This bug has been marked as a duplicate of bug 212083 ***