davinci icon indicating copy to clipboard operation
davinci copied to clipboard

Davinci is a DVsaaS (Data Visualization as a Service) Platform

Results 133 davinci issues
Sort by recently updated
recently updated
newest added

如题,我在首页注册不起效

> 错误日志如下 ```log 2021-01-20 09:36:30.034 INFO 27488 --- [ main] e.davinci.runner.CustomDataSourceRunner : Load custom datasource finish 2021-01-20 09:36:30.128 INFO 27488 --- [ main] edp.davinci.runner.CronJobRunner : Load cron job finish 2021-01-20...

I try to download a dashboard that i made,the async job run into error,the error details are below,could anyone gives some help? ``` 2022-06-07 10:09:05.046 --- SheetWorker.java:124 : org.springframework.jdbc.CannotGetJdbcConnectionException: Failed...

1. 在云服务器中配置`server.port`及`server.address`,不启用`server.access.port`及`server.address`,地址配置为127.0.0.1外部无法访问; 2. 配置`server.address`为云服务器公网地址,报错`Cannot assign requested address: bind`; 3. 配置`servere.address`为`127.0.0.1`,`server.access.address`为公网地址,启动失败`Cannot assign requested address`

the application running in mu mac, show the error below. I installed Apache-APR and configed: `llows optimal performance in production environments was not found on the java.library.path: [/Users/xxx/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.] 2022-03-03 18:07:16.407...

hi, 我们的presto集群是用的https, 当我用 ![image](https://user-images.githubusercontent.com/19502693/167984820-0b84dde0-255d-428f-9f5f-b0c77ae45ad6.png) 测试成功, 但保存时会报internal server error, 因为我用的docker部署, 我用docker logs查看了下报的unathorzied ![image](https://user-images.githubusercontent.com/19502693/167985055-58c4f4ff-0ea1-4a5c-9215-988c2f556226.png) 密码是正确的,我用presto_cli可以连接, 用python也可以连, 因为不熟悉java, 让我们会java的同事单独测试下也可连通, 不过他用的方法没有将ssl=true写在url上, 是用setProperties ![image](https://user-images.githubusercontent.com/19502693/167985226-53ded34e-6114-413b-b647-212bc95c7148.png) 所以想请教下是什么原因非常感谢

你好,根据官方的文档,我通过多种尝试都无法成功,请问下是因为缺少什么配置吗? 下面是我的配置信息: Elasticsearch 6.8.23 Elasticsearch-sql 6.8.23 druid 1.1.16 davinci master分支 当我配置数据源后,测试连接,后台报错 ![image](https://user-images.githubusercontent.com/44747087/165912597-fb62d8cb-4481-4049-a8fa-84bdf38dc82b.png) ![image](https://user-images.githubusercontent.com/44747087/165912536-0107eb75-12e9-4a5b-818f-d635703e6bee.png) 后台报驱动空指针问题,于是我添加了下面驱动 com.amazon.opendistroforelasticsearch.client opendistro-sql-jdbc 0.10.0.0 compile 修改了 DataTypeEnum.java文件的ELASTICSEARCH配置 ELASTICSEARCH("elasticsearch", "elasticsearch", "com.amazon.opendistroforelasticsearch.jdbc.Driver", "", "", "'", "'"), 这时能够测试连接成功,但是保存需要等待1分钟,添加视图去查询时,报下面错误 ![image](https://user-images.githubusercontent.com/44747087/165923886-c1585a43-e54b-42e3-80bd-486dd418c3bc.png) ![image](https://user-images.githubusercontent.com/44747087/165923886-c1585a43-e54b-42e3-80bd-486dd418c3bc.png)

elasticsearch-7.11.2.jar elasticsearch-sql-6.8.13.0.jar transport-7.11.2.jar x-pack-api-5.6.1.jar x-pack-transport-7.11.2.jar dp.core.exception.SourceException: Unable to get driver instance for jdbcUrl: jdbc:elasticsearch://localhost:9200 at edp.core.utils.SourceUtils.checkDriver(SourceUtils.java:187) at edp.core.utils.SqlUtils$SqlUtilsBuilder.build(SqlUtils.java:1022) at edp.core.utils.SqlUtils.init(SqlUtils.java:127) at edp.core.utils.SqlUtils$$FastClassBySpringCGLIB$$33c0f0b2.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at edp.core.utils.SqlUtils$$EnhancerBySpringCGLIB$$79c19f4a.init() at edp.davinci.service.impl.SourceServiceImpl.testConnection(SourceServiceImpl.java:255)...

通过java本地只要添加hive-beeline-2.1.1-cdh6.1.0.jar一个jar包就可以正常连接,将jar包放到lib/ext/hive2/2.1.1下,显示找不到驱动类 ![image](https://user-images.githubusercontent.com/36481853/106542943-bd683400-653f-11eb-91e2-1c19f3ca9195.png) ![image](https://user-images.githubusercontent.com/36481853/106542979-d1139a80-653f-11eb-9542-3a5e6d492e33.png) ![image](https://user-images.githubusercontent.com/36481853/106542994-d83aa880-653f-11eb-98a6-d3a6ffb1ca35.png) ![image](https://user-images.githubusercontent.com/36481853/106543310-6d3da180-6540-11eb-9d25-1ca2a02a84a9.png) ![image](https://user-images.githubusercontent.com/36481853/106543344-7c245400-6540-11eb-91bf-28a39664d670.png)