xquery-intellij-plugin icon indicating copy to clipboard operation
xquery-intellij-plugin copied to clipboard

Run/Debug Configurations - cannot connect to `localhost`

Open CanOfBees opened this issue 4 years ago • 2 comments

Hi @rhdunn -

Hope you're well. I've run into a small issue with the Run/Debug Configuration for a server instance of BaseX. It seems that localhost:8984 is no longer a valid entry. I know I've used this before, but I confess that it's been some time since I've looked at these settings. Am I doing something wrong here, has something changed, or is this a bug?

To be clear, previously I'm pretty sure that I used settings as follows: Hostname/IP: localhost:8984 Database port: 1984 Username: whatever Password: 1234

Thanks!

CanOfBees avatar Jan 17 '21 04:01 CanOfBees

Hostname/IP should just be localhost (or 127.0.0.1) as you are connecting to the server (localhost:1984) not the web server.

Keep this open and I'll look at adding validation to the field.

rhdunn avatar Jan 17 '21 08:01 rhdunn

Okay, that's fine (and it works as expected, naturally!). I'm sorry for the noise - I would have sworn on a stack of specifications that I had previously configured it with the port number, but I am almost certainly misremembering lots of details.

Thanks for your help!

CanOfBees avatar Jan 17 '21 18:01 CanOfBees