The error is not in jade . This is the error jade used to run the default parameters using the bugged java method, which must be fixed .
When jade starts the java method, it will return 127.0.1.1 instead of the reverse loop of 127.0.0.1 .
I say this because I tested. I read the JADE src that did this and I executed a Java method that I don't remember now.
Unfortunately, this happens on several Linux machines. I did not see this in the windows.
What I did to solve this problem was to edit the / etc / hosts file, for example:
Original file:
127.0.0.1 localhost 127.0.1.1 machine-name
Modified file:
127.0.0.1 localhost machine-name 127.0.1.1 machine-name
What I did was to specify a machine name alias on the return IP address. This circumvents the error.
daniel souza
source share