- Problem Description:
- Cause:
- Resolution:
- Download the jvm.tar.gz package
- Shutdown the backup scheduler by running the following command:
Example:
>touch ${SBC-Install-Home}/ipc/Scheduler/stop
- Navigate to the ${SBC-Install-Home} and rename ${SBC-Install-Home}/jvm directory to ${SBC-Install-Home}/jvm.old
- Unzip the contents of the tarball to ${SBC-Install-Home}/jvm
- Execute the following command to see if you are able to obtain the version details:
Example:
>./jvm/bin/java -version
- Schedule a backup job afterward, and verify if the problem has been resolved
File backup that is scheduled to be run on a Linux machine is not running. Upon further investigation, the following entries are found in the scheduler debug.log:
[YYYY/MM/DD hh:mm:ss][info][Backup Set (Backup ID)] Start running backup
[YYYY/MM/DD hh:mm:ss][error][SBC.ErrorStream][Backup Set] Error: no `server
[YYYY/MM/DD hh:mm:ss][info][Backup Set (Backup ID)] Finished running backup
[YYYY/MM/DD hh:mm:ss][error][SBC.ErrorStream][Backup Set] ' JVM at `/usr/local/sbc/jvm/lib/i386/server
[YYYY/MM/DD hh:mm:ss][error][SBC.ErrorStream][Backup Set] /libjvm.so'.
[YYYY/MM/DD hh:mm:ss][info][Backup Set (Backup ID)] Start running backup
[YYYY/MM/DD hh:mm:ss][error][SBC.ErrorStream][Backup Set] Error: no `server
[YYYY/MM/DD hh:mm:ss][info][Backup Set (Backup ID)] Finished running backup
[YYYY/MM/DD hh:mm:ss][error][SBC.ErrorStream][Backup Set] ' JVM at `/usr/local/sbc/jvm/lib/i386/server
[YYYY/MM/DD hh:mm:ss][error][SBC.ErrorStream][Backup Set] /libjvm.so'.
The problem is related to the Java package that is bundled with the ColosseumSBC application.
To resolve the issue, please replace the Java package that is bundled with the ColosseumSBC application. To do this, please follow the instructions below:
Notes:
For Linux distribution such as Ubuntu, you need to install the 32 bit compatibility libraries using the following command:
Example:
>apt-get install ia32-libs
Notes:
For Linux distribution such as Ubuntu, you need to install the 32 bit compatibility libraries using the following command:
Example:
>apt-get install ia32-libs