nprocreg didn't start with mochiweb backend
Reported by manifest | June 29th, 2010 @ 06:22 PM | in 2.0.2
error occurs when calling functions that work with the session (wf:user, wf:session, etc)
=INFO REPORT==== 29-Jun-2010::23:29:37 ===
{error,exit,
{noproc,
{gen_server,call,
[nprocreg,
{get_node,
{session,
<<204,247,25,128,203,73,179,49,154,114,83,130,167,36,
38,62>>}}]}},
[{gen_server,call,2},
{nprocreg,get_pid,2},
{nprocreg_registry_handler,get_pid,4},
{wf_handler,call,3},
{process_registry_handler,get_pid,2},
{simple_session_handler,get_session_pid,2},
{simple_session_handler,get_value,4},
{wf_handler,call,3}]}
I changed the line: application: start(mprocreg) to application: start(nprocreg) in file: ./Nitrogen/site/src/nitrogen_init.erl and the error disappeared
Comments and changes to this ticket
-
Rusty Klophaus June 29th, 2010 @ 07:08 PM
- Milestone set to 2.0.2
- State changed from new to resolved
- Milestone order changed from 126405 to 0
This affect projects that were created before version 2.0.0 and then migrated to 2.0.1. The process registry changed names (among other things) in 2.0.1. Any projects created in 2.0.1 will not see this problem.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Nitrogen Web Framework for Erlang