Caelebs

Results 5 comments of Caelebs

You can modify line 319 in the `libproxy/proxy.go` file to be as follows: ``` var client = &http.Client{ Transport: &http.Transport{ TLSClientConfig: &tls.Config{ InsecureSkipVerify: true, }, }, } ``` Then repackage...

Thank you for your reply. the iotdb server indicates that the timeseries path is illegal, eg: ``` insertRecord to iotDbId 2 deviceId root._1001._1100._62_2_5_realdata._913085523642286086 time 1698044342474 isAligneedTimeseries true 509: [ILLEGAL_PATH(509)] 509:...

> 1.8 > > 1.8 > > 修改下jdk版本,cmake-maven-plugin换成3.27.7-b1,可以构建成功 打探一下,你构建出来的jar包里面有dll文件吗?我这边mvn package出来的jar包里面没有lib目录也没有dll文件

我遇到类似的错误,还没找到具体的原因 ``` Caused by: java.sql.SQLException: [18ea1bcd5e800000][172.19.0.9:8527][device]ERR-CODE: [PXC-4700][ERR_SERVER] server error by null ```

it seems this repo might not be maintained anymore.