First, a PremSize of 1024 is way too high, you can lower that value to 200M max. No sure it would have any impact though. Never heard of Staroffice8. As I said, you can use only one OpenOffice instance with the following configuration in each xwiki.properties :
openoffice.serverType=1 openoffice.serverPort=8100 openoffice.autoStart=true That's it. You only need to start your office instance by hand after that, with the following command as an example: soffice.bin -accept=socket,host=127.0.0.1,port=8100;urp; -headless > -nocrashreport -nodefault -nofirststartwizard -nolockcheck -nologo > -norestore > If the office server hangs without any error, you should be good with office installation. You may want to put that in a script to make that run at system boot. 2014-06-10 14:55 GMT+02:00 Moens Patrick <[email protected]>: > Hello Guillaume, > > Thanks for reply. > > The strategic choice was to have 1 Tomcat by Xwiki, so I can't join them > now. I have to install 1 xwiki by tomcat. > Here is my JVM options : > > -d64 > -Xms1536m > -Xmx1536m > -XX:MaxPermSize=1024M > -XX:+UseConcMarkSweepGC > -Dfile.encoding=utf-8 > -Dxwiki.data.dir=/opt/c/xwiki1/data/ > > > We're on Solaris, and the office is Staroffice8 > > So , we have to install last version of OpenOffice, but as I have to keep > the 3 Tomcat, do I need to install 3 Openoffice? > > Patrick > > > > -----Original Message----- > From: users [mailto:[email protected]] On Behalf Of Guillaume > Fenollar > Sent: mardi 10 juin 2014 2:39 > To: XWiki Users > Subject: Re: [xwiki-users] openoffice configuration > > Hello, > > It would be a very good idea to join all of them in a single Tomcat/XWiki > instance. I guess upgrading them first to the same version and join them > right after should work nicely. > > About OpenOffice, you maybe will have a problem of versions, doing that, > because old versions (<3.x are not compatible with LibreOffice, I think > recent version work well only with OpenOffice.) You may try to install an > OpenOffice 3.6 on the new env (the version which is most likely to work > with old XWikis) and have the same configuration everywhere. You'll need to > use a servertype=1 and start openoffice with a command line (the same you > can see with ps command) by yourself. > > I don't think PermGen is related to all of that. Check your JVM options. > -XX:MaxPermSize has to be set to at least 192M, for every tomcat instance. > > You're on Linux, right? > > Guillaume > > > 2014-06-10 12:00 GMT+02:00 Moens Patrick <[email protected]>: > > > Any ideas? > > > > Nobody have 2 xwiki on the same tomcat and using openoffice converters? > > > > BR > > > > Patrick > > > > > > From: Moens Patrick > > Sent: jeudi 5 juin 2014 9:50 > > To: [email protected] > > Subject: openoffice configuration > > > > > > Hello, > > > > > > > > I'm preparing a migration of 3 xwiki, actually installed on 2 servers. > > ( xwiki version 2.4, 5.4 & 3.4) > > > > > > > > The new environment is a server with 3 tomcat 7 and 3 Oracle DBs. > > > > > > > > The question is , do I need to install 3 OpenOffice on the server ?, > > because when I tried to deploy the second war (1st installation is ok) > > , I got a permgen space exception. Openoffce is configured on the same > > port (default 8100) on both installation. > > > > > > > > BR > > > > > > > > Patrick > > _______________________________________________ > > users mailing list > > [email protected] > > http://lists.xwiki.org/mailman/listinfo/users > > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
