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 271318 - NullPointerException at org.netbeans.modules.maven.execute.BeanRunConfig.getMavenProject
Summary: NullPointerException at org.netbeans.modules.maven.execute.BeanRunConfig.getM...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-17 11:05 UTC by lehel
Modified: 2017-08-17 11:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227730


Attachments
stacktrace (464 bytes, text/plain)
2017-08-17 11:05 UTC, lehel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lehel 2017-08-17 11:05:19 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.73-b02, Java(TM) SE Runtime Environment, 1.8.0_73-b02
OS: Windows 10

User Comments:
GUEST: Running a maven goal.

GUEST: start ide

lehel: using MaveRunner

GUEST: <Please provide a description of the problem or the steps to reproduce>vc




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.maven.execute.BeanRunConfig.getMavenProject(BeanRunConfig.java:168)
   at org.netbeans.modules.maven.execute.MavenCommandLineExecutor$1.taskFinished(MavenCommandLineExecutor.java:161)
   at org.openide.util.Task.notifyFinished(Task.java:240)
   at org.netbeans.core.execution.ExecutorTaskImpl.finished(ExecutorTaskImpl.java:89)
   at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:175)
Comment 1 lehel 2017-08-17 11:05:21 UTC
Created attachment 164967 [details]
stacktrace