Re: NullPointerException in Axis 1.1

2004-12-06 Thread ANDREW MICONE
> > > > > > > I'm versioning back to Axis 1.1 and I've installed it in the usual manner > > under tomcat 5.5. The happy axis page shows that Axis is happy. Axis > > correctly generates WSDL for all deployed services. However, an attempt to > > run an

Re: NullPointerException in Axis 1.1

2004-12-05 Thread Davanum Srinivas
; > under tomcat 5.5. The happy axis page shows that Axis is happy. Axis > > correctly generates WSDL for all deployed services. However, an attempt to > > run any service, even something simple like the bundled getVersion service, > > returns a NullPointerException as a fau

Re: NullPointerException in Axis 1.1

2004-12-05 Thread ANDREW MICONE
t; > > > I'm versioning back to Axis 1.1 and I've installed it in the usual manner > under tomcat 5.5. The happy axis page shows that Axis is happy. Axis > correctly generates WSDL for all deployed services. However, an attempt to > run any service, even somethin

Re: NullPointerException in Axis 1.1

2004-12-04 Thread Davanum Srinivas
ws that Axis is happy. Axis > correctly generates WSDL for all deployed services. However, an attempt to > run any service, even something simple like the bundled getVersion service, > returns a NullPointerException as a fault. No additional information or stack > trace is seen

Re: NullPointerException in Axis 1.1

2004-12-04 Thread ANDREW MICONE
#x27;m versioning back to Axis 1.1 and I've installed it in the usual manner under tomcat 5.5. The happy axis page shows that Axis is happy. Axis correctly generates WSDL for all deployed services. However, an attempt to run any service, even something simple like the bundled getVersion service

NullPointerException in Axis 1.1

2004-12-04 Thread ANDREW MICONE
on service, returns a NullPointerException as a fault. No additional information or stack trace is seen in the log. The only other clue is that Axis doesn't seem to be able to auto-generate the server-config.wsdd. It seems able to read one if you put it in the right place. This is the first

R: NullPointerException in SOAPHeaderElement(Element e)

2004-11-18 Thread Marcello Marangio
with: if(SOAPConstants.SOAP12_CONSTANTS.getEnvelopeURI().equals(getNamespaceURI()) ) Waddyathink? Cheers Marcello > -Messaggio originale- > Da: Marcello Marangio [mailto:[EMAIL PROTECTED] > Inviato: giovedì 18 novembre 2004 16.51 > A: Axis User > Oggetto

NullPointerException in SOAPHeaderElement(Element e)

2004-11-18 Thread Marcello Marangio
Hi all. I am trying to use the constructor SOAPHeaderElement (Element elem). My elem has no namespaceURI, so the constructor throws a NullPointerException at line 109: if (getNamespaceURI().equals(SOAPConstants.SOAP12_CONSTANTS.getEnvelopeURI())) Is it a bug? Is there a way to

Re: Newbie: EchoHeaders returns NullPointerException

2004-10-10 Thread Michael Schuerig
On Sunday 10 October 2004 21:05, [EMAIL PROTECTED] wrote: > in your server-config.wsdd within the add > > > alternatively refer to the Global Axis Configuration in the > docs\reference.html. Yes, I had seen that, but I don't get it to work. I've put the following in $CATALINE_HOME/webapps/axis

Re:RE: String[] NullPointerException

2004-10-05 Thread Wu Gang
return stringName; You always have to instantiate each array element. Tami -Original Message- From: Wu Gang [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 7:24 AM To: [EMAIL PROTECTED] Subject: String[] NullPointerException Hi, I'm using jdk1.3.1, Tomcat4.1.30 and

Re:RE: String[] NullPointerException

2004-10-05 Thread Wu Gang
return stringName; You always have to instantiate each array element. Tami -Original Message- From: Wu Gang [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 7:24 AM To: [EMAIL PROTECTED] Subject: String[] NullPointerException Hi, I'm using jdk1.3.1, Tomcat4.1.30 and

RE: String[] NullPointerException

2004-10-05 Thread Tami Wright
uot;some string'; stringName[1] = "another string"; return stringName; You always have to instantiate each array element. Tami -Original Message- From: Wu Gang [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 7:24 AM To: [EMAIL PROTECTED] Subject: String[]

String[] NullPointerException

2004-10-05 Thread Wu Gang
Hi, I'm using jdk1.3.1, Tomcat4.1.30 and Axis1.1. I wrote a RPC service that returns String[] to the client. The service impl calls other classes that i developed earlier. I got NullPointerException every time, but if i do not call other classes, just return i.e. new String[] {"1&

String[] NullPointerException

2004-10-05 Thread Wu Gang
Hi, I'm using jdk1.3.1, Tomcat4.1.30 and Axis1.1. I wrote a RPC service that returns String[] to the client. The service impl calls other classes that i developed earlier. I got NullPointerException every time, but if i do not call other classes, just return i.e. new String[] {"1&

RE: NullPointerException returned from webservice

2004-08-05 Thread John McCosker
Title: RE: NullPointerException returned from webservice I just tried to create client stubs from the wsdl, this the error, C:\wrox-axis\chapter5>java org.apache.axis.wsdl.WSDL2Java -o %AXIS_DEVHOME% -p c hapter5.stubs AttachmentService.wsdl java.io.IOException: T

Re: NullPointerException when using JDK 1.5

2004-07-19 Thread Davanum Srinivas
here can I get the latest one? > >>>> > >>>>Regards. > >>>> > >>>>JEFF > >>>> > >>>> > >>>> > >>>> > >>>>Davanum Srinivas wrote: > >>>> > >>

Re: NullPointerException when using JDK 1.5

2004-07-19 Thread Jean-Francois Denise - Sun Microsystems
On Thu, 15 Jul 2004 14:28:09 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: Sending a simple SOAP request to axis 1.1 server leads to NullPointerException. A cleaning is done by axis (setting a property on SAXParser to null value). It makes the parser to

Re: NullPointerException when using JDK 1.5

2004-07-16 Thread Davanum Srinivas
> >>Davanum Srinivas wrote: > >> > >> > >> > >>>Jeff, > >>> > >>>We don't see this problem in latest Axis (1.2 Beta2 went out the door > >>>yesterday). Can you please try that version? Am assuming you are > >

Re: NullPointerException when using JDK 1.5

2004-07-16 Thread Jean-Francois Denise - Sun Microsystems
dims On Thu, 15 Jul 2004 14:28:09 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: Sending a simple SOAP request to axis 1.1 server leads to NullPointerException. A cleaning is done by axis (setting a property on SAXParser to null value). It makes the parser to th

Re: NullPointerException when using JDK 1.5

2004-07-15 Thread Davanum Srinivas
28:09 +0200, Jean-Francois Denise - Sun > >Microsystems <[EMAIL PROTECTED]> wrote: > > > > > >>Sending a simple SOAP request to axis 1.1 server leads to NullPointerException. > >> > >>A cleaning is done by axis (setting a property on SAXParser to null

Re: NullPointerException when using JDK 1.5

2004-07-15 Thread Jean-Francois Denise - Sun Microsystems
gt; wrote: Sending a simple SOAP request to axis 1.1 server leads to NullPointerException. A cleaning is done by axis (setting a property on SAXParser to null value). It makes the parser to throw a NPE. It was not the case using JDK 1.4. Is it a known bug? Should axis change its cleaning algo?

Re: NullPointerException when using JDK 1.5

2004-07-15 Thread Davanum Srinivas
PROTECTED]> wrote: > Sending a simple SOAP request to axis 1.1 server leads to NullPointerException. > > A cleaning is done by axis (setting a property on SAXParser to null > value). It makes the parser to throw a NPE. > It was not the case using JDK 1.4. > Is it a known bug?

NullPointerException when using JDK 1.5

2004-07-15 Thread Jean-Francois Denise - Sun Microsystems
Sending a simple SOAP request to axis 1.1 server leads to NullPointerException. A cleaning is done by axis (setting a property on SAXParser to null value). It makes the parser to throw a NPE. It was not the case using JDK 1.4. Is it a known bug? Should axis change its cleaning algo? I checked the

Re: AxisFault - NullPointerException

2004-05-26 Thread Enrico Goosen
Its no longer throwing a NullPointerException, but the output is not correct. When I throw an NRSFault_Response (which extends AxisFault): Using the normal Axis Web Service, I get this (which works): http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001

Re: AxisFault - NullPointerException

2004-05-26 Thread Enrico Goosen
Further to my previous email, I've traced the problem to this method: public static AxisFault makeFault(Exception e) { if (e instanceof InvocationTargetException) { Throwable t = ((InvocationTargetException)e).getTargetException(); if (t instanceof Exception) {

AxisFault - NullPointerException

2004-05-26 Thread Enrico Goosen
Hi, Can someone help me with the following problem: The following code causes a NullPointerException: if (data.hasError){ _NRSFault_Response fault = new _NRSFault_Response(); fault.setTerminalID(terminalID); fault.setMsgId(msgID); fault.setFaultCodeT(new NRSFaultCodeT(&quo

Re: Another NullPointerException - Fixed

2004-05-24 Thread Enrico Goosen
Hi, I changed the methods on the business logic Class to static, so my Skeleton class no-longer throws a NullPointerException. Regards, Enrico

Another NullPointerException

2004-05-24 Thread Enrico Goosen
on another object, I get a NullPointerException (see below). When I invoke a method that doesn't call any other objects, and just returns a response object, it works fine. I need to be able to call methods on other objects, since our business logic is in another Java Class. Any ideas how

RE: RPCProvider - NullPointerException - Fixed

2004-05-21 Thread Verma, Nitin \(GE Consumer & Industrial\)
IllegalStateException should be thown... after handling null in the API -Original Message- From: Enrico Goosen [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 6:49 PM To: [EMAIL PROTECTED] Subject: Re: RPCProvider - NullPointerException - Fixed Hi, I fixed the problem as follows

Re: RPCProvider - NullPointerException - Fixed

2004-05-21 Thread Enrico Goosen
Hi, I fixed the problem as follows: msgContext.setRequestMessage(reqMsg); rpcProvider.invoke(msgContext); Message resMsg = msgContext.getResponseMessage(); Laterz, Enrico

RPCProvider - NullPointerException

2004-05-21 Thread Enrico Goosen
Hi, I've setup an Apache Axis Web service as a proxy which forwards org.apache.axis.Message's to my Transaction Server over a TCP/IP socket. On the Transaction Server, it reconstructs the org.apache.axis.Message from the input stream. I then instantiate an RPCProvider and manually call processMe

DH foo(DH a, String b) -> NullPointerException

2004-04-11 Thread p2p
Hi, I'm using Axis 1.1 with Tomcat 5.0.18. I've written a method which takes a DataHandler (attachment) and a String as the parameters and then returns a new DataHandler (attachment) in response, however whenever I attempt to call the method I receive a NullPointerException (as follow

NullPointerException!!

2004-04-03 Thread Yoojin Hong
I Got NullPointerException Error (like the below). Someone said that an application to send a request to my web service can send null value. But, I sent SOAP message including a legal value directly to the web service server. But, Still got the error. Could anyone help me?   type Exception report

Re: NullPointerException urgent!

2004-04-02 Thread Yoojin Hong
modify some setting, I guess. Thus, Is there other case for the NullPointerException? Thanks for your help! HG <[EMAIL PROTECTED]> wrote: Hi there   From your stack trace it looks like the error is happening here:   OpenDBLPClient.OpenDBLPBindingStub.searchPerson(OpenDBLPBindingStub.java:484

Re: NullPointerException urgent!

2004-04-01 Thread HG
: Thursday, April 01, 2004 11:34 PM Subject: NullPointerException urgent! Hi, I built a web service via Axis. Current I got this error. When I try the system a few days ago, it was okay. But, now it gives me the error even though I didn't modify anything. I am working on p

NullPointerException urgent!

2004-04-01 Thread Yoojin Hong
Hi, I built a web service via Axis. Current I got this error. When I try the system a few days ago, it was okay. But, now it gives me the error even though I didn't modify anything. I am working on public computer which my collegues share so I am thinking that something is modified by others. Anywa

RE: NullPointerException

2004-03-19 Thread Hari Lakshmanan
: Subject: NullPointerException Hi, I have a custom class like this Public class XX { private int ID; ... ... } Now I wanted to expose the member variable ID as Integer type on the consumer

Re: NullPointerException

2004-03-19 Thread Lanto Randriamiharisoa
I think I've resolved the problem. In the wsdd file generated by the ant task ant-wsdl2java (or the application commande line WSDL2Java), there are some lines you have to change manually : - the classname parameter should be changed to the classname of the service you want to publish (by default

RE: NullPointerException

2004-03-19 Thread Avinash Patil
Team, am working on performance related issues for my AXIS web service implementation. Right now it seems like a bag full of problems. The scalabiltiy is really poor. I want to tweak the code and make it scale better. Can anyone help help me with this. Right now am lost.I dnt know where to start

Re: NullPointerException

2004-03-19 Thread Lanto Randriamiharisoa
Hi Hari, Do you use the ant tasks ant-java2wsdl and ant-wsdl2java to generate your stub and wsdd files ? I have the same problem too, for all services where I use these tasks For the moment, I've not yet resolved the problem. If you have resolved it, please tell me the solution Thanks a lot, -

NullPointerException

2004-03-18 Thread Hari Lakshmanan
Hi, I have a custom class like this Public class XX { private int ID; ... ... } Now I wanted to expose the member variable ID as Integer type on the consumer side but on the provider side I would like to keep it as int. I am using custom serializer on the provider side where as I use BeanSeriali

java2wsdl NullPointerException on custom bean parameter

2004-01-12 Thread Jim Stafford
I am getting a NullPointerException when I run Java2WSDL for an interface (Event Handler) that passes a custom bean type (Event). I haven't tried this with Axis1.1, but it happens with the current (1/12/2004 ~11:30pm) CVS tree for 1.2alpha. The exception goes away if I change the data

RE: NullPointerException in tcpmon

2003-12-29 Thread Marc Logemann
Hi, the problem was, i used accidently the 1.5 alpha JDK/Runtime. With this JVM i got the NPE. > try another port, 1234 might be unusable in your environment.. usually a > port number 8000+ is a better guess. > Hi, > after running tcpmon without any problems for some weeks now, i am getting >

RE: NullPointerException in tcpmon

2003-12-29 Thread Samir Shaikh
nt: Monday, December 29, 2003 12:33 PM To: [EMAIL PROTECTED] Subject: NullPointerException in tcpmon Hi, after running tcpmon without any problems for some weeks now, i am getting this weird NPE. Can anyone help me tracing this? I dont know where to look for. This NPE is triggered after i say "ad

NullPointerException in tcpmon

2003-12-29 Thread Marc Logemann
Hi, after running tcpmon without any problems for some weeks now, i am getting this weird NPE. Can anyone help me tracing this? I dont know where to look for. This NPE is triggered after i say "add" in the first dialog. I defined port 1234 as "Listen Port#" and 127.0.0.1 and 8080 has Target. I a

RE: NullPointerException in ServiceDesc

2003-11-11 Thread Dan Gravell
Just to inform anyone having anything similar, I got round the problem by explicitly creating new instances of ServiceDesc each time. Before I was reusing the old one, clearing the Operation list and then going from there (I had noted that the operations returned were not in a defensive copy so I t

NullPointerException in ServiceDesc

2003-11-10 Thread Dan Gravell
Well, org.apache.axis.description.ServiceDesc$1.compare(ServiceDesc.java:491) to be precise... I've got an Axis installation that provides a Web Service interface to some software components behind the scenes. These software components are dynamic, in that they can be updated. At run time new Serv

NullPointerException

2003-11-10 Thread Tracy McGrady
Hi, I've a NullPointerException at method "org.apache.axis.encoding.ser.BeanSerializer.serialize" line 262. Actually this NullPointerException is thrown because here is caught a InvocationTargetException and the target is null ! I don't understand how this InvocationTarget

EchoAttachment NullPointerException !

2003-10-09 Thread Lebnix
Hello, Please Help me ! I'm trying to run the sample EchoAttachment and I'm receiving the following exception: C:\axis-1_1>java samples.attachments.EchoAttachment test.txt java.lang.NullPointerException java.lang.NullPointerException at org.apache.axis.Message.createAttachmentPart(Mes

Linux / Windows SoapFaultBuilder NullPointerException

2003-10-06 Thread Jacek Kempski
Hello all, I am experiencing a strange problem. My service has a signature public String getNames(String meta) I have 4 machines: 1) Windows 2000, Service Pack 3 2) Windows 2000, Service Pack 3 3) SuSE Linux 8.0 4) SuSE Linux 8.1 All machines but the 4th (JDK1.4.1_01) run JDK1.4.2, axis1.

Re: NullPointerException in WSDL2Java

2003-08-31 Thread Michal Kochanowicz
On Wed, Aug 27, 2003 at 10:41:52AM +0200, Michal Kochanowicz wrote: > I'm using axis-1.1 final. While tryng to use WSDL2Java I'm getting > NullPointerException: > java.lang.NullPointerException New xalan in jdkjre/lib/endorsed solved problem. -- --= Michal Kochan

NullPointerException in WSDL2Java

2003-08-27 Thread Michal Kochanowicz
Hi! I'm using axis-1.1 final. While tryng to use WSDL2Java I'm getting NullPointerException: java.lang.NullPointerException at org.apache.crimson.tree.ElementNode2.getAttributeNodeNS(ElementNode2.java:432) at com.ibm.wsdl.util.xml.DOMUtils.getAttributeNS(Unkn

Re: Antwort: document/literal, NullPointerException, Bug?

2003-07-23 Thread Davanum Srinivas
this is a bug. please log a bug report with your WSDL and SOAP Traces. -- dims --- Oliver Wulff <[EMAIL PROTECTED]> wrote: > > > > > I've found the reason: > > The generated stub is not correct. For my WSDL, I have to change the > following lines in getOrgEinheit of the class > Berechtigung_

Antwort: document/literal, NullPointerException, Bug?

2003-07-22 Thread Oliver Wulff
I've found the reason: The generated stub is not correct. For my WSDL, I have to change the following lines in getOrgEinheit of the class Berechtigung_1_0PortBindingStub: //_return.value = (com.xmlbus.berechtigung.xsd.OrgEinheit_T) _output.get(new javax.xml.namespace.QName("", "return")); _ret

document/literal, NullPointerException, Bug?

2003-07-22 Thread Oliver Wulff
Hi I'm trying to access a webservice with an Axis client. This webservice uses document and literal. I've attached the wsdl. If I call the method getOrgEinheit() I get a NullPointerException when I access the value attribute of the holder class (OrgEinheit_THolder). If the webse

RE: NullPointerException when calling ?WSDL

2003-06-11 Thread Steve Wood - Informavores
Sorry I can't be of more help - though I've only managed to stop that error; I've exchanged it for another! Any help is greatly appreciated. Cheers, Steve -Original Message- From: Sam Khan [mailto:[EMAIL PROTECTED] Sent: 11 June 2003 20:02 To: [EMAIL PROTECTED]; [EMAI

RE: NullPointerException when calling ?WSDL

2003-06-11 Thread Sam Khan
xisServletBase.java:335) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) /--SNIP -/ -Original Message- From: Steve Wood - Informavores [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 3:14 AM To: [EMAIL PROTECTED] Subject: Null

NullPointerException when calling ?WSDL

2003-06-11 Thread Steve Wood - Informavores
Hi, I'm having trouble with AXIS when generating the WSDL document: AXIS error Sorry, something seems to have gone wrong... here are the details: Fault - ; nested exception is: java.lang.NullPointerException AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException

Re: HTTPS problem: NullPointerException

2003-03-12 Thread Rosen Marinov
ginal Message - From: Rosen Marinov To: [EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 4:27 PM Subject: HTTPS problem: NullPointerException Hi all, I use Axis 1.1 ver from 9.Feb.2003 and Tomcat 4.0.3 I try to test can i use HTTPS. I read all user docs and instruc

HTTPS problem: NullPointerException

2003-03-11 Thread Rosen Marinov
Hi all, I use Axis 1.1 ver from 9.Feb.2003 and Tomcat 4.0.3 I try to test can i use HTTPS. I read all user docs and instructions make it ... but when I start my test client I recieve this exeption, what wrong I do?   MY ENDPOINT = https://localhost:8443/axis/test/TestWS.jws   AxisFault faul

NullPointerException in Service()

2003-02-26 Thread Uwe Kubosch
Hi all! I have a SOAP client with several threads that use the same instance of a helper class to create a Service object and a Call object in parallell. The helper class has no instance fields, so all fields are private to each thread. When I run the client I get the exception listed below.

RE: Axis 1.1 RC1 and SSL issue : NullPointerException on HTTPSender.getSocket

2003-02-19 Thread Stephane Lecercle
t, and a call to it. When I am running it on http, it works fine : the wsdl is retrieved successfully, and my service is well invoked. But, when I am using ssl, the wsdl is retrieved sucessfully, according to the certificates set on the client and tomcat, but the call to my service fails, with

Axis and SSL issue : NullPointerException on HTTPSender.getSocket

2003-02-19 Thread Stephane Lecercle
Hello,   I am trying to make a client invoke a web service with Axis/Tomcat. The client initializes the JSSE with the following settings :   System.setProperty("javax.net.ssl.trustStore",_storeLocation);System.setProperty("javax.net.ssl.trustStorePassword",_storePassword); System.setProperty

NullPointerException in SOAPFault

2003-02-14 Thread Oliver Adler
Hi, I' ve defined a service which does NOT throw a exception. But the handler in the global handler chain could throw exceptions. If that happens I got a NullPointerException atorg.apache.axis.message.SOAPFault line 184 My handler exceptions extend AxisFault and so the following code is in

RE: NullPointerException using AXIS 1.1Beta with UDDI4J

2002-12-09 Thread Tom Jordahl
: NullPointerException using AXIS 1.1Beta with UDDI4J I'm using AXIS 1.0 as the SOAP transport for UDDI4J registry access operations, and everything was working fine. When I upgraded to AXIS 1.1Beta, I got the NullPointerException shown below (taken from the UDDI4J debug output): TransportFactory:

NullPointerException using AXIS 1.1Beta with UDDI4J

2002-12-06 Thread Steve Pannier
I'm using AXIS 1.0 as the SOAP transport for UDDI4J registry access operations, and everything was working fine. When I upgraded to AXIS 1.1Beta, I got the NullPointerException shown below (taken from the UDDI4J debug output): TransportFactory: Using tran

RE: Nullpointerexception during serialization of array parameter

2002-11-18 Thread Randy Evans
For the record: I re-installed Axis with the nightly backup from 11/18/2002 and the problem no longer occurs. I believe there was a change made to SOAPPart.java that deleted a "log.debug" call in the SetCurrentForm method, and now I no longer receive the NullPointerException. Th

Nullpointerexception during serialization of array parameter

2002-11-18 Thread Randy Evans
I am using Axis 1.0 release dated October 7, 2002, client application. I am receiving a NullPointerException in ArraySerializer:111 on a call to method that uses a two-dimensional array for one of its input parameters. After receiving the NullPointerException, Axis client retries successfully

(sorry)URGENT: NullPointerException arrived

2002-09-21 Thread Gionata Gelati
Hi, yesterday I was deploying my sercei, I tested it and everything was fine. Changed port to tomcat for internal reasons, got the wsdl fiule of my webservice, got the client stubs using the WSDL2Java emitter. problem: i can bind to the service, but when the object providing the service is not i

Re: AdminClient throwing NullPointerException

2002-07-22 Thread Doug
l Message - > From: "Doug Breaux" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, July 19, 2002 8:12 AM > Subject: Re: AdminClient throwing > NullPointerException > > > > ok. since nobody else has responded here, and i > don'

Re: AdminClient throwing NullPointerException

2002-07-22 Thread Les Gerads
: AdminClient throwing NullPointerException > ok. since nobody else has responded here, and i don't find an existing > bug in bugzilla, i'm going to open one. > > Les Gerads wrote: > > I've received the samer error for the past few days under T

NullPointerException at org.apache.axis.message.SOAPFaultBuilder.endElement

2002-07-18 Thread Nirmala Ranganathan
"NullPointerException" is being thrown when I tried to call class Call's invoke method by passing in the SOAPEnvelope. The Soap Envelope looks like, http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xml

Re: AdminClient throwing NullPointerException

2002-07-16 Thread Les Gerads
I've received the samer error for the past few days under Tomcat 4.0.1 and have not been able to track it down. - Original Message - From: "doug" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 16, 2002 3:59 PM Subject: AdminClient throwing Nu

AdminClient throwing NullPointerException

2002-07-16 Thread doug
this has happened to me several times now. running Axis-beta-3 under Tomcat 4.04, when i try to run: java org.apache.axis.client.AdminClient list i get the following Exception: - Exception: AxisFault faultCode: {http://xml.apache.org/axis/}Server.userException faultString: java.lang.NullP

Re: NullPointerException with overloaded methods in Beta 2

2002-06-10 Thread Bob Cotton
> "Martin" == Martin Hubley <[EMAIL PROTECTED]> writes: Martin> Hi, we have the following five overloaded method Martin> signatures in a published SOAP object in Axis Beta 2 Martin> (don't ask why we have so many, that's out of my control Martin> at the moment): Overloaded me

NullPointerException with overloaded methods in Beta 2

2002-06-10 Thread Martin Hubley
Title: NullPointerException with overloaded methods in Beta 2 Hi, we have the following five overloaded method signatures in a published SOAP object in Axis Beta 2 (don't ask why we have so many, that's out of my control at the moment):     public List getProfiles(String profil

Bean Serialization - NullPointerException

2002-06-07 Thread Mark Kurley
I am getting a NullPointerException (see end of message) when calling a web service. I have noticed that this is only happening if the "Bean" for the web service extends another class. Example: public class BaseBean implements java.io.Serializable { private

RE: NullPointerException with Arrays

2002-05-29 Thread Chaudhri Rohit-CRC037
ay 29, 2002 9:58 AM > > To: [EMAIL PROTECTED] > > Cc: Chaudhri Rohit-CRC037 > > Subject: RE: NullPointerException with Arrays > > > > > > Hello, > > > > this is in response to your message to the axis-user > > group (I don't have the origina

RE: NullPointerException with Arrays

2002-05-29 Thread Boris Magocsi
Hello, this is in response to your message to the axis-user group (I don't have the original message in my mail reader...). If you are using public attributes and the BeanSerializer, then this looks a lot like bug #9492 in the bugzilla database: http://nagoya.apache.org/bugzilla/show_bug.cgi?i

NullPointerException with Arrays

2002-05-28 Thread Chaudhri Rohit-CRC037
Hello, I am using AXIS beta 2 with Jetty to deploy Web Services. I have a method in my Web Service interface that expects as a paramter an Array of a Java Object (called Attribute) that has 3 string fields in it. I get a NullPointerException when invoking this method. The other methods in the Web

NullPointerException when deploying

2002-05-15 Thread Gaël Pouzerate
Hi, I'm using Apache Axis beta2 (on weblogic5.1) I'm trying to deploy a web service by running: java org.apache.axis.client.AdminClient CustomerManagmentAPI.wsdd -lhttp://localhost:7654/axis/services/AdminService But on the server side (weblogic5.1), there's an exception occuring in Axis sayin

Re: NullPointerException while returning an arbitrary Java object

2002-04-29 Thread Vaishakhi Ajmera
lt;[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 4:27 PM Subject: RE: NullPointerException while returning an arbitrary Java object > > Did you have 2 constructors, the default and the initializer? > > There is a bug in Axis which doesn't handle the case of a missing default

Re: NullPointerException while returning an arbitrary Java object

2002-04-29 Thread R J Scheuerle Jr
"Vaishakhi Ajmera" To: <[EMAIL PROTECTED]> Subjec

RE: NullPointerException while returning an arbitrary Java object

2002-04-29 Thread Tom Jordahl
lways requires a default constructor (I think the JavaBean patter requires this). -- Tom Jordahl Macromedia -Original Message- From: Vaishakhi Ajmera [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 4:34 PM To: [EMAIL PROTECTED] Subject: Re: NullPointerException while returni

Re: NullPointerException while returning an arbitrary Java object

2002-04-29 Thread Vaishakhi Ajmera
laim that a class is bean like then it is not supposed to have a constructor? What was wrong with my constructor? I would appreciate if someone could answer these questions of mine. Thanks Vaishakhi - Original Message - From: "Vaishakhi Ajmera" <[EMAIL PROTECTED]> To: <[

NullPointerException while returning an arbitrary Java object

2002-04-29 Thread Vaishakhi Ajmera
Hello, I have a webservice method that returns to me a User object which is a bean like class have getters and setters for fields like firstname, lastname, password. My deploy.wsdd looks like this http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers

NullPointerException

2002-04-16 Thread Naresh Bhatia
Title: NullPointerException Hi, I am new to Axis - just started today with the beta 1 release. I have created a simple web-service using Java2WSDL followed by WSDL2Java. Unfortunately, I am getting a NullPointerException when calling the web service. Could someone please help me with how to

Deploying stock quote test causes nullPointerException

2002-03-19 Thread Phil Hunt
  I am attempting to deploy the stock quote application on Tomcat 4.0.3.  I get the following error.  Any ideas?   Many thanks!   Phil Hunt OctetString, Inc   C:\opt\xml-axis-beta1-rc2\samples\stock>java org.apache.axis.client.AdminClient -lhttp://192.168.0.2:8080/axis/services/Adm

NullPointerException in SOAPPart.getAsSOAPEnvelope()

2002-03-19 Thread Anastasia Arkhipova
Hello, The following code produces a NullPointerException on the soapPart.getAsSOAPEnvelope() line although the previous line shows that the soapPart object is not null. LimitedInputStream input = (LimitedInputStream) inputStream; int length = Integer.parseInt(numberOfBytes

NullPointerException in SOAPPart.getAsSOAPEnvelope()

2002-03-19 Thread Anastasia Arkhipova
Hello, The following code produces a NullPointerException on the soapPart.getAsSOAPEnvelope() line although the previous line shows that the soapPart object is not null: LimitedInputStream input = (LimitedInputStream) inputStream; int length = Integer.parseInt(numberOfBytes

* NullPointerException on passing arguments to function..

2002-03-06 Thread Kumar, Vinay 2
hello, i've created a TOMCAT/AXIS web service & calling it as shown below: /// java.lang.Boolean status; mService = new org.apache.axis.client.Service(); mCall= (org.apach

Re: NullPointerException from WSDL2Java with no style in soap:binding

2002-02-07 Thread Russell Butek
ROTECTED] cc: Subject: NullPointerException from WSDL2Java with no style in soap:binding I hope this is the right list to report bugs to... I took an Axis generated wsdl file (see attachment) from the stock sample and removed the style attribute from the soap:binding element (all the so

NullPointerException from WSDL2Java with no style in soap:binding

2002-02-07 Thread Joe Cortopassi
I hope this is the right list to report bugs to... I took an Axis generated wsdl file (see attachment) from the stock sample and removed the style attribute from the soap:binding element (all the soap:operation elements include a style). This gets a NPE from WSDL2Java with the stack trace: ja