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 205607 - AssertionError at org.netbeans.modules.maven.runjar.RunJarPrereqChecker.checkRunConfig
Summary: AssertionError at org.netbeans.modules.maven.runjar.RunJarPrereqChecker.check...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 157283
  Show dependency tree
 
Reported: 2011-11-28 12:45 UTC by gerzhedowich
Modified: 2011-12-01 12:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183239


Attachments
stacktrace (3.05 KB, text/plain)
2011-11-28 12:45 UTC, gerzhedowich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gerzhedowich 2011-11-28 12:45:35 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-8306-on-20111122)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02, Java(TM) SE Runtime Environment, 1.6.0_29-b11
OS: Windows 7

Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.maven.runjar.RunJarPrereqChecker.checkRunConfig(RunJarPrereqChecker.java:105)
   at org.netbeans.modules.maven.execute.PrereqCheckerMerger$Impl.checkRunConfig(PrereqCheckerMerger.java:84)
   at org.netbeans.modules.maven.api.execute.RunUtils.run(RunUtils.java:85)
   at org.netbeans.modules.maven.problems.SanityBuildAction.actionPerformed(SanityBuildAction.java:80)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
Comment 1 gerzhedowich 2011-11-28 12:45:38 UTC
Created attachment 113575 [details]
stacktrace
Comment 2 Jesse Glick 2011-11-30 16:03:34 UTC
Not sure how this is possible (race condition editing project packaging while it is running?!), but probably harmless to just remove the assertion.
Comment 3 Jesse Glick 2011-11-30 16:03:54 UTC
core-main #4bd53a17ab68
Comment 4 Quality Engineering 2011-12-01 12:08:04 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/4bd53a17ab68
User: Jesse Glick <jglick@netbeans.org>
Log: #205607: AssertionError at org.netbeans.modules.maven.runjar.RunJarPrereqChecker.checkRunConfig