I had a problem with newlines inside things in the web.xml.  For example, this 
wouldn't work:

    <display-name>
        sample006-gae
    </display-name>

It needed to be

    <display-name>sample006-gae</display-name>


david jones wrote:
> heya,
> 
> i'm quite (well, very) new to the google app engine and am just trying
> to upload a very basic start to the project i'm working on. however,
> when i try to upload (either using the plugin for eclipse or through
> appcfg.cmd) i get the error:
> 
> An internal error occurred during: "Deploying ConferenceCloud to
> Google".
> Received IOException parsing the input stream for C:/Users/dave/
> workspace/ConferenceCloud/war\WEB-INF/web.xml
> 
> i havent edited the web.xml file, leaving it as it was when i created
> the project in eclipse
> 
> has anyone encountered this before or knows how to solve it?
> 
> thanks,
> david
> 
> --
> 
> 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 google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine-java?hl=.
> 
> 

--

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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=.


Reply via email to