Hello,
today i try to install Hyperion with the "Open-Xchange Community Edition Installer" (Bugfix-Release) . The success-message at the end of the script was wrong.
After solving some problem with JSON i get the following error:
/tmp/open-xchange-admin/build.xml:320: Execute failed: java.io.IOException: java.io.IOException: Cannot allocate memory
Before all work i run: export ANT_OPTS="-Xms600m -Xmx600m"
I can reproduce it with this call even after a ant clean:
ant -Dlib.dir=/opt/open-xchange/lib replacer
Here the Listing of the file causing the error:
/tmp/open-xchange-admin#
ls -l sbin/config.ini.helper
-rwxr-xr-x 1 root root 613 2007-03-10 10:13 sbin/config.ini.helper
If i skip this error the same error appearing at the next chmod.
My System: Debian Etch as Virtual-Root-Server.
Any help would be great.
Thanks. Matthias
today i try to install Hyperion with the "Open-Xchange Community Edition Installer" (Bugfix-Release) . The success-message at the end of the script was wrong.
After solving some problem with JSON i get the following error:
/tmp/open-xchange-admin/build.xml:320: Execute failed: java.io.IOException: java.io.IOException: Cannot allocate memory
Before all work i run: export ANT_OPTS="-Xms600m -Xmx600m"
I can reproduce it with this call even after a ant clean:
ant -Dlib.dir=/opt/open-xchange/lib replacer
Here the Listing of the file causing the error:
/tmp/open-xchange-admin#
ls -l sbin/config.ini.helper
-rwxr-xr-x 1 root root 613 2007-03-10 10:13 sbin/config.ini.helper
If i skip this error the same error appearing at the next chmod.
My System: Debian Etch as Virtual-Root-Server.
Any help would be great.
Thanks. Matthias
Comment