Hi Bruno, It works now ! The exception disappeared. After copying the nuxeo-platform-convert-5.3.1-snapshot.jar and nuxeo-platform-preview-5.3.1-snapshot.jar, The "preview" tab show up. Thank you so much !
Best Regards, Jackie Ju On Thu, May 13, 2010 at 2:43 PM, Senouci Bruno < [email protected]> wrote: > Jackie, > > Put the ooo-config.xml file back were it was (source file : > http://www.nuxeo.org/5.3/books/nuxeo-book/html/admin-openoffice.html) and > change the following default value "<enableDaemon>true</enableDaemon>" to > "<enableDaemon>true</enableDaemon>". The default is for nuxeo to use the > daemon. > Restart nuxeo with this config. > > Bruno. > > > Le 5/13/2010 1:38 PM, Jackie Ju a écrit : > > If I stop nuxeo, the soffice process will exit automatically. > > Best Regards, > Jackie Ju > > On Thu, May 13, 2010 at 2:32 PM, Jackie Ju <[email protected]> wrote: > >> Hi Bruno, >> >> The value of node "autuStart" is false by default. >> And I'v even already deleted the ooo-config.xml. >> But it still be lauched when I click a doc on nuxeo UI. >> >> >> Best Regards, >> Jackie Ju >> >> >> On Thu, May 13, 2010 at 2:28 PM, Senouci Bruno < >> [email protected]> wrote: >> >>> Hello, >>> >>> Kill this process. Stop Nuxeo and make sure you have >>> "<autoStart>false</autoStart>" in file "nuxeo.ear/config/ooo-config.xml". >>> Then launch OOo using the approriate command for MacOS : >>> >>> /path/to/openoffice.app/Contents/MacOS/soffice.bin >>> >>> -headless -nofirststartwizard >>> >>> -accept="socket,host=localhost,port=8100;urp;StarOffice.Service" >>> >>> Then start Nuxeo. >>> >>> Read this for more information : >>> http://www.nuxeo.org/5.3/books/nuxeo-book/html/admin-openoffice.html >>> >>> Yours sincerely, >>> >>> Bruno SENOUCI >>> >>> Le 5/13/2010 1:18 PM, Jackie Ju a écrit : >>> >>> Thank you Bruno. >>> But it still didn't work for me. >>> The process "/Applications/OpenOffice.org.app/Contents/MacOS/soffice >>> -env:UserInstallation= >>> file:///var/folders/Qn/Qnxwnok1G2eDOb2txC-BCU+++TQ/-Tmp-/nxoosrv0-headless >>> -norestore -invisible -nofirststartwizard >>> -accept=pipe,name=daemon-instance-0;urp;" still be launched by nuxeo. >>> Can you tell me how to deactivate it ? >>> >>> Thank you. >>> >>> Best Regards, >>> Jackie Ju >>> >>> >>> On Fri, May 7, 2010 at 8:01 PM, Senouci Bruno < >>> [email protected]> wrote: >>> >>>> Hello Jackie, >>>> >>>> I have had this error recently when switching to 5.3, but I am not sure >>>> it's related since I am using Ubuntu. Try to deactivate the use of the >>>> deamon by nuxeo and launch openoffice with the following command line : >>>> ./soffice.bin -headless -nofirststartwizard >>>> -accept="socket,host=localhost,port=8100;urp;StarOffice.Service" & > >>>> /dev/null 2>&1 >>>> >>>> Good luck. >>>> >>>> Le 5/7/2010 6:13 PM, Jackie Ju a écrit : >>>> >>>> After I installed OpenOffice on Mac and try nuxeo again, >>>> The log file always shows >>>> ERROR [OOoDaemonManagerComponent$ThreadExceptionHandler] OOo Daemon >>>> thread existed >>>> java.lang.UnsatisfiedLinkError: >>>> com.sun.star.lib.connections.pipe.PipeConnection.createJNI(Ljava/lang/String;)I >>>> at com.sun.star.lib.connections.pipe.PipeConnection.createJNI(Native >>>> Method) >>>> at >>>> com.sun.star.lib.connections.pipe.PipeConnection.<init>(PipeConnection.java:132) >>>> at >>>> com.sun.star.lib.connections.pipe.pipeConnector.connect(pipeConnector.java:140) >>>> at com.sun.star.comp.connections.Connector.connect(Connector.java:141) >>>> at >>>> com.anwrt.ooserver.daemon.OfficeProcess.tryConnect(OfficeProcess.java:189) >>>> at >>>> com.anwrt.ooserver.daemon.OfficeProcess.waitTillReady(OfficeProcess.java:227) >>>> at >>>> com.anwrt.ooserver.daemon.ProcessPool.waitTillReady(ProcessPool.java:121) >>>> at com.anwrt.ooserver.daemon.Daemon.fillProcessPool(Daemon.java:304) >>>> at com.anwrt.ooserver.daemon.Daemon.run(Daemon.java:319) >>>> at >>>> org.nuxeo.ecm.platform.convert.oooserver.NXOOoServerRunner.run(NXOOoServerRunner.java:46) >>>> at java.lang.Thread.run(Thread.java:637) >>>> INFO [OOoDaemonManagerComponent] Waiting for Listener to be available >>>> ... >>>> >>>> And nothing else show up. >>>> The preview button still doesn't show up on nuxeo. >>>> >>>> The config/ooo-config.xml is the default one. >>>> And I didn't start OpenOffice manually, it's started automatically >>>> succeesfully by nuxeo. >>>> Please see following: >>>> ps -ef | grep soffice >>>> 0 3871 1 0 0:04.02 ttys001 0:12.53 >>>> /Applications/OpenOffice.org.app/Contents/MacOS/soffice >>>> -env:UserInstallation= >>>> file:///var/folders/zz/zzzivhrRnAmviuee+++++++++++/-Tmp-/nxoosrv0-headless >>>> -norestore -invisible -nofirststartwizard >>>> -accept=pipe,name=daemon-instance-0;urp; >>>> >>>> All the open Office extension provided by nuxeo on >>>> http://doc.nuxeo.org/5.2/books/nuxeo-book/html/admin-openoffice.htmlcannot >>>> be installed. The error message is "cannot detect media-type" >>>> >>>> My version of Open office is 3.2.0 for Mac >>>> >>>> >>>> Could anyone kindly help ? >>>> Thanks a lot ! >>>> >>>> >>>> On Fri, May 7, 2010 at 6:59 PM, Jackie Ju <[email protected]> wrote: >>>> >>>>> Hello, >>>>> >>>>> I am trying to deploy preview addon on nuxeo-ep-jetty, following >>>>> steps described on >>>>> http://doc.nuxeo.org/5.2/books/nuxeo-book/html/nuxeo-platform-preview.html >>>>> >>>>> After I simply tested the deployment by >>>>> 1. copy nuxeo-platform-preview-5.3.2-SNAPSHOT.jar from >>>>> nuxeo-features/nuxeo-platform-preview/target/ to nuxeo-ep-jetty/bundles >>>>> directory. >>>>> 2. create file pdftohtml-config.xml with default content described on >>>>> http://doc.nuxeo.org/5.2/books/nuxeo-book/html/nuxeo-platform-preview.html, >>>>> and copy it nuxeo-ep-jetty/config directory. >>>>> 3. restart server >>>>> >>>>> Then I checked the the nuxeo page, but didn't find the "preview" tab. >>>>> So what could be the reason ? >>>>> >>>>> (since I use macbook, so pdftohtml installation not work. And >>>>> OpenOffice was not installed yet ) >>>>> >>>>> Any help would be appreciated. >>>>> Thanks ! >>>>> >>>>> -- >>>>> Best Regards, >>>>> Jackie Ju >>>>> >>>> >>>> >>>> >>>> -- >>>> Best Regards, >>>> Jackie Ju >>>> >>>> >>>> _______________________________________________ >>>> ECM mailing >>>> [email protected]http://lists.nuxeo.com/mailman/listinfo/ecm >>>> To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm >>>> >>>> >>>> >>>> _______________________________________________ >>>> ECM mailing list >>>> [email protected] >>>> http://lists.nuxeo.com/mailman/listinfo/ecm >>>> To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm >>>> >>>> >>> >>> >>> -- >>> Best Regards, >>> Jackie Ju >>> >>> >>> >> >> >> -- >> Best Regards, >> Jackie Ju >> > > > > -- > Best Regards, > Jackie Ju > > > -- Best Regards, Jackie Ju
_______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
