Bug 1185921
| Summary: | RabbitMQ fails to start if configured with ssl | ||
|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Miroslav Suchý <msuchy> |
| Component: | openstack-packstack | Assignee: | Lukas Bezdicka <lbezdick> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | yeylon <yeylon> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | Icehouse | CC: | aortega, derekh, srevivo, yeylon |
| Target Milestone: | --- | ||
| Target Release: | Juno | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-packstack-2014.1.1-0.31.4.dev1279 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-30 23:06:13 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Miroslav Suchý
2015-01-26 16:02:21 UTC
Reproduced. Seems like RabbitMQ port is blocked
=INFO REPORT==== 30-Jan-2015::04:57:56 ===
started TCP Listener on [::]:5671
=INFO REPORT==== 30-Jan-2015::04:57:56 ===
Error description:
{case_clause,{error,{already_started,<0.267.0>}}}
Log files (may contain more information):
/var/log/rabbitmq/rabbit
/var/log/rabbitmq/rabbit
Stack trace:
[{rabbit_networking,start_listener0,4,
[{file,"src/rabbit_networking.erl"},{line,232}]},
{rabbit_networking,'-start_listener/4-lc$^0/1-0-',4,
[{file,"src/rabbit_networking.erl"},{line,225}]},
{rabbit_networking,start_listener,4,
[{file,"src/rabbit_networking.erl"},{line,225}]},
{rabbit_networking,'-boot_ssl/0-lc$^0/1-0-',1,
[{file,"src/rabbit_networking.erl"},{line,137}]},
{rabbit_networking,boot_ssl,0,
[{file,"src/rabbit_networking.erl"},{line,137}]},
{rabbit_networking,boot,0,[{file,"src/rabbit_networking.erl"},{line,125}]},
{rabbit,'-run_boot_step/1-lc$^1/1-1-',1,
[{file,"src/rabbit.erl"},{line,479}]},
{rabbit,run_boot_step,1,[{file,"src/rabbit.erl"},{line,478}]}]
=INFO REPORT==== 30-Jan-2015::04:57:57 ===
stopped TCP Listener on [::]:5671
=INFO REPORT==== 30-Jan-2015::04:57:57 ===
Error description:
{could_not_start,rabbit,
{bad_return,
{{rabbit,start,[normal,[]]},
{'EXIT',
{rabbit,failure_during_boot,
{case_clause,{error,{already_started,<0.267.0>}}}}}}}}
|