-
I'm not sure, where this error appears, however as I remember localhost part of URI is not parsed by Tigase but it passed directly to JDBC driver and driver is responsible for DNS resolution and establishing connection.
Due to that I'm not sure, if we can do anything about it.
Type |
Bug
|
Priority |
Minor
|
Assignee | |
RedmineID |
2272
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
While performing Schema version check that using
localhost
in JDBC URI resulted in failed check and shutdown. Switching to machine hostname resolved the issue, but this may be considered as a workaround.