From issues-return-19068-apmail-commons-issues-archive=commons.apache.org@commons.apache.org Fri Jun 3 08:56:32 2011 Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6F33E66C8 for ; Fri, 3 Jun 2011 08:56:32 +0000 (UTC) Received: (qmail 9121 invoked by uid 500); 3 Jun 2011 08:56:31 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 9020 invoked by uid 500); 3 Jun 2011 08:56:31 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 8880 invoked by uid 99); 3 Jun 2011 08:56:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2011 08:56:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2011 08:56:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8D28DF2701 for ; Fri, 3 Jun 2011 08:55:48 +0000 (UTC) Date: Fri, 3 Jun 2011 08:55:48 +0000 (UTC) From: "Muris Ahmovic (JIRA)" To: issues@commons.apache.org Message-ID: <1268641322.65258.1307091348574.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <591515440.65256.1307091348442.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (DAEMON-207) jsvc for solaris x86_64 uses wrong jre library directory x86_64 instead of amd64 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DAEMON-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Muris Ahmovic updated DAEMON-207: --------------------------------- Environment: Solaris 10 SunOS xxx 5.10 Generic_139556-08 i86pc i386 i86pc Solaris java version "1.6.0_14" Java(TM) SE Runtime Environment (build 1.6.0_14-b08) Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing) was: Solaris 10 SunOS xxx 5.10 Generic_139556-08 i86pc i386 i86pc Solarisjava version "1.6.0_14" Java(TM) SE Runtime Environment (build 1.6.0_14-b08) Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing) > jsvc for solaris x86_64 uses wrong jre library directory x86_64 instead of amd64 > -------------------------------------------------------------------------------- > > Key: DAEMON-207 > URL: https://issues.apache.org/jira/browse/DAEMON-207 > Project: Commons Daemon > Issue Type: Bug > Components: Jsvc > Affects Versions: 1.0.5 > Environment: Solaris 10 > SunOS xxx 5.10 Generic_139556-08 i86pc i386 i86pc Solaris > java version "1.6.0_14" > Java(TM) SE Runtime Environment (build 1.6.0_14-b08) > Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing) > Reporter: Muris Ahmovic > Priority: Minor > Fix For: 1.0.6 > > > The jsvc binary for solaris x86_64 attempts to locate VM library @ /usr/java/jre/lib/x86_64 > The official oracle jdk is installing the x86_64 libraries under the following path /usr/java/jre/lib/amd64 > WORKAROUND: > cd $JAVA_HOME/jre/lib > ln -s amd64 x86_64 > Error Messages during startup: > Attempting to locate VM configuration file /usr/java/lib/x86_64/jvm.cfg > VM configuration file not found > . > . > . > Cannot find any VM in Java Home /usr/java > Cannot locate JVM library file -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira