Hi all,

I am trying to integrate openfeint into my app. It repeatedly gives this
error:

12-07 21:06:42.562: E/Openfeint(7667): Request:Error executing request
'/webui/assets'.
12-07 21:06:42.562: W/System.err(7667): java.lang.NullPointerException
12-07 21:06:42.566: W/System.err(7667): at
org.apache.http.impl.client.AbstractHttpClient.determineTarget(AbstractHttpClient.java:495)
12-07 21:06:42.566: W/System.err(7667): at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:626)
12-07 21:06:42.566: W/System.err(7667): at
com.openfeint.internal.request.BaseRequest.exec(BaseRequest.java:256)
12-07 21:06:42.566: W/System.err(7667): at
com.openfeint.internal.request.Client$5.run(Client.java:182)
12-07 21:06:42.566: W/System.err(7667): at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:444)
12-07 21:06:42.566: W/System.err(7667): at
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:306)
12-07 21:06:42.570: W/System.err(7667): at
java.util.concurrent.FutureTask.run(FutureTask.java:138)
12-07 21:06:42.570: W/System.err(7667): at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1088)
12-07 21:06:42.570: W/System.err(7667): at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:581)
12-07 21:06:42.570: W/System.err(7667): at
java.lang.Thread.run(Thread.java:1019)

The weird thing is that no where in any file is it accessing /webui/assets.
It is always /assets/webui. I checked every single file in the workspace.

Has anyone encountered this before?

Thanks

-- 
Raghav Sood
http://www.androidactivist.org/ - Author
http://www.appaholics.in/ - Founder

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to