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 53629 - NPE is thrown when close project and delete it externally
Summary: NPE is thrown when close project and delete it externally
Status: RESOLVED DUPLICATE of bug 54156
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-19 09:14 UTC by Petr Blaha
Modified: 2005-02-18 13:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NB log (45.67 KB, text/plain)
2005-01-19 09:15 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2005-01-19 09:14:01 UTC
[Build 20050118]
Steps:
1) create new 'Enterprise application' project
with one EJB module
2) close project
3) delete this project from command line
Many NPE exceptions are thrown, see NetBeans log.
Comment 1 Petr Blaha 2005-01-19 09:15:18 UTC
Created attachment 19762 [details]
NB log
Comment 2 Marian Mirilovic 2005-01-19 09:24:59 UTC
java.lang.NullPointerException
	at org.openide.filesystems.FileUtil.toFile(FileUtil.java:300)
	at
org.netbeans.modules.j2ee.deployment.config.DDFilesListener.getTargetFiles(DDFilesListener.java:45)
Comment 3 Vince Kraemer 2005-02-07 18:19:33 UTC
this looks like it is in the j2eeserver code.  assign back if incorrect
Comment 4 Sherold Dev 2005-02-18 13:54:47 UTC

*** This issue has been marked as a duplicate of 54156 ***