You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@ws.apache.org by Ray Grieselhuber <rg...@yahoo.com> on 2003/11/24 21:45:48 UTC

Help: org.apache.xmlrpc.XmlRpcException: Invalid fault

Hi,
Here is my code:

  XmlRpcClient xmlrpc = new XmlRpcClient
("http://www.myurl.com/cgi-bin/mt-xmlrpc.cgi");
 
  Vector params = new Vector();
  params.addElement ("");
  params.addElement ("username");
  params.addElement ("password");

  Object result = (String) xmlrpc.execute ("",
params);

Here is my error:

[11/24/03 11:52:52:878 PST] 12335838 WebGroup      E
SRVE0026E: [Servlet Error]-[Invalid fault response]:
org.apache.xmlrpc.XmlRpcException: Invalid fault
response
	at
org.apache.xmlrpc.XmlRpcClient$Worker.execute(XmlRpcClient.java:462)
	at
org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:163)
	at
org.apache.jsp._accounts._jspService(_accounts.java:107)
	at
com.ibm.ws.webcontainer.jsp.runtime.HttpJspBase.service(HttpJspBase.java:89)
	at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at
com.ibm.ws.webcontainer.jsp.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:344)
	at
com.ibm.ws.webcontainer.jsp.servlet.JspServlet.serviceJspFile(JspServlet.java:598)
	at
com.ibm.ws.webcontainer.jsp.servlet.JspServlet.service(JspServlet.java:696)
	at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at
com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
	at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
	at
com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
	at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
	at
com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:258)
	at
com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
	at
com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
	at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:872)
	at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:491)
	at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:173)
	at
com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79)
	at
com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:199)
	at
com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
	at
com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:114)
	at
com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:187)
	at
com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:331)
	at
com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
	at
com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:432)
	at
com.ibm.ws.http.HttpConnection.run(HttpConnection.java:343)
	at
com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:592)

Any ideas?

__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/