You are right. On the Java console window, I saw an empty line being printed before the exception happened. So do you think that the problem is in xmlrpc++ client or in Java webserver?
--- Eric Westfall <[EMAIL PROTECTED]> wrote: > Well, looks like that's happening when trying to > read in the http headers from the request. Perhaps > its a problem with the xmlRpc++ client? Try turning > on XmlRpc.debug and see what's printed out for the > first line in the request. I'm guessing its going > to be the empty string. > > Hope that helps, > Eric > ----- Original Message ----- > From: Sneha V > To: [EMAIL PROTECTED] > Sent: Thursday, March 25, 2004 1:02 AM > Subject: Re: java.util.NoSuchElementException > > > Hi, > Sorry for the delay. Whenever I turn on the debug, > the webserver hangs. Luckily this time, I was able > to capture the stackTrace. > > I turned on debug and here is the stacktrace: > > java.util.NoSuchElementException > java.util.NoSuchElementException > at java.util.StringTokenizer.nextToken(Unknown > Source) > at > org.apache.xmlrpc.WebServer$Connection.run(WebServer.java:734) > at > org.apache.xmlrpc.WebServer$Runner.run(WebServer.java:656) > at java.lang.Thread.run(Unknown Source) > > Also, sometimes the Webserver simply hangs when I > turn on debug. This is how I am using xmlRpc: > 1. Java XmlRpcClientLite on windows2000 connected > to a xmlRpcC++ server on linux. > 2. xmlRpc++ client on linux connected to Java > Webserver on windows 2000. > > Basically one connection from windows to linux and > another connection in the opposite direction. > > regards, > shanmuk > > Eric Westfall <[EMAIL PROTECTED]> wrote: > Is there a stacktrace printed out with that? > > ----- Original Message ----- > From: "Sneha V" > To: > Sent: Tuesday, March 23, 2004 1:17 PM > Subject: Re: java.util.NoSuchElementException > > > > > > Forgot to mention that I am running the client > on > > Linux and the server on windows2000. > > > > thanks, > > sneha > > --- Sneha V wrote: > > > Hi, > > > > > > I am using xmlrpc-1.2-b1 Webserver on > Windows 2000 > > > and > > > xmlrpc++ client (downloaded from > > > http://xmlrpcpp.sourceforge.net). > > > > > > When the client tries to execute a method on > the > > > WebServer, I get the correct response but I > get an > > > error > > > "java.util.NoSuchElementException" on the > server's > > > java console. > > > > > > Any idea why I am getting this exception and > any > > > fix? > > > > > > Thanks, > > > sneha > > > > > > __________________________________ > > > Do you Yahoo!? > > > Yahoo! Mail - More reliable, more storage, > less spam > > > http://mail.yahoo.com > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Mail - More reliable, more storage, > less spam > > http://mail.yahoo.com > > > Do you Yahoo!? > Yahoo! Mail - More reliable, more storage, less > spam > __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com
