web-dev-qa-db-ja.com

Utopic Unicorn 14.10にicedteaプラグインをインストールできない

14.10 x64にicedtea-7-pluginをインストールしようとするとエラーが発生します。

apt-get install icedtea-7-plugin
. . .
Selecting previously unselected package icedtea-netx:AMD64.
. . .
Processing triggers for man-db (2.7.0.2-2) ...
E: Sub-process /usr/bin/dpkg returned an error code (1)

依存関係icedtea-netxに問題があるようです。そこで、icedtea-netxを単独でインストールしようとしましたが、エラーは以下のとおりです。

Java-8-openjdk-AMD64を探しているようです。リポジトリからopenjdk-7-jreをインストールしたので、それをアンインストールし、openjdk-8-jreとopenjdk-8-jdkの両方をインストールしました。ただし、これはicedtea-netxの問題を修正しませんでした。

(Oracle独自のJavaではなく、icedteaを使用してJDKを開きます)。

誰もがこれを経験しましたか、問題の解決策はありますか?

apt-get install icedtea-netx...の出力は次のとおりです。

apt-get install icedtea-netx
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  icedtea-netx-common
The following NEW packages will be installed:
  icedtea-netx icedtea-netx-common
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Inst icedtea-netx-common (1.5.1-1ubuntu1 Ubuntu:14.10/utopic [all])
Inst icedtea-netx (1.5.1-1ubuntu1 Ubuntu:14.10/utopic [AMD64])
Conf icedtea-netx-common (1.5.1-1ubuntu1 Ubuntu:14.10/utopic [all])
Conf icedtea-netx (1.5.1-1ubuntu1 Ubuntu:14.10/utopic [AMD64])
root@PS001:/etc/apt/sources.list.d# apt-get install icedtea-netx
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  icedtea-netx-common
The following NEW packages will be installed:
  icedtea-netx icedtea-netx-common
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/1138 kB of archives.
After this operation, 1505 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Selecting previously unselected package icedtea-netx-common.
(Reading database ... 314900 files and directories currently installed.)
Preparing to unpack .../icedtea-netx-common_1.5.1-1ubuntu1_all.deb ...
Unpacking icedtea-netx-common (1.5.1-1ubuntu1) ...
Selecting previously unselected package icedtea-netx:AMD64.
Preparing to unpack .../icedtea-netx_1.5.1-1ubuntu1_AMD64.deb ...
Unpacking icedtea-netx:AMD64 (1.5.1-1ubuntu1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu2) ...
Processing triggers for bamfdaemon (0.5.1+14.10.20140925-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.55ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for man-db (2.7.0.2-2) ...
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@PS001:/etc/apt/sources.list.d# apt-get -f install             
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up icedtea-netx:AMD64 (1.5.1-1ubuntu1) ...
update-alternatives: warning: forcing reinstallation of alternative /usr/lib/jvm/Java-7-openjdk-AMD64/jre/bin/itweb-settings because link group itweb-settings is broken
update-alternatives: warning: not replacing /usr/share/man/man1/itweb-settings.1.gz with a link
update-alternatives: warning: forcing reinstallation of alternative /usr/lib/jvm/Java-7-openjdk-AMD64/jre/bin/itweb-settings because link group itweb-settings is broken
update-alternatives: warning: not replacing /usr/share/man/man1/itweb-settings.1.gz with a link
update-alternatives: error: alternative path /usr/lib/jvm/Java-8-openjdk-AMD64/jre/bin/javaws doesn't exist
dpkg: error processing package icedtea-netx:AMD64 (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 icedtea-netx:AMD64
E: Sub-process /usr/bin/dpkg returned an error code (1)
8
PJ Singh

別の一時的な回避策を試してみました。

エラーメッセージには、「update-alternatives:error:alternative path/usr/lib/jvm/Java-8-openjdk-AMD64/jre/bin/javaws does not exist」というメッセージが表示されます。そこで、シンボリックリンクを作成し、パッケージを1つずつ削除し(icedtea-plugin、次にicedtea-7-plugin、icedtea-netx(icedtea-netx-commonには必要ありません))、icedtea-pluginを再インストールします。

cd /usr/lib/jvm
ln -s Java-1.7.0-openjdk-AMD64 Java-8-openjdk-AMD64
apt-get purge icedtea-plugin
apt-get purge icedtea-7-plugin
apt-get purge icedtea-netx
apt-get install icedtea-plugin

ジャイルズ

6
Giles Carré
1
João Silva

私は同じ問題を抱えており、これはパッケージのバグだと思いました。 報告しました 。回避策として、 Oracle Javaのインストール手順 に従いました。

1

Openjdk 7と8の両方がインストールされている場合は、javawsとitweb-settingsをシンボリックリンクしてから、icedtea-plugin、icedtea-7-plugin、およびicedtea-netxを再インストールできます。

Sudo ln -s /usr/lib/jvm/Java-7-openjdk-AMD64/jre/bin/javaws /usr/lib/jvm/Java-8-openjdk-AMD64/jre/bin/javaws$
Sudo ln -s /usr/lib/jvm/Java-7-openjdk-AMD64/jre/bin/itweb-settings /usr/lib/jvm/Java-8-openjdk-AMD64/jre/bin/itweb-settings
0