04-25-2008 10:32 AM
Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program
xxx@xxx:~$ /usr/lib/openoffice/program/soffice.bin X11 error: Can't open display: :99
Set DISPLAY environment variable, use -display option
or check permissions of your X-Server
(See "man X" resp. "man xhost" for details)
export JAVA_HOME="/usr/lib/jvm/java-6-sun-1.6.0.06"
04-25-2008 10:37 AM
04-25-2008 10:48 AM
il est néanmoins préférable de configurer soffice en tant que service, et de le démarrer en headless , et le faire écouter sur une socket.Comment configurer soffice pour faire ce que vous dites?
04-28-2008 05:44 AM
Export Java
Nous devons maintenant créer un lien avec l'emplacement où nous avons installé Java en éditant le fichier ".bashrc".
commande vim ~/.bashrc
Code: Tout sélectionner
root@xxxx:/# vim ~/.bashrc
Je rajoute le commentaire suivants à la fin du texte :
Code: Tout sélectionner
export JAVA_HOME=/usr/lib/jvm/java-6-sun/jre/
Après cette modification je fais un redémarrage de ma machine (j'avais eu de problèmes et tout avait été réglé après un redémarrage).
04-28-2008 07:59 AM
04-28-2008 09:43 AM
# echo $JAVA_HOME
il n'y a rien.# /etc/init.d/alfresco start
j'obtiens ceci:
Starting OpenOffice service …
Setting up iptables …
Redirecting port 21 to 2021 (tcp)
Redirecting port 445 to 1445 (tcp)
Redirecting port 139 to 1139 (tcp)
Redirecting port 137 to 1137 (udp)
Redirecting port 138 to 1138 (udp)
Starting Alfresco …
Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program
/usr/lib/openoffice/program/soffice.bin X11 error: Can't open display: :99
Set DISPLAY environment variable, use -display option
or check permissions of your X-Server
(See "man X" resp. "man xhost" for details)
04-28-2008 09:57 AM
04-28-2008 10:16 AM
# echo $JAVA_HOME
/usr/lib/jvm/java-6-sun/jre/
C'est à dire le chemin que j'ai entré dans le fichier ~/.bashrc# /etc/init.d/alfresco start
Starting OpenOffice service …
Setting up iptables …
Redirecting port 21 to 2021 (tcp)
Redirecting port 445 to 1445 (tcp)
Redirecting port 139 to 1139 (tcp)
Redirecting port 137 to 1137 (udp)
Redirecting port 138 to 1138 (udp)
Starting Alfresco …
Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program
/usr/lib/openoffice/program/soffice.bin X11 error: Can't open display: :99
Set DISPLAY environment variable, use -display option
or check permissions of your X-Server
(See "man X" resp. "man xhost" for details)
04-29-2008 04:11 AM
04-29-2008 04:31 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.