I just tried and was able to connect right away. CodeRunner tries to connect to a non-standard port (6379). Is it possible the port is blocked on your network/firewall?
I am facing same problem when trying to use CodeRunner on Ubuntu 16.04 and this the output i got.
[INFO] JDK from “JAVA_HOME” - /usr/lib/jvm/java-8-oracle/jre/bin/java
[INFO] JRE from “JRE_HOME” - not set.
[WARN] WARNING! It appears you do not have JAVA_HOME and JRE_HOME environment variables set.
This is not necessarily a problem, but it may lead to errors during CodeRunner execution.
If you experience problems related to security policy permissions, the JAR utility or others,
please try setting up the JAVA_HOME environment variable by pointing it to the root directory
of your JDK location (must be version 1.8 or higher).
Hi, Anusha.
At first, the address cl.backendless.com (167.114.222.172) is alive and responds on request. You can check this with telnet or redis-cli.
In the second place (it is not necessarily a problem, but it should be properly configured)
"[INFO] JDK from “JAVA_HOME” - /usr/lib/jvm/java-8-oracle/jre/bin/java "
I see in this message, that you set for variable JAVA_HOME the “jre” location, but instead it should target to “jdk”.
You need to add jdk/bin folder to the PATH environment variable, so that jar.exe is available in command prompt. Please google for some tutorials on how to do that, for example, this one: http://introcs.cs.princeton.edu/java/15inout/windows-cmd.html
After that you can check whether you’ve done all correctly by running the following command in the command prompt: