Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@BrianTheCoder
Created June 25, 2010 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrianTheCoder/453286 to your computer and use it in GitHub Desktop.
Save BrianTheCoder/453286 to your computer and use it in GitHub Desktop.
Exec: /Users/williamsmith/code/erlang/riak/dev/dev1/erts-5.7.5/bin/erlexec -boot /Users/williamsmith/code/erlang/riak/dev/dev1/releases/0.11.0/riak -embedded -config /Users/williamsmith/code/erlang/riak/dev/dev1/etc/app.config -args_file /Users/williamsmith/code/erlang/riak/dev/dev1/etc/vm.args -- console
Root: /Users/williamsmith/code/erlang/riak/dev/dev1
Erlang R13B04 (erts-5.7.5) [source] [smp:2:2] [rq:2] [async-threads:5] [hipe] [kernel-poll:true]
=ERROR REPORT==== 25-Jun-2010::14:00:01 ===
Error loading "erlang_js_drv": "dlopen(/Users/williamsmith/code/erlang/riak/dev/dev1/lib/erlang_js/priv/erlang_js_drv.so, 2): no suitable image found. Did find:\n\t/Users/williamsmith/code/erlang/riak/dev/dev1/lib/erlang_js/priv/erlang_js_drv.so: mach-o, but wrong architecture"
=INFO REPORT==== 25-Jun-2010::14:00:01 ===
application: erlang_js
exited: {{bad_return_value,
{error,{load_error,"Failed to load spidermonkey_drv.so"}}},
{erlang_js,start,[normal,[]]}}
type: permanent
{"Kernel pid terminated",application_controller,"{application_start_failure,erlang_js,{{bad_return_value,{error,{load_error,[70,97,105,108,101,100,32,116,111,32,108,111,97,100,32,115,112,105,100,101,114,109,111,110,107,101,121,95,100,114,118,46,115,111]}}},{erlang_js,start,[normal,[]]}}}"}
Crash dump was written to: erl_crash.dump
Kernel pid terminated (application_controller) ({application_start_failure,erlang_js,{{bad_return_value,{error,{load_error,[70,97,105,108,101,100,32,116,111,32,108,111,97,100,32,115,112,105,100,101,
@ryanclark2
Copy link

I'm having the same issue as this gist shows and all my searched keep bringing me back here. Did you get this solved? Remember how?

@rhumbertgz
Copy link

Hello guys, I have the same when I try to start riak 2.1.1 after compiled from the source code (https://gist.github.com/rhumbertgz/b7b0b5c26134c1d10b2c)

How did you solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment