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 184463 - [69cat] NPE when Running Application at org.netbeans.nbbuild.JarWithModuleAttributes.setManifest
Summary: [69cat] NPE when Running Application at org.netbeans.nbbuild.JarWithModuleAtt...
Status: RESOLVED DUPLICATE of bug 184470
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-19 14:36 UTC by javydreamercsw
Modified: 2010-04-19 16:42 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 javydreamercsw 2010-04-19 14:36:31 UTC
[ BUILD # : 201004190201 ]
[ JDK VERSION : 1.6.* ]

When using the Run menu for the suite I got the following error:

C:\Netbeans\Outlook Interface Tester\netbeans\harness\suite.xml:172: The
following error occurred while executing this line:
C:\Netbeans\Outlook Interface Tester\netbeans\harness\common.xml:239: 
java.lang.NullPointerException
        at
org.netbeans.nbbuild.JarWithModuleAttributes.setManifest(JarWithModuleAttributes
.java:334)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.apache.tools.ant.IntrospectionHelper$7.set(IntrospectionHelper.java:1101)
        at
org.apache.tools.ant.IntrospectionHelper$AttributeSetter.setObject(Introspection
Helper.java:1502)
        at
org.apache.tools.ant.IntrospectionHelper.setAttribute(IntrospectionHelper.java:4
05)
        at
org.apache.tools.ant.RuntimeConfigurable.maybeConfigure(RuntimeConfigurable.java
:393)
        at
org.apache.tools.ant.RuntimeConfigurable.maybeConfigure(RuntimeConfigurable.java
:350)
        at org.apache.tools.ant.Task.maybeConfigure(Task.java:202)
        at
org.apache.tools.ant.UnknownElement.configure(UnknownElement.java:196)
        at
org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:163)
        at org.apache.tools.ant.Task.perform(Task.java:347)
        at org.apache.tools.ant.Target.execute(Target.java:390)
        at org.apache.tools.ant.Target.performTasks(Target.java:411)
        at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1360)
        at
org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecut
or.java:38)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1212)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:441)
        at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:302)
        at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221)
        at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor199.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:390)
        at org.apache.tools.ant.Target.performTasks(Target.java:411)
        at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1360)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1329)
        at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:
41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1212)
        at
org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:278)
        at
org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:523)
        at
org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
Comment 1 javydreamercsw 2010-04-19 14:58:22 UTC
This might be related to issue #184470. Raised the priority since there's no workaround due to the mentioned issue. There's no way of running the application!

It started today after I updated my daily build with the project unchanged since last time it was working.

Will revert environment to Friday's to verify.
Comment 2 javydreamercsw 2010-04-19 15:15:13 UTC
Verified that the same project as expected on build 201004160201 with the issue described in issue #184462.

I ran into this issue checking if #184462 was now working.
Comment 3 Jesse Glick 2010-04-19 16:42:25 UTC
Likely the same, check with a build containing a fix.

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