Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Strange error - Exception from service object: For input string: "3630000000"

22 views
Skip to first unread message

rico...@gmail.com

unread,
Apr 13, 2006, 8:18:28 PM4/13/06
to
Hello!

I keep on getting the following error in my Java 1.5 app with the
Google API:

com.google.soap.search.GoogleSearchFault: Fault Code = SOAP-ENV:Server
Fault String = Exception from service object: For input string:
"3630000000"

The input string changes every time, but is always a number similar to
the one displayed above. What in the world is this error supposed to
mean? I've debugged my code, and my inputs to the API seem to be
working fine...?

Thanks!
-Rich

rico...@gmail.com

unread,
Apr 13, 2006, 8:37:16 PM4/13/06
to
P.S. I seem to get the error only while searching for certain things.
For example, a generic search of "health" yields this error, while
"healthy" does not...What's going on here?

cda...@gmail.com

unread,
Apr 14, 2006, 11:36:21 AM4/14/06
to
The API servers have been throwing fits for the last few months.
Google's aware of the problem (and, hopefully, working on resolving
it). Don't be surprsied if you see errors coming up frequently.

Isaac

unread,
Apr 14, 2006, 1:27:37 PM4/14/06
to
Yeah,

I'm getting the same errors. It's good to know that google's been
having troubles. Thanks for your post.

-Walt

rico...@gmail.com

unread,
Apr 14, 2006, 5:31:53 PM4/14/06
to
Yeah, thanks! GOod to know. Instead of GOogle API, I'm going to use
what is perhaps an even simpler solution: Access http://scroogle.com/
and parse out the URLs. ;)

hema....@yahoo.com

unread,
Apr 15, 2006, 11:45:27 AM4/15/06
to
you are rite actually .... 1 am using linux based gSoap to connect to
the API using a C program and i too am getting errors on searching
"health" but not in "healthy". In fact it is creating problems in
searching for "google" .....but not for "yahoo" :)))) !!!!!!

peel...@gmail.com

unread,
Apr 15, 2006, 4:11:13 PM4/15/06
to
Im running into similar issues too. From the stack trace, seems like
some of google's java code is blowing up.


<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>Exception from service object: For input string:
"2160000000"</faultstring>
<faultactor>/search/beta2</faultactor>
<detail>
<stackTrace>
java.lang.NumberFormatException: For input string:
&quot;2160000000&quot;
at java.lang.NumberFormatException.forInputString(Unknown
Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at
com.google.soap.search.GoogleSearchService.processRES(GoogleSearchService.java:573)
at
com.google.soap.search.GoogleSearchService.processGSP(GoogleSearchService.java:503)
at
com.google.soap.search.GoogleSearchService.convertToGoogleSearchResult(GoogleSearchService.java:478)
at
com.google.soap.search.GoogleSearchService.doGoogleSearch(GoogleSearchService.java:160)
at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown
Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.soap.server.RPCRouter.invoke(RPCRouter.java:146)
at
org.apache.soap.providers.RPCJavaProvider.invoke(RPCJavaProvider.java:129)
at
org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:288)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
com.google.gse.HttpConnection.runServlet(HttpConnection.java:436)
at com.google.gse.HttpConnection.run(HttpConnection.java:376)
at
com.google.gse.DispatchQueue$WorkerThread.run(DispatchQueue.java:254)
</stackTrace>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Message has been deleted
0 new messages