Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am working on building the application on google app engine . For locally its works well but i am unable to upload to google app engine , previously it worked fine for me and i was able to upload but this time i dnt knw wht i am missing . please help me out

The error is

Reading application configuration data...
Bad configuration: XML error validating C:\Documents and Settings\test\My Documents\NetBeansProjects\Guestbook\build\web\WEB-INF\appengine-web.xml against F:\appengine-java-sdk-1.4.0\docs\appengine-web.xsd
  Caused by: Content is not allowed in trailing section.
Please see the logs [C:\DOCUME~1\test\LOCALS~1\Temp\appcfg1769608549616576065.log] for further information.
********************************************************
There is a new version of the SDK available.
-----------
Latest SDK:
Release: 1.4.3
Timestamp: Thu Mar 24 19:20:22 CET 2011
API versions: [1.0]

-----------
Your SDK:
Release: 1.4.0
Timestamp: Thu Dec 02 00:14:18 CET 2010
API versions: [1.0]

-----------
Please visit http://code.google.com/appengine for the latest SDK.
********************************************************
Reading application configuration data...
Bad configuration: XML error validating C:\Documents and Settings\test\My Documents\NetBeansProjects\Guestbook\build\web\WEB-INF\appengine-web.xml against F:\appengine-java-sdk-1.4.0\docs\appengine-web.xsd
  Caused by: Content is not allowed in trailing section.
Please see the logs [C:\DOCUME~1\test\LOCALS~1\Temp\appcfg8011394645514753544.log] for further information.
share|improve this question
1  
You should post your appengine-web.xml file. There is a validation issue with it. – jbrookover Apr 3 '11 at 1:09
Thanks man . there was a problem and i have fix it . It was very strange error. once again thanks for a great comment – umar Apr 3 '11 at 1:12

closed as too localized by systempuntoout, Robert Harvey Apr 3 '11 at 19:06

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.