danilodeLuca / appengine-maven-plugin

Automatically exported from code.google.com/p/appengine-maven-plugin
Apache License 2.0
0 stars 0 forks source link

appengine:devserver target runs but devserver will serve no data #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a maven project with appengine-maven-plugin 1.7.7
2. Execute the appengine:devserver target
3. Attempt to access even a static image from your devserver

What is the expected output? What do you see instead?
I would expect normal HTTP responses with content.  Instead I see a ~10-second 
delay followed by an HTTP 500 error with the following message (apparently 
originating from BackendServersFilter.java):

"Got request to server -1.default but the instance is busy."

What version of the product are you using? On what operating system?
1.7.5 moving to 1.7.7.  Mac OS 10.8.3.

Please provide any additional information below.

1.7.5 works like a charm, due to issue 22 (previously filed by me) I cannot 
test 1.7.6 and determine if this possible regression was introduced in that 
version or in 1.7.7.  My Maven POM specifies the appengine 1.7.7 dependencies 
for my project but I currently must continue to use the 1.7.5 version of the 
Maven plugin due to this issue.  I suppose it's possible that the 1.7.5 plugin 
is forcing use of the 1.7.5 devserver thus I'm not actually testing the 1.7.7 
appengine devserver when using the 1.7.5 Maven plugin and the actual issue 
isn't with the 1.7.7 plugin but rather with the 1.7.7 appengine devserver 
itself.  You folks would know better than I.  Thanks for the help.  

Original issue reported on code.google.com by james.co...@philanthropal.com on 15 Apr 2013 at 6:23

GoogleCodeExporter commented 8 years ago
I don't think this is related to the plugin.  Can you try using the 1.7.7 sdk 
directly?

Original comment by matts...@google.com on 15 Apr 2013 at 11:36

GoogleCodeExporter commented 8 years ago
Okay, I've tried running my app using 
appengine-java-sdk-1.7.7/bin/dev_appserver.sh and am getting the same 
mysterious behavior.  Clearly it's not the plugin so thanks for your prompt 
response, I'll keep digging...

Original comment by james.co...@philanthropal.com on 16 Apr 2013 at 10:34

GoogleCodeExporter commented 8 years ago
Sounds good, if you want, feel free to file a bug against the main sdk code 
site : https://code.google.com/p/googleappengine/issues/list

Original comment by matts...@google.com on 18 Apr 2013 at 6:39