edp963 / davinci

Davinci is a DVsaaS (Data Visualization as a Service) Platform
https://edp963.github.io/davinci
Apache License 2.0
4.89k stars 1.82k forks source link

新建widget可视化组件报错 #2284

Open yunfeng79 opened 2 years ago

yunfeng79 commented 2 years ago

image

StatementCallback; uncategorized SQLException for SQL [SELECT prop_name , sum(e_reason) AS 'sum(e_reason)' FROM (SELECT prop_name,id,e_reason,"e_reason@reason_name" FROM x T GROUP BY prop_name ]; SQL state [null]; error code [1]; Query failed (#20220228_122317_00367_465gw): line 1:39: mismatched input ''sum(e_reason)''. Expecting: ; nested exception is java.sql.SQLException: Query failed (#20220228_122317_00367_465gw): line 1:39: mismatched input ''sum(e_reason)''. Expecting:

bender747 commented 2 years ago

Widget List test I have the same problem as you

qiuyeduxin commented 2 years ago

请问你是怎么把这个项目跑起来的,我这报找不到或无法加载主类 edp.DavinciServerApplication