Discussion:
[rabbitmq-users] Upgrading 3.5.3 to 3.5.4 (Generic Unix Bins)
Phill
2015-07-30 09:12:17 UTC
Permalink
Ok, well 3.5.3 works perfectly, however on upgrade to 3.5.4 it won't start.

The plugins directory has been cleaned out and eveything seems fine. If we
overwrite back to 3.5.3 it starts again.

Errors:

{error_logger,{{2015,7,30},{9,59,46}},"~s~n",["Error in process <0.7.0>
with exit value:
{{case_clause,{'EXIT',{function_clause,[{application_controller,'-check_conf/0-fun-0-',[[\"/usr/local/svmstack/rmq/etc/rabbitmq/rabbitmq\",\"true\"],[]],[{file,\"application_controller.erl\"},{line,1807}]},{lists,foldl,3,[{file,\"...
\n"]}
{"could not start kernel
pid",application_controller,"{{case_clause,{'EXIT',{function_clause,[{application_controller,'-check_conf/0-fun-0-',[[\"/usr/local/svmstack/rmq/etc/rabbitmq/rabbitmq\",\"true\"],[]],[{file,\"application_controller.erl\"},{line,1807}]},{lists,foldl,3,[{file,\"lists.erl\"},{line,1261}]},{application_controller,check_conf,0,[{file,\"application_controller.erl\"},{line,1806}]},{application_controller,init,2,[{file,\"application_controller.erl\"},{line,484}]}]}}},[{application_controller,init,2,[{file,\"application_controller.erl\"},{line,484}]}]}"}

=erl_crash_dump:0.3
Thu Jul 30 09:59:46 2015
Slogan: could not start kernel pid (application_controller)
({{case_clause,{'EXIT',{function_clause,[{application_controller,'-check_conf/0-fun-0-',[["/usr/local/svms
tack/rmq/etc/rabbitmq/rabbitmq","true"],
System version: Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:2:2]
[async-threads:30] [hipe] [kernel-poll:true]
Compiled: Sat May 30 22:42:58 2015


Config:

[
{rabbit, [
{ssl_listeners,[5023]},
{ssl_options, [ {cacertfile,
"/usr/local/svmstack/rmq/etc/rabbitmq/ssl/ca/cacert.pem"},
{certfile,
"/usr/local/svmstack/rmq/etc/rabbitmq/ssl/server/rmq.cert.pem"},
{keyfile,
"/usr/local/svmstack/rmq/etc/rabbitmq/ssl/server/rmq.key.pem"},
{fail_if_no_peer_cert,false}]}
]}
].


Thanks!
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+***@googlegroups.com.
To post to this group, send an email to rabbitmq-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Michael Klishin
2015-07-30 09:18:52 UTC
Permalink
Post by Phill
{error_logger,{{2015,7,30},{9,59,46}},"~s~n",["Error
in process <0.7.0> with exit value: {{case_clause,{'EXIT',{function_clause,[{application_controller,'-check_conf/0-fun-0-',[[\"/usr/local/svmstack/rmq/etc/rabbitmq/rabbitmq\",\"true\"],[]],[{file,\"application_controller.erl\"},{line,1807}]},{lists,foldl,3,[{file,\"...
\n"]}
{"could not start kernel pid",application_controller,"{{case_clause,{'EXIT',{function_clause,[{application_controller,'-check_conf/0-fun-0-',[[\"/usr/local/svmstack/rmq/etc/rabbitmq/rabbitmq\",\"true\"],[]],[{file,\"application_controller.erl\"},{line,1807}]},{lists,foldl,3,[{file,\"lists.erl\"},{line,1261}]},{application_controller,check_conf,0,[{file,\"application_controller.erl\"},{line,1806}]},{application_controller,init,2,[{file,\"application_controller.erl\"},{line,484}]}]}}},[{application_controller,init,2,[{file,\"application_controller.erl\"},{line,484}]}]}"}
What’s in the log files? The stack trace above has no
RabbitMQ modules in it but it says Erlang/OTP fails to verify rabbit’s config file .

What is your environment variables are like?
--
MK

Staff Software Engineer, Pivotal/RabbitMQ
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+***@googlegroups.com.
To post to this group, send an email to rabbitmq-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...