Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Management image can't be successfully run #2

Closed
visibletrap opened this issue Jan 6, 2015 · 8 comments · Fixed by #7
Closed

Management image can't be successfully run #2

visibletrap opened this issue Jan 6, 2015 · 8 comments · Fixed by #7

Comments

@visibletrap
Copy link

Executed the command $ docker run rabbitmq:3-management gives this error

=ERROR REPORT==== 6-Jan-2015::08:54:49 ===
** Generic server rabbit_mgmt_external_stats terminating 
** Last message in was emit_update
** When Server state == {state,1048576}
** Reason for termination == 
** {badarg,[{erlang,list_to_binary,[undefined],[]},
            {rabbit_mgmt_external_stats,log_location,1,[]},
            {rabbit_mgmt_external_stats,'-infos/2-lc$^0/1-0-',2,[]},
            {rabbit_mgmt_external_stats,'-infos/2-lc$^0/1-0-',2,[]},
            {rabbit_mgmt_external_stats,emit_update,1,[]},
            {rabbit_mgmt_external_stats,handle_info,2,[]},
            {gen_server,handle_msg,5,[{file,"gen_server.erl"},{line,607}]},
            {proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,227}]}]}
@tianon
Copy link
Member

tianon commented Jan 6, 2015

Ack, what. I'm positive that was working when I tested it originally, but now it's not (ie, I can confirm). 😞

@tianon
Copy link
Member

tianon commented Jan 6, 2015

Ok, so the management GUI does come up, which is what made me think this was working. This error must be for some side process not starting.

Any ideas? 😄

@visibletrap
Copy link
Author

The management GUI didn't come up for me when I was creating this issue, but it does come up now. Not really sure what was happening.

@tianon
Copy link
Member

tianon commented Jan 23, 2015

I'm going to reopen this because there's definitely something wrong going on here and we need to figure out what it is. 😢

@tianon tianon reopened this Jan 23, 2015
@chriskilding
Copy link

I too get the same error, but for me:

  • The GUI never comes up
  • The message below is logged about twice a second repeatedly
  • After about 10 seconds of error logging the whole image crashes for me
=ERROR REPORT==== 28-Jan-2015::16:21:02 ===
** Generic server rabbit_mgmt_external_stats terminating 
** Last message in was emit_update
** When Server state == {state,1048576}
** Reason for termination == 
** {badarg,[{erlang,list_to_binary,[undefined],[]},
            {rabbit_mgmt_external_stats,log_location,1,[]},
            {rabbit_mgmt_external_stats,'-infos/2-lc$^0/1-0-',2,[]},
            {rabbit_mgmt_external_stats,'-infos/2-lc$^0/1-0-',2,[]},
            {rabbit_mgmt_external_stats,emit_update,1,[]},
            {rabbit_mgmt_external_stats,handle_info,2,[]},
            {gen_server,handle_msg,5,[{file,"gen_server.erl"},{line,607}]},
            {proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,227}]}]}

=INFO REPORT==== 28-Jan-2015::16:21:02 ===
    application: rabbitmq_management_agent
    exited: shutdown
    type: temporary

@sitamet
Copy link

sitamet commented Jan 31, 2015

My image also crashes.

=INFO REPORT==== 31-Jan-2015::18:13:39 ===
Statistics database started.
 completed with 6 plugins.

=INFO REPORT==== 31-Jan-2015::18:13:39 ===
Server startup complete; 6 plugins started.
 * rabbitmq_management
 * rabbitmq_web_dispatch
 * webmachine
 * mochiweb
 * rabbitmq_management_agent
 * amqp_client

=ERROR REPORT==== 31-Jan-2015::18:13:40 ===
** Generic server rabbit_mgmt_external_stats terminating 
** Last message in was emit_update
** When Server state == {state,1048576}
** Reason for termination == 
** {badarg,[{erlang,list_to_binary,[undefined],[]},
            {rabbit_mgmt_external_stats,log_location,1,[]},
            {rabbit_mgmt_external_stats,'-infos/2-lc$^0/1-0-',2,[]},
            {rabbit_mgmt_external_stats,'-infos/2-lc$^0/1-0-',2,[]},
            {rabbit_mgmt_external_stats,emit_update,1,[]},
            {rabbit_mgmt_external_stats,handle_info,2,[]},
            {gen_server,handle_msg,5,[{file,"gen_server.erl"},{line,607}]},
            {proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,227}]}]}

=INFO REPORT==== 31-Jan-2015::18:13:50 ===
    application: rabbitmq_management_agent
    exited: shutdown
    type: temporary

@vito-c
Copy link

vito-c commented Mar 24, 2016

I'm getting this issue with 3.4.2-management but not with 3-management

@yosifkit
Copy link
Member

3-management is currently equal to 3.6.1-management. 3.4.2-management did not contain the fixes (it is minimally 3.4.3 that had the fix from #7).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants