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 243462 - Error during start
Summary: Error during start
Status: RESOLVED DUPLICATE of bug 242447
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-01 20:53 UTC by javydreamercsw
Modified: 2014-07-09 08:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (78.56 KB, text/plain)
2014-04-01 20:53 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2014-04-01 20:53:28 UTC
Product Version = NetBeans IDE 8.0 (Build 201403101706)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0_45
Runtime = Java HotSpot(TM) Client VM 24.45-b08


Get the following error when opening IDE. There's a Maven Web project in the opened projects.

java.lang.NullPointerException
	at org.netbeans.modules.maven.j2ee.utils.LoggingUtils.logUsingSourceClass(LoggingUtils.java:131)
	at org.netbeans.modules.maven.j2ee.utils.LoggingUtils.logUsage(LoggingUtils.java:125)
	at org.netbeans.modules.maven.j2ee.ProjectHookImpl$3.run(ProjectHookImpl.java:159)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 javydreamercsw 2014-04-01 20:53:46 UTC
Created attachment 146480 [details]
IDE log
Comment 2 Martin Janicek 2014-07-09 08:36:41 UTC

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