sendmail error: "java.lang​.RuntimeEx​ception: Could not generate DH keypair"

14 次查看(过去 30 天)
Hi,
I'm running Matlab R2012b and have been using the sendmail command for years using the same server and email settings. Suddenly, out of the blue, sendmail gives me the error: "java.lang.RuntimeException: Could not generate DH keypair". Even the simplest command:
sendmail('myemail@emailadress.com','test')
produces this error. I have not changed the Java version (1.6.0_22-b04). What can be the problem?

回答(1 个)

Walter Roberson
Walter Roberson 2018-1-31
编辑:Walter Roberson 2018-1-31
  3 个评论
Fredrik Gustavsson
Fredrik Gustavsson 2018-1-31
Installing Java 7 resolves the sendmail problem (I went back to the original security providers) but of course introduces other issues with for instance some GUI components since R2012b is shipped with Java 6 (v1.6.0_17 to be precise). Stuck in the gap between old and new. Still in total surprise why sendmail suddenly became impaired to send emails. Actually, we have 60 customers using our deployed software that have lost some vital functionality with this. Mathworks say they can't really help me because this is a Java issue. Well yes but if they have based their function on Java, it should also be a Matlab issue.

请先登录,再进行评论。

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by