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 173993 - Outer callstack java.lang.Exception occurs while building HL7 project.
Summary: Outer callstack java.lang.Exception occurs while building HL7 project.
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: HL7 BC (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Venkat Chellasamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-07 15:51 UTC by raghukolar
Modified: 2009-12-03 05:52 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (9.23 KB, application/x-compressed)
2009-10-07 15:52 UTC, raghukolar
Details
hl7 Inbound project (366.90 KB, application/x-compressed)
2009-10-07 15:53 UTC, raghukolar
Details
hl7 Outbound project (372.09 KB, application/x-compressed)
2009-10-07 15:54 UTC, raghukolar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description raghukolar 2009-10-07 15:51:00 UTC
Build Used : 20091004-0736

Steps to reproduce :

1) Please use the attached hl7 projects and build them to find the exception.

2) Please find the attached messages.log

INFO [org.netbeans.modules.j2ee.deployment.impl.ServerInstance]: DebuggerInfo cannot be found for: GlassFish V2
INFO [org.openide.text.CloneableEditorSupport]: Outer callstack
java.lang.Exception
[catch] at org.openide.text.CloneableEditorSupport.openDocumentImpl(CloneableEditorSupport.java:840)
	at org.openide.text.CloneableEditorSupport.openDocumentImpl(CloneableEditorSupport.java:822)
	at org.openide.text.CloneableEditorSupport.openDocumentCheckIOE(CloneableEditorSupport.java:802)
	at org.openide.text.CloneableEditorSupport.openDocument(CloneableEditorSupport.java:782)
	at org.openide.text.DataEditorSupport.openDocument(DataEditorSupport.java:438)
	at org.netbeans.modules.xml.retriever.catalog.Utilities._getDocument(Utilities.java:524)
	at org.netbeans.modules.xml.retriever.catalog.Utilities.access$000(Utilities.java:104)
	at org.netbeans.modules.xml.retriever.catalog.Utilities$1.getLookup(Utilities.java:638)
	at org.openide.util.lookup.SimpleProxyLookup.checkLookup(SimpleProxyLookup.java:77)
	at org.openide.util.lookup.SimpleProxyLookup.lookup(SimpleProxyLookup.java:152)
	at org.netbeans.modules.xml.retriever.catalog.impl.LSResourceResolverImpl.resolveResource(LSResourceResolverImpl.java:119)
	at
org.netbeans.modules.xml.wsdl.validator.WSDLInlineSchemaValidator$WSDLLSResourceResolver.resolveResource(WSDLInlineSchemaValidator.java:326)
	at com.sun.org.apache.xerces.internal.util.DOMEntityResolverWrapper.resolveEntity(DOMEntityResolverWrapper.java:106)
	at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:1100)
	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:595)
	at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.resolveSchema(XSDHandler.java:1671)
	at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.constructTrees(XSDHandler.java:986)
	at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.constructTrees(XSDHandler.java:1002)
	at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.constructTrees(XSDHandler.java:1002)
	at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:569)
	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:552)
	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:519)
	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:485)
	at com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.newSchema(XMLSchemaFactory.java:210)
	at javax.xml.validation.SchemaFactory.newSchema(SchemaFactory.java:594)
	at org.netbeans.modules.xml.wsdl.validator.WSDLInlineSchemaValidator.validate(WSDLInlineSchemaValidator.java:157)
	at org.netbeans.modules.xml.wsdl.validator.WSDLInlineSchemaValidator.validate(WSDLInlineSchemaValidator.java:113)
	at org.netbeans.modules.xml.xam.spi.Validation.validate(Validation.java:95)
	at org.netbeans.modules.xml.validation.core.Validator.validate(Validator.java:106)
	at org.netbeans.modules.bpel.validation.reference.Validator.access$200(Validator.java:72)
	at org.netbeans.modules.bpel.validation.reference.Validator$1.visit(Validator.java:94)
	at org.netbeans.modules.bpel.model.impl.ImportImpl.accept(ImportImpl.java:86)
	at org.netbeans.modules.bpel.model.impl.BpelEntityImpl.accept(BpelEntityImpl.java:228)
	at org.netbeans.modules.bpel.model.impl.BpelEntityImpl.acceptChildren(BpelEntityImpl.java:353)
	at org.netbeans.modules.bpel.model.impl.BpelEntityImpl.accept(BpelEntityImpl.java:229)
	at org.netbeans.modules.bpel.validation.core.BpelValidator$1.run(BpelValidator.java:102)
	at org.netbeans.modules.bpel.model.impl.BpelModelImpl.invoke(BpelModelImpl.java:253)
	at org.netbeans.modules.bpel.validation.core.BpelValidator.validate(BpelValidator.java:106)
	at org.netbeans.modules.xml.xam.spi.Validation.validate(Validation.java:95)
	at org.netbeans.modules.xml.validation.core.Controller.validate(Controller.java:191)
	at org.netbeans.modules.xml.validation.core.Controller.validate(Controller.java:158)
	at org.netbeans.modules.xml.validation.core.Controller.ideValidate(Controller.java:152)
	at
org.netbeans.modules.bpel.project.anttasks.ide.IdeValidateBpelProjectTask.validateFile(IdeValidateBpelProjectTask.java:252)
	at
org.netbeans.modules.bpel.project.anttasks.ide.IdeValidateBpelProjectTask.processFile(IdeValidateBpelProjectTask.java:225)
	at
org.netbeans.modules.bpel.project.anttasks.ide.IdeValidateBpelProjectTask.processFiles(IdeValidateBpelProjectTask.java:188)
	at
org.netbeans.modules.bpel.project.anttasks.ide.IdeValidateBpelProjectTask.processFolder(IdeValidateBpelProjectTask.java:182)
	at
org.netbeans.modules.bpel.project.anttasks.ide.IdeValidateBpelProjectTask.processFileObject(IdeValidateBpelProjectTask.java:176)
	at
org.netbeans.modules.bpel.project.anttasks.ide.IdeValidateBpelProjectTask.processSourceDir(IdeValidateBpelProjectTask.java:171)
	at
org.netbeans.modules.bpel.project.anttasks.ide.IdeValidateBpelProjectTask.processSourceDirs(IdeValidateBpelProjectTask.java:166)
	at org.netbeans.modules.bpel.project.anttasks.ide.IdeValidateBpelProjectTask.execute(IdeValidateBpelProjectTask.java:139)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
	at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:278)
	at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:497)
	at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
Comment 1 raghukolar 2009-10-07 15:52:12 UTC
Created attachment 89027 [details]
messages.log
Comment 2 raghukolar 2009-10-07 15:53:41 UTC
Created attachment 89028 [details]
hl7 Inbound project
Comment 3 raghukolar 2009-10-07 15:54:18 UTC
Created attachment 89029 [details]
hl7 Outbound project
Comment 4 Raghunadh Teegavarapu 2009-12-03 05:52:29 UTC
This is not related to any specific bc, we need to assign it to appropriate queue.