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

Summary: NPE is thrown when close project and delete it externally
Product: serverplugins Reporter: Petr Blaha <blaha>
Component: InfrastructureAssignee: Sherold Dev <sherold>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: NB log

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 ***