Re: NullPointerException in Axis 1.1

2004-12-06 Thread ANDREW MICONE
Filed under JIRA per your request as Axis-1698. -- Andy >>> [EMAIL PROTECTED] 12/05/04 04:37AM >>> JIRA please. On Sun, 05 Dec 2004 01:00:22 -0700, ANDREW MICONE <[EMAIL PROTECTED]> wrote: > Do you want it in an e-mail or do you want me to open a case in JIRA and > attach it? > > >>> [EMAIL PR

Re: NullPointerException in Axis 1.1

2004-12-05 Thread Davanum Srinivas
JIRA please. On Sun, 05 Dec 2004 01:00:22 -0700, ANDREW MICONE <[EMAIL PROTECTED]> wrote: > Do you want it in an e-mail or do you want me to open a case in JIRA and > attach it? > > >>> [EMAIL PROTECTED] 12/04/04 07:59PM >>> > > > Can you PLEASE send a stack trace? > > thanks, > dims > > On

Re: NullPointerException in Axis 1.1

2004-12-05 Thread ANDREW MICONE
Do you want it in an e-mail or do you want me to open a case in JIRA and attach it? >>> [EMAIL PROTECTED] 12/04/04 07:59PM >>> Can you PLEASE send a stack trace? thanks, dims On Sat, 04 Dec 2004 16:02:21 -0700, ANDREW MICONE <[EMAIL PROTECTED]> wrote: > there's some problem with what java.util

Re: NullPointerException in Axis 1.1

2004-12-04 Thread Davanum Srinivas
Can you PLEASE send a stack trace? thanks, dims On Sat, 04 Dec 2004 16:02:21 -0700, ANDREW MICONE <[EMAIL PROTECTED]> wrote: > there's some problem with what java.util.hash takes as parameters. Replacing > Apache libraries with one's from Sun's JWSDP doesn't fix the problem. Only > solution is

Re: NullPointerException in Axis 1.1

2004-12-04 Thread ANDREW MICONE
there's some problem with what java.util.hash takes as parameters. Replacing Apache libraries with one's from Sun's JWSDP doesn't fix the problem. Only solution is to tool back the JVM to 1.4. grrr. -- Andy >>> [EMAIL PROTECTED] 12/04/04 02:51PM >>> I'm versioning back to Axis 1.1 and I've insta

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
see http://www.mail-archive.com/[EMAIL PROTECTED]/msg02320.html for an explanation. -- dims On Mon, 19 Jul 2004 14:41:45 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: > Hello, > I didn't get any response concerning what I observed? > Is it the expected behavior? > >

Re: NullPointerException when using JDK 1.5

2004-07-19 Thread Jean-Francois Denise - Sun Microsystems
Hello, I didn't get any response concerning what I observed? Is it the expected behavior? Davanum Srinivas wrote: hmmmi don't remember this one. glen? -- dims On Fri, 16 Jul 2004 10:29:45 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: Thanks, the problem doesn't oc

Re: NullPointerException when using JDK 1.5

2004-07-16 Thread Davanum Srinivas
hmmmi don't remember this one. glen? -- dims On Fri, 16 Jul 2004 10:29:45 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: > Thanks, > the problem doesn't occur with beta2. > I just noticed that the well known ns used for auto ser/deser > (http://xml.apache.org/axis/j

Re: NullPointerException when using JDK 1.5

2004-07-16 Thread Jean-Francois Denise - Sun Microsystems
Thanks, the problem doesn't occur with beta2. I just noticed that the well known ns used for auto ser/deser (http://xml.apache.org/axis/java) is no more used. Did you found problems using a specific ns? I noticed that he Java class package name is put as is in the URI part of QName. Local part be

Re: NullPointerException when using JDK 1.5

2004-07-15 Thread Davanum Srinivas
http://marc.theaimsgroup.com/?l=axis-dev&m=108980953117442&w=2 On Thu, 15 Jul 2004 17:32:03 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: > Hello, > I tried with the following release : > Apache Axis version: 1.2beta > Built on Mar 31, 2004 (12:47:03 EST) > > The probl

Re: NullPointerException when using JDK 1.5

2004-07-15 Thread Jean-Francois Denise - Sun Microsystems
Hello, I tried with the following release : Apache Axis version: 1.2beta Built on Mar 31, 2004 (12:47:03 EST) The problem is still there. I notice that the axis release is from March the 31. It is not the latest I suppose. Where can I get the latest one? Regards. JEFF Davanum Srinivas wrote: Jeff

Re: NullPointerException when using JDK 1.5

2004-07-15 Thread Davanum Srinivas
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 trying to "port" the JMX Remote RI? thanks, dims On Thu, 15 Jul 2004 14:28:09 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: > S

Re: NullPointerException urgent!

2004-04-02 Thread Yoojin Hong
Thank you. This time, I tried to call to the method searchPerson with a pre-fixed value.(no change to pass null parameter) But, sill have the error. I believe that there have been no change in programs or others related to my web service. There may be a change for others sharing a computer to modif

Re: NullPointerException urgent!

2004-04-01 Thread HG
Hi there   From your stack trace it looks like the error is happening here:   OpenDBLPClient.OpenDBLPBindingStub.searchPerson(OpenDBLPBindingStub.java:484)   Do you call your web service directly from your JSP (through a service singleton).. Check the stub and line number 484, to see if there

RE: NullPointerException

2004-03-19 Thread Hari Lakshmanan
I figured out. I need to override setChildValue in my custom serializer and in that routine I need to convert between int and Intger __Hari -Original Message- From: Hari Lakshmanan Sent: Thu 3/18/2004 4:54 PM To: [EMAIL PROTECTED] Cc:

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, -

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
try another port, 1234 might be unusable in your environment.. usually a port number 8000+ is a better guess. -- Systems Development WorldRes, Inc. PlacesToStay.com "Online hotel reservations worldwide." -Original Message- From: Marc Logemann [mailto:[EMAIL PROTECTED] Sent: Monday, Decem

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

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 Kochanowicz =--==--==BOFH==--==--= [EMAIL

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
Hi Steve, I'm having a similiar problem and so far havent had any luck with solutions from the user group ( my error is listed below ). The web service itself runs successfully, the problem occurs when trying to generate WSDL using '?wsdl' in the URL. I'm pretty sure that it is a configuration

RE: NullPointerException using AXIS 1.1Beta with UDDI4J

2002-12-09 Thread Tom Jordahl
Steve, The getSocket code calls org.apache axis.components.net.SocketFactoryFactory.getFactory(), which creates either a SocketFactory or a SecureSocketFactory. I know that changes have been made to the SSL/SecureSockets code post 1.0, are you using an https URL? I would debug the calls that

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. The original proble

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

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

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
I was finally able to resolve my issue but the resolution confuses me so I still need some insight from anyone who can give me some. My User class that I was trying to return from the webservice has a constructor as follows public User(String vFname, String vLname, String vPassword, String

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

2002-02-07 Thread Russell Butek
Ah... From the WSDL spec: if the style attribute is omitted, it is assumed to be "document". I'll fix it today. Thanks. Russell Butek [EMAIL PROTECTED] Joe Cortopassi <[EMAIL PROTECTED]> on 02/07/2002 08:46:22 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Nu