From: Denis Kirienko <dk@altlinux.ru>
To: community@lists.altlinux.org
Subject: [Comm] Проблемы с переменной JAVA_HOME
Date: Sun, 24 Aug 2008 15:06:08 +0400
Message-ID: <g8rf9n$e7u$1@ger.gmane.org> (raw)
Добрый день!
Только что натолкнулся на следующую проблему. Если установить
JAVA_HOME=/usr, а потом запустить java -version (да и вообще java в
любом виде), то она повисает, пока ее не прибъешь Ctrl-C, отжирая при
этом весь ресурс процессора.
Вот так:
$ export JAVA_HOME=/usr
$ java -version
^C
Если установить JAVA_HOME в /dev/null, в /, в /bla/bla/bla, в общем, во
что угодно, кроме /usr, то все нормально. Также нормально, если удалить
эту переменную вовсе:
$ export JAVA_HOME=/bla/bla/bla
$ java -version
java version "1.6.0"
OpenJDK Runtime Environment (build 1.6.0-b09)
OpenJDK Client VM (build 1.6.0-b09, mixed mode)
$ unset JAVA_HOME
$ java -version
java version "1.6.0"
OpenJDK Runtime Environment (build 1.6.0-b09)
OpenJDK Client VM (build 1.6.0-b09, mixed mode)
и т.д.
Это все происхоит на branch-4.1.
Если взять дистрибутив 4.0, то там другой эффект.
Без установленной переменой - работает, с установленной в
/usr/lib/jvm/java - работает, с установленной в /usr - зависает, с
установленной в что-то неправильное - выводит
/usr/bin/java: cannot find the Java VM executable
Прошу подтвердить факт зависания java.
--
Денис
next reply other threads:[~2008-08-24 11:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-24 11:06 Denis Kirienko [this message]
2008-08-24 11:19 ` Konstantin S. Uvarin
2008-08-24 11:34 ` Denis Kirienko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='g8rf9n$e7u$1@ger.gmane.org' \
--to=dk@altlinux.ru \
--cc=community@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git