Hi,
I use basex on Debian wheezy with Oracle Java version 1.6.0_43.
Whenever I try to connect to the basex server the client tells me "Can't communicate with the server."
If I enable a netcat server on port 2000 for test reasons and run wireshark in order to capture the traffic I get no traffic on port 2000, not even the TCP three way handshake by running this command:
java -cp BaseX77.jar org.basex.BaseXClient -p2000 -n localhost -d
Do you have any suggestions why as far as I can see the basex client doesn't even try to connect to port 2000 on localhost but just prints that it can't communicate with the server?
Best regards,
Paul