Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133745 - ejabberd web interface non-functional
Summary: ejabberd web interface non-functional
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gustavo Felisberto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-18 22:07 UTC by Dustin J. Mitchell
Modified: 2006-06-21 07:17 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dustin J. Mitchell 2006-05-18 22:07:23 UTC
I have emerge'd 'ejabberd'.  The ejabberd_http line in my config looks like this:
   {5280, ejabberd_http,    [http_poll, web_admin]},
yet when I connect to that port via web brower or netcat, the following is logged:

=CRASH REPORT==== 18-May-2006::23:58:46 ===
  crasher:
    pid: <0.252.0>
    registered_name: []
    error_info: {undef,[{ejabberd_http,
                             start,
                             [{gen_tcp,#Port<0.294>},[web_admin]]},
                         {ejabberd_listener,accept,3},
                         {proc_lib,init_p,5}]}
    initial_call: {ejabberd_listener,init,[5280,ejabberd_http,[web_admin]]}
    ancestors: [ejabberd_listeners,ejabberd_sup,<0.37.0>]
    messages: []
    links: [#Port<0.294>,<0.196.0>,#Port<0.293>]
    dictionary: []
    trap_exit: false
    status: running
    heap_size: 233
    stack_size: 21
    reductions: 360
  neighbours:

this has now happened on two independently installed boxes.  Any suggestions?
Comment 1 Dustin J. Mitchell 2006-06-21 07:17:25 UTC
Whoops - 'web' wasn't USEd.  These error messages are extraordinarily unhelpful!

Dustin