I've start the gen_server via gen_server:start_link({global, game_time_service}, ...) and access the service via gen_server:call({global, game_time_service}, get_time). It throws the nprpoc exception when I access it. Any suggestions? Thanks.