It looks like you're using gcj. Can you use a different JVM, such as OpenJDK or Sun's JDK?
On Tue, Mar 2, 2010 at 3:44 AM, ast <[email protected]> wrote: > Trying upload app: > > ./appcfg.sh update ../../../projects/appengine/myapp/www/ > > Reading application configuration data... > Encountered a problem: null > Please see the logs [/tmp/appcfgx2i014.log] for further information. > > an...@ast:/mnt/sda1/projects/appengine/myapp$ cat /tmp/ > appcfgx2i014.log > java.lang.NullPointerException > at org.relaxng.datatype.helpers.DatatypeLibraryLoader$Service > $Loader2.getResources(libgcj.so.10) > at org.relaxng.datatype.helpers.DatatypeLibraryLoader > $Service.<init>(libgcj.so.10) > at > org.relaxng.datatype.helpers.DatatypeLibraryLoader.<init>(libgcj.so. > 10) > at gnu.xml.validation.xmlschema.XMLSchemaBuilder.<init>(libgcj.so. > 10) > at > gnu.xml.validation.xmlschema.XMLSchemaSchemaFactory.newSchema(libgcj.so. > 10) > at javax.xml.validation.SchemaFactory.newSchema(libgcj.so.10) > at javax.xml.validation.SchemaFactory.newSchema(libgcj.so.10) > at > com.google.appengine.tools.admin.Application.validateXml(Application.java: > 319) > at > com.google.appengine.tools.admin.Application.<init>(Application.java: > 87) > at com.google.appengine.tools.admin.application.readaan...@ast:/mnt/ > sda1/projects/appengine/myapp > > Same app was uploaded successfully from my home computer. Any > suggestions? > > -- > 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]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- 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.
