Closed GoogleCodeExporter closed 9 years ago
Just wanted to make clear that I am only seeing any of the above problems
(including the compiling issue) with a full-text-search version of walkaround.
I have reverted to a non-full-text-search-version for the moment.
Original comment by otter...@gmail.com
on 19 Apr 2012 at 4:15
I think "Initialization failed" means that walkaround failed to start up, and
that there's another error message in the logs that says why. Can you look in
the logs for that other message?
Original comment by oh...@google.com
on 19 Apr 2012 at 6:05
I attached one expanded entry in my logs. Here is that entry unexpanded:
2012-04-18 21:25:50.794 / 500 670ms 0kb Mozilla/5.0 (Macintosh; Intel Mac OS X
10.7; rv:11.0) Gecko/20100101 Firefox/11.0
I 2012-04-18 21:25:50.690 com.google.inject.internal.MessageProcessor visit: An
exception was caught and reported. Message: java.lang.ClassNotFoundException:
com.google.appengi
W 2012-04-18 21:25:50.790 Failed startup of context
com.google.apphosting.utils.jetty.RuntimeAppEngineWebAppContext@1117cc0{/,/base/
data/home/apps/s~kwalkaround/1.3583090799615
W 2012-04-18 21:25:50.790 <continued from previous message> Caused by:
com.google.inject.internal.util.$ComputationException:
com.google.inject.internal.util.$ComputationExcept
W 2012-04-18 21:25:50.790 <continued from previous message> at
com.google.inject.internal.InjectorImpl.getInternalFactory(InjectorImpl.java:853
) at com.google.inject.internal.
W 2012-04-18 21:25:50.790 <continued from previous message> Caused by:
java.lang.ClassNotFoundException: com.google.appengine.api.search.IndexManager
at com.google.appengine.r
C 2012-04-18 21:25:50.792 Uncaught exception from servlet
javax.servlet.UnavailableException: Initialization failed. at
com.google.apphosting.runtime.jetty.AppVersionHandlerMa
Original comment by otter...@gmail.com
on 19 Apr 2012 at 7:19
Attachments:
Thanks. Looks like the full text search API has changed incompatibly, so the
code no longer works. I'll look into moving the code to the new API.
Original comment by oh...@google.com
on 19 Apr 2012 at 8:58
Fixed in
http://code.google.com/p/walkaround/source/detail?r=8e66aa2924011a10d13d90cc58ef
2520fc28d25b .
Original comment by oh...@google.com
on 19 Apr 2012 at 10:56
Original issue reported on code.google.com by
otter...@gmail.com
on 19 Apr 2012 at 3:31