-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some problem with hostname detection #158
Comments
If your host name has a dot in it, it won't work; Java and Erlang disagree regarding the name being a local name or a FQDN. It may be so that dashes confuses them too. Did you try to name your machine lemen_l1 or just lemen? Is the output from epmd from the same session when the logs said "couldn't connect to epmd"? |
my hostname does not contain a dot. i tried running again with my hostname changed to "lemen" and with no network connected but still yields the same result. |
You mentioned trying "lemen-l1.lan", that's where the dot is. Epmd didn't accept the connection from the Java node... Strange, because this part is pure jinterface, has nothing to do with erlide's handling of host names. Please try without dashes and I'll be thinking about other answers. |
like asked, i tried with:
also tried on a different machine with the same results. i still hope it's not an error from my side xD |
Hmmmm... This kind of issues is so difficult to debug remotely... Ok, try to uninstall erlide and reinstall the previous version from http://download.erlide.org/update/archive/releases/0.24.2/ The thing is that I didn't do any changes that should affect this... Please let me know if 0.24.2 works (again) |
tried that version as well ... different error. i'm just trying to setup erlide debugging then i'll take a peak inside. |
Which version worked for you last? |
i think its an error from my side. thanks for your time |
I'm glad you found the problem! |
hi
i'm having this error since 0.25 install of erlide.
it is reproduceable each time i open eclipse.
it comes with a nice msgbox which closes eclipse.
i'm running ubuntu 13.10
here some of the information collected.
funniliy when i change my hostname to e.g. "lemen-h1.lan" and add the entry to /etc/hosts i can start "erl -name test" without it erroring. but eclipse & erlide still don't start.
The text was updated successfully, but these errors were encountered: