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 136420 - NullPointerException at org.netbeans.modules.j2ee.sun.ide.j2ee.runtime.actions.RunASVerifierAction.performAction
Summary: NullPointerException at org.netbeans.modules.j2ee.sun.ide.j2ee.runtime.action...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-03 20:31 UTC by nanu
Modified: 2008-06-05 00:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 2032


Attachments
stacktrace (2.60 KB, text/plain)
2008-06-03 20:31 UTC, nanu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nanu 2008-06-03 20:31:02 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows Vista, 6.0, x86

User Comments:
Comment 1 nanu 2008-06-03 20:31:13 UTC
Created attachment 62333 [details]
stacktrace
Comment 2 Vince Kraemer 2008-06-05 00:50:27 UTC
looks like the user tried to verify a war file that was inside an ear file....  FileUtil.toFile(fo) returned null...

http://hg.netbeans.org/main/rev/0f1f81761954

should prevent that.