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 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)
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