|
译用时: 1 秒
开始编译BAAS Service Java......
log4j:WARN No appenders could be found for logger (com.justep.baas.BaasException).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
com.justep.baas.compiler.CompileException: 编译模块Java出错
/Users/zhangzhou/Documents/WeX5_V3.8-mac/runtime/BaasServer/baas/BZB03/PcCharts__do.java:395: 错误: 找不到符号
JSONObject ret = PCCharts.getRiskByIdChartV1(params, context);
^
符号: 方法 getRiskByIdChartV1(JSONObject,ActionContext)
位置: 类 PCCharts
/Users/zhangzhou/Documents/WeX5_V3.8-mac/runtime/BaasServer/baas/BZB03/PcCharts__do.java:427: 错误: 找不到符号
JSONObject ret = PCCharts.getJobLogingChartV1(params, context);
^
符号: 方法 getJobLogingChartV1(JSONObject,ActionContext)
位置: 类 PCCharts
/Users/zhangzhou/Documents/WeX5_V3.8-mac/runtime/BaasServer/baas/BZB03/PcCharts__do.java:459: 错误: 找不到符号
JSONObject ret = PCCharts.getAllRiskChartV1(params, context);
^
符号: 方法 getAllRiskChartV1(JSONObject,ActionContext)
位置: 类 PCCharts
/Users/zhangzhou/Documents/WeX5_V3.8-mac/runtime/BaasServer/baas/BZB03/PcCharts__do.java:491: 错误: 找不到符号
JSONObject ret = PCCharts.getAllQualityChartV1(params, context);
^
符号: 方法 getAllQualityChartV1(JSONObject,ActionContext)
位置: 类 PCCharts
/Users/zhangzhou/Documents/WeX5_V3.8-mac/runtime/BaasServer/baas/BZB03/PcCharts__do.java:523: 错误: 找不到符号
JSONObject ret = PCCharts.getTodayZhanban(params, context);
^
符号: 方法 getTodayZhanban(JSONObject,ActionContext)
位置: 类 PCCharts
5 个错误
at com.justep.baas.compiler.java.JavaCompiler.compile(Unknown Source)
at com.justep.baas.compiler.java.Compiler.compileJavaDir(Unknown Source)
at com.justep.baas.compiler.java.Compiler.compileJavaDir(Unknown Source)
at com.justep.baas.compiler.java.Compiler.compileJavaDir(Unknown Source)
at com.justep.baas.compiler.java.Compiler.compileJavaCode(Unknown Source)
at com.justep.baas.compiler.java.Compiler.compile2jar(Unknown Source)
at com.justep.baas.compiler.java.Compiler.compile2jar(Unknown Source)
at com.justep.baas.compiler.java.Compiler.compile(Unknown Source)
at com.justep.baas.compiler.CompilerFactory.main(Unknown Source)
fastjosn有,server.m命名正确,请问如何解决 |
|