[java.lang.NullPointerException at org.apache.axiom.attachments.Attachments.getSOAPPartContentType]

2010-01-25 Thread Anish P S
: java.lang.NullPointerException at org.apache.axiom.attachments.Attachments.getSOAPPartContentType(Attachments.java:454) at org.apache.axis2.builder.MIMEBuilder.processDocument(MIMEBuilder.java:41) at org.apache.axis2.transport.TransportUtils.createDocumentElement(TransportUtils.java:197) please help me

[java.lang.NullPointerException at org.apache.axis2.builder.MIMEBuilder.processDocument]

2010-01-25 Thread Anish P S
: java.lang.NullPointerException at org.apache.axis2.builder.MIMEBuilder.processDocument(MIMEBuilder.java:78) at org.apache.axis2.transport.TransportUtils.createDocumentElement(TransportUtils.java:197) at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:145) at org.apache.axis2

Re: java.lang.NullPointerException AbstractDispatcher.invoke

2009-01-19 Thread jijisv
/java.lang.NullPointerException-AbstractDispatcher.invoke-tp18070227p21557148.html Sent from the Axis - User mailing list archive at Nabble.com.

java.lang.NullPointerException while invoking a service deployed in weblogic 9.2

2009-01-17 Thread jijisv
I deployed small webservice into weblogic9.2 using axis2 1.4.1 (latest release) in war form. When i invoke the service i am getting the following error http://schemas.xmlsoap.org/soap/envelope/";> soapenv:Server java.lang.NullPointerE

Re: java.lang.NullPointerException AbstractDispatcher.invoke

2008-06-26 Thread Mohan Radhakrishnan
Thanks. It is working. Which build will this be part of ? Mohan -- View this message in context: http://www.nabble.com/java.lang.NullPointerException-AbstractDispatcher.invoke-tp18070227p18148961.html Sent from the Axis - User mailing list archive at Nabble.com

Re: java.lang.NullPointerException AbstractDispatcher.invoke

2008-06-26 Thread Mohan Radhakrishnan
://www.nabble.com/java.lang.NullPointerException-AbstractDispatcher.invoke-tp18070227p18128677.html Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: java.lang.NullPointerException AbstractDispatcher.invoke

2008-06-25 Thread Sanka Samaranayake
was using a simple WSDL with one operation ? > > > > Thanks, > Mohan > -- > View this message in context: > http://www.nabble.com/java.lang.NullPointerException-AbstractDispatcher.invoke-tp18070227p18126719.h

Re: java.lang.NullPointerException AbstractDispatcher.invoke

2008-06-25 Thread Mohan Radhakrishnan
Hi, Could you point me to the patch for this if it is not my code error ? I though I was using a simple WSDL with one operation ? Thanks, Mohan -- View this message in context: http://www.nabble.com/java.lang.NullPointerException-AbstractDispatcher.invoke-tp18070227p18126719.html Sent

Re: java.lang.NullPointerException AbstractDispatcher.invoke

2008-06-25 Thread Mohan Radhakrishnan
Hi, I tried the latest nightly build. Which build should I try ? I don't see any change. Thanks, Mohan -- View this message in context: http://www.nabble.com/java.lang.NullPointerException-AbstractDispatcher.invoke-tp18070227p18110687.html Sent from the Axis - User mailing

Re: java.lang.NullPointerException AbstractDispatcher.invoke

2008-06-24 Thread Mohan Radhakrishnan
http://schemas.xmlsoap.org/soap/http"/> http://11.127.32.32:222/Test"/> -- View this message in context: http:/

Re: java.lang.NullPointerException AbstractDispatcher.invoke

2008-06-23 Thread Sanka Samaranayake
AxisOperation : response org.apache.axis2.transport.http.AxisServlet - java.lang.NullPointerException at org.apache.axis2.engine.AbstractDispatcher.invoke(AbstractDispatcher.java:122) at org.apache.axis2.engine.Phase.invoke(Phase.java:317) at org.apache.axis2

Re: java.lang.NullPointerException AbstractDispatcher.invoke

2008-06-23 Thread Amila Suriarachchi
D=urn:uuid:2238BDBE9F1622487F1214229558385] Found AxisOperation : > response > org.apache.axis2.transport.http.AxisServlet - > > java.lang.NullPointerException >at > > org.apache.axis2.engine.AbstractDispatcher.invoke(AbstractDispatcher.java:122) >at org.apache.axis2.en

Re: java.lang.NullPointerException AbstractDispatcher.invoke

2008-06-23 Thread keith chapman
e.axis2.engine.AbstractDispatcher - [MessageContext: > logID=urn:uuid:2238BDBE9F1622487F1214229558385] Found AxisOperation : > response > org.apache.axis2.transport.http.AxisServlet - > > java.lang.NullPointerException >at > > org.apache.axis2.engine.AbstractDispatcher.

java.lang.NullPointerException AbstractDispatcher.invoke

2008-06-23 Thread Mohan Radhakrishnan
- java.lang.NullPointerException at org.apache.axis2.engine.AbstractDispatcher.invoke(AbstractDispatcher.java:122) at org.apache.axis2.engine.Phase.invoke(Phase.java:317) at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:264) Thanks, Mohan msgctx.setAxisOperation

Re: java.lang.NullPointerException when attempting to access resources in an .aar file.

2007-12-03 Thread Martin Gainty
3, 2007 11:34 AM Subject: java.lang.NullPointerException when attempting to access resources in an .aar file. Hi everyone, I'm attempting to deploy a Web Service from a simple Java class by creating a service archive and deploying it to WSAS (Web Services Application Server). However, I'

java.lang.NullPointerException when attempting to access resources in an .aar file.

2007-12-03 Thread Sanjay Vivek
'm getting java.lang.NullPointerException errors when I try to invoke loadResource(). What am I doing wrong? Any help would be greatly appreciated. package test; import java.io.InputStream; import org.apache.axis2.AxisFault; import org.apache.axis2.context.MessageContext; import org.apache.axis2.description.AxisS

Re: Axis 2: java.lang.NullPointerException at at org.apache.axis2.description.ClientUtils.inferInTransport(ClientUtils.java :85)

2007-06-13 Thread Manoj KG
> > > > > MywebservicesStub stub = new > MywebservicesStub(); > > > > > > MywebservicesStub.CheckDetails chk = new > > > MywebservicesStub.CheckDetails (); > &g

Re: Axis 2: java.lang.NullPointerException at at org.apache.axis2.description.ClientUtils.inferInTransport(ClientUtils.java :85)

2007-06-13 Thread Glen Mazza
he > > > webservice. > > > 3. Wrote a simple program to talk to the > service. The code looks > > > like this. > > > > > > > > > > > >

Re: Axis 2: java.lang.NullPointerException at at org.apache.axis2.description.ClientUtils.inferInTransport(ClientUtils.java :85)

2007-06-13 Thread Manoj KG
> > > > > > > > > > > > MywebservicesStub stub = new MywebservicesStub(); > > > > > > MywebservicesStub.CheckDetails chk = new > > > MywebservicesStub.CheckDetails (); > > > > > > c

Re: Axis 2: java.lang.NullPointerException at at org.apache.axis2.description.ClientUtils.inferInTransport(ClientUtils.java :85)

2007-06-13 Thread Manoj KG
vicesStub(); > > > > MywebservicesStub.CheckDetails chk = new > > MywebservicesStub.CheckDetails(); > > > > chk.CheckDetails(chk); > > > > > > > > > > > > > > > > I am getting an error >

Re: Axis 2: java.lang.NullPointerException at at org.apache.axis2.description.ClientUtils.inferInTransport(ClientUtils.java :85)

2007-06-12 Thread Ajith Ranabahu
lk to the service. The code looks > like this. > > > > MywebservicesStub stub = new MywebservicesStub(); > > MywebservicesStub.CheckDetails chk = new > MywebservicesStub.CheckDetails(); > > chk.CheckDetails(chk); > > > > > &g

Re: Axis 2: java.lang.NullPointerException at at org.apache.axis2.description.ClientUtils.inferInTransport(ClientUtils.java :85)

2007-06-12 Thread Glen Mazza
the service. The code looks > like this. > > > > MywebservicesStub stub = new MywebservicesStub(); > > MywebservicesStub.CheckDetails chk = new > MywebservicesStub.CheckDetails(); > > chk.CheckDetails(chk); > > > > > > > &

Axis 2: java.lang.NullPointerException at at org.apache.axis2.description.ClientUtils.inferInTransport(ClientUtils.java :85)

2007-06-12 Thread Manoj KG
. The code looks like this. MywebservicesStub stub = new MywebservicesStub(); MywebservicesStub.CheckDetails chk = new MywebservicesStub.CheckDetails(); chk.CheckDetails(chk); I am getting an error java.lang.NullPointerException at org.apache.axis2

RE: [Axis2] java.lang.NullPointerException when robustInOnly returns SOAPFault

2007-04-07 Thread Gul Onural
-user@ws.apache.org Subject: [Axis2] java.lang.NullPointerException when robustInOnly returns SOAPFault I have an robustInOnly operation, which returns a SOAP Fault if an error occurs. My client application (using xmlbeans based client stubs) gets null pointer exception if the implementation of the

[Axis2] java.lang.NullPointerException when robustInOnly returns SOAPFault

2007-04-07 Thread Gul Onural
returning SOAP Fault. It must be something to do with the robustInOnly operations returning SOAP Fault. Does anybody noticed this problem before ? Gul java.lang.NullPointerException at org.apache.axis2.context.MessageContext.isHeaderPresent(MessageContext.j ava:1054) at

java.lang.NullPointerException at org.apache.axis.client.Service.getEngineConfiguration

2006-09-11 Thread Phani Sekhar
Sekhar   java.lang.NullPointerException     at org.apache.axis.client.Service.getEngineConfiguration(Service.java:813)     at org.apache.axis.client.Service.getAxisClient(Service.java:104)     at org.apache.axis.client.Service.(Service.java:113

Re: Exception in thread "main" org.apache.axis2.AxisFault: java.lang.NullPointerException

2006-08-29 Thread Anne Thomas Manes
= stub.echo(echo); } } og4j:WARN No appenders could be found for logger (org.apache.axiom.om.impl.builder.StAXOMBuilder). log4j:WARN Please initialize the log4j system properly. Exception in thread "main" org.apache.axis2.AxisFault: java.lang.NullPointerException

Exception in thread "main" org.apache.axis2.AxisFault: java.lang.NullPointerException

2006-08-28 Thread Eric Chow
.echo(echo); } } og4j:WARN No appenders could be found for logger (org.apache.axiom.om.impl.builder.StAXOMBuilder). log4j:WARN Please initialize the log4j system properly. Exception in thread "main" org.apache.axis2.AxisFault: java.lang.NullPointerException

Re: java.lang.NullPointerException

2006-07-17 Thread Martin Gainty
se notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Monday, July 17, 2006 10:00 AM Subject: Re: java.lang.NullPointerException you are trying to u

Re: java.lang.NullPointerException

2006-07-17 Thread Yun
Thany you very much for your reply. I stupidly forgot to instanticate my database connection class. :( Yun -- View this message in context: http://www.nabble.com/java.lang.NullPointerException-tf1954438.html#a5361511 Sent from the Axis - User forum at Nabble.com

Re: java.lang.NullPointerException

2006-07-17 Thread studium-sbr
s.apache.org > Betreff: java.lang.NullPointerException > > I got "java.lang.NullPointerException" error when I'm creating web service > using 'message' service type. > > The specific method I used is 'public void method(SOAPEnvelope req, > SO

java.lang.NullPointerException

2006-07-17 Thread ybei
I got "java.lang.NullPointerException" error when I'm creating web service using 'message' service type. The specific method I used is 'public void method(SOAPEnvelope req, SOAPEnvelope resp);' For example, my request SOAP is http:

Re: java.lang.NullPointerException at org.apache.axis.utils.BeanUtils.processPropertyDescriptors(BeanUtils.java:163)

2006-04-04 Thread gatherer
> Hi, > > I am new to java and english isn't my native language, so please forgive me > bad error description etc. > > I'm using Eclipse with WST 1.0.1 to create a webservice for my Java class. > Using the eclipse wizard, generating the service seems to work, but > deploying it to tomcat 5.5 runtim

java.lang.NullPointerException at org.apache.axis.utils.BeanUtils.processPropertyDescriptors(BeanUtils.java:163)

2006-04-04 Thread gatherer
ry to deploy. i get the following error: java org.apache.axis.utils.Admin server deploy.wsdd - Exception: java.lang.NullPointerException at org.apache.axis.utils.BeanUtils.processPropertyDescriptors(BeanUtils.java:163) at org.apache.axis.utils

java.lang.NullPointerException

2006-02-27 Thread Eliéser Morais
Hello! I am receiving a java.lang.NullPointerException when I use any webservice (include the EcoHeaders.jws). The root cause is triggered by the getEngineException:org.apache.axis.transport.http.AxisServletBase.getEngineEnvironment (AxisServletBase.java:273)Please, I need some suggestions to

java.lang.NullPointerException when invoking axis2 web service !!!

2006-02-22 Thread Eric Chow
Hello, When I test the web service by using the code that generated by the wsdl2java tools provided in axis2, it just raised NullPointerException: java.lang.NullPointerException at org.apache.axis2.databinding.utils.ConverterUtil.convertToString(ConverterUtil.java:195) at

Re: Fw: WSDL2JAVA error: java.lang.NullPointerException in getNewQName

2005-10-03 Thread Anne Thomas Manes
tput definition. AnneOn 10/3/05, Ivan Vignola <[EMAIL PROTECTED]> wrote: Hi, I developed a simple service, document style, with attached files in input message. Creating stubs, wsdl2java throws exception listed below:   java.lang.NullPointerException    at org.apache.axis.wsdl.toJ

Fw: WSDL2JAVA error: java.lang.NullPointerException in getNewQName

2005-10-03 Thread Ivan Vignola
Hi, I developed a simple service, document style, with attached files in input message. Creating stubs, wsdl2java throws exception listed below:   java.lang.NullPointerException    at org.apache.axis.wsdl.toJava.Utils.getNewQName(Utils.java:704)    at

RE: RemoteException: java.lang.NullPointerException

2005-04-28 Thread Shawn Zhu
ption: java.lang.NullPointerException Instead of upgrading to Axis 1.2, I downgraded Java to 1.4 and the problem is resolved. Do you know any documents that describe version conflicts? Thanks a lot, James -Original Message- From: James Chiu [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 10:45 AM To:

RE: RemoteException: java.lang.NullPointerException

2005-04-28 Thread James Chiu
@ws.apache.org Subject: RE: RemoteException: java.lang.NullPointerException I actually started with Axis 1.2. While compiling the client stub classes generated from WSDL2Java, I received a ClassNotFoundException error. However, once I changed to Axis 1.1, the problem is gone. Using the same WSDL file

java.lang.NullPointerException

2005-04-27 Thread Bruno Gonçalves
I don't get no more CastClassException (I put the libs of Axis on the common/lib of tomcat), but instead I got a java.lang.NullPointerException :( Here is the error: java.lang.NullPointerException at org.apache.axis.client.Service.getEngineConfiguration(Service.java:803)

RE: RemoteException: java.lang.NullPointerException

2005-04-27 Thread James Chiu
. James -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 10:30 AM To: axis-user@ws.apache.org Subject: Re: RemoteException: java.lang.NullPointerException That's your problem -- they don't work well together. I suggest you

Re: RemoteException: java.lang.NullPointerException

2005-04-27 Thread Anne Thomas Manes
ECTED] > Sent: Wednesday, April 27, 2005 5:40 AM > To: axis-user@ws.apache.org > Subject: Re: RemoteException: java.lang.NullPointerException > > Are you using Java 1.5 and Axis 1.1 ? > > - Original Message - > From: "James Chiu" <[EMAIL PROTECTED]> &g

RE: RemoteException: java.lang.NullPointerException

2005-04-27 Thread James Chiu
Yes, I am using Java 1.5 and Axis 1.1. James -Original Message- From: Dominik [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 5:40 AM To: axis-user@ws.apache.org Subject: Re: RemoteException: java.lang.NullPointerException Are you using Java 1.5 and Axis 1.1 ? - Original

Re: RemoteException: java.lang.NullPointerException

2005-04-27 Thread Dominik
Are you using Java 1.5 and Axis 1.1 ? - Original Message - From: "James Chiu" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 27, 2005 12:30 AM Subject: RemoteException: java.lang.NullPointerException Hi, I received a RemoteException: java.lang.NullPointerException after

RemoteException: java.lang.NullPointerException

2005-04-26 Thread James Chiu
Hi, I received a RemoteException: java.lang.NullPointerException after my client makes a WS method call. I used the WSDL2Java utility to create client stub classes. The server side is hosted by Microsoft IIS. I turned on the debugger and found where the exception is thrown as following

Java.Lang.NullPointerException

2005-04-03 Thread Nikolaos Diakos
ces/AdminService deploy.wsdd Processing file deploy.wsdd Exception:: java.lang.NullPointerException     Can anybody help me? I am using jdk1_5_02 and my classpath is   C:\axis-1_1\samples\stock>set axisclasspath AXISCLASSPATH=C:\axis-1_1\lib\axis.jar;C:\axis-1_1\lib\commons-discovery