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

Summary: NullPointerException at org.netbeans.modules.maven.execute.BeanRunConfig.getMavenProject
Product: projects Reporter: lehel
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227730
Attachments: stacktrace

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