Return-Path: Delivered-To: apmail-synapse-dev-archive@www.apache.org Received: (qmail 76118 invoked from network); 9 Jan 2009 01:56:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2009 01:56:25 -0000 Received: (qmail 15095 invoked by uid 500); 9 Jan 2009 01:56:25 -0000 Delivered-To: apmail-synapse-dev-archive@synapse.apache.org Received: (qmail 15048 invoked by uid 500); 9 Jan 2009 01:56:25 -0000 Mailing-List: contact dev-help@synapse.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@synapse.apache.org Delivered-To: mailing list dev@synapse.apache.org Delivered-To: moderator for dev@synapse.apache.org Received: (qmail 47374 invoked by uid 99); 8 Jan 2009 11:42:54 -0000 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C97186.089C0616" Subject: Re: Probem in running sample 0 Date: Thu, 8 Jan 2009 17:11:20 +0530 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: Probem in running sample 0 Thread-Index: AclxhgaJDzaYWaXMTuindocF7RTeXw== From: "Nisha Dahiya" To: X-OriginalArrivalTime: 08 Jan 2009 11:41:23.0998 (UTC) FILETIME=[088FFBE0:01C97186] X-imss-version: 2.051 X-imss-result: Passed X-imss-scanInfo: M:P L:E SM:0 X-imss-tmaseResult: TT:0 TS:0.0000 TC:00 TRN:0 TV:5.0.1023(16122.004) X-imss-scores: Clean:99.90000 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:2 C:1 M:1 S:1 R:1 (0.1500 0.1500) X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C97186.089C0616 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, I have sent the subscription request as per your suggestion. I am using synapse-1.1.1 version of ESB. I have downloaded this zip file of the same from the apache Site and stated doing the example with give in quickStart. Following all the steps that are given in quik start guide. But when I execute the client of the sample ) application with=20 ant stockquote -Daddurl=3Dhttp://localhost:9000/soap/SimpleStockQuoteService -Dtrpurl=3Dhttp://localhost:8280 -Dmode=3Dquote -Dsymbol=3DIBM command getting the exception that I have sent in my last message i.e.=20 Buildfile: build.xml=20 init:=20 compile:=20 stockquote:=20 [java] org.apache.axis2.AxisFault: The input stream for an incoming message=20 is null.=20 [java] at org.apache.axis2.transport.TransportUtils.createSOAPMessage(T=20 ransportUtils.java:71)=20 [java] at org.apache.axis2.description.OutInAxisOperationClient.handleR=20 esponse(OutInAxisOperation.java:326)=20 [java] at org.apache.axis2.description.OutInAxisOperationClient.send(Ou=20 tInAxisOperation.java:389)=20 [java] at org.apache.axis2.description.OutInAxisOperationClient.execute=20 Impl(OutInAxisOperation.java:211)=20 [java] at org.apache.axis2.client.OperationClient.execute(OperationClie=20 nt.java:163)=20 [java] at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClie=20 nt.java:528)=20 [java] at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClie=20 nt.java:508)=20 [java] at samples.userguide.StockQuoteClient.executeClient(Unknown Sour=20 ce)=20 [java] at samples.userguide.StockQuoteClient.main(Unknown Source)=20 BUILD SUCCESSFUL=20 Total time: 2 seconds=20 Please, help. And getting the same problem when trying to run other samples like for 150 as well. =20 I am new to ESB and exploring through these examples. Thanks in advance. =20 =20 Regards, =20 Nisha=20 ------_=_NextPart_001_01C97186.089C0616 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi,

I have sent the subscription request as per your = suggestion.

I am using synapse-1.1.1 version of ESB. I have = downloaded this zip file of the same from the apache Site and stated doing the = example with give in quickStart. Following all the steps that are given in quik = start guide. But when I execute the client of the sample ) application with =

ant stockquote -Daddurl=3Dhttp://localhost:9000/soap/SimpleStockQuoteService -Dtrpurl=3Dhttp://localhost:8280 -Dmode=3Dquote = -Dsymbol=3DIBM

command getting the exception that I have sent in = my last message i.e.

Buildfile: build.xml

init:

compile:

stockquote:

[java] org.apache.axis2.AxisFault: The input stream for an incoming = message

is null.

[java] at = org.apache.axis2.transport.TransportUtils.createSOAPMessage(T =

ransportUtils.java:71)

[java] at = org.apache.axis2.description.OutInAxisOperationClient.handleR =

esponse(OutInAxisOperation.java:326)

[java] at = org.apache.axis2.description.OutInAxisOperationClient.send(Ou =

tInAxisOperation.java:389)

[java] at = org.apache.axis2.description.OutInAxisOperationClient.execute =

Impl(OutInAxisOperation.java:211)

[java] at = org.apache.axis2.client.OperationClient.execute(OperationClie =

nt.java:163)

[java] at = org.apache.axis2.client.ServiceClient.sendReceive(ServiceClie =

nt.java:528)

[java] at = org.apache.axis2.client.ServiceClient.sendReceive(ServiceClie =

nt.java:508)

[java] at samples.userguide.StockQuoteClient.executeClient(Unknown = Sour

ce)

[java] at samples.userguide.StockQuoteClient.main(Unknown Source) =

BUILD SUCCESSFUL

Total time: 2 seconds

Please, help. And getting the same problem when = trying to run other samples like for 150 as well.

 

I am new to ESB and exploring through these = examples. Thanks in advance.

 

 

Regards,

 

Nisha

------_=_NextPart_001_01C97186.089C0616--