Error when start erlang application (relx) release -


When I created the erlang release by relx , then it crashes with the cause {Init, get_boot, 1, []}, {init, ",", " Get_boot, 2, []}, {init, do_boot, 3, []}]}}

directory list:

  one "??? " Line ??? Bin a ???? One ???? Lib â ???? One ???? Line Line Line Asn1-2.0.2 A "A" A "A" ???? Ebin A ???? one one ???? Line Line Line Private "one" one "a" ??? Source à ¢  ???? One ???? Line Bear -0.8.1 "one" one "one" ??? Ebin A ???? one one ???? Line Line Line Source à ¢  ???? One ???? Line Cache -1.0.0 A "A" A "A" ???? Ebin A ???? one one ???? Line Line Line Private "one" one "a" ??? Source à ¢  ???? One ???? Line Cberl-1 is a "one" one "a" ???? C_src a ???? one one" ???? Line Ebin A ???? one one ???? Line Line Line Add a ???? One ???? One ???? One ???? Line Private "one" one "a" ??? Source à ¢  ???? One ???? Line Compiler-4.9.2 One "One" One "One" ??? Ebin A ???? one one ???? Line Line Line Source à ¢  ???? One ???? Line Cowboy -0.8.6 an "a" a "a" ???? Line Ebin A ???? one one ???? Line Line Line Source .................... a "one" ??? Line Line Crypto-3.0 is a "one" one "A" ???? Ebin A ???? one one ???? Line Line Line Private '' one '' one '' one '' a '??? Lib â ???? One ???? One ???? One ???? Line Source à ¢  ???? Release a "????" Line 0.5.2   

All the libraries at their own locations.

I tried to start the application with the command erl -env ERL_LIBS ../libs -erlconto and it started successfully.

It looks like this is a problem in the boot file, but I do not know how to approach this problem.

Any suggestions or ways to solve, please.

Tnx!

This usually occurs when the of the OTP application is done. App does not have an essential dependency in the file, to use the content of .app to resolve reliability to go into Relx release.

Make sure that all your release applications include at least kernel and stdlib in applications in tuple .app .

Here is an example .app file entry kernel , stdlib , and elk dependency As: {application, prop, [description, "template template generator"}, {vsn, "0.0.1"}, {registered, []}, {applications, [ Kernel, stdlib, elk]}, {module, [prop, prototype, pro_generator}}, {env, []}]}.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -