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 248867 - NullPointerException: The buildXml parameter cannot be null
Summary: NullPointerException: The buildXml parameter cannot be null
Status: RESOLVED WONTFIX
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-24 17:40 UTC by tameren
Modified: 2016-07-07 09:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213654


Attachments
stacktrace (1.37 KB, text/plain)
2014-11-24 17:40 UTC, tameren
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tameren 2014-11-24 17:40:19 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
tameren: There is no build.xml in project but I've defined in project.properties the following:
buildfile=nb-build.xml
buildXml=nb-build.xml




Stacktrace: 
java.lang.NullPointerException: The buildXml parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.apache.tools.ant.module.api.support.ActionUtils.runTarget(ActionUtils.java:111)
   at org.apache.tools.ant.module.api.support.ActionUtils.runTarget(ActionUtils.java:91)
   at org.netbeans.modules.websvc.core.jaxws.nodes.JaxWsClientChildren.refreshKeys(JaxWsClientChildren.java:269)
   at org.netbeans.modules.websvc.core.jaxws.nodes.JaxWsClientNode.refreshService(JaxWsClientNode.java:369)
   at org.netbeans.modules.websvc.core.jaxws.actions.JaxWsRefreshAction.performAction(JaxWsRefreshAction.java:77)
Comment 1 tameren 2014-11-24 17:40:20 UTC
Created attachment 150669 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 09:54:07 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss