Closed DimitryDushkin closed 13 years ago
Try application:start(sasl)
before application:start(ibrowse)
. ibrowse
needs sasl
. I ran into this when I started using ibrowse
. Don't use ibrowse:start()
. When you do this, you run ibrowse
gen_server
in debug mode.
You absolutly totally right! Thank you. I think it should be mentioned in manual (application:start(sasl)).
I think it should be mentioned in manual (application:start(sasl)).
fixed in 86132aae2220e32c12b4c3fa791d9fe36179ef9f thanks!
I was using manual on http://benoitc.github.com/couchbeam/, but if I do so, I got an error:
But if I replace application:start(ibrowse) to ibrowse:start(), everything works fine
Did I something wrong or is manual wrong?