It is not OM issue it is JodConverter issue :( I have no time ti fix it :(
On Fri, Mar 22, 2013 at 6:33 PM, Robert Chalmers <[email protected]> wrote: > ah. Hopefully fixed in RC3 ?????? > > meantime. Just about 100% here. Just a few little niggles like that one > popping up. > > thanks for all the help guys > Robert > > > On Fri, Mar 22, 2013 at 11:28 AM, Maxim Solodovnik > <[email protected]>wrote: > >> I believe this is this known JodConverter issue >> https://code.google.com/p/jodconverter/issues/detail?id=103 >> >> >> On Fri, Mar 22, 2013 at 6:20 PM, Robert Chalmers <[email protected]>wrote: >> >>> Yep, it is actually all in place >>> >>> C:\jodconverter-core-3.0-beta-4\lib >>> >>> and so is OpenOffice >>> >>> >>> >>> On Fri, Mar 22, 2013 at 11:07 AM, Aysha Saddiqa >>> <[email protected]>wrote: >>> >>>> JOD Converter isn't installed or not correctly configured. >>>> >>>> http://openmeetings.apache.org/OpenOfficeConverter.html >>>> >>>> ------------------------------ >>>> *From:* Robert Chalmers <[email protected]> >>>> *To:* [email protected] >>>> *Sent:* Friday, March 22, 2013 3:56 PM >>>> *Subject:* Can't convert txt file to place on white board - what am I >>>> doing wrong here??? >>>> >>>> This is the error log thrown up in the little window - obviously the >>>> conversion is failing somewhere. hmmmm >>>> >>>> >>>> >>>> Name: out >>>> Value: >>>> Name: exitValue >>>> Value: 1 >>>> Name: command >>>> Value: [java, -Doffice.home=C:\Program Files\OpenOffice.org 3, -cp, >>>> C:\jodconverter-core-3.0-beta-4\lib\commons-cli-1.1.jar, -cp, >>>> C:\jodconverter-core-3.0-beta-4\lib\commons-io-1.4.jar, -cp, >>>> C:\jodconverter-core-3.0-beta-4\lib\jodconverter-core-3.0-beta-4.jar, -cp, >>>> C:\jodconverter-core-3.0-beta-4\lib\json-20090211.jar, -cp, >>>> C:\jodconverter-core-3.0-beta-4\lib\juh-3.2.1.jar, -cp, >>>> C:\jodconverter-core-3.0-beta-4\lib\jurt-3.2.1.jar, -cp, >>>> C:\jodconverter-core-3.0-beta-4\lib\ridl-3.2.1.jar, -cp, >>>> C:\jodconverter-core-3.0-beta-4\lib\unoil-3.2.1.jar, -jar, >>>> C:\jodconverter-core-3.0-beta-4\lib\jodconverter-core-3.0-beta-4.jar, >>>> C:\openmeetings\webapps\openmeetings\uploadtemp\files\ce575d4423fe4cf7a3256ca090087c84.txt, >>>> C:\openmeetings\webapps\openmeetings\upload\files\ce575d4423fe4cf7a3256ca090087c84\ce575d4423fe4cf7a3256ca090087c84.pdf] >>>> Name: error >>>> Value: 22/03/2013 10:52:28 AM >>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager >>>> INFO: ProcessManager implementation is PureJavaProcessManager >>>> 22/03/2013 10:52:28 AM >>>> org.artofsolving.jodconverter.office.OfficeProcess >>>> prepareInstanceProfileDir >>>> WARNING: profile dir >>>> 'C:\WINDOWS\TEMP\.jodconverter_socket_host-127.0.0.1_port-2002' already >>>> exists; deleting >>>> 22/03/2013 10:52:29 AM >>>> org.artofsolving.jodconverter.office.OfficeProcess start >>>> INFO: starting process with acceptString >>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and profileDir >>>> 'C:\WINDOWS\TEMP\.jodconverter_socket_host-127.0.0.1_port-2002' >>>> 22/03/2013 10:52:30 AM >>>> org.artofsolving.jodconverter.office.OfficeProcess start >>>> INFO: started process >>>> Exception in thread "main" >>>> org.artofsolving.jodconverter.office.OfficeException: failed to start and >>>> connect >>>> at >>>> org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWait(ManagedOfficeProcess.java:64) >>>> at >>>> org.artofsolving.jodconverter.office.PooledOfficeManager.start(PooledOfficeManager.java:101) >>>> at >>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.start(ProcessPoolOfficeManager.java:62) >>>> at org.artofsolving.jodconverter.cli.Convert.main(Convert.java:112) >>>> Caused by: java.util.concurrent.ExecutionException: >>>> org.artofsolving.jodconverter.office.OfficeException: could not establish >>>> connection >>>> at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222) >>>> at java.util.concurrent.FutureTask.get(FutureTask.java:83) >>>> at >>>> org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWait(ManagedOfficeProcess.java:62) >>>> ... 3 more >>>> Caused by: org.artofsolving.jodconverter.office.OfficeException: could >>>> not establish connection >>>> at >>>> org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartProcessAndConnect(ManagedOfficeProcess.java:142) >>>> at >>>> org.artofsolving.jodconverter.office.ManagedOfficeProcess.access$000(ManagedOfficeProcess.java:31) >>>> at >>>> org.artofsolving.jodconverter.office.ManagedOfficeProcess$1.run(ManagedOfficeProcess.java:58) >>>> at >>>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) >>>> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) >>>> at java.util.concurrent.FutureTask.run(FutureTask.java:138) >>>> at >>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) >>>> at >>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) >>>> at java.lang.Thread.run(Thread.java:662) >>>> Caused by: org.artofsolving.jodconverter.office.OfficeException: >>>> connection failed: socket,host=127.0.0.1,port=2002,tcpNoDelay=1 >>>> at >>>> org.artofsolving.jodconverter.office.OfficeConnection.connect(OfficeConnection.java:102) >>>> at >>>> org.artofsolving.jodconverter.office.ManagedOfficeProcess$6.attempt(ManagedOfficeProcess.java:123) >>>> at >>>> org.artofsolving.jodconverter.office.Retryable.execute(Retryable.java:40) >>>> at >>>> org.artofsolving.jodconverter.office.Retryable.execute(Retryable.java:30) >>>> at >>>> org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartProcessAndConnect(ManagedOfficeProcess.java:120) >>>> ... 8 more >>>> Caused by: com.sun.star.lang.DisposedException: java_remote_bridge >>>> com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge@15663a2 is >>>> disposed >>>> at >>>> com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.checkDisposed(java_remote_bridge.java:702) >>>> at >>>> com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:621) >>>> at >>>> com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendInternalRequest(java_remote_bridge.java:669) >>>> at >>>> com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.getInstance(java_remote_bridge.java:569) >>>> at >>>> org.artofsolving.jodconverter.office.OfficeConnection.connect(OfficeConnection.java:90) >>>> ... 12 more >>>> >>>> Name: process >>>> Value: doJodConvert >>>> Name: exitValue >>>> Value: 0 >>>> Name: command >>>> Value: >>>> Name: completeName >>>> Value: >>>> C:\openmeetings\webapps\openmeetings\uploadtemp\files\ce575d4423fe4cf7a3256ca090087c84 >>>> Name: error >>>> Value: >>>> Name: fileExplorerItemId >>>> Value: 7 >>>> Name: process >>>> Value: >>>> Name: exitValue >>>> Value: 0 >>>> Name: process >>>> Value: generateXMLDocument >>>> Name: exitValue >>>> Value: 0 >>>> Name: command >>>> Value: [Ljava.lang.String;@f22456 >>>> Name: error >>>> Value: >>>> Name: process >>>> Value: processImageWindows >>>> Name: exitValue >>>> Value: 0 >>>> Name: process >>>> Value: processPDF >>>> Name: out >>>> Value: >>>> Name: exitValue >>>> Value: 1 >>>> Name: command >>>> Value: [C:\PROGRA~1\SWFTools\pdf2swf.exe, -s, insertstop, -s, >>>> poly2bitmap, -i, -j, 85, -s, zoom=72, >>>> C:\openmeetings\webapps\openmeetings\upload\files\ce575d4423fe4cf7a3256ca090087c84\ce575d4423fe4cf7a3256ca090087c84.pdf, >>>> C:\openmeetings\webapps\openmeetings\upload\files\ce575d4423fe4cf7a3256ca090087c84\ce575d4423fe4cf7a3256ca090087c84.swf] >>>> Name: error >>>> Value: Error: Couldn't open file >>>> 'C:\openmeetings\webapps\openmeetings\upload\files\ce575d4423fe4cf7a3256ca090087c84\ce575d4423fe4cf7a3256ca090087c84.pdf' >>>> >>>> Name: process >>>> Value: generateSwf >>>> >>>> >>>> >>>> >>> >>> >>> -- >>> <https://itunes.apple.com/us/app/pin-point-premium/id467970377?mt=8>*Pin >>> Point Xtra* >>> *Your Navigation and Geocaching Companion* >>> >> >> >> >> -- >> WBR >> Maxim aka solomax >> > > > > -- > <https://itunes.apple.com/us/app/pin-point-premium/id467970377?mt=8>*Pin > Point Xtra* > *Your Navigation and Geocaching Companion* > -- WBR Maxim aka solomax
