You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by sm...@wipro.com on 2007/05/25 14:20:36 UTC

Addressing Exception

Hi

 

I am getting the following exception  at the server

 

java.lang.NoClassDefFoundError: org/apache/axis

2/addressing/EndpointReferenceHelper 

 

And at the client ...Is it possible for anyone to give me some clue?

 

Exception in thread "main" org.apache.axis2.AxisFault: A header
representing a Message Addressing Property is not valid and the message
cannot be processed

      at
org.apache.axis2.addressing.AddressingFaultsHelper.triggerAddressingFaul
t(AddressingFaultsHelper.java:150)

      at
org.apache.axis2.addressing.AddressingFaultsHelper.triggerActionMismatch
Fault(AddressingFaultsHelper.java:81)

      at
org.apache.axis2.handlers.addressing.AddressingInHandler.extractActionIn
formation(AddressingInHandler.java:276)

      at
org.apache.axis2.handlers.addressing.AddressingInHandler.extractAddressi
ngInformation(AddressingInHandler.java:159)

      at
org.apache.axis2.handlers.addressing.AddressingInHandler.invoke(Addressi
ngInHandler.java:95)

      at org.apache.axis2.engine.Phase.invoke(Phase.java:383)

      at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203)

      at
org.apache.axis2.engine.AxisEngine.receiveFault(AxisEngine.java:354)

      at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper
ation.java:370)

      at
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO
peration.java:294)

      at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:520
)

      at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:500
)

      at
org.apache.savan.eventing.client.EventingClient.subscribe(EventingClient
.java:73)

      at publisher.client.Client.doSubscribe(Client.java:101)

      at publisher.client.Client.run(Client.java:52)

      at publisher.client.Client.main(Client.java:40)

 




The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

RE: Addressing Exception

Posted by Brian De Pradine <PR...@uk.ibm.com>.
Hello Aldrin,

OK. So what you need to do is go here [1], and grab the 
addressing-1.1.1.mar file. Take the EndpointReferenceHelper class out of 
there and replace the EndpointReferenceHelper class in your 
axis2-kernel.jar with this one.

[1] 
http://people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.axis2/mars/

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you 
find the time to do it again?


<sm...@wipro.com> wrote on 29/05/2007 11:32:44:

> Hi Brian
> I am using Axis2(1.1.1) since I am using savan and that?s only 
> getting configured with this
> 
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Tuesday, May 29, 2007 4:00 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception
> 
> 
> Hello Aldrin, 
> 
> Well that's progress, in a way :-) The problem now is that the 
> EndpointReferenceHelper class from axis2 1.2 is not compatible with 
> the version of axis2 that you are using. So, what version of axis2 
> are you using? 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 29/05/2007 11:19:07:
> 
> > Hi Brian. 
> > 
> > I did as per your mail 
> > Now the client exception is changed to 
> > Exception in thread "main" org.apache.axis2.AxisFault: First Element
> > must contain the local name, Envelope 
> >       at org.apache.axis2.transport.TransportUtils.createSOAPMessage(
> > TransportUtils.java:81) 
> >       at org.apache.axis2.description.OutInAxisOperationClient.send(
> > OutInAxisOperation.java:356) 
> >       at 
org.apache.axis2.description.OutInAxisOperationClient.execute(
> > OutInAxisOperation.java:294) 
> >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > ServiceClient.java:520) 
> >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > ServiceClient.java:500) 
> >       at org.apache.savan.eventing.client.EventingClient.subscribe(
> > EventingClient.java:73) 
> >       at eventing.Client.doSubscribe(Client.java:271) 
> >       at eventing.Client.performAction(Client.java:221) 
> >       at eventing.Client.run(Client.java:142) 
> >       at eventing.Client.main(Client.java:93) 
> > Caused by: org.apache.axiom.soap.SOAPProcessingException: First 
> > Element must contain the local name, Envelope 
> >       at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.
> > constructNode(StAXSOAPModelBuilder.java:221) 
> >       at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.
> > createOMElement(StAXSOAPModelBuilder.java:179) 
> >       at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(
> > StAXOMBuilder.java:135) 
> >       at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.
> > getSOAPEnvelope(StAXSOAPModelBuilder.java:163) 
> >       at 
org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.<init>(
> > StAXSOAPModelBuilder.java:111) 
> >       at org.apache.axis2.builder.BuilderUtil.getSOAPBuilder(
> > BuilderUtil.java:474) 
> >       at org.apache.axis2.transport.TransportUtils.createSOAPMessage(
> > TransportUtils.java:142) 
> >       at org.apache.axis2.transport.TransportUtils.createSOAPMessage(
> > TransportUtils.java:77) 
> >       ... 9 more 
> > 
> > And at the server 
> > 15:39:32,046 ERROR [AxisServlet] java.lang.NoSuchMethodError: org.
> > apache.axis2. 
> > 
ddressing.EndpointReference.setAddressAttributes(Ljava/util/ArrayList;)V 
> > 15:39:32,109 ERROR [[AxisServlet]] Servlet.service() for servlet 
> > AxisServlet th 
> > ew exception 
> > java.lang.NoSuchMethodError: org.apache.axis2.addressing.
> > EndpointReference.getA 
> > dressAttributes()Ljava/util/ArrayList; 
> >         at org.apache.axis2.addressing.EndpointReferenceHelper.
> > toOM(EndpointRef 
> > renceHelper.java:227) 
> >         at org.apache.axis2.handlers.addressing.
> > AddressingOutHandler.addToSOAPH 
> > ader(AddressingOutHandler.java:272) 
> >         at org.apache.axis2.handlers.addressing.
> > AddressingOutHandler.processRep 
> > yTo(AddressingOutHandler.java:221) 
> >         at org.apache.axis2.handlers.addressing.
> > AddressingOutHandler.invoke(Add 
> > essingOutHandler.java:95) 
> >         at org.apache.axis2.engine.Phase.invoke(Phase.java:382) 
> >         at 
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:522) 
> >         at 
org.apache.axis2.engine.AxisEngine.sendFault(AxisEngine.java:709)
> >         at org.apache.axis2.transport.http.AxisServlet.
> > handleFault(AxisServlet. 
> > ava:319) 
> >         at org.apache.axis2.transport.http.AxisServlet.
> > doPost(AxisServlet.java: 
> > 94) 
> >         at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:717) 
> >         at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:810) 
> >         at org.apache.catalina.core.ApplicationFilterChain.
> > internalDoFilter(App 
> > icationFilterChain.java:252) 
> >         at org.apache.catalina.core.ApplicationFilterChain.
> > doFilter(Application 
> > ilterChain.java:173) 
> >         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.
> > doFilter(ReplyHeaderF 
> > lter.java:81) 
> >         at org.apache.catalina.core.ApplicationFilterChain.
> > internalDoFilter(App 
> > icationFilterChain.java:202) 
> >         at org.apache.catalina.core.ApplicationFilterChain.
> > doFilter(Application 
> > ilterChain.java:173) 
> >         at org.apache.catalina.core.StandardWrapperValve.
> > invoke(StandardWrapper 
> > alve.java:213) 
> >         at org.apache.catalina.core.StandardContextValve.
> > invoke(StandardContext 
> > alve.java:178) 
> >         at org.jboss.web.tomcat.security.CustomPrincipalValve.
> > invoke(CustomPrin 
> > 
> > 
> > 
> > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > Sent: Tuesday, May 29, 2007 3:20 PM
> > To: axis-dev@ws.apache.org
> > Subject: RE: Addressing Exception 
> > 
> > 
> > Hello Aldrin, 
> > 
> > The lib directory is not the correct location for the class. You 
> > need to locate your axis2-kernel.jar, and insert the class into the 
> > org/apache/axis2/addressing directory of the jar. 
> > 
> > Cheers
> > 
> > Brian DePradine
> > Web Services Development
> > IBM Hursley
> > External  +44 (0) 1962 816319         Internal 246319
> > 
> > If you can't find the time to do it right the first time, where will
> > you find the time to do it again?
> > 
> 
> > 
> > <sm...@wipro.com> 
> > 29/05/2007 10:30 
> > 
> > Please respond to
> > axis-dev@ws.apache.org 
> > 
> > To 
> > 
> > <ax...@ws.apache.org> 
> > 
> > cc 
> > 
> > 
> > 
> > Subject 
> > 
> > RE: Addressing Exception 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > There is no difference after putting the EndPointReferenceHelper.
> > class in the lib folder of axis2. 
> > It?s really a great if you can provide some help 
> > 
> > 
> > 
> > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > Sent: Tuesday, May 29, 2007 2:39 PM
> > To: axis-dev@ws.apache.org
> > Subject: RE: Addressing Exception 
> > 
> > 
> > Hello Aldrin, 
> > 
> > Which exception is that? The server-side NoClassDefFoundError, or 
> > the client-side AxisFault? 
> > 
> > Cheers
> > 
> > Brian DePradine
> > Web Services Development
> > IBM Hursley
> > External  +44 (0) 1962 816319         Internal 246319
> > 
> > If you can't find the time to do it right the first time, where will
> > you find the time to do it again?
> > 
> > 
> > <sm...@wipro.com> wrote on 29/05/2007 07:39:13:
> > 
> > > But still it?s giving the same exception 
> > > 
> > > 
> > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > Sent: Monday, May 28, 2007 7:48 PM
> > > To: axis-dev@ws.apache.org
> > > Subject: RE: Addressing Exception 
> > > 
> > > 
> > > Hello Aldrin, 
> > > 
> > > Ahh ... Well that's a different issue. You might want to consider 
> > > raising a JIRA issue stating that savan does not work with axis2 1.
> > > 2. That can be done here [1] 
> > > 
> > > If you can't wait for a new version of savan then you can get around
> > > your immediate problem by returning to the version of axis2 that 
> > > worked with savan, and simply copying the EndpointReferenceHelper 
> > > class to the same location in the axis2-kernel jar of the axis2 that
> > > you are using. 
> > > 
> > > [1] http://issues.apache.org/jira/browse/SAVAN 
> > > 
> > > Cheers
> > > 
> > > Brian DePradine
> > > Web Services Development
> > > IBM Hursley
> > > External  +44 (0) 1962 816319         Internal 246319
> > > 
> > > If you can't find the time to do it right the first time, where will
> > > you find the time to do it again?
> > > 
> > > 
> > > <sm...@wipro.com> wrote on 28/05/2007 14:27:24:
> > > 
> > > > 
> > > > I deployed the new axis2.war.But then I have another problem it?s 
> > > > not able to configure savan.It?s not reading savan configuration 
> > > > file from WEB-INF. 
> > > > That?s the reason I had downloaded some other version of axis2. 
> > > > I am not able to figure how this is linked to savan. 
> > > > 
> > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > Sent: Monday, May 28, 2007 6:29 PM
> > > > To: axis-dev@ws.apache.org
> > > > Subject: RE: Addressing Exception 
> > > > 
> > > > 
> > > > Hello Aldrin, 
> > > > 
> > > > I have checked both the binary and the war versions and the 
> > > > EndpointRefereneHelper class is in both of them. 
> > > > 
> > > > Cheers
> > > > 
> > > > Brian DePradine
> > > > Web Services Development
> > > > IBM Hursley
> > > > External  +44 (0) 1962 816319         Internal 246319
> > > > 
> > > > If you can't find the time to do it right the first time, where 
will
> > > > you find the time to do it again?
> > > > 
> > > > 
> > > > <sm...@wipro.com> wrote on 28/05/2007 13:53:21:
> > > > 
> > > > > I had downloaded from there only previously.But it was war 
> > distribution. 
> > > > > Should I download war or binary distribution? 
> > > > > 
> > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > Sent: Monday, May 28, 2007 6:19 PM
> > > > > To: axis-dev@ws.apache.org
> > > > > Subject: RE: Addressing Exception 
> > > > > 
> > > > > 
> > > > > Hello Aldrin, 
> > > > > 
> > > > > Hmmm ... that's very odd. I recommend that you replace your 
axis2 
> > > > > installation with one from here [1] 
> > > > > 
> > > > > [1] http://ws.apache.org/axis2/download/1_2/download.cgi 
> > > > > 
> > > > > Cheers
> > > > > 
> > > > > Brian DePradine
> > > > > Web Services Development
> > > > > IBM Hursley
> > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > 
> > > > > If you can't find the time to do it right the first time, where 
will
> > > > > you find the time to do it again?
> > > > > 
> > > > > 
> > > > > <sm...@wipro.com> wrote on 28/05/2007 13:09:38:
> > > > > 
> > > > > > 
> > > > > > I could find axis2-kernel-1.2.jar.But there is not 
> > > > EndPointReferenceHelper 
> > > > > > 
> > > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > > Sent: Monday, May 28, 2007 5:14 PM
> > > > > > To: axis-dev@ws.apache.org
> > > > > > Subject: RE: Addressing Exception 
> > > > > > 
> > > > > > 
> > > > > > Hello Aldrin, 
> > > > > > 
> > > > > > Apologies, I have got the name wrong. It should be something 
like 
> > > > > > axis2-kernel-1.2.jar 
> > > > > > 
> > > > > > Cheers
> > > > > > 
> > > > > > Brian DePradine
> > > > > > Web Services Development
> > > > > > IBM Hursley
> > > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > > 
> > > > > > If you can't find the time to do it right the first time, 
where will
> > > > > > you find the time to do it again?
> > > > > > 
> > > > > > 
> > > > > > <sm...@wipro.com> wrote on 28/05/2007 06:19:39:
> > > > > > 
> > > > > > > Hi Brian 
> > > > > > > 
> > > > > > > I couldn?t find  kernel.jar in my lib folder. 
> > > > > > > 
> > > > > > > Thanks And Regards 
> > > > > > > Smitha Aldrin 
> > > > > > > 
> > > > > > > 
> > > > > > > From: smitha.aldrin@wipro.com 
[mailto:smitha.aldrin@wipro.com] 
> > > > > > > Sent: Monday, May 28, 2007 10:12 AM
> > > > > > > To: axis-dev@ws.apache.org
> > > > > > > Subject: RE: Addressing Exception 
> > > > > > > 
> > > > > > > Hi Brian 
> > > > > > > 
> > > > > > > Good Morning!! 
> > > > > > > 
> > > > > > > This is how the message exchange happens... 
> > > > > > > 
> > > > > > > Host: 127.0.0.1:8081 
> > > > > > > Transfer-Encoding: chunked 
> > > > > > > 
> > > > > > > 23f 
> > > > > > > <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope 
> xmlns:wsa="
> > > > > > > http://www.w3.org/2005/08/addressing" 
xmlns:soapenv="http://www.w3
> .
> > > > > > > org/2003/05/soap-envelope"><soapenv:Header><wsa:To>http:
> //localhost:
> > > > > > > 
8081/axis2/services/PublisherService</wsa:To><wsa:ReplyTo><wsa:
> > > > > > > Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:
> > > > > > > Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:
> > > > > > > 
C93761FC5FE5CF50DA1180087094009</wsa:MessageID><wsa:Action>uuid:
> > > > > > > dummyMethod</wsa:Action></soapenv:Header><soapenv:Body><ns1:
> > > > > > > dummyMethod xmlns:ns1="http://tempuri.org/" /></soapenv:
> > > > > > > Body></soapenv:Envelope>0 
> > > > > > > 
> > > > > > > 
> > > > > > > HTTP/1.1 202 Accepted 
> > > > > > > Server: Apache-Coyote/1.1 
> > > > > > > X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build: 
CVSTag=JBoss_4_0_2 
> > > > > > > date=200505022023)/Tomcat-5.5 
> > > > > > > Content-Type: text/xml;charset=UTF-8 
> > > > > > > Transfer-Encoding: chunked 
> > > > > > > Date: Fri, 25 May 2007 09:58:14 GMT 
> > > > > > > 
> > > > > > > 0 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > > > Sent: Friday, May 25, 2007 7:59 PM
> > > > > > > To: axis-dev@ws.apache.org
> > > > > > > Subject: RE: Addressing Exception 
> > > > > > > 
> > > > > > > 
> > > > > > > Hello Aldrin, 
> > > > > > > 
> > > > > > > Hmm ... in axis2 version 1.2 that class should definitely be 
in 
> > > > > > > kernel.jar. Classloading issue maybe? 
> > > > > > > 
> > > > > > > Anyway, looking at the stack trace for the other issue, 
> itsuggests 
> > > > > > > a problem with the action processing. What does TCPMon 
> show for the 
> > > > > > > request message? 
> > > > > > > 
> > > > > > > Cheers
> > > > > > > 
> > > > > > > Brian DePradine
> > > > > > > Web Services Development
> > > > > > > IBM Hursley
> > > > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > > > 
> > > > > > > If you can't find the time to do it right the first 
> time, where will
> > > > > > > you find the time to do it again?
> > > > > > > 
> > > > > > > 
> > > > > > > <sm...@wipro.com> wrote on 25/05/2007 15:06:47:
> > > > > > > 
> > > > > > > > Hi Brian 
> > > > > > > > 
> > > > > > > > I have addressing.mar in my axis2.war 
> > > > > > > > I am using axis1.2 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > > > > Sent: Friday, May 25, 2007 7:33 PM
> > > > > > > > To: axis-dev@ws.apache.org
> > > > > > > > Subject: Re: Addressing Exception 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > Hello Aldrin, 
> > > > > > > > 
> > > > > > > > Let's start with the server side exception. Which 
> > version of axis2 
> > > > > > > > are you using? In the latest axis2 version that class 
> > should be in 
> > > > > > > > kernel.jar, however, in earlier versions of axis2 it was 
in 
> > > > > > addressing.mar 
> > > > > > > > 
> > > > > > > > Cheers
> > > > > > > > 
> > > > > > > > Brian DePradine
> > > > > > > > Web Services Development
> > > > > > > > IBM Hursley
> > > > > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > > > > 
> > > > > > > > If you can't find the time to do it right the first 
> > time, where will
> > > > > > > > you find the time to do it again?
> > > > > > > > 
> > > > > > > > 
> > > > > > > > <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> > > > > > > > 
> > > > > > > > > Hi 
> > > > > > > > > 
> > > > > > > > > I am getting the following exception  at the server 
> > > > > > > > > 
> > > > > > > > > java.lang.NoClassDefFoundError: org/apache/axis 
> > > > > > > > > 2/addressing/EndpointReferenceHelper 
> > > > > > > > > 
> > > > > > > > > And at the client ...Is it possible for anyone to give 
me 
> > > > some clue? 
> > > > > > > > > 
> > > > > > > > > Exception in thread "main" org.apache.axis2.
> AxisFault:A header 
> > > > > > > > > representing a Message Addressing Property is not 
> valid and the 
> > > > > > > > > message cannot be processed 
> > > > > > > > >       at 
org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > > > > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> > > > > > > > >       at 
org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > > > > 
triggerActionMismatchFault(AddressingFaultsHelper.java:81) 
> > > > > > > > >       at org.apache.axis2.handlers.addressing.
> > AddressingInHandler.
> > > > > > > > > extractActionInformation(AddressingInHandler.java:276) 
> > > > > > > > >       at org.apache.axis2.handlers.addressing.
> > AddressingInHandler.
> > > > > > > > > 
extractAddressingInformation(AddressingInHandler.java:159) 
> > > > > > > > >       at org.apache.axis2.handlers.addressing.
> > > > > > AddressingInHandler.invoke(
> > > > > > > > > AddressingInHandler.java:95) 
> > > > > > > > >       at 
org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> > > > > > > > >       at org.apache.axis2.engine.AxisEngine.
> > > > > invoke(AxisEngine.java:203) 
> > > > > > > > >       at org.apache.axis2.engine.AxisEngine.
> > > > > > > > receiveFault(AxisEngine.java:354) 
> > > > > > > > >       at org.apache.axis2.description.
> > > OutInAxisOperationClient.send(
> > > > > > > > > OutInAxisOperation.java:370) 
> > > > > > > > >       at org.apache.axis2.description.
> > > > > OutInAxisOperationClient.execute(
> > > > > > > > > OutInAxisOperation.java:294) 
> > > > > > > > >       at 
org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > > > > ServiceClient.java:520) 
> > > > > > > > >       at 
org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > > > > ServiceClient.java:500) 
> > > > > > > > >       at org.apache.savan.eventing.client.
> > > EventingClient.subscribe(
> > > > > > > > > EventingClient.java:73) 
> > > > > > > > >       at 
publisher.client.Client.doSubscribe(Client.java:101) 
> > > > > > > > >       at publisher.client.Client.run(Client.java:52) 
> > > > > > > > >       at publisher.client.Client.main(Client.java:40) 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > The information contained in this electronic message and 
any 
> > > > > > > > > attachments to this message are intended for the 
> > exclusive use of 
> > > > > > > > > the addressee(s) and may contain proprietary, 
confidential or 
> > > > > > > > > privileged information. If you are not the intended 
> > > recipient, you 
> > > > > > > > > should not disseminate, distribute or copy this e-
> mail. Please 
> > > > > > > > > notify the sender immediately and destroy all copies of 
> > > this message
> > > > > > > > > and any attachments. 
> > > > > > > > > 
> > > > > > > > > WARNING: Computer viruses can be transmitted via email. 
The 
> > > > > > > > > recipient should check this email and any attachments 
for the 
> > > > > > > > > presence of viruses. The company accepts no liability 
> > > for any damage
> > > > > > > > > caused by any virus transmitted by this email.
> > > > > > > > > 
> > > > > > > > > www.wipro.com
> > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > Unless stated otherwise above:
> > > > > > > > IBM United Kingdom Limited - Registered in England and
> Wales with 
> > > > > > > > number 741598. 
> > > > > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > > > > Hampshire PO6 3AU 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > The information contained in this electronic message and 
any 
> > > > > > > > attachments to this message are intended for the 
> exclusive use of 
> > > > > > > > the addressee(s) and may contain proprietary, confidential 
or 
> > > > > > > > privileged information. If you are not the intended 
> > recipient, you 
> > > > > > > > should not disseminate, distribute or copy this e-mail. 
Please 
> > > > > > > > notify the sender immediately and destroy all copies of 
> > this message
> > > > > > > > and any attachments. 
> > > > > > > > 
> > > > > > > > WARNING: Computer viruses can be transmitted via email. 
The 
> > > > > > > > recipient should check this email and any attachments for 
the 
> > > > > > > > presence of viruses. The company accepts no liability 
> > for any damage
> > > > > > > > caused by any virus transmitted by this email.
> > > > > > > > 
> > > > > > > > www.wipro.com 
> > > > > > > 
> > > > > > > 
> > > > > > > Unless stated otherwise above:
> > > > > > > IBM United Kingdom Limited - Registered in England and Wales 
with 
> > > > > > > number 741598. 
> > > > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > > > Hampshire PO6 3AU 
> > > > > > > 
> > > > > > > 
> > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > The information contained in this electronic message and any 

> > > > > > > attachments to this message are intended for the exclusive 
use of 
> > > > > > > the addressee(s) and may contain proprietary, confidential 
or 
> > > > > > > privileged information. If you are not the intended 
> recipient, you 
> > > > > > > should not disseminate, distribute or copy this e-mail. 
Please 
> > > > > > > notify the sender immediately and destroy all copies of 
> this message
> > > > > > > and any attachments. 
> > > > > > > 
> > > > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > > > recipient should check this email and any attachments for 
the 
> > > > > > > presence of viruses. The company accepts no liability 
> for any damage
> > > > > > > caused by any virus transmitted by this email.
> > > > > > > 
> > > > > > > www.wipro.com 
> > > > > > > 
> > > > > > > 
> > > > > > > The information contained in this electronic message and any 

> > > > > > > attachments to this message are intended for the exclusive 
use of 
> > > > > > > the addressee(s) and may contain proprietary, confidential 
or 
> > > > > > > privileged information. If you are not the intended 
> recipient, you 
> > > > > > > should not disseminate, distribute or copy this e-mail. 
Please 
> > > > > > > notify the sender immediately and destroy all copies of 
> this message
> > > > > > > and any attachments. 
> > > > > > > 
> > > > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > > > recipient should check this email and any attachments for 
the 
> > > > > > > presence of viruses. The company accepts no liability 
> for any damage
> > > > > > > caused by any virus transmitted by this email.
> > > > > > > 
> > > > > > > www.wipro.com
> > > > > 
> > > > > > 
> > > > > > 
> > > > > > Unless stated otherwise above:
> > > > > > IBM United Kingdom Limited - Registered in England and Wales 
with 
> > > > > > number 741598. 
> > > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > > Hampshire PO6 3AU 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > 
> > > > > > 
> > > > > > 
> > > > > > The information contained in this electronic message and any 
> > > > > > attachments to this message are intended for the exclusive use 
of 
> > > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > > privileged information. If you are not the intended recipient, 
you 
> > > > > > should not disseminate, distribute or copy this e-mail. Please 

> > > > > > notify the sender immediately and destroy all copies of this 
message
> > > > > > and any attachments. 
> > > > > > 
> > > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > > recipient should check this email and any attachments for the 
> > > > > > presence of viruses. The company accepts no liability for any 
damage
> > > > > > caused by any virus transmitted by this email.
> > > > > > 
> > > > > > www.wipro.com
> > > > 
> > > > > 
> > > > > 
> > > > > Unless stated otherwise above:
> > > > > IBM United Kingdom Limited - Registered in England and Wales 
with 
> > > > > number 741598. 
> > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > Hampshire PO6 3AU 
> > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > > 
> > > > > 
> > > > > The information contained in this electronic message and any 
> > > > > attachments to this message are intended for the exclusive use 
of 
> > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > privileged information. If you are not the intended recipient, 
you 
> > > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > > notify the sender immediately and destroy all copies of this 
message
> > > > > and any attachments. 
> > > > > 
> > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > recipient should check this email and any attachments for the 
> > > > > presence of viruses. The company accepts no liability for any 
damage
> > > > > caused by any virus transmitted by this email.
> > > > > 
> > > > > www.wipro.com
> > > 
> > > > 
> > > > 
> > > > Unless stated otherwise above:
> > > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > > number 741598. 
> > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > Hampshire PO6 3AU 
> > > > 
> > > > 
> > > > 
> > > 
> > > > 
> > > > 
> > > > The information contained in this electronic message and any 
> > > > attachments to this message are intended for the exclusive use of 
> > > > the addressee(s) and may contain proprietary, confidential or 
> > > > privileged information. If you are not the intended recipient, you 

> > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > notify the sender immediately and destroy all copies of this 
message
> > > > and any attachments. 
> > > > 
> > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > recipient should check this email and any attachments for the 
> > > > presence of viruses. The company accepts no liability for any 
damage
> > > > caused by any virus transmitted by this email.
> > > > 
> > > > www.wipro.com
> > 
> > > 
> > > 
> > > Unless stated otherwise above:
> > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > number 741598. 
> > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> Hampshire PO6 3AU 
> > > 
> > > 
> > > 
> > 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you 
> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com 
> > 
> > 
> > 
> > 
> > Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with 
> > number 741598. 
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> > 
> 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com 
> > 
> > 
> > 
> > 
> 
> > 
> > 
> > Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with 
> > number 741598. 
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> > 
> > 
> > 
> 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com

> 
> 
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com





Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






RE: Addressing Exception

Posted by sm...@wipro.com.
Hi Brian

I am using Axis2(1.1.1) since I am using savan and that's only getting
configured with this

 

________________________________

From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
Sent: Tuesday, May 29, 2007 4:00 PM
To: axis-dev@ws.apache.org
Subject: RE: Addressing Exception

 


Hello Aldrin, 

Well that's progress, in a way :-) The problem now is that the
EndpointReferenceHelper class from axis2 1.2 is not compatible with the
version of axis2 that you are using. So, what version of axis2 are you
using? 

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you
find the time to do it again?


<sm...@wipro.com> wrote on 29/05/2007 11:19:07:

> Hi Brian. 
>   
> I did as per your mail 
> Now the client exception is changed to 
> Exception in thread "main" org.apache.axis2.AxisFault: First Element
> must contain the local name, Envelope 
>       at org.apache.axis2.transport.TransportUtils.createSOAPMessage(
> TransportUtils.java:81) 
>       at org.apache.axis2.description.OutInAxisOperationClient.send(
> OutInAxisOperation.java:356) 
>       at
org.apache.axis2.description.OutInAxisOperationClient.execute(
> OutInAxisOperation.java:294) 
>       at org.apache.axis2.client.ServiceClient.sendReceive(
> ServiceClient.java:520) 
>       at org.apache.axis2.client.ServiceClient.sendReceive(
> ServiceClient.java:500) 
>       at org.apache.savan.eventing.client.EventingClient.subscribe(
> EventingClient.java:73) 
>       at eventing.Client.doSubscribe(Client.java:271) 
>       at eventing.Client.performAction(Client.java:221) 
>       at eventing.Client.run(Client.java:142) 
>       at eventing.Client.main(Client.java:93) 
> Caused by: org.apache.axiom.soap.SOAPProcessingException: First 
> Element must contain the local name, Envelope 
>       at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.
> constructNode(StAXSOAPModelBuilder.java:221) 
>       at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.
> createOMElement(StAXSOAPModelBuilder.java:179) 
>       at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(
> StAXOMBuilder.java:135) 
>       at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.
> getSOAPEnvelope(StAXSOAPModelBuilder.java:163) 
>       at
org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.<init>(
> StAXSOAPModelBuilder.java:111) 
>       at org.apache.axis2.builder.BuilderUtil.getSOAPBuilder(
> BuilderUtil.java:474) 
>       at org.apache.axis2.transport.TransportUtils.createSOAPMessage(
> TransportUtils.java:142) 
>       at org.apache.axis2.transport.TransportUtils.createSOAPMessage(
> TransportUtils.java:77) 
>       ... 9 more 
>   
> And at the server 
> 15:39:32,046 ERROR [AxisServlet] java.lang.NoSuchMethodError: org.
> apache.axis2. 
>
ddressing.EndpointReference.setAddressAttributes(Ljava/util/ArrayList;)V

> 15:39:32,109 ERROR [[AxisServlet]] Servlet.service() for servlet 
> AxisServlet th 
> ew exception 
> java.lang.NoSuchMethodError: org.apache.axis2.addressing.
> EndpointReference.getA 
> dressAttributes()Ljava/util/ArrayList; 
>         at org.apache.axis2.addressing.EndpointReferenceHelper.
> toOM(EndpointRef 
> renceHelper.java:227) 
>         at org.apache.axis2.handlers.addressing.
> AddressingOutHandler.addToSOAPH 
> ader(AddressingOutHandler.java:272) 
>         at org.apache.axis2.handlers.addressing.
> AddressingOutHandler.processRep 
> yTo(AddressingOutHandler.java:221) 
>         at org.apache.axis2.handlers.addressing.
> AddressingOutHandler.invoke(Add 
> essingOutHandler.java:95) 
>         at org.apache.axis2.engine.Phase.invoke(Phase.java:382) 
>         at
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:522) 
>         at
org.apache.axis2.engine.AxisEngine.sendFault(AxisEngine.java:709) 
>         at org.apache.axis2.transport.http.AxisServlet.
> handleFault(AxisServlet. 
> ava:319) 
>         at org.apache.axis2.transport.http.AxisServlet.
> doPost(AxisServlet.java: 
> 94) 
>         at
javax.servlet.http.HttpServlet.service(HttpServlet.java:717) 
>         at
javax.servlet.http.HttpServlet.service(HttpServlet.java:810) 
>         at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(App 
> icationFilterChain.java:252) 
>         at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(Application 
> ilterChain.java:173) 
>         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.
> doFilter(ReplyHeaderF 
> lter.java:81) 
>         at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(App 
> icationFilterChain.java:202) 
>         at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(Application 
> ilterChain.java:173) 
>         at org.apache.catalina.core.StandardWrapperValve.
> invoke(StandardWrapper 
> alve.java:213) 
>         at org.apache.catalina.core.StandardContextValve.
> invoke(StandardContext 
> alve.java:178) 
>         at org.jboss.web.tomcat.security.CustomPrincipalValve.
> invoke(CustomPrin 
>   
>   
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Tuesday, May 29, 2007 3:20 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception 
>   
> 
> Hello Aldrin, 
> 
> The lib directory is not the correct location for the class. You 
> need to locate your axis2-kernel.jar, and insert the class into the 
> org/apache/axis2/addressing directory of the jar. 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 

> 
> <sm...@wipro.com> 
> 29/05/2007 10:30 
> 
> Please respond to
> axis-dev@ws.apache.org 
> 
> To 
> 
> <ax...@ws.apache.org> 
> 
> cc 
> 
>   
> 
> Subject 
> 
> RE: Addressing Exception 
> 
>   
> 
>   
> 
>   
> 
> 
> 
> 
>   
> There is no difference after putting the EndPointReferenceHelper.
> class in the lib folder of axis2. 
> It's really a great if you can provide some help 
>   
> 
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Tuesday, May 29, 2007 2:39 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception 
>   
> 
> Hello Aldrin, 
> 
> Which exception is that? The server-side NoClassDefFoundError, or 
> the client-side AxisFault? 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 29/05/2007 07:39:13:
> 
> > But still it's giving the same exception 
> >   
> > 
> > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > Sent: Monday, May 28, 2007 7:48 PM
> > To: axis-dev@ws.apache.org
> > Subject: RE: Addressing Exception 
> >   
> > 
> > Hello Aldrin, 
> > 
> > Ahh ... Well that's a different issue. You might want to consider 
> > raising a JIRA issue stating that savan does not work with axis2 1.
> > 2. That can be done here [1] 
> > 
> > If you can't wait for a new version of savan then you can get around
> > your immediate problem by returning to the version of axis2 that 
> > worked with savan, and simply copying the EndpointReferenceHelper 
> > class to the same location in the axis2-kernel jar of the axis2 that
> > you are using. 
> > 
> > [1] http://issues.apache.org/jira/browse/SAVAN 
> > 
> > Cheers
> > 
> > Brian DePradine
> > Web Services Development
> > IBM Hursley
> > External  +44 (0) 1962 816319         Internal 246319
> > 
> > If you can't find the time to do it right the first time, where will
> > you find the time to do it again?
> > 
> > 
> > <sm...@wipro.com> wrote on 28/05/2007 14:27:24:
> > 
> > >   
> > > I deployed the new axis2.war.But then I have another problem it's 
> > > not able to configure savan.It's not reading savan configuration 
> > > file from WEB-INF. 
> > > That's the reason I had downloaded some other version of axis2. 
> > > I am not able to figure how this is linked to savan. 
> > > 
> > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > Sent: Monday, May 28, 2007 6:29 PM
> > > To: axis-dev@ws.apache.org
> > > Subject: RE: Addressing Exception 
> > >   
> > > 
> > > Hello Aldrin, 
> > > 
> > > I have checked both the binary and the war versions and the 
> > > EndpointRefereneHelper class is in both of them. 
> > > 
> > > Cheers
> > > 
> > > Brian DePradine
> > > Web Services Development
> > > IBM Hursley
> > > External  +44 (0) 1962 816319         Internal 246319
> > > 
> > > If you can't find the time to do it right the first time, where
will
> > > you find the time to do it again?
> > > 
> > > 
> > > <sm...@wipro.com> wrote on 28/05/2007 13:53:21:
> > > 
> > > > I had downloaded from there only previously.But it was war 
> distribution. 
> > > > Should I download war or binary distribution? 
> > > > 
> > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > Sent: Monday, May 28, 2007 6:19 PM
> > > > To: axis-dev@ws.apache.org
> > > > Subject: RE: Addressing Exception 
> > > >   
> > > > 
> > > > Hello Aldrin, 
> > > > 
> > > > Hmmm ... that's very odd. I recommend that you replace your
axis2 
> > > > installation with one from here [1] 
> > > > 
> > > > [1] http://ws.apache.org/axis2/download/1_2/download.cgi 
> > > > 
> > > > Cheers
> > > > 
> > > > Brian DePradine
> > > > Web Services Development
> > > > IBM Hursley
> > > > External  +44 (0) 1962 816319         Internal 246319
> > > > 
> > > > If you can't find the time to do it right the first time, where
will
> > > > you find the time to do it again?
> > > > 
> > > > 
> > > > <sm...@wipro.com> wrote on 28/05/2007 13:09:38:
> > > > 
> > > > >   
> > > > > I could find axis2-kernel-1.2.jar.But there is not 
> > > EndPointReferenceHelper 
> > > > > 
> > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > Sent: Monday, May 28, 2007 5:14 PM
> > > > > To: axis-dev@ws.apache.org
> > > > > Subject: RE: Addressing Exception 
> > > > >   
> > > > > 
> > > > > Hello Aldrin, 
> > > > > 
> > > > > Apologies, I have got the name wrong. It should be something
like 
> > > > > axis2-kernel-1.2.jar 
> > > > > 
> > > > > Cheers
> > > > > 
> > > > > Brian DePradine
> > > > > Web Services Development
> > > > > IBM Hursley
> > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > 
> > > > > If you can't find the time to do it right the first time,
where will
> > > > > you find the time to do it again?
> > > > > 
> > > > > 
> > > > > <sm...@wipro.com> wrote on 28/05/2007 06:19:39:
> > > > > 
> > > > > > Hi Brian 
> > > > > >   
> > > > > > I couldn't find  kernel.jar in my lib folder. 
> > > > > >   
> > > > > > Thanks And Regards 
> > > > > > Smitha Aldrin 
> > > > > >   
> > > > > > 
> > > > > > From: smitha.aldrin@wipro.com
[mailto:smitha.aldrin@wipro.com] 
> > > > > > Sent: Monday, May 28, 2007 10:12 AM
> > > > > > To: axis-dev@ws.apache.org
> > > > > > Subject: RE: Addressing Exception 
> > > > > >   
> > > > > > Hi Brian 
> > > > > >   
> > > > > > Good Morning!! 
> > > > > >   
> > > > > > This is how the message exchange happens... 
> > > > > >   
> > > > > > Host: 127.0.0.1:8081 
> > > > > > Transfer-Encoding: chunked 
> > > > > >   
> > > > > > 23f 
> > > > > > <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:wsa="
> > > > > > http://www.w3.org/2005/08/addressing"
xmlns:soapenv="http://www.w3.
> > > > > >
org/2003/05/soap-envelope"><soapenv:Header><wsa:To>http://localhost:
> > > > > >
8081/axis2/services/PublisherService</wsa:To><wsa:ReplyTo><wsa:
> > > > > > Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:
> > > > > > Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:
> > > > > >
C93761FC5FE5CF50DA1180087094009</wsa:MessageID><wsa:Action>uuid:
> > > > > > dummyMethod</wsa:Action></soapenv:Header><soapenv:Body><ns1:
> > > > > > dummyMethod xmlns:ns1="http://tempuri.org/" /></soapenv:
> > > > > > Body></soapenv:Envelope>0 
> > > > > >   
> > > > > >   
> > > > > > HTTP/1.1 202 Accepted 
> > > > > > Server: Apache-Coyote/1.1 
> > > > > > X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build:
CVSTag=JBoss_4_0_2 
> > > > > > date=200505022023)/Tomcat-5.5 
> > > > > > Content-Type: text/xml;charset=UTF-8 
> > > > > > Transfer-Encoding: chunked 
> > > > > > Date: Fri, 25 May 2007 09:58:14 GMT 
> > > > > >   
> > > > > > 0 
> > > > > >   
> > > > > >   
> > > > > >   
> > > > > > 
> > > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > > Sent: Friday, May 25, 2007 7:59 PM
> > > > > > To: axis-dev@ws.apache.org
> > > > > > Subject: RE: Addressing Exception 
> > > > > >   
> > > > > > 
> > > > > > Hello Aldrin, 
> > > > > > 
> > > > > > Hmm ... in axis2 version 1.2 that class should definitely be
in 
> > > > > > kernel.jar. Classloading issue maybe? 
> > > > > > 
> > > > > > Anyway, looking at the stack trace for the other issue,
itsuggests 
> > > > > > a problem with the action processing. What does TCPMon show
for the 
> > > > > > request message? 
> > > > > > 
> > > > > > Cheers
> > > > > > 
> > > > > > Brian DePradine
> > > > > > Web Services Development
> > > > > > IBM Hursley
> > > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > > 
> > > > > > If you can't find the time to do it right the first time,
where will
> > > > > > you find the time to do it again?
> > > > > > 
> > > > > > 
> > > > > > <sm...@wipro.com> wrote on 25/05/2007 15:06:47:
> > > > > > 
> > > > > > > Hi Brian 
> > > > > > >   
> > > > > > > I have addressing.mar in my axis2.war 
> > > > > > > I am using axis1.2 
> > > > > > >   
> > > > > > >   
> > > > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > > > Sent: Friday, May 25, 2007 7:33 PM
> > > > > > > To: axis-dev@ws.apache.org
> > > > > > > Subject: Re: Addressing Exception 
> > > > > > >   
> > > > > > > 
> > > > > > > Hello Aldrin, 
> > > > > > > 
> > > > > > > Let's start with the server side exception. Which 
> version of axis2 
> > > > > > > are you using? In the latest axis2 version that class 
> should be in 
> > > > > > > kernel.jar, however, in earlier versions of axis2 it was
in 
> > > > > addressing.mar 
> > > > > > > 
> > > > > > > Cheers
> > > > > > > 
> > > > > > > Brian DePradine
> > > > > > > Web Services Development
> > > > > > > IBM Hursley
> > > > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > > > 
> > > > > > > If you can't find the time to do it right the first 
> time, where will
> > > > > > > you find the time to do it again?
> > > > > > > 
> > > > > > > 
> > > > > > > <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> > > > > > > 
> > > > > > > > Hi 
> > > > > > > >   
> > > > > > > > I am getting the following exception  at the server 
> > > > > > > >   
> > > > > > > > java.lang.NoClassDefFoundError: org/apache/axis 
> > > > > > > > 2/addressing/EndpointReferenceHelper 
> > > > > > > >   
> > > > > > > > And at the client ...Is it possible for anyone to give
me 
> > > some clue? 
> > > > > > > >   
> > > > > > > > Exception in thread "main" org.apache.axis2.AxisFault:A
header 
> > > > > > > > representing a Message Addressing Property is not valid
and the 
> > > > > > > > message cannot be processed 
> > > > > > > >       at
org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > > > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> > > > > > > >       at
org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > > >
triggerActionMismatchFault(AddressingFaultsHelper.java:81) 
> > > > > > > >       at org.apache.axis2.handlers.addressing.
> AddressingInHandler.
> > > > > > > > extractActionInformation(AddressingInHandler.java:276) 
> > > > > > > >       at org.apache.axis2.handlers.addressing.
> AddressingInHandler.
> > > > > > > >
extractAddressingInformation(AddressingInHandler.java:159) 
> > > > > > > >       at org.apache.axis2.handlers.addressing.
> > > > > AddressingInHandler.invoke(
> > > > > > > > AddressingInHandler.java:95) 
> > > > > > > >       at
org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> > > > > > > >       at org.apache.axis2.engine.AxisEngine.
> > > > invoke(AxisEngine.java:203) 
> > > > > > > >       at org.apache.axis2.engine.AxisEngine.
> > > > > > > receiveFault(AxisEngine.java:354) 
> > > > > > > >       at org.apache.axis2.description.
> > OutInAxisOperationClient.send(
> > > > > > > > OutInAxisOperation.java:370) 
> > > > > > > >       at org.apache.axis2.description.
> > > > OutInAxisOperationClient.execute(
> > > > > > > > OutInAxisOperation.java:294) 
> > > > > > > >       at
org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > > > ServiceClient.java:520) 
> > > > > > > >       at
org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > > > ServiceClient.java:500) 
> > > > > > > >       at org.apache.savan.eventing.client.
> > EventingClient.subscribe(
> > > > > > > > EventingClient.java:73) 
> > > > > > > >       at
publisher.client.Client.doSubscribe(Client.java:101) 
> > > > > > > >       at publisher.client.Client.run(Client.java:52) 
> > > > > > > >       at publisher.client.Client.main(Client.java:40) 
> > > > > > > >   
> > > > > > > > 
> > > > > > > > 
> > > > > > > > The information contained in this electronic message and
any 
> > > > > > > > attachments to this message are intended for the 
> exclusive use of 
> > > > > > > > the addressee(s) and may contain proprietary,
confidential or 
> > > > > > > > privileged information. If you are not the intended 
> > recipient, you 
> > > > > > > > should not disseminate, distribute or copy this e-mail.
Please 
> > > > > > > > notify the sender immediately and destroy all copies of 
> > this message
> > > > > > > > and any attachments. 
> > > > > > > > 
> > > > > > > > WARNING: Computer viruses can be transmitted via email.
The 
> > > > > > > > recipient should check this email and any attachments
for the 
> > > > > > > > presence of viruses. The company accepts no liability 
> > for any damage
> > > > > > > > caused by any virus transmitted by this email.
> > > > > > > > 
> > > > > > > > www.wipro.com
> > > > > > 
> > > > > > > 
> > > > > > >   
> > > > > > > Unless stated otherwise above:
> > > > > > > IBM United Kingdom Limited - Registered in England and
Wales with 
> > > > > > > number 741598. 
> > > > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > > > Hampshire PO6 3AU 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > The information contained in this electronic message and
any 
> > > > > > > attachments to this message are intended for the exclusive
use of 
> > > > > > > the addressee(s) and may contain proprietary, confidential
or 
> > > > > > > privileged information. If you are not the intended 
> recipient, you 
> > > > > > > should not disseminate, distribute or copy this e-mail.
Please 
> > > > > > > notify the sender immediately and destroy all copies of 
> this message
> > > > > > > and any attachments. 
> > > > > > > 
> > > > > > > WARNING: Computer viruses can be transmitted via email.
The 
> > > > > > > recipient should check this email and any attachments for
the 
> > > > > > > presence of viruses. The company accepts no liability 
> for any damage
> > > > > > > caused by any virus transmitted by this email.
> > > > > > > 
> > > > > > > www.wipro.com 
> > > > > > 
> > > > > >   
> > > > > > Unless stated otherwise above:
> > > > > > IBM United Kingdom Limited - Registered in England and Wales
with 
> > > > > > number 741598. 
> > > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > > Hampshire PO6 3AU 
> > > > > > 
> > > > > > 
> > > > > 
> > > > > > 
> > > > > > 
> > > > > > The information contained in this electronic message and any

> > > > > > attachments to this message are intended for the exclusive
use of 
> > > > > > the addressee(s) and may contain proprietary, confidential
or 
> > > > > > privileged information. If you are not the intended
recipient, you 
> > > > > > should not disseminate, distribute or copy this e-mail.
Please 
> > > > > > notify the sender immediately and destroy all copies of this
message
> > > > > > and any attachments. 
> > > > > > 
> > > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > > recipient should check this email and any attachments for
the 
> > > > > > presence of viruses. The company accepts no liability for
any damage
> > > > > > caused by any virus transmitted by this email.
> > > > > > 
> > > > > > www.wipro.com 
> > > > > > 
> > > > > > 
> > > > > > The information contained in this electronic message and any

> > > > > > attachments to this message are intended for the exclusive
use of 
> > > > > > the addressee(s) and may contain proprietary, confidential
or 
> > > > > > privileged information. If you are not the intended
recipient, you 
> > > > > > should not disseminate, distribute or copy this e-mail.
Please 
> > > > > > notify the sender immediately and destroy all copies of this
message
> > > > > > and any attachments. 
> > > > > > 
> > > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > > recipient should check this email and any attachments for
the 
> > > > > > presence of viruses. The company accepts no liability for
any damage
> > > > > > caused by any virus transmitted by this email.
> > > > > > 
> > > > > > www.wipro.com
> > > > 
> > > > > 
> > > > >   
> > > > > Unless stated otherwise above:
> > > > > IBM United Kingdom Limited - Registered in England and Wales
with 
> > > > > number 741598. 
> > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > Hampshire PO6 3AU 
> > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > > 
> > > > > 
> > > > > The information contained in this electronic message and any 
> > > > > attachments to this message are intended for the exclusive use
of 
> > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > privileged information. If you are not the intended recipient,
you 
> > > > > should not disseminate, distribute or copy this e-mail. Please

> > > > > notify the sender immediately and destroy all copies of this
message
> > > > > and any attachments. 
> > > > > 
> > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > recipient should check this email and any attachments for the 
> > > > > presence of viruses. The company accepts no liability for any
damage
> > > > > caused by any virus transmitted by this email.
> > > > > 
> > > > > www.wipro.com
> > > 
> > > > 
> > > >   
> > > > Unless stated otherwise above:
> > > > IBM United Kingdom Limited - Registered in England and Wales
with 
> > > > number 741598. 
> > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > Hampshire PO6 3AU 
> > > > 
> > > > 
> > > > 
> > > 
> > > > 
> > > > 
> > > > The information contained in this electronic message and any 
> > > > attachments to this message are intended for the exclusive use
of 
> > > > the addressee(s) and may contain proprietary, confidential or 
> > > > privileged information. If you are not the intended recipient,
you 
> > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > notify the sender immediately and destroy all copies of this
message
> > > > and any attachments. 
> > > > 
> > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > recipient should check this email and any attachments for the 
> > > > presence of viruses. The company accepts no liability for any
damage
> > > > caused by any virus transmitted by this email.
> > > > 
> > > > www.wipro.com
> > 
> > > 
> > >   
> > > Unless stated otherwise above:
> > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > number 741598. 
> > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> Hampshire PO6 3AU 
> > > 
> > > 
> > > 
> > 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you

> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this
message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any
damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com
> 
> > 
> >   
> > Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with 
> > number 741598. 
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire
PO6 3AU 
> > 
> > 
> > 
> 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com 
>   
> 
> 
>   
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com 
> 
> 
> 
> 

> 
>   
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 
> 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com



________________________________

 

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 










The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

RE: Addressing Exception

Posted by Brian De Pradine <PR...@uk.ibm.com>.
Hello Aldrin,

Well that's progress, in a way :-) The problem now is that the 
EndpointReferenceHelper class from axis2 1.2 is not compatible with the 
version of axis2 that you are using. So, what version of axis2 are you 
using?

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you 
find the time to do it again?


<sm...@wipro.com> wrote on 29/05/2007 11:19:07:

> Hi Brian.
> 
> I did as per your mail
> Now the client exception is changed to 
> Exception in thread "main" org.apache.axis2.AxisFault: First Element
> must contain the local name, Envelope
>       at org.apache.axis2.transport.TransportUtils.createSOAPMessage(
> TransportUtils.java:81)
>       at org.apache.axis2.description.OutInAxisOperationClient.send(
> OutInAxisOperation.java:356)
>       at org.apache.axis2.description.OutInAxisOperationClient.execute(
> OutInAxisOperation.java:294)
>       at org.apache.axis2.client.ServiceClient.sendReceive(
> ServiceClient.java:520)
>       at org.apache.axis2.client.ServiceClient.sendReceive(
> ServiceClient.java:500)
>       at org.apache.savan.eventing.client.EventingClient.subscribe(
> EventingClient.java:73)
>       at eventing.Client.doSubscribe(Client.java:271)
>       at eventing.Client.performAction(Client.java:221)
>       at eventing.Client.run(Client.java:142)
>       at eventing.Client.main(Client.java:93)
> Caused by: org.apache.axiom.soap.SOAPProcessingException: First 
> Element must contain the local name, Envelope
>       at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.
> constructNode(StAXSOAPModelBuilder.java:221)
>       at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.
> createOMElement(StAXSOAPModelBuilder.java:179)
>       at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(
> StAXOMBuilder.java:135)
>       at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.
> getSOAPEnvelope(StAXSOAPModelBuilder.java:163)
>       at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.<init>(
> StAXSOAPModelBuilder.java:111)
>       at org.apache.axis2.builder.BuilderUtil.getSOAPBuilder(
> BuilderUtil.java:474)
>       at org.apache.axis2.transport.TransportUtils.createSOAPMessage(
> TransportUtils.java:142)
>       at org.apache.axis2.transport.TransportUtils.createSOAPMessage(
> TransportUtils.java:77)
>       ... 9 more
> 
> And at the server 
> 15:39:32,046 ERROR [AxisServlet] java.lang.NoSuchMethodError: org.
> apache.axis2.
> ddressing.EndpointReference.setAddressAttributes(Ljava/util/ArrayList;)V
> 15:39:32,109 ERROR [[AxisServlet]] Servlet.service() for servlet 
> AxisServlet th
> ew exception
> java.lang.NoSuchMethodError: org.apache.axis2.addressing.
> EndpointReference.getA
> dressAttributes()Ljava/util/ArrayList;
>         at org.apache.axis2.addressing.EndpointReferenceHelper.
> toOM(EndpointRef
> renceHelper.java:227)
>         at org.apache.axis2.handlers.addressing.
> AddressingOutHandler.addToSOAPH
> ader(AddressingOutHandler.java:272)
>         at org.apache.axis2.handlers.addressing.
> AddressingOutHandler.processRep
> yTo(AddressingOutHandler.java:221)
>         at org.apache.axis2.handlers.addressing.
> AddressingOutHandler.invoke(Add
> essingOutHandler.java:95)
>         at org.apache.axis2.engine.Phase.invoke(Phase.java:382)
>         at 
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:522)
>         at 
org.apache.axis2.engine.AxisEngine.sendFault(AxisEngine.java:709)
>         at org.apache.axis2.transport.http.AxisServlet.
> handleFault(AxisServlet.
> ava:319)
>         at org.apache.axis2.transport.http.AxisServlet.
> doPost(AxisServlet.java:
> 94)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
>         at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(App
> icationFilterChain.java:252)
>         at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(Application
> ilterChain.java:173)
>         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.
> doFilter(ReplyHeaderF
> lter.java:81)
>         at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(App
> icationFilterChain.java:202)
>         at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(Application
> ilterChain.java:173)
>         at org.apache.catalina.core.StandardWrapperValve.
> invoke(StandardWrapper
> alve.java:213)
>         at org.apache.catalina.core.StandardContextValve.
> invoke(StandardContext
> alve.java:178)
>         at org.jboss.web.tomcat.security.CustomPrincipalValve.
> invoke(CustomPrin
> 
> 
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Tuesday, May 29, 2007 3:20 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception
> 
> 
> Hello Aldrin, 
> 
> The lib directory is not the correct location for the class. You 
> need to locate your axis2-kernel.jar, and insert the class into the 
> org/apache/axis2/addressing directory of the jar. 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 

> 
> <sm...@wipro.com> 
> 29/05/2007 10:30 
> 
> Please respond to
> axis-dev@ws.apache.org
> 
> To
> 
> <ax...@ws.apache.org> 
> 
> cc
> 
> 
> 
> Subject
> 
> RE: Addressing Exception
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> There is no difference after putting the EndPointReferenceHelper.
> class in the lib folder of axis2. 
> It?s really a great if you can provide some help 
> 
> 
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Tuesday, May 29, 2007 2:39 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception 
> 
> 
> Hello Aldrin, 
> 
> Which exception is that? The server-side NoClassDefFoundError, or 
> the client-side AxisFault? 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 29/05/2007 07:39:13:
> 
> > But still it?s giving the same exception 
> > 
> > 
> > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > Sent: Monday, May 28, 2007 7:48 PM
> > To: axis-dev@ws.apache.org
> > Subject: RE: Addressing Exception 
> > 
> > 
> > Hello Aldrin, 
> > 
> > Ahh ... Well that's a different issue. You might want to consider 
> > raising a JIRA issue stating that savan does not work with axis2 1.
> > 2. That can be done here [1] 
> > 
> > If you can't wait for a new version of savan then you can get around
> > your immediate problem by returning to the version of axis2 that 
> > worked with savan, and simply copying the EndpointReferenceHelper 
> > class to the same location in the axis2-kernel jar of the axis2 that
> > you are using. 
> > 
> > [1] http://issues.apache.org/jira/browse/SAVAN 
> > 
> > Cheers
> > 
> > Brian DePradine
> > Web Services Development
> > IBM Hursley
> > External  +44 (0) 1962 816319         Internal 246319
> > 
> > If you can't find the time to do it right the first time, where will
> > you find the time to do it again?
> > 
> > 
> > <sm...@wipro.com> wrote on 28/05/2007 14:27:24:
> > 
> > > 
> > > I deployed the new axis2.war.But then I have another problem it?s 
> > > not able to configure savan.It?s not reading savan configuration 
> > > file from WEB-INF. 
> > > That?s the reason I had downloaded some other version of axis2. 
> > > I am not able to figure how this is linked to savan. 
> > > 
> > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > Sent: Monday, May 28, 2007 6:29 PM
> > > To: axis-dev@ws.apache.org
> > > Subject: RE: Addressing Exception 
> > > 
> > > 
> > > Hello Aldrin, 
> > > 
> > > I have checked both the binary and the war versions and the 
> > > EndpointRefereneHelper class is in both of them. 
> > > 
> > > Cheers
> > > 
> > > Brian DePradine
> > > Web Services Development
> > > IBM Hursley
> > > External  +44 (0) 1962 816319         Internal 246319
> > > 
> > > If you can't find the time to do it right the first time, where will
> > > you find the time to do it again?
> > > 
> > > 
> > > <sm...@wipro.com> wrote on 28/05/2007 13:53:21:
> > > 
> > > > I had downloaded from there only previously.But it was war 
> distribution. 
> > > > Should I download war or binary distribution? 
> > > > 
> > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > Sent: Monday, May 28, 2007 6:19 PM
> > > > To: axis-dev@ws.apache.org
> > > > Subject: RE: Addressing Exception 
> > > > 
> > > > 
> > > > Hello Aldrin, 
> > > > 
> > > > Hmmm ... that's very odd. I recommend that you replace your axis2 
> > > > installation with one from here [1] 
> > > > 
> > > > [1] http://ws.apache.org/axis2/download/1_2/download.cgi 
> > > > 
> > > > Cheers
> > > > 
> > > > Brian DePradine
> > > > Web Services Development
> > > > IBM Hursley
> > > > External  +44 (0) 1962 816319         Internal 246319
> > > > 
> > > > If you can't find the time to do it right the first time, where 
will
> > > > you find the time to do it again?
> > > > 
> > > > 
> > > > <sm...@wipro.com> wrote on 28/05/2007 13:09:38:
> > > > 
> > > > > 
> > > > > I could find axis2-kernel-1.2.jar.But there is not 
> > > EndPointReferenceHelper 
> > > > > 
> > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > Sent: Monday, May 28, 2007 5:14 PM
> > > > > To: axis-dev@ws.apache.org
> > > > > Subject: RE: Addressing Exception 
> > > > > 
> > > > > 
> > > > > Hello Aldrin, 
> > > > > 
> > > > > Apologies, I have got the name wrong. It should be something 
like 
> > > > > axis2-kernel-1.2.jar 
> > > > > 
> > > > > Cheers
> > > > > 
> > > > > Brian DePradine
> > > > > Web Services Development
> > > > > IBM Hursley
> > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > 
> > > > > If you can't find the time to do it right the first time, where 
will
> > > > > you find the time to do it again?
> > > > > 
> > > > > 
> > > > > <sm...@wipro.com> wrote on 28/05/2007 06:19:39:
> > > > > 
> > > > > > Hi Brian 
> > > > > > 
> > > > > > I couldn?t find  kernel.jar in my lib folder. 
> > > > > > 
> > > > > > Thanks And Regards 
> > > > > > Smitha Aldrin 
> > > > > > 
> > > > > > 
> > > > > > From: smitha.aldrin@wipro.com [mailto:smitha.aldrin@wipro.com] 

> > > > > > Sent: Monday, May 28, 2007 10:12 AM
> > > > > > To: axis-dev@ws.apache.org
> > > > > > Subject: RE: Addressing Exception 
> > > > > > 
> > > > > > Hi Brian 
> > > > > > 
> > > > > > Good Morning!! 
> > > > > > 
> > > > > > This is how the message exchange happens... 
> > > > > > 
> > > > > > Host: 127.0.0.1:8081 
> > > > > > Transfer-Encoding: chunked 
> > > > > > 
> > > > > > 23f 
> > > > > > <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope 
xmlns:wsa="
> > > > > > http://www.w3.org/2005/08/addressing" 
xmlns:soapenv="http://www.w3.
> > > > > > 
org/2003/05/soap-envelope"><soapenv:Header><wsa:To>http://localhost:
> > > > > > 
8081/axis2/services/PublisherService</wsa:To><wsa:ReplyTo><wsa:
> > > > > > Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:
> > > > > > Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:
> > > > > > 
C93761FC5FE5CF50DA1180087094009</wsa:MessageID><wsa:Action>uuid:
> > > > > > dummyMethod</wsa:Action></soapenv:Header><soapenv:Body><ns1:
> > > > > > dummyMethod xmlns:ns1="http://tempuri.org/" /></soapenv:
> > > > > > Body></soapenv:Envelope>0 
> > > > > > 
> > > > > > 
> > > > > > HTTP/1.1 202 Accepted 
> > > > > > Server: Apache-Coyote/1.1 
> > > > > > X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build: 
CVSTag=JBoss_4_0_2 
> > > > > > date=200505022023)/Tomcat-5.5 
> > > > > > Content-Type: text/xml;charset=UTF-8 
> > > > > > Transfer-Encoding: chunked 
> > > > > > Date: Fri, 25 May 2007 09:58:14 GMT 
> > > > > > 
> > > > > > 0 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > > Sent: Friday, May 25, 2007 7:59 PM
> > > > > > To: axis-dev@ws.apache.org
> > > > > > Subject: RE: Addressing Exception 
> > > > > > 
> > > > > > 
> > > > > > Hello Aldrin, 
> > > > > > 
> > > > > > Hmm ... in axis2 version 1.2 that class should definitely be 
in 
> > > > > > kernel.jar. Classloading issue maybe? 
> > > > > > 
> > > > > > Anyway, looking at the stack trace for the other issue, 
itsuggests 
> > > > > > a problem with the action processing. What does TCPMon show 
for the 
> > > > > > request message? 
> > > > > > 
> > > > > > Cheers
> > > > > > 
> > > > > > Brian DePradine
> > > > > > Web Services Development
> > > > > > IBM Hursley
> > > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > > 
> > > > > > If you can't find the time to do it right the first time, 
where will
> > > > > > you find the time to do it again?
> > > > > > 
> > > > > > 
> > > > > > <sm...@wipro.com> wrote on 25/05/2007 15:06:47:
> > > > > > 
> > > > > > > Hi Brian 
> > > > > > > 
> > > > > > > I have addressing.mar in my axis2.war 
> > > > > > > I am using axis1.2 
> > > > > > > 
> > > > > > > 
> > > > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > > > Sent: Friday, May 25, 2007 7:33 PM
> > > > > > > To: axis-dev@ws.apache.org
> > > > > > > Subject: Re: Addressing Exception 
> > > > > > > 
> > > > > > > 
> > > > > > > Hello Aldrin, 
> > > > > > > 
> > > > > > > Let's start with the server side exception. Which 
> version of axis2 
> > > > > > > are you using? In the latest axis2 version that class 
> should be in 
> > > > > > > kernel.jar, however, in earlier versions of axis2 it was in 
> > > > > addressing.mar 
> > > > > > > 
> > > > > > > Cheers
> > > > > > > 
> > > > > > > Brian DePradine
> > > > > > > Web Services Development
> > > > > > > IBM Hursley
> > > > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > > > 
> > > > > > > If you can't find the time to do it right the first 
> time, where will
> > > > > > > you find the time to do it again?
> > > > > > > 
> > > > > > > 
> > > > > > > <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> > > > > > > 
> > > > > > > > Hi 
> > > > > > > > 
> > > > > > > > I am getting the following exception  at the server 
> > > > > > > > 
> > > > > > > > java.lang.NoClassDefFoundError: org/apache/axis 
> > > > > > > > 2/addressing/EndpointReferenceHelper 
> > > > > > > > 
> > > > > > > > And at the client ...Is it possible for anyone to give me 
> > > some clue? 
> > > > > > > > 
> > > > > > > > Exception in thread "main" org.apache.axis2.AxisFault:A 
header 
> > > > > > > > representing a Message Addressing Property is not valid 
and the 
> > > > > > > > message cannot be processed 
> > > > > > > >       at 
org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > > > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> > > > > > > >       at 
org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > > > triggerActionMismatchFault(AddressingFaultsHelper.java:81) 

> > > > > > > >       at org.apache.axis2.handlers.addressing.
> AddressingInHandler.
> > > > > > > > extractActionInformation(AddressingInHandler.java:276) 
> > > > > > > >       at org.apache.axis2.handlers.addressing.
> AddressingInHandler.
> > > > > > > > extractAddressingInformation(AddressingInHandler.java:159) 

> > > > > > > >       at org.apache.axis2.handlers.addressing.
> > > > > AddressingInHandler.invoke(
> > > > > > > > AddressingInHandler.java:95) 
> > > > > > > >       at 
org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> > > > > > > >       at org.apache.axis2.engine.AxisEngine.
> > > > invoke(AxisEngine.java:203) 
> > > > > > > >       at org.apache.axis2.engine.AxisEngine.
> > > > > > > receiveFault(AxisEngine.java:354) 
> > > > > > > >       at org.apache.axis2.description.
> > OutInAxisOperationClient.send(
> > > > > > > > OutInAxisOperation.java:370) 
> > > > > > > >       at org.apache.axis2.description.
> > > > OutInAxisOperationClient.execute(
> > > > > > > > OutInAxisOperation.java:294) 
> > > > > > > >       at 
org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > > > ServiceClient.java:520) 
> > > > > > > >       at 
org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > > > ServiceClient.java:500) 
> > > > > > > >       at org.apache.savan.eventing.client.
> > EventingClient.subscribe(
> > > > > > > > EventingClient.java:73) 
> > > > > > > >       at 
publisher.client.Client.doSubscribe(Client.java:101) 
> > > > > > > >       at publisher.client.Client.run(Client.java:52) 
> > > > > > > >       at publisher.client.Client.main(Client.java:40) 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > The information contained in this electronic message and 
any 
> > > > > > > > attachments to this message are intended for the 
> exclusive use of 
> > > > > > > > the addressee(s) and may contain proprietary, confidential 
or 
> > > > > > > > privileged information. If you are not the intended 
> > recipient, you 
> > > > > > > > should not disseminate, distribute or copy this e-mail. 
Please 
> > > > > > > > notify the sender immediately and destroy all copies of 
> > this message
> > > > > > > > and any attachments. 
> > > > > > > > 
> > > > > > > > WARNING: Computer viruses can be transmitted via email. 
The 
> > > > > > > > recipient should check this email and any attachments for 
the 
> > > > > > > > presence of viruses. The company accepts no liability 
> > for any damage
> > > > > > > > caused by any virus transmitted by this email.
> > > > > > > > 
> > > > > > > > www.wipro.com
> > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > Unless stated otherwise above:
> > > > > > > IBM United Kingdom Limited - Registered in England and Wales 
with 
> > > > > > > number 741598. 
> > > > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > > > Hampshire PO6 3AU 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > The information contained in this electronic message and any 

> > > > > > > attachments to this message are intended for the exclusive 
use of 
> > > > > > > the addressee(s) and may contain proprietary, confidential 
or 
> > > > > > > privileged information. If you are not the intended 
> recipient, you 
> > > > > > > should not disseminate, distribute or copy this e-mail. 
Please 
> > > > > > > notify the sender immediately and destroy all copies of 
> this message
> > > > > > > and any attachments. 
> > > > > > > 
> > > > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > > > recipient should check this email and any attachments for 
the 
> > > > > > > presence of viruses. The company accepts no liability 
> for any damage
> > > > > > > caused by any virus transmitted by this email.
> > > > > > > 
> > > > > > > www.wipro.com 
> > > > > > 
> > > > > > 
> > > > > > Unless stated otherwise above:
> > > > > > IBM United Kingdom Limited - Registered in England and Wales 
with 
> > > > > > number 741598. 
> > > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > > Hampshire PO6 3AU 
> > > > > > 
> > > > > > 
> > > > > 
> > > > > > 
> > > > > > 
> > > > > > The information contained in this electronic message and any 
> > > > > > attachments to this message are intended for the exclusive use 
of 
> > > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > > privileged information. If you are not the intended recipient, 
you 
> > > > > > should not disseminate, distribute or copy this e-mail. Please 

> > > > > > notify the sender immediately and destroy all copies of this 
message
> > > > > > and any attachments. 
> > > > > > 
> > > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > > recipient should check this email and any attachments for the 
> > > > > > presence of viruses. The company accepts no liability for any 
damage
> > > > > > caused by any virus transmitted by this email.
> > > > > > 
> > > > > > www.wipro.com 
> > > > > > 
> > > > > > 
> > > > > > The information contained in this electronic message and any 
> > > > > > attachments to this message are intended for the exclusive use 
of 
> > > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > > privileged information. If you are not the intended recipient, 
you 
> > > > > > should not disseminate, distribute or copy this e-mail. Please 

> > > > > > notify the sender immediately and destroy all copies of this 
message
> > > > > > and any attachments. 
> > > > > > 
> > > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > > recipient should check this email and any attachments for the 
> > > > > > presence of viruses. The company accepts no liability for any 
damage
> > > > > > caused by any virus transmitted by this email.
> > > > > > 
> > > > > > www.wipro.com
> > > > 
> > > > > 
> > > > > 
> > > > > Unless stated otherwise above:
> > > > > IBM United Kingdom Limited - Registered in England and Wales 
with 
> > > > > number 741598. 
> > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > Hampshire PO6 3AU 
> > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > > 
> > > > > 
> > > > > The information contained in this electronic message and any 
> > > > > attachments to this message are intended for the exclusive use 
of 
> > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > privileged information. If you are not the intended recipient, 
you 
> > > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > > notify the sender immediately and destroy all copies of this 
message
> > > > > and any attachments. 
> > > > > 
> > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > recipient should check this email and any attachments for the 
> > > > > presence of viruses. The company accepts no liability for any 
damage
> > > > > caused by any virus transmitted by this email.
> > > > > 
> > > > > www.wipro.com
> > > 
> > > > 
> > > > 
> > > > Unless stated otherwise above:
> > > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > > number 741598. 
> > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > Hampshire PO6 3AU 
> > > > 
> > > > 
> > > > 
> > > 
> > > > 
> > > > 
> > > > The information contained in this electronic message and any 
> > > > attachments to this message are intended for the exclusive use of 
> > > > the addressee(s) and may contain proprietary, confidential or 
> > > > privileged information. If you are not the intended recipient, you 

> > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > notify the sender immediately and destroy all copies of this 
message
> > > > and any attachments. 
> > > > 
> > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > recipient should check this email and any attachments for the 
> > > > presence of viruses. The company accepts no liability for any 
damage
> > > > caused by any virus transmitted by this email.
> > > > 
> > > > www.wipro.com
> > 
> > > 
> > > 
> > > Unless stated otherwise above:
> > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > number 741598. 
> > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> Hampshire PO6 3AU 
> > > 
> > > 
> > > 
> > 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you 
> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com
> 
> > 
> > 
> > Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with 
> > number 741598. 
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> > 
> > 
> > 
> 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com
> 
> 
> 
> 
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com
> 
> 
> 
> 

> 
> 
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com





Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






RE: Addressing Exception

Posted by sm...@wipro.com.
Hi Brian.

 

I did as per your mail

Now the client exception is changed to 

Exception in thread "main" org.apache.axis2.AxisFault: First Element
must contain the local name, Envelope

      at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUti
ls.java:81)

      at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper
ation.java:356)

      at
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO
peration.java:294)

      at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:520
)

      at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:500
)

      at
org.apache.savan.eventing.client.EventingClient.subscribe(EventingClient
.java:73)

      at eventing.Client.doSubscribe(Client.java:271)

      at eventing.Client.performAction(Client.java:221)

      at eventing.Client.run(Client.java:142)

      at eventing.Client.main(Client.java:93)

Caused by: org.apache.axiom.soap.SOAPProcessingException: First Element
must contain the local name, Envelope

      at
org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.constructNode(St
AXSOAPModelBuilder.java:221)

      at
org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.createOMElement(
StAXSOAPModelBuilder.java:179)

      at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:1
35)

      at
org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.getSOAPEnvelope(
StAXSOAPModelBuilder.java:163)

      at
org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.<init>(StAXSOAPM
odelBuilder.java:111)

      at
org.apache.axis2.builder.BuilderUtil.getSOAPBuilder(BuilderUtil.java:474
)

      at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUti
ls.java:142)

      at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUti
ls.java:77)

      ... 9 more

 

And at the server 

15:39:32,046 ERROR [AxisServlet] java.lang.NoSuchMethodError:
org.apache.axis2.

ddressing.EndpointReference.setAddressAttributes(Ljava/util/ArrayList;)V

15:39:32,109 ERROR [[AxisServlet]] Servlet.service() for servlet
AxisServlet th

ew exception

java.lang.NoSuchMethodError:
org.apache.axis2.addressing.EndpointReference.getA

dressAttributes()Ljava/util/ArrayList;

        at
org.apache.axis2.addressing.EndpointReferenceHelper.toOM(EndpointRef

renceHelper.java:227)

        at
org.apache.axis2.handlers.addressing.AddressingOutHandler.addToSOAPH

ader(AddressingOutHandler.java:272)

        at
org.apache.axis2.handlers.addressing.AddressingOutHandler.processRep

yTo(AddressingOutHandler.java:221)

        at
org.apache.axis2.handlers.addressing.AddressingOutHandler.invoke(Add

essingOutHandler.java:95)

        at org.apache.axis2.engine.Phase.invoke(Phase.java:382)

        at
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:522)

        at
org.apache.axis2.engine.AxisEngine.sendFault(AxisEngine.java:709)

        at
org.apache.axis2.transport.http.AxisServlet.handleFault(AxisServlet.

ava:319)

        at
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:

94)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)

        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App

icationFilterChain.java:252)

        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(Application

ilterChain.java:173)

        at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderF

lter.java:81)

        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App

icationFilterChain.java:202)

        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(Application

ilterChain.java:173)

        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapper

alve.java:213)

        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContext

alve.java:178)

        at
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrin

 

 

________________________________

From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
Sent: Tuesday, May 29, 2007 3:20 PM
To: axis-dev@ws.apache.org
Subject: RE: Addressing Exception

 


Hello Aldrin, 

The lib directory is not the correct location for the class. You need to
locate your axis2-kernel.jar, and insert the class into the
org/apache/axis2/addressing directory of the jar. 

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you
find the time to do it again?




<sm...@wipro.com> 

29/05/2007 10:30 

Please respond to
axis-dev@ws.apache.org

To

<ax...@ws.apache.org> 

cc

 

Subject

RE: Addressing Exception

 

 

 




  
There is no difference after putting the EndPointReferenceHelper.class
in the lib folder of axis2. 
It's really a great if you can provide some help 

 

________________________________


From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
Sent: Tuesday, May 29, 2007 2:39 PM
To: axis-dev@ws.apache.org
Subject: RE: Addressing Exception 
  

Hello Aldrin, 

Which exception is that? The server-side NoClassDefFoundError, or the
client-side AxisFault? 

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you
find the time to do it again?


<sm...@wipro.com> wrote on 29/05/2007 07:39:13:

> But still it's giving the same exception 
>   
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Monday, May 28, 2007 7:48 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception 
>   
> 
> Hello Aldrin, 
> 
> Ahh ... Well that's a different issue. You might want to consider 
> raising a JIRA issue stating that savan does not work with axis2 1.
> 2. That can be done here [1] 
> 
> If you can't wait for a new version of savan then you can get around
> your immediate problem by returning to the version of axis2 that 
> worked with savan, and simply copying the EndpointReferenceHelper 
> class to the same location in the axis2-kernel jar of the axis2 that
> you are using. 
> 
> [1] http://issues.apache.org/jira/browse/SAVAN 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 28/05/2007 14:27:24:
> 
> >   
> > I deployed the new axis2.war.But then I have another problem it's 
> > not able to configure savan.It's not reading savan configuration 
> > file from WEB-INF. 
> > That's the reason I had downloaded some other version of axis2. 
> > I am not able to figure how this is linked to savan. 
> > 
> > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > Sent: Monday, May 28, 2007 6:29 PM
> > To: axis-dev@ws.apache.org
> > Subject: RE: Addressing Exception 
> >   
> > 
> > Hello Aldrin, 
> > 
> > I have checked both the binary and the war versions and the 
> > EndpointRefereneHelper class is in both of them. 
> > 
> > Cheers
> > 
> > Brian DePradine
> > Web Services Development
> > IBM Hursley
> > External  +44 (0) 1962 816319         Internal 246319
> > 
> > If you can't find the time to do it right the first time, where will
> > you find the time to do it again?
> > 
> > 
> > <sm...@wipro.com> wrote on 28/05/2007 13:53:21:
> > 
> > > I had downloaded from there only previously.But it was war
distribution. 
> > > Should I download war or binary distribution? 
> > > 
> > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > Sent: Monday, May 28, 2007 6:19 PM
> > > To: axis-dev@ws.apache.org
> > > Subject: RE: Addressing Exception 
> > >   
> > > 
> > > Hello Aldrin, 
> > > 
> > > Hmmm ... that's very odd. I recommend that you replace your axis2 
> > > installation with one from here [1] 
> > > 
> > > [1] http://ws.apache.org/axis2/download/1_2/download.cgi 
> > > 
> > > Cheers
> > > 
> > > Brian DePradine
> > > Web Services Development
> > > IBM Hursley
> > > External  +44 (0) 1962 816319         Internal 246319
> > > 
> > > If you can't find the time to do it right the first time, where
will
> > > you find the time to do it again?
> > > 
> > > 
> > > <sm...@wipro.com> wrote on 28/05/2007 13:09:38:
> > > 
> > > >   
> > > > I could find axis2-kernel-1.2.jar.But there is not 
> > EndPointReferenceHelper 
> > > > 
> > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > Sent: Monday, May 28, 2007 5:14 PM
> > > > To: axis-dev@ws.apache.org
> > > > Subject: RE: Addressing Exception 
> > > >   
> > > > 
> > > > Hello Aldrin, 
> > > > 
> > > > Apologies, I have got the name wrong. It should be something
like 
> > > > axis2-kernel-1.2.jar 
> > > > 
> > > > Cheers
> > > > 
> > > > Brian DePradine
> > > > Web Services Development
> > > > IBM Hursley
> > > > External  +44 (0) 1962 816319         Internal 246319
> > > > 
> > > > If you can't find the time to do it right the first time, where
will
> > > > you find the time to do it again?
> > > > 
> > > > 
> > > > <sm...@wipro.com> wrote on 28/05/2007 06:19:39:
> > > > 
> > > > > Hi Brian 
> > > > >   
> > > > > I couldn't find  kernel.jar in my lib folder. 
> > > > >   
> > > > > Thanks And Regards 
> > > > > Smitha Aldrin 
> > > > >   
> > > > > 
> > > > > From: smitha.aldrin@wipro.com [mailto:smitha.aldrin@wipro.com]

> > > > > Sent: Monday, May 28, 2007 10:12 AM
> > > > > To: axis-dev@ws.apache.org
> > > > > Subject: RE: Addressing Exception 
> > > > >   
> > > > > Hi Brian 
> > > > >   
> > > > > Good Morning!! 
> > > > >   
> > > > > This is how the message exchange happens... 
> > > > >   
> > > > > Host: 127.0.0.1:8081 
> > > > > Transfer-Encoding: chunked 
> > > > >   
> > > > > 23f 
> > > > > <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:wsa="
> > > > > http://www.w3.org/2005/08/addressing"
xmlns:soapenv="http://www.w3.
> > > > >
org/2003/05/soap-envelope"><soapenv:Header><wsa:To>http://localhost:
> > > > >
8081/axis2/services/PublisherService</wsa:To><wsa:ReplyTo><wsa:
> > > > > Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:
> > > > > Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:
> > > > >
C93761FC5FE5CF50DA1180087094009</wsa:MessageID><wsa:Action>uuid:
> > > > > dummyMethod</wsa:Action></soapenv:Header><soapenv:Body><ns1:
> > > > > dummyMethod xmlns:ns1="http://tempuri.org/" /></soapenv:
> > > > > Body></soapenv:Envelope>0 
> > > > >   
> > > > >   
> > > > > HTTP/1.1 202 Accepted 
> > > > > Server: Apache-Coyote/1.1 
> > > > > X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build:
CVSTag=JBoss_4_0_2 
> > > > > date=200505022023)/Tomcat-5.5 
> > > > > Content-Type: text/xml;charset=UTF-8 
> > > > > Transfer-Encoding: chunked 
> > > > > Date: Fri, 25 May 2007 09:58:14 GMT 
> > > > >   
> > > > > 0 
> > > > >   
> > > > >   
> > > > >   
> > > > > 
> > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > Sent: Friday, May 25, 2007 7:59 PM
> > > > > To: axis-dev@ws.apache.org
> > > > > Subject: RE: Addressing Exception 
> > > > >   
> > > > > 
> > > > > Hello Aldrin, 
> > > > > 
> > > > > Hmm ... in axis2 version 1.2 that class should definitely be
in 
> > > > > kernel.jar. Classloading issue maybe? 
> > > > > 
> > > > > Anyway, looking at the stack trace for the other issue, it
suggests 
> > > > > a problem with the action processing. What does TCPMon show
for the 
> > > > > request message? 
> > > > > 
> > > > > Cheers
> > > > > 
> > > > > Brian DePradine
> > > > > Web Services Development
> > > > > IBM Hursley
> > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > 
> > > > > If you can't find the time to do it right the first time,
where will
> > > > > you find the time to do it again?
> > > > > 
> > > > > 
> > > > > <sm...@wipro.com> wrote on 25/05/2007 15:06:47:
> > > > > 
> > > > > > Hi Brian 
> > > > > >   
> > > > > > I have addressing.mar in my axis2.war 
> > > > > > I am using axis1.2 
> > > > > >   
> > > > > >   
> > > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > > Sent: Friday, May 25, 2007 7:33 PM
> > > > > > To: axis-dev@ws.apache.org
> > > > > > Subject: Re: Addressing Exception 
> > > > > >   
> > > > > > 
> > > > > > Hello Aldrin, 
> > > > > > 
> > > > > > Let's start with the server side exception. Which version of
axis2 
> > > > > > are you using? In the latest axis2 version that class should
be in 
> > > > > > kernel.jar, however, in earlier versions of axis2 it was in 
> > > > addressing.mar 
> > > > > > 
> > > > > > Cheers
> > > > > > 
> > > > > > Brian DePradine
> > > > > > Web Services Development
> > > > > > IBM Hursley
> > > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > > 
> > > > > > If you can't find the time to do it right the first time,
where will
> > > > > > you find the time to do it again?
> > > > > > 
> > > > > > 
> > > > > > <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> > > > > > 
> > > > > > > Hi 
> > > > > > >   
> > > > > > > I am getting the following exception  at the server 
> > > > > > >   
> > > > > > > java.lang.NoClassDefFoundError: org/apache/axis 
> > > > > > > 2/addressing/EndpointReferenceHelper 
> > > > > > >   
> > > > > > > And at the client ...Is it possible for anyone to give me 
> > some clue? 
> > > > > > >   
> > > > > > > Exception in thread "main" org.apache.axis2.AxisFault: A
header 
> > > > > > > representing a Message Addressing Property is not valid
and the 
> > > > > > > message cannot be processed 
> > > > > > >       at
org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> > > > > > >       at
org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > > triggerActionMismatchFault(AddressingFaultsHelper.java:81)

> > > > > > >       at
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > > > extractActionInformation(AddressingInHandler.java:276) 
> > > > > > >       at
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > > > extractAddressingInformation(AddressingInHandler.java:159)

> > > > > > >       at org.apache.axis2.handlers.addressing.
> > > > AddressingInHandler.invoke(
> > > > > > > AddressingInHandler.java:95) 
> > > > > > >       at
org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> > > > > > >       at org.apache.axis2.engine.AxisEngine.
> > > invoke(AxisEngine.java:203) 
> > > > > > >       at org.apache.axis2.engine.AxisEngine.
> > > > > > receiveFault(AxisEngine.java:354) 
> > > > > > >       at org.apache.axis2.description.
> OutInAxisOperationClient.send(
> > > > > > > OutInAxisOperation.java:370) 
> > > > > > >       at org.apache.axis2.description.
> > > OutInAxisOperationClient.execute(
> > > > > > > OutInAxisOperation.java:294) 
> > > > > > >       at
org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > > ServiceClient.java:520) 
> > > > > > >       at
org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > > ServiceClient.java:500) 
> > > > > > >       at org.apache.savan.eventing.client.
> EventingClient.subscribe(
> > > > > > > EventingClient.java:73) 
> > > > > > >       at
publisher.client.Client.doSubscribe(Client.java:101) 
> > > > > > >       at publisher.client.Client.run(Client.java:52) 
> > > > > > >       at publisher.client.Client.main(Client.java:40) 
> > > > > > >   
> > > > > > > 
> > > > > > > 
> > > > > > > The information contained in this electronic message and
any 
> > > > > > > attachments to this message are intended for the exclusive
use of 
> > > > > > > the addressee(s) and may contain proprietary, confidential
or 
> > > > > > > privileged information. If you are not the intended 
> recipient, you 
> > > > > > > should not disseminate, distribute or copy this e-mail.
Please 
> > > > > > > notify the sender immediately and destroy all copies of 
> this message
> > > > > > > and any attachments. 
> > > > > > > 
> > > > > > > WARNING: Computer viruses can be transmitted via email.
The 
> > > > > > > recipient should check this email and any attachments for
the 
> > > > > > > presence of viruses. The company accepts no liability 
> for any damage
> > > > > > > caused by any virus transmitted by this email.
> > > > > > > 
> > > > > > > www.wipro.com
> > > > > 
> > > > > > 
> > > > > >   
> > > > > > Unless stated otherwise above:
> > > > > > IBM United Kingdom Limited - Registered in England and Wales
with 
> > > > > > number 741598. 
> > > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > > Hampshire PO6 3AU 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > 
> > > > > > 
> > > > > > 
> > > > > > The information contained in this electronic message and any

> > > > > > attachments to this message are intended for the exclusive
use of 
> > > > > > the addressee(s) and may contain proprietary, confidential
or 
> > > > > > privileged information. If you are not the intended
recipient, you 
> > > > > > should not disseminate, distribute or copy this e-mail.
Please 
> > > > > > notify the sender immediately and destroy all copies of this
message
> > > > > > and any attachments. 
> > > > > > 
> > > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > > recipient should check this email and any attachments for
the 
> > > > > > presence of viruses. The company accepts no liability for
any damage
> > > > > > caused by any virus transmitted by this email.
> > > > > > 
> > > > > > www.wipro.com 
> > > > > 
> > > > >   
> > > > > Unless stated otherwise above:
> > > > > IBM United Kingdom Limited - Registered in England and Wales
with 
> > > > > number 741598. 
> > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > Hampshire PO6 3AU 
> > > > > 
> > > > > 
> > > > 
> > > > > 
> > > > > 
> > > > > The information contained in this electronic message and any 
> > > > > attachments to this message are intended for the exclusive use
of 
> > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > privileged information. If you are not the intended recipient,
you 
> > > > > should not disseminate, distribute or copy this e-mail. Please

> > > > > notify the sender immediately and destroy all copies of this
message
> > > > > and any attachments. 
> > > > > 
> > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > recipient should check this email and any attachments for the 
> > > > > presence of viruses. The company accepts no liability for any
damage
> > > > > caused by any virus transmitted by this email.
> > > > > 
> > > > > www.wipro.com 
> > > > > 
> > > > > 
> > > > > The information contained in this electronic message and any 
> > > > > attachments to this message are intended for the exclusive use
of 
> > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > privileged information. If you are not the intended recipient,
you 
> > > > > should not disseminate, distribute or copy this e-mail. Please

> > > > > notify the sender immediately and destroy all copies of this
message
> > > > > and any attachments. 
> > > > > 
> > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > recipient should check this email and any attachments for the 
> > > > > presence of viruses. The company accepts no liability for any
damage
> > > > > caused by any virus transmitted by this email.
> > > > > 
> > > > > www.wipro.com
> > > 
> > > > 
> > > >   
> > > > Unless stated otherwise above:
> > > > IBM United Kingdom Limited - Registered in England and Wales
with 
> > > > number 741598. 
> > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > Hampshire PO6 3AU 
> > > > 
> > > > 
> > > > 
> > > 
> > > > 
> > > > 
> > > > The information contained in this electronic message and any 
> > > > attachments to this message are intended for the exclusive use
of 
> > > > the addressee(s) and may contain proprietary, confidential or 
> > > > privileged information. If you are not the intended recipient,
you 
> > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > notify the sender immediately and destroy all copies of this
message
> > > > and any attachments. 
> > > > 
> > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > recipient should check this email and any attachments for the 
> > > > presence of viruses. The company accepts no liability for any
damage
> > > > caused by any virus transmitted by this email.
> > > > 
> > > > www.wipro.com
> > 
> > > 
> > >   
> > > Unless stated otherwise above:
> > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > number 741598. 
> > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> Hampshire PO6 3AU 
> > > 
> > > 
> > > 
> > 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you

> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this
message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any
damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com
> 
> > 
> >   
> > Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with 
> > number 741598. 
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire
PO6 3AU 
> > 
> > 
> > 
> 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com

> 
>   
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 
> 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com

 

________________________________


  

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 






The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s)
and may contain proprietary, confidential or privileged information. If
you are not the intended recipient, you should not disseminate,
distribute or copy this e-mail. Please notify the sender immediately and
destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of viruses.
The company accepts no liability for any damage caused by any virus
transmitted by this email.

www.wipro.com







________________________________

 

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 










The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

RE: Addressing Exception

Posted by Brian De Pradine <PR...@uk.ibm.com>.
Hello Aldrin,

The lib directory is not the correct location for the class. You need to 
locate your axis2-kernel.jar, and insert the class into the 
org/apache/axis2/addressing directory of the jar.

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you 
find the time to do it again?




<sm...@wipro.com> 
29/05/2007 10:30
Please respond to
axis-dev@ws.apache.org


To
<ax...@ws.apache.org>
cc

Subject
RE: Addressing Exception






 
There is no difference after putting the EndPointReferenceHelper.class in 
the lib folder of axis2.
It?s really a great if you can provide some help

From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
Sent: Tuesday, May 29, 2007 2:39 PM
To: axis-dev@ws.apache.org
Subject: RE: Addressing Exception
 

Hello Aldrin, 

Which exception is that? The server-side NoClassDefFoundError, or the 
client-side AxisFault? 

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you 
find the time to do it again?


<sm...@wipro.com> wrote on 29/05/2007 07:39:13:

> But still it?s giving the same exception 
>   
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Monday, May 28, 2007 7:48 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception 
>   
> 
> Hello Aldrin, 
> 
> Ahh ... Well that's a different issue. You might want to consider 
> raising a JIRA issue stating that savan does not work with axis2 1.
> 2. That can be done here [1] 
> 
> If you can't wait for a new version of savan then you can get around
> your immediate problem by returning to the version of axis2 that 
> worked with savan, and simply copying the EndpointReferenceHelper 
> class to the same location in the axis2-kernel jar of the axis2 that
> you are using. 
> 
> [1] http://issues.apache.org/jira/browse/SAVAN 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 28/05/2007 14:27:24:
> 
> > 
> > I deployed the new axis2.war.But then I have another problem it?s 
> > not able to configure savan.It?s not reading savan configuration 
> > file from WEB-INF. 
> > That?s the reason I had downloaded some other version of axis2. 
> > I am not able to figure how this is linked to savan. 
> > 
> > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > Sent: Monday, May 28, 2007 6:29 PM
> > To: axis-dev@ws.apache.org
> > Subject: RE: Addressing Exception 
> > 
> > 
> > Hello Aldrin, 
> > 
> > I have checked both the binary and the war versions and the 
> > EndpointRefereneHelper class is in both of them. 
> > 
> > Cheers
> > 
> > Brian DePradine
> > Web Services Development
> > IBM Hursley
> > External  +44 (0) 1962 816319         Internal 246319
> > 
> > If you can't find the time to do it right the first time, where will
> > you find the time to do it again?
> > 
> > 
> > <sm...@wipro.com> wrote on 28/05/2007 13:53:21:
> > 
> > > I had downloaded from there only previously.But it was war 
distribution. 
> > > Should I download war or binary distribution? 
> > > 
> > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > Sent: Monday, May 28, 2007 6:19 PM
> > > To: axis-dev@ws.apache.org
> > > Subject: RE: Addressing Exception 
> > > 
> > > 
> > > Hello Aldrin, 
> > > 
> > > Hmmm ... that's very odd. I recommend that you replace your axis2 
> > > installation with one from here [1] 
> > > 
> > > [1] http://ws.apache.org/axis2/download/1_2/download.cgi 
> > > 
> > > Cheers
> > > 
> > > Brian DePradine
> > > Web Services Development
> > > IBM Hursley
> > > External  +44 (0) 1962 816319         Internal 246319
> > > 
> > > If you can't find the time to do it right the first time, where will
> > > you find the time to do it again?
> > > 
> > > 
> > > <sm...@wipro.com> wrote on 28/05/2007 13:09:38:
> > > 
> > > > 
> > > > I could find axis2-kernel-1.2.jar.But there is not 
> > EndPointReferenceHelper 
> > > > 
> > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > Sent: Monday, May 28, 2007 5:14 PM
> > > > To: axis-dev@ws.apache.org
> > > > Subject: RE: Addressing Exception 
> > > > 
> > > > 
> > > > Hello Aldrin, 
> > > > 
> > > > Apologies, I have got the name wrong. It should be something like 
> > > > axis2-kernel-1.2.jar 
> > > > 
> > > > Cheers
> > > > 
> > > > Brian DePradine
> > > > Web Services Development
> > > > IBM Hursley
> > > > External  +44 (0) 1962 816319         Internal 246319
> > > > 
> > > > If you can't find the time to do it right the first time, where 
will
> > > > you find the time to do it again?
> > > > 
> > > > 
> > > > <sm...@wipro.com> wrote on 28/05/2007 06:19:39:
> > > > 
> > > > > Hi Brian 
> > > > > 
> > > > > I couldn?t find  kernel.jar in my lib folder. 
> > > > > 
> > > > > Thanks And Regards 
> > > > > Smitha Aldrin 
> > > > > 
> > > > > 
> > > > > From: smitha.aldrin@wipro.com [mailto:smitha.aldrin@wipro.com] 
> > > > > Sent: Monday, May 28, 2007 10:12 AM
> > > > > To: axis-dev@ws.apache.org
> > > > > Subject: RE: Addressing Exception 
> > > > > 
> > > > > Hi Brian 
> > > > > 
> > > > > Good Morning!! 
> > > > > 
> > > > > This is how the message exchange happens... 
> > > > > 
> > > > > Host: 127.0.0.1:8081 
> > > > > Transfer-Encoding: chunked 
> > > > > 
> > > > > 23f 
> > > > > <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope 
xmlns:wsa="
> > > > > http://www.w3.org/2005/08/addressing" xmlns:soapenv="
http://www.w3.
> > > > > 
org/2003/05/soap-envelope"><soapenv:Header><wsa:To>http://localhost:
> > > > > 8081/axis2/services/PublisherService</wsa:To><wsa:ReplyTo><wsa:
> > > > > Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:
> > > > > Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:
> > > > > C93761FC5FE5CF50DA1180087094009</wsa:MessageID><wsa:Action>uuid:
> > > > > dummyMethod</wsa:Action></soapenv:Header><soapenv:Body><ns1:
> > > > > dummyMethod xmlns:ns1="http://tempuri.org/" /></soapenv:
> > > > > Body></soapenv:Envelope>0 
> > > > > 
> > > > > 
> > > > > HTTP/1.1 202 Accepted 
> > > > > Server: Apache-Coyote/1.1 
> > > > > X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build: 
CVSTag=JBoss_4_0_2 
> > > > > date=200505022023)/Tomcat-5.5 
> > > > > Content-Type: text/xml;charset=UTF-8 
> > > > > Transfer-Encoding: chunked 
> > > > > Date: Fri, 25 May 2007 09:58:14 GMT 
> > > > > 
> > > > > 0 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > Sent: Friday, May 25, 2007 7:59 PM
> > > > > To: axis-dev@ws.apache.org
> > > > > Subject: RE: Addressing Exception 
> > > > > 
> > > > > 
> > > > > Hello Aldrin, 
> > > > > 
> > > > > Hmm ... in axis2 version 1.2 that class should definitely be in 
> > > > > kernel.jar. Classloading issue maybe? 
> > > > > 
> > > > > Anyway, looking at the stack trace for the other issue, it 
suggests 
> > > > > a problem with the action processing. What does TCPMon show for 
the 
> > > > > request message? 
> > > > > 
> > > > > Cheers
> > > > > 
> > > > > Brian DePradine
> > > > > Web Services Development
> > > > > IBM Hursley
> > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > 
> > > > > If you can't find the time to do it right the first time, where 
will
> > > > > you find the time to do it again?
> > > > > 
> > > > > 
> > > > > <sm...@wipro.com> wrote on 25/05/2007 15:06:47:
> > > > > 
> > > > > > Hi Brian 
> > > > > > 
> > > > > > I have addressing.mar in my axis2.war 
> > > > > > I am using axis1.2 
> > > > > > 
> > > > > > 
> > > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > > Sent: Friday, May 25, 2007 7:33 PM
> > > > > > To: axis-dev@ws.apache.org
> > > > > > Subject: Re: Addressing Exception 
> > > > > > 
> > > > > > 
> > > > > > Hello Aldrin, 
> > > > > > 
> > > > > > Let's start with the server side exception. Which version of 
axis2 
> > > > > > are you using? In the latest axis2 version that class should 
be in 
> > > > > > kernel.jar, however, in earlier versions of axis2 it was in 
> > > > addressing.mar 
> > > > > > 
> > > > > > Cheers
> > > > > > 
> > > > > > Brian DePradine
> > > > > > Web Services Development
> > > > > > IBM Hursley
> > > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > > 
> > > > > > If you can't find the time to do it right the first time, 
where will
> > > > > > you find the time to do it again?
> > > > > > 
> > > > > > 
> > > > > > <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> > > > > > 
> > > > > > > Hi 
> > > > > > > 
> > > > > > > I am getting the following exception  at the server 
> > > > > > > 
> > > > > > > java.lang.NoClassDefFoundError: org/apache/axis 
> > > > > > > 2/addressing/EndpointReferenceHelper 
> > > > > > > 
> > > > > > > And at the client ...Is it possible for anyone to give me 
> > some clue? 
> > > > > > > 
> > > > > > > Exception in thread "main" org.apache.axis2.AxisFault: A 
header 
> > > > > > > representing a Message Addressing Property is not valid and 
the 
> > > > > > > message cannot be processed 
> > > > > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> > > > > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > > triggerActionMismatchFault(AddressingFaultsHelper.java:81) 
> > > > > > >       at 
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > > > extractActionInformation(AddressingInHandler.java:276) 
> > > > > > >       at 
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > > > extractAddressingInformation(AddressingInHandler.java:159) 
> > > > > > >       at org.apache.axis2.handlers.addressing.
> > > > AddressingInHandler.invoke(
> > > > > > > AddressingInHandler.java:95) 
> > > > > > >       at 
org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> > > > > > >       at org.apache.axis2.engine.AxisEngine.
> > > invoke(AxisEngine.java:203) 
> > > > > > >       at org.apache.axis2.engine.AxisEngine.
> > > > > > receiveFault(AxisEngine.java:354) 
> > > > > > >       at org.apache.axis2.description.
> OutInAxisOperationClient.send(
> > > > > > > OutInAxisOperation.java:370) 
> > > > > > >       at org.apache.axis2.description.
> > > OutInAxisOperationClient.execute(
> > > > > > > OutInAxisOperation.java:294) 
> > > > > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > > ServiceClient.java:520) 
> > > > > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > > ServiceClient.java:500) 
> > > > > > >       at org.apache.savan.eventing.client.
> EventingClient.subscribe(
> > > > > > > EventingClient.java:73) 
> > > > > > >       at 
publisher.client.Client.doSubscribe(Client.java:101) 
> > > > > > >       at publisher.client.Client.run(Client.java:52) 
> > > > > > >       at publisher.client.Client.main(Client.java:40) 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > The information contained in this electronic message and any 

> > > > > > > attachments to this message are intended for the exclusive 
use of 
> > > > > > > the addressee(s) and may contain proprietary, confidential 
or 
> > > > > > > privileged information. If you are not the intended 
> recipient, you 
> > > > > > > should not disseminate, distribute or copy this e-mail. 
Please 
> > > > > > > notify the sender immediately and destroy all copies of 
> this message
> > > > > > > and any attachments. 
> > > > > > > 
> > > > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > > > recipient should check this email and any attachments for 
the 
> > > > > > > presence of viruses. The company accepts no liability 
> for any damage
> > > > > > > caused by any virus transmitted by this email.
> > > > > > > 
> > > > > > > www.wipro.com
> > > > > 
> > > > > > 
> > > > > > 
> > > > > > Unless stated otherwise above:
> > > > > > IBM United Kingdom Limited - Registered in England and Wales 
with 
> > > > > > number 741598. 
> > > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > > Hampshire PO6 3AU 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > 
> > > > > > 
> > > > > > 
> > > > > > The information contained in this electronic message and any 
> > > > > > attachments to this message are intended for the exclusive use 
of 
> > > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > > privileged information. If you are not the intended recipient, 
you 
> > > > > > should not disseminate, distribute or copy this e-mail. Please 

> > > > > > notify the sender immediately and destroy all copies of this 
message
> > > > > > and any attachments. 
> > > > > > 
> > > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > > recipient should check this email and any attachments for the 
> > > > > > presence of viruses. The company accepts no liability for any 
damage
> > > > > > caused by any virus transmitted by this email.
> > > > > > 
> > > > > > www.wipro.com 
> > > > > 
> > > > > 
> > > > > Unless stated otherwise above:
> > > > > IBM United Kingdom Limited - Registered in England and Wales 
with 
> > > > > number 741598. 
> > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > Hampshire PO6 3AU 
> > > > > 
> > > > > 
> > > > 
> > > > > 
> > > > > 
> > > > > The information contained in this electronic message and any 
> > > > > attachments to this message are intended for the exclusive use 
of 
> > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > privileged information. If you are not the intended recipient, 
you 
> > > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > > notify the sender immediately and destroy all copies of this 
message
> > > > > and any attachments. 
> > > > > 
> > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > recipient should check this email and any attachments for the 
> > > > > presence of viruses. The company accepts no liability for any 
damage
> > > > > caused by any virus transmitted by this email.
> > > > > 
> > > > > www.wipro.com 
> > > > > 
> > > > > 
> > > > > The information contained in this electronic message and any 
> > > > > attachments to this message are intended for the exclusive use 
of 
> > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > privileged information. If you are not the intended recipient, 
you 
> > > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > > notify the sender immediately and destroy all copies of this 
message
> > > > > and any attachments. 
> > > > > 
> > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > recipient should check this email and any attachments for the 
> > > > > presence of viruses. The company accepts no liability for any 
damage
> > > > > caused by any virus transmitted by this email.
> > > > > 
> > > > > www.wipro.com
> > > 
> > > > 
> > > > 
> > > > Unless stated otherwise above:
> > > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > > number 741598. 
> > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > Hampshire PO6 3AU 
> > > > 
> > > > 
> > > > 
> > > 
> > > > 
> > > > 
> > > > The information contained in this electronic message and any 
> > > > attachments to this message are intended for the exclusive use of 
> > > > the addressee(s) and may contain proprietary, confidential or 
> > > > privileged information. If you are not the intended recipient, you 

> > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > notify the sender immediately and destroy all copies of this 
message
> > > > and any attachments. 
> > > > 
> > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > recipient should check this email and any attachments for the 
> > > > presence of viruses. The company accepts no liability for any 
damage
> > > > caused by any virus transmitted by this email.
> > > > 
> > > > www.wipro.com
> > 
> > > 
> > > 
> > > Unless stated otherwise above:
> > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > number 741598. 
> > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> Hampshire PO6 3AU 
> > > 
> > > 
> > > 
> > 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you 
> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com
> 
> > 
> > 
> > Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with 
> > number 741598. 
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> > 
> > 
> > 
> 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com

> 
>   
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com


 
Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU 







The information contained in this electronic message and any attachments 
to this message are intended for the exclusive use of the addressee(s) and 
may contain proprietary, confidential or privileged information. If you 
are not the intended recipient, you should not disseminate, distribute or 
copy this e-mail. Please notify the sender immediately and destroy all 
copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient 
should check this email and any attachments for the presence of viruses. 
The company accepts no liability for any damage caused by any virus 
transmitted by this email.

www.wipro.com







Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






RE: Addressing Exception

Posted by sm...@wipro.com.
 

There is no difference after putting the EndPointReferenceHelper.class
in the lib folder of axis2.

It's really a great if you can provide some help

________________________________

From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
Sent: Tuesday, May 29, 2007 2:39 PM
To: axis-dev@ws.apache.org
Subject: RE: Addressing Exception

 


Hello Aldrin, 

Which exception is that? The server-side NoClassDefFoundError, or the
client-side AxisFault? 

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you
find the time to do it again?


<sm...@wipro.com> wrote on 29/05/2007 07:39:13:

> But still it's giving the same exception 
>   
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Monday, May 28, 2007 7:48 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception 
>   
> 
> Hello Aldrin, 
> 
> Ahh ... Well that's a different issue. You might want to consider 
> raising a JIRA issue stating that savan does not work with axis2 1.
> 2. That can be done here [1] 
> 
> If you can't wait for a new version of savan then you can get around
> your immediate problem by returning to the version of axis2 that 
> worked with savan, and simply copying the EndpointReferenceHelper 
> class to the same location in the axis2-kernel jar of the axis2 that
> you are using. 
> 
> [1] http://issues.apache.org/jira/browse/SAVAN 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 28/05/2007 14:27:24:
> 
> >   
> > I deployed the new axis2.war.But then I have another problem it's 
> > not able to configure savan.It's not reading savan configuration 
> > file from WEB-INF. 
> > That's the reason I had downloaded some other version of axis2. 
> > I am not able to figure how this is linked to savan. 
> > 
> > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > Sent: Monday, May 28, 2007 6:29 PM
> > To: axis-dev@ws.apache.org
> > Subject: RE: Addressing Exception 
> >   
> > 
> > Hello Aldrin, 
> > 
> > I have checked both the binary and the war versions and the 
> > EndpointRefereneHelper class is in both of them. 
> > 
> > Cheers
> > 
> > Brian DePradine
> > Web Services Development
> > IBM Hursley
> > External  +44 (0) 1962 816319         Internal 246319
> > 
> > If you can't find the time to do it right the first time, where will
> > you find the time to do it again?
> > 
> > 
> > <sm...@wipro.com> wrote on 28/05/2007 13:53:21:
> > 
> > > I had downloaded from there only previously.But it was war
distribution. 
> > > Should I download war or binary distribution? 
> > > 
> > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > Sent: Monday, May 28, 2007 6:19 PM
> > > To: axis-dev@ws.apache.org
> > > Subject: RE: Addressing Exception 
> > >   
> > > 
> > > Hello Aldrin, 
> > > 
> > > Hmmm ... that's very odd. I recommend that you replace your axis2 
> > > installation with one from here [1] 
> > > 
> > > [1] http://ws.apache.org/axis2/download/1_2/download.cgi 
> > > 
> > > Cheers
> > > 
> > > Brian DePradine
> > > Web Services Development
> > > IBM Hursley
> > > External  +44 (0) 1962 816319         Internal 246319
> > > 
> > > If you can't find the time to do it right the first time, where
will
> > > you find the time to do it again?
> > > 
> > > 
> > > <sm...@wipro.com> wrote on 28/05/2007 13:09:38:
> > > 
> > > >   
> > > > I could find axis2-kernel-1.2.jar.But there is not 
> > EndPointReferenceHelper 
> > > > 
> > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > Sent: Monday, May 28, 2007 5:14 PM
> > > > To: axis-dev@ws.apache.org
> > > > Subject: RE: Addressing Exception 
> > > >   
> > > > 
> > > > Hello Aldrin, 
> > > > 
> > > > Apologies, I have got the name wrong. It should be something
like 
> > > > axis2-kernel-1.2.jar 
> > > > 
> > > > Cheers
> > > > 
> > > > Brian DePradine
> > > > Web Services Development
> > > > IBM Hursley
> > > > External  +44 (0) 1962 816319         Internal 246319
> > > > 
> > > > If you can't find the time to do it right the first time, where
will
> > > > you find the time to do it again?
> > > > 
> > > > 
> > > > <sm...@wipro.com> wrote on 28/05/2007 06:19:39:
> > > > 
> > > > > Hi Brian 
> > > > >   
> > > > > I couldn't find  kernel.jar in my lib folder. 
> > > > >   
> > > > > Thanks And Regards 
> > > > > Smitha Aldrin 
> > > > >   
> > > > > 
> > > > > From: smitha.aldrin@wipro.com [mailto:smitha.aldrin@wipro.com]

> > > > > Sent: Monday, May 28, 2007 10:12 AM
> > > > > To: axis-dev@ws.apache.org
> > > > > Subject: RE: Addressing Exception 
> > > > >   
> > > > > Hi Brian 
> > > > >   
> > > > > Good Morning!! 
> > > > >   
> > > > > This is how the message exchange happens... 
> > > > >   
> > > > > Host: 127.0.0.1:8081 
> > > > > Transfer-Encoding: chunked 
> > > > >   
> > > > > 23f 
> > > > > <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:wsa="
> > > > > http://www.w3.org/2005/08/addressing"
xmlns:soapenv="http://www.w3.
> > > > >
org/2003/05/soap-envelope"><soapenv:Header><wsa:To>http://localhost:
> > > > >
8081/axis2/services/PublisherService</wsa:To><wsa:ReplyTo><wsa:
> > > > > Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:
> > > > > Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:
> > > > >
C93761FC5FE5CF50DA1180087094009</wsa:MessageID><wsa:Action>uuid:
> > > > > dummyMethod</wsa:Action></soapenv:Header><soapenv:Body><ns1:
> > > > > dummyMethod xmlns:ns1="http://tempuri.org/" /></soapenv:
> > > > > Body></soapenv:Envelope>0 
> > > > >   
> > > > >   
> > > > > HTTP/1.1 202 Accepted 
> > > > > Server: Apache-Coyote/1.1 
> > > > > X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build:
CVSTag=JBoss_4_0_2 
> > > > > date=200505022023)/Tomcat-5.5 
> > > > > Content-Type: text/xml;charset=UTF-8 
> > > > > Transfer-Encoding: chunked 
> > > > > Date: Fri, 25 May 2007 09:58:14 GMT 
> > > > >   
> > > > > 0 
> > > > >   
> > > > >   
> > > > >   
> > > > > 
> > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > Sent: Friday, May 25, 2007 7:59 PM
> > > > > To: axis-dev@ws.apache.org
> > > > > Subject: RE: Addressing Exception 
> > > > >   
> > > > > 
> > > > > Hello Aldrin, 
> > > > > 
> > > > > Hmm ... in axis2 version 1.2 that class should definitely be
in 
> > > > > kernel.jar. Classloading issue maybe? 
> > > > > 
> > > > > Anyway, looking at the stack trace for the other issue, it
suggests 
> > > > > a problem with the action processing. What does TCPMon show
for the 
> > > > > request message? 
> > > > > 
> > > > > Cheers
> > > > > 
> > > > > Brian DePradine
> > > > > Web Services Development
> > > > > IBM Hursley
> > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > 
> > > > > If you can't find the time to do it right the first time,
where will
> > > > > you find the time to do it again?
> > > > > 
> > > > > 
> > > > > <sm...@wipro.com> wrote on 25/05/2007 15:06:47:
> > > > > 
> > > > > > Hi Brian 
> > > > > >   
> > > > > > I have addressing.mar in my axis2.war 
> > > > > > I am using axis1.2 
> > > > > >   
> > > > > >   
> > > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > > Sent: Friday, May 25, 2007 7:33 PM
> > > > > > To: axis-dev@ws.apache.org
> > > > > > Subject: Re: Addressing Exception 
> > > > > >   
> > > > > > 
> > > > > > Hello Aldrin, 
> > > > > > 
> > > > > > Let's start with the server side exception. Which version of
axis2 
> > > > > > are you using? In the latest axis2 version that class should
be in 
> > > > > > kernel.jar, however, in earlier versions of axis2 it was in 
> > > > addressing.mar 
> > > > > > 
> > > > > > Cheers
> > > > > > 
> > > > > > Brian DePradine
> > > > > > Web Services Development
> > > > > > IBM Hursley
> > > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > > 
> > > > > > If you can't find the time to do it right the first time,
where will
> > > > > > you find the time to do it again?
> > > > > > 
> > > > > > 
> > > > > > <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> > > > > > 
> > > > > > > Hi 
> > > > > > >   
> > > > > > > I am getting the following exception  at the server 
> > > > > > >   
> > > > > > > java.lang.NoClassDefFoundError: org/apache/axis 
> > > > > > > 2/addressing/EndpointReferenceHelper 
> > > > > > >   
> > > > > > > And at the client ...Is it possible for anyone to give me 
> > some clue? 
> > > > > > >   
> > > > > > > Exception in thread "main" org.apache.axis2.AxisFault: A
header 
> > > > > > > representing a Message Addressing Property is not valid
and the 
> > > > > > > message cannot be processed 
> > > > > > >       at
org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> > > > > > >       at
org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > > triggerActionMismatchFault(AddressingFaultsHelper.java:81)

> > > > > > >       at
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > > > extractActionInformation(AddressingInHandler.java:276) 
> > > > > > >       at
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > > > extractAddressingInformation(AddressingInHandler.java:159)

> > > > > > >       at org.apache.axis2.handlers.addressing.
> > > > AddressingInHandler.invoke(
> > > > > > > AddressingInHandler.java:95) 
> > > > > > >       at
org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> > > > > > >       at org.apache.axis2.engine.AxisEngine.
> > > invoke(AxisEngine.java:203) 
> > > > > > >       at org.apache.axis2.engine.AxisEngine.
> > > > > > receiveFault(AxisEngine.java:354) 
> > > > > > >       at org.apache.axis2.description.
> OutInAxisOperationClient.send(
> > > > > > > OutInAxisOperation.java:370) 
> > > > > > >       at org.apache.axis2.description.
> > > OutInAxisOperationClient.execute(
> > > > > > > OutInAxisOperation.java:294) 
> > > > > > >       at
org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > > ServiceClient.java:520) 
> > > > > > >       at
org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > > ServiceClient.java:500) 
> > > > > > >       at org.apache.savan.eventing.client.
> EventingClient.subscribe(
> > > > > > > EventingClient.java:73) 
> > > > > > >       at
publisher.client.Client.doSubscribe(Client.java:101) 
> > > > > > >       at publisher.client.Client.run(Client.java:52) 
> > > > > > >       at publisher.client.Client.main(Client.java:40) 
> > > > > > >   
> > > > > > > 
> > > > > > > 
> > > > > > > The information contained in this electronic message and
any 
> > > > > > > attachments to this message are intended for the exclusive
use of 
> > > > > > > the addressee(s) and may contain proprietary, confidential
or 
> > > > > > > privileged information. If you are not the intended 
> recipient, you 
> > > > > > > should not disseminate, distribute or copy this e-mail.
Please 
> > > > > > > notify the sender immediately and destroy all copies of 
> this message
> > > > > > > and any attachments. 
> > > > > > > 
> > > > > > > WARNING: Computer viruses can be transmitted via email.
The 
> > > > > > > recipient should check this email and any attachments for
the 
> > > > > > > presence of viruses. The company accepts no liability 
> for any damage
> > > > > > > caused by any virus transmitted by this email.
> > > > > > > 
> > > > > > > www.wipro.com
> > > > > 
> > > > > > 
> > > > > >   
> > > > > > Unless stated otherwise above:
> > > > > > IBM United Kingdom Limited - Registered in England and Wales
with 
> > > > > > number 741598. 
> > > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > > Hampshire PO6 3AU 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > 
> > > > > > 
> > > > > > 
> > > > > > The information contained in this electronic message and any

> > > > > > attachments to this message are intended for the exclusive
use of 
> > > > > > the addressee(s) and may contain proprietary, confidential
or 
> > > > > > privileged information. If you are not the intended
recipient, you 
> > > > > > should not disseminate, distribute or copy this e-mail.
Please 
> > > > > > notify the sender immediately and destroy all copies of this
message
> > > > > > and any attachments. 
> > > > > > 
> > > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > > recipient should check this email and any attachments for
the 
> > > > > > presence of viruses. The company accepts no liability for
any damage
> > > > > > caused by any virus transmitted by this email.
> > > > > > 
> > > > > > www.wipro.com 
> > > > > 
> > > > >   
> > > > > Unless stated otherwise above:
> > > > > IBM United Kingdom Limited - Registered in England and Wales
with 
> > > > > number 741598. 
> > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > Hampshire PO6 3AU 
> > > > > 
> > > > > 
> > > > 
> > > > > 
> > > > > 
> > > > > The information contained in this electronic message and any 
> > > > > attachments to this message are intended for the exclusive use
of 
> > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > privileged information. If you are not the intended recipient,
you 
> > > > > should not disseminate, distribute or copy this e-mail. Please

> > > > > notify the sender immediately and destroy all copies of this
message
> > > > > and any attachments. 
> > > > > 
> > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > recipient should check this email and any attachments for the 
> > > > > presence of viruses. The company accepts no liability for any
damage
> > > > > caused by any virus transmitted by this email.
> > > > > 
> > > > > www.wipro.com 
> > > > > 
> > > > > 
> > > > > The information contained in this electronic message and any 
> > > > > attachments to this message are intended for the exclusive use
of 
> > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > privileged information. If you are not the intended recipient,
you 
> > > > > should not disseminate, distribute or copy this e-mail. Please

> > > > > notify the sender immediately and destroy all copies of this
message
> > > > > and any attachments. 
> > > > > 
> > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > recipient should check this email and any attachments for the 
> > > > > presence of viruses. The company accepts no liability for any
damage
> > > > > caused by any virus transmitted by this email.
> > > > > 
> > > > > www.wipro.com
> > > 
> > > > 
> > > >   
> > > > Unless stated otherwise above:
> > > > IBM United Kingdom Limited - Registered in England and Wales
with 
> > > > number 741598. 
> > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > Hampshire PO6 3AU 
> > > > 
> > > > 
> > > > 
> > > 
> > > > 
> > > > 
> > > > The information contained in this electronic message and any 
> > > > attachments to this message are intended for the exclusive use
of 
> > > > the addressee(s) and may contain proprietary, confidential or 
> > > > privileged information. If you are not the intended recipient,
you 
> > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > notify the sender immediately and destroy all copies of this
message
> > > > and any attachments. 
> > > > 
> > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > recipient should check this email and any attachments for the 
> > > > presence of viruses. The company accepts no liability for any
damage
> > > > caused by any virus transmitted by this email.
> > > > 
> > > > www.wipro.com
> > 
> > > 
> > >   
> > > Unless stated otherwise above:
> > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > number 741598. 
> > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> Hampshire PO6 3AU 
> > > 
> > > 
> > > 
> > 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you

> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this
message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any
damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com
> 
> > 
> >   
> > Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with 
> > number 741598. 
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire
PO6 3AU 
> > 
> > 
> > 
> 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com

> 
>   
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 
> 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com



________________________________

 

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 










The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

RE: Addressing Exception

Posted by Brian De Pradine <PR...@uk.ibm.com>.
Hello Aldrin,

Which exception is that? The server-side NoClassDefFoundError, or the 
client-side AxisFault?

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you 
find the time to do it again?


<sm...@wipro.com> wrote on 29/05/2007 07:39:13:

> But still it?s giving the same exception 
> 
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Monday, May 28, 2007 7:48 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception
> 
> 
> Hello Aldrin, 
> 
> Ahh ... Well that's a different issue. You might want to consider 
> raising a JIRA issue stating that savan does not work with axis2 1.
> 2. That can be done here [1] 
> 
> If you can't wait for a new version of savan then you can get around
> your immediate problem by returning to the version of axis2 that 
> worked with savan, and simply copying the EndpointReferenceHelper 
> class to the same location in the axis2-kernel jar of the axis2 that
> you are using. 
> 
> [1] http://issues.apache.org/jira/browse/SAVAN 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 28/05/2007 14:27:24:
> 
> > 
> > I deployed the new axis2.war.But then I have another problem it?s 
> > not able to configure savan.It?s not reading savan configuration 
> > file from WEB-INF. 
> > That?s the reason I had downloaded some other version of axis2. 
> > I am not able to figure how this is linked to savan. 
> > 
> > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > Sent: Monday, May 28, 2007 6:29 PM
> > To: axis-dev@ws.apache.org
> > Subject: RE: Addressing Exception 
> > 
> > 
> > Hello Aldrin, 
> > 
> > I have checked both the binary and the war versions and the 
> > EndpointRefereneHelper class is in both of them. 
> > 
> > Cheers
> > 
> > Brian DePradine
> > Web Services Development
> > IBM Hursley
> > External  +44 (0) 1962 816319         Internal 246319
> > 
> > If you can't find the time to do it right the first time, where will
> > you find the time to do it again?
> > 
> > 
> > <sm...@wipro.com> wrote on 28/05/2007 13:53:21:
> > 
> > > I had downloaded from there only previously.But it was war 
distribution. 
> > > Should I download war or binary distribution? 
> > > 
> > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > Sent: Monday, May 28, 2007 6:19 PM
> > > To: axis-dev@ws.apache.org
> > > Subject: RE: Addressing Exception 
> > > 
> > > 
> > > Hello Aldrin, 
> > > 
> > > Hmmm ... that's very odd. I recommend that you replace your axis2 
> > > installation with one from here [1] 
> > > 
> > > [1] http://ws.apache.org/axis2/download/1_2/download.cgi 
> > > 
> > > Cheers
> > > 
> > > Brian DePradine
> > > Web Services Development
> > > IBM Hursley
> > > External  +44 (0) 1962 816319         Internal 246319
> > > 
> > > If you can't find the time to do it right the first time, where will
> > > you find the time to do it again?
> > > 
> > > 
> > > <sm...@wipro.com> wrote on 28/05/2007 13:09:38:
> > > 
> > > > 
> > > > I could find axis2-kernel-1.2.jar.But there is not 
> > EndPointReferenceHelper 
> > > > 
> > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > Sent: Monday, May 28, 2007 5:14 PM
> > > > To: axis-dev@ws.apache.org
> > > > Subject: RE: Addressing Exception 
> > > > 
> > > > 
> > > > Hello Aldrin, 
> > > > 
> > > > Apologies, I have got the name wrong. It should be something like 
> > > > axis2-kernel-1.2.jar 
> > > > 
> > > > Cheers
> > > > 
> > > > Brian DePradine
> > > > Web Services Development
> > > > IBM Hursley
> > > > External  +44 (0) 1962 816319         Internal 246319
> > > > 
> > > > If you can't find the time to do it right the first time, where 
will
> > > > you find the time to do it again?
> > > > 
> > > > 
> > > > <sm...@wipro.com> wrote on 28/05/2007 06:19:39:
> > > > 
> > > > > Hi Brian 
> > > > > 
> > > > > I couldn?t find  kernel.jar in my lib folder. 
> > > > > 
> > > > > Thanks And Regards 
> > > > > Smitha Aldrin 
> > > > > 
> > > > > 
> > > > > From: smitha.aldrin@wipro.com [mailto:smitha.aldrin@wipro.com] 
> > > > > Sent: Monday, May 28, 2007 10:12 AM
> > > > > To: axis-dev@ws.apache.org
> > > > > Subject: RE: Addressing Exception 
> > > > > 
> > > > > Hi Brian 
> > > > > 
> > > > > Good Morning!! 
> > > > > 
> > > > > This is how the message exchange happens... 
> > > > > 
> > > > > Host: 127.0.0.1:8081 
> > > > > Transfer-Encoding: chunked 
> > > > > 
> > > > > 23f 
> > > > > <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope 
xmlns:wsa="
> > > > > http://www.w3.org/2005/08/addressing" 
xmlns:soapenv="http://www.w3.
> > > > > 
org/2003/05/soap-envelope"><soapenv:Header><wsa:To>http://localhost:
> > > > > 8081/axis2/services/PublisherService</wsa:To><wsa:ReplyTo><wsa:
> > > > > Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:
> > > > > Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:
> > > > > C93761FC5FE5CF50DA1180087094009</wsa:MessageID><wsa:Action>uuid:
> > > > > dummyMethod</wsa:Action></soapenv:Header><soapenv:Body><ns1:
> > > > > dummyMethod xmlns:ns1="http://tempuri.org/" /></soapenv:
> > > > > Body></soapenv:Envelope>0 
> > > > > 
> > > > > 
> > > > > HTTP/1.1 202 Accepted 
> > > > > Server: Apache-Coyote/1.1 
> > > > > X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build: 
CVSTag=JBoss_4_0_2 
> > > > > date=200505022023)/Tomcat-5.5 
> > > > > Content-Type: text/xml;charset=UTF-8 
> > > > > Transfer-Encoding: chunked 
> > > > > Date: Fri, 25 May 2007 09:58:14 GMT 
> > > > > 
> > > > > 0 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > Sent: Friday, May 25, 2007 7:59 PM
> > > > > To: axis-dev@ws.apache.org
> > > > > Subject: RE: Addressing Exception 
> > > > > 
> > > > > 
> > > > > Hello Aldrin, 
> > > > > 
> > > > > Hmm ... in axis2 version 1.2 that class should definitely be in 
> > > > > kernel.jar. Classloading issue maybe? 
> > > > > 
> > > > > Anyway, looking at the stack trace for the other issue, it 
suggests 
> > > > > a problem with the action processing. What does TCPMon show for 
the 
> > > > > request message? 
> > > > > 
> > > > > Cheers
> > > > > 
> > > > > Brian DePradine
> > > > > Web Services Development
> > > > > IBM Hursley
> > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > 
> > > > > If you can't find the time to do it right the first time, where 
will
> > > > > you find the time to do it again?
> > > > > 
> > > > > 
> > > > > <sm...@wipro.com> wrote on 25/05/2007 15:06:47:
> > > > > 
> > > > > > Hi Brian 
> > > > > > 
> > > > > > I have addressing.mar in my axis2.war 
> > > > > > I am using axis1.2 
> > > > > > 
> > > > > > 
> > > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > > Sent: Friday, May 25, 2007 7:33 PM
> > > > > > To: axis-dev@ws.apache.org
> > > > > > Subject: Re: Addressing Exception 
> > > > > > 
> > > > > > 
> > > > > > Hello Aldrin, 
> > > > > > 
> > > > > > Let's start with the server side exception. Which version of 
axis2 
> > > > > > are you using? In the latest axis2 version that class should 
be in 
> > > > > > kernel.jar, however, in earlier versions of axis2 it was in 
> > > > addressing.mar 
> > > > > > 
> > > > > > Cheers
> > > > > > 
> > > > > > Brian DePradine
> > > > > > Web Services Development
> > > > > > IBM Hursley
> > > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > > 
> > > > > > If you can't find the time to do it right the first time, 
where will
> > > > > > you find the time to do it again?
> > > > > > 
> > > > > > 
> > > > > > <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> > > > > > 
> > > > > > > Hi 
> > > > > > > 
> > > > > > > I am getting the following exception  at the server 
> > > > > > > 
> > > > > > > java.lang.NoClassDefFoundError: org/apache/axis 
> > > > > > > 2/addressing/EndpointReferenceHelper 
> > > > > > > 
> > > > > > > And at the client ...Is it possible for anyone to give me 
> > some clue? 
> > > > > > > 
> > > > > > > Exception in thread "main" org.apache.axis2.AxisFault: A 
header 
> > > > > > > representing a Message Addressing Property is not valid and 
the 
> > > > > > > message cannot be processed 
> > > > > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> > > > > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > > triggerActionMismatchFault(AddressingFaultsHelper.java:81) 
> > > > > > >       at 
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > > > extractActionInformation(AddressingInHandler.java:276) 
> > > > > > >       at 
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > > > extractAddressingInformation(AddressingInHandler.java:159) 
> > > > > > >       at org.apache.axis2.handlers.addressing.
> > > > AddressingInHandler.invoke(
> > > > > > > AddressingInHandler.java:95) 
> > > > > > >       at 
org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> > > > > > >       at org.apache.axis2.engine.AxisEngine.
> > > invoke(AxisEngine.java:203) 
> > > > > > >       at org.apache.axis2.engine.AxisEngine.
> > > > > > receiveFault(AxisEngine.java:354) 
> > > > > > >       at org.apache.axis2.description.
> OutInAxisOperationClient.send(
> > > > > > > OutInAxisOperation.java:370) 
> > > > > > >       at org.apache.axis2.description.
> > > OutInAxisOperationClient.execute(
> > > > > > > OutInAxisOperation.java:294) 
> > > > > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > > ServiceClient.java:520) 
> > > > > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > > ServiceClient.java:500) 
> > > > > > >       at org.apache.savan.eventing.client.
> EventingClient.subscribe(
> > > > > > > EventingClient.java:73) 
> > > > > > >       at 
publisher.client.Client.doSubscribe(Client.java:101) 
> > > > > > >       at publisher.client.Client.run(Client.java:52) 
> > > > > > >       at publisher.client.Client.main(Client.java:40) 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > The information contained in this electronic message and any 

> > > > > > > attachments to this message are intended for the exclusive 
use of 
> > > > > > > the addressee(s) and may contain proprietary, confidential 
or 
> > > > > > > privileged information. If you are not the intended 
> recipient, you 
> > > > > > > should not disseminate, distribute or copy this e-mail. 
Please 
> > > > > > > notify the sender immediately and destroy all copies of 
> this message
> > > > > > > and any attachments. 
> > > > > > > 
> > > > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > > > recipient should check this email and any attachments for 
the 
> > > > > > > presence of viruses. The company accepts no liability 
> for any damage
> > > > > > > caused by any virus transmitted by this email.
> > > > > > > 
> > > > > > > www.wipro.com
> > > > > 
> > > > > > 
> > > > > > 
> > > > > > Unless stated otherwise above:
> > > > > > IBM United Kingdom Limited - Registered in England and Wales 
with 
> > > > > > number 741598. 
> > > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > > Hampshire PO6 3AU 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > 
> > > > > > 
> > > > > > 
> > > > > > The information contained in this electronic message and any 
> > > > > > attachments to this message are intended for the exclusive use 
of 
> > > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > > privileged information. If you are not the intended recipient, 
you 
> > > > > > should not disseminate, distribute or copy this e-mail. Please 

> > > > > > notify the sender immediately and destroy all copies of this 
message
> > > > > > and any attachments. 
> > > > > > 
> > > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > > recipient should check this email and any attachments for the 
> > > > > > presence of viruses. The company accepts no liability for any 
damage
> > > > > > caused by any virus transmitted by this email.
> > > > > > 
> > > > > > www.wipro.com 
> > > > > 
> > > > > 
> > > > > Unless stated otherwise above:
> > > > > IBM United Kingdom Limited - Registered in England and Wales 
with 
> > > > > number 741598. 
> > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > Hampshire PO6 3AU 
> > > > > 
> > > > > 
> > > > 
> > > > > 
> > > > > 
> > > > > The information contained in this electronic message and any 
> > > > > attachments to this message are intended for the exclusive use 
of 
> > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > privileged information. If you are not the intended recipient, 
you 
> > > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > > notify the sender immediately and destroy all copies of this 
message
> > > > > and any attachments. 
> > > > > 
> > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > recipient should check this email and any attachments for the 
> > > > > presence of viruses. The company accepts no liability for any 
damage
> > > > > caused by any virus transmitted by this email.
> > > > > 
> > > > > www.wipro.com 
> > > > > 
> > > > > 
> > > > > The information contained in this electronic message and any 
> > > > > attachments to this message are intended for the exclusive use 
of 
> > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > privileged information. If you are not the intended recipient, 
you 
> > > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > > notify the sender immediately and destroy all copies of this 
message
> > > > > and any attachments. 
> > > > > 
> > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > recipient should check this email and any attachments for the 
> > > > > presence of viruses. The company accepts no liability for any 
damage
> > > > > caused by any virus transmitted by this email.
> > > > > 
> > > > > www.wipro.com
> > > 
> > > > 
> > > > 
> > > > Unless stated otherwise above:
> > > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > > number 741598. 
> > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > Hampshire PO6 3AU 
> > > > 
> > > > 
> > > > 
> > > 
> > > > 
> > > > 
> > > > The information contained in this electronic message and any 
> > > > attachments to this message are intended for the exclusive use of 
> > > > the addressee(s) and may contain proprietary, confidential or 
> > > > privileged information. If you are not the intended recipient, you 

> > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > notify the sender immediately and destroy all copies of this 
message
> > > > and any attachments. 
> > > > 
> > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > recipient should check this email and any attachments for the 
> > > > presence of viruses. The company accepts no liability for any 
damage
> > > > caused by any virus transmitted by this email.
> > > > 
> > > > www.wipro.com
> > 
> > > 
> > > 
> > > Unless stated otherwise above:
> > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > number 741598. 
> > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> Hampshire PO6 3AU 
> > > 
> > > 
> > > 
> > 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you 
> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com
> 
> > 
> > 
> > Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with 
> > number 741598. 
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> > 
> > 
> > 
> 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com

> 
> 
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com





Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






RE: Addressing Exception

Posted by sm...@wipro.com.
But still it's giving the same exception 

 

________________________________

From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
Sent: Monday, May 28, 2007 7:48 PM
To: axis-dev@ws.apache.org
Subject: RE: Addressing Exception

 


Hello Aldrin, 

Ahh ... Well that's a different issue. You might want to consider
raising a JIRA issue stating that savan does not work with axis2 1.2.
That can be done here [1] 

If you can't wait for a new version of savan then you can get around
your immediate problem by returning to the version of axis2 that worked
with savan, and simply copying the EndpointReferenceHelper class to the
same location in the axis2-kernel jar of the axis2 that you are using. 

[1] http://issues.apache.org/jira/browse/SAVAN 

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you
find the time to do it again?


<sm...@wipro.com> wrote on 28/05/2007 14:27:24:

>   
> I deployed the new axis2.war.But then I have another problem it's 
> not able to configure savan.It's not reading savan configuration 
> file from WEB-INF. 
> That's the reason I had downloaded some other version of axis2. 
> I am not able to figure how this is linked to savan. 
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Monday, May 28, 2007 6:29 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception 
>   
> 
> Hello Aldrin, 
> 
> I have checked both the binary and the war versions and the 
> EndpointRefereneHelper class is in both of them. 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 28/05/2007 13:53:21:
> 
> > I had downloaded from there only previously.But it was war
distribution. 
> > Should I download war or binary distribution? 
> > 
> > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > Sent: Monday, May 28, 2007 6:19 PM
> > To: axis-dev@ws.apache.org
> > Subject: RE: Addressing Exception 
> >   
> > 
> > Hello Aldrin, 
> > 
> > Hmmm ... that's very odd. I recommend that you replace your axis2 
> > installation with one from here [1] 
> > 
> > [1] http://ws.apache.org/axis2/download/1_2/download.cgi 
> > 
> > Cheers
> > 
> > Brian DePradine
> > Web Services Development
> > IBM Hursley
> > External  +44 (0) 1962 816319         Internal 246319
> > 
> > If you can't find the time to do it right the first time, where will
> > you find the time to do it again?
> > 
> > 
> > <sm...@wipro.com> wrote on 28/05/2007 13:09:38:
> > 
> > >   
> > > I could find axis2-kernel-1.2.jar.But there is not 
> EndPointReferenceHelper 
> > > 
> > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > Sent: Monday, May 28, 2007 5:14 PM
> > > To: axis-dev@ws.apache.org
> > > Subject: RE: Addressing Exception 
> > >   
> > > 
> > > Hello Aldrin, 
> > > 
> > > Apologies, I have got the name wrong. It should be something like 
> > > axis2-kernel-1.2.jar 
> > > 
> > > Cheers
> > > 
> > > Brian DePradine
> > > Web Services Development
> > > IBM Hursley
> > > External  +44 (0) 1962 816319         Internal 246319
> > > 
> > > If you can't find the time to do it right the first time, where
will
> > > you find the time to do it again?
> > > 
> > > 
> > > <sm...@wipro.com> wrote on 28/05/2007 06:19:39:
> > > 
> > > > Hi Brian 
> > > >   
> > > > I couldn't find  kernel.jar in my lib folder. 
> > > >   
> > > > Thanks And Regards 
> > > > Smitha Aldrin 
> > > >   
> > > > 
> > > > From: smitha.aldrin@wipro.com [mailto:smitha.aldrin@wipro.com] 
> > > > Sent: Monday, May 28, 2007 10:12 AM
> > > > To: axis-dev@ws.apache.org
> > > > Subject: RE: Addressing Exception 
> > > >   
> > > > Hi Brian 
> > > >   
> > > > Good Morning!! 
> > > >   
> > > > This is how the message exchange happens... 
> > > >   
> > > > Host: 127.0.0.1:8081 
> > > > Transfer-Encoding: chunked 
> > > >   
> > > > 23f 
> > > > <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:wsa="
> > > > http://www.w3.org/2005/08/addressing"
xmlns:soapenv="http://www.w3.
> > > >
org/2003/05/soap-envelope"><soapenv:Header><wsa:To>http://localhost:
> > > > 8081/axis2/services/PublisherService</wsa:To><wsa:ReplyTo><wsa:
> > > > Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:
> > > > Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:
> > > > C93761FC5FE5CF50DA1180087094009</wsa:MessageID><wsa:Action>uuid:
> > > > dummyMethod</wsa:Action></soapenv:Header><soapenv:Body><ns1:
> > > > dummyMethod xmlns:ns1="http://tempuri.org/" /></soapenv:
> > > > Body></soapenv:Envelope>0 
> > > >   
> > > >   
> > > > HTTP/1.1 202 Accepted 
> > > > Server: Apache-Coyote/1.1 
> > > > X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build:
CVSTag=JBoss_4_0_2 
> > > > date=200505022023)/Tomcat-5.5 
> > > > Content-Type: text/xml;charset=UTF-8 
> > > > Transfer-Encoding: chunked 
> > > > Date: Fri, 25 May 2007 09:58:14 GMT 
> > > >   
> > > > 0 
> > > >   
> > > >   
> > > >   
> > > > 
> > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > Sent: Friday, May 25, 2007 7:59 PM
> > > > To: axis-dev@ws.apache.org
> > > > Subject: RE: Addressing Exception 
> > > >   
> > > > 
> > > > Hello Aldrin, 
> > > > 
> > > > Hmm ... in axis2 version 1.2 that class should definitely be in 
> > > > kernel.jar. Classloading issue maybe? 
> > > > 
> > > > Anyway, looking at the stack trace for the other issue, it
suggests 
> > > > a problem with the action processing. What does TCPMon show for
the 
> > > > request message? 
> > > > 
> > > > Cheers
> > > > 
> > > > Brian DePradine
> > > > Web Services Development
> > > > IBM Hursley
> > > > External  +44 (0) 1962 816319         Internal 246319
> > > > 
> > > > If you can't find the time to do it right the first time, where
will
> > > > you find the time to do it again?
> > > > 
> > > > 
> > > > <sm...@wipro.com> wrote on 25/05/2007 15:06:47:
> > > > 
> > > > > Hi Brian 
> > > > >   
> > > > > I have addressing.mar in my axis2.war 
> > > > > I am using axis1.2 
> > > > >   
> > > > >   
> > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > Sent: Friday, May 25, 2007 7:33 PM
> > > > > To: axis-dev@ws.apache.org
> > > > > Subject: Re: Addressing Exception 
> > > > >   
> > > > > 
> > > > > Hello Aldrin, 
> > > > > 
> > > > > Let's start with the server side exception. Which version of
axis2 
> > > > > are you using? In the latest axis2 version that class should
be in 
> > > > > kernel.jar, however, in earlier versions of axis2 it was in 
> > > addressing.mar 
> > > > > 
> > > > > Cheers
> > > > > 
> > > > > Brian DePradine
> > > > > Web Services Development
> > > > > IBM Hursley
> > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > 
> > > > > If you can't find the time to do it right the first time,
where will
> > > > > you find the time to do it again?
> > > > > 
> > > > > 
> > > > > <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> > > > > 
> > > > > > Hi 
> > > > > >   
> > > > > > I am getting the following exception  at the server 
> > > > > >   
> > > > > > java.lang.NoClassDefFoundError: org/apache/axis 
> > > > > > 2/addressing/EndpointReferenceHelper 
> > > > > >   
> > > > > > And at the client ...Is it possible for anyone to give me 
> some clue? 
> > > > > >   
> > > > > > Exception in thread "main" org.apache.axis2.AxisFault: A
header 
> > > > > > representing a Message Addressing Property is not valid and
the 
> > > > > > message cannot be processed 
> > > > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> > > > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > triggerActionMismatchFault(AddressingFaultsHelper.java:81) 
> > > > > >       at
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > > extractActionInformation(AddressingInHandler.java:276) 
> > > > > >       at
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > > extractAddressingInformation(AddressingInHandler.java:159) 
> > > > > >       at org.apache.axis2.handlers.addressing.
> > > AddressingInHandler.invoke(
> > > > > > AddressingInHandler.java:95) 
> > > > > >       at
org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> > > > > >       at org.apache.axis2.engine.AxisEngine.
> > invoke(AxisEngine.java:203) 
> > > > > >       at org.apache.axis2.engine.AxisEngine.
> > > > > receiveFault(AxisEngine.java:354) 
> > > > > >       at
org.apache.axis2.description.OutInAxisOperationClient.send(
> > > > > > OutInAxisOperation.java:370) 
> > > > > >       at org.apache.axis2.description.
> > OutInAxisOperationClient.execute(
> > > > > > OutInAxisOperation.java:294) 
> > > > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > ServiceClient.java:520) 
> > > > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > ServiceClient.java:500) 
> > > > > >       at
org.apache.savan.eventing.client.EventingClient.subscribe(
> > > > > > EventingClient.java:73) 
> > > > > >       at
publisher.client.Client.doSubscribe(Client.java:101) 
> > > > > >       at publisher.client.Client.run(Client.java:52) 
> > > > > >       at publisher.client.Client.main(Client.java:40) 
> > > > > >   
> > > > > > 
> > > > > > 
> > > > > > The information contained in this electronic message and any

> > > > > > attachments to this message are intended for the exclusive
use of 
> > > > > > the addressee(s) and may contain proprietary, confidential
or 
> > > > > > privileged information. If you are not the intended
recipient, you 
> > > > > > should not disseminate, distribute or copy this e-mail.
Please 
> > > > > > notify the sender immediately and destroy all copies of this
message
> > > > > > and any attachments. 
> > > > > > 
> > > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > > recipient should check this email and any attachments for
the 
> > > > > > presence of viruses. The company accepts no liability for
any damage
> > > > > > caused by any virus transmitted by this email.
> > > > > > 
> > > > > > www.wipro.com
> > > > 
> > > > > 
> > > > >   
> > > > > Unless stated otherwise above:
> > > > > IBM United Kingdom Limited - Registered in England and Wales
with 
> > > > > number 741598. 
> > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > Hampshire PO6 3AU 
> > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > > 
> > > > > 
> > > > > The information contained in this electronic message and any 
> > > > > attachments to this message are intended for the exclusive use
of 
> > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > privileged information. If you are not the intended recipient,
you 
> > > > > should not disseminate, distribute or copy this e-mail. Please

> > > > > notify the sender immediately and destroy all copies of this
message
> > > > > and any attachments. 
> > > > > 
> > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > recipient should check this email and any attachments for the 
> > > > > presence of viruses. The company accepts no liability for any
damage
> > > > > caused by any virus transmitted by this email.
> > > > > 
> > > > > www.wipro.com 
> > > > 
> > > >   
> > > > Unless stated otherwise above:
> > > > IBM United Kingdom Limited - Registered in England and Wales
with 
> > > > number 741598. 
> > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > Hampshire PO6 3AU 
> > > > 
> > > > 
> > > 
> > > > 
> > > > 
> > > > The information contained in this electronic message and any 
> > > > attachments to this message are intended for the exclusive use
of 
> > > > the addressee(s) and may contain proprietary, confidential or 
> > > > privileged information. If you are not the intended recipient,
you 
> > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > notify the sender immediately and destroy all copies of this
message
> > > > and any attachments. 
> > > > 
> > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > recipient should check this email and any attachments for the 
> > > > presence of viruses. The company accepts no liability for any
damage
> > > > caused by any virus transmitted by this email.
> > > > 
> > > > www.wipro.com 
> > > > 
> > > > 
> > > > The information contained in this electronic message and any 
> > > > attachments to this message are intended for the exclusive use
of 
> > > > the addressee(s) and may contain proprietary, confidential or 
> > > > privileged information. If you are not the intended recipient,
you 
> > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > notify the sender immediately and destroy all copies of this
message
> > > > and any attachments. 
> > > > 
> > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > recipient should check this email and any attachments for the 
> > > > presence of viruses. The company accepts no liability for any
damage
> > > > caused by any virus transmitted by this email.
> > > > 
> > > > www.wipro.com
> > 
> > > 
> > >   
> > > Unless stated otherwise above:
> > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > number 741598. 
> > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> Hampshire PO6 3AU 
> > > 
> > > 
> > > 
> > 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you

> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this
message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any
damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com
> 
> > 
> >   
> > Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with 
> > number 741598. 
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire
PO6 3AU 
> > 
> > 
> > 
> 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com

> 
>   
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 
> 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com



________________________________

 

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 










The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

RE: Addressing Exception

Posted by sm...@wipro.com.
Should we put these jars in the classpath?

 

________________________________

From: smitha.aldrin@wipro.com [mailto:smitha.aldrin@wipro.com] 
Sent: Monday, May 28, 2007 6:57 PM
To: axis-dev@ws.apache.org
Subject: RE: Addressing Exception

 

 

I deployed the new axis2.war.But then I have another problem it's not
able to configure savan.It's not reading savan configuration file from
WEB-INF.

That's the reason I had downloaded some other version of axis2.

I am not able to figure how this is linked to savan.

________________________________

From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
Sent: Monday, May 28, 2007 6:29 PM
To: axis-dev@ws.apache.org
Subject: RE: Addressing Exception

 


Hello Aldrin, 

I have checked both the binary and the war versions and the
EndpointRefereneHelper class is in both of them. 

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you
find the time to do it again?


<sm...@wipro.com> wrote on 28/05/2007 13:53:21:

> I had downloaded from there only previously.But it was war
distribution. 
> Should I download war or binary distribution? 
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Monday, May 28, 2007 6:19 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception 
>   
> 
> Hello Aldrin, 
> 
> Hmmm ... that's very odd. I recommend that you replace your axis2 
> installation with one from here [1] 
> 
> [1] http://ws.apache.org/axis2/download/1_2/download.cgi 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 28/05/2007 13:09:38:
> 
> >   
> > I could find axis2-kernel-1.2.jar.But there is not
EndPointReferenceHelper 
> > 
> > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > Sent: Monday, May 28, 2007 5:14 PM
> > To: axis-dev@ws.apache.org
> > Subject: RE: Addressing Exception 
> >   
> > 
> > Hello Aldrin, 
> > 
> > Apologies, I have got the name wrong. It should be something like 
> > axis2-kernel-1.2.jar 
> > 
> > Cheers
> > 
> > Brian DePradine
> > Web Services Development
> > IBM Hursley
> > External  +44 (0) 1962 816319         Internal 246319
> > 
> > If you can't find the time to do it right the first time, where will
> > you find the time to do it again?
> > 
> > 
> > <sm...@wipro.com> wrote on 28/05/2007 06:19:39:
> > 
> > > Hi Brian 
> > >   
> > > I couldn't find  kernel.jar in my lib folder. 
> > >   
> > > Thanks And Regards 
> > > Smitha Aldrin 
> > >   
> > > 
> > > From: smitha.aldrin@wipro.com [mailto:smitha.aldrin@wipro.com] 
> > > Sent: Monday, May 28, 2007 10:12 AM
> > > To: axis-dev@ws.apache.org
> > > Subject: RE: Addressing Exception 
> > >   
> > > Hi Brian 
> > >   
> > > Good Morning!! 
> > >   
> > > This is how the message exchange happens... 
> > >   
> > > Host: 127.0.0.1:8081 
> > > Transfer-Encoding: chunked 
> > >   
> > > 23f 
> > > <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:wsa="
> > > http://www.w3.org/2005/08/addressing"
xmlns:soapenv="http://www.w3.
> > >
org/2003/05/soap-envelope"><soapenv:Header><wsa:To>http://localhost:
> > > 8081/axis2/services/PublisherService</wsa:To><wsa:ReplyTo><wsa:
> > > Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:
> > > Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:
> > > C93761FC5FE5CF50DA1180087094009</wsa:MessageID><wsa:Action>uuid:
> > > dummyMethod</wsa:Action></soapenv:Header><soapenv:Body><ns1:
> > > dummyMethod xmlns:ns1="http://tempuri.org/" /></soapenv:
> > > Body></soapenv:Envelope>0 
> > >   
> > >   
> > > HTTP/1.1 202 Accepted 
> > > Server: Apache-Coyote/1.1 
> > > X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build: CVSTag=JBoss_4_0_2 
> > > date=200505022023)/Tomcat-5.5 
> > > Content-Type: text/xml;charset=UTF-8 
> > > Transfer-Encoding: chunked 
> > > Date: Fri, 25 May 2007 09:58:14 GMT 
> > >   
> > > 0 
> > >   
> > >   
> > >   
> > > 
> > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > Sent: Friday, May 25, 2007 7:59 PM
> > > To: axis-dev@ws.apache.org
> > > Subject: RE: Addressing Exception 
> > >   
> > > 
> > > Hello Aldrin, 
> > > 
> > > Hmm ... in axis2 version 1.2 that class should definitely be in 
> > > kernel.jar. Classloading issue maybe? 
> > > 
> > > Anyway, looking at the stack trace for the other issue, it
suggests 
> > > a problem with the action processing. What does TCPMon show for
the 
> > > request message? 
> > > 
> > > Cheers
> > > 
> > > Brian DePradine
> > > Web Services Development
> > > IBM Hursley
> > > External  +44 (0) 1962 816319         Internal 246319
> > > 
> > > If you can't find the time to do it right the first time, where
will
> > > you find the time to do it again?
> > > 
> > > 
> > > <sm...@wipro.com> wrote on 25/05/2007 15:06:47:
> > > 
> > > > Hi Brian 
> > > >   
> > > > I have addressing.mar in my axis2.war 
> > > > I am using axis1.2 
> > > >   
> > > >   
> > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > Sent: Friday, May 25, 2007 7:33 PM
> > > > To: axis-dev@ws.apache.org
> > > > Subject: Re: Addressing Exception 
> > > >   
> > > > 
> > > > Hello Aldrin, 
> > > > 
> > > > Let's start with the server side exception. Which version of
axis2 
> > > > are you using? In the latest axis2 version that class should be
in 
> > > > kernel.jar, however, in earlier versions of axis2 it was in 
> > addressing.mar 
> > > > 
> > > > Cheers
> > > > 
> > > > Brian DePradine
> > > > Web Services Development
> > > > IBM Hursley
> > > > External  +44 (0) 1962 816319         Internal 246319
> > > > 
> > > > If you can't find the time to do it right the first time, where
will
> > > > you find the time to do it again?
> > > > 
> > > > 
> > > > <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> > > > 
> > > > > Hi 
> > > > >   
> > > > > I am getting the following exception  at the server 
> > > > >   
> > > > > java.lang.NoClassDefFoundError: org/apache/axis 
> > > > > 2/addressing/EndpointReferenceHelper 
> > > > >   
> > > > > And at the client ...Is it possible for anyone to give me some
clue? 
> > > > >   
> > > > > Exception in thread "main" org.apache.axis2.AxisFault: A
header 
> > > > > representing a Message Addressing Property is not valid and
the 
> > > > > message cannot be processed 
> > > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> > > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > triggerActionMismatchFault(AddressingFaultsHelper.java:81) 
> > > > >       at
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > extractActionInformation(AddressingInHandler.java:276) 
> > > > >       at
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > extractAddressingInformation(AddressingInHandler.java:159) 
> > > > >       at org.apache.axis2.handlers.addressing.
> > AddressingInHandler.invoke(
> > > > > AddressingInHandler.java:95) 
> > > > >       at org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> > > > >       at org.apache.axis2.engine.AxisEngine.
> invoke(AxisEngine.java:203) 
> > > > >       at org.apache.axis2.engine.AxisEngine.
> > > > receiveFault(AxisEngine.java:354) 
> > > > >       at
org.apache.axis2.description.OutInAxisOperationClient.send(
> > > > > OutInAxisOperation.java:370) 
> > > > >       at org.apache.axis2.description.
> OutInAxisOperationClient.execute(
> > > > > OutInAxisOperation.java:294) 
> > > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > ServiceClient.java:520) 
> > > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > ServiceClient.java:500) 
> > > > >       at
org.apache.savan.eventing.client.EventingClient.subscribe(
> > > > > EventingClient.java:73) 
> > > > >       at publisher.client.Client.doSubscribe(Client.java:101) 
> > > > >       at publisher.client.Client.run(Client.java:52) 
> > > > >       at publisher.client.Client.main(Client.java:40) 
> > > > >   
> > > > > 
> > > > > 
> > > > > The information contained in this electronic message and any 
> > > > > attachments to this message are intended for the exclusive use
of 
> > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > privileged information. If you are not the intended recipient,
you 
> > > > > should not disseminate, distribute or copy this e-mail. Please

> > > > > notify the sender immediately and destroy all copies of this
message
> > > > > and any attachments. 
> > > > > 
> > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > recipient should check this email and any attachments for the 
> > > > > presence of viruses. The company accepts no liability for any
damage
> > > > > caused by any virus transmitted by this email.
> > > > > 
> > > > > www.wipro.com
> > > 
> > > > 
> > > >   
> > > > Unless stated otherwise above:
> > > > IBM United Kingdom Limited - Registered in England and Wales
with 
> > > > number 741598. 
> > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > Hampshire PO6 3AU 
> > > > 
> > > > 
> > > > 
> > > 
> > > > 
> > > > 
> > > > The information contained in this electronic message and any 
> > > > attachments to this message are intended for the exclusive use
of 
> > > > the addressee(s) and may contain proprietary, confidential or 
> > > > privileged information. If you are not the intended recipient,
you 
> > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > notify the sender immediately and destroy all copies of this
message
> > > > and any attachments. 
> > > > 
> > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > recipient should check this email and any attachments for the 
> > > > presence of viruses. The company accepts no liability for any
damage
> > > > caused by any virus transmitted by this email.
> > > > 
> > > > www.wipro.com 
> > > 
> > >   
> > > Unless stated otherwise above:
> > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > number 741598. 
> > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> Hampshire PO6 3AU 
> > > 
> > > 
> > 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you

> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this
message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any
damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you

> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this
message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any
damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com
> 
> > 
> >   
> > Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with 
> > number 741598. 
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire
PO6 3AU 
> > 
> > 
> > 
> 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com

> 
>   
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 
> 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com

________________________________

 

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 







The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s)
and may contain proprietary, confidential or privileged information. If
you are not the intended recipient, you should not disseminate,
distribute or copy this e-mail. Please notify the sender immediately and
destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of viruses.
The company accepts no liability for any damage caused by any virus
transmitted by this email.

www.wipro.com
	



The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

RE: Addressing Exception

Posted by Brian De Pradine <PR...@uk.ibm.com>.
Hello Aldrin,

Ahh ... Well that's a different issue. You might want to consider raising 
a JIRA issue stating that savan does not work with axis2 1.2. That can be 
done here [1]

If you can't wait for a new version of savan then you can get around your 
immediate problem by returning to the version of axis2 that worked with 
savan, and simply copying the EndpointReferenceHelper class to the same 
location in the axis2-kernel jar of the axis2 that you are using.

[1] http://issues.apache.org/jira/browse/SAVAN

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you 
find the time to do it again?


<sm...@wipro.com> wrote on 28/05/2007 14:27:24:

> 
> I deployed the new axis2.war.But then I have another problem it?s 
> not able to configure savan.It?s not reading savan configuration 
> file from WEB-INF.
> That?s the reason I had downloaded some other version of axis2.
> I am not able to figure how this is linked to savan.
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Monday, May 28, 2007 6:29 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception
> 
> 
> Hello Aldrin, 
> 
> I have checked both the binary and the war versions and the 
> EndpointRefereneHelper class is in both of them. 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 28/05/2007 13:53:21:
> 
> > I had downloaded from there only previously.But it was war 
distribution. 
> > Should I download war or binary distribution? 
> > 
> > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > Sent: Monday, May 28, 2007 6:19 PM
> > To: axis-dev@ws.apache.org
> > Subject: RE: Addressing Exception 
> > 
> > 
> > Hello Aldrin, 
> > 
> > Hmmm ... that's very odd. I recommend that you replace your axis2 
> > installation with one from here [1] 
> > 
> > [1] http://ws.apache.org/axis2/download/1_2/download.cgi 
> > 
> > Cheers
> > 
> > Brian DePradine
> > Web Services Development
> > IBM Hursley
> > External  +44 (0) 1962 816319         Internal 246319
> > 
> > If you can't find the time to do it right the first time, where will
> > you find the time to do it again?
> > 
> > 
> > <sm...@wipro.com> wrote on 28/05/2007 13:09:38:
> > 
> > > 
> > > I could find axis2-kernel-1.2.jar.But there is not 
> EndPointReferenceHelper 
> > > 
> > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > Sent: Monday, May 28, 2007 5:14 PM
> > > To: axis-dev@ws.apache.org
> > > Subject: RE: Addressing Exception 
> > > 
> > > 
> > > Hello Aldrin, 
> > > 
> > > Apologies, I have got the name wrong. It should be something like 
> > > axis2-kernel-1.2.jar 
> > > 
> > > Cheers
> > > 
> > > Brian DePradine
> > > Web Services Development
> > > IBM Hursley
> > > External  +44 (0) 1962 816319         Internal 246319
> > > 
> > > If you can't find the time to do it right the first time, where will
> > > you find the time to do it again?
> > > 
> > > 
> > > <sm...@wipro.com> wrote on 28/05/2007 06:19:39:
> > > 
> > > > Hi Brian 
> > > > 
> > > > I couldn?t find  kernel.jar in my lib folder. 
> > > > 
> > > > Thanks And Regards 
> > > > Smitha Aldrin 
> > > > 
> > > > 
> > > > From: smitha.aldrin@wipro.com [mailto:smitha.aldrin@wipro.com] 
> > > > Sent: Monday, May 28, 2007 10:12 AM
> > > > To: axis-dev@ws.apache.org
> > > > Subject: RE: Addressing Exception 
> > > > 
> > > > Hi Brian 
> > > > 
> > > > Good Morning!! 
> > > > 
> > > > This is how the message exchange happens... 
> > > > 
> > > > Host: 127.0.0.1:8081 
> > > > Transfer-Encoding: chunked 
> > > > 
> > > > 23f 
> > > > <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope 
xmlns:wsa="
> > > > http://www.w3.org/2005/08/addressing" 
xmlns:soapenv="http://www.w3.
> > > > 
org/2003/05/soap-envelope"><soapenv:Header><wsa:To>http://localhost:
> > > > 8081/axis2/services/PublisherService</wsa:To><wsa:ReplyTo><wsa:
> > > > Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:
> > > > Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:
> > > > C93761FC5FE5CF50DA1180087094009</wsa:MessageID><wsa:Action>uuid:
> > > > dummyMethod</wsa:Action></soapenv:Header><soapenv:Body><ns1:
> > > > dummyMethod xmlns:ns1="http://tempuri.org/" /></soapenv:
> > > > Body></soapenv:Envelope>0 
> > > > 
> > > > 
> > > > HTTP/1.1 202 Accepted 
> > > > Server: Apache-Coyote/1.1 
> > > > X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build: CVSTag=JBoss_4_0_2 
> > > > date=200505022023)/Tomcat-5.5 
> > > > Content-Type: text/xml;charset=UTF-8 
> > > > Transfer-Encoding: chunked 
> > > > Date: Fri, 25 May 2007 09:58:14 GMT 
> > > > 
> > > > 0 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > Sent: Friday, May 25, 2007 7:59 PM
> > > > To: axis-dev@ws.apache.org
> > > > Subject: RE: Addressing Exception 
> > > > 
> > > > 
> > > > Hello Aldrin, 
> > > > 
> > > > Hmm ... in axis2 version 1.2 that class should definitely be in 
> > > > kernel.jar. Classloading issue maybe? 
> > > > 
> > > > Anyway, looking at the stack trace for the other issue, it 
suggests 
> > > > a problem with the action processing. What does TCPMon show for 
the 
> > > > request message? 
> > > > 
> > > > Cheers
> > > > 
> > > > Brian DePradine
> > > > Web Services Development
> > > > IBM Hursley
> > > > External  +44 (0) 1962 816319         Internal 246319
> > > > 
> > > > If you can't find the time to do it right the first time, where 
will
> > > > you find the time to do it again?
> > > > 
> > > > 
> > > > <sm...@wipro.com> wrote on 25/05/2007 15:06:47:
> > > > 
> > > > > Hi Brian 
> > > > > 
> > > > > I have addressing.mar in my axis2.war 
> > > > > I am using axis1.2 
> > > > > 
> > > > > 
> > > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > > Sent: Friday, May 25, 2007 7:33 PM
> > > > > To: axis-dev@ws.apache.org
> > > > > Subject: Re: Addressing Exception 
> > > > > 
> > > > > 
> > > > > Hello Aldrin, 
> > > > > 
> > > > > Let's start with the server side exception. Which version of 
axis2 
> > > > > are you using? In the latest axis2 version that class should be 
in 
> > > > > kernel.jar, however, in earlier versions of axis2 it was in 
> > > addressing.mar 
> > > > > 
> > > > > Cheers
> > > > > 
> > > > > Brian DePradine
> > > > > Web Services Development
> > > > > IBM Hursley
> > > > > External  +44 (0) 1962 816319         Internal 246319
> > > > > 
> > > > > If you can't find the time to do it right the first time, where 
will
> > > > > you find the time to do it again?
> > > > > 
> > > > > 
> > > > > <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> > > > > 
> > > > > > Hi 
> > > > > > 
> > > > > > I am getting the following exception  at the server 
> > > > > > 
> > > > > > java.lang.NoClassDefFoundError: org/apache/axis 
> > > > > > 2/addressing/EndpointReferenceHelper 
> > > > > > 
> > > > > > And at the client ...Is it possible for anyone to give me 
> some clue? 
> > > > > > 
> > > > > > Exception in thread "main" org.apache.axis2.AxisFault: A 
header 
> > > > > > representing a Message Addressing Property is not valid and 
the 
> > > > > > message cannot be processed 
> > > > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> > > > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > > triggerActionMismatchFault(AddressingFaultsHelper.java:81) 
> > > > > >       at 
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > > extractActionInformation(AddressingInHandler.java:276) 
> > > > > >       at 
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > > extractAddressingInformation(AddressingInHandler.java:159) 
> > > > > >       at org.apache.axis2.handlers.addressing.
> > > AddressingInHandler.invoke(
> > > > > > AddressingInHandler.java:95) 
> > > > > >       at org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> > > > > >       at org.apache.axis2.engine.AxisEngine.
> > invoke(AxisEngine.java:203) 
> > > > > >       at org.apache.axis2.engine.AxisEngine.
> > > > > receiveFault(AxisEngine.java:354) 
> > > > > >       at 
org.apache.axis2.description.OutInAxisOperationClient.send(
> > > > > > OutInAxisOperation.java:370) 
> > > > > >       at org.apache.axis2.description.
> > OutInAxisOperationClient.execute(
> > > > > > OutInAxisOperation.java:294) 
> > > > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > ServiceClient.java:520) 
> > > > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > > ServiceClient.java:500) 
> > > > > >       at 
org.apache.savan.eventing.client.EventingClient.subscribe(
> > > > > > EventingClient.java:73) 
> > > > > >       at publisher.client.Client.doSubscribe(Client.java:101) 
> > > > > >       at publisher.client.Client.run(Client.java:52) 
> > > > > >       at publisher.client.Client.main(Client.java:40) 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > The information contained in this electronic message and any 
> > > > > > attachments to this message are intended for the exclusive use 
of 
> > > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > > privileged information. If you are not the intended recipient, 
you 
> > > > > > should not disseminate, distribute or copy this e-mail. Please 

> > > > > > notify the sender immediately and destroy all copies of this 
message
> > > > > > and any attachments. 
> > > > > > 
> > > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > > recipient should check this email and any attachments for the 
> > > > > > presence of viruses. The company accepts no liability for any 
damage
> > > > > > caused by any virus transmitted by this email.
> > > > > > 
> > > > > > www.wipro.com
> > > > 
> > > > > 
> > > > > 
> > > > > Unless stated otherwise above:
> > > > > IBM United Kingdom Limited - Registered in England and Wales 
with 
> > > > > number 741598. 
> > > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > > Hampshire PO6 3AU 
> > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > > 
> > > > > 
> > > > > The information contained in this electronic message and any 
> > > > > attachments to this message are intended for the exclusive use 
of 
> > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > privileged information. If you are not the intended recipient, 
you 
> > > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > > notify the sender immediately and destroy all copies of this 
message
> > > > > and any attachments. 
> > > > > 
> > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > recipient should check this email and any attachments for the 
> > > > > presence of viruses. The company accepts no liability for any 
damage
> > > > > caused by any virus transmitted by this email.
> > > > > 
> > > > > www.wipro.com 
> > > > 
> > > > 
> > > > Unless stated otherwise above:
> > > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > > number 741598. 
> > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > Hampshire PO6 3AU 
> > > > 
> > > > 
> > > 
> > > > 
> > > > 
> > > > The information contained in this electronic message and any 
> > > > attachments to this message are intended for the exclusive use of 
> > > > the addressee(s) and may contain proprietary, confidential or 
> > > > privileged information. If you are not the intended recipient, you 

> > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > notify the sender immediately and destroy all copies of this 
message
> > > > and any attachments. 
> > > > 
> > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > recipient should check this email and any attachments for the 
> > > > presence of viruses. The company accepts no liability for any 
damage
> > > > caused by any virus transmitted by this email.
> > > > 
> > > > www.wipro.com 
> > > > 
> > > > 
> > > > The information contained in this electronic message and any 
> > > > attachments to this message are intended for the exclusive use of 
> > > > the addressee(s) and may contain proprietary, confidential or 
> > > > privileged information. If you are not the intended recipient, you 

> > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > notify the sender immediately and destroy all copies of this 
message
> > > > and any attachments. 
> > > > 
> > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > recipient should check this email and any attachments for the 
> > > > presence of viruses. The company accepts no liability for any 
damage
> > > > caused by any virus transmitted by this email.
> > > > 
> > > > www.wipro.com
> > 
> > > 
> > > 
> > > Unless stated otherwise above:
> > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > number 741598. 
> > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> Hampshire PO6 3AU 
> > > 
> > > 
> > > 
> > 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you 
> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com
> 
> > 
> > 
> > Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with 
> > number 741598. 
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> > 
> > 
> > 
> 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com

> 
> 
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com





Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






RE: Addressing Exception

Posted by sm...@wipro.com.
 

I deployed the new axis2.war.But then I have another problem it's not
able to configure savan.It's not reading savan configuration file from
WEB-INF.

That's the reason I had downloaded some other version of axis2.

I am not able to figure how this is linked to savan.

________________________________

From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
Sent: Monday, May 28, 2007 6:29 PM
To: axis-dev@ws.apache.org
Subject: RE: Addressing Exception

 


Hello Aldrin, 

I have checked both the binary and the war versions and the
EndpointRefereneHelper class is in both of them. 

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you
find the time to do it again?


<sm...@wipro.com> wrote on 28/05/2007 13:53:21:

> I had downloaded from there only previously.But it was war
distribution. 
> Should I download war or binary distribution? 
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Monday, May 28, 2007 6:19 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception 
>   
> 
> Hello Aldrin, 
> 
> Hmmm ... that's very odd. I recommend that you replace your axis2 
> installation with one from here [1] 
> 
> [1] http://ws.apache.org/axis2/download/1_2/download.cgi 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 28/05/2007 13:09:38:
> 
> >   
> > I could find axis2-kernel-1.2.jar.But there is not
EndPointReferenceHelper 
> > 
> > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > Sent: Monday, May 28, 2007 5:14 PM
> > To: axis-dev@ws.apache.org
> > Subject: RE: Addressing Exception 
> >   
> > 
> > Hello Aldrin, 
> > 
> > Apologies, I have got the name wrong. It should be something like 
> > axis2-kernel-1.2.jar 
> > 
> > Cheers
> > 
> > Brian DePradine
> > Web Services Development
> > IBM Hursley
> > External  +44 (0) 1962 816319         Internal 246319
> > 
> > If you can't find the time to do it right the first time, where will
> > you find the time to do it again?
> > 
> > 
> > <sm...@wipro.com> wrote on 28/05/2007 06:19:39:
> > 
> > > Hi Brian 
> > >   
> > > I couldn't find  kernel.jar in my lib folder. 
> > >   
> > > Thanks And Regards 
> > > Smitha Aldrin 
> > >   
> > > 
> > > From: smitha.aldrin@wipro.com [mailto:smitha.aldrin@wipro.com] 
> > > Sent: Monday, May 28, 2007 10:12 AM
> > > To: axis-dev@ws.apache.org
> > > Subject: RE: Addressing Exception 
> > >   
> > > Hi Brian 
> > >   
> > > Good Morning!! 
> > >   
> > > This is how the message exchange happens... 
> > >   
> > > Host: 127.0.0.1:8081 
> > > Transfer-Encoding: chunked 
> > >   
> > > 23f 
> > > <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:wsa="
> > > http://www.w3.org/2005/08/addressing"
xmlns:soapenv="http://www.w3.
> > >
org/2003/05/soap-envelope"><soapenv:Header><wsa:To>http://localhost:
> > > 8081/axis2/services/PublisherService</wsa:To><wsa:ReplyTo><wsa:
> > > Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:
> > > Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:
> > > C93761FC5FE5CF50DA1180087094009</wsa:MessageID><wsa:Action>uuid:
> > > dummyMethod</wsa:Action></soapenv:Header><soapenv:Body><ns1:
> > > dummyMethod xmlns:ns1="http://tempuri.org/" /></soapenv:
> > > Body></soapenv:Envelope>0 
> > >   
> > >   
> > > HTTP/1.1 202 Accepted 
> > > Server: Apache-Coyote/1.1 
> > > X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build: CVSTag=JBoss_4_0_2 
> > > date=200505022023)/Tomcat-5.5 
> > > Content-Type: text/xml;charset=UTF-8 
> > > Transfer-Encoding: chunked 
> > > Date: Fri, 25 May 2007 09:58:14 GMT 
> > >   
> > > 0 
> > >   
> > >   
> > >   
> > > 
> > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > Sent: Friday, May 25, 2007 7:59 PM
> > > To: axis-dev@ws.apache.org
> > > Subject: RE: Addressing Exception 
> > >   
> > > 
> > > Hello Aldrin, 
> > > 
> > > Hmm ... in axis2 version 1.2 that class should definitely be in 
> > > kernel.jar. Classloading issue maybe? 
> > > 
> > > Anyway, looking at the stack trace for the other issue, it
suggests 
> > > a problem with the action processing. What does TCPMon show for
the 
> > > request message? 
> > > 
> > > Cheers
> > > 
> > > Brian DePradine
> > > Web Services Development
> > > IBM Hursley
> > > External  +44 (0) 1962 816319         Internal 246319
> > > 
> > > If you can't find the time to do it right the first time, where
will
> > > you find the time to do it again?
> > > 
> > > 
> > > <sm...@wipro.com> wrote on 25/05/2007 15:06:47:
> > > 
> > > > Hi Brian 
> > > >   
> > > > I have addressing.mar in my axis2.war 
> > > > I am using axis1.2 
> > > >   
> > > >   
> > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > Sent: Friday, May 25, 2007 7:33 PM
> > > > To: axis-dev@ws.apache.org
> > > > Subject: Re: Addressing Exception 
> > > >   
> > > > 
> > > > Hello Aldrin, 
> > > > 
> > > > Let's start with the server side exception. Which version of
axis2 
> > > > are you using? In the latest axis2 version that class should be
in 
> > > > kernel.jar, however, in earlier versions of axis2 it was in 
> > addressing.mar 
> > > > 
> > > > Cheers
> > > > 
> > > > Brian DePradine
> > > > Web Services Development
> > > > IBM Hursley
> > > > External  +44 (0) 1962 816319         Internal 246319
> > > > 
> > > > If you can't find the time to do it right the first time, where
will
> > > > you find the time to do it again?
> > > > 
> > > > 
> > > > <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> > > > 
> > > > > Hi 
> > > > >   
> > > > > I am getting the following exception  at the server 
> > > > >   
> > > > > java.lang.NoClassDefFoundError: org/apache/axis 
> > > > > 2/addressing/EndpointReferenceHelper 
> > > > >   
> > > > > And at the client ...Is it possible for anyone to give me some
clue? 
> > > > >   
> > > > > Exception in thread "main" org.apache.axis2.AxisFault: A
header 
> > > > > representing a Message Addressing Property is not valid and
the 
> > > > > message cannot be processed 
> > > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> > > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > triggerActionMismatchFault(AddressingFaultsHelper.java:81) 
> > > > >       at
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > extractActionInformation(AddressingInHandler.java:276) 
> > > > >       at
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > extractAddressingInformation(AddressingInHandler.java:159) 
> > > > >       at org.apache.axis2.handlers.addressing.
> > AddressingInHandler.invoke(
> > > > > AddressingInHandler.java:95) 
> > > > >       at org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> > > > >       at org.apache.axis2.engine.AxisEngine.
> invoke(AxisEngine.java:203) 
> > > > >       at org.apache.axis2.engine.AxisEngine.
> > > > receiveFault(AxisEngine.java:354) 
> > > > >       at
org.apache.axis2.description.OutInAxisOperationClient.send(
> > > > > OutInAxisOperation.java:370) 
> > > > >       at org.apache.axis2.description.
> OutInAxisOperationClient.execute(
> > > > > OutInAxisOperation.java:294) 
> > > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > ServiceClient.java:520) 
> > > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > ServiceClient.java:500) 
> > > > >       at
org.apache.savan.eventing.client.EventingClient.subscribe(
> > > > > EventingClient.java:73) 
> > > > >       at publisher.client.Client.doSubscribe(Client.java:101) 
> > > > >       at publisher.client.Client.run(Client.java:52) 
> > > > >       at publisher.client.Client.main(Client.java:40) 
> > > > >   
> > > > > 
> > > > > 
> > > > > The information contained in this electronic message and any 
> > > > > attachments to this message are intended for the exclusive use
of 
> > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > privileged information. If you are not the intended recipient,
you 
> > > > > should not disseminate, distribute or copy this e-mail. Please

> > > > > notify the sender immediately and destroy all copies of this
message
> > > > > and any attachments. 
> > > > > 
> > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > recipient should check this email and any attachments for the 
> > > > > presence of viruses. The company accepts no liability for any
damage
> > > > > caused by any virus transmitted by this email.
> > > > > 
> > > > > www.wipro.com
> > > 
> > > > 
> > > >   
> > > > Unless stated otherwise above:
> > > > IBM United Kingdom Limited - Registered in England and Wales
with 
> > > > number 741598. 
> > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > Hampshire PO6 3AU 
> > > > 
> > > > 
> > > > 
> > > 
> > > > 
> > > > 
> > > > The information contained in this electronic message and any 
> > > > attachments to this message are intended for the exclusive use
of 
> > > > the addressee(s) and may contain proprietary, confidential or 
> > > > privileged information. If you are not the intended recipient,
you 
> > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > notify the sender immediately and destroy all copies of this
message
> > > > and any attachments. 
> > > > 
> > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > recipient should check this email and any attachments for the 
> > > > presence of viruses. The company accepts no liability for any
damage
> > > > caused by any virus transmitted by this email.
> > > > 
> > > > www.wipro.com 
> > > 
> > >   
> > > Unless stated otherwise above:
> > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > number 741598. 
> > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> Hampshire PO6 3AU 
> > > 
> > > 
> > 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you

> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this
message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any
damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you

> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this
message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any
damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com
> 
> > 
> >   
> > Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with 
> > number 741598. 
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire
PO6 3AU 
> > 
> > 
> > 
> 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com

> 
>   
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 
> 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com



________________________________

 

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 










The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

RE: Addressing Exception

Posted by Brian De Pradine <PR...@uk.ibm.com>.
Hello Aldrin,

I have checked both the binary and the war versions and the 
EndpointRefereneHelper class is in both of them.

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you 
find the time to do it again?


<sm...@wipro.com> wrote on 28/05/2007 13:53:21:

> I had downloaded from there only previously.But it was war distribution.
> Should I download war or binary distribution?
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Monday, May 28, 2007 6:19 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception
> 
> 
> Hello Aldrin, 
> 
> Hmmm ... that's very odd. I recommend that you replace your axis2 
> installation with one from here [1] 
> 
> [1] http://ws.apache.org/axis2/download/1_2/download.cgi 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 28/05/2007 13:09:38:
> 
> > 
> > I could find axis2-kernel-1.2.jar.But there is not 
EndPointReferenceHelper 
> > 
> > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > Sent: Monday, May 28, 2007 5:14 PM
> > To: axis-dev@ws.apache.org
> > Subject: RE: Addressing Exception 
> > 
> > 
> > Hello Aldrin, 
> > 
> > Apologies, I have got the name wrong. It should be something like 
> > axis2-kernel-1.2.jar 
> > 
> > Cheers
> > 
> > Brian DePradine
> > Web Services Development
> > IBM Hursley
> > External  +44 (0) 1962 816319         Internal 246319
> > 
> > If you can't find the time to do it right the first time, where will
> > you find the time to do it again?
> > 
> > 
> > <sm...@wipro.com> wrote on 28/05/2007 06:19:39:
> > 
> > > Hi Brian 
> > > 
> > > I couldn?t find  kernel.jar in my lib folder. 
> > > 
> > > Thanks And Regards 
> > > Smitha Aldrin 
> > > 
> > > 
> > > From: smitha.aldrin@wipro.com [mailto:smitha.aldrin@wipro.com] 
> > > Sent: Monday, May 28, 2007 10:12 AM
> > > To: axis-dev@ws.apache.org
> > > Subject: RE: Addressing Exception 
> > > 
> > > Hi Brian 
> > > 
> > > Good Morning!! 
> > > 
> > > This is how the message exchange happens... 
> > > 
> > > Host: 127.0.0.1:8081 
> > > Transfer-Encoding: chunked 
> > > 
> > > 23f 
> > > <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:wsa="
> > > http://www.w3.org/2005/08/addressing" xmlns:soapenv="http://www.w3.
> > > org/2003/05/soap-envelope"><soapenv:Header><wsa:To>http://localhost:
> > > 8081/axis2/services/PublisherService</wsa:To><wsa:ReplyTo><wsa:
> > > Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:
> > > Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:
> > > C93761FC5FE5CF50DA1180087094009</wsa:MessageID><wsa:Action>uuid:
> > > dummyMethod</wsa:Action></soapenv:Header><soapenv:Body><ns1:
> > > dummyMethod xmlns:ns1="http://tempuri.org/" /></soapenv:
> > > Body></soapenv:Envelope>0 
> > > 
> > > 
> > > HTTP/1.1 202 Accepted 
> > > Server: Apache-Coyote/1.1 
> > > X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build: CVSTag=JBoss_4_0_2 
> > > date=200505022023)/Tomcat-5.5 
> > > Content-Type: text/xml;charset=UTF-8 
> > > Transfer-Encoding: chunked 
> > > Date: Fri, 25 May 2007 09:58:14 GMT 
> > > 
> > > 0 
> > > 
> > > 
> > > 
> > > 
> > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > Sent: Friday, May 25, 2007 7:59 PM
> > > To: axis-dev@ws.apache.org
> > > Subject: RE: Addressing Exception 
> > > 
> > > 
> > > Hello Aldrin, 
> > > 
> > > Hmm ... in axis2 version 1.2 that class should definitely be in 
> > > kernel.jar. Classloading issue maybe? 
> > > 
> > > Anyway, looking at the stack trace for the other issue, it suggests 
> > > a problem with the action processing. What does TCPMon show for the 
> > > request message? 
> > > 
> > > Cheers
> > > 
> > > Brian DePradine
> > > Web Services Development
> > > IBM Hursley
> > > External  +44 (0) 1962 816319         Internal 246319
> > > 
> > > If you can't find the time to do it right the first time, where will
> > > you find the time to do it again?
> > > 
> > > 
> > > <sm...@wipro.com> wrote on 25/05/2007 15:06:47:
> > > 
> > > > Hi Brian 
> > > > 
> > > > I have addressing.mar in my axis2.war 
> > > > I am using axis1.2 
> > > > 
> > > > 
> > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > > Sent: Friday, May 25, 2007 7:33 PM
> > > > To: axis-dev@ws.apache.org
> > > > Subject: Re: Addressing Exception 
> > > > 
> > > > 
> > > > Hello Aldrin, 
> > > > 
> > > > Let's start with the server side exception. Which version of axis2 

> > > > are you using? In the latest axis2 version that class should be in 

> > > > kernel.jar, however, in earlier versions of axis2 it was in 
> > addressing.mar 
> > > > 
> > > > Cheers
> > > > 
> > > > Brian DePradine
> > > > Web Services Development
> > > > IBM Hursley
> > > > External  +44 (0) 1962 816319         Internal 246319
> > > > 
> > > > If you can't find the time to do it right the first time, where 
will
> > > > you find the time to do it again?
> > > > 
> > > > 
> > > > <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> > > > 
> > > > > Hi 
> > > > > 
> > > > > I am getting the following exception  at the server 
> > > > > 
> > > > > java.lang.NoClassDefFoundError: org/apache/axis 
> > > > > 2/addressing/EndpointReferenceHelper 
> > > > > 
> > > > > And at the client ...Is it possible for anyone to give me some 
clue? 
> > > > > 
> > > > > Exception in thread "main" org.apache.axis2.AxisFault: A header 
> > > > > representing a Message Addressing Property is not valid and the 
> > > > > message cannot be processed 
> > > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> > > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > > triggerActionMismatchFault(AddressingFaultsHelper.java:81) 
> > > > >       at 
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > extractActionInformation(AddressingInHandler.java:276) 
> > > > >       at 
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > > extractAddressingInformation(AddressingInHandler.java:159) 
> > > > >       at org.apache.axis2.handlers.addressing.
> > AddressingInHandler.invoke(
> > > > > AddressingInHandler.java:95) 
> > > > >       at org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> > > > >       at org.apache.axis2.engine.AxisEngine.
> invoke(AxisEngine.java:203) 
> > > > >       at org.apache.axis2.engine.AxisEngine.
> > > > receiveFault(AxisEngine.java:354) 
> > > > >       at 
org.apache.axis2.description.OutInAxisOperationClient.send(
> > > > > OutInAxisOperation.java:370) 
> > > > >       at org.apache.axis2.description.
> OutInAxisOperationClient.execute(
> > > > > OutInAxisOperation.java:294) 
> > > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > ServiceClient.java:520) 
> > > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > > ServiceClient.java:500) 
> > > > >       at 
org.apache.savan.eventing.client.EventingClient.subscribe(
> > > > > EventingClient.java:73) 
> > > > >       at publisher.client.Client.doSubscribe(Client.java:101) 
> > > > >       at publisher.client.Client.run(Client.java:52) 
> > > > >       at publisher.client.Client.main(Client.java:40) 
> > > > > 
> > > > > 
> > > > > 
> > > > > The information contained in this electronic message and any 
> > > > > attachments to this message are intended for the exclusive use 
of 
> > > > > the addressee(s) and may contain proprietary, confidential or 
> > > > > privileged information. If you are not the intended recipient, 
you 
> > > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > > notify the sender immediately and destroy all copies of this 
message
> > > > > and any attachments. 
> > > > > 
> > > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > > recipient should check this email and any attachments for the 
> > > > > presence of viruses. The company accepts no liability for any 
damage
> > > > > caused by any virus transmitted by this email.
> > > > > 
> > > > > www.wipro.com
> > > 
> > > > 
> > > > 
> > > > Unless stated otherwise above:
> > > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > > number 741598. 
> > > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> > Hampshire PO6 3AU 
> > > > 
> > > > 
> > > > 
> > > 
> > > > 
> > > > 
> > > > The information contained in this electronic message and any 
> > > > attachments to this message are intended for the exclusive use of 
> > > > the addressee(s) and may contain proprietary, confidential or 
> > > > privileged information. If you are not the intended recipient, you 

> > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > notify the sender immediately and destroy all copies of this 
message
> > > > and any attachments. 
> > > > 
> > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > recipient should check this email and any attachments for the 
> > > > presence of viruses. The company accepts no liability for any 
damage
> > > > caused by any virus transmitted by this email.
> > > > 
> > > > www.wipro.com 
> > > 
> > > 
> > > Unless stated otherwise above:
> > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > number 741598. 
> > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> Hampshire PO6 3AU 
> > > 
> > > 
> > 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you 
> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you 
> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com
> 
> > 
> > 
> > Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with 
> > number 741598. 
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> > 
> > 
> > 
> 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com

> 
> 
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com





Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






RE: Addressing Exception

Posted by sm...@wipro.com.
I had downloaded from there only previously.But it was war distribution.

Should I download war or binary distribution?

________________________________

From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
Sent: Monday, May 28, 2007 6:19 PM
To: axis-dev@ws.apache.org
Subject: RE: Addressing Exception

 


Hello Aldrin, 

Hmmm ... that's very odd. I recommend that you replace your axis2
installation with one from here [1] 

[1] http://ws.apache.org/axis2/download/1_2/download.cgi 

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you
find the time to do it again?


<sm...@wipro.com> wrote on 28/05/2007 13:09:38:

>   
> I could find axis2-kernel-1.2.jar.But there is not
EndPointReferenceHelper 
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Monday, May 28, 2007 5:14 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception 
>   
> 
> Hello Aldrin, 
> 
> Apologies, I have got the name wrong. It should be something like 
> axis2-kernel-1.2.jar 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 28/05/2007 06:19:39:
> 
> > Hi Brian 
> >   
> > I couldn't find  kernel.jar in my lib folder. 
> >   
> > Thanks And Regards 
> > Smitha Aldrin 
> >   
> > 
> > From: smitha.aldrin@wipro.com [mailto:smitha.aldrin@wipro.com] 
> > Sent: Monday, May 28, 2007 10:12 AM
> > To: axis-dev@ws.apache.org
> > Subject: RE: Addressing Exception 
> >   
> > Hi Brian 
> >   
> > Good Morning!! 
> >   
> > This is how the message exchange happens... 
> >   
> > Host: 127.0.0.1:8081 
> > Transfer-Encoding: chunked 
> >   
> > 23f 
> > <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:wsa="
> > http://www.w3.org/2005/08/addressing" xmlns:soapenv="http://www.w3.
> > org/2003/05/soap-envelope"><soapenv:Header><wsa:To>http://localhost:
> > 8081/axis2/services/PublisherService</wsa:To><wsa:ReplyTo><wsa:
> > Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:
> > Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:
> > C93761FC5FE5CF50DA1180087094009</wsa:MessageID><wsa:Action>uuid:
> > dummyMethod</wsa:Action></soapenv:Header><soapenv:Body><ns1:
> > dummyMethod xmlns:ns1="http://tempuri.org/" /></soapenv:
> > Body></soapenv:Envelope>0 
> >   
> >   
> > HTTP/1.1 202 Accepted 
> > Server: Apache-Coyote/1.1 
> > X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build: CVSTag=JBoss_4_0_2 
> > date=200505022023)/Tomcat-5.5 
> > Content-Type: text/xml;charset=UTF-8 
> > Transfer-Encoding: chunked 
> > Date: Fri, 25 May 2007 09:58:14 GMT 
> >   
> > 0 
> >   
> >   
> >   
> > 
> > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > Sent: Friday, May 25, 2007 7:59 PM
> > To: axis-dev@ws.apache.org
> > Subject: RE: Addressing Exception 
> >   
> > 
> > Hello Aldrin, 
> > 
> > Hmm ... in axis2 version 1.2 that class should definitely be in 
> > kernel.jar. Classloading issue maybe? 
> > 
> > Anyway, looking at the stack trace for the other issue, it suggests 
> > a problem with the action processing. What does TCPMon show for the 
> > request message? 
> > 
> > Cheers
> > 
> > Brian DePradine
> > Web Services Development
> > IBM Hursley
> > External  +44 (0) 1962 816319         Internal 246319
> > 
> > If you can't find the time to do it right the first time, where will
> > you find the time to do it again?
> > 
> > 
> > <sm...@wipro.com> wrote on 25/05/2007 15:06:47:
> > 
> > > Hi Brian 
> > >   
> > > I have addressing.mar in my axis2.war 
> > > I am using axis1.2 
> > >   
> > >   
> > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > Sent: Friday, May 25, 2007 7:33 PM
> > > To: axis-dev@ws.apache.org
> > > Subject: Re: Addressing Exception 
> > >   
> > > 
> > > Hello Aldrin, 
> > > 
> > > Let's start with the server side exception. Which version of axis2

> > > are you using? In the latest axis2 version that class should be in

> > > kernel.jar, however, in earlier versions of axis2 it was in 
> addressing.mar 
> > > 
> > > Cheers
> > > 
> > > Brian DePradine
> > > Web Services Development
> > > IBM Hursley
> > > External  +44 (0) 1962 816319         Internal 246319
> > > 
> > > If you can't find the time to do it right the first time, where
will
> > > you find the time to do it again?
> > > 
> > > 
> > > <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> > > 
> > > > Hi 
> > > >   
> > > > I am getting the following exception  at the server 
> > > >   
> > > > java.lang.NoClassDefFoundError: org/apache/axis 
> > > > 2/addressing/EndpointReferenceHelper 
> > > >   
> > > > And at the client ...Is it possible for anyone to give me some
clue? 
> > > >   
> > > > Exception in thread "main" org.apache.axis2.AxisFault: A header 
> > > > representing a Message Addressing Property is not valid and the 
> > > > message cannot be processed 
> > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > triggerActionMismatchFault(AddressingFaultsHelper.java:81) 
> > > >       at
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > extractActionInformation(AddressingInHandler.java:276) 
> > > >       at
org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > extractAddressingInformation(AddressingInHandler.java:159) 
> > > >       at org.apache.axis2.handlers.addressing.
> AddressingInHandler.invoke(
> > > > AddressingInHandler.java:95) 
> > > >       at org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> > > >       at
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203) 
> > > >       at org.apache.axis2.engine.AxisEngine.
> > > receiveFault(AxisEngine.java:354) 
> > > >       at
org.apache.axis2.description.OutInAxisOperationClient.send(
> > > > OutInAxisOperation.java:370) 
> > > >       at
org.apache.axis2.description.OutInAxisOperationClient.execute(
> > > > OutInAxisOperation.java:294) 
> > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > ServiceClient.java:520) 
> > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > ServiceClient.java:500) 
> > > >       at
org.apache.savan.eventing.client.EventingClient.subscribe(
> > > > EventingClient.java:73) 
> > > >       at publisher.client.Client.doSubscribe(Client.java:101) 
> > > >       at publisher.client.Client.run(Client.java:52) 
> > > >       at publisher.client.Client.main(Client.java:40) 
> > > >   
> > > > 
> > > > 
> > > > The information contained in this electronic message and any 
> > > > attachments to this message are intended for the exclusive use
of 
> > > > the addressee(s) and may contain proprietary, confidential or 
> > > > privileged information. If you are not the intended recipient,
you 
> > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > notify the sender immediately and destroy all copies of this
message
> > > > and any attachments. 
> > > > 
> > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > recipient should check this email and any attachments for the 
> > > > presence of viruses. The company accepts no liability for any
damage
> > > > caused by any virus transmitted by this email.
> > > > 
> > > > www.wipro.com
> > 
> > > 
> > >   
> > > Unless stated otherwise above:
> > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > number 741598. 
> > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> Hampshire PO6 3AU 
> > > 
> > > 
> > > 
> > 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you

> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this
message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any
damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com 
> > 
> >   
> > Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with 
> > number 741598. 
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire
PO6 3AU 
> > 
> > 
> 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com

> 
>   
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 
> 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com



________________________________

 

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 










The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

RE: Addressing Exception

Posted by Brian De Pradine <PR...@uk.ibm.com>.
Hello Aldrin,

Hmmm ... that's very odd. I recommend that you replace your axis2 
installation with one from here [1]

[1] http://ws.apache.org/axis2/download/1_2/download.cgi

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you 
find the time to do it again?


<sm...@wipro.com> wrote on 28/05/2007 13:09:38:

> 
> I could find axis2-kernel-1.2.jar.But there is not 
EndPointReferenceHelper
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Monday, May 28, 2007 5:14 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception
> 
> 
> Hello Aldrin, 
> 
> Apologies, I have got the name wrong. It should be something like 
> axis2-kernel-1.2.jar 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 28/05/2007 06:19:39:
> 
> > Hi Brian 
> > 
> > I couldn?t find  kernel.jar in my lib folder. 
> > 
> > Thanks And Regards 
> > Smitha Aldrin 
> > 
> > 
> > From: smitha.aldrin@wipro.com [mailto:smitha.aldrin@wipro.com] 
> > Sent: Monday, May 28, 2007 10:12 AM
> > To: axis-dev@ws.apache.org
> > Subject: RE: Addressing Exception 
> > 
> > Hi Brian 
> > 
> > Good Morning!! 
> > 
> > This is how the message exchange happens... 
> > 
> > Host: 127.0.0.1:8081 
> > Transfer-Encoding: chunked 
> > 
> > 23f 
> > <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:wsa="
> > http://www.w3.org/2005/08/addressing" xmlns:soapenv="http://www.w3.
> > org/2003/05/soap-envelope"><soapenv:Header><wsa:To>http://localhost:
> > 8081/axis2/services/PublisherService</wsa:To><wsa:ReplyTo><wsa:
> > Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:
> > Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:
> > C93761FC5FE5CF50DA1180087094009</wsa:MessageID><wsa:Action>uuid:
> > dummyMethod</wsa:Action></soapenv:Header><soapenv:Body><ns1:
> > dummyMethod xmlns:ns1="http://tempuri.org/" /></soapenv:
> > Body></soapenv:Envelope>0 
> > 
> > 
> > HTTP/1.1 202 Accepted 
> > Server: Apache-Coyote/1.1 
> > X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build: CVSTag=JBoss_4_0_2 
> > date=200505022023)/Tomcat-5.5 
> > Content-Type: text/xml;charset=UTF-8 
> > Transfer-Encoding: chunked 
> > Date: Fri, 25 May 2007 09:58:14 GMT 
> > 
> > 0 
> > 
> > 
> > 
> > 
> > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > Sent: Friday, May 25, 2007 7:59 PM
> > To: axis-dev@ws.apache.org
> > Subject: RE: Addressing Exception 
> > 
> > 
> > Hello Aldrin, 
> > 
> > Hmm ... in axis2 version 1.2 that class should definitely be in 
> > kernel.jar. Classloading issue maybe? 
> > 
> > Anyway, looking at the stack trace for the other issue, it suggests 
> > a problem with the action processing. What does TCPMon show for the 
> > request message? 
> > 
> > Cheers
> > 
> > Brian DePradine
> > Web Services Development
> > IBM Hursley
> > External  +44 (0) 1962 816319         Internal 246319
> > 
> > If you can't find the time to do it right the first time, where will
> > you find the time to do it again?
> > 
> > 
> > <sm...@wipro.com> wrote on 25/05/2007 15:06:47:
> > 
> > > Hi Brian 
> > > 
> > > I have addressing.mar in my axis2.war 
> > > I am using axis1.2 
> > > 
> > > 
> > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > > Sent: Friday, May 25, 2007 7:33 PM
> > > To: axis-dev@ws.apache.org
> > > Subject: Re: Addressing Exception 
> > > 
> > > 
> > > Hello Aldrin, 
> > > 
> > > Let's start with the server side exception. Which version of axis2 
> > > are you using? In the latest axis2 version that class should be in 
> > > kernel.jar, however, in earlier versions of axis2 it was in 
> addressing.mar 
> > > 
> > > Cheers
> > > 
> > > Brian DePradine
> > > Web Services Development
> > > IBM Hursley
> > > External  +44 (0) 1962 816319         Internal 246319
> > > 
> > > If you can't find the time to do it right the first time, where will
> > > you find the time to do it again?
> > > 
> > > 
> > > <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> > > 
> > > > Hi 
> > > > 
> > > > I am getting the following exception  at the server 
> > > > 
> > > > java.lang.NoClassDefFoundError: org/apache/axis 
> > > > 2/addressing/EndpointReferenceHelper 
> > > > 
> > > > And at the client ...Is it possible for anyone to give me some 
clue? 
> > > > 
> > > > Exception in thread "main" org.apache.axis2.AxisFault: A header 
> > > > representing a Message Addressing Property is not valid and the 
> > > > message cannot be processed 
> > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> > > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > > triggerActionMismatchFault(AddressingFaultsHelper.java:81) 
> > > >       at org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > extractActionInformation(AddressingInHandler.java:276) 
> > > >       at org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > > extractAddressingInformation(AddressingInHandler.java:159) 
> > > >       at org.apache.axis2.handlers.addressing.
> AddressingInHandler.invoke(
> > > > AddressingInHandler.java:95) 
> > > >       at org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> > > >       at 
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203) 
> > > >       at org.apache.axis2.engine.AxisEngine.
> > > receiveFault(AxisEngine.java:354) 
> > > >       at 
org.apache.axis2.description.OutInAxisOperationClient.send(
> > > > OutInAxisOperation.java:370) 
> > > >       at 
org.apache.axis2.description.OutInAxisOperationClient.execute(
> > > > OutInAxisOperation.java:294) 
> > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > ServiceClient.java:520) 
> > > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > > ServiceClient.java:500) 
> > > >       at 
org.apache.savan.eventing.client.EventingClient.subscribe(
> > > > EventingClient.java:73) 
> > > >       at publisher.client.Client.doSubscribe(Client.java:101) 
> > > >       at publisher.client.Client.run(Client.java:52) 
> > > >       at publisher.client.Client.main(Client.java:40) 
> > > > 
> > > > 
> > > > 
> > > > The information contained in this electronic message and any 
> > > > attachments to this message are intended for the exclusive use of 
> > > > the addressee(s) and may contain proprietary, confidential or 
> > > > privileged information. If you are not the intended recipient, you 

> > > > should not disseminate, distribute or copy this e-mail. Please 
> > > > notify the sender immediately and destroy all copies of this 
message
> > > > and any attachments. 
> > > > 
> > > > WARNING: Computer viruses can be transmitted via email. The 
> > > > recipient should check this email and any attachments for the 
> > > > presence of viruses. The company accepts no liability for any 
damage
> > > > caused by any virus transmitted by this email.
> > > > 
> > > > www.wipro.com
> > 
> > > 
> > > 
> > > Unless stated otherwise above:
> > > IBM United Kingdom Limited - Registered in England and Wales with 
> > > number 741598. 
> > > Registered office: PO Box 41, North Harbour, Portsmouth, 
> Hampshire PO6 3AU 
> > > 
> > > 
> > > 
> > 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you 
> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com 
> > 
> > 
> > Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with 
> > number 741598. 
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> > 
> > 
> 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com

> 
> 
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com





Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






RE: Addressing Exception

Posted by sm...@wipro.com.
 

I could find axis2-kernel-1.2.jar.But there is not
EndPointReferenceHelper

________________________________

From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
Sent: Monday, May 28, 2007 5:14 PM
To: axis-dev@ws.apache.org
Subject: RE: Addressing Exception

 


Hello Aldrin, 

Apologies, I have got the name wrong. It should be something like
axis2-kernel-1.2.jar 

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you
find the time to do it again?


<sm...@wipro.com> wrote on 28/05/2007 06:19:39:

> Hi Brian 
>   
> I couldn't find  kernel.jar in my lib folder. 
>   
> Thanks And Regards 
> Smitha Aldrin 
>   
> 
> From: smitha.aldrin@wipro.com [mailto:smitha.aldrin@wipro.com] 
> Sent: Monday, May 28, 2007 10:12 AM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception 
>   
> Hi Brian 
>   
> Good Morning!! 
>   
> This is how the message exchange happens... 
>   
> Host: 127.0.0.1:8081 
> Transfer-Encoding: chunked 
>   
> 23f 
> <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:wsa="
> http://www.w3.org/2005/08/addressing" xmlns:soapenv="http://www.w3.
> org/2003/05/soap-envelope"><soapenv:Header><wsa:To>http://localhost:
> 8081/axis2/services/PublisherService</wsa:To><wsa:ReplyTo><wsa:
> Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:
> Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:
> C93761FC5FE5CF50DA1180087094009</wsa:MessageID><wsa:Action>uuid:
> dummyMethod</wsa:Action></soapenv:Header><soapenv:Body><ns1:
> dummyMethod xmlns:ns1="http://tempuri.org/" /></soapenv:
> Body></soapenv:Envelope>0 
>   
>   
> HTTP/1.1 202 Accepted 
> Server: Apache-Coyote/1.1 
> X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build: CVSTag=JBoss_4_0_2 
> date=200505022023)/Tomcat-5.5 
> Content-Type: text/xml;charset=UTF-8 
> Transfer-Encoding: chunked 
> Date: Fri, 25 May 2007 09:58:14 GMT 
>   
> 0 
>   
>   
>   
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Friday, May 25, 2007 7:59 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception 
>   
> 
> Hello Aldrin, 
> 
> Hmm ... in axis2 version 1.2 that class should definitely be in 
> kernel.jar. Classloading issue maybe? 
> 
> Anyway, looking at the stack trace for the other issue, it suggests 
> a problem with the action processing. What does TCPMon show for the 
> request message? 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 25/05/2007 15:06:47:
> 
> > Hi Brian 
> >   
> > I have addressing.mar in my axis2.war 
> > I am using axis1.2 
> >   
> >   
> > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > Sent: Friday, May 25, 2007 7:33 PM
> > To: axis-dev@ws.apache.org
> > Subject: Re: Addressing Exception 
> >   
> > 
> > Hello Aldrin, 
> > 
> > Let's start with the server side exception. Which version of axis2 
> > are you using? In the latest axis2 version that class should be in 
> > kernel.jar, however, in earlier versions of axis2 it was in
addressing.mar 
> > 
> > Cheers
> > 
> > Brian DePradine
> > Web Services Development
> > IBM Hursley
> > External  +44 (0) 1962 816319         Internal 246319
> > 
> > If you can't find the time to do it right the first time, where will
> > you find the time to do it again?
> > 
> > 
> > <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> > 
> > > Hi 
> > >   
> > > I am getting the following exception  at the server 
> > >   
> > > java.lang.NoClassDefFoundError: org/apache/axis 
> > > 2/addressing/EndpointReferenceHelper 
> > >   
> > > And at the client ...Is it possible for anyone to give me some
clue? 
> > >   
> > > Exception in thread "main" org.apache.axis2.AxisFault: A header 
> > > representing a Message Addressing Property is not valid and the 
> > > message cannot be processed 
> > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > triggerActionMismatchFault(AddressingFaultsHelper.java:81) 
> > >       at org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > extractActionInformation(AddressingInHandler.java:276) 
> > >       at org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > extractAddressingInformation(AddressingInHandler.java:159) 
> > >       at
org.apache.axis2.handlers.addressing.AddressingInHandler.invoke(
> > > AddressingInHandler.java:95) 
> > >       at org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> > >       at
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203) 
> > >       at org.apache.axis2.engine.AxisEngine.
> > receiveFault(AxisEngine.java:354) 
> > >       at
org.apache.axis2.description.OutInAxisOperationClient.send(
> > > OutInAxisOperation.java:370) 
> > >       at
org.apache.axis2.description.OutInAxisOperationClient.execute(
> > > OutInAxisOperation.java:294) 
> > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > ServiceClient.java:520) 
> > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > ServiceClient.java:500) 
> > >       at
org.apache.savan.eventing.client.EventingClient.subscribe(
> > > EventingClient.java:73) 
> > >       at publisher.client.Client.doSubscribe(Client.java:101) 
> > >       at publisher.client.Client.run(Client.java:52) 
> > >       at publisher.client.Client.main(Client.java:40) 
> > >   
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you

> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this
message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any
damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com
> 
> > 
> >   
> > Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with 
> > number 741598. 
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire
PO6 3AU 
> > 
> > 
> > 
> 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com 
> 
>   
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com 
> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com



________________________________

 

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 










The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

RE: Addressing Exception

Posted by Brian De Pradine <PR...@uk.ibm.com>.
Hello Aldrin,

Apologies, I have got the name wrong. It should be something like 
axis2-kernel-1.2.jar

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you 
find the time to do it again?


<sm...@wipro.com> wrote on 28/05/2007 06:19:39:

> Hi Brian
> 
> I couldn?t find  kernel.jar in my lib folder.
> 
> Thanks And Regards
> Smitha Aldrin
> 
> 
> From: smitha.aldrin@wipro.com [mailto:smitha.aldrin@wipro.com] 
> Sent: Monday, May 28, 2007 10:12 AM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception
> 
> Hi Brian
> 
> Good Morning!!
> 
> This is how the message exchange happens...
> 
> Host: 127.0.0.1:8081
> Transfer-Encoding: chunked
> 
> 23f
> <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:wsa="
> http://www.w3.org/2005/08/addressing" xmlns:soapenv="http://www.w3.
> org/2003/05/soap-envelope"><soapenv:Header><wsa:To>http://localhost:
> 8081/axis2/services/PublisherService</wsa:To><wsa:ReplyTo><wsa:
> Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:
> Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:
> C93761FC5FE5CF50DA1180087094009</wsa:MessageID><wsa:Action>uuid:
> dummyMethod</wsa:Action></soapenv:Header><soapenv:Body><ns1:
> dummyMethod xmlns:ns1="http://tempuri.org/" /></soapenv:
> Body></soapenv:Envelope>0
> 
> 
> HTTP/1.1 202 Accepted
> Server: Apache-Coyote/1.1
> X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build: CVSTag=JBoss_4_0_2 
> date=200505022023)/Tomcat-5.5
> Content-Type: text/xml;charset=UTF-8
> Transfer-Encoding: chunked
> Date: Fri, 25 May 2007 09:58:14 GMT
> 
> 0
> 
> 
> 
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Friday, May 25, 2007 7:59 PM
> To: axis-dev@ws.apache.org
> Subject: RE: Addressing Exception
> 
> 
> Hello Aldrin, 
> 
> Hmm ... in axis2 version 1.2 that class should definitely be in 
> kernel.jar. Classloading issue maybe? 
> 
> Anyway, looking at the stack trace for the other issue, it suggests 
> a problem with the action processing. What does TCPMon show for the 
> request message? 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 25/05/2007 15:06:47:
> 
> > Hi Brian 
> > 
> > I have addressing.mar in my axis2.war 
> > I am using axis1.2 
> > 
> > 
> > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> > Sent: Friday, May 25, 2007 7:33 PM
> > To: axis-dev@ws.apache.org
> > Subject: Re: Addressing Exception 
> > 
> > 
> > Hello Aldrin, 
> > 
> > Let's start with the server side exception. Which version of axis2 
> > are you using? In the latest axis2 version that class should be in 
> > kernel.jar, however, in earlier versions of axis2 it was in 
addressing.mar 
> > 
> > Cheers
> > 
> > Brian DePradine
> > Web Services Development
> > IBM Hursley
> > External  +44 (0) 1962 816319         Internal 246319
> > 
> > If you can't find the time to do it right the first time, where will
> > you find the time to do it again?
> > 
> > 
> > <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> > 
> > > Hi 
> > > 
> > > I am getting the following exception  at the server 
> > > 
> > > java.lang.NoClassDefFoundError: org/apache/axis 
> > > 2/addressing/EndpointReferenceHelper 
> > > 
> > > And at the client ...Is it possible for anyone to give me some clue? 

> > > 
> > > Exception in thread "main" org.apache.axis2.AxisFault: A header 
> > > representing a Message Addressing Property is not valid and the 
> > > message cannot be processed 
> > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> > >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > > triggerActionMismatchFault(AddressingFaultsHelper.java:81) 
> > >       at org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > extractActionInformation(AddressingInHandler.java:276) 
> > >       at org.apache.axis2.handlers.addressing.AddressingInHandler.
> > > extractAddressingInformation(AddressingInHandler.java:159) 
> > >       at 
org.apache.axis2.handlers.addressing.AddressingInHandler.invoke(
> > > AddressingInHandler.java:95) 
> > >       at org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> > >       at 
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203) 
> > >       at org.apache.axis2.engine.AxisEngine.
> > receiveFault(AxisEngine.java:354) 
> > >       at org.apache.axis2.description.OutInAxisOperationClient.send(
> > > OutInAxisOperation.java:370) 
> > >       at 
org.apache.axis2.description.OutInAxisOperationClient.execute(
> > > OutInAxisOperation.java:294) 
> > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > ServiceClient.java:520) 
> > >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > > ServiceClient.java:500) 
> > >       at org.apache.savan.eventing.client.EventingClient.subscribe(
> > > EventingClient.java:73) 
> > >       at publisher.client.Client.doSubscribe(Client.java:101) 
> > >       at publisher.client.Client.run(Client.java:52) 
> > >       at publisher.client.Client.main(Client.java:40) 
> > > 
> > > 
> > > 
> > > The information contained in this electronic message and any 
> > > attachments to this message are intended for the exclusive use of 
> > > the addressee(s) and may contain proprietary, confidential or 
> > > privileged information. If you are not the intended recipient, you 
> > > should not disseminate, distribute or copy this e-mail. Please 
> > > notify the sender immediately and destroy all copies of this message
> > > and any attachments. 
> > > 
> > > WARNING: Computer viruses can be transmitted via email. The 
> > > recipient should check this email and any attachments for the 
> > > presence of viruses. The company accepts no liability for any damage
> > > caused by any virus transmitted by this email.
> > > 
> > > www.wipro.com
> 
> > 
> > 
> > Unless stated otherwise above:
> > IBM United Kingdom Limited - Registered in England and Wales with 
> > number 741598. 
> > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> > 
> > 
> > 
> 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com
> 
> 
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com
> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com





Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






RE: Addressing Exception

Posted by sm...@wipro.com.
Hi Brian

 

I couldn't find  kernel.jar in my lib folder.

 

Thanks And Regards

Smitha Aldrin

 

________________________________

From: smitha.aldrin@wipro.com [mailto:smitha.aldrin@wipro.com] 
Sent: Monday, May 28, 2007 10:12 AM
To: axis-dev@ws.apache.org
Subject: RE: Addressing Exception

 

Hi Brian

 

Good Morning!!

 

This is how the message exchange happens...

 

Host: 127.0.0.1:8081

Transfer-Encoding: chunked

 

23f

<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Header>
<wsa:To>http://localhost:8081/axis2/services/PublisherService</wsa:To><w
sa:ReplyTo><wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</
wsa:Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:C93761FC5FE5CF50DA1180
087094009</wsa:MessageID><wsa:Action>uuid:dummyMethod</wsa:Action></soap
env:Header><soapenv:Body><ns1:dummyMethod
xmlns:ns1="http://tempuri.org/" /></soapenv:Body></soapenv:Envelope>0

 

 

HTTP/1.1 202 Accepted

Server: Apache-Coyote/1.1

X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build: CVSTag=JBoss_4_0_2
date=200505022023)/Tomcat-5.5

Content-Type: text/xml;charset=UTF-8

Transfer-Encoding: chunked

Date: Fri, 25 May 2007 09:58:14 GMT

 

0

 

 

 

________________________________

From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
Sent: Friday, May 25, 2007 7:59 PM
To: axis-dev@ws.apache.org
Subject: RE: Addressing Exception

 


Hello Aldrin, 

Hmm ... in axis2 version 1.2 that class should definitely be in
kernel.jar. Classloading issue maybe? 

Anyway, looking at the stack trace for the other issue, it suggests a
problem with the action processing. What does TCPMon show for the
request message? 

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you
find the time to do it again?


<sm...@wipro.com> wrote on 25/05/2007 15:06:47:

> Hi Brian 
>   
> I have addressing.mar in my axis2.war 
> I am using axis1.2 
>   
>   
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Friday, May 25, 2007 7:33 PM
> To: axis-dev@ws.apache.org
> Subject: Re: Addressing Exception 
>   
> 
> Hello Aldrin, 
> 
> Let's start with the server side exception. Which version of axis2 
> are you using? In the latest axis2 version that class should be in 
> kernel.jar, however, in earlier versions of axis2 it was in
addressing.mar 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> 
> > Hi 
> >   
> > I am getting the following exception  at the server 
> >   
> > java.lang.NoClassDefFoundError: org/apache/axis 
> > 2/addressing/EndpointReferenceHelper 
> >   
> > And at the client ...Is it possible for anyone to give me some clue?

> >   
> > Exception in thread "main" org.apache.axis2.AxisFault: A header 
> > representing a Message Addressing Property is not valid and the 
> > message cannot be processed 
> >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > triggerActionMismatchFault(AddressingFaultsHelper.java:81) 
> >       at org.apache.axis2.handlers.addressing.AddressingInHandler.
> > extractActionInformation(AddressingInHandler.java:276) 
> >       at org.apache.axis2.handlers.addressing.AddressingInHandler.
> > extractAddressingInformation(AddressingInHandler.java:159) 
> >       at
org.apache.axis2.handlers.addressing.AddressingInHandler.invoke(
> > AddressingInHandler.java:95) 
> >       at org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> >       at
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203) 
> >       at org.apache.axis2.engine.AxisEngine.
> receiveFault(AxisEngine.java:354) 
> >       at org.apache.axis2.description.OutInAxisOperationClient.send(
> > OutInAxisOperation.java:370) 
> >       at
org.apache.axis2.description.OutInAxisOperationClient.execute(
> > OutInAxisOperation.java:294) 
> >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > ServiceClient.java:520) 
> >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > ServiceClient.java:500) 
> >       at org.apache.savan.eventing.client.EventingClient.subscribe(
> > EventingClient.java:73) 
> >       at publisher.client.Client.doSubscribe(Client.java:101) 
> >       at publisher.client.Client.run(Client.java:52) 
> >       at publisher.client.Client.main(Client.java:40) 
> >   
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com

> 
>   
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 
> 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com

________________________________

 

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 







The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s)
and may contain proprietary, confidential or privileged information. If
you are not the intended recipient, you should not disseminate,
distribute or copy this e-mail. Please notify the sender immediately and
destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of viruses.
The company accepts no liability for any damage caused by any virus
transmitted by this email.

www.wipro.com
	



The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

RE: Addressing Exception

Posted by sm...@wipro.com.
Hi Brian

 

Good Morning!!

 

This is how the message exchange happens...

 

Host: 127.0.0.1:8081

Transfer-Encoding: chunked

 

23f

<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Header>
<wsa:To>http://localhost:8081/axis2/services/PublisherService</wsa:To><w
sa:ReplyTo><wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</
wsa:Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:C93761FC5FE5CF50DA1180
087094009</wsa:MessageID><wsa:Action>uuid:dummyMethod</wsa:Action></soap
env:Header><soapenv:Body><ns1:dummyMethod
xmlns:ns1="http://tempuri.org/" /></soapenv:Body></soapenv:Envelope>0

 

 

HTTP/1.1 202 Accepted

Server: Apache-Coyote/1.1

X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build: CVSTag=JBoss_4_0_2
date=200505022023)/Tomcat-5.5

Content-Type: text/xml;charset=UTF-8

Transfer-Encoding: chunked

Date: Fri, 25 May 2007 09:58:14 GMT

 

0

 

 

 

________________________________

From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
Sent: Friday, May 25, 2007 7:59 PM
To: axis-dev@ws.apache.org
Subject: RE: Addressing Exception

 


Hello Aldrin, 

Hmm ... in axis2 version 1.2 that class should definitely be in
kernel.jar. Classloading issue maybe? 

Anyway, looking at the stack trace for the other issue, it suggests a
problem with the action processing. What does TCPMon show for the
request message? 

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you
find the time to do it again?


<sm...@wipro.com> wrote on 25/05/2007 15:06:47:

> Hi Brian 
>   
> I have addressing.mar in my axis2.war 
> I am using axis1.2 
>   
>   
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Friday, May 25, 2007 7:33 PM
> To: axis-dev@ws.apache.org
> Subject: Re: Addressing Exception 
>   
> 
> Hello Aldrin, 
> 
> Let's start with the server side exception. Which version of axis2 
> are you using? In the latest axis2 version that class should be in 
> kernel.jar, however, in earlier versions of axis2 it was in
addressing.mar 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> 
> > Hi 
> >   
> > I am getting the following exception  at the server 
> >   
> > java.lang.NoClassDefFoundError: org/apache/axis 
> > 2/addressing/EndpointReferenceHelper 
> >   
> > And at the client ...Is it possible for anyone to give me some clue?

> >   
> > Exception in thread "main" org.apache.axis2.AxisFault: A header 
> > representing a Message Addressing Property is not valid and the 
> > message cannot be processed 
> >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > triggerActionMismatchFault(AddressingFaultsHelper.java:81) 
> >       at org.apache.axis2.handlers.addressing.AddressingInHandler.
> > extractActionInformation(AddressingInHandler.java:276) 
> >       at org.apache.axis2.handlers.addressing.AddressingInHandler.
> > extractAddressingInformation(AddressingInHandler.java:159) 
> >       at
org.apache.axis2.handlers.addressing.AddressingInHandler.invoke(
> > AddressingInHandler.java:95) 
> >       at org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> >       at
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203) 
> >       at org.apache.axis2.engine.AxisEngine.
> receiveFault(AxisEngine.java:354) 
> >       at org.apache.axis2.description.OutInAxisOperationClient.send(
> > OutInAxisOperation.java:370) 
> >       at
org.apache.axis2.description.OutInAxisOperationClient.execute(
> > OutInAxisOperation.java:294) 
> >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > ServiceClient.java:520) 
> >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > ServiceClient.java:500) 
> >       at org.apache.savan.eventing.client.EventingClient.subscribe(
> > EventingClient.java:73) 
> >       at publisher.client.Client.doSubscribe(Client.java:101) 
> >       at publisher.client.Client.run(Client.java:52) 
> >       at publisher.client.Client.main(Client.java:40) 
> >   
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com

> 
>   
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 
> 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com



________________________________

 

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 










The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

RE: Addressing Exception

Posted by Brian De Pradine <PR...@uk.ibm.com>.
Hello Aldrin,

Hmm ... in axis2 version 1.2 that class should definitely be in 
kernel.jar. Classloading issue maybe?

Anyway, looking at the stack trace for the other issue, it suggests a 
problem with the action processing. What does TCPMon show for the request 
message?

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you 
find the time to do it again?


<sm...@wipro.com> wrote on 25/05/2007 15:06:47:

> Hi Brian
> 
> I have addressing.mar in my axis2.war
> I am using axis1.2
> 
> 
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
> Sent: Friday, May 25, 2007 7:33 PM
> To: axis-dev@ws.apache.org
> Subject: Re: Addressing Exception
> 
> 
> Hello Aldrin, 
> 
> Let's start with the server side exception. Which version of axis2 
> are you using? In the latest axis2 version that class should be in 
> kernel.jar, however, in earlier versions of axis2 it was in 
addressing.mar 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319         Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> <sm...@wipro.com> wrote on 25/05/2007 13:20:36:
> 
> > Hi 
> > 
> > I am getting the following exception  at the server 
> > 
> > java.lang.NoClassDefFoundError: org/apache/axis 
> > 2/addressing/EndpointReferenceHelper 
> > 
> > And at the client ...Is it possible for anyone to give me some clue? 
> > 
> > Exception in thread "main" org.apache.axis2.AxisFault: A header 
> > representing a Message Addressing Property is not valid and the 
> > message cannot be processed 
> >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > triggerAddressingFault(AddressingFaultsHelper.java:150) 
> >       at org.apache.axis2.addressing.AddressingFaultsHelper.
> > triggerActionMismatchFault(AddressingFaultsHelper.java:81) 
> >       at org.apache.axis2.handlers.addressing.AddressingInHandler.
> > extractActionInformation(AddressingInHandler.java:276) 
> >       at org.apache.axis2.handlers.addressing.AddressingInHandler.
> > extractAddressingInformation(AddressingInHandler.java:159) 
> >       at 
org.apache.axis2.handlers.addressing.AddressingInHandler.invoke(
> > AddressingInHandler.java:95) 
> >       at org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
> >       at 
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203) 
> >       at org.apache.axis2.engine.AxisEngine.
> receiveFault(AxisEngine.java:354) 
> >       at org.apache.axis2.description.OutInAxisOperationClient.send(
> > OutInAxisOperation.java:370) 
> >       at 
org.apache.axis2.description.OutInAxisOperationClient.execute(
> > OutInAxisOperation.java:294) 
> >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > ServiceClient.java:520) 
> >       at org.apache.axis2.client.ServiceClient.sendReceive(
> > ServiceClient.java:500) 
> >       at org.apache.savan.eventing.client.EventingClient.subscribe(
> > EventingClient.java:73) 
> >       at publisher.client.Client.doSubscribe(Client.java:101) 
> >       at publisher.client.Client.run(Client.java:52) 
> >       at publisher.client.Client.main(Client.java:40) 
> > 
> > 
> > 
> > The information contained in this electronic message and any 
> > attachments to this message are intended for the exclusive use of 
> > the addressee(s) and may contain proprietary, confidential or 
> > privileged information. If you are not the intended recipient, you 
> > should not disseminate, distribute or copy this e-mail. Please 
> > notify the sender immediately and destroy all copies of this message
> > and any attachments. 
> > 
> > WARNING: Computer viruses can be transmitted via email. The 
> > recipient should check this email and any attachments for the 
> > presence of viruses. The company accepts no liability for any damage
> > caused by any virus transmitted by this email.
> > 
> > www.wipro.com

> 
> 
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> 
> 
> 

> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com





Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






RE: Addressing Exception

Posted by sm...@wipro.com.
Hi Brian

 

I have addressing.mar in my axis2.war

I am using axis1.2

 

 

From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] 
Sent: Friday, May 25, 2007 7:33 PM
To: axis-dev@ws.apache.org
Subject: Re: Addressing Exception

 


Hello Aldrin, 

Let's start with the server side exception. Which version of axis2 are
you using? In the latest axis2 version that class should be in
kernel.jar, however, in earlier versions of axis2 it was in
addressing.mar 

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you
find the time to do it again?


<sm...@wipro.com> wrote on 25/05/2007 13:20:36:

> Hi 
>   
> I am getting the following exception  at the server 
>   
> java.lang.NoClassDefFoundError: org/apache/axis 
> 2/addressing/EndpointReferenceHelper 
>   
> And at the client ...Is it possible for anyone to give me some clue? 
>   
> Exception in thread "main" org.apache.axis2.AxisFault: A header 
> representing a Message Addressing Property is not valid and the 
> message cannot be processed 
>       at org.apache.axis2.addressing.AddressingFaultsHelper.
> triggerAddressingFault(AddressingFaultsHelper.java:150) 
>       at org.apache.axis2.addressing.AddressingFaultsHelper.
> triggerActionMismatchFault(AddressingFaultsHelper.java:81) 
>       at org.apache.axis2.handlers.addressing.AddressingInHandler.
> extractActionInformation(AddressingInHandler.java:276) 
>       at org.apache.axis2.handlers.addressing.AddressingInHandler.
> extractAddressingInformation(AddressingInHandler.java:159) 
>       at
org.apache.axis2.handlers.addressing.AddressingInHandler.invoke(
> AddressingInHandler.java:95) 
>       at org.apache.axis2.engine.Phase.invoke(Phase.java:383) 
>       at
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203) 
>       at
org.apache.axis2.engine.AxisEngine.receiveFault(AxisEngine.java:354) 
>       at org.apache.axis2.description.OutInAxisOperationClient.send(
> OutInAxisOperation.java:370) 
>       at
org.apache.axis2.description.OutInAxisOperationClient.execute(
> OutInAxisOperation.java:294) 
>       at org.apache.axis2.client.ServiceClient.sendReceive(
> ServiceClient.java:520) 
>       at org.apache.axis2.client.ServiceClient.sendReceive(
> ServiceClient.java:500) 
>       at org.apache.savan.eventing.client.EventingClient.subscribe(
> EventingClient.java:73) 
>       at publisher.client.Client.doSubscribe(Client.java:101) 
>       at publisher.client.Client.run(Client.java:52) 
>       at publisher.client.Client.main(Client.java:40) 
>   
> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com



________________________________

 

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU 










The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

Re: Addressing Exception

Posted by Brian De Pradine <PR...@uk.ibm.com>.
Hello Aldrin,

Let's start with the server side exception. Which version of axis2 are you 
using? In the latest axis2 version that class should be in kernel.jar, 
however, in earlier versions of axis2 it was in addressing.mar

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319         Internal 246319

If you can't find the time to do it right the first time, where will you 
find the time to do it again?


<sm...@wipro.com> wrote on 25/05/2007 13:20:36:

> Hi
> 
> I am getting the following exception  at the server
> 
> java.lang.NoClassDefFoundError: org/apache/axis
> 2/addressing/EndpointReferenceHelper 
> 
> And at the client ...Is it possible for anyone to give me some clue?
> 
> Exception in thread "main" org.apache.axis2.AxisFault: A header 
> representing a Message Addressing Property is not valid and the 
> message cannot be processed
>       at org.apache.axis2.addressing.AddressingFaultsHelper.
> triggerAddressingFault(AddressingFaultsHelper.java:150)
>       at org.apache.axis2.addressing.AddressingFaultsHelper.
> triggerActionMismatchFault(AddressingFaultsHelper.java:81)
>       at org.apache.axis2.handlers.addressing.AddressingInHandler.
> extractActionInformation(AddressingInHandler.java:276)
>       at org.apache.axis2.handlers.addressing.AddressingInHandler.
> extractAddressingInformation(AddressingInHandler.java:159)
>       at 
org.apache.axis2.handlers.addressing.AddressingInHandler.invoke(
> AddressingInHandler.java:95)
>       at org.apache.axis2.engine.Phase.invoke(Phase.java:383)
>       at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203)
>       at 
org.apache.axis2.engine.AxisEngine.receiveFault(AxisEngine.java:354)
>       at org.apache.axis2.description.OutInAxisOperationClient.send(
> OutInAxisOperation.java:370)
>       at org.apache.axis2.description.OutInAxisOperationClient.execute(
> OutInAxisOperation.java:294)
>       at org.apache.axis2.client.ServiceClient.sendReceive(
> ServiceClient.java:520)
>       at org.apache.axis2.client.ServiceClient.sendReceive(
> ServiceClient.java:500)
>       at org.apache.savan.eventing.client.EventingClient.subscribe(
> EventingClient.java:73)
>       at publisher.client.Client.doSubscribe(Client.java:101)
>       at publisher.client.Client.run(Client.java:52)
>       at publisher.client.Client.main(Client.java:40)
> 
> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email.
> 
> www.wipro.com





Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU