Advertisement
lwcolton

Untitled

Apr 11th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. Erlang R16B03-1 (erts-5.10.4) [source] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:false]
  2.  
  3. Eshell V5.10.4 (abort with ^G)
  4. 1> c(snmp_test_manager).
  5. {ok,snmp_test_manager}
  6. 2> snmp_test_manager:start_link([{options, [{config, [{dir, "/tmp"}, {db_dir, "/tmp"}]}]}, {agent_config, [{address, {127,0,0,1}}, {engine_id, "myengine"}]}, {agent_target, "the best agent"}]).
  7. dets: file "/tmp/snmpm_config_db" not properly closed, repairing ...
  8. ** exception exit: {case_clause,
  9. {'EXIT',
  10. {{badmatch,ok},
  11. [{snmp_test_manager,do_init,1,
  12. [{file,"snmp_test_manager.erl"},{line,133}]},
  13. {snmp_test_manager,init,1,
  14. [{file,"snmp_test_manager.erl"},{line,123}]},
  15. {gen_server,init_it,6,[{file,"gen_server.erl"},{line,304}]},
  16. {proc_lib,init_p_do_apply,3,
  17. [{file,"proc_lib.erl"},{line,239}]}]}}}
  18. in function snmp_test_manager:init/1 (snmp_test_manager.erl, line 123)
  19. in call from gen_server:init_it/6 (gen_server.erl, line 304)
  20. in call from proc_lib:init_p_do_apply/3 (proc_lib.erl, line 239)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement