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 81279 - echo Samples throws java.lang.RuntimeException: unable to parse WSDL 1.1 wrapper
Summary: echo Samples throws java.lang.RuntimeException: unable to parse WSDL 1.1 wrapper
Status: VERIFIED INVALID
Alias: None
Product: soa
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Gabriel Badescu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-27 17:20 UTC by ekimm
Modified: 2006-09-11 21:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Server.log (107.49 KB, application/octet-stream)
2006-07-27 17:20 UTC, ekimm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ekimm 2006-07-27 17:20:29 UTC
When I run the OpenESB sample "echo", I get the following message in the 
server.log (attached)

[#|2006-07-26T15:21:30.187-0700|WARNING|sun-appserver-
pe9.0|javax.enterprise.system.stream.err|_ThreadID=16;_ThreadName=BPELSEInOutThr
ead0;_RequestID=1be78eb1-bafc-4f0f-832a-
0381a22e91a7;|java.lang.RuntimeException: unable to parse WSDL 1.1 wrapper
	at 
com.sun.jbi.engine.bpel.core.bpel.engine.impl.JBIMessageImpl.constructJBIMessage
(JBIMessageImpl.java:305)
	at com.sun.jbi.engine.bpel.core.bpel.engine.impl.JBIMessageImpl.<init>
(JBIMessageImpl.java:124)
	at com.sun.jbi.engine.bpel.EngineHelper.getInMessage
(EngineHelper.java:604)
	at com.sun.jbi.engine.bpel.EngineHelper.getInMessage
(EngineHelper.java:520)
	at com.sun.jbi.engine.bpel.BPELSEInOutThread.processRequest
(BPELSEInOutThread.java:416)
	at com.sun.jbi.engine.bpel.BPELSEInOutThread.run
(BPELSEInOutThread.java:229)
Caused by: java.lang.NullPointerException
	at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.importNode
(CoreDocumentImpl.java:1478)
	at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.importNode
(CoreDocumentImpl.java:1444)
	at 
com.sun.jbi.engine.bpel.core.bpel.engine.impl.JBIMessageImpl.constructJBIMessage
(JBIMessageImpl.java:292)
	... 5 more
|#]

[#|2006-07-26T15:21:30.187-0700|SEVERE|sun-appserver-
pe9.0|com.sun.jbi.component.com.sun.bpelse-1.0-
2com.sun.jbi.engine.bpel.BPELSEInOutThread|_ThreadID=16;_ThreadName=BPELSEInOutT
hread0;_RequestID=1be78eb1-bafc-4f0f-832a-0381a22e91a7;|caught exception while 
processing message
java.lang.RuntimeException: unable to parse WSDL 1.1 wrapper
	at 
com.sun.jbi.engine.bpel.core.bpel.engine.impl.JBIMessageImpl.constructJBIMessage
(JBIMessageImpl.java:305)
	at com.sun.jbi.engine.bpel.core.bpel.engine.impl.JBIMessageImpl.<init>
(JBIMessageImpl.java:124)
	at com.sun.jbi.engine.bpel.EngineHelper.getInMessage
(EngineHelper.java:604)
	at com.sun.jbi.engine.bpel.EngineHelper.getInMessage
(EngineHelper.java:520)
	at com.sun.jbi.engine.bpel.BPELSEInOutThread.processRequest
(BPELSEInOutThread.java:416)
	at com.sun.jbi.engine.bpel.BPELSEInOutThread.run
(BPELSEInOutThread.java:229)
Caused by: java.lang.NullPointerException
	at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.importNode
(CoreDocumentImpl.java:1478)
	at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.importNode
(CoreDocumentImpl.java:1444)
	at 
com.sun.jbi.engine.bpel.core.bpel.engine.impl.JBIMessageImpl.constructJBIMessage
(JBIMessageImpl.java:292)
	... 5 more
|#]
Comment 1 ekimm 2006-07-27 17:20:54 UTC
Created attachment 32267 [details]
Server.log
Comment 2 Gabriel Badescu 2006-09-07 01:06:49 UTC
We will no longer be releaseing samples with OpenESB  - we will be using BPEL 
Blueprints instead
Comment 3 lchang 2006-09-11 21:32:25 UTC
No longer being packaged