2011-12-18 41 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>