Hi all Today I've been trying to get started with Google Apps. I've created application via appengine. Then I've installed latest Eclipse plugin and created new project. When I've tried to deploy default app to Google via Eclipse it failed - looks like plugin doesn't work with authenticated proxies. Then I've tried to deploy from console. Log is at the end of the list. First I've tried to run "appcfg update war" and received ConnectionRefused - it's correct, because we have an HTTP proxy. I've tried to add --proxy=MYPROXY switch and looks like it connected to google apps (I don't know, where it get proxy credentials - maybe from my Java opts?). Anyway, now I receive 404 not found from Google apps web service. So I have 2 questions: 1. Does appcfg support authenticated proxy? What is correct way of supplying proxy credentials? 2. Why do I receive 404? Did I set up something incorrectly? Or it's Google issue and not related to what I'm doing?
Thanks. Console log: C:\Eclipse_assembles\eclipse_java_galileo\plugins \com.google.appengine.eclipse.sdkbundle_1.2.6.v200910131704\appengine- java-sdk-1.2.6\bin>appcfg.cmd update d:\projects\experiments\ Parroty\war Reading application configuration data... Beginning server interaction for yura-taras... 0% Creating staging directory 5% Scanning for jsp files. 20% Scanning files on local disk. 25% Initiating update. java.net.ConnectException: Connection refused: connect Unable to update app: Connection refused: connect Please see the logs [C:\DOCUME~1\ytaras\LOCALS~1\Temp \appcfg8423682650821916034.log] for further information. C:\Eclipse_assembles\eclipse_java_galileo\plugins \com.google.appengine.eclipse.sdkbundle_1.2.6.v200910131704\appengine- java-sdk-1.2.6\bin>appcfg.cmd --proxy=MYPROXY update d:\projects\experiments\Parroty\war Reading application configuration data... Beginning server interaction for yura-taras... 0% Creating staging directory 5% Scanning for jsp files. 20% Scanning files on local disk. 25% Initiating update. java.io.IOException: Error posting to URL: http://appengine.google.com/api/appversion/create?app_id=yura-taras&version=1& 404 Not Found <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /api/appversion/create was not found on this server.</p> <hr> <address>Apache/2.2.3 (CentOS) Server at appengine.google.com Port 80</ address> </body></html> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. 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 -~----------~----~----~----~------~----~------~--~---
