org.apache.axis2.AxisFault caused by java.lang.IllegalArgumentException

2009-12-17 Thread wazup80
nabble.com/org.apache.axis2.AxisFault-caused-by-java.lang.IllegalArgumentException-tp26833483p26833483.html Sent from the Axis - User mailing list archive at Nabble.com.

java.lang.IllegalArgumentException ( Enumeration ) - Please help

2009-02-18 Thread Ashish Soni
AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.lang.IllegalArgumentException faultActor: faultNode: faultDetail: *{ http://xml.apache.org/axis/}stackTrace:java.lang.IllegalArgumentException at

Re: java.lang.IllegalArgumentException: Wrong target. class ...

2008-08-26 Thread Anne Thomas Manes
> > > wert > > > > > > > > Here the exception thrown. > > javax.ejb.EJBException: java.lang.IllegalArgumentException: Wrong target. > class de.prisma.moses.we

java.lang.IllegalArgumentException: Wrong target. class ...

2008-08-26 Thread O. Bigalk
eption thrown. javax.ejb.EJBException: java.lang.IllegalArgumentException: Wrong target. class de.prisma.moses.webfrontend.reference.RefObjectFinderBean for public ava.util.List de.prisma.moses.webfrontend.reference.RefObjectFinderBean.getResultListWi

Re: java.lang.IllegalArgumentException: Null OutputStream specified

2008-07-29 Thread johoso
received, like this: > > public Document webService(Document document) { > return document; > } > > The following error occurs: > > java.lang.IllegalArgumentException: Null OutputStream specified > > org.apache.axis2

java.lang.IllegalArgumentException: Null OutputStream specified

2008-07-22 Thread johoso
exact same document that just has been received, like this: public Document webService(Document document) { return document; } The following error occurs: java.lang.IllegalArgumentException: Null OutputStream specified org.apache.axis2.Axis

Re: java.lang.IllegalArgumentException with Document/Literal...help please

2007-05-24 Thread Martin Gainty
, Michael To: axis-user@ws.apache.org Sent: Thursday, May 24, 2007 12:26 PM Subject: java.lang.IllegalArgumentException with Document/Literal...help please To all: I am stressing about this exception I am getting. We have a web service, deployed on JBoss 4.2.5 using Axis 1.4. We

java.lang.IllegalArgumentException with Document/Literal...help please

2007-05-24 Thread Bauer, Michael
method public long com.bofa.esm.selfservice.SelfServiceImpl.distributeSelfService(java.lang .String,java.lang.String,java.lang.String,boolean) throws java.lang.Exception with arguments java.lang.String,null,null,null. The arguments do not match the signature. java.lang.IllegalArgumentE

OMException: java.lang.IllegalArgumentException: null rcl

2007-04-17 Thread shail here
And while invoking the service i am getting the following exception : Caused by: org.apache.axiom.om.OMException: java.lang.IllegalArgumentException: null rcl at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:194) at org.apache.axiom.om.impl.llom.OMNodeImpl.build(O

RE: [Axis2] java.lang.IllegalArgumentException: null rcl

2007-02-13 Thread Ted Jones
- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 7:26 AM To: axis-user@ws.apache.org Subject: RE: [Axis2] java.lang.IllegalArgumentException: null rcl Thanks for figuring it out Ted .. please attach as a patch to that JIRA! Thanks, Sanjiva. On Mon, 2007-02

RE: [Axis2] java.lang.IllegalArgumentException: null rcl

2007-02-13 Thread Sanjiva Weerawarana
Monday, February 12, 2007 10:20 AM > To: axis-user@ws.apache.org > Subject: RE: [Axis2] java.lang.IllegalArgumentException: null rcl > > > > Perhaps this is a bug? I removed my custom wsdl and let Axis2 generate > it for me. I am seeing the same issue while trying to get the class > loader f

RE: [Axis2] java.lang.IllegalArgumentException: null rcl

2007-02-12 Thread Ted Jones
@ws.apache.org Subject: RE: [Axis2] java.lang.IllegalArgumentException: null rcl Perhaps this is a bug? I removed my custom wsdl and let Axis2 generate it for me. I am seeing the same issue while trying to get the class loader for the java.lang.Boolean class. I suspect since this class is in the boot

RE: [Axis2] java.lang.IllegalArgumentException: null rcl

2007-02-12 Thread Ted Jones
: [Axis2] java.lang.IllegalArgumentException: null rcl More info... In debug, I can see the issue is spawning from the following call to the constructor of ReflectClassBuilder in the JamServiceFactoryImpl class (from the annogen jar): public ReflectClassBuilder(ClassLoader rcl) { if (rcl

RE: [Axis2] java.lang.IllegalArgumentException: null rcl

2007-02-09 Thread Ted Jones
xis2 1.1.1. Thanks, Ted From: Ted Jones [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 2:05 PM To: axis-user@ws.apache.org Subject: [Axis2] java.lang.IllegalArgumentException: null rcl I am encountering the following exception in the Stax parser of A

[Axis2] java.lang.IllegalArgumentException: null rcl

2007-02-09 Thread Ted Jones
I am encountering the following exception in the Stax parser of Axis2 while rendering the results from my web service: org.apache.axiom.om.OMException: java.lang.IllegalArgumentException: null rcl I have read some threads indicating there issues related to java collections returned in Axis2. I

Re: java.lang.IllegalArgumentException

2006-03-15 Thread Dies Koper
PROTECTED] Sent: 15 March 2006 00:29 To: axis-user@ws.apache.org Subject: Re: java.lang.IllegalArgumentException Hello William, I do not know the conditions for them to be generated, but generated Javabean classes often get helper methods such as: - getTypeDesc - getSerializer - getDe

RE: java.lang.IllegalArgumentException

2006-03-15 Thread William Ward
Message- From: Dies Koper [mailto:[EMAIL PROTECTED] Sent: 15 March 2006 00:29 To: axis-user@ws.apache.org Subject: Re: java.lang.IllegalArgumentException Hello William, I do not know the conditions for them to be generated, but generated Javabean classes often get helper methods such as

Re: java.lang.IllegalArgumentException

2006-03-14 Thread Dies Koper
egards, William -Original Message- From: Dies Koper [mailto:[EMAIL PROTECTED] Sent: 14 March 2006 14:02 To: axis-user@ws.apache.org Subject: Re: java.lang.IllegalArgumentException Hello William, We'd need to see the WSDL to see if the SOAP message is right. Unfortunately the SOAP messag

RE: java.lang.IllegalArgumentException

2006-03-14 Thread William Ward
6 14:02 To: axis-user@ws.apache.org Subject: Re: java.lang.IllegalArgumentException Hello William, We'd need to see the WSDL to see if the SOAP message is right. Unfortunately the SOAP message is rather long and complicated. You might not get any replies. As you seem to use complex struc

Re: java.lang.IllegalArgumentException

2006-03-14 Thread Dies Koper
0 0 Email == -Original Message----- From: Dies Koper [mailto:[EMAIL PROTE

RE: java.lang.IllegalArgumentException

2006-03-14 Thread William Ward
== -Original Message- From: Dies Koper [mailto:[EMAIL PROTECTED] Sent: 14 March 2006 13:00 To: axis-user@ws.apache.org Subject: Re: java.lang.IllegalArgumentException Hello William, Looks like a tough one.. For starters, use tcpmon to capture the SOAP messa

Re: java.lang.IllegalArgumentException

2006-03-14 Thread Dies Koper
Hello William, Looks like a tough one.. For starters, use tcpmon to capture the SOAP message. Checking the SOAP message usually helps to determine whether the problem is on the sending or receiving end. Regards, Dies William Ward wrote: Hi, I get the following exception when calling a we

java.lang.IllegalArgumentException

2006-03-14 Thread William Ward
Hi, I get the following exception when calling a web service using Axis, I am calling the Web Service from a JSP page on Tomcat Any ideas how I can find out what is causing this problem {http://xml.apache.org/axis/}stackTrace:java.lang.IllegalArgumentExcepti on at org.apache.axis.enco

Re:Please Help Me! java.lang.IllegalArgumentException: localPart cannot be null

2005-04-02 Thread angeloimm
: Date : Thu, 31 Mar 2005 23:58:02 +0200 Subject : Please Help Me! java.lang.IllegalArgumentException: localPart cannot be null > Hi all. I'm using Axis RC1.2 under JBoss 3.2.6, JDK 1.4.2_07 and Windows XP > Home edition. > Well... i have this simple client: &

Re:Please Help Me! java.lang.IllegalArgumentException: localPart cannot be null

2005-04-02 Thread angeloimm
-- Initial Header --- >From : "angeloimm" [EMAIL PROTECTED] To : "Axis Axis" axis-user@ws.apache.org Cc : Date : Thu, 31 Mar 2005 23:58:02 +0200 Subject : Please Help Me! java.lang.IllegalArgumentException: localPart cannot

Please Help Me! java.lang.IllegalArgumentException: localPart cannot be null

2005-03-31 Thread angeloimm
r( ex ); } I have this error that is driving me to become crazy: 2005-03-31 23:47:53,698 DEBUG [it.eng.test.client.util.SimpleAxisClient] Creating call. 2005-03-31 23:47:53,778 DEBUG [it.eng.test.client.util.SimpleAxisClient] Done!! 2005-03-31 23:47:53,828 INFO [STDOUT] java.lang.Ille

Newbie: java.lang.IllegalArgumentException: localPart cannot be null

2005-02-21 Thread angeloimm
HTTP/1.1 on http-0.0.0.0-8080 09:43:19,258 INFO [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009 09:43:19,268 INFO [JkMain] Jk running ID=0 time=0/101 config=null 09:43:19,368 INFO [Server] JBoss (MX MicroKernel) [3.2.6 (build: CVSTag=JBoss_3_2_6 date=200410140106)] Started in 29s:783ms 0