How to Resolve Java Stack Size Error in BDRSuite on Ubuntu 16.04
KB ID: 115049
Cause:
Error occurs while starting BDRSuite in Ubuntu 16.04 due to the Oracle Java browser plugin crashing during stack-related actions on initialization. For more details about the Java Stack error, refer to
Link
Solution:
To overcome the error, a manual update of the JVM max stack size is required, changing it from the reserved size to 1.25 megabytes.
Command to update stack size to 1.25 megabytes:
export JAVA_TOOL_OPTIONS=-Xss1280k
Please note that this update of Java stack size is temporary. After a machine restart, the Java Stack size will be set back to the default value. Therefore, manual updating of the Java stack size is required every time after a reboot.
This scenario has been addressed in BDRSuite/OffsiteDR v3.8.0. The Java stack size is set to 1.25 megabytes every time the BDRSuite/OffsiteDR ‘.exe’ starts and resets to the reserved size when the exe is stopped.
Related Articles
Backup aborted
KB ID: 101005 Product: BDRSuite Backup Server Cause This will occur due to the following reasons: Backup configuration stored in the server and client is incompatible. When the Backup storage location is inaccessible to the backup server. If you ...
How to Restrict Apache Error.log File Size Growth
KB ID: 115006 Cause: Frequent addition of "Warning" alerts in the log files leads to significant growth in the size of the Apache error.log file. Solution: To mitigate the issue of rapidly growing log files, follow the steps below to configure Apache ...
Disk Path Properties Error in BDRSuite
KB ID: 104011 Cause: Encountering an error while analyzing the Disk Path Properties during BDRSuite. This error typically arises when attempting to backup a virtual machine from the Hyper-V host, and the VHD/VHDX file is either inaccessible or ...
Troubleshooting: Invalid Guest Credentials Error in BDRSuite
KB ID: 115073 Cause: When running a VM backup or replication job with app-aware options enabled, you may encounter the "Failed::Invalid guest credentials" error. This error occurs when the guest credentials provided for the guest machine are ...
Invalid Email Address Error in BDRSuite
KB ID: 115055 Cause: The specified error occurs in the Email Configuration page (Management→Setting→Email Settings→Email Configuration) and Schedule Email Report (Reports→Backup Status Report→Schedule Email Report) in the following scenarios: 1. When ...