2016-09-16 7 views
0

でCloudrail 2.7.0を使用してクラッシュ:アプリケーションはしばらくのために働くように見える後、cloudrail 2.7.0は今繰り返し、以下でクラッシュしているポータル統計

Fatal Exception: java.lang.RuntimeException: ServiceCode Error in function selfTest at 26 
    at com.cloudrail.si.servicecode.Interpreter.run(Unknown Source) 
    at com.cloudrail.si.servicecode.Interpreter.callFunction(Unknown Source) 
    at com.cloudrail.si.servicecode.InitSelfTest.execute(Unknown Source) 
    at com.cloudrail.si.servicecode.InitSelfTest.initTest(Unknown Source) 
    at com.cloudrail.si.statistics.InitSelfTestTask.run(Unknown Source) 
Caused by java.lang.NullPointerException 
    at com.cloudrail.si.servicecode.commands.http.RequestCall.execute(Unknown Source) 
    at com.cloudrail.si.servicecode.Interpreter.run(Unknown Source) 
    at com.cloudrail.si.servicecode.Interpreter.callFunction(Unknown Source) 
    at com.cloudrail.si.servicecode.InitSelfTest.execute(Unknown Source) 
    at com.cloudrail.si.servicecode.InitSelfTest.initTest(Unknown Source) 
    at com.cloudrail.si.statistics.InitSelfTestTask.run(Unknown Source) 

私はコードをステップ実行しようとしているが、見ることはできません原因。私が見ることができるのは、InitSelfTestでは、次の行はtry/catchブロックでラップされていないため、appContext.getPackageName()がnullではないと仮定している可能性があります。

ip.callFunction("selfTest", new Object[]{interpreterStorage, appContext.getPackageName(), appInfo1.className, appVersionName, appVersionCode}); 

答えて

関連する問題