On Wed, Oct 28, 2009 at 6:14 PM, Pion <[email protected]> wrote: > > I have been developing my app in the hosted mode for the past few > months. It works fine on the hosted mode. > > Today, I got an internal error below when I tried to deploy it for the > first time using Eclipse. > > My environments: GAE Java 1.2.6, GWT 1.7.1, Eclipse(Galileo), Windows > Vista (32-bit). > > Any help is is appreciated. > Thanks in advance for your help. > > > ERROR LOGS > eclipse.buildId=M20090917-0800 > java.version=1.6.0_15 > java.vendor=Sun Microsystems Inc. > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US > Framework arguments: -product org.eclipse.epp.package.jee.product > Command-line arguments: -os win32 -ws win32 -arch x86 -product > org.eclipse.epp.package.jee.product > > > Error > Wed Oct 28 09:41:50 PDT 2009 > An internal error occurred during: "Deploying col to Google". > > com.google.apphosting.utils.config.AppEngineConfigException: XML error > validating D:\workspace\google\col\war\WEB-INF\appengine-web.xml > against D:\download\eclipse-galileo\plugins
i suppose you changed something in the appengine-web.xml and the changes are not ok. this is what the stacktrace tells you. check the file for consistency and it will run again... cheers, ra --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
