मैं बॉक्स एक है और यह है कि एक खरगोश MQ सर्वर पर सुनता है उस पर एक उपभोक्ता हैबाध्यकारी बाहरी IP पता
मैं बॉक्स बी कि श्रोता
तो के लिए एक संदेश प्रकाशित करेंगे है जब तक यह सब बॉक्स ए में और मैं खरगोश एमक्यू सर्वर w/चूक शुरू करता हूं, यह ठीक काम करता है।
चूक मेजबान = पोर्ट 5672 पर 127.0.0.1 हैं, लेकिन जब मैं telnet box.a.ip.addy 5672
बॉक्स बीआई प्राप्त से:
Trying box.a.ip.addy...
telnet: connect to address box.a.ip.addy: No route to host
telnet: Unable to connect to remote host: No route to host
पोर्ट 22 पर टेलनेट ठीक है, मैं बॉक्स बी
से बॉक्स एक में ssh कर सकते हैंतो मैं मैं आईपी कि RabbitMQ सर्वर मैं इस पाया का उपयोग करता है को बदलने की जरूरत मान: http://www.rabbitmq.com/configure.html और अब मैं स्थान में एक कॉन्फ़िग फ़ाइल प्रलेखन नाम rabbitmq.config साथ, उपयोग करने के लिए कहा है और यह शामिल हैं:
[
{rabbit, [{tcp_listeners, {"box.a.ip.addy", 5672}}]}
].
इसलिए मैंने सर्वर को रोक दिया, और फिर से RabbitMQ सर्वर शुरू किया। यह विफल हुआ। त्रुटि लॉग से त्रुटियां यहां दी गई हैं। यह मेरे सिर पर थोड़ा सा है।
=ERROR REPORT==== 23-Aug-2011::14:49:36 ===
FAILED
Reason: {{case_clause,{{"box.a.ip.addy",5672}}},
[{rabbit_networking,'-boot_tcp/0-lc$^0/1-0-',1},
{rabbit_networking,boot_tcp,0},
{rabbit_networking,boot,0},
{rabbit,'-run_boot_step/1-lc$^1/1-1-',1},
{rabbit,run_boot_step,1},
{rabbit,'-start/2-lc$^0/1-0-',1},
{rabbit,start,2},
{application_master,start_it_old,4}]}
=INFO REPORT==== 23-Aug-2011::14:49:37 ===
application: rabbit
exited: {bad_return,{{rabbit,start,[normal,[]]},
{'EXIT',{rabbit,failure_during_boot}}}}
type: permanent
(वास्तव में इस का सबसे) है और यहाँ है से अधिक शुरू लॉग कुछ:
Erlang has closed
Error: {node_start_failed,normal}
^M
Crash dump was written to: erl_crash.dump^M
Kernel pid terminated (application_controller) ({application_start_failure,rabbit,{bad_return,{{rabbit,start,[normal,[]]},{'EXIT',{rabbit,failure_during_boot}}}}})^M
कृपया मदद
बस स्पष्ट को कवर करने के लिए: क्या आप बॉक्स बॉक्स से सफलतापूर्वक एसएसएच करते समय 'box.a.ip.addy' का उपयोग करते हैं? –
smh नहीं, मैं अपने आईपी पते का खुलासा नहीं करना चाहता था – KacieHouser