[
https://issues.apache.org/jira/browse/DAEMON-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mladen Turk resolved DAEMON-207.
--------------------------------
Resolution: Fixed
This not an error but rather the faulty binaries we have on our dist site. You
can easily rebuild you binaries by making sure you provide
./configure BUILD_CPU=x86_64 ...
Internally the x86_64 will be converted to amd64 as compile time defined
(-DCPU=\\"amd64\\")
> 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
> "uname -a"
> SunOS xxx 5.10 Generic_139556-08 i86pc i386 i86pc Solaris
> "java -version"
> 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)
> "isainfo -b"
> 64
> 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