SAS Enterprise Miner.jnlp (バージョン 14.3) をダウンロードしましたが、ダウンロード直後にしか機能しません。アプリケーションを数時間閉じると (例: 翌日もう一度開こうとすると)、「アプリケーションを起動できません」というエラーが表示され、アプリケーションが開かなくなります。もう一度ダウンロードすると、うまくいきます(ただし、数時間閉じた後、同じエラーが発生します)。
1.8.0_112-b16、1.8.0.161、および jdk 1.8.0.181 の JDK バージョンは既に試しました。(アプリケーションの Java キャッシュも消去しようとしました)。
何か案が?MacOS High Sierra バージョン 10.13.6を使用しています。
エラーの詳細は次のとおりです。
例外:
com.sas.svcs.security.authentication.client.TicketCreationException: Unable to acquire ticket: <404 Not Found,{Date=[Sun, 30 Sep 2018 18:41:23 GMT], Server=[Apache/2.4.6 (CentOS)], X-Frame-Options=[SAMEORIGIN], X-Content-Type-Options=[nosniff], X-UA-Compatible=[IE=edge], Content-Length=[0], Keep-Alive=[timeout=5, max=100], Connection=[Keep-Alive]}>
at com.sas.svcs.security.authentication.client.AuthenticationClient.acquireTicket(AuthenticationClient.java:303)
(…)
起動ファイル:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="https://odamid.oda.sas.com/SASEnterpriseMinerJWS/">
<information>
<title>SAS Enterprise Miner 14.3</title>
<vendor>SAS Institute, Inc.</vendor>
<homepage href="/SASEnterpriseMinerJWS" />
<description>SAS Enterprise Miner Java Web Start application</description>
<description kind="short">SAS Enterprise Miner JWS</description>
<icon href="images/emlogo.gif" />
<icon href="images/saslogo.gif" kind="splash" />
</information>
<security>
<all-permissions />
</security>
<resources>
<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se" max-heap-size="1024m" />
(…)