AW: InvocationTargetException when transferring a custom class in inheritance

2005-02-14 Thread Steffen Heil
Hi > public class Dog implements java.io.Serializable { You are propably missing "extends Animal" here... Regards, Steffen smime.p7s Description: S/MIME cryptographic signature

InvocationTargetException when transferring a custom class in inheritance

2005-02-14 Thread babloosony
Hi All, There is simple POJO web service whose method takes a java object whose class extends another class. Here are the below details. When I try to invoke a web service java client program that uses AXIS 1.2 RC2 stubs I am getting an exception. ---

InvocationTargetException when I throw AxisFault

2004-12-09 Thread Dorner, Thomas
Title: InvocationTargetException when I throw AxisFault Hello All, When I throw an AxisFault from my application, the WebService-impl throw a RemoteException. That's ok, because AxisFault extends from RemoteException. But when the my Service-Class throw the RemoteExcpetion t

InvocationTargetException when validating using schema

2004-12-01 Thread Michael Garthwaite
Hi there, Im trying to use axis create a web service which validates an xml document by using an xml schema. The java class works fine when used outside axis and I know that the xml doc is both well formed and valid. When I try to validate using a web service I get the stack trace below. I have al

InvocationTargetException...

2004-11-12 Thread Frank Maritato
Hi, I'm using axis 1.2RC1 and jdk 1.4.2_02 on linux to generate java classes from a wsdl and xsd's. When I run my client, I'm getting the below stack trace when calling an internal webservice that is being developed by another group. It is very possible that the xml I'm getting back is not vali

Re: InvocationTargetException

2004-10-09 Thread crisTian
Thanks Thomas... There was another problem about a null pointer exception... - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 09, 2004 2:11 AM Subject: Re: InvocationTargetException > could be anything, id suggest wher

Re: InvocationTargetException

2004-10-08 Thread thomas . bailey
a simple service running in Axis server > > When I execute the java client an exception is throwed: > InvocationTargetException. > > The exception string is showed below: > > AxisFault > > faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.use

InvocationTargetException

2004-10-08 Thread crisTian
Hi all, I'm generate Java objects with the WSDL2Java tool I have a simple service running in Axis server When I execute the java client an exception is throwed: InvocationTargetException. The exception string is showed below: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/env

InvocationTargetException

2004-08-27 Thread Ivan Aguirre
Sorry... it's a large message, but if anyone could help me ;).. thanx I have an strange fault when calling a Axis Web Service. I use two methods: getPagedUserReport and getPageFromReport from the same WS, called "Report". The caller code: *

Re: InvocationTargetException

2004-04-22 Thread Rafe Colburn
string out of > that object and returns it. > > Or, that's what it's supposed to do. Instead it returns an > InvocationTargetException by way of a fault. If I remove the method > call from my SOAP-accessible method and just return a static string, > everything w

InvocationTargetException

2004-04-21 Thread Rafe Colburn
tead it returns an InvocationTargetException by way of a fault. If I remove the method call from my SOAP-accessible method and just return a static string, everything works fine. If I call the SOAP-accessible method outside the SOAP context (by instantiating the class directly and calling the meth

Re: InvocationTargetException

2004-03-29 Thread Paul Phillips
caught and reported the trace back of the exception, that did not happen for this case. I was surprised when log.debug() statements led me back to the heart of my service code and the offending reference inside a try block. Though I caught Exception, and InvocationTargetException is derived from Exc

RE: InvocationTargetException

2004-03-28 Thread sergeant
the trace back of the exception, that did not happen for this case. I was surprised when log.debug() statements led me back to the heart of my service code and the offending reference inside a try block. Though I caught Exception, and InvocationTargetException is derived from Exception, my handlin

Re: InvocationTargetException

2004-03-27 Thread Paul Phillips
Paul Phillips wrote: I'm trying to call a function on my axis server that I have changed today to accept two parameters, whereas before it accepted none. However, upon rebuilding and deploying it I keep getting the error: edit: The function I'm trying to call has this signature: public java.lan

InvocationTargetException

2004-03-27 Thread Paul Phillips
I'm trying to call a function on my axis server that I have changed today to accept two parameters, whereas before it accepted none. However, upon rebuilding and deploying it I keep getting the error: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSub

InvocationTargetException with complex type

2004-03-24 Thread Jean-Christophe Praud
[sorry for reposting, my previous email had the same subject as another thread] Hi all, I've got this exception on my server after a SOAP call... It basically sends an array of beans to the Axis server... This code was working on another project. The SOAP part was the same, only the package na

InvocationTargetException

2004-03-23 Thread Jean-Christophe Praud
Hi all, I've got this exception on my server after a SOAP call : [2004-03-23 22:58:31] AXIS FAULT: java.lang.reflect.InvocationTargetException AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.lang.reflect.InvocationTargetExcepti

RE: InvocationTargetException

2004-03-04 Thread Bobba, Ramesh
:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 11:57 PM To: [EMAIL PROTECTED] Subject: RE: InvocationTargetException Have you declared your serializers/deserializers for the complex type in the wsdd file correctly? Zoltan Schreter IBM/Nokia > -Original Message- > From: ext

RE: InvocationTargetException

2004-03-04 Thread Ext-Zoltan.Schreter
:07 > To: Axis-User (E-mail) > Subject: InvocationTargetException > > > > Hi, > > When I have a method that takes a String and returns a String, the web > service works fine. When ther is a method that takes a > complex type, I get > the InvocationTarge

RE: InvocationTargetException

2004-03-03 Thread Ext-Zoltan.Schreter
l) > Subject: InvocationTargetException > > > > Hi, > > When I have a method that takes a String and returns a String, the web > service works fine. When ther is a method that takes a > complex type, I get > the InvocationTargetException. Can you please help me. > > Thanks, >

RE: InvocationTargetException

2004-03-03 Thread Callahan, Paul
Title: RE: InvocationTargetException Can you post the specific code?  both method and complex type... -Original Message- From: Bobba, Ramesh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 03, 2004 5:07 PM To: Axis-User (E-mail) Subject: InvocationTargetException Hi, When I

InvocationTargetException

2004-03-03 Thread Bobba, Ramesh
Hi, When I have a method that takes a String and returns a String, the web service works fine. When ther is a method that takes a complex type, I get the InvocationTargetException. Can you please help me. Thanks, Ramesh. AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope

RE: JNI InvocationTargetException w/Tomcat service (solved).

2004-02-13 Thread Mark
mmand line with something like -Djava.library.path="C:\my dll folder" . I have no idea where you set this for tomcat, and I don't think you can set it in java either. Jon M -Original Message- From: Mark [mailto:[EMAIL PROTECTED] Sent: 13 February 2004 16:48 To: [EMAIL PROTEC

RE: JNI InvocationTargetException w/Tomcat service

2004-02-13 Thread Jonathan Melvin
java either. Jon M -Original Message- From: Mark [mailto:[EMAIL PROTECTED] Sent: 13 February 2004 16:48 To: [EMAIL PROTECTED] Subject: JNI InvocationTargetException w/Tomcat service I have an Axis web service that needs to utilize numerous JNI C++ components under Win2k. Putting the location of th

JNI InvocationTargetException w/Tomcat service

2004-02-13 Thread Mark
I have an Axis web service that needs to utilize numerous JNI C++ components under Win2k. Putting the location of the .DLL/.LIB files in the system PATH works fine when running Tomcat in standalone console mode. However, when Tomcat is run as a service I get the following error when attempts at

Re: InvocationTargetException

2004-02-09 Thread priyada2
Regards Ashok Priyadarshan Applications Specialist Gartmore Global Investments 1200 River Road Conshohocken, PA 19428 (484) 530-1503 http://www.gartmore.us

Re: InvocationTargetException

2004-02-09 Thread Sai Pradeep - Hotmail
s Sai. - Original Message - From: Rommel Sharma To: [EMAIL PROTECTED] Sent: Friday, February 06, 2004 11:37 AM Subject: InvocationTargetException Hi,     I am getting java.lang.reflect.InvocationTargetException while making a calll to my webservice on T

Re: InvocationTargetException

2004-02-08 Thread Venkatesh Kancharla
It might be because, your webservice could not find some class files which it needed. Make sure you have placed all the necessary class files in the WEB-INF/classes or WEB-INF/lib directory. regards Venkatesh On Fri, 6 Feb 2004, Rommel Sharma wrote: > setting cookie property in CallHi, > I a

RE: InvocationTargetException

2004-02-08 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
ject: InvocationTargetException Hi,     I am getting java.lang.reflect.InvocationTargetException while making a calll to my webservice on Tomcat 4.1.12.     Any idea why this could be happening... Thanks, Rommel.   DEBUG [main] - http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="htt

InvocationTargetException

2004-02-08 Thread Rommel Sharma
Title: setting cookie property in Call Hi,     I am getting java.lang.reflect.InvocationTargetException while making a calll to my webservice on Tomcat 4.1.12.     Any idea why this could be happening... Thanks, Rommel.   DEBUG [main] - http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="h

Re: JNI with AXIS - InvocationTargetException

2004-01-23 Thread Sai Pradeep - Hotmail
files are not placed in the System path, you will get an InvocationTargetException.   Check whether you have placed all the dependency classes, if you have any in the webapps/axis/ of your tomcat server.   Hope this works!!! Best of luck Cheers Sai.

RE: JNI with AXIS - InvocationTargetException

2004-01-12 Thread Martin, Richard
---From: Sai Pradeep - Hotmail [mailto:[EMAIL PROTECTED] Sent: 13 January 2004 00:42To: [EMAIL PROTECTED]Subject: JNI with AXIS - InvocationTargetException Hi All!   I came to know from the mailing list that many people used Jni with Axis. My task was to develop a web service which

JNI with AXIS - InvocationTargetException

2004-01-12 Thread Sai Pradeep - Hotmail
Hi All!   I came to know from the mailing list that many people used Jni with Axis. My task was to develop a web service which can invoke a JNI. Whenever I try to invoke jni from my service I get an Exception "InvocationTargetException". When i try to run this jni applicati

invocationTargetException solved

2003-12-05 Thread Roy Willy Haug
Title: invocationTargetException solved Like some other posters to this list I got the java.lang.reflect.invocationTargetException in the client. This issue was solved by putting all necessary project jars into the jakarta-tomcatxxx\webapps\axis\WEB-INF\lib directory and restarting the

RE: InvocationTargetException

2003-09-14 Thread Szöllosy Balázs
[EMAIL PROTECTED] > Küldve: 2003. szeptember 12. 09:32 > Címzett: [EMAIL PROTECTED] > Tárgy: Re: InvocationTargetException > > > Use log4j.properties to turn on logging (see the axis docs). > This helps > a lot when you get vague errors like this. Best of luck. &

Re: InvocationTargetException

2003-09-12 Thread Stephen Gordon
Use log4j.properties to turn on logging (see the axis docs). This helps a lot when you get vague errors like this. Best of luck. stephen Morin, Marc-André wrote: Hi all, I deployed my web service with Tomcat 4.1.27 and axis 1.1 and I get the following error when a call is made to the service:

InvocationTargetException

2003-09-11 Thread "Morin, Marc-André"
Hi all, I deployed my web service with Tomcat 4.1.27 and axis 1.1 and I get the following error when a call is made to the service: Exception in thread "main" AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.lang.reflect.Inv

InvocationTargetException..

2003-09-09 Thread Szöllosy Balázs
setReturnType(qnList); terminus.query_types.ContextListType ret=(terminus.query_types.ContextListType)call.invoke(new Object[] {}); I get InvocationTargetException, where the stack trace is: java.lang.reflect.InvocationTargetException at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBu

RE: InvocationTargetException error

2003-08-29 Thread David You
Try to update to latest SP6 and use JDK1.4.x David -Original Message- From: Szöllosy Balázs [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 7:34 AM To: [EMAIL PROTECTED] Subject: InvocationTargetException error Hi ! I'm successfully deployed an axis webservice under iP

InvocationTargetException error

2003-08-29 Thread Szöllosy Balázs
Hi ! I'm successfully deployed an axis webservice under iPlanet 6.0. When I try to view the deployed webservices it shows everything correct. But when I try to invoke sg. with .NET client it says InvocationTargetException. (I've already deployed the same webservice on a different server

Re: Is JNI on Axis possible? InvocationTargetException

2003-08-27 Thread Adhamh Findlay
BTW, my InvocationTargetException was caused by not have the shared library or DLL, or whatever in the correct location. Adhamh On 8/27/03 11:27 AM, "Adhamh Findlay" <[EMAIL PROTECTED]> wrote: > Several people here are using JNI. I tired it and was able to go

Re: Is JNI on Axis possible? InvocationTargetException

2003-08-27 Thread Adhamh Findlay
t; JNI method inside of a service provider? Is it a path problem? > > Kazuo Miyamoto > > Several people here are using JNI. I tired it and was able to go it to work. The InvocationTargetException is likely coming from your JNI code. Make sure that code works independently of A

Is JNI on Axis possible? InvocationTargetException

2003-08-27 Thread Scott Rader
I am trying to implement a web service provider on Windows 2000 with Tomcat 4.1 and Axis 1.1 installed. I have a JNI class and method that works when called from a Java application, but when I call it form inside of a service provider I get the following error. java.lang.reflect.InvocationTargetE

RE: InvocationTargetException

2003-03-09 Thread Krishnakumar B
Check if all the required jars are present in the classpath. Regards BKK -Original Message- From: Sonja Pieper [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 9:04 PM To: [EMAIL PROTECTED] Subject: InvocationTargetException Hi, I set up my service and all. It seems to be

InvocationTargetException

2003-03-07 Thread Sonja Pieper
Hi, I set up my service and all. It seems to be working. But now I am getting a java.lang.reflect.InvocationTargetException anyone seen this before and can tell me what is wrong? (yes I still need to set up my soap monitor but it is friday late afternoon and I would rather be at home - would b

solved - was Re: InvocationTargetException/NoSuchMethodError ondeploy

2002-06-04 Thread Bryan Field-Elliot
I believe I have solved my problem... I used to be using Axis beta 1. I had the "jaxrpc.jar" left over from beta 1 in my Tomcat/common/lib directory. After copying beta 2's version of jaxrpc.jar into common/lib, it appears as though I can deploy correctly now. Thanks, Bryan On Tue, 200

InvocationTargetException/NoSuchMethodError on deploy

2002-06-04 Thread Bryan Field-Elliot
I'm using Axis beta 2. I've written a WSDL file (by hand), generated skeletons/stubs, compiled them, and deployed them to Tomcat just fine. Now when I try to deploy the Axis service (using the generated .wsdd file), I get the following exception. Any help would be greatly appreciated, as this is

Re: InvocationTargetException

2002-04-30 Thread Sven Kuenzler
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 11:43 PM Subject: RE: InvocationTargetException hi sven, this might be a completely simplistic suggestion but how about putting a try { } catch(Exception e) { e.printStackTrace(); } around where you get the Inv

RE: InvocationTargetException

2002-04-29 Thread Schuring, Tom
hi sven, this might be a completely simplistic suggestion but how about putting a try { } catch(Exception e) { e.printStackTrace(); } around where you get the InvocationTargetException ? best regards, tom -Original Message- From: Sven Kuenzler [mailto:[EMAIL PROTECTED]] Sent

InvocationTargetException

2002-04-29 Thread Sven Kuenzler
I am developing an application with Axis beta 1 on Tomcat 4.0.3. When trying to integrate FOP, I get an InvocationTargetException. Unfortunatley, I do not get a stack trace. How can I get a more verbose ouput from Axis? Does anybody happen to know the FOP problem? I put fop.jar, avalon