Giter Club home page Giter Club logo

Comments (6)

aboroska avatar aboroska commented on July 18, 2024

On Windows epmd has to be started manually if I remember correctly. Try starting an Erlang shell which should normally start epmd for you. If it doesn't start it then find epmd.exe and run it. Hope that helps.

from erlyberly.

GeitRavi avatar GeitRavi commented on July 18, 2024

Thanks for your response.

Sorry I missed to mentioned that epmd.exe process running in the background, still getting the same error.

Is any specific OTP Erlang version is required to support erlyberly-0.7.1-SNAPSHOT-runnable.jar file?

from erlyberly.

GeitRavi avatar GeitRavi commented on July 18, 2024

Can you please add or provide the correct erlyberly-0.7.1-SNAPSHOT-runnable.jar file to GitHub repo, so that we can use that file directly but not sure that is possible or not?

from erlyberly.

andytill avatar andytill commented on July 18, 2024

Is it possible that erlyberly was built with a different version of OTP than what you're running it on?

from erlyberly.

GeitRavi avatar GeitRavi commented on July 18, 2024

We are using the same OTP version(OTP 22) for erlybery code compilation and starting erlyberly runnable jar file.

If we want to connect a remote node machine (node erlang machine) what all setting we have to do?

Can you please share the example of how to connect the remote machine. e.g (how we can pass the remote login details - machine username & machine password)

from erlyberly.

andytill avatar andytill commented on July 18, 2024

If you run erlyberly on OTP 22 and the application using OTP 20 (as in the issue description) there might be a problem.

When erlyberly connects, it sends a beam file which is loaded into the remote VM, erlyberly.erl. This is compiled with erlyberly, not the remote nodes OTP version.

An older OTP will not read a newer OTP as a rule.

To get this error, erlyberly must have connected in successfully using erlang distribution.

from erlyberly.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.