Koozali.org: home of the SME Server

Ahsay backup failing

Offline groyk

  • ****
  • 140
  • +0/-0
Ahsay backup failing
« on: June 28, 2008, 10:35:34 PM »
Hi Linux experts

I have installed Ahsay's backup on by SME box, because my backup host uses their software. However when I am trying to run the backup I am getting following error!!


sh /usr/local/obm/bin/RunBackupSet.sh mps1
Using APP_HOME:    : /usr/local/obm
Using BACKUP_SET   : mps1
Using BACKUP_TYPE  : FILE
Using SETTING_HOME :
Using DELTA_MODE   :
Using DEBUG_MODE   : NO-DEBUG
java.io.FileNotFoundException: C:\Documents and Settings\Simon Madsen\.obm\ipc\BackupSet/ipc/BackupSet/1214487970299/LocalTree.idx (No such file or directory)
        at java.io.RandomAccessFile.open(Native Method)
        at java.io.RandomAccessFile.<init>(RandomAccessFile.java:204)
        at qq.<init>(Unknown Source)
        at ch.DD(Unknown Source)
        at ch.PD(Unknown Source)
        at oh.hA(Unknown Source)
        at oh.jA(Unknown Source)
        at lod.xxd(Unknown Source)
        at kl.lj(Unknown Source)
        at kl.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:534)

Is this faliure because i need java installed on the server?

Have anyone tried to install their services before?

Offline groyk

  • ****
  • 140
  • +0/-0
Solution
« Reply #1 on: June 29, 2008, 03:12:06 PM »
Hi again

I've found the solution regarding this problem.

First install the newest java version from http://www.java.com/en/download/manual.jsp

Then install the rpm.

After that download and install Ahsay package.

Install it into /usr/local/obm

then remove the folder jvm - "rm -rf /usr/local/obm/jvm"

now add symbolic link in /usr/local/obm and /usr/local/obm/aua
"ln -s /usr/java/jre1.6.0_06 jvm" in both folders.

Run installation as normal and you are set to go! :-)