tzengshinfu

Results 17 comments of tzengshinfu

Hello, verhovsky: I encountered **node-gyp execution errors** when installing tree-sitter-java (`npm i tree-sitter-java`), so I turned to the solution based on [WebAssembly](https://github.com/tree-sitter/tree-sitter/blob/master/lib/binding_web/README.md). The steps are as follows: 1. Install Web...

谢谢回复,今天再改用v4.3.7还是一样无法正常启动, 后来我把两个版本的映像档撷取出application.properties作比对, 发现v4.3.7增加了`oms.storage.dfs.mysql_series.*`的属性, ![image_20240219_164638](https://github.com/PowerJob/PowerJob/assets/2170033/6de4e05a-0882-47a1-8345-dddb7759d041) 所以在compose档的环境变量也增加就能正常启动了。 ``` powerjob: container_name: powerjob image: powerjob/powerjob-server:latest ............................................................................... environment: PARAMS: "--oms.mongodb.enable=false --spring.datasource.core.jdbc-url=jdbc:mysql://powerjob-mysql:3306/powerjob-daily?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Taipei --oms.storage.dfs.mysql_series.url=jdbc:mysql://powerjob-mysql:3306/powerjob-daily?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Taipei" ............................................................................... ```

Hi, 我观察到在v4.3.7版新增的oms.storage.dfs.mysql_series.url属性的默认值是 _jdbc:mysql://**localhost**:3306/powerjob-daily?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai_ 而docker网络设定默认是容器相互隔离所以才会连不到mysql容器。 (如果一开始**localhost**就是**powerjob-mysql**,我就不会查觉这个状况了。) 不过还是建议在文档里写明需在环境变量去增加这个属性覆盖掉默认值。 (因为使用者的容器名称或时区可能也会修改。)

Thanks for sharing. The results of my testing indicate that after signing out and attempting to log in with a different account, the error shown in the following image appears....

I found that if I sign out the session of GreenLight V3 in the KeyCloak Administration Console, I also need to manually sign out in GreenLight; otherwise, it stays logged...

> You can disable cookie login for keycloak: > > 1. Login Keycloak greenlight realm as admin > 2. Open your greenlight realm's authentication page (/keycloak/admin/master/console/#/greenlight/authentication/) > 3. Select "Browser...

您好,谢谢回覆, 尝试将“请求报时”和“查询超时”都改为9999秒, 并重启DataEase容器, ![image_20240815_084710](https://github.com/user-attachments/assets/153cc425-fe33-42ff-9e55-9823a39b8c3f) ![image_20240815_084719](https://github.com/user-attachments/assets/7f17c383-5da9-42b9-8074-be21c6de8200) 但还是发生超时异常,而且09:09:03->09:09:51不到1分钟。 `2024-08-15 09:09:03.619 INFO --- [nio-8100-exec-5] i.d.dataset.manage.DatasetSQLManage : calcite origin sql: ...... 2024-08-15 09:09:03.620 INFO --- [nio-8100-exec-5] i.d.dataset.manage.DatasetDataManage : calcite data count sql: ...... 2024-08-15...

今天再测试, 一开始不会出现”SQL ERROR: Statement cancelled due to timeout or client request“的错误讯息, 但等了1小时画面还是停置在保存数据中的确认对话框 ![1](https://github.com/user-attachments/assets/f60f8749-5242-4b35-af77-4f52a71cf0b5) Chrome开发者工具可看到pending的request ![2](https://github.com/user-attachments/assets/8cd7060e-bcf9-4e0d-ad27-d4f0bbe39efc) 再查MySQL正在执行的SQL指令(show full processlist),发现有一笔计算纪录笔数指令刚好也是执行了1小时 `SELECT COUNT(*) FROM ( SELECT `t_a_0`.`f_d02b91fd118c8474` AS `f_ax_0`, `t_a_0`.`f_43b5b3c12d896a93` AS `f_ax_1`, `t_a_0`.`f_fb29cae42a44a80f`...

Hello! I'm doing well, thank you. I'm currently using v1.19 and running it in a container.