itachijames commented on issue #16409:
URL: https://github.com/apache/iotdb/issues/16409#issuecomment-3306320235
- Have been solve this problem.
- But I had meet a new one:
```
org.apache.iotdb.rpc.IoTDBConnectionException: timeout to get a connection
from [192.168.56.35:6667]
at
org.apache.iotdb.session.pool.SessionPool.getSession(SessionPool.java:686)
at
org.apache.iotdb.session.pool.SessionPool.insertRecord(SessionPool.java:1596)
at
ut.cbb.videomonitor.service.impl.IotDbServiceImpl.insert(IotDbServiceImpl.java:26)
at
ut.cbb.videomonitor.service.impl.ThermometryServiceImpl.handleThermometryData(ThermometryServiceImpl.java:69)
at
ut.cbb.videomonitor.component.MqttManager$1.lambda$messageArrived$0(MqttManager.java:109)
at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at
java.base/java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:264)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
```
- In all fairness, it quiet strange: deploy the IotDB in my own windows
machine (not just wsl2 env), and successfully to connected DB by using
**DBeaver** with JDBC drive.
- The connect info exactly same with my springboot project, not *localhost*,
not *127.0.0.1*, but my real ip *192.168.56.35*. and i even close my all
firewall in windows setting.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]