Advertisement
zamotivator

Untitled

Apr 26th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. =ERROR REPORT==== 27-Apr-2013::03:34:47 ===
  2. ** Cowboy handler cowboy_static terminating in rest_init/2
  3. for the reason error:{badmatch,false}
  4. ** Options were [<<"index.html">>]
  5. ** Request was [{socket,#Port<0.1615>},
  6. {transport,ranch_tcp},
  7. {connection,keepalive},
  8. {pid,<0.162.0>},
  9. {method,<<"GET">>},
  10. {version,{1,1}},
  11. {peer,{{127,0,0,1},34801}},
  12. {host,<<"localhost">>},
  13. {host_info,undefined},
  14. {port,8080},
  15. {path,<<"/">>},
  16. {path_info,undefined},
  17. {qs,<<>>},
  18. {qs_vals,undefined},
  19. {fragment,<<>>},
  20. {bindings,[]},
  21. {headers,[{<<"host">>,<<"localhost:8080">>},
  22. {<<"user-agent">>,
  23. <<"Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0">>},
  24. {<<"accept">>,
  25. <<"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8">>},
  26. {<<"accept-language">>,<<"en-US,en;q=0.5">>},
  27. {<<"accept-encoding">>,<<"gzip, deflate">>},
  28. {<<"connection">>,<<"keep-alive">>}]},
  29. {p_headers,[{<<"connection">>,[<<"keep-alive">>]}]},
  30. {cookies,undefined},
  31. {meta,[]},
  32. {body_state,waiting},
  33. {multipart,undefined},
  34. {buffer,<<>>},
  35. {resp_compress,false},
  36. {resp_state,waiting},
  37. {resp_headers,[]},
  38. {resp_body,<<>>},
  39. {onresponse,undefined}]
  40. ** Stacktrace: [{cowboy_static,rest_init,2,
  41. [{file,"src/cowboy_static.erl"},{line,215}]},
  42. {cowboy_rest,upgrade,4,
  43. [{file,"src/cowboy_rest.erl"},{line,73}]},
  44. {cowboy_protocol,execute,4,
  45. [{file,"src/cowboy_protocol.erl"},
  46. {line,514}]}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement