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 86861 - NPE in build log during Samples build
Summary: NPE in build log during Samples build
Status: VERIFIED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: SOA (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Jun Qian
URL:
Keywords: REGRESSION
: 84738 (view as bug list)
Depends on:
Blocks: 85354 85451
  Show dependency tree
 
Reported: 2006-10-10 14:38 UTC by Maksim Khramov
Modified: 2006-10-12 01:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2006-10-10 14:38:43 UTC
Build 061009

Create Asynchronous or Synchronous sample application
Add AsynchronousSample module to list of jbi modules.
Perform Build for sample application. It is successful but there are NPE in
build log:
Building jar: E:\Documents and
Settings\Administrator\AsynchronousSample1\AsynchronousSample1Application\build\BCDeployment.jar
...Ex: java.lang.NullPointerException
java.lang.NullPointerException
        at
org.netbeans.modules.xml.xdm.nodes.XMLSyntaxParser.parse(XMLSyntaxParser.java:46)
        at org.netbeans.modules.xml.xdm.XDMModel.prepareSync(XDMModel.java:153)
        at org.netbeans.modules.xml.xdm.XDMModel.sync(XDMModel.java:144)
        at org.netbeans.modules.xml.xdm.xam.XDMAccess.sync(XDMAccess.java:109)
        at org.netbeans.modules.xml.xam.AbstractModel.sync(AbstractModel.java:230)
        at
org.netbeans.modules.xml.xam.AbstractModelFactory.getModel(AbstractModelFactory.java:83)
        at
org.netbeans.modules.xml.wsdl.model.WSDLModelFactory.getModel(WSDLModelFactory.java:56)
        at
org.netbeans.modules.compapp.projects.jbi.anttasks.wsdlRepository.getAllWsdlDocumentFormSEJars(wsdlRepository.java:232)
        at
org.netbeans.modules.compapp.projects.jbi.anttasks.wsdlRepository.<init>(wsdlRepository.java:98)
        at
org.netbeans.modules.compapp.projects.jbi.anttasks.BuildServiceAssembly.execute(BuildServiceAssembly.java:227)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at
org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:240)
        at
org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:293)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
Comment 1 Mikhail Kondratyev 2006-10-10 15:35:29 UTC
This must be fixed
Comment 2 Michael Frisino 2006-10-10 17:41:14 UTC
venkat, can you put Kiran, Jun, and Sreeni together to fix this now?
Comment 3 Venkat Chellasamy 2006-10-10 19:36:48 UTC
This is dependent on netbeans release build containing fix for 86624.
please test once this build is available
Comment 4 lchang 2006-10-11 20:46:40 UTC
Verified in coke milestone22
Asynchronous and Synchronous projects both do not give NPE during build or 
deploy.

This was fixed as a result of the fix for 86624
Comment 5 lchang 2006-10-11 20:47:00 UTC
verified
Comment 6 Nam Nguyen 2006-10-12 01:55:56 UTC
*** Issue 84738 has been marked as a duplicate of this issue. ***