Server says client version is not compatible
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 322
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to simply connect to an hsqldb database, but when i run the nodejs script, after 5 seconds i got an error:
Error connecting to HSQLDB Error: Could not connect to any host: [ 127.0.0.1:19001 - No initialization reply received within 5 sec ]
And in the server's console this is the output:
org.hsqldb.HsqlException: HSQLDB server version is '2.6.1' client version '0.0.0.1' is not compatible.
It is possible to bypass this check or specify client version in nodejs to avoid this error?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Node.js connection against the HSQLDB server version 2.6.1 using the reported endpoint, 127.0.0.1:19001. Trace the client/server initialization that produces client version 0.0.0.1, then determine the supported compatibility behavior and verify that the connection no longer fails with the reported initialization error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs
- Domain
- database
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100