Hi all

I'm trying to query the datastore of my application from another GAE/J app 
but I got this error using development server and also in production

Error for /servlet_url
java.lang.StackOverflowError
        at java.lang.ThreadLocal$ThreadLocalMap.getEntry(ThreadLocal.java:381)
        at java.lang.ThreadLocal$ThreadLocalMap.access$000(ThreadLocal.java:261)
        at java.lang.ThreadLocal.get(ThreadLocal.java:146)
        at 
com.google.appengine.tools.remoteapi.ThreadLocalDelegate.getDelegate(ThreadLocalDelegate.java:32)
        at 
com.google.appengine.tools.remoteapi.ThreadLocalDelegate.makeSyncCall(ThreadLocalDelegate.java:41)
        at 
com.google.appengine.tools.remoteapi.HostedRemoteApiDelegate.makeSyncCall(HostedRemoteApiDelegate.java:45)
        at 
com.google.appengine.tools.remoteapi.ThreadLocalDelegate.makeSyncCall(ThreadLocalDelegate.java:41)
        at 
com.google.appengine.tools.remoteapi.HostedRemoteApiDelegate.makeSyncCall(HostedRemoteApiDelegate.java:45)
        at 
com.google.appengine.tools.remoteapi.ThreadLocalDelegate.makeSyncCall(ThreadLocalDelegate.java:41)
        at 
com.google.appengine.tools.remoteapi.HostedRemoteApiDelegate.makeSyncCall(HostedRemoteApiDelegate.java:45)
        at 
com.google.appengine.tools.remoteapi.ThreadLocalDelegate.makeSyncCall(ThreadLocalDelegate.java:41)
        at 
com.google.appengine.tools.remoteapi.HostedRemoteApiDelegate.makeSyncCall(HostedRemoteApiDelegate.java:45)
        at 
com.google.appengine.tools.remoteapi.ThreadLocalDelegate.makeSyncCall(ThreadLocalDelegate.java:41)
        at 
com.google.appengine.tools.remoteapi.HostedRemoteApiDelegate.makeSyncCall(HostedRemoteApiDelegate.java:45)
        at 
com.google.appengine.tools.remoteapi.ThreadLocalDelegate.makeSyncCall(ThreadLocalDelegate.java:41)
        at 
com.google.appengine.tools.remoteapi.HostedRemoteApiDelegate.makeSyncCall(HostedRemoteApiDelegate.java:45)



After many tries, when checking the appstats of the first application, I see 
several successful queries to /remote_api but with no RPC call

*2011-11-02 23:22:59.298 "GET remote_api" 200 real=0ms cpu=0ms api=0ms 
overhead=0ms (0 RPCs)*
        

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/1Vdi3jWNiuwJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to