cancel
Showing results for 
Search instead for 
Did you mean: 

alfresco 1.2 + openoffice 2.0 + debian server

abichet
Champ in-the-making
Champ in-the-making
Hi,
i install Xvfb and openoffice 2.0 on debian server
in my start_oo.sh there are
#!/bin/sh
# —————————————————————————
# Start script for the OpenOffice transform service
# —————————————————————————

export DISPLAY=:1
echo "Starting Xvfb…"

Xvfb -fp /usr/X11R6/lib/X11/fonts/misc :1 -screen 0 800x600x16 -fbdir /usr/src &

echo "Starting OpenOffice service…"

cd /opt/openoffice.org2.0/program
./soffice "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager -nologo -headless -display :1" &

in ps -a i see
soffice
soffice.bin

but when i would transform a .sxw in .pdf, an error :
Transaction didn't commit: Transaction has been rolled back because it has been marked as rollback-only

what's the problem ???
14 REPLIES 14

steve
Champ in-the-making
Champ in-the-making
Hi,

Did you kill the openoffice processes and re-run openoffice?

Do you have a graphical display on your machine? If so, can you run the Openoffice writer to see whether you get the registration prompts?

Steve

abichet
Champ in-the-making
Champ in-the-making
hi,
yes i have try to kill end re-run openoffice process, but it isn't work
i have not graphic display on my machine then i dont know what's don't work

regards

abichet
Champ in-the-making
Champ in-the-making
nobody have an idea ??

steve
Champ in-the-making
Champ in-the-making
Hi,

Are you still getting the following when you start Alfresco?

2 mars 2006 14:49:44 net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
2 mars 2006 14:49:44 net.sf.joott.uno.UnoConnection connect
GRAVE: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused

Can you see the openoffice process in your process list?

What happens when you telnet into port 8100?

Have you checked your firewall for port 8100?

Do you have a printer set up on that machine?
If so you could try printing a document using OpenOffice (using the command line switches '-headless' and '-p <doctoprint>').

Try killing the process again and restarting OpenOffice.

There is not much more I can think of to get OpenOffice accepting connections…

Steve

michaelh
Champ on-the-rise
Champ on-the-rise
Arnaud,

Did you read this ?

http://www.alfresco-fr.org/documentation:guide_d_installation_linux_debian#openoffice.org

Perhaps it can helps …

(Sorry for the others, It's in French)

M