blazegraph / database

Blazegraph High Performance Graph Database
GNU General Public License v2.0
871 stars 170 forks source link

Connection Error: 'channel 3: open failed: connect failed: Connection refused' #160

Open sangjun927 opened 4 years ago

sangjun927 commented 4 years ago

Hello, I've been using Blazegraph for several months without any issues. However, two days ago, I received an error command via terminal. An issue has been described below.

Error description: Connecting localhost:9999 is working fine. However, when I try to execute the query via Blazegraph, the error message comes out from terminal and query output.

  1. Command line from terminal after executing query: channel 3: open failed: connect failed: Connection refused

  2. Output from Blazegraph after executing query: ERROR:Could not contact server

Your comment would be highly appreciated. Thanks.

beebs-systap commented 4 years ago

Can you post the log for where the Blazegraph server is running?

sangjun927 commented 4 years ago

Hello, here are some updates. Fortunately, we solved the problem. The server had rebooted and there was a problem with the java version. Now, we fix the issue, and it runs well. Thank you for the comments!