[appengine-java] Re: An internal error occurred during deployment

2009-10-29 Thread Pion

Thanks. You are correct.

This line causes the problem - Notice that there is a space before " /
>"


This line is correct - Remove the space before "/>"


Again, thanks.


On Oct 29, 2:44 am, Raphael André Bauer
 wrote:
> On Wed, Oct 28, 2009 at 6:14 PM, Pion  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 google-appengine-java@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=en
-~--~~~~--~~--~--~---



[appengine-java] Re: An internal error occurred during deployment

2009-10-29 Thread Raphael André Bauer

On Wed, Oct 28, 2009 at 6:14 PM, Pion  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 google-appengine-java@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=en
-~--~~~~--~~--~--~---



[appengine-java] Re: An internal error occurred during deployment

2009-10-28 Thread Pion

Per http://code.google.com/appengine/docs/java/gettingstarted/uploading.html,
I did use the command prompt by typing "..\appengine-java-sdk\bin
\appcfg.cmd update war". It produces the same error - expected I
guess.

On Oct 28, 10:14 am, Pion  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
> \com.google.appengine.eclipse.sdkbundle_1.2.6.v200910131704\appengine-
> java-sdk-1.2.6\docs\appengine-web.xsd
>         at com.google.appengine.tools.admin.Application.validateXml
> (Application.java:321)
>         at com.google.appengine.tools.admin.Application.
> (Application.java:87)
>         at com.google.appengine.tools.admin.Application.readApplication
> (Application.java:120)
>         at
> com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.createAppAdmin
> (AppEngineBridgeImpl.java:204)
>         at com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy
> (AppEngineBridgeImpl.java:265)
>         at
> com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace
> (DeployProjectJob.java:148)
>         at org.eclipse.core.internal.resources.InternalWorkspaceJob.run
> (InternalWorkspaceJob.java:38)
>         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.a:
> Invalid content was found starting with element 'system-properties'.
> One of '{"http://appengine.google.com/ns/1.0":static-files, "http://
> appengine.google.com/ns/1.0":resource-files, "http://
> appengine.google.com/ns/1.0":env-variables, "http://
> appengine.google.com/ns/1.0":ssl-enabled, "http://appengine.google.com/
> ns/1.0":sessions-enabled, "http://appengine.google.com/ns/1.0":user-
> permissions, "http://appengine.google.com/ns/1.0":public-root, "http://
> appengine.google.com/ns/1.0":inbound-services, "http://
> appengine.google.com/ns/1.0":precompilation-enabled}' is expected.
>         at
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException
> (Unknown Source)
>         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error
> (Unknown Source)
>         at
> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError
> (Unknown Source)
>         at
> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError
> (Unknown Source)
>         at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator
> $XSIErrorReporter.reportError(Unknown Source)
>         at
> com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError
> (Unknown Source)
>         at
> com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement
> (Unknown Source)
>         at
> com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement
> (Unknown Source)
>         at
> com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement
> (Unknown Source)
>         at
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl
> $FragmentContentDriver.next(Unknown Source)
>         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next
> (Unknown Source)
>         at
> com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next
> (Unknown Source)
>         at
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument
> (Unknown Source)
>         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse
> (Unknown Source)
>         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse
> (Unknown Source)
>         at
> com.sun.org.apache.xerces.internal.jaxp.validation.StreamValidatorHelper.validate
> (Unknown Source)
>         at
> com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorImpl.validate
> (Unknown Source)
>         at javax.xml.validation.Validator.validate(Unknown Source)
>         at com.google.appengine.tools.admin.Application.validateXml
> (Application.java:318)
>         ... 7 more
--~--~-~--~~~---~--~~
You received this message becau