2011-12-18 39 views
0

HTTP ERROR 500HTTP ERROR 500而上蚀运行谷歌应用程序引擎应用

问题访问/。原因:

java.lang.VerifyError: Expecting a stackmap frame at branch target 51 in method todo.Dao.add(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V at offset 5 ...... 

上面所说的是我得到的错误,我已经尝试添加新的默认变量-XX:-UseSplitVerifier在“窗口 - >首选项 - >安装的JRE - >并添加默认参数“。仍然得到相同的错误。请帮助,如果任何人知道关于这个问题

问候 MDG

回答

0

我已经包括一个build.xml文件

<?xml version="1.0" encoding="UTF-8"?> 

解决问题的东西

<target name="help" description="Lists different targets in the build file"> 
    <echo>Target    --- Description</echo> 
    <echo>------------------------------------------------------</echo> 
    <echo>copyjars   --- Copies the App Engine JARs to the WAR</echo> 
    <echo>compile   --- Compiles Java source files and copies other source files to the WAR.</echo> 
    <echo>datanucleusenhance --- Performs JDO enhancement on compiled data classes.</echo> 
    <echo>runserver   --- Starts the development server.</echo> 
    <echo>update_indexes  --- Uploads just the datastore index configuration to App Engine.</echo> 
    <echo>rollback   --- Rolls back an interrupted application update.</echo> 
    <echo>request_logs  --- Downloads log data from App Engine for the application.</echo> 
</target>