[Zotonic-Dev] I do not understand what's the problem?

2016-09-26 Thread heiheshang
enif_send: called from non-scheduler thread on non-SMP VM/opt/zotonic/src/ scripts/zotonic-debug: line 33: 1613 Aborted (core dumped) $ERL -env ERL_MAX_PORTS $MAX_PORTS +P $MAX_PROCESSES +K $KERNEL_POLL -pa $PA $NAME_ARG $NODENAME@$NODEHOST -boot start_sasl $(find_config_arg erla

Re: [Zotonic-Dev] I do not understand what's the problem?

2016-09-26 Thread Marc Worrell
Weird error. I haven’t seen it before, but I also don’t run the docker container. Maybe David or Andreas have seen this before? - Marc > On 26 Sep 2016, at 17:57, heiheshang wrote: > > enif_send: called from non-scheduler thread on non-SMP > VM/opt/zotonic/src/scripts/zotonic-debug: line

Re: [Zotonic-Dev] I can not run zotonic docker

2016-09-26 Thread Marc Worrell
Try deleting the mnesia directory in zotonic/priv - Marc > On 26 Sep 2016, at 03:27, heiheshang wrote: > > Setup running ... > Directories verified. Res = {[ok],[]} > Setup finished processing hooks ... > 01:23:23.224 [info] Application setup started on node zotonic001@93f730b39aee > 01:23:23.

[Zotonic-Dev] Re: I do not understand what's the problem?

2016-09-26 Thread M-MZ
I know this error. It happens when a nif tries to lock resources or start threads on a erlang VM without SMP support. Travis used to have this in the past. I don't know what you are running on, but check the SMP support of your VM. Regards, Maas On Monday, September 26, 2016 at 5:57:55 PM U