Problem mit der Installation von Java5 auf Open-VZ VPS

Mordor

Registered User
Hallo alle zusammen
Ich wollte heute Abend einen Open-XChange-Server installieren. Nur leider scheitert dies an der Installation von sun-java5-bin.

Vorgegangen bin ich nach diesem Howto: Quick install guide for the Server Edition Debian4 - Open-Xchange
Nur leider komme ich nur bis zu dem ellen langen apt-get install. Der läuft auch ganz normal durch, nur am Ende kommt folgende Fehlermeldung:
Code:
Errors were encountered while processing:
 sun-java5-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)

Versuche ich danach ein
Code:
apt-get upgrade
erhalte ich das hier:
Code:
root@oxc:/# apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
The following packages have been kept back:
  openssh-client openssh-server
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up sun-java5-bin (1.5.0-14-1etch1) ...
Could not create the Java virtual machine.
dpkg: error processing sun-java5-bin (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 sun-java5-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)
Es lässt sich also nicht installieren.

Ich hab mich zu diesem Problem schon bei Google umgesehen, und nichts wirklich gutes gefunden. Es gibt zwar auf der Debian Seite einen Bugreport zu diesem Porblem, jedoch hilft mir der auch nicht weiter.

Vielleicht hat ja jemand ne gute Lösung.

System
Debian Etch auf einem Open-vz-System ohne Ram-limitierung. Der Server steht bei mir zu Hause!!!

Gruß Mordor
 
Hab ich beides schon vorher gemacht, geht aber wahrscheinlich aus meinem vorherigen Post nicht hervor.

Ausgabe von apt-get update:
Code:
root@oxc:/# apt-get update
Ign http://software.open-xchange.com  Release.gpg
Get:1 http://ftp.de.debian.org etch Release.gpg [386B]                     
Ign http://software.open-xchange.com  Release                              
Hit http://ftp.de.debian.org etch Release                                  
Ign http://software.open-xchange.com  Packages/DiffIndex                                        
Hit http://software.open-xchange.com  Packages                                                  
Ign http://ftp.de.debian.org etch/main Packages/DiffIndex                  
Ign http://ftp.de.debian.org etch/contrib Packages/DiffIndex
Ign http://ftp.de.debian.org etch/non-free Packages/DiffIndex
Ign http://ftp.de.debian.org etch/main Sources/DiffIndex
Ign http://ftp.de.debian.org etch/contrib Sources/DiffIndex
Ign http://ftp.de.debian.org etch/non-free Sources/DiffIndex
Get:2 http://security.debian.org etch/updates Release.gpg [189B]
Hit http://ftp.de.debian.org etch/main Packages
Hit http://ftp.de.debian.org etch/contrib Packages
Hit http://ftp.de.debian.org etch/non-free Packages
Hit http://ftp.de.debian.org etch/main Sources 
Hit http://ftp.de.debian.org etch/contrib Sources
Hit http://security.debian.org etch/updates Release
Hit http://ftp.de.debian.org etch/non-free Sources
Ign http://security.debian.org etch/updates/main Packages/DiffIndex
Ign http://security.debian.org etch/updates/contrib Packages/DiffIndex
Ign http://security.debian.org etch/updates/main Sources/DiffIndex
Ign http://security.debian.org etch/updates/contrib Sources/DiffIndex
Hit http://security.debian.org etch/updates/main Packages
Hit http://security.debian.org etch/updates/contrib Packages
Hit http://security.debian.org etch/updates/main Sources
Hit http://security.debian.org etch/updates/contrib Sources
Fetched 2B in 1s (1B/s)  
Reading package lists... Done
Ausgabe von apt-get upgrade
Code:
root@oxc:/# apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
The following packages have been kept back:
  openssh-client openssh-server
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up sun-java5-bin (1.5.0-14-1etch1) ...
Could not create the Java virtual machine.
dpkg: error processing sun-java5-bin (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 sun-java5-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)
Hoffe das hilft etwas weiter.
 
Bist du dir sicher, dass genügend Arbeitsspeicher in der VE zur Verfügung steht?
Was sagt die Ausgabe von
Code:
free -m
 
@ fuchzga
Danke, das war der richtige Hinweis. Ich dachte ja eigentlich, da ich den Ram für die VPS noch nicht konfiguriert hatte, dass der dann unbegrenzt zur Verfügung steht. Nur das war wohl falsch. Die VPS hatte nur 256MB Ram. Hab den jetzt mal erhöht, und siehe da es installiert einwandfrei.

Danke nochmal an alle,

Gruß Mordor
 
Back
Top