<p>hi Andrei,</p>
<p>from the crash info it seems that you don't have the module asn1rt_nif properly loaded.<br>
This module exports 3 so called Nifs (functions implemented in C)<br>
a .so file is supposed to be automatically loaded when the asn1rt_nif module is loaded.<br>
you can try calling asn1rt_nif:decode_ber_tlv(<<0,0>>) on your system.</p>
<p>If this fails you have an unhealty system (the .so file under lib/asn1-x.y/priv is missing or corrupt or can't be loaded for some reason.</p>
<p>If this is the case you will have problems with all attempts to decode ASN.1 encoded data using the BER/DER encoding rules, which are the ones used for certificates and other SSL/TLS related stuff.</p>
<p>This can be the causebof the other SSL problem you reported on R16B as well.</p>
<p>In R15B I think there was a fallback that would run pure Erlang code if the asn1rt_nif module failed to be loaded. This is no longer the case.</p>
<p>/Kenneth, Erlang/OTP Ericsson</p>
<div class="gmail_quote">Den 11 mar 2013 22:52 skrev "Andrei Soroker" <<a href="mailto:soroker@gmail.com">soroker@gmail.com</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
I just upgraded from R15B03 to R16B and I'm seeing the following:<br>
<br>
{{keyfile,{badmatch,{error,{asn1,{undef,[{asn1rt_nif,decode_ber_tlv,[<<<br>
...<br>
{'OTP-PUB-KEY',decode,2,[{file,"OTP-PUB-KEY.erl"},{line,985}]},{public_key,der_decode,2,[{file,"public_key.erl"},{line,169}]},{ssl_connection,init_private_key,5,[{file,"ssl_connection.erl"},{line,1176}]},{ssl_connection,ssl_init,2,[{file,"ssl_connection.erl"},{line,1115}]},{ssl_connection,init,1,[{file,"ssl_connection.erl"},{line,303}]}<br>

<br>
Is there some quick fix that I'm missing?<br>
<br>
Thanks!<br>
Andrei<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>