Open GoogleCodeExporter opened 8 years ago
While in my command line where I running the crawler I get
Oct 10, 2011 4:04:54 PM com.marketplace.io.Fetcher getAppByCategory
INFO: Mon Oct 10 16:04:54 EDT 2011 Getting App(s) for Category BRAIN --> On
Index Id:0
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonExcepti
on: invalid number or unquoted string near <html xmlns="http://www.w
at com.google.gson.Streams.parse(Streams.java:51)
at com.google.gson.Gson.fromJson(Gson.java:514)
at com.google.gson.Gson.fromJson(Gson.java:458)
at com.marketplace.io.Sender.appExists(Unknown Source)
at com.marketplace.io.Sender.addAppToCollection(Unknown Source)
at com.marketplace.service.CategoryThread.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: com.google.gson.stream.MalformedJsonException: invalid number or unqu
oted string near <html xmlns="http://www.w
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1110)
at com.google.gson.stream.JsonReader.decodeLiteral(JsonReader.java:1100)
at com.google.gson.stream.JsonReader.peek(JsonReader.java:343)
at com.google.gson.Streams.parse(Streams.java:38)
... 11 more
Oct 10, 2011 4:04:59 PM com.marketplace.service.CategoryThread run
INFO: Creating thread for category CASUAL
Oct 10, 2011 4:04:59 PM com.marketplace.io.Fetcher getAppByCategory
INFO: Mon Oct 10 16:04:59 EDT 2011 Getting App(s) for Category TRAVEL --> On
Index Id:0
Oct 10, 2011 4:04:59 PM com.marketplace.service.CategoryThread run
INFO: Creating thread for category COMICS
Oct 10, 2011 4:04:59 PM com.marketplace.service.CategoryThread run
INFO: Creating thread for category COMMUNICATION
Oct 10, 2011 4:04:59 PM com.marketplace.io.Fetcher getAppByCategory
INFO: Mon Oct 10 16:04:59 EDT 2011 Getting App(s) for Category THEMES --> On
Index Id:0
Oct 10, 2011 4:04:59 PM com.marketplace.service.CategoryThread run
INFO: Creating thread for category PRODUCTIVITY
Oct 10, 2011 4:04:59 PM com.marketplace.io.Fetcher getAppByCategory
INFO: Mon Oct 10 16:04:59 EDT 2011 Getting App(s) for Category REFERENCE
--> On Index Id:0
Oct 10, 2011 4:05:00 PM com.marketplace.service.CategoryThread run
INFO: Creating thread for category SHOPPING
Oct 10, 2011 4:05:00 PM com.marketplace.io.Fetcher getAppByCategory
INFO: Mon Oct 10 16:05:00 EDT 2011 Getting App(s) for Category NEWS --> On
Index Id:0
Oct 10, 2011 4:05:00 PM com.marketplace.service.CategoryThread run
INFO: Creating thread for category SOCIAL
Original comment by israelmo...@gmail.com
on 10 Oct 2011 at 8:14
Never mind, it was my mistake! Sorry!
I just add a / to the end of my localIP (localhost), so it wasnt finding the
json file.
Thanks, thoug!
This issue is closed!
Original comment by israelmo...@gmail.com
on 11 Oct 2011 at 4:09
Original issue reported on code.google.com by
israelmo...@gmail.com
on 10 Oct 2011 at 6:05