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 203610 - NullPointerException at org.netbeans.modules.j2ee.deployment.impl.ServerFileDistributor.getDescriptorPath
Summary: NullPointerException at org.netbeans.modules.j2ee.deployment.impl.ServerFileD...
Status: RESOLVED DUPLICATE of bug 204751
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-12 19:36 UTC by xtecuan
Modified: 2011-11-09 11:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178178


Attachments
stacktrace (1.37 KB, text/plain)
2011-10-12 19:36 UTC, xtecuan
Details
stacktrace (1.37 KB, text/plain)
2011-11-02 08:36 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description xtecuan 2011-10-12 19:36:19 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.deployment.impl.ServerFileDistributor.getDescriptorPath(ServerFileDistributor.java:118)
   at org.netbeans.modules.j2ee.deployment.impl.ServerFileDistributor.createModuleChangeDescriptor(ServerFileDistributor.java:132)
   at org.netbeans.modules.j2ee.deployment.impl.ServerFileDistributor._distributeOnSave(ServerFileDistributor.java:265)
   at org.netbeans.modules.j2ee.deployment.impl.ServerFileDistributor.distributeOnSave(ServerFileDistributor.java:201)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.distributeChangesOnSave(TargetServer.java:254)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.notifyArtifactsUpdated(TargetServer.java:850)
Comment 1 xtecuan 2011-10-12 19:36:22 UTC
Created attachment 111950 [details]
stacktrace
Comment 2 Exceptions Reporter 2011-10-13 23:59:37 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=178178
Comment 3 Vladimir Riha 2011-11-02 08:36:15 UTC
Created attachment 112712 [details]
stacktrace

Editing jsp in enterprise application
Comment 4 Petr Hejl 2011-11-09 11:01:28 UTC

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