Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Backend configuration #44

Closed
josemic opened this issue Aug 9, 2015 · 1 comment
Closed

Backend configuration #44

josemic opened this issue Aug 9, 2015 · 1 comment

Comments

@josemic
Copy link

josemic commented Aug 9, 2015

See PDXostc/rvi_backend#37.

After digging in the Erlang code, I came to the conclusion, that the crash is caused by the dlink_bt being present at the backend side, however { proto_json_rpc, dlink_bt_rpc} not configured in 'backend.config'. Thus the service discovery registration message crashes the service discovery server, which therefore looses its ets-table and is re-initialized by the supervisior with an empty ets-table afterwards.
This change in 'backend.config', even if BT is not used seems to solve it as workaround:

    { "", 
      [
       { proto_json_rpc, dlink_tcp_rpc},
       { proto_json_rpc, dlink_bt_rpc}]
    }
@uwiger
Copy link
Collaborator

uwiger commented Oct 22, 2015

I will close this issue. Please create a new issue if it is still a problem.

@uwiger uwiger closed this as completed Oct 22, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants