You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think its so obscure, the exception can throw early. For example, when init InfluxDB instance, it can throw IllegalArugemntException: The port cannot be null
The text was updated successfully, but these errors were encountered:
Hi, the problem takes me some time:
when I init InfluxDB instance from
InfluxDBFactory.connect
, I miss a port, like:actually, the code should be
but I didn't notice it. then I query a table, the program throw exception and show stack trace:
I think its so obscure, the exception can throw early. For example, when init InfluxDB instance, it can throw
IllegalArugemntException: The port cannot be null
The text was updated successfully, but these errors were encountered: