You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Dimitri Yioulos <dy...@onpointfc.com> on 2012/07/30 20:40:46 UTC

Re: {Disarmed} Re: File upload troubles

Let me take the easy part first:

[root@openmeetings ~]# java -version
java version "1.7.0_05-icedtea"
OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
OpenJDK Client VM (build 23.0-b21, mixed mode)

Now, the thing of it is, even though I installed the Sun/Oracle version, when I 
installed some other component (libreoffice, I think, but I forget exactly 
what), a dependency that was installed was OpenJDK.  Hmmm.

I tried to do the following conversion at the command line:

java -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar "FAX 
COVER SHEET.doc" faxcover.pdf

It failed.  I got:

Exception in thread "main" org.artofsolving.jodconverter.office.OfficeException: 
could not load document: FAX COVER SHEET.doc
~
Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to be an 
unsupported one.
~

I can convert MS Word docs, can't I?

Dimitri


On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik wrote:
> Please try to stop it and run jod converter via commandline (jod converter
> will start libreoffice automatically)
> also please check your java version?
>
>
> java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar -cp
> /usr/local/jodconverter/lib/commons-io-1.4.jar
> -cp /usr/local/jodconverter/lib/json-20090211.jar
> -cp /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b178
>4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc 1a.pdf
>
> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos 
<dy...@onpointfc.com>wrote:
> > Thanks to both Maxim and Alexsei for your responses.  CentOS 6.x (and, by
> > extension, I'd guess, RHEL 6.x) no longer use openoffice but, rather,
> > libreoffice.  libreoffice-headless is installed, and is running as a
> > service:
> >
> > tcp        0      0 127.0.0.1:8100              0.0.0.0:*
> > LISTEN      13514/soffice.bin
> >
> > started with:
> >
> > soffice --headless --accept="socket,host=127.0.0.1,port=8100;urp;"
> > --nofirststartwizard
> >
> > Dimitri
> >
> > On Monday 30 July 2012 2:08:17 pm Alexei Fedotov wrote:
> > > It says, URL seems to be unsupported.
> > >
> > > The class which produces it is under com.sun, so the problem may be in
> >
> > the
> >
> > > old OpenOffice version
> > > 30.07.2012 21:54 пользователь "Dimitri Yioulos"
> > > <dy...@onpointfc.com>
> > >
> > > написал:
> > > > Hello to all.
> > > >
> > > > I'm not new to Openmeetings, having originally installed and tried it
> >
> > at
> >
> > > > least a
> > > > couple of years ago.  Thanks to Sabastian Wgner for having created
> > > > it, and to
> > > > Apache for taking the project forward.
> > > >
> > > > I've installed version 2.0.0 on a CentOS 6.2 server.  All of the
> > > > prerequisites
> > > > are installed, and Openmeetings works well.  With the exception of
> > > > file uploading, that is.  After figuring out the paths of the various
> > > > components required to make file uploading work, I'm finally at a
> > > > point where I'm stuck.
> > > > When I try to upload a file, I get the following (it's verbose; I
> > > > apologize):
> > > >
> > > > Name: out
> > > > Value:
> > > > Name: exitValue
> > > > Value: 1
> > > > Name: command
> > > > Value:
> > > > [java, -cp, /usr/local/jodconverter/lib/juh-3.2.1.jar, -cp,
> > > > /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
> > > > /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
> > > > /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
> > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar, -cp,
> > > > /usr/local/jodconverter/lib/commons-io-1.4.jar, -cp,
> > > > /usr/local/jodconverter/lib/json-20090211.jar, -cp,
> > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar, -jar,
> > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar,
> >
> > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e94
> >
> > > >e7b1784cbc2a9b42b161a.doc,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> >
> > > >784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf] Name: error
> > > > Value: Jul 30, 2012 1:18:25 PM
> > > > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > > > INFO: ProcessManager implementation is LinuxProcessManager
> > > > Jul 30, 2012 1:18:26 PM
> > > > org.artofsolving.jodconverter.office.OfficeProcess start
> > > > INFO: starting process with
> > > > acceptString 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and
> > > > profileDir '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > > Jul 30, 2012 1:18:26 PM
> > > > org.artofsolving.jodconverter.office.OfficeProcess start
> > > > INFO: started process; pid = 13986
> > > > Jul 30, 2012 1:18:26 PM
> > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > connect
> > > > INFO: connected: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > Jul 30, 2012 1:18:26 PM
> > > > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager stop
> > > > INFO: stopping
> > > > Jul 30, 2012 1:18:26 PM
> > > > org.artofsolving.jodconverter.office.OfficeConnection$1
> > > > disposing
> > > > INFO: disconnected: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > Jul 30, 2012 1:18:27 PM
> > > > org.artofsolving.jodconverter.office.ManagedOfficeProcess
> > > > doEnsureProcessExited
> > > > INFO: process exited with code 0
> > > > Jul 30, 2012 1:18:27 PM
> > > > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager stop
> > > > INFO: stopped
> > > > Exception in thread "main"
> > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > could not load document: 5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > >         at
> >
> > org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstrac
> >
> > > >tConversionTask.java:92) at
> >
> > org.artofsolving.jodconverter.AbstractConversionTask.execute(AbstractConv
> >
> > > >ersionTask.java:59) at
> >
> > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(PooledOffi
> >
> > > >ceManager.java:80) at
> > > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:47
> > > >1) at
> > > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> > > >         at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > > >         at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java
> >
> > > >:1110) at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav
> >
> > > >a:603) at java.lang.Thread.run(Thread.java:722)
> > > > Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to
> > > > be
> >
> > an
> >
> > > > unsupported one.
> > > >         at
> >
> > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedExcept
> >
> > > >ion(Job.java:177) at
> > > > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:143)
> > > >         at
> >
> > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:335
> >
> > > >) at
> >
> > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:304
> >
> > > >) at
> >
> > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThreadP
> >
> > > >ool.java:91) at
> >
> > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(j
> >
> > > >ava_remote_bridge.java:639) at
> >
> > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(Pro
> >
> > > >xyFactory.java:151) at
> >
> > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(Prox
> >
> > > >yFactory.java:133) at $Proxy4.loadComponentFromURL(Unknown Source)
> > > >         at
> >
> > org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstrac
> >
> > > >tConversionTask.java:90) ... 8 more
> > > >
> > > > Name: process
> > > > Value: doJodConvert
> > > > Name: exitValue
> > > > Value: 0
> > > > Name: command
> > > > Value:
> > > > Name: completeName
> > > > Value:
> >
> > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e94
> >
> > > >e7b1784cbc2a9b42b161a Name: error
> > > > Value:
> > > > Name: fileExplorerItemId
> > > > Value: 7
> > > > Name: process
> > > > Value:
> > > > Name: exitValue
> > > > Value: 0
> > > > Name: process
> > > > Value: generateXMLDocument
> > > > Name: out
> > > > Value:
> > > > Name: exitValue
> > > > Value: 1
> > > > Name: command
> > > > Value: [/usr/bin/convert, -thumbnail,
> > > > 80,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> >
> > > >784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> >
> > > >784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name: error
> > > > Value: convert: unable to open image
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b
> >
> > > >1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf': No such file
> >
> > or
> >
> > > > directory @ blob.c/OpenBlob/2480.
> > > > convert: missing an image filename
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b
> >
> > > >1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > > > convert.c/ConvertImageCommand/2800.
> > > >
> > > > Name: process
> > > > Value: generateBatchThumbByWidth
> > > > Name: exitValue
> > > > Value: 0
> > > > Name: process
> > > > Value: processPDF
> > > > Name: out
> > > > Value:
> > > > Name: exitValue
> > > > Value: 1
> > > > Name: command
> > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i,
> >
> > -j,
> >
> > > > 85, -s,
> > > > zoom=72,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> >
> > > >784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> >
> > > >784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.swf] Name: error
> > > >
> > > > Value: Error: Couldn't open
> > > > file
> >
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b
> >
> > > >1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf'
> > > >
> > > > Name: process
> > > > Value: generateSwf
> > > >
> > > > So, it looks like a file couldn't be opened.  The file is owner by
> >
> > root,
> >
> > > > and has
> > > > 644 permissions.  Are these set by jodconverter?  Anyway, does anyone
> > > > know how
> > > > I can resolve this issue?
> > > >
> > > > Many thanks.
> > > >
> > > > Dimitri
> > > >
> > > > --
> > > > This message has been scanned for viruses and
> > > > dangerous content by MailScanner, and is
> > > > believed to be clean.
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
>
> --
> WBR
> Maxim aka solomax



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: File upload troubles

Posted by Maxim Solodovnik <so...@gmail.com>.
great
you are welcome :)

On Thu, Aug 2, 2012 at 1:08 AM, Dimitri Yioulos <dy...@onpointfc.com>wrote:

> Success!!!
>
> I'm not sure which of the many steps taken the difference, but the file
> upload
> now works.  I learned a lot in the process.  I may try a fresh install of
> Openmeetings on another VM to pull all of this information together and
> see if
> it all works the first time out.
>
> Thanks so much for your kind assistance and patience.  I'm most grateful.
>
> Dimitri
>
>
> On Wednesday 01 August 2012 1:56:14 pm Maxim Solodovnik wrote:
> > you should set it to
> > /usr/lib/libreoffice
> > instead of
> > /usr/lib/libreoffice/program
> >
> > On Thu, Aug 2, 2012 at 12:38 AM, Dimitri Yioulos
> <dy...@onpointfc.com>wrote:
> > > Maxim,
> > >
> > > I followed the instructions in
> > > http://code.google.com/p/openmeetings/wiki/InstallationCentOS5 (e.g.
> > > added missing programs via yum, built ImageMagick, sox, etc. from
> source)
> > > , but I'm
> > > still getting errors.  Perhaps I didn't go back far enough in the error
> > > dialogue box; the first error I see is:
> > >
> > > Name: error
> > > Value: Exception in thread "main" java.lang.IllegalStateException:
> > > invalid officeHome: it doesn't contain soffice.bin:
> > > /usr/lib/libreoffice/program at
> > >
> > >
> org.artofsolving.jodconverter.office.DefaultOfficeManagerConfiguration.bu
> > >ildOfficeManager(DefaultOfficeManagerConfiguration.java:167) at
> > > org.artofsolving.jodconverter.cli.Convert.main(Convert.java:111)
> > >
> > > As administrator, I changed office.path in Administration|Configuration
> > > to be /usr/lib/libreoffice/program, after "locate" showed that to be
> the
> > > directory
> > > in which soffice.bin is located.
> > >
> > > Additional errors still have to do with file location, as previously
> > > posted.
> > > Are those due to the error described above?
> > >
> > > Dimitri
> > >
> > > On Wednesday 01 August 2012 11:45:00 am Maxim Solodovnik wrote:
> > > > can you check yourself based on this guide?
> > > > http://code.google.com/p/openmeetings/wiki/InstallationCentOS5
> > > >
> > > > some packages are newer but the whole list is complete
> > > >
> > > > On Wed, Aug 1, 2012 at 10:40 PM, Dimitri Yioulos
> > >
> > > <dy...@onpointfc.com>wrote:
> > > > > ImageMagick-6.7.8-7
> > > > >
> > > > > On Wednesday 01 August 2012 11:37:24 am Maxim Solodovnik wrote:
> > > > > > Which version of ImageMagic have you installed?
> > > > > >
> > > > > > On Thu, Aug 2, 2012 at 12:35 AM, greenes <zu...@gmail.com>
> wrote:
> > > > > > > Sorry and Thanks!
> > > > > > >
> > > > > > > Alvaro
> > > > > > >
> > > > > > > ..........
> > > > > > >
> > > > > > > El mié, 01-08-2012 a las 11:32 -0400, Dimitri Yioulos escribió:
> > > > > > > > Ah.  Sorry I missed that.  I guess I need to spend some time
> > > > >
> > > > > improving
> > > > >
> > > > > > > > my reading skills :-) .
> > > > > > > >
> > > > > > > > I built ImageMagick from source, but still get these errors
> > > > > > > > when
> > >
> > > I
> > >
> > > > > try
> > > > >
> > > > > > > to upload
> > > > > > >
> > > > > > > > files:
> > > > > > > >
> > > > > > > > Name: error
> > > > > > > > Value: convert: unable to open image
> > >
> > >
>
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf':
> > > > > > > > No such file or directory @ error/blob.c/OpenBlob/2642.
> > > > > > > > convert: no images defined
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e
> > >
> > > > > > >98ffb218ae2594c387/_thumb_page-%04d.jpg'
> > > > > > >
> > > > > > > > @ error/convert.c/ConvertImageCommand/3044.
> > > > > > > >
> > > > > > > > and
> > > > > > > >
> > > > > > > > Name: error
> > > > > > > > Value: Error: Couldn't open
> > > > > > > > file
> > >
> > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e
> > >
> > > > > > >98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf'
> > > > > > >
> > > > > > > > What else should I try?
> > > > > > > >
> > > > > > > > Dimitri
> > > > > > > >
> > > > > > > > On Wednesday 01 August 2012 10:56:25 am Maxim Solodovnik
> wrote:
> > > > > > > > > I wrote you:
> > > > > > > > >
> > > > > > > > > "You need to remove ImageMagic installed with yum and build
> > > > > > > > > it from sources"
> > > > > > > > >
> > > > > > > > > On Wed, Aug 1, 2012 at 6:55 PM, Dimitri Yioulos <
> > > > > > >
> > > > > > > dyioulos@onpointfc.com>wrote:
> > > > > > > > > > Hi, Alexei.
> > > > > > > > > >
> > > > > > > > > > If you mean the Monday post by Maxim, where he asks:
> > > > > > > > > >
> > > > > > > > > > what is the output of yum groupinstall "Office Suite and
> > > > > > >
> > > > > > > Productivity"
> > > > > > >
> > > > > > > > > > then, yes, I saw it and responded to it.  Here's what I
> > > > > > > > > > wrote
> > > > >
> > > > > (most
> > > > >
> > > > > > > > > > recent post
> > > > > > > > > > first; again, sorry for the verbosity):
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > 1.  Apologies for the drips-and-drabs of information.  I
> > > > > > > > > > just ran "java -jar
> > > > > > > > > >
> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > > > > > >r
> > > > > > >
> > > > > > > faxcover.doc
> > > > > > >
> > > > > > > > > > faxcover.pdf" at the command line (obviously, I guess),
> and
> > >
> > > it
> > >
> > > > > > > > > > worked successfully.  So, why is file upload still
> failing?
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > 2.  I ran yum groupinstall "Office Suite and
> Productivity",
> > > > >
> > > > > feeling
> > > > >
> > > > > > > there
> > > > > > >
> > > > > > > > > > was
> > > > > > > > > > nothing to lose.  Still no joy.  When I try to upload a
> > >
> > > file, I
> > >
> > > > > get
> > > > >
> > > > > > > the
> > > > > > >
> > > > > > > > > > following errors:
> > > > > > > > > >
> > > > > > > > > > Name: error
> > > > > > > > > > Value: convert: unable to open image
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > > > > >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf':
> No
> > > > > > > > > > such
> > > > > > >
> > > > > > > file or
> > > > > > >
> > > > > > > > > > directory @ blob.c/OpenBlob/2480.
> > > > > > > > > > convert: missing an image filename
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > > > > >bdc964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > > > > > > > convert.c/ConvertImageCommand/2800.
> > > > > > > > > >
> > > > > > > > > > Name: process
> > > > > > > > > > Value: generateBatchThumbByWidth
> > > > > > > > > > Name: exitValue
> > > > > > > > > > Value: 0
> > > > > > > > > > Name: process
> > > > > > > > > > Value: processPDF
> > > > > > > > > > Name: out
> > > > > > > > > > Value:
> > > > > > > > > > Name: exitValue
> > > > > > > > > > Value: 1
> > > > > > > > > > Name: command
> > > > > > > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> > > > > > > > > > poly2bitmap, -i,
> > > > > > >
> > > > > > > -j,
> > > > > > >
> > > > > > > > > > 85, -s,
> > > > > > > > > > zoom=72,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >
> > > > > > > > > >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >
> > > > > > > > > >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf]
> > > > > > > > > > Name:
> > > > >
> > > > > error
> > > > >
> > > > > > > > > > Value: Error: Couldn't open
> > > > > > > > > > file
> > >
> > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > > > > >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > > > > > > > > >
> > > > > > > > > > Name: process
> > > > > > > > > > Value: generateSwf
> > > > > > > > > >
> > > > > > > > > > ImageMagick is installed properly, afaik.  Is this a bug,
> > > > > > > > > > or
> > >
> > > a
> > >
> > > > > > > > > > misconfiguration
> > > > > > > > > > on my part?
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > 3.  Maxim,
> > > > > > > > > >
> > > > > > > > > > Output of yum groupinstall "Office Suite and
> Productivity"
> > >
> > > is:
> > > > > > > > > > Installing:
> > > > > > > > > >  libreoffice-calc
> > > > > > > > > >  libreoffice-draw
> > > > > > > > > >  libreoffice-graphicfilter
> > > > > > > > > >  libreoffice-impress
> > > > > > > > > >  libreoffice-langpack-en
> > > > > > > > > >  libreoffice-math
> > > > > > > > > >  libreoffice-writer
> > > > > > > > > >  libreoffice-xsltfilter
> > > > > > > > > > Installing for dependencies:
> > > > > > > > > >  libreoffice-pdfimport
> > > > > > > > > >  libreoffice-presenter-screen
> > > > > > > > > >  libwpd
> > > > > > > > > >  lpsolve
> > > > > > > > > >  mythes-en
> > > > > > > > > >
> > > > > > > > > > Output of tail "FAX COVER SHEET.doc" is:
> > >
> > >
> þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > >ÿÿ
> > > > > > > >
> > > > > > > > > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> > > > > > > > > > Entryÿÿÿÿÿÿÿÿ ÀF É
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > NljÍ5Data
> > >
> > >
> 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSumma
> > >
> > >
> >ryInformation8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > >ÿÿ
> > > > > > > >
> > > > > > > > > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ
> > > > >
> > > > >  ÀFMicrosoft
> > > > >
> > > > > > > Office
> > > > > > >
> > > > > > > > > > Word Document
> > > > > > > > > > MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> > >
> > >
> PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuT
> > >
> > > > > > > > > >TYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > > > > > > > >
> > > > > > > > > > (that's some weird stuff :-) ).
> > > > > > > > > >
> > > > > > > > > > Output of ps -ef|grep office is:
> > > > > > > > > >
> > > > > > > > > > [root@openmeetings ~]# ps -ef|grep office
> > > > > > > > > > root      1587     1  0 Jul30 ?
> > > > > > > > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin
> > > > > > > > > > --headless --accept=socket,host=127.0.0.1,port=8100;urp;
> > > > >
> > > > > --nofirststartwizard
> > > > >
> > > > > > > > > > root      1599  1587  0 Jul30 ?
> > > > > > > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin
> > > > > > > > > > --headless --accept=socket,host=127.0.0.1,port=8100;urp;
> > > > >
> > > > > --nofirststartwizard
> > > > >
> > > > > > > > > > root     16352 16270  0 07:25 pts/1    00:00:00 grep
> office
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Does any of this information help you to help me?
> > > > > > > > > >
> > > > > > > > > > Dimitri
> > > > > > > > > >
> > > > > > > > > > On Wednesday 01 August 2012 7:27:19 am Alexei Fedotov
> wrote:
> > > > > > > > > > > Dimitri, have you noticed the message from Maxim
> > > > > > > > > > > 01.08.2012 15:23 пользователь "Dimitri Yioulos"
> > > > > > > > > > > <dy...@onpointfc.com>
> > > > > > > > > > >
> > > > > > > > > > > написал:
> > > > > > > > > > > > I sent some updated information yesterday regarding
> > > > > > > > > > > > this
> > > > >
> > > > > issue.
> > > > >
> > > > > > >  Does
> > > > > > >
> > > > > > > > > > > > anyone
> > > > > > > > > > > > have any more ideas on how I can resolve this?  Your
> > > > >
> > > > > continued
> > > > >
> > > > > > > help
> > > > > > >
> > > > > > > > > > would
> > > > > > > > > >
> > > > > > > > > > > > be
> > > > > > > > > > > > appreciated.
> > > > > > > > > > > >
> > > > > > > > > > > > Many thanks.
> > > > > > > > > > > >
> > > > > > > > > > > > Dimitri
> > > > > > > > > > > >
> > > > > > > > > > > > On Tuesday 31 July 2012 9:00:53 am Dimitri Yioulos
> wrote:
> > > > > > > > > > > > > Apologies for the drips-and-drabs of information.
>  I
> > >
> > > just
> > >
> > > > > > > > > > > > > ran "java -jar
> > >
> > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > >
> > > > > > > > > > > >r
> > > > > > > > > > > >
> > > > > > > > > > > > > faxcover.doc faxcover.pdf" at the command line
> > > > > > > > > > > > > (obviously,
> > > > >
> > > > > I
> > > > >
> > > > > > > > > > > > > guess), and
> > > > > > > > > > > >
> > > > > > > > > > > > it
> > > > > > > > > > > >
> > > > > > > > > > > > > worked successfully.  So, why is file upload still
> > > > > > > > > > > > > failing?
> > > > > > > > > > > > >
> > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Tuesday 31 July 2012 8:50:01 am Dimitri Yioulos
> > >
> > > wrote:
> > > > > > > > > > > > > > I ran yum groupinstall "Office Suite and
> > >
> > > Productivity",
> > >
> > > > > > > feeling
> > > > > > >
> > > > > > > > > > there
> > > > > > > > > >
> > > > > > > > > > > > was
> > > > > > > > > > > >
> > > > > > > > > > > > > > nothing to lose.  Still no joy.  When I try to
> > >
> > > upload a
> > >
> > > > > > > file, I
> > > > > > >
> > > > > > > > > > > > > > get the following errors:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Name: error
> > > > > > > > > > > > > > Value: convert: unable to open image
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > > > > > > > > >bd
> > >
> > > c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf':
> > > > > > > > > > > > > > No
> > > > > > >
> > > > > > > such
> > > > > > >
> > > > > > > > > > > > > > file
> > > > > > > > > > > >
> > > > > > > > > > > > or
> > > > > > > > > > > >
> > > > > > > > > > > > > > directory @ blob.c/OpenBlob/2480.
> > > > > > > > > > > > > > convert: missing an image filename
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > > > > > > > > >bd c964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > > > > > > > > > > > convert.c/ConvertImageCommand/2800.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Name: process
> > > > > > > > > > > > > > Value: generateBatchThumbByWidth
> > > > > > > > > > > > > > Name: exitValue
> > > > > > > > > > > > > > Value: 0
> > > > > > > > > > > > > > Name: process
> > > > > > > > > > > > > > Value: processPDF
> > > > > > > > > > > > > > Name: out
> > > > > > > > > > > > > > Value:
> > > > > > > > > > > > > > Name: exitValue
> > > > > > > > > > > > > > Value: 1
> > > > > > > > > > > > > > Name: command
> > > > > > > > > > > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop,
> -s,
> > > > > > >
> > > > > > > poly2bitmap,
> > > > > > >
> > > > > > > > > > -i,
> > > > > > > > > >
> > > > > > > > > > > > -j,
> > > > > > > > > > > >
> > > > > > > > > > > > > > 85, -s, zoom=72,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >
> > > > > > > > > > > > > >dc
> > >
> > > 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> > >
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >
> > > > > > > > > > > > > >dc
> > >
> > > 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf]
> > >
> > > > > > > > > > > > > > Name: error Value: Error: Couldn't open
> > > > > > > > > > > > > > file
> > >
> > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > > > > > > > > >bd
> > >
> > > c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > >
> > > > > > > > > > > > > > Name: process
> > > > > > > > > > > > > > Value: generateSwf
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > ImageMagick is installed properly, afaik.  Is
> this
> > > > > > > > > > > > > > a bug, or
> > > > > > >
> > > > > > > a
> > > > > > >
> > > > > > > > > > > > > > misconfiguration on my part?
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Tuesday 31 July 2012 7:24:20 am Dimitri
> Yioulos
> > >
> > > wrote:
> > > > > > > > > > > > > > > Maxim,
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Output of yum groupinstall "Office Suite and
> > > > > > > > > > > > > > > Productivity"
> > > > > > >
> > > > > > > is:
> > > > > > > > > > > > > > > Installing:
> > > > > > > > > > > > > > >  libreoffice-calc
> > > > > > > > > > > > > > >  libreoffice-draw
> > > > > > > > > > > > > > >  libreoffice-graphicfilter
> > > > > > > > > > > > > > >  libreoffice-impress
> > > > > > > > > > > > > > >  libreoffice-langpack-en
> > > > > > > > > > > > > > >  libreoffice-math
> > > > > > > > > > > > > > >  libreoffice-writer
> > > > > > > > > > > > > > >  libreoffice-xsltfilter
> > > > > > > > > > > > > > > Installing for dependencies:
> > > > > > > > > > > > > > >  libreoffice-pdfimport
> > > > > > > > > > > > > > >  libreoffice-presenter-screen
> > > > > > > > > > > > > > >  libwpd
> > > > > > > > > > > > > > >  lpsolve
> > > > > > > > > > > > > > >  mythes-en
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Output of tail "FAX COVER SHEET.doc" is:
> > >
> > > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > > > > > >ÿÿ
> > > > > > > > > > > >
> > > > > > > > > > > > > > >ÿÿ ÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > > > > > >ÿÿ
> > > > > > > > > > > >
> > > > > > > > > > > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > > > > > >ÿÿ
> > > > > > > > > > > >
> > > > > > > > > > > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > > > > > >ÿÿ
> > > > > > > > > > > >
> > > > > > > > > > > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> > >
> > > > > > > > > > Entryÿÿÿÿÿÿÿÿ
> > > > > > > > > >
> > > > > > > > > > > > > > > ÀF É
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > NljÍ5Data
> > >
> > > 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentS
> > >
> > > > > > > > > > > >um
> > > > > > > > > > > >
> > > > > > > > > > > > > > >ma ry
> > >
> > > Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > > > > > >ÿÿ
> > > > > > > > > > > >
> > > > > > > > > > > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > > > > > >ÿÿ
> > > > > > > > > > > >
> > > > > > > > > > > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > > > > > >ÿÿ
> > > > > > > > > > > >
> > > > > > > > > > > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > > > > > >ÿÿ
> > > > > > > > > > > >
> > > > > > > > > > > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > > > > > >ÿÿ
> > > > > > > > > > > >
> > > > > > > > > > > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > > > > > >ÿÿ
> > > > > > > > > > > >
> > > > > > > > > > > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > > > > > >ÿÿ
> > > > > > > > > > > >
> > > > > > > > > > > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ
> > > > >
> > > > >  ÀFMicrosoft
> > > > >
> > > > > > > > > > > > > > > Office Word Document
> > > > > > > > > > > > > > > MSWordDocWord.Document.8ô9²q[root@openmeetings
> > > > > > > > > > > > > > > ~]#
> > >
> > > PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTT
> > >
> > > > > > > > > > > >YP
> > > > > > > > > > > >
> > > > > > > > > > > > > > >uT TY PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > (that's some weird stuff :-) ).
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Output of ps -ef|grep office is:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > [root@openmeetings ~]# ps -ef|grep office
> > > > > > > > > > > > > > > root      1587     1  0 Jul30 ?
> > > > > > > > > > > > > > > 00:00:00
> > > > > > > > > > > > > > > /usr/lib/libreoffice/program/oosplash.bin
> > > > > > >
> > > > > > > --headless
> > > > > > >
> > > > > > > > > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > > > > > > > > >
> > > > > > > > > > --nofirststartwizard
> > > > > > > > > >
> > > > > > > > > > > > root
> > > > > > > > > > > >
> > > > > > > > > > > > > > >  1599  1587  0 Jul30 ?
> > > > > > > > > > > > > > > 00:00:00
> /usr/lib/libreoffice/program/soffice.bin
> > > > > > >
> > > > > > > --headless
> > > > > > >
> > > > > > > > > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > > > > > > > > >
> > > > > > > > > > --nofirststartwizard
> > > > > > > > > >
> > > > > > > > > > > > root
> > > > > > > > > > > >
> > > > > > > > > > > > > > > 16352 16270  0 07:25 pts/1    00:00:00 grep
> > > > > > > > > > > > > > > office
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Monday 30 July 2012 10:13:57 pm Maxim
> > > > > > > > > > > > > > > Solodovnik
> > > > >
> > > > > wrote:
> > > > > > > > > > > > > > > > what is the output of
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > *yum groupinstall* "*Office* Suite and
> > > > > > > > > > > > > > > > Productivity"
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > yum install openoffice.org-headless
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > what is the output of (to ensure it is not
> > > > > > >
> > > > > > > file/permission
> > > > > > >
> > > > > > > > > > > > > > > > problem) tail "FAX COVER SHEET.doc"
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > can you check there is no office processes
> > >
> > > running?
> > >
> > > > > > > > > > > > > > > > ps -ef|grep office
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri
> > > > > > > > > > > > > > > > Yioulos
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > > > Maxim,
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Followed the instructions in the link you
> > > > > > > > > > > > > > > > > provided, and now:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > [root@openmeetings ~]# java -version
> > > > > > > > > > > > > > > > > java version "1.7.0_05"
> > > > > > > > > > > > > > > > > Java(TM) SE Runtime Environment (build
> > > > >
> > > > > 1.7.0_05-b06)
> > > > >
> > > > > > > > > > > > > > > > > Java HotSpot(TM) Client VM (build 23.1-b03,
> > >
> > > mixed
> > >
> > > > > > > > > > > > > > > > > mode, sharing)
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > As you can see, I just upgraded the Java
> > > > >
> > > > > installation
> > > > >
> > > > > > > to
> > > > > > >
> > > > > > > > > > > > > > > > > the very latest from
> > > > > > > > > > > > > > > > > Oracle.  However, I still get:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Exception in thread "main"
> > > > >
> > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > > > > could not load document: FAX COVER
> SHEET.doc
> > > > > > > > > > > > > > > > > ~
> > > > > > > > > > > > > > > > > Caused by:
> > > > > > > > > > > > > > > > > com.sun.star.lang.IllegalArgumentException:
> > > > > > >
> > > > > > > URL
> > > > > > >
> > > > > > > > > > > > > > > > > seems
> > > > > > > > > > > >
> > > > > > > > > > > > to
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > be an unsupported one.
> > > > > > > > > > > > > > > > > ~
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > I think I'm infuriatingly close to getting
> > > > > > > > > > > > > > > > > this to
> > > > > > >
> > > > > > > work.
> > > > > > >
> > > > > > > > > >  Your
> > > > > > > > > >
> > > > > > > > > > > > (and
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > others) continuing assistance much
> > > > > > > > > > > > > > > > > appreciated.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > On Monday 30 July 2012 3:17:49 pm Maxim
> > > > > > > > > > > > > > > > > Solodovnik
> > > > > > >
> > > > > > > wrote:
> > > > > > > > > > > > > > > > > > please follow the link I have sent you
> > > > > > > > > > > > > > > > > > you need to install alternative _before_
> > > > > > > > > > > > > > > > > > you can configure
> > > > > > > > > >
> > > > > > > > > > it
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri
> > > > > > > > > > > > > > > > > > Yioulos
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > > > > > Thanks, Stephen.  Here's what I get:
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > [root@openmeetings ~]# alternatives
> > >
> > > --config
> > >
> > > > > java
> > > > >
> > > > > > > > > > > > > > > > > > > There is 1 program that provides
> 'java'.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >   Selection    Command
> > >
> > > ---------------------------------------------
> > >
> > > > > > > > > > > > > > > > > > >-- *+ 1
> > > > > > >
> > > > > > > /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > > > > > >
> > > > > > > > > > > > > > > > > > > Enter to keep the current selection[+],
> > > > > > > > > > > > > > > > > > > or type selection number:
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Oh, oh.  I don't even see the Oracle
> > >
> > > version.
> > >
> > > > > > >  But, I
> > > > > > >
> > > > > > > > > > > > installed
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > the
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > JRE,
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > not the
> > > > > > > > > > > > > > > > > > > JDK.  Might that be the rub?
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > On Monday 30 July 2012 3:03:57 pm
> Stephen
> > > > >
> > > > > Cottham
> > > > >
> > > > > > > wrote:
> > > > > > > > > > > > > > > > > > > > For java try
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > update-java-alternatives
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Or
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > alternatives --config java
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Should show you all java's installed
> > > > > > > > > > > > > > > > > > > > and
> > > > >
> > > > > allow
> > > > >
> > > > > > > you to
> > > > > > >
> > > > > > > > > > > > change
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > the default.
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Sent from my iPhone
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > On 30 Jul 2012, at 19:58, "Dimitri
> > >
> > > Yioulos"
> > >
> > > > > > > > > > > > > > > > > > > > <dy...@onpointfc.com>
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > > > > Maxim,
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > I'm not quite sure how to proceed.
> > > > > > > > > > > > > > > > > > > > > First,
> > > > >
> > > > > I
> > > > >
> > > > > > > just
> > > > > > >
> > > > > > > > > > > > installed
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > parts
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > of
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > libreoffice:
> > >
> > > libreoffice-headless-3.4.5.2-16.el6.i686
> > >
> > > > > > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > > > > >
> > > > > > > > > > > > > > > > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > > > > > > > > >
> libreoffice-core-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > Should I do a "yum groupinstall
> > > > >
> > > > > libreoffice"?
> > > > >
> > > > > > > > > > > > > > > > > > > > > Next, I'm not sure how to open my
> > > > > > > > > > > > > > > > > > > > > doc.
> > > > >
> > > > >  This
> > > > >
> > > > > > > is a
> > > > > > >
> > > > > > > > > > > > > > > > > > > > > server install
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > and,
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > so,
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > there is no Xwindow/desktop system
> > > > >
> > > > > installed.
> > > > >
> > > > > > > > > > > > > > > > > > > > > Finally, how do I get the Oracle
> java
> > >
> > > to
> > >
> > > > > > > > > > > > > > > > > > > > > be the default?
> > > > > > > > > > > >
> > > > > > > > > > > >  I
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > do have the following in
> /etc/profile
> > >
> > > so
> > >
> > > > > that
> > > > >
> > > > > > > the
> > > > > > >
> > > > > > > > > > > > > > > > > > > > > proper java be loaded at boot (I
> > >
> > > think):
> > > > > > > > > > > > > > > > > > > > > export
> > >
> > > JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > >
> > > > > > > > > > > > > > > > > > > > > export
> > > > > > > > > > > > > > > > > > > > >
> PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > On Monday 30 July 2012 2:47:04 pm
> > > > > > > > > > > > > > > > > > > > > Maxim
> > > > > > >
> > > > > > > Solodovnik
> > > > > > >
> > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > > > >> Yes you could :)
> > > > > > > > > > > > > > > > > > > > >> According to this:
> > >
> > > http://stackoverflow.com/questions/8420449/docsplit-jodconverter-op
> > >
> > > > > > > > > > > > > > > > >en of f
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>ice -issue-on-debian
> > > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > > >> can you ensure you have
> > > > >
> > > > > writer/calc/impress
> > > > >
> > > > > > > > > > installed
> > > > > > > > > >
> > > > > > > > > > > > (by
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >> opening your doc for example)
> > > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > > >> were you install your libreoffice
> > > > > > > > > > > > > > > > > > > > >> via yum groupinstall?
> > > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > > >> I would recommend you to have
> Oracle
> > > > > > > > > > > > > > > > > > > > >> java
> > > > >
> > > > > as
> > > > >
> > > > > > > > > > > > > > > > > > > > >> default one There are some weird
> > >
> > > issued
> > >
> > > > > with
> > > > >
> > > > > > > > > > > > > > > > > > > > >> OpenJDK.
> > > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM,
> > >
> > > Dimitri
> > >
> > > > > > > Yioulos
> > > > > > >
> > > > > > > > > > > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > > > > > > >>> Let me take the easy part first:
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>> [root@openmeetings ~]# java
> > > > > > > > > > > > > > > > > > > > >>> -version java version
> > > > > > > > > > > > > > > > > > > > >>> "1.7.0_05-icedtea" OpenJDK
> Runtime
> > > > > > > > > > > > > > > > > > > > >>> Environment
> (rhel-2.2.1.el6_3-i386)
> > > > > > > > > > > > > > > > > > > > >>> OpenJDK
> > >
> > > Client
> > >
> > > > > > > > > > > > > > > > > > > > >>> VM
> > > > > > >
> > > > > > > (build
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>> 23.0-b21, mixed mode)
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>> Now, the thing of it is, even
> > > > > > > > > > > > > > > > > > > > >>> though
> > >
> > > I
> > >
> > > > > > > installed
> > > > > > >
> > > > > > > > > > the
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>> Sun/Oracle version, when I
> > > > > > > > > > > > > > > > > > > > >>> installed some other component
> > > > > > > > > > > > > > > > > > > > >>> (libreoffice,
> > > > > > >
> > > > > > > I
> > > > > > >
> > > > > > > > > > think,
> > > > > > > > > >
> > > > > > > > > > > > but
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>> I
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > forget
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>> exactly what), a dependency that
> > > > > > > > > > > > > > > > > > > > >>> was
> > > > > > >
> > > > > > > installed
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>> was OpenJDK.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >  Hmmm.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>> I tried to do the following
> > >
> > > conversion
> > >
> > > > > > > > > > > > > > > > > > > > >>> at the
> > > > > > > > > >
> > > > > > > > > > command
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>> line:
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>> java -jar
> > > > > > > > > >
> > > > > > > > > >
> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >r
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>> "FAX COVER SHEET.doc"
> faxcover.pdf
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>> It failed.  I got:
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>> Exception in thread "main"
> > > > > > > > > >
> > > > > > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > > > > > > > >>> could not load document: FAX
> COVER
> > > > > > > > > > > > > > > > > > > > >>> SHEET.doc ~
> > > > > > > > > > > > > > > > > > > > >>> Caused by:
> > > > >
> > > > > com.sun.star.lang.IllegalArgumentException:
> > > > > > > URL
> > > > > > >
> > > > > > > > > > seems
> > > > > > > > > >
> > > > > > > > > > > > > > > > > to
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > be
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>> an unsupported one.
> > > > > > > > > > > > > > > > > > > > >>> ~
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>> I can convert MS Word docs, can't
> > > > > > > > > > > > > > > > > > > > >>> I?
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>> Dimitri
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>> On Monday 30 July 2012 2:27:56 pm
> > >
> > > Maxim
> > >
> > > > > > > > > > > > > > > > > > > > >>> Solodovnik
> > > > > > > > > > > >
> > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > > > >>>> Please try to stop it and run
> jod
> > > > > > > > > > > > > > > > > > > > >>>> converter
> > > > > > >
> > > > > > > via
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>> commandline (jod
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>> converter
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>> will start libreoffice
> > >
> > > automatically)
> > >
> > > > > > > > > > > > > > > > > > > > >>>> also please check your java
> > > > > > > > > > > > > > > > > > > > >>>> version?
> > > > > > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > > > > > >>>> java -cp
> > > > >
> > > > > /usr/local/jodconverter/lib/juh-3.2.1.jar
> > > > >
> > > > > > > -cp
> > > > >
> > > > > /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > > > >
> > > > > > > -cp
> > > > >
> > > > > /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > > > >
> > > > > > > -cp
> > > > >
> > > > > /usr/local/jodconverter/lib/unoil-3.2.1.ja
> > > > >
> > > > > > > > > > > > > > > > > > > > >>>>r
> > > > > > >
> > > > > > > -cp
> > > > > > >
> > > > > > > > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar
> > > > > > > > > >
> > > > > > > > > > > > -cp
> > > > > > >
> > > > > > > /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>> -cp
> > > > > > >
> > > > > > > /usr/local/jodconverter/lib/json-20090211.jar
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>> -cp
> > > > > > > > > > > >
> > > > > > > > > > > >
> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-
> > > > > > > > > > > >4
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>.j ar -jar
> > > > > > >
> > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > > >
> > > > > > > > > > > > > > > > >r
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > >
> > > > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>b1 78
> > > > > > > > > >
> > > > > > > > > > 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>> 1a.pdf
> > > > > > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM,
> > > > > > > > > > > > > > > > > > > > >>>> Dimitri
> > > > > > >
> > > > > > > Yioulos
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > > > > > > >>>>> Thanks to both Maxim and
> Alexsei
> > >
> > > for
> > >
> > > > > your
> > > > >
> > > > > > > > > > > > > > > > > > > > >>>>> responses. CentOS
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > 6.x
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>> (and,
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>> by
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>> extension, I'd guess, RHEL 6.x)
> > > > > > > > > > > > > > > > > > > > >>>>> no
> > > > >
> > > > > longer
> > > > >
> > > > > > > use
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>> openoffice but,
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > rather,
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>> libreoffice.
> > > > > > > > > > > > > > > > > > > > >>>>> libreoffice-headless
> > >
> > > is
> > >
> > > > > > > > > > > > > > > > > > > > >>>>> installed, and
> > > > > > > > > > > >
> > > > > > > > > > > > is
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>> running as
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > a
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>> service:
> > > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > > >>>>> tcp        0      0
> > > > > > > > > > > > > > > > > > > > >>>>> 127.0.0.1:8100 0.0.0.0:*
> LISTEN
> > > > >
> > > > >  13514/soffice.bin
> > > > >
> > > > > > > > > > > > > > > > > > > > >>>>> started with:
> > > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > > >>>>> soffice --headless
> > > > > > >
> > > > > > > --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>> --nofirststartwizard
> > > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > > >>>>> Dimitri
> > > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > > >>>>> On Monday 30 July 2012 2:08:17
> pm
> > > > >
> > > > > Alexei
> > > > >
> > > > > > > > > > > > > > > > > > > > >>>>> Fedotov
> > > > > > > > > > > >
> > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > > > >>>>>> It says, URL seems to be
> > > > > > > > > > > > > > > > > > > > >>>>>> unsupported.
> > > > > > > > > > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > > > > > > > > > >>>>>> The class which produces it is
> > >
> > > under
> > >
> > > > > > > com.sun,
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>> so the problem
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > may
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > be
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>> in
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>> the
> > > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > > >>>>>> old OpenOffice version
> > > > > > > > > > > > > > > > > > > > >>>>>> 30.07.2012 21:54 пользователь
> > > > > > > > > > > > > > > > > > > > >>>>>> "Dimitri Yioulos"
> > > > > > > > > > > > > > > > > > > > >>>>>> <dy...@onpointfc.com>
> > > > > > > > > > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > > > > > > > > > >>>>>> написал:
> > > > > > > > > > > > > > > > > > > > >>>>>>> Hello to all.
> > > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> I'm not new to Openmeetings,
> > >
> > > having
> > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> originally installed and
> tried
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>> it
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>> at
> > > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> least a
> > > > > > > > > > > > > > > > > > > > >>>>>>> couple of years ago.  Thanks
> to
> > > > > > > > > > > > > > > > > > > > >>>>>>> Sabastian Wgner for having
> > >
> > > created
> > >
> > > > > it,
> > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> and to Apache for taking the
> > > > > > > > > > > > > > > > > > > > >>>>>>> project forward.
> > > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> I've installed version 2.0.0
> on
> > > > > > > > > > > > > > > > > > > > >>>>>>> a CentOS
> > > > > > >
> > > > > > > 6.2
> > > > > > >
> > > > > > > > > > > > server.
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> All of the prerequisites
> > > > > > > > > > > > > > > > > > > > >>>>>>> are installed, and
> Openmeetings
> > > > > > > > > > > > > > > > > > > > >>>>>>> works
> > > > > > >
> > > > > > > well.
> > > > > > >
> > > > > > > > > >  With
> > > > > > > > > >
> > > > > > > > > > > > the
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > exception
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> of file uploading, that is.
> > >
> > >  After
> > >
> > > > > > > figuring
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> out the paths of the
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>> various
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> components required to make
> > > > > > > > > > > > > > > > > > > > >>>>>>> file
> > > > > > >
> > > > > > > uploading
> > > > > > >
> > > > > > > > > > work,
> > > > > > > > > >
> > > > > > > > > > > > I'm
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> finally
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > at
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> a point where I'm stuck.
> > > > > > > > > > > > > > > > > > > > >>>>>>> When I try to upload a file,
> I
> > >
> > > get
> > >
> > > > > the
> > > > >
> > > > > > > > > > following
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> (it's
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > verbose;
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> I apologize):
> > > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > > > >>>>>>> [java, -cp,
> > > > > > >
> > > > > > > /usr/local/jodconverter/lib/juh-3.2.1.jar,
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> -cp,
> > > > > > >
> > > > > > > /usr/local/jodconverter/lib/jurt-3.2.1.jar,
> > > > > > >
> > > > > > > > > > -cp,
> > > > > > >
> > > > > > > /usr/local/jodconverter/lib/ridl-3.2.1.jar,
> > > > > > >
> > > > > > > > > > -cp,
> > > > > > >
> > > > > > > /usr/local/jodconverter/lib/unoil-3.2.1.jar,
> > > > > > >
> > > > > > > > > > -cp,
> > > > > > > > > >
> > > > > > > > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar,
> > > > > > > > > >
> > > > > > > > > > > > -cp,
> > > > > > >
> > > > > > > /usr/local/jodconverter/lib/commons-io-1.4.ja
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>r,
> > > > > > > > > > > >
> > > > > > > > > > > > -cp,
> > > > > > >
> > > > > > > /usr/local/jodconverter/lib/json-20090211.jar
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>, -cp,
> > > > > > > > > > > >
> > > > > > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>a- 4. ja r, -jar,
> > > > > > > > > > > >
> > > > > > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>a- 4. ja r,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > > >
> > > > > > > > > > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>94
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > >
> > > > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>b1
> > > > > > > > > > > >
> > > > > > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>f] Name: error Value: Jul 30,
> > > > > > > > > > > > > > > > > > > > >>>>>>> 2012
> > > > > > >
> > > > > > > 1:18:25 PM
> > > > > > >
> > > > > > > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>eM an ag er INFO:
> ProcessManager
> > > > > > > > > > > > > > > > > > > > >>>>>>> implementation
> > > > > > > > > >
> > > > > > > > > > is
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> LinuxProcessManager Jul 30,
> > > > > > > > > > > > > > > > > > > > >>>>>>> 2012 1:18:26
> > > > > > >
> > > > > > > PM
> > > > > > >
> > > > > > > > > > org.artofsolving.jodconverter.office.OfficeProces
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>s start INFO: starting process
> > >
> > > with
> > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> acceptString
> > > > > > >
> > > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>'
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > and
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> profileDir
> > > > >
> > > > > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > > >
> > > > > > > > > > org.artofsolving.jodconverter.office.OfficeProces
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>s start INFO: started process;
> > >
> > > pid =
> > >
> > > > > > > 13986 Jul
> > > > > > >
> > > > > > > > > > 30,
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> 2012 1:18:26 PM
> > > > > > > > > > > >
> > > > > > > > > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> connect
> > > > > > > > > > > > > > > > > > > > >>>>>>> INFO: connected:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > > > > > > > > > > > > > > > >'
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > > > > >
> > > > > > > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>eM an ag er stop INFO:
> stopping
> > > > > > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > > > > >
> > > > > > > > > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>$1 disposing
> > > > > > > > > > > > > > > > > > > > >>>>>>> INFO: disconnected:
> > > > > > >
> > > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>' Jul 30, 2012 1:18:27 PM
> > > > > > > > > > > >
> > > > > > > > > > > > org.artofsolving.jodconverter.office.ManagedOfficePro
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>ce ss doEnsureProcessExited
> > > > > > > > > > > > > > > > > > > > >>>>>>> INFO: process exited with
> code
> > > > > > > > > > > > > > > > > > > > >>>>>>> 0 Jul 30, 2012 1:18:27 PM
> > > > > > > > > > > >
> > > > > > > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopped
> > > > > > > > > > > > > > > > > > > > >>>>>>> Exception in thread "main"
> > > > > > > > > > > >
> > > > > > > > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > > > > > > > >>>>>>> could not load document:
> > >
> > > 5b494e18e94e7b1784cbc2a9b42b161a.do
> > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>c
> > > > >
> > > > > at
> > > > >
> > > > >
> > > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > > >
> > > > > > > > > > > > > > > > > > >nt (A bs tr
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>ac
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> tConversionTask.java:92) at
> > > > >
> > > > > org.artofsolving.jodconverter.AbstractConversionTask.execute(Ab
> > > > >
> > > > > > > > > > > > > > > > > > >st ra ct Co
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>nv
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> ersionTask.java:59) at
> > > > >
> > > > > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(
> > > > >
> > > > > > > > > > > > > > > > > > >Po ol ed Of
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>fi
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> ceManager.java:80) at
> > > > > > >
> > > > > > >
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > > > > > > > > > > > > > > > > >>>47
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> 1) at
> > >
> > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>34 ) at
> > > > > > >
> > > > > > > java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> at
> > > > >
> > > > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe
> > > > >
> > > > > > > > > > > > > > > > > > >cu to r. ja
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>va
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> :1110) at
> > > > >
> > > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolEx
> > > > >
> > > > > > > > > > > > > > > > > > >ec ut or .j
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>av
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> a:603) at
> > >
> > > java.lang.Thread.run(Thread.java:72
> > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>2)
> > > > > > >
> > > > > > > Caused
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> by:
> > > > > > >
> > > > > > > com.sun.star.lang.IllegalArgumentException:
> > > > > > > > > > > > > > > > > > > > >>>>>>> URL
> > > > > > > > > > > >
> > > > > > > > > > > > seems
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> to be
> > > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > > >>>>> an
> > > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> unsupported one.
> > > > > > > > > > > > > > > > > > > > >>>>>>>        at
> > > > >
> > > > > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRa
> > > > >
> > > > > > > > > > > > > > > > > > >is ed Ex ce
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>pt
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> ion(Job.java:177) at
> > >
> > > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>43 ) at
> > > > >
> > > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > > >
> > > > > > > > > > > > > > > > > > >e. ja va
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >:3
> > > > > > > > > > > > > > > > > > >:
> > > > > > > > > > > > > > > > > > > > >>>35
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> ) at
> > > > >
> > > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > > >
> > > > > > > > > > > > > > > > > > >e. ja va
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >:3
> > > > > > > > > > > > > > > > > > >:
> > > > > > > > > > > > > > > > > > > > >>>04
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> ) at
> > > > >
> > > > > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(J
> > > > >
> > > > > > > > > > > > > > > > > > >av aT hr ea
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>dP
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> ool.java:91) at
> > > > >
> > > > > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sen
> > > > >
> > > > > > > > > > > > > > > > > > >dR eq ue st
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>(j
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> ava_remote_bridge.java:639)
> at
> > > > >
> > > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.r
> > > > >
> > > > > > > > > > > > > > > > > > >eq ue st (P
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>ro
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> xyFactory.java:151) at
> > > > >
> > > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.i
> > > > >
> > > > > > > > > > > > > > > > > > >nv ok e( Pr
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>ox
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> yFactory.java:133) at
> > >
> > > $Proxy4.loadComponentFromURL(Unknow
> > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>n
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Source)
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>        at
> > > > >
> > > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > > >
> > > > > > > > > > > > > > > > > > >nt (A bs tr
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>ac
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> tConversionTask.java:90) ...
> 8
> > >
> > > more
> > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value: doJodConvert
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: completeName
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > > >
> > > > > > > > > > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>94
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name:
> > > > > > > > > > > > > > > > > > > > >>>>>>> error Value:
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: fileExplorerItemId
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value: 7
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value: generateXMLDocument
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value: [/usr/bin/convert,
> > > > > > > > > > > > > > > > > > > > >>>>>>> -thumbnail, 80,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > >
> > > > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>b1
> > > > > > > > > > > >
> > > > > > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>f,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > >
> > > > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>b1
> > > > >
> > > > > 784cbc2a9b42b161a/_thumb_page-%04d.jpg]
> > > > >
> > > > > > > Name:
> > > > > > > > > > > > > > > > > > > > >>>>>>> error Value: convert: unable
> to
> > > > > > > > > > > > > > > > > > > > >>>>>>> open
> > > > > > >
> > > > > > > image
> > > > >
> > > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > >
> > > > > > > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>7b
> > > > > > > > > > > >
> > > > > > > > > > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>df ': No such
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>> file
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>> or
> > > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> directory @
> > > > > > > > > > > > > > > > > > > > >>>>>>> blob.c/OpenBlob/2480.
> convert:
> > > > > > > > > > > > > > > > > > > > >>>>>>> missing an image
> > >
> > > filename
> > >
> > > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > >
> > > > > > > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>7b
> > > > >
> > > > > 1784cbc2a9b42b161a/_thumb_page-%04d.jpg
> > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>'
> > > > > > >
> > > > > > > @
> > >
> > > convert.c/ConvertImageCommand/2800.
> > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > > > >>>>>>> generateBatchThumbByWidth
> Name:
> > > > > > > > > > > > > > > > > > > > >>>>>>> exitValue
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value: processPDF
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value:
> [/usr/local/bin/pdf2swf,
> > >
> > > -s,
> > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> insertstop, -s, poly2bitmap,
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>> -i,
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>> -j,
> > > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> 85, -s,
> > > > > > > > > > > > > > > > > > > > >>>>>>> zoom=72,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > >
> > > > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>b1
> > > > > > > > > > > >
> > > > > > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>f,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > >
> > > > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>b1
> > > > > > > > > > > >
> > > > > > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.sw
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>f] Name: error
> > > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value: Error: Couldn't open
> > > > > > > > > > > > > > > > > > > > >>>>>>> file
> > > > >
> > > > > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > >
> > > > > > > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>7b
> > > > > > > > > > > >
> > > > > > > > > > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>>df '
> > > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > > > >>>>>>> Value: generateSwf
> > > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> So, it looks like a file
> > > > > > > > > > > > > > > > > > > > >>>>>>> couldn't be
> > > > > > >
> > > > > > > opened.
> > > > > > >
> > > > > > > > > >  The
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> file is
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > owner
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> by
> > > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > > >>>>> root,
> > > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> and has
> > > > > > > > > > > > > > > > > > > > >>>>>>> 644 permissions.  Are these
> set
> > >
> > > by
> > >
> > > > > > > > > > jodconverter?
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> Anyway,
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > does
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >>> anyone
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> know how
> > > > > > > > > > > > > > > > > > > > >>>>>>> I can resolve this issue?
> > > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> Many thanks.
> > > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> Dimitri
> > > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > > >>>>>>> --
> > > > > > > > > > > > > > > > > > > > >>>>>>> This message has been scanned
> > > > > > > > > > > > > > > > > > > > >>>>>>> for
> > > > > > >
> > > > > > > viruses and
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>>>> dangerous content by
> > > > > > > > > > > > > > > > > > > > >>>>>>> MailScanner, and is believed
> to
> > > > > > > > > > > > > > > > > > > > >>>>>>> be clean.
> > > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > > >>>>> --
> > > > > > > > > > > > > > > > > > > > >>>>> This message has been scanned
> for
> > > > >
> > > > > viruses
> > > > >
> > > > > > > and
> > > > > > >
> > > > > > > > > > > > > > > > > > > > >>>>> dangerous content by
> MailScanner,
> > >
> > > and
> > >
> > > > > is
> > > > >
> > > > > > > > > > > > > > > > > > > > >>>>> believed to be clean.
> > > > > > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > > > > > >>>> --
> > > > > > > > > > > > > > > > > > > > >>>> WBR
> > > > > > > > > > > > > > > > > > > > >>>> Maxim aka solomax
> > > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > > >>> --
> > > > > > > > > > > > > > > > > > > > >>> This message has been scanned for
> > > > > > > > > > > > > > > > > > > > >>> viruses and dangerous content by
> > > > > > > > > > > > > > > > > > > > >>> MailScanner, and is believed to
> be
> > > > > > > > > > > > > > > > > > > > >>> clean.
> > > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > > >> --
> > > > > > > > > > > > > > > > > > > > >> WBR
> > > > > > > > > > > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > > > > > This message has been scanned for
> > >
> > > viruses
> > >
> > > > > and
> > > > >
> > > > > > > > > > > > > > > > > > > > > dangerous content by MailScanner,
> and
> > >
> > > is
> > >
> > > > > > > > > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Stephen Cottham
> > > > > > > > > > > > > > > > > > > > Group IT Manager (Associate)
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Robert Bird Group
> > > > > > > > > > > > > > > > > > > > Level 5, 333 Ann St
> > > > > > > > > > > > > > > > > > > > Brisbane, Queensland, 4000, Australia
> > > > > > > > > > > > > > > > > > > > Phone: +6173 319 2777 (AUS)
> > > > > > > > > > > > > > > > > > > > Phone: +44207 592 8000 (UK)
> > > > > > > > > > > > > > > > > > > > Fax: +6173 319 2799
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Mobile:  +61400 756 963 (AUS)
> > > > > > > > > > > > > > > > > > > > Mobile: +447900 918 616 (UK)
> > > > > > > > > > > > > > > > > > > > Web: www.robertbird.com
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > This email and any attachments are
> > > > >
> > > > > confidential
> > > > >
> > > > > > > and
> > > > > > >
> > > > > > > > > > > > > > > > > > > > may contain
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > legally
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > privileged information or copyright
> > > > > > > > > > > > > > > > > > > > material.
> > > > > > >
> > > > > > > Unless
> > > > > > >
> > > > > > > > > > > > > > > > > > > > expressly
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > stated,
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > confidentiality and/or legal
> privilege
> > > > > > > > > > > > > > > > > > > > is not intended
> > > > > > > > > >
> > > > > > > > > > to
> > > > > > > > > >
> > > > > > > > > > > > be
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > waived
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > by
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > the
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > sending of this email. The contents
> of
> > >
> > > this
> > >
> > > > > > > email,
> > > > > > >
> > > > > > > > > > > > including
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > any attachments, are intended solely
> > > > > > > > > > > > > > > > > > > > for the use
> > > > > > >
> > > > > > > of
> > > > > > >
> > > > > > > > > > > > > > > > > > > > the individual or entity
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > to
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > whom they are addressed. If you are
> not
> > >
> > > an
> > >
> > > > > > > intended
> > > > > > >
> > > > > > > > > > > > > > > > > > > > recipient, please contact us
> > > > > > > > > > > > > > > > > > > > immediately
> > >
> > > by
> > >
> > > > > > > return
> > > > > > >
> > > > > > > > > > email
> > > > > > > > > >
> > > > > > > > > > > > and
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > then delete both messages. You may
> not
> > > > > > > > > > > > > > > > > > > > otherwise read, forward, copy, use or
> > > > >
> > > > > disclose
> > > > >
> > > > > > > > > > > > > > > > > > > > this email
> > > > > > >
> > > > > > > or
> > > > > > >
> > > > > > > > > > > > > > > > > > > > any
> > > > > > > > > > > >
> > > > > > > > > > > > attachments.
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Any views expressed in this email are
> > >
> > > those
> > >
> > > > > of
> > > > >
> > > > > > > > > > > > > > > > > the
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > individual
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > sender except where the sender
> > > > > > > > > > > > > > > > > > > > expressly, and
> > > > > > >
> > > > > > > with
> > > > > > >
> > > > > > > > > > > > authority,
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > states otherwise. It is your
> > >
> > > responsibility
> > >
> > > > > to
> > > > >
> > > > > > > check
> > > > > > >
> > > > > > > > > > any
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > attachments for viruses or defects
> > > > > > > > > > > > > > > > > > > > before
> > > > > > >
> > > > > > > opening or
> > > > > > >
> > > > > > > > > > > > sending
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > them on. None of the sender or its
> > >
> > > related
> > >
> > > > > > > entities
> > > > > > >
> > > > > > > > > > > > > > > > > > > > accepts any liability for any
> > >
> > > consequential
> > >
> > > > > > > damage
> > > > > > >
> > > > > > > > > > > > > > > > > > > > resulting from this email containing
> > > > > > > > > > > > > > > > > > > > computer viruses.
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Disclaimer added by CodeTwo Exchange
> > >
> > > Rules
> > >
> > > > > > > > > > > > > > > > > > > > http://www.codetwo.com
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> > > > > > >
> > > > > > >
> LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tY
> > > > > > >W5
> > > > > > >
> > > > > > > > > > > > > > > > >kL zI 4M
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >DA
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >u
> > > > > > >
> > > > > > >
> DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlO
> > > > > > >iB
> > > > > > >
> > > > > > > > > > > > > > > > >nZ W5 lc
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >mF
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >0
> > > > > > >
> > > > > > >
> ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+P
> > > > > > >j4
> > > > > > >
> > > > > > > > > > > > > > > > >+P iB WY
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >Wx
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >1
> > > > > > >
> > > > > > >
> ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZ
> > > > > > >XN
> > > > > > >
> > > > > > > > > > > > > > > > >zU ER GD
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >Qo
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >+
> > > > > > >
> > > > > > >
> Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZ
> > > > > > >Xh
> > > > > > >
> > > > > > > > > > > > > > > > >pd FZ hb
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >HV
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >l
> > > > > > >
> > > > > > >
> DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+P
> > > > > > >j4
> > > > > > >
> > > > > > > > > > > > > > > > >gV mF sd
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >WU
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >6
> > > > > > >
> > > > > > >
> IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvb
> > > > > > >Hk
> > > > > > >
> > > > > > > > > > > > > > > > >yY ml 0b
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >WF
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >w
> > > > > > >
> > > > > > >
> LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+P
> > > > > > >j4
> > > > > > >
> > > > > > > > > > > > > > > > >gO DU sI
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >C1
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >z
> > > > > > >
> > > > > > >
> LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZ
> > > > > > >XR
> > > > > > >
> > > > > > > > > > > > > > > > >pb md zL
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >3d
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >l
> > > > > > >
> > > > > > >
> YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENC
> > > > > > >j4
> > > > > > >
> > > > > > > > > > > > > > > > >+P iA NC
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >+
> > > > > > >
> > > > > > >
> Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5Y
> > > > > > >jQ
> > > > > > >
> > > > > > > > > > > > > > > > >yY jE 2M
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >WE
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >u
> > > > > > >
> > > > > > >
> cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb
> > > > > > >3B
> > > > > > >
> > > > > > > > > > > > > > > > >lb m1 lZ
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >XR
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >p
> > > > > > >
> > > > > > >
> bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gN
> > > > > > >zg
> > > > > > >
> > > > > > > > > > > > > > > > >0Y 2J jM
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >mE
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >5
> > > > > > >
> > > > > > >
> YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOY
> > > > > > >W1
> > > > > > >
> > > > > > > > > > > > > > > > >lO g0 KP
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >+
> > > > > > >
> > > > > > >
> Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZ
> > > > > > >G4
> > > > > > >
> > > > > > > > > > > > > > > > >nd CB vc
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >GV
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >u
> > > > > > >
> > > > > > >
> DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ
> > > > > > >3M
> > > > > > >
> > > > > > > > > > > > > > > > >vd 2V iY
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >XB
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >w
> > > > > > >
> > > > > > >
> cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gD
> > > > > > >Qo
> > > > > > >
> > > > > > > > > > > > > > > > >+P j4 +P
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >+
> > > > > > >
> > > > > > >
> IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiM
> > > > > > >TY
> > > > > > >
> > > > > > > > > > > > > > > > >xY S5 wZ
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >GY
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >n
> > > > > > >
> > > > > > >
> DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlO
> > > > > > >iB
> > > > > > >
> > > > > > > > > > > > > > > > >nZ W5 lc
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >mF
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >0
> > > > > > >
> > > > > > >
> ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlI
> > > > > > >GN
> > > > > > >
> > > > > > > > > > > > > > > > >vd Wx kb
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >id
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >0
> > > > > > >
> > > > > > >
> IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+P
> > > > > > >iA
> > > > > > >
> > > > > > > > > > > > > > > > >NC j4 +P
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >+
> > > > > > >
> > > > > > >
> IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVyb
> > > > > > >Wl
> > > > > > >
> > > > > > > > > > > > > > > > >zc 2l vb
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >nM
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >u
> > > > > > >
> > > > > > >
> ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KP
> > > > > > >j4
> > > > > > >
> > > > > > > > > > > > > > > > >+I A0 KP
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >+
> > > > > > >
> > > > > > >
> IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZ
> > > > > > >XN
> > > > > > >
> > > > > > > > > > > > > > > > >vb HZ lI
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >HR
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >o
> > > > > > >
> > > > > > >
> aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+P
> > > > > > >j4
> > > > > > >
> > > > > > > > > > > > > > > > >gD Qo +P
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >+
> > > > > > >
> > > > > > >
> Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgb
> > > > > > >WV
> > > > > > >
> > > > > > > > > > > > > > > > >zc 2F nZ
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >SB
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >o
> > > > > > >
> > > > > > >
> YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvd
> > > > > > >XM
> > > > > > >
> > > > > > > > > > > > > > > > >gY 29 ud
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >GV
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >u
> > > > > > >
> > > > > > >
> dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlI
> > > > > > >GN
> > > > > > >
> > > > > > > > > > > > > > > > >sZ WF uL
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >g0
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >K
> > > > > > >
> > > > > > >
> Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjY
> > > > > > >W5
> > > > > > >
> > > > > > > > > > > > > > > > >uZ WQ gZ
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >m9
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >y
> > > > > > >
> > > > > > >
> IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhb
> > > > > > >m5
> > > > > > >
> > > > > > > > > > > > > > > > >lc iw gY
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >W5
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >k
> > > > > > >
> > > > > > >
> IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tD
> > > > > > >Qo
> > > > > > >
> > > > > > > > > > > > > > > > >+P j4 +I
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >Fd
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >C
> > > > > > >
> > > > > > >
> Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpc
> > > > > > >yB
> > > > > > >
> > > > > > > > > > > > > > > > >tZ XN zY
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >Wd
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >l
> > > > > > >
> > > > > > >
> IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzI
> > > > > > >GN
> > > > > > >
> > > > > > > > > > > > > > > > >vb nR lb
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >nQ
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >g
> > > > > > >
> > > > > > >
> YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuL
> > > > > > >g0
> > > > > > >
> > > > > > > > > > > > > > > > >KP j4 gD
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >Qo
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >+
> > > > > > >
> > > > > > >
> PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KP
> > > > > > >iA
> > > > > > >
> > > > > > > > > > > > > > > > >tL SA NC
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >g
> > > > > > >
> > > > > > >
> VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+I
> > > > > > >GR
> > > > > > >
> > > > > > > > > > > > > > > > >hb md lc
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >m9
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >1
> > > > > > >
> > > > > > >
> cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gY
> > > > > > >mU
> > > > > > >
> > > > > > > > > > > > > > > > >gY 2x lY
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >W4
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >u DQo+IA0K
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > > > This message has been scanned for
> viruses
> > >
> > > and
> > >
> > > > > > > > > > > > > > > > > > > dangerous content by MailScanner, and
> is
> > > > > > > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > > WBR
> > > > > > > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > This message has been scanned for viruses
> and
> > > > > > > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > WBR
> > > > > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > believed to be clean.
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > believed to be clean.
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > WBR
> > > > > > > > > Maxim aka solomax
> > > > > >
> > > > > > --
> > > > > > WBR
> > > > > > Maxim aka solomax
> > > > >
> > > > > --
> > > > > This message has been scanned for viruses and
> > > > > dangerous content by MailScanner, and is
> > > > > believed to be clean.
> > > >
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > >
> > > --
> > > This message has been scanned for viruses and
> > > dangerous content by MailScanner, and is
> > > believed to be clean.
> >
> > --
> > WBR
> > Maxim aka solomax
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>


-- 
WBR
Maxim aka solomax

Re: File upload troubles

Posted by Dimitri Yioulos <dy...@onpointfc.com>.
Success!!!

I'm not sure which of the many steps taken the difference, but the file upload 
now works.  I learned a lot in the process.  I may try a fresh install of 
Openmeetings on another VM to pull all of this information together and see if 
it all works the first time out.

Thanks so much for your kind assistance and patience.  I'm most grateful.

Dimitri


On Wednesday 01 August 2012 1:56:14 pm Maxim Solodovnik wrote:
> you should set it to
> /usr/lib/libreoffice
> instead of
> /usr/lib/libreoffice/program
>
> On Thu, Aug 2, 2012 at 12:38 AM, Dimitri Yioulos 
<dy...@onpointfc.com>wrote:
> > Maxim,
> >
> > I followed the instructions in
> > http://code.google.com/p/openmeetings/wiki/InstallationCentOS5 (e.g.
> > added missing programs via yum, built ImageMagick, sox, etc. from source)
> > , but I'm
> > still getting errors.  Perhaps I didn't go back far enough in the error
> > dialogue box; the first error I see is:
> >
> > Name: error
> > Value: Exception in thread "main" java.lang.IllegalStateException:
> > invalid officeHome: it doesn't contain soffice.bin:
> > /usr/lib/libreoffice/program at
> >
> > org.artofsolving.jodconverter.office.DefaultOfficeManagerConfiguration.bu
> >ildOfficeManager(DefaultOfficeManagerConfiguration.java:167) at
> > org.artofsolving.jodconverter.cli.Convert.main(Convert.java:111)
> >
> > As administrator, I changed office.path in Administration|Configuration
> > to be /usr/lib/libreoffice/program, after "locate" showed that to be the
> > directory
> > in which soffice.bin is located.
> >
> > Additional errors still have to do with file location, as previously
> > posted.
> > Are those due to the error described above?
> >
> > Dimitri
> >
> > On Wednesday 01 August 2012 11:45:00 am Maxim Solodovnik wrote:
> > > can you check yourself based on this guide?
> > > http://code.google.com/p/openmeetings/wiki/InstallationCentOS5
> > >
> > > some packages are newer but the whole list is complete
> > >
> > > On Wed, Aug 1, 2012 at 10:40 PM, Dimitri Yioulos
> >
> > <dy...@onpointfc.com>wrote:
> > > > ImageMagick-6.7.8-7
> > > >
> > > > On Wednesday 01 August 2012 11:37:24 am Maxim Solodovnik wrote:
> > > > > Which version of ImageMagic have you installed?
> > > > >
> > > > > On Thu, Aug 2, 2012 at 12:35 AM, greenes <zu...@gmail.com> wrote:
> > > > > > Sorry and Thanks!
> > > > > >
> > > > > > Alvaro
> > > > > >
> > > > > > ..........
> > > > > >
> > > > > > El mié, 01-08-2012 a las 11:32 -0400, Dimitri Yioulos escribió:
> > > > > > > Ah.  Sorry I missed that.  I guess I need to spend some time
> > > >
> > > > improving
> > > >
> > > > > > > my reading skills :-) .
> > > > > > >
> > > > > > > I built ImageMagick from source, but still get these errors
> > > > > > > when
> >
> > I
> >
> > > > try
> > > >
> > > > > > to upload
> > > > > >
> > > > > > > files:
> > > > > > >
> > > > > > > Name: error
> > > > > > > Value: convert: unable to open image
> >
> > 
`/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf':
> > > > > > > No such file or directory @ error/blob.c/OpenBlob/2642.
> > > > > > > convert: no images defined
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e
> >
> > > > > >98ffb218ae2594c387/_thumb_page-%04d.jpg'
> > > > > >
> > > > > > > @ error/convert.c/ConvertImageCommand/3044.
> > > > > > >
> > > > > > > and
> > > > > > >
> > > > > > > Name: error
> > > > > > > Value: Error: Couldn't open
> > > > > > > file
> >
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e
> >
> > > > > >98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf'
> > > > > >
> > > > > > > What else should I try?
> > > > > > >
> > > > > > > Dimitri
> > > > > > >
> > > > > > > On Wednesday 01 August 2012 10:56:25 am Maxim Solodovnik wrote:
> > > > > > > > I wrote you:
> > > > > > > >
> > > > > > > > "You need to remove ImageMagic installed with yum and build
> > > > > > > > it from sources"
> > > > > > > >
> > > > > > > > On Wed, Aug 1, 2012 at 6:55 PM, Dimitri Yioulos <
> > > > > >
> > > > > > dyioulos@onpointfc.com>wrote:
> > > > > > > > > Hi, Alexei.
> > > > > > > > >
> > > > > > > > > If you mean the Monday post by Maxim, where he asks:
> > > > > > > > >
> > > > > > > > > what is the output of yum groupinstall "Office Suite and
> > > > > >
> > > > > > Productivity"
> > > > > >
> > > > > > > > > then, yes, I saw it and responded to it.  Here's what I
> > > > > > > > > wrote
> > > >
> > > > (most
> > > >
> > > > > > > > > recent post
> > > > > > > > > first; again, sorry for the verbosity):
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > 1.  Apologies for the drips-and-drabs of information.  I
> > > > > > > > > just ran "java -jar
> > > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > > > > >r
> > > > > >
> > > > > > faxcover.doc
> > > > > >
> > > > > > > > > faxcover.pdf" at the command line (obviously, I guess), and
> >
> > it
> >
> > > > > > > > > worked successfully.  So, why is file upload still failing?
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > 2.  I ran yum groupinstall "Office Suite and Productivity",
> > > >
> > > > feeling
> > > >
> > > > > > there
> > > > > >
> > > > > > > > > was
> > > > > > > > > nothing to lose.  Still no joy.  When I try to upload a
> >
> > file, I
> >
> > > > get
> > > >
> > > > > > the
> > > > > >
> > > > > > > > > following errors:
> > > > > > > > >
> > > > > > > > > Name: error
> > > > > > > > > Value: convert: unable to open image
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > > > > >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No
> > > > > > > > > such
> > > > > >
> > > > > > file or
> > > > > >
> > > > > > > > > directory @ blob.c/OpenBlob/2480.
> > > > > > > > > convert: missing an image filename
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > > > > >bdc964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > > > > > > convert.c/ConvertImageCommand/2800.
> > > > > > > > >
> > > > > > > > > Name: process
> > > > > > > > > Value: generateBatchThumbByWidth
> > > > > > > > > Name: exitValue
> > > > > > > > > Value: 0
> > > > > > > > > Name: process
> > > > > > > > > Value: processPDF
> > > > > > > > > Name: out
> > > > > > > > > Value:
> > > > > > > > > Name: exitValue
> > > > > > > > > Value: 1
> > > > > > > > > Name: command
> > > > > > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> > > > > > > > > poly2bitmap, -i,
> > > > > >
> > > > > > -j,
> > > > > >
> > > > > > > > > 85, -s,
> > > > > > > > > zoom=72,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >
> > > > > > > > >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >
> > > > > > > > >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf]
> > > > > > > > > Name:
> > > >
> > > > error
> > > >
> > > > > > > > > Value: Error: Couldn't open
> > > > > > > > > file
> >
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > > > > >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > > > > > > > >
> > > > > > > > > Name: process
> > > > > > > > > Value: generateSwf
> > > > > > > > >
> > > > > > > > > ImageMagick is installed properly, afaik.  Is this a bug,
> > > > > > > > > or
> >
> > a
> >
> > > > > > > > > misconfiguration
> > > > > > > > > on my part?
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > 3.  Maxim,
> > > > > > > > >
> > > > > > > > > Output of yum groupinstall "Office Suite and Productivity"
> >
> > is:
> > > > > > > > > Installing:
> > > > > > > > >  libreoffice-calc
> > > > > > > > >  libreoffice-draw
> > > > > > > > >  libreoffice-graphicfilter
> > > > > > > > >  libreoffice-impress
> > > > > > > > >  libreoffice-langpack-en
> > > > > > > > >  libreoffice-math
> > > > > > > > >  libreoffice-writer
> > > > > > > > >  libreoffice-xsltfilter
> > > > > > > > > Installing for dependencies:
> > > > > > > > >  libreoffice-pdfimport
> > > > > > > > >  libreoffice-presenter-screen
> > > > > > > > >  libwpd
> > > > > > > > >  lpsolve
> > > > > > > > >  mythes-en
> > > > > > > > >
> > > > > > > > > Output of tail "FAX COVER SHEET.doc" is:
> >
> > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > >ÿÿ
> > > > > > >
> > > > > > > > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> > > > > > > > > Entryÿÿÿÿÿÿÿÿ ÀF É
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > NljÍ5Data
> >
> > 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSumma
> >
> > >ryInformation8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > >ÿÿ
> > > > > > >
> > > > > > > > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ
> > > >
> > > >  ÀFMicrosoft
> > > >
> > > > > > Office
> > > > > >
> > > > > > > > > Word Document
> > > > > > > > > MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> >
> > PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuT
> >
> > > > > > > > >TYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > > > > > > >
> > > > > > > > > (that's some weird stuff :-) ).
> > > > > > > > >
> > > > > > > > > Output of ps -ef|grep office is:
> > > > > > > > >
> > > > > > > > > [root@openmeetings ~]# ps -ef|grep office
> > > > > > > > > root      1587     1  0 Jul30 ?
> > > > > > > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin
> > > > > > > > > --headless --accept=socket,host=127.0.0.1,port=8100;urp;
> > > >
> > > > --nofirststartwizard
> > > >
> > > > > > > > > root      1599  1587  0 Jul30 ?
> > > > > > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin
> > > > > > > > > --headless --accept=socket,host=127.0.0.1,port=8100;urp;
> > > >
> > > > --nofirststartwizard
> > > >
> > > > > > > > > root     16352 16270  0 07:25 pts/1    00:00:00 grep office
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Does any of this information help you to help me?
> > > > > > > > >
> > > > > > > > > Dimitri
> > > > > > > > >
> > > > > > > > > On Wednesday 01 August 2012 7:27:19 am Alexei Fedotov wrote:
> > > > > > > > > > Dimitri, have you noticed the message from Maxim
> > > > > > > > > > 01.08.2012 15:23 пользователь "Dimitri Yioulos"
> > > > > > > > > > <dy...@onpointfc.com>
> > > > > > > > > >
> > > > > > > > > > написал:
> > > > > > > > > > > I sent some updated information yesterday regarding
> > > > > > > > > > > this
> > > >
> > > > issue.
> > > >
> > > > > >  Does
> > > > > >
> > > > > > > > > > > anyone
> > > > > > > > > > > have any more ideas on how I can resolve this?  Your
> > > >
> > > > continued
> > > >
> > > > > > help
> > > > > >
> > > > > > > > > would
> > > > > > > > >
> > > > > > > > > > > be
> > > > > > > > > > > appreciated.
> > > > > > > > > > >
> > > > > > > > > > > Many thanks.
> > > > > > > > > > >
> > > > > > > > > > > Dimitri
> > > > > > > > > > >
> > > > > > > > > > > On Tuesday 31 July 2012 9:00:53 am Dimitri Yioulos wrote:
> > > > > > > > > > > > Apologies for the drips-and-drabs of information.  I
> >
> > just
> >
> > > > > > > > > > > > ran "java -jar
> >
> > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> >
> > > > > > > > > > >r
> > > > > > > > > > >
> > > > > > > > > > > > faxcover.doc faxcover.pdf" at the command line
> > > > > > > > > > > > (obviously,
> > > >
> > > > I
> > > >
> > > > > > > > > > > > guess), and
> > > > > > > > > > >
> > > > > > > > > > > it
> > > > > > > > > > >
> > > > > > > > > > > > worked successfully.  So, why is file upload still
> > > > > > > > > > > > failing?
> > > > > > > > > > > >
> > > > > > > > > > > > Dimitri
> > > > > > > > > > > >
> > > > > > > > > > > > On Tuesday 31 July 2012 8:50:01 am Dimitri Yioulos
> >
> > wrote:
> > > > > > > > > > > > > I ran yum groupinstall "Office Suite and
> >
> > Productivity",
> >
> > > > > > feeling
> > > > > >
> > > > > > > > > there
> > > > > > > > >
> > > > > > > > > > > was
> > > > > > > > > > >
> > > > > > > > > > > > > nothing to lose.  Still no joy.  When I try to
> >
> > upload a
> >
> > > > > > file, I
> > > > > >
> > > > > > > > > > > > > get the following errors:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Name: error
> > > > > > > > > > > > > Value: convert: unable to open image
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > > > > > > > > >bd
> >
> > c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf':
> > > > > > > > > > > > > No
> > > > > >
> > > > > > such
> > > > > >
> > > > > > > > > > > > > file
> > > > > > > > > > >
> > > > > > > > > > > or
> > > > > > > > > > >
> > > > > > > > > > > > > directory @ blob.c/OpenBlob/2480.
> > > > > > > > > > > > > convert: missing an image filename
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > > > > > > > > >bd c964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > > > > > > > > > > convert.c/ConvertImageCommand/2800.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Name: process
> > > > > > > > > > > > > Value: generateBatchThumbByWidth
> > > > > > > > > > > > > Name: exitValue
> > > > > > > > > > > > > Value: 0
> > > > > > > > > > > > > Name: process
> > > > > > > > > > > > > Value: processPDF
> > > > > > > > > > > > > Name: out
> > > > > > > > > > > > > Value:
> > > > > > > > > > > > > Name: exitValue
> > > > > > > > > > > > > Value: 1
> > > > > > > > > > > > > Name: command
> > > > > > > > > > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> > > > > >
> > > > > > poly2bitmap,
> > > > > >
> > > > > > > > > -i,
> > > > > > > > >
> > > > > > > > > > > -j,
> > > > > > > > > > >
> > > > > > > > > > > > > 85, -s, zoom=72,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >
> > > > > > > > > > > > >dc
> >
> > 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> >
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >
> > > > > > > > > > > > >dc
> >
> > 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf]
> >
> > > > > > > > > > > > > Name: error Value: Error: Couldn't open
> > > > > > > > > > > > > file
> >
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > > > > > > > > >bd
> >
> > c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> >
> > > > > > > > > > > > > Name: process
> > > > > > > > > > > > > Value: generateSwf
> > > > > > > > > > > > >
> > > > > > > > > > > > > ImageMagick is installed properly, afaik.  Is this
> > > > > > > > > > > > > a bug, or
> > > > > >
> > > > > > a
> > > > > >
> > > > > > > > > > > > > misconfiguration on my part?
> > > > > > > > > > > > >
> > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Tuesday 31 July 2012 7:24:20 am Dimitri Yioulos
> >
> > wrote:
> > > > > > > > > > > > > > Maxim,
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Output of yum groupinstall "Office Suite and
> > > > > > > > > > > > > > Productivity"
> > > > > >
> > > > > > is:
> > > > > > > > > > > > > > Installing:
> > > > > > > > > > > > > >  libreoffice-calc
> > > > > > > > > > > > > >  libreoffice-draw
> > > > > > > > > > > > > >  libreoffice-graphicfilter
> > > > > > > > > > > > > >  libreoffice-impress
> > > > > > > > > > > > > >  libreoffice-langpack-en
> > > > > > > > > > > > > >  libreoffice-math
> > > > > > > > > > > > > >  libreoffice-writer
> > > > > > > > > > > > > >  libreoffice-xsltfilter
> > > > > > > > > > > > > > Installing for dependencies:
> > > > > > > > > > > > > >  libreoffice-pdfimport
> > > > > > > > > > > > > >  libreoffice-presenter-screen
> > > > > > > > > > > > > >  libwpd
> > > > > > > > > > > > > >  lpsolve
> > > > > > > > > > > > > >  mythes-en
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Output of tail "FAX COVER SHEET.doc" is:
> >
> > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > > > > > >ÿÿ
> > > > > > > > > > >
> > > > > > > > > > > > > >ÿÿ ÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > > > > > >ÿÿ
> > > > > > > > > > >
> > > > > > > > > > > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > > > > > >ÿÿ
> > > > > > > > > > >
> > > > > > > > > > > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > > > > > >ÿÿ
> > > > > > > > > > >
> > > > > > > > > > > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> >
> > > > > > > > > Entryÿÿÿÿÿÿÿÿ
> > > > > > > > >
> > > > > > > > > > > > > > ÀF É
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > NljÍ5Data
> >
> > 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentS
> >
> > > > > > > > > > >um
> > > > > > > > > > >
> > > > > > > > > > > > > >ma ry
> >
> > Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > > > > > >ÿÿ
> > > > > > > > > > >
> > > > > > > > > > > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > > > > > >ÿÿ
> > > > > > > > > > >
> > > > > > > > > > > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > > > > > >ÿÿ
> > > > > > > > > > >
> > > > > > > > > > > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > > > > > >ÿÿ
> > > > > > > > > > >
> > > > > > > > > > > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > > > > > >ÿÿ
> > > > > > > > > > >
> > > > > > > > > > > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > > > > > >ÿÿ
> > > > > > > > > > >
> > > > > > > > > > > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > > > > > >ÿÿ
> > > > > > > > > > >
> > > > > > > > > > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ
> > > >
> > > >  ÀFMicrosoft
> > > >
> > > > > > > > > > > > > > Office Word Document
> > > > > > > > > > > > > > MSWordDocWord.Document.8ô9²q[root@openmeetings
> > > > > > > > > > > > > > ~]#
> >
> > PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTT
> >
> > > > > > > > > > >YP
> > > > > > > > > > >
> > > > > > > > > > > > > >uT TY PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > (that's some weird stuff :-) ).
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Output of ps -ef|grep office is:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > [root@openmeetings ~]# ps -ef|grep office
> > > > > > > > > > > > > > root      1587     1  0 Jul30 ?
> > > > > > > > > > > > > > 00:00:00
> > > > > > > > > > > > > > /usr/lib/libreoffice/program/oosplash.bin
> > > > > >
> > > > > > --headless
> > > > > >
> > > > > > > > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > > > > > > > >
> > > > > > > > > --nofirststartwizard
> > > > > > > > >
> > > > > > > > > > > root
> > > > > > > > > > >
> > > > > > > > > > > > > >  1599  1587  0 Jul30 ?
> > > > > > > > > > > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin
> > > > > >
> > > > > > --headless
> > > > > >
> > > > > > > > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > > > > > > > >
> > > > > > > > > --nofirststartwizard
> > > > > > > > >
> > > > > > > > > > > root
> > > > > > > > > > >
> > > > > > > > > > > > > > 16352 16270  0 07:25 pts/1    00:00:00 grep
> > > > > > > > > > > > > > office
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Monday 30 July 2012 10:13:57 pm Maxim
> > > > > > > > > > > > > > Solodovnik
> > > >
> > > > wrote:
> > > > > > > > > > > > > > > what is the output of
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > *yum groupinstall* "*Office* Suite and
> > > > > > > > > > > > > > > Productivity"
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > yum install openoffice.org-headless
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > what is the output of (to ensure it is not
> > > > > >
> > > > > > file/permission
> > > > > >
> > > > > > > > > > > > > > > problem) tail "FAX COVER SHEET.doc"
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > can you check there is no office processes
> >
> > running?
> >
> > > > > > > > > > > > > > > ps -ef|grep office
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri
> > > > > > > > > > > > > > > Yioulos
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > > Maxim,
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Followed the instructions in the link you
> > > > > > > > > > > > > > > > provided, and now:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > [root@openmeetings ~]# java -version
> > > > > > > > > > > > > > > > java version "1.7.0_05"
> > > > > > > > > > > > > > > > Java(TM) SE Runtime Environment (build
> > > >
> > > > 1.7.0_05-b06)
> > > >
> > > > > > > > > > > > > > > > Java HotSpot(TM) Client VM (build 23.1-b03,
> >
> > mixed
> >
> > > > > > > > > > > > > > > > mode, sharing)
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > As you can see, I just upgraded the Java
> > > >
> > > > installation
> > > >
> > > > > > to
> > > > > >
> > > > > > > > > > > > > > > > the very latest from
> > > > > > > > > > > > > > > > Oracle.  However, I still get:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Exception in thread "main"
> > > >
> > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > > > could not load document: FAX COVER SHEET.doc
> > > > > > > > > > > > > > > > ~
> > > > > > > > > > > > > > > > Caused by:
> > > > > > > > > > > > > > > > com.sun.star.lang.IllegalArgumentException:
> > > > > >
> > > > > > URL
> > > > > >
> > > > > > > > > > > > > > > > seems
> > > > > > > > > > >
> > > > > > > > > > > to
> > > > > > > > > > >
> > > > > > > > > > > > > > > > be an unsupported one.
> > > > > > > > > > > > > > > > ~
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > I think I'm infuriatingly close to getting
> > > > > > > > > > > > > > > > this to
> > > > > >
> > > > > > work.
> > > > > >
> > > > > > > > >  Your
> > > > > > > > >
> > > > > > > > > > > (and
> > > > > > > > > > >
> > > > > > > > > > > > > > > > others) continuing assistance much
> > > > > > > > > > > > > > > > appreciated.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On Monday 30 July 2012 3:17:49 pm Maxim
> > > > > > > > > > > > > > > > Solodovnik
> > > > > >
> > > > > > wrote:
> > > > > > > > > > > > > > > > > please follow the link I have sent you
> > > > > > > > > > > > > > > > > you need to install alternative _before_
> > > > > > > > > > > > > > > > > you can configure
> > > > > > > > >
> > > > > > > > > it
> > > > > > > > >
> > > > > > > > > > > > > > > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri
> > > > > > > > > > > > > > > > > Yioulos
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > > > > Thanks, Stephen.  Here's what I get:
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > [root@openmeetings ~]# alternatives
> >
> > --config
> >
> > > > java
> > > >
> > > > > > > > > > > > > > > > > > There is 1 program that provides 'java'.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >   Selection    Command
> >
> > ---------------------------------------------
> >
> > > > > > > > > > > > > > > > > >-- *+ 1
> > > > > >
> > > > > > /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > > > > >
> > > > > > > > > > > > > > > > > > Enter to keep the current selection[+],
> > > > > > > > > > > > > > > > > > or type selection number:
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Oh, oh.  I don't even see the Oracle
> >
> > version.
> >
> > > > > >  But, I
> > > > > >
> > > > > > > > > > > installed
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > the
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > JRE,
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > not the
> > > > > > > > > > > > > > > > > > JDK.  Might that be the rub?
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > On Monday 30 July 2012 3:03:57 pm Stephen
> > > >
> > > > Cottham
> > > >
> > > > > > wrote:
> > > > > > > > > > > > > > > > > > > For java try
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > update-java-alternatives
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Or
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > alternatives --config java
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Should show you all java's installed
> > > > > > > > > > > > > > > > > > > and
> > > >
> > > > allow
> > > >
> > > > > > you to
> > > > > >
> > > > > > > > > > > change
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > the default.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Sent from my iPhone
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > On 30 Jul 2012, at 19:58, "Dimitri
> >
> > Yioulos"
> >
> > > > > > > > > > > > > > > > > > > <dy...@onpointfc.com>
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > > > Maxim,
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > I'm not quite sure how to proceed.
> > > > > > > > > > > > > > > > > > > > First,
> > > >
> > > > I
> > > >
> > > > > > just
> > > > > >
> > > > > > > > > > > installed
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > parts
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > of
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > libreoffice:
> >
> > libreoffice-headless-3.4.5.2-16.el6.i686
> >
> > > > > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > > > >
> > > > > > > > > > > > > > > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > > > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Should I do a "yum groupinstall
> > > >
> > > > libreoffice"?
> > > >
> > > > > > > > > > > > > > > > > > > > Next, I'm not sure how to open my
> > > > > > > > > > > > > > > > > > > > doc.
> > > >
> > > >  This
> > > >
> > > > > > is a
> > > > > >
> > > > > > > > > > > > > > > > > > > > server install
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > and,
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > so,
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > there is no Xwindow/desktop system
> > > >
> > > > installed.
> > > >
> > > > > > > > > > > > > > > > > > > > Finally, how do I get the Oracle java
> >
> > to
> >
> > > > > > > > > > > > > > > > > > > > be the default?
> > > > > > > > > > >
> > > > > > > > > > >  I
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > do have the following in /etc/profile
> >
> > so
> >
> > > > that
> > > >
> > > > > > the
> > > > > >
> > > > > > > > > > > > > > > > > > > > proper java be loaded at boot (I
> >
> > think):
> > > > > > > > > > > > > > > > > > > > export
> >
> > JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> >
> > > > > > > > > > > > > > > > > > > > export
> > > > > > > > > > > > > > > > > > > > PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > On Monday 30 July 2012 2:47:04 pm
> > > > > > > > > > > > > > > > > > > > Maxim
> > > > > >
> > > > > > Solodovnik
> > > > > >
> > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > > >> Yes you could :)
> > > > > > > > > > > > > > > > > > > >> According to this:
> >
> > http://stackoverflow.com/questions/8420449/docsplit-jodconverter-op
> >
> > > > > > > > > > > > > > > >en of f
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>ice -issue-on-debian
> > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > >> can you ensure you have
> > > >
> > > > writer/calc/impress
> > > >
> > > > > > > > > installed
> > > > > > > > >
> > > > > > > > > > > (by
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >> opening your doc for example)
> > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > >> were you install your libreoffice
> > > > > > > > > > > > > > > > > > > >> via yum groupinstall?
> > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > >> I would recommend you to have Oracle
> > > > > > > > > > > > > > > > > > > >> java
> > > >
> > > > as
> > > >
> > > > > > > > > > > > > > > > > > > >> default one There are some weird
> >
> > issued
> >
> > > > with
> > > >
> > > > > > > > > > > > > > > > > > > >> OpenJDK.
> > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM,
> >
> > Dimitri
> >
> > > > > > Yioulos
> > > > > >
> > > > > > > > > > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > > > > > >>> Let me take the easy part first:
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>> [root@openmeetings ~]# java
> > > > > > > > > > > > > > > > > > > >>> -version java version
> > > > > > > > > > > > > > > > > > > >>> "1.7.0_05-icedtea" OpenJDK Runtime
> > > > > > > > > > > > > > > > > > > >>> Environment (rhel-2.2.1.el6_3-i386)
> > > > > > > > > > > > > > > > > > > >>> OpenJDK
> >
> > Client
> >
> > > > > > > > > > > > > > > > > > > >>> VM
> > > > > >
> > > > > > (build
> > > > > >
> > > > > > > > > > > > > > > > > > > >>> 23.0-b21, mixed mode)
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>> Now, the thing of it is, even
> > > > > > > > > > > > > > > > > > > >>> though
> >
> > I
> >
> > > > > > installed
> > > > > >
> > > > > > > > > the
> > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>> Sun/Oracle version, when I
> > > > > > > > > > > > > > > > > > > >>> installed some other component
> > > > > > > > > > > > > > > > > > > >>> (libreoffice,
> > > > > >
> > > > > > I
> > > > > >
> > > > > > > > > think,
> > > > > > > > >
> > > > > > > > > > > but
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>> I
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > forget
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>> exactly what), a dependency that
> > > > > > > > > > > > > > > > > > > >>> was
> > > > > >
> > > > > > installed
> > > > > >
> > > > > > > > > > > > > > > > > > > >>> was OpenJDK.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >  Hmmm.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>> I tried to do the following
> >
> > conversion
> >
> > > > > > > > > > > > > > > > > > > >>> at the
> > > > > > > > >
> > > > > > > > > command
> > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>> line:
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>> java -jar
> > > > > > > > >
> > > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > > > > >
> > > > > > > > > > > > > > > > > >r
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>> It failed.  I got:
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>> Exception in thread "main"
> > > > > > > > >
> > > > > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > > > > > > >>> could not load document: FAX COVER
> > > > > > > > > > > > > > > > > > > >>> SHEET.doc ~
> > > > > > > > > > > > > > > > > > > >>> Caused by:
> > > >
> > > > com.sun.star.lang.IllegalArgumentException:
> > > > > > URL
> > > > > >
> > > > > > > > > seems
> > > > > > > > >
> > > > > > > > > > > > > > > > to
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > be
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>> an unsupported one.
> > > > > > > > > > > > > > > > > > > >>> ~
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>> I can convert MS Word docs, can't
> > > > > > > > > > > > > > > > > > > >>> I?
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>> Dimitri
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>> On Monday 30 July 2012 2:27:56 pm
> >
> > Maxim
> >
> > > > > > > > > > > > > > > > > > > >>> Solodovnik
> > > > > > > > > > >
> > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > > >>>> Please try to stop it and run jod
> > > > > > > > > > > > > > > > > > > >>>> converter
> > > > > >
> > > > > > via
> > > > > >
> > > > > > > > > > > > > > > > > > > >>>> commandline (jod
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>> converter
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>> will start libreoffice
> >
> > automatically)
> >
> > > > > > > > > > > > > > > > > > > >>>> also please check your java
> > > > > > > > > > > > > > > > > > > >>>> version?
> > > > > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > > > > >>>> java -cp
> > > >
> > > > /usr/local/jodconverter/lib/juh-3.2.1.jar
> > > >
> > > > > > -cp
> > > >
> > > > /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > > >
> > > > > > -cp
> > > >
> > > > /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > > >
> > > > > > -cp
> > > >
> > > > /usr/local/jodconverter/lib/unoil-3.2.1.ja
> > > >
> > > > > > > > > > > > > > > > > > > >>>>r
> > > > > >
> > > > > > -cp
> > > > > >
> > > > > > > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar
> > > > > > > > >
> > > > > > > > > > > -cp
> > > > > >
> > > > > > /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > > > >
> > > > > > > > > > > > > > > > > > > >>>> -cp
> > > > > >
> > > > > > /usr/local/jodconverter/lib/json-20090211.jar
> > > > > >
> > > > > > > > > > > > > > > > > > > >>>> -cp
> > > > > > > > > > >
> > > > > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-
> > > > > > > > > > >4
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>.j ar -jar
> > > > > >
> > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > >
> > > > > > > > > > > > > > > >r
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > >
> > > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>b1 78
> > > > > > > > >
> > > > > > > > > 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>> 1a.pdf
> > > > > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM,
> > > > > > > > > > > > > > > > > > > >>>> Dimitri
> > > > > >
> > > > > > Yioulos
> > > > > >
> > > > > > > > > > > > > > > > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > > > > > >>>>> Thanks to both Maxim and Alexsei
> >
> > for
> >
> > > > your
> > > >
> > > > > > > > > > > > > > > > > > > >>>>> responses. CentOS
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > 6.x
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>> (and,
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>> by
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>> extension, I'd guess, RHEL 6.x)
> > > > > > > > > > > > > > > > > > > >>>>> no
> > > >
> > > > longer
> > > >
> > > > > > use
> > > > > >
> > > > > > > > > > > > > > > > > > > >>>>> openoffice but,
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > rather,
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>> libreoffice. 
> > > > > > > > > > > > > > > > > > > >>>>> libreoffice-headless
> >
> > is
> >
> > > > > > > > > > > > > > > > > > > >>>>> installed, and
> > > > > > > > > > >
> > > > > > > > > > > is
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>> running as
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > a
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>> service:
> > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > >>>>> tcp        0      0
> > > > > > > > > > > > > > > > > > > >>>>> 127.0.0.1:8100 0.0.0.0:* LISTEN
> > > >
> > > >  13514/soffice.bin
> > > >
> > > > > > > > > > > > > > > > > > > >>>>> started with:
> > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > >>>>> soffice --headless
> > > > > >
> > > > > > --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > > >
> > > > > > > > > > > > > > > > > > > >>>>> --nofirststartwizard
> > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > >>>>> Dimitri
> > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm
> > > >
> > > > Alexei
> > > >
> > > > > > > > > > > > > > > > > > > >>>>> Fedotov
> > > > > > > > > > >
> > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > > >>>>>> It says, URL seems to be
> > > > > > > > > > > > > > > > > > > >>>>>> unsupported.
> > > > > > > > > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > > > > > > > > >>>>>> The class which produces it is
> >
> > under
> >
> > > > > > com.sun,
> > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>> so the problem
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > may
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > be
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>> in
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>> the
> > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > >>>>>> old OpenOffice version
> > > > > > > > > > > > > > > > > > > >>>>>> 30.07.2012 21:54 пользователь
> > > > > > > > > > > > > > > > > > > >>>>>> "Dimitri Yioulos"
> > > > > > > > > > > > > > > > > > > >>>>>> <dy...@onpointfc.com>
> > > > > > > > > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > > > > > > > > >>>>>> написал:
> > > > > > > > > > > > > > > > > > > >>>>>>> Hello to all.
> > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > >>>>>>> I'm not new to Openmeetings,
> >
> > having
> >
> > > > > > > > > > > > > > > > > > > >>>>>>> originally installed and tried
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>> it
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>> at
> > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > >>>>>>> least a
> > > > > > > > > > > > > > > > > > > >>>>>>> couple of years ago.  Thanks to
> > > > > > > > > > > > > > > > > > > >>>>>>> Sabastian Wgner for having
> >
> > created
> >
> > > > it,
> > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> and to Apache for taking the
> > > > > > > > > > > > > > > > > > > >>>>>>> project forward.
> > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > >>>>>>> I've installed version 2.0.0 on
> > > > > > > > > > > > > > > > > > > >>>>>>> a CentOS
> > > > > >
> > > > > > 6.2
> > > > > >
> > > > > > > > > > > server.
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> All of the prerequisites
> > > > > > > > > > > > > > > > > > > >>>>>>> are installed, and Openmeetings
> > > > > > > > > > > > > > > > > > > >>>>>>> works
> > > > > >
> > > > > > well.
> > > > > >
> > > > > > > > >  With
> > > > > > > > >
> > > > > > > > > > > the
> > > > > > > > > > >
> > > > > > > > > > > > > > > > exception
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> of file uploading, that is.
> >
> >  After
> >
> > > > > > figuring
> > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> out the paths of the
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>> various
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> components required to make
> > > > > > > > > > > > > > > > > > > >>>>>>> file
> > > > > >
> > > > > > uploading
> > > > > >
> > > > > > > > > work,
> > > > > > > > >
> > > > > > > > > > > I'm
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> finally
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > at
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> a point where I'm stuck.
> > > > > > > > > > > > > > > > > > > >>>>>>> When I try to upload a file, I
> >
> > get
> >
> > > > the
> > > >
> > > > > > > > > following
> > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> (it's
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > verbose;
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> I apologize):
> > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > > >>>>>>> [java, -cp,
> > > > > >
> > > > > > /usr/local/jodconverter/lib/juh-3.2.1.jar,
> > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> -cp,
> > > > > >
> > > > > > /usr/local/jodconverter/lib/jurt-3.2.1.jar,
> > > > > >
> > > > > > > > > -cp,
> > > > > >
> > > > > > /usr/local/jodconverter/lib/ridl-3.2.1.jar,
> > > > > >
> > > > > > > > > -cp,
> > > > > >
> > > > > > /usr/local/jodconverter/lib/unoil-3.2.1.jar,
> > > > > >
> > > > > > > > > -cp,
> > > > > > > > >
> > > > > > > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar,
> > > > > > > > >
> > > > > > > > > > > -cp,
> > > > > >
> > > > > > /usr/local/jodconverter/lib/commons-io-1.4.ja
> > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>r,
> > > > > > > > > > >
> > > > > > > > > > > -cp,
> > > > > >
> > > > > > /usr/local/jodconverter/lib/json-20090211.jar
> > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>, -cp,
> > > > > > > > > > >
> > > > > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>a- 4. ja r, -jar,
> > > > > > > > > > >
> > > > > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>a- 4. ja r,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > >
> > > > > > > > > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>94
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > >
> > > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>b1
> > > > > > > > > > >
> > > > > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>f] Name: error Value: Jul 30,
> > > > > > > > > > > > > > > > > > > >>>>>>> 2012
> > > > > >
> > > > > > 1:18:25 PM
> > > > > >
> > > > > > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>eM an ag er INFO: ProcessManager
> > > > > > > > > > > > > > > > > > > >>>>>>> implementation
> > > > > > > > >
> > > > > > > > > is
> > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> LinuxProcessManager Jul 30,
> > > > > > > > > > > > > > > > > > > >>>>>>> 2012 1:18:26
> > > > > >
> > > > > > PM
> > > > > >
> > > > > > > > > org.artofsolving.jodconverter.office.OfficeProces
> > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>s start INFO: starting process
> >
> > with
> >
> > > > > > > > > > > > > > > > > > > >>>>>>> acceptString
> > > > > >
> > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>'
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > and
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> profileDir
> > > >
> > > > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > >
> > > > > > > > > org.artofsolving.jodconverter.office.OfficeProces
> > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>s start INFO: started process;
> >
> > pid =
> >
> > > > > > 13986 Jul
> > > > > >
> > > > > > > > > 30,
> > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> 2012 1:18:26 PM
> > > > > > > > > > >
> > > > > > > > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> connect
> > > > > > > > > > > > > > > > > > > >>>>>>> INFO: connected:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > > > > > > > > > > > > > > >'
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > > > >
> > > > > > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopping
> > > > > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > > > >
> > > > > > > > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>$1 disposing
> > > > > > > > > > > > > > > > > > > >>>>>>> INFO: disconnected:
> > > > > >
> > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>' Jul 30, 2012 1:18:27 PM
> > > > > > > > > > >
> > > > > > > > > > > org.artofsolving.jodconverter.office.ManagedOfficePro
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>ce ss doEnsureProcessExited
> > > > > > > > > > > > > > > > > > > >>>>>>> INFO: process exited with code
> > > > > > > > > > > > > > > > > > > >>>>>>> 0 Jul 30, 2012 1:18:27 PM
> > > > > > > > > > >
> > > > > > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopped
> > > > > > > > > > > > > > > > > > > >>>>>>> Exception in thread "main"
> > > > > > > > > > >
> > > > > > > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > > > > > > >>>>>>> could not load document:
> >
> > 5b494e18e94e7b1784cbc2a9b42b161a.do
> >
> > > > > > > > > > > > > > > > > > > >>>>>>>c
> > > >
> > > > at
> > > >
> > > >
> > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > >
> > > > > > > > > > > > > > > > > >nt (A bs tr
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>ac
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> tConversionTask.java:92) at
> > > >
> > > > org.artofsolving.jodconverter.AbstractConversionTask.execute(Ab
> > > >
> > > > > > > > > > > > > > > > > >st ra ct Co
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>nv
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> ersionTask.java:59) at
> > > >
> > > > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(
> > > >
> > > > > > > > > > > > > > > > > >Po ol ed Of
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>fi
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> ceManager.java:80) at
> > > > > >
> > > > > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > > > > > > > > > > > > > > > >>>47
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> 1) at
> >
> > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> >
> > > > > > > > > > > > > > > > > > > >>>>>>>34 ) at
> > > > > >
> > > > > > java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> at
> > > >
> > > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe
> > > >
> > > > > > > > > > > > > > > > > >cu to r. ja
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>va
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> :1110) at
> > > >
> > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolEx
> > > >
> > > > > > > > > > > > > > > > > >ec ut or .j
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>av
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> a:603) at
> >
> > java.lang.Thread.run(Thread.java:72
> >
> > > > > > > > > > > > > > > > > > > >>>>>>>2)
> > > > > >
> > > > > > Caused
> > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> by:
> > > > > >
> > > > > > com.sun.star.lang.IllegalArgumentException:
> > > > > > > > > > > > > > > > > > > >>>>>>> URL
> > > > > > > > > > >
> > > > > > > > > > > seems
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> to be
> > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > >>>>> an
> > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > >>>>>>> unsupported one.
> > > > > > > > > > > > > > > > > > > >>>>>>>        at
> > > >
> > > > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRa
> > > >
> > > > > > > > > > > > > > > > > >is ed Ex ce
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>pt
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> ion(Job.java:177) at
> >
> > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> >
> > > > > > > > > > > > > > > > > > > >>>>>>>43 ) at
> > > >
> > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > >
> > > > > > > > > > > > > > > > > >e. ja va
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >:3
> > > > > > > > > > > > > > > > > >:
> > > > > > > > > > > > > > > > > > > >>>35
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> ) at
> > > >
> > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > >
> > > > > > > > > > > > > > > > > >e. ja va
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >:3
> > > > > > > > > > > > > > > > > >:
> > > > > > > > > > > > > > > > > > > >>>04
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> ) at
> > > >
> > > > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(J
> > > >
> > > > > > > > > > > > > > > > > >av aT hr ea
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>dP
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> ool.java:91) at
> > > >
> > > > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sen
> > > >
> > > > > > > > > > > > > > > > > >dR eq ue st
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>(j
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> ava_remote_bridge.java:639) at
> > > >
> > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.r
> > > >
> > > > > > > > > > > > > > > > > >eq ue st (P
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>ro
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> xyFactory.java:151) at
> > > >
> > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.i
> > > >
> > > > > > > > > > > > > > > > > >nv ok e( Pr
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>ox
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> yFactory.java:133) at
> >
> > $Proxy4.loadComponentFromURL(Unknow
> >
> > > > > > > > > > > > > > > > > > > >>>>>>>n
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Source)
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>        at
> > > >
> > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > >
> > > > > > > > > > > > > > > > > >nt (A bs tr
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>ac
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> tConversionTask.java:90) ... 8
> >
> > more
> >
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > > >>>>>>> Value: doJodConvert
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: completeName
> > > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > >
> > > > > > > > > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>94
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name:
> > > > > > > > > > > > > > > > > > > >>>>>>> error Value:
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: fileExplorerItemId
> > > > > > > > > > > > > > > > > > > >>>>>>> Value: 7
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > > >>>>>>> Value: generateXMLDocument
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > > > > >>>>>>> Value: [/usr/bin/convert,
> > > > > > > > > > > > > > > > > > > >>>>>>> -thumbnail, 80,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > >
> > > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>b1
> > > > > > > > > > >
> > > > > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>f,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > >
> > > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>b1
> > > >
> > > > 784cbc2a9b42b161a/_thumb_page-%04d.jpg]
> > > >
> > > > > > Name:
> > > > > > > > > > > > > > > > > > > >>>>>>> error Value: convert: unable to
> > > > > > > > > > > > > > > > > > > >>>>>>> open
> > > > > >
> > > > > > image
> > > >
> > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > >
> > > > > > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>7b
> > > > > > > > > > >
> > > > > > > > > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>df ': No such
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>> file
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>> or
> > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > >>>>>>> directory @
> > > > > > > > > > > > > > > > > > > >>>>>>> blob.c/OpenBlob/2480. convert:
> > > > > > > > > > > > > > > > > > > >>>>>>> missing an image
> >
> > filename
> >
> > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > >
> > > > > > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>7b
> > > >
> > > > 1784cbc2a9b42b161a/_thumb_page-%04d.jpg
> > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>'
> > > > > >
> > > > > > @
> >
> > convert.c/ConvertImageCommand/2800.
> >
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > > >>>>>>> generateBatchThumbByWidth Name:
> > > > > > > > > > > > > > > > > > > >>>>>>> exitValue
> > > > > > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > > >>>>>>> Value: processPDF
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf,
> >
> > -s,
> >
> > > > > > > > > > > > > > > > > > > >>>>>>> insertstop, -s, poly2bitmap,
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>> -i,
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>> -j,
> > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > >>>>>>> 85, -s,
> > > > > > > > > > > > > > > > > > > >>>>>>> zoom=72,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > >
> > > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>b1
> > > > > > > > > > >
> > > > > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>f,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > >
> > > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>b1
> > > > > > > > > > >
> > > > > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.sw
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>f] Name: error
> > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > >>>>>>> Value: Error: Couldn't open
> > > > > > > > > > > > > > > > > > > >>>>>>> file
> > > >
> > > > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > >
> > > > > > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>7b
> > > > > > > > > > >
> > > > > > > > > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>>df '
> > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > > >>>>>>> Value: generateSwf
> > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > >>>>>>> So, it looks like a file
> > > > > > > > > > > > > > > > > > > >>>>>>> couldn't be
> > > > > >
> > > > > > opened.
> > > > > >
> > > > > > > > >  The
> > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> file is
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > owner
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> by
> > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > >>>>> root,
> > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > >>>>>>> and has
> > > > > > > > > > > > > > > > > > > >>>>>>> 644 permissions.  Are these set
> >
> > by
> >
> > > > > > > > > jodconverter?
> > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> Anyway,
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > does
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >>> anyone
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>>>>>> know how
> > > > > > > > > > > > > > > > > > > >>>>>>> I can resolve this issue?
> > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > >>>>>>> Many thanks.
> > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > >>>>>>> Dimitri
> > > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > > >>>>>>> --
> > > > > > > > > > > > > > > > > > > >>>>>>> This message has been scanned
> > > > > > > > > > > > > > > > > > > >>>>>>> for
> > > > > >
> > > > > > viruses and
> > > > > >
> > > > > > > > > > > > > > > > > > > >>>>>>> dangerous content by
> > > > > > > > > > > > > > > > > > > >>>>>>> MailScanner, and is believed to
> > > > > > > > > > > > > > > > > > > >>>>>>> be clean.
> > > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > > >>>>> --
> > > > > > > > > > > > > > > > > > > >>>>> This message has been scanned for
> > > >
> > > > viruses
> > > >
> > > > > > and
> > > > > >
> > > > > > > > > > > > > > > > > > > >>>>> dangerous content by MailScanner,
> >
> > and
> >
> > > > is
> > > >
> > > > > > > > > > > > > > > > > > > >>>>> believed to be clean.
> > > > > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > > > > >>>> --
> > > > > > > > > > > > > > > > > > > >>>> WBR
> > > > > > > > > > > > > > > > > > > >>>> Maxim aka solomax
> > > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > > >>> --
> > > > > > > > > > > > > > > > > > > >>> This message has been scanned for
> > > > > > > > > > > > > > > > > > > >>> viruses and dangerous content by
> > > > > > > > > > > > > > > > > > > >>> MailScanner, and is believed to be
> > > > > > > > > > > > > > > > > > > >>> clean.
> > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > >> --
> > > > > > > > > > > > > > > > > > > >> WBR
> > > > > > > > > > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > > > > This message has been scanned for
> >
> > viruses
> >
> > > > and
> > > >
> > > > > > > > > > > > > > > > > > > > dangerous content by MailScanner, and
> >
> > is
> >
> > > > > > > > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Stephen Cottham
> > > > > > > > > > > > > > > > > > > Group IT Manager (Associate)
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Robert Bird Group
> > > > > > > > > > > > > > > > > > > Level 5, 333 Ann St
> > > > > > > > > > > > > > > > > > > Brisbane, Queensland, 4000, Australia
> > > > > > > > > > > > > > > > > > > Phone: +6173 319 2777 (AUS)
> > > > > > > > > > > > > > > > > > > Phone: +44207 592 8000 (UK)
> > > > > > > > > > > > > > > > > > > Fax: +6173 319 2799
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Mobile:  +61400 756 963 (AUS)
> > > > > > > > > > > > > > > > > > > Mobile: +447900 918 616 (UK)
> > > > > > > > > > > > > > > > > > > Web: www.robertbird.com
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > This email and any attachments are
> > > >
> > > > confidential
> > > >
> > > > > > and
> > > > > >
> > > > > > > > > > > > > > > > > > > may contain
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > legally
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > privileged information or copyright
> > > > > > > > > > > > > > > > > > > material.
> > > > > >
> > > > > > Unless
> > > > > >
> > > > > > > > > > > > > > > > > > > expressly
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > stated,
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > confidentiality and/or legal privilege
> > > > > > > > > > > > > > > > > > > is not intended
> > > > > > > > >
> > > > > > > > > to
> > > > > > > > >
> > > > > > > > > > > be
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > waived
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > by
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > the
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > sending of this email. The contents of
> >
> > this
> >
> > > > > > email,
> > > > > >
> > > > > > > > > > > including
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > any attachments, are intended solely
> > > > > > > > > > > > > > > > > > > for the use
> > > > > >
> > > > > > of
> > > > > >
> > > > > > > > > > > > > > > > > > > the individual or entity
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > to
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > whom they are addressed. If you are not
> >
> > an
> >
> > > > > > intended
> > > > > >
> > > > > > > > > > > > > > > > > > > recipient, please contact us
> > > > > > > > > > > > > > > > > > > immediately
> >
> > by
> >
> > > > > > return
> > > > > >
> > > > > > > > > email
> > > > > > > > >
> > > > > > > > > > > and
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > then delete both messages. You may not
> > > > > > > > > > > > > > > > > > > otherwise read, forward, copy, use or
> > > >
> > > > disclose
> > > >
> > > > > > > > > > > > > > > > > > > this email
> > > > > >
> > > > > > or
> > > > > >
> > > > > > > > > > > > > > > > > > > any
> > > > > > > > > > >
> > > > > > > > > > > attachments.
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Any views expressed in this email are
> >
> > those
> >
> > > > of
> > > >
> > > > > > > > > > > > > > > > the
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > individual
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > sender except where the sender
> > > > > > > > > > > > > > > > > > > expressly, and
> > > > > >
> > > > > > with
> > > > > >
> > > > > > > > > > > authority,
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > states otherwise. It is your
> >
> > responsibility
> >
> > > > to
> > > >
> > > > > > check
> > > > > >
> > > > > > > > > any
> > > > > > > > >
> > > > > > > > > > > > > > > > > > > attachments for viruses or defects
> > > > > > > > > > > > > > > > > > > before
> > > > > >
> > > > > > opening or
> > > > > >
> > > > > > > > > > > sending
> > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > them on. None of the sender or its
> >
> > related
> >
> > > > > > entities
> > > > > >
> > > > > > > > > > > > > > > > > > > accepts any liability for any
> >
> > consequential
> >
> > > > > > damage
> > > > > >
> > > > > > > > > > > > > > > > > > > resulting from this email containing
> > > > > > > > > > > > > > > > > > > computer viruses.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Disclaimer added by CodeTwo Exchange
> >
> > Rules
> >
> > > > > > > > > > > > > > > > > > > http://www.codetwo.com
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> > > > > >
> > > > > > LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tY
> > > > > >W5
> > > > > >
> > > > > > > > > > > > > > > >kL zI 4M
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >DA
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >u
> > > > > >
> > > > > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlO
> > > > > >iB
> > > > > >
> > > > > > > > > > > > > > > >nZ W5 lc
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >mF
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >0
> > > > > >
> > > > > > ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+P
> > > > > >j4
> > > > > >
> > > > > > > > > > > > > > > >+P iB WY
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >Wx
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >1
> > > > > >
> > > > > > ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZ
> > > > > >XN
> > > > > >
> > > > > > > > > > > > > > > >zU ER GD
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >Qo
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >+
> > > > > >
> > > > > > Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZ
> > > > > >Xh
> > > > > >
> > > > > > > > > > > > > > > >pd FZ hb
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >HV
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >l
> > > > > >
> > > > > > DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+P
> > > > > >j4
> > > > > >
> > > > > > > > > > > > > > > >gV mF sd
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >WU
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >6
> > > > > >
> > > > > > IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvb
> > > > > >Hk
> > > > > >
> > > > > > > > > > > > > > > >yY ml 0b
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >WF
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >w
> > > > > >
> > > > > > LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+P
> > > > > >j4
> > > > > >
> > > > > > > > > > > > > > > >gO DU sI
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >C1
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >z
> > > > > >
> > > > > > LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZ
> > > > > >XR
> > > > > >
> > > > > > > > > > > > > > > >pb md zL
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >3d
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >l
> > > > > >
> > > > > > YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENC
> > > > > >j4
> > > > > >
> > > > > > > > > > > > > > > >+P iA NC
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >+
> > > > > >
> > > > > > Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5Y
> > > > > >jQ
> > > > > >
> > > > > > > > > > > > > > > >yY jE 2M
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >WE
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >u
> > > > > >
> > > > > > cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb
> > > > > >3B
> > > > > >
> > > > > > > > > > > > > > > >lb m1 lZ
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >XR
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >p
> > > > > >
> > > > > > bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gN
> > > > > >zg
> > > > > >
> > > > > > > > > > > > > > > >0Y 2J jM
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >mE
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >5
> > > > > >
> > > > > > YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOY
> > > > > >W1
> > > > > >
> > > > > > > > > > > > > > > >lO g0 KP
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >+
> > > > > >
> > > > > > Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZ
> > > > > >G4
> > > > > >
> > > > > > > > > > > > > > > >nd CB vc
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >GV
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >u
> > > > > >
> > > > > > DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ
> > > > > >3M
> > > > > >
> > > > > > > > > > > > > > > >vd 2V iY
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >XB
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >w
> > > > > >
> > > > > > cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gD
> > > > > >Qo
> > > > > >
> > > > > > > > > > > > > > > >+P j4 +P
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >+
> > > > > >
> > > > > > IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiM
> > > > > >TY
> > > > > >
> > > > > > > > > > > > > > > >xY S5 wZ
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >GY
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >n
> > > > > >
> > > > > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlO
> > > > > >iB
> > > > > >
> > > > > > > > > > > > > > > >nZ W5 lc
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >mF
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >0
> > > > > >
> > > > > > ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlI
> > > > > >GN
> > > > > >
> > > > > > > > > > > > > > > >vd Wx kb
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >id
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >0
> > > > > >
> > > > > > IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+P
> > > > > >iA
> > > > > >
> > > > > > > > > > > > > > > >NC j4 +P
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >+
> > > > > >
> > > > > > IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVyb
> > > > > >Wl
> > > > > >
> > > > > > > > > > > > > > > >zc 2l vb
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >nM
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >u
> > > > > >
> > > > > > ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KP
> > > > > >j4
> > > > > >
> > > > > > > > > > > > > > > >+I A0 KP
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >+
> > > > > >
> > > > > > IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZ
> > > > > >XN
> > > > > >
> > > > > > > > > > > > > > > >vb HZ lI
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >HR
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >o
> > > > > >
> > > > > > aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+P
> > > > > >j4
> > > > > >
> > > > > > > > > > > > > > > >gD Qo +P
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >+
> > > > > >
> > > > > > Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgb
> > > > > >WV
> > > > > >
> > > > > > > > > > > > > > > >zc 2F nZ
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >SB
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >o
> > > > > >
> > > > > > YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvd
> > > > > >XM
> > > > > >
> > > > > > > > > > > > > > > >gY 29 ud
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >GV
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >u
> > > > > >
> > > > > > dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlI
> > > > > >GN
> > > > > >
> > > > > > > > > > > > > > > >sZ WF uL
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >g0
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >K
> > > > > >
> > > > > > Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjY
> > > > > >W5
> > > > > >
> > > > > > > > > > > > > > > >uZ WQ gZ
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >m9
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >y
> > > > > >
> > > > > > IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhb
> > > > > >m5
> > > > > >
> > > > > > > > > > > > > > > >lc iw gY
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >W5
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >k
> > > > > >
> > > > > > IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tD
> > > > > >Qo
> > > > > >
> > > > > > > > > > > > > > > >+P j4 +I
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >Fd
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >C
> > > > > >
> > > > > > Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpc
> > > > > >yB
> > > > > >
> > > > > > > > > > > > > > > >tZ XN zY
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >Wd
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >l
> > > > > >
> > > > > > IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzI
> > > > > >GN
> > > > > >
> > > > > > > > > > > > > > > >vb nR lb
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >nQ
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >g
> > > > > >
> > > > > > YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuL
> > > > > >g0
> > > > > >
> > > > > > > > > > > > > > > >KP j4 gD
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >Qo
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >+
> > > > > >
> > > > > > PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KP
> > > > > >iA
> > > > > >
> > > > > > > > > > > > > > > >tL SA NC
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >g
> > > > > >
> > > > > > VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+I
> > > > > >GR
> > > > > >
> > > > > > > > > > > > > > > >hb md lc
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >m9
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >1
> > > > > >
> > > > > > cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gY
> > > > > >mU
> > > > > >
> > > > > > > > > > > > > > > >gY 2x lY
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >W4
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >u DQo+IA0K
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > > This message has been scanned for viruses
> >
> > and
> >
> > > > > > > > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > WBR
> > > > > > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > WBR
> > > > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > believed to be clean.
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > believed to be clean.
> > > > > > > >
> > > > > > > > --
> > > > > > > > WBR
> > > > > > > > Maxim aka solomax
> > > > >
> > > > > --
> > > > > WBR
> > > > > Maxim aka solomax
> > > >
> > > > --
> > > > This message has been scanned for viruses and
> > > > dangerous content by MailScanner, and is
> > > > believed to be clean.
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
>
> --
> WBR
> Maxim aka solomax



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: {Disarmed} Re: File upload troubles

Posted by Maxim Solodovnik <so...@gmail.com>.
you should set it to
/usr/lib/libreoffice
instead of
/usr/lib/libreoffice/program

On Thu, Aug 2, 2012 at 12:38 AM, Dimitri Yioulos <dy...@onpointfc.com>wrote:

> Maxim,
>
> I followed the instructions in
> http://code.google.com/p/openmeetings/wiki/InstallationCentOS5 (e.g. added
> missing programs via yum, built ImageMagick, sox, etc. from source) , but
> I'm
> still getting errors.  Perhaps I didn't go back far enough in the error
> dialogue box; the first error I see is:
>
> Name: error
> Value: Exception in thread "main" java.lang.IllegalStateException: invalid
> officeHome: it doesn't contain soffice.bin: /usr/lib/libreoffice/program
>         at
>
> org.artofsolving.jodconverter.office.DefaultOfficeManagerConfiguration.buildOfficeManager(DefaultOfficeManagerConfiguration.java:167)
>         at org.artofsolving.jodconverter.cli.Convert.main(Convert.java:111)
>
> As administrator, I changed office.path in Administration|Configuration to
> be /usr/lib/libreoffice/program, after "locate" showed that to be the
> directory
> in which soffice.bin is located.
>
> Additional errors still have to do with file location, as previously
> posted.
> Are those due to the error described above?
>
> Dimitri
>
>
>
> On Wednesday 01 August 2012 11:45:00 am Maxim Solodovnik wrote:
> > can you check yourself based on this guide?
> > http://code.google.com/p/openmeetings/wiki/InstallationCentOS5
> >
> > some packages are newer but the whole list is complete
> >
> > On Wed, Aug 1, 2012 at 10:40 PM, Dimitri Yioulos
> <dy...@onpointfc.com>wrote:
> > > ImageMagick-6.7.8-7
> > >
> > > On Wednesday 01 August 2012 11:37:24 am Maxim Solodovnik wrote:
> > > > Which version of ImageMagic have you installed?
> > > >
> > > > On Thu, Aug 2, 2012 at 12:35 AM, greenes <zu...@gmail.com> wrote:
> > > > > Sorry and Thanks!
> > > > >
> > > > > Alvaro
> > > > >
> > > > > ..........
> > > > >
> > > > > El mié, 01-08-2012 a las 11:32 -0400, Dimitri Yioulos escribió:
> > > > > > Ah.  Sorry I missed that.  I guess I need to spend some time
> > >
> > > improving
> > >
> > > > > > my reading skills :-) .
> > > > > >
> > > > > > I built ImageMagick from source, but still get these errors when
> I
> > >
> > > try
> > >
> > > > > to upload
> > > > >
> > > > > > files:
> > > > > >
> > > > > > Name: error
> > > > > > Value: convert: unable to open image
> > >
> > >
>
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf':
> > > > > > No such file or directory @ error/blob.c/OpenBlob/2642.
> > > > > > convert: no images defined
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e
> > >
> > > > >98ffb218ae2594c387/_thumb_page-%04d.jpg'
> > > > >
> > > > > > @ error/convert.c/ConvertImageCommand/3044.
> > > > > >
> > > > > > and
> > > > > >
> > > > > > Name: error
> > > > > > Value: Error: Couldn't open
> > > > > > file
> > >
> > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e
> > >
> > > > >98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf'
> > > > >
> > > > > > What else should I try?
> > > > > >
> > > > > > Dimitri
> > > > > >
> > > > > > On Wednesday 01 August 2012 10:56:25 am Maxim Solodovnik wrote:
> > > > > > > I wrote you:
> > > > > > >
> > > > > > > "You need to remove ImageMagic installed with yum and build it
> > > > > > > from sources"
> > > > > > >
> > > > > > > On Wed, Aug 1, 2012 at 6:55 PM, Dimitri Yioulos <
> > > > >
> > > > > dyioulos@onpointfc.com>wrote:
> > > > > > > > Hi, Alexei.
> > > > > > > >
> > > > > > > > If you mean the Monday post by Maxim, where he asks:
> > > > > > > >
> > > > > > > > what is the output of yum groupinstall "Office Suite and
> > > > >
> > > > > Productivity"
> > > > >
> > > > > > > > then, yes, I saw it and responded to it.  Here's what I wrote
> > >
> > > (most
> > >
> > > > > > > > recent post
> > > > > > > > first; again, sorry for the verbosity):
> > > > > > > >
> > > > > > > >
> > > > > > > > 1.  Apologies for the drips-and-drabs of information.  I just
> > > > > > > > ran "java -jar
> > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > >
> > > > > faxcover.doc
> > > > >
> > > > > > > > faxcover.pdf" at the command line (obviously, I guess), and
> it
> > > > > > > > worked successfully.  So, why is file upload still failing?
> > > > > > > >
> > > > > > > >
> > > > > > > > 2.  I ran yum groupinstall "Office Suite and Productivity",
> > >
> > > feeling
> > >
> > > > > there
> > > > >
> > > > > > > > was
> > > > > > > > nothing to lose.  Still no joy.  When I try to upload a
> file, I
> > >
> > > get
> > >
> > > > > the
> > > > >
> > > > > > > > following errors:
> > > > > > > >
> > > > > > > > Name: error
> > > > > > > > Value: convert: unable to open image
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > > >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No
> > > > > > > > such
> > > > >
> > > > > file or
> > > > >
> > > > > > > > directory @ blob.c/OpenBlob/2480.
> > > > > > > > convert: missing an image filename
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > > >bdc964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > > > > > convert.c/ConvertImageCommand/2800.
> > > > > > > >
> > > > > > > > Name: process
> > > > > > > > Value: generateBatchThumbByWidth
> > > > > > > > Name: exitValue
> > > > > > > > Value: 0
> > > > > > > > Name: process
> > > > > > > > Value: processPDF
> > > > > > > > Name: out
> > > > > > > > Value:
> > > > > > > > Name: exitValue
> > > > > > > > Value: 1
> > > > > > > > Name: command
> > > > > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> > > > > > > > poly2bitmap, -i,
> > > > >
> > > > > -j,
> > > > >
> > > > > > > > 85, -s,
> > > > > > > > zoom=72,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >
> > > > > > > >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >
> > > > > > > >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf] Name:
> > >
> > > error
> > >
> > > > > > > > Value: Error: Couldn't open
> > > > > > > > file
> > >
> > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > > >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > > > > > > >
> > > > > > > > Name: process
> > > > > > > > Value: generateSwf
> > > > > > > >
> > > > > > > > ImageMagick is installed properly, afaik.  Is this a bug, or
> a
> > > > > > > > misconfiguration
> > > > > > > > on my part?
> > > > > > > >
> > > > > > > >
> > > > > > > > 3.  Maxim,
> > > > > > > >
> > > > > > > > Output of yum groupinstall "Office Suite and Productivity"
> is:
> > > > > > > >
> > > > > > > > Installing:
> > > > > > > >  libreoffice-calc
> > > > > > > >  libreoffice-draw
> > > > > > > >  libreoffice-graphicfilter
> > > > > > > >  libreoffice-impress
> > > > > > > >  libreoffice-langpack-en
> > > > > > > >  libreoffice-math
> > > > > > > >  libreoffice-writer
> > > > > > > >  libreoffice-xsltfilter
> > > > > > > > Installing for dependencies:
> > > > > > > >  libreoffice-pdfimport
> > > > > > > >  libreoffice-presenter-screen
> > > > > > > >  libwpd
> > > > > > > >  lpsolve
> > > > > > > >  mythes-en
> > > > > > > >
> > > > > > > > Output of tail "FAX COVER SHEET.doc" is:
> > >
> > >
> þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > >ÿÿ
> > > > > >
> > > > > > > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> > > > > > > > Entryÿÿÿÿÿÿÿÿ ÀF É
> > > > > > > >
> > > > > > > >
> > > > > > > > NljÍ5Data
> > >
> > >
> 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSumma
> > >
> > >
> >ryInformation8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > >ÿÿ
> > > > > >
> > > > > > > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ
> > >
> > >  ÀFMicrosoft
> > >
> > > > > Office
> > > > >
> > > > > > > > Word Document
> > > > > > > > MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> > >
> > >
> PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuT
> > >
> > > > > > > >TYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > > > > > >
> > > > > > > > (that's some weird stuff :-) ).
> > > > > > > >
> > > > > > > > Output of ps -ef|grep office is:
> > > > > > > >
> > > > > > > > [root@openmeetings ~]# ps -ef|grep office
> > > > > > > > root      1587     1  0 Jul30 ?
> > > > > > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > >
> > > --nofirststartwizard
> > >
> > > > > > > > root      1599  1587  0 Jul30 ?
> > > > > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > >
> > > --nofirststartwizard
> > >
> > > > > > > > root     16352 16270  0 07:25 pts/1    00:00:00 grep office
> > > > > > > >
> > > > > > > >
> > > > > > > > Does any of this information help you to help me?
> > > > > > > >
> > > > > > > > Dimitri
> > > > > > > >
> > > > > > > > On Wednesday 01 August 2012 7:27:19 am Alexei Fedotov wrote:
> > > > > > > > > Dimitri, have you noticed the message from Maxim
> > > > > > > > > 01.08.2012 15:23 пользователь "Dimitri Yioulos"
> > > > > > > > > <dy...@onpointfc.com>
> > > > > > > > >
> > > > > > > > > написал:
> > > > > > > > > > I sent some updated information yesterday regarding this
> > >
> > > issue.
> > >
> > > > >  Does
> > > > >
> > > > > > > > > > anyone
> > > > > > > > > > have any more ideas on how I can resolve this?  Your
> > >
> > > continued
> > >
> > > > > help
> > > > >
> > > > > > > > would
> > > > > > > >
> > > > > > > > > > be
> > > > > > > > > > appreciated.
> > > > > > > > > >
> > > > > > > > > > Many thanks.
> > > > > > > > > >
> > > > > > > > > > Dimitri
> > > > > > > > > >
> > > > > > > > > > On Tuesday 31 July 2012 9:00:53 am Dimitri Yioulos wrote:
> > > > > > > > > > > Apologies for the drips-and-drabs of information.  I
> just
> > > > > > > > > > > ran "java -jar
> > > > > > > > > >
> > > > > > > > > >
> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > > > > > >r
> > > > > > > > > >
> > > > > > > > > > > faxcover.doc faxcover.pdf" at the command line
> > > > > > > > > > > (obviously,
> > >
> > > I
> > >
> > > > > > > > > > > guess), and
> > > > > > > > > >
> > > > > > > > > > it
> > > > > > > > > >
> > > > > > > > > > > worked successfully.  So, why is file upload still
> > > > > > > > > > > failing?
> > > > > > > > > > >
> > > > > > > > > > > Dimitri
> > > > > > > > > > >
> > > > > > > > > > > On Tuesday 31 July 2012 8:50:01 am Dimitri Yioulos
> wrote:
> > > > > > > > > > > > I ran yum groupinstall "Office Suite and
> Productivity",
> > > > >
> > > > > feeling
> > > > >
> > > > > > > > there
> > > > > > > >
> > > > > > > > > > was
> > > > > > > > > >
> > > > > > > > > > > > nothing to lose.  Still no joy.  When I try to
> upload a
> > > > >
> > > > > file, I
> > > > >
> > > > > > > > > > > > get the following errors:
> > > > > > > > > > > >
> > > > > > > > > > > > Name: error
> > > > > > > > > > > > Value: convert: unable to open image
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > > > > > > >bd
> > > > > > > > > > > >
> c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf':
> > > > > > > > > > > > No
> > > > >
> > > > > such
> > > > >
> > > > > > > > > > > > file
> > > > > > > > > >
> > > > > > > > > > or
> > > > > > > > > >
> > > > > > > > > > > > directory @ blob.c/OpenBlob/2480.
> > > > > > > > > > > > convert: missing an image filename
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > > > > > > >bd c964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > > > > > > > > > convert.c/ConvertImageCommand/2800.
> > > > > > > > > > > >
> > > > > > > > > > > > Name: process
> > > > > > > > > > > > Value: generateBatchThumbByWidth
> > > > > > > > > > > > Name: exitValue
> > > > > > > > > > > > Value: 0
> > > > > > > > > > > > Name: process
> > > > > > > > > > > > Value: processPDF
> > > > > > > > > > > > Name: out
> > > > > > > > > > > > Value:
> > > > > > > > > > > > Name: exitValue
> > > > > > > > > > > > Value: 1
> > > > > > > > > > > > Name: command
> > > > > > > > > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> > > > >
> > > > > poly2bitmap,
> > > > >
> > > > > > > > -i,
> > > > > > > >
> > > > > > > > > > -j,
> > > > > > > > > >
> > > > > > > > > > > > 85, -s, zoom=72,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >
> > > > > > > > > > > >dc
> 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >
> > > > > > > > > > > >dc
> 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf]
> > > > > > > > > > > > Name: error Value: Error: Couldn't open
> > > > > > > > > > > > file
> > >
> > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > > > > > > >bd
> > > > > > > > > > > >
> c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > > > > > > > > > > >
> > > > > > > > > > > > Name: process
> > > > > > > > > > > > Value: generateSwf
> > > > > > > > > > > >
> > > > > > > > > > > > ImageMagick is installed properly, afaik.  Is this a
> > > > > > > > > > > > bug, or
> > > > >
> > > > > a
> > > > >
> > > > > > > > > > > > misconfiguration on my part?
> > > > > > > > > > > >
> > > > > > > > > > > > Dimitri
> > > > > > > > > > > >
> > > > > > > > > > > > On Tuesday 31 July 2012 7:24:20 am Dimitri Yioulos
> wrote:
> > > > > > > > > > > > > Maxim,
> > > > > > > > > > > > >
> > > > > > > > > > > > > Output of yum groupinstall "Office Suite and
> > > > > > > > > > > > > Productivity"
> > > > >
> > > > > is:
> > > > > > > > > > > > > Installing:
> > > > > > > > > > > > >  libreoffice-calc
> > > > > > > > > > > > >  libreoffice-draw
> > > > > > > > > > > > >  libreoffice-graphicfilter
> > > > > > > > > > > > >  libreoffice-impress
> > > > > > > > > > > > >  libreoffice-langpack-en
> > > > > > > > > > > > >  libreoffice-math
> > > > > > > > > > > > >  libreoffice-writer
> > > > > > > > > > > > >  libreoffice-xsltfilter
> > > > > > > > > > > > > Installing for dependencies:
> > > > > > > > > > > > >  libreoffice-pdfimport
> > > > > > > > > > > > >  libreoffice-presenter-screen
> > > > > > > > > > > > >  libwpd
> > > > > > > > > > > > >  lpsolve
> > > > > > > > > > > > >  mythes-en
> > > > > > > > > > > > >
> > > > > > > > > > > > > Output of tail "FAX COVER SHEET.doc" is:
> > > > >
> > > > >
> þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >
> > > > > > > > > >ÿÿ
> > > > > > > > > >
> > > > > > > > > > > > >ÿÿ ÿÿ
> > > > >
> > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >
> > > > > > > > > >ÿÿ
> > > > > > > > > >
> > > > > > > > > > > > >ÿÿ ÿÿÿ
> > > > >
> > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >
> > > > > > > > > >ÿÿ
> > > > > > > > > >
> > > > > > > > > > > > >ÿÿ ÿÿÿ
> > > > >
> > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >
> > > > > > > > > >ÿÿ
> > > > > > > > > >
> > > > > > > > > > > > >ÿÿ ÿÿÿ
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> > > > > > > >
> > > > > > > > Entryÿÿÿÿÿÿÿÿ
> > > > > > > >
> > > > > > > > > > > > > ÀF É
> > > > > > > > > > > > >
> > > > > > > > > > > > > NljÍ5Data
> > > > >
> > > > >
> 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentS
> > > > >
> > > > > > > > > >um
> > > > > > > > > >
> > > > > > > > > > > > >ma ry
> > > > >
> > > > >
> Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >
> > > > > > > > > >ÿÿ
> > > > > > > > > >
> > > > > > > > > > > > >ÿÿ ÿÿÿ
> > > > >
> > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >
> > > > > > > > > >ÿÿ
> > > > > > > > > >
> > > > > > > > > > > > >ÿÿ ÿÿÿ
> > > > >
> > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >
> > > > > > > > > >ÿÿ
> > > > > > > > > >
> > > > > > > > > > > > >ÿÿ ÿÿÿ
> > > > >
> > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >
> > > > > > > > > >ÿÿ
> > > > > > > > > >
> > > > > > > > > > > > >ÿÿ ÿÿÿ
> > > > >
> > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >
> > > > > > > > > >ÿÿ
> > > > > > > > > >
> > > > > > > > > > > > >ÿÿ ÿÿÿ
> > > > >
> > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >
> > > > > > > > > >ÿÿ
> > > > > > > > > >
> > > > > > > > > > > > >ÿÿ ÿÿÿ
> > > > >
> > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >
> > > > > > > > > >ÿÿ
> > > > > > > > > >
> > > > > > > > > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ
> > >
> > >  ÀFMicrosoft
> > >
> > > > > > > > > > > > > Office Word Document
> > > > > > > > > > > > > MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> > > > >
> > > > >
> PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTT
> > > > >
> > > > > > > > > >YP
> > > > > > > > > >
> > > > > > > > > > > > >uT TY PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > > > > > > > > > > >
> > > > > > > > > > > > > (that's some weird stuff :-) ).
> > > > > > > > > > > > >
> > > > > > > > > > > > > Output of ps -ef|grep office is:
> > > > > > > > > > > > >
> > > > > > > > > > > > > [root@openmeetings ~]# ps -ef|grep office
> > > > > > > > > > > > > root      1587     1  0 Jul30 ?
> > > > > > > > > > > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin
> > > > >
> > > > > --headless
> > > > >
> > > > > > > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > > > > > > >
> > > > > > > > --nofirststartwizard
> > > > > > > >
> > > > > > > > > > root
> > > > > > > > > >
> > > > > > > > > > > > >  1599  1587  0 Jul30 ?
> > > > > > > > > > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin
> > > > >
> > > > > --headless
> > > > >
> > > > > > > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > > > > > > >
> > > > > > > > --nofirststartwizard
> > > > > > > >
> > > > > > > > > > root
> > > > > > > > > >
> > > > > > > > > > > > > 16352 16270  0 07:25 pts/1    00:00:00 grep office
> > > > > > > > > > > > >
> > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik
> > >
> > > wrote:
> > > > > > > > > > > > > > what is the output of
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > *yum groupinstall* "*Office* Suite and
> > > > > > > > > > > > > > Productivity"
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > yum install openoffice.org-headless
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > what is the output of (to ensure it is not
> > > > >
> > > > > file/permission
> > > > >
> > > > > > > > > > > > > > problem) tail "FAX COVER SHEET.doc"
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > can you check there is no office processes
> running?
> > > > > > > > > > > > > > ps -ef|grep office
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos
> > > > > > > > > > > > >
> > > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > Maxim,
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Followed the instructions in the link you
> > > > > > > > > > > > > > > provided, and now:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > [root@openmeetings ~]# java -version
> > > > > > > > > > > > > > > java version "1.7.0_05"
> > > > > > > > > > > > > > > Java(TM) SE Runtime Environment (build
> > >
> > > 1.7.0_05-b06)
> > >
> > > > > > > > > > > > > > > Java HotSpot(TM) Client VM (build 23.1-b03,
> mixed
> > > > > > > > > > > > > > > mode, sharing)
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > As you can see, I just upgraded the Java
> > >
> > > installation
> > >
> > > > > to
> > > > >
> > > > > > > > > > > > > > > the very latest from
> > > > > > > > > > > > > > > Oracle.  However, I still get:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Exception in thread "main"
> > >
> > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > > could not load document: FAX COVER SHEET.doc
> > > > > > > > > > > > > > > ~
> > > > > > > > > > > > > > > Caused by:
> > > > > > > > > > > > > > > com.sun.star.lang.IllegalArgumentException:
> > > > >
> > > > > URL
> > > > >
> > > > > > > > > > > > > > > seems
> > > > > > > > > >
> > > > > > > > > > to
> > > > > > > > > >
> > > > > > > > > > > > > > > be an unsupported one.
> > > > > > > > > > > > > > > ~
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > I think I'm infuriatingly close to getting this
> > > > > > > > > > > > > > > to
> > > > >
> > > > > work.
> > > > >
> > > > > > > >  Your
> > > > > > > >
> > > > > > > > > > (and
> > > > > > > > > >
> > > > > > > > > > > > > > > others) continuing assistance much appreciated.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Monday 30 July 2012 3:17:49 pm Maxim
> > > > > > > > > > > > > > > Solodovnik
> > > > >
> > > > > wrote:
> > > > > > > > > > > > > > > > please follow the link I have sent you
> > > > > > > > > > > > > > > > you need to install alternative _before_ you
> > > > > > > > > > > > > > > > can configure
> > > > > > > >
> > > > > > > > it
> > > > > > > >
> > > > > > > > > > > > > > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri
> > > > > > > > > > > > > > > > Yioulos
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > > > Thanks, Stephen.  Here's what I get:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > [root@openmeetings ~]# alternatives
> --config
> > >
> > > java
> > >
> > > > > > > > > > > > > > > > > There is 1 program that provides 'java'.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >   Selection    Command
> > > > > > > > > > > > > > > > >
> ---------------------------------------------
> > > > > > > > > > > > > > > > >-- *+ 1
> > > > >
> > > > > /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > > > >
> > > > > > > > > > > > > > > > > Enter to keep the current selection[+], or
> > > > > > > > > > > > > > > > > type selection number:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Oh, oh.  I don't even see the Oracle
> version.
> > > > >
> > > > >  But, I
> > > > >
> > > > > > > > > > installed
> > > > > > > > > >
> > > > > > > > > > > > > > > > > the
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > JRE,
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > not the
> > > > > > > > > > > > > > > > > JDK.  Might that be the rub?
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > On Monday 30 July 2012 3:03:57 pm Stephen
> > >
> > > Cottham
> > >
> > > > > wrote:
> > > > > > > > > > > > > > > > > > For java try
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > update-java-alternatives
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Or
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > alternatives --config java
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Should show you all java's installed and
> > >
> > > allow
> > >
> > > > > you to
> > > > >
> > > > > > > > > > change
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > the default.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Sent from my iPhone
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > On 30 Jul 2012, at 19:58, "Dimitri
> Yioulos"
> > > > > > > > > > > > > > > > > > <dy...@onpointfc.com>
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > > Maxim,
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > I'm not quite sure how to proceed.
> > > > > > > > > > > > > > > > > > > First,
> > >
> > > I
> > >
> > > > > just
> > > > >
> > > > > > > > > > installed
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > > parts
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > of
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > libreoffice:
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >
> libreoffice-headless-3.4.5.2-16.el6.i686
> > > > >
> > > > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > > >
> > > > > > > > > > > > > > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Should I do a "yum groupinstall
> > >
> > > libreoffice"?
> > >
> > > > > > > > > > > > > > > > > > > Next, I'm not sure how to open my doc.
> > >
> > >  This
> > >
> > > > > is a
> > > > >
> > > > > > > > > > > > > > > > > > > server install
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > and,
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > so,
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > there is no Xwindow/desktop system
> > >
> > > installed.
> > >
> > > > > > > > > > > > > > > > > > > Finally, how do I get the Oracle java
> to
> > > > > > > > > > > > > > > > > > > be the default?
> > > > > > > > > >
> > > > > > > > > >  I
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > > do have the following in /etc/profile
> so
> > >
> > > that
> > >
> > > > > the
> > > > >
> > > > > > > > > > > > > > > > > > > proper java be loaded at boot (I
> think):
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > export
> > > > > > > > > > > > > > > > > > >
> JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > > > > > > > > > > > > > > > > export
> > > > > > > > > > > > > > > > > > > PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > On Monday 30 July 2012 2:47:04 pm Maxim
> > > > >
> > > > > Solodovnik
> > > > >
> > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > >> Yes you could :)
> > > > > > > > > > > > > > > > > > >> According to this:
> > > > >
> > > > >
> http://stackoverflow.com/questions/8420449/docsplit-jodconverter-op
> > > > >
> > > > > > > > > > > > > > >en of f
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>ice -issue-on-debian
> > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > >> can you ensure you have
> > >
> > > writer/calc/impress
> > >
> > > > > > > > installed
> > > > > > > >
> > > > > > > > > > (by
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >> opening your doc for example)
> > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > >> were you install your libreoffice via
> > > > > > > > > > > > > > > > > > >> yum groupinstall?
> > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > >> I would recommend you to have Oracle
> > > > > > > > > > > > > > > > > > >> java
> > >
> > > as
> > >
> > > > > > > > > > > > > > > > > > >> default one There are some weird
> issued
> > >
> > > with
> > >
> > > > > > > > > > > > > > > > > > >> OpenJDK.
> > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM,
> Dimitri
> > > > >
> > > > > Yioulos
> > > > >
> > > > > > > > > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > > > > >>> Let me take the easy part first:
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>> [root@openmeetings ~]# java -version
> > > > > > > > > > > > > > > > > > >>> java version "1.7.0_05-icedtea"
> > > > > > > > > > > > > > > > > > >>> OpenJDK Runtime Environment
> > > > > > > > > > > > > > > > > > >>> (rhel-2.2.1.el6_3-i386) OpenJDK
> Client
> > > > > > > > > > > > > > > > > > >>> VM
> > > > >
> > > > > (build
> > > > >
> > > > > > > > > > > > > > > > > > >>> 23.0-b21, mixed mode)
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>> Now, the thing of it is, even though
> I
> > > > >
> > > > > installed
> > > > >
> > > > > > > > the
> > > > > > > >
> > > > > > > > > > > > > > > > > > >>> Sun/Oracle version, when I
> > > > > > > > > > > > > > > > > > >>> installed some other component
> > > > > > > > > > > > > > > > > > >>> (libreoffice,
> > > > >
> > > > > I
> > > > >
> > > > > > > > think,
> > > > > > > >
> > > > > > > > > > but
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>> I
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > forget
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>> exactly what), a dependency that was
> > > > >
> > > > > installed
> > > > >
> > > > > > > > > > > > > > > > > > >>> was OpenJDK.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >  Hmmm.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>> I tried to do the following
> conversion
> > > > > > > > > > > > > > > > > > >>> at the
> > > > > > > >
> > > > > > > > command
> > > > > > > >
> > > > > > > > > > > > > > > > > > >>> line:
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>> java -jar
> > > > > > > >
> > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > > > >
> > > > > > > > > > > > > > > > >r
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>> It failed.  I got:
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>> Exception in thread "main"
> > > > > > > >
> > > > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > > > > > >>> could not load document: FAX COVER
> > > > > > > > > > > > > > > > > > >>> SHEET.doc ~
> > > > > > > > > > > > > > > > > > >>> Caused by:
> > >
> > > com.sun.star.lang.IllegalArgumentException:
> > > > > URL
> > > > >
> > > > > > > > seems
> > > > > > > >
> > > > > > > > > > > > > > > to
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > be
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>> an unsupported one.
> > > > > > > > > > > > > > > > > > >>> ~
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>> I can convert MS Word docs, can't I?
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>> Dimitri
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>> On Monday 30 July 2012 2:27:56 pm
> Maxim
> > > > > > > > > > > > > > > > > > >>> Solodovnik
> > > > > > > > > >
> > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > >>>> Please try to stop it and run jod
> > > > > > > > > > > > > > > > > > >>>> converter
> > > > >
> > > > > via
> > > > >
> > > > > > > > > > > > > > > > > > >>>> commandline (jod
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>> converter
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>> will start libreoffice
> automatically)
> > > > > > > > > > > > > > > > > > >>>> also please check your java version?
> > > > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > > > >>>> java -cp
> > >
> > > /usr/local/jodconverter/lib/juh-3.2.1.jar
> > >
> > > > > -cp
> > >
> > > /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > >
> > > > > -cp
> > >
> > > /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > >
> > > > > -cp
> > >
> > > /usr/local/jodconverter/lib/unoil-3.2.1.ja
> > >
> > > > > > > > > > > > > > > > > > >>>>r
> > > > >
> > > > > -cp
> > > > >
> > > > > > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar
> > > > > > > >
> > > > > > > > > > -cp
> > > > >
> > > > > /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > > >
> > > > > > > > > > > > > > > > > > >>>> -cp
> > > > >
> > > > > /usr/local/jodconverter/lib/json-20090211.jar
> > > > >
> > > > > > > > > > > > > > > > > > >>>> -cp
> > > > > > > > > >
> > > > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>.j ar -jar
> > > > >
> > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > >
> > > > > > > > > > > > > > >r
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > >
> > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>b1 78
> > > > > > > >
> > > > > > > > 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > > > > > >
> > > > > > > > > > > > > > > > > > >>>> 1a.pdf
> > > > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM,
> > > > > > > > > > > > > > > > > > >>>> Dimitri
> > > > >
> > > > > Yioulos
> > > > >
> > > > > > > > > > > > > > > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > > > > >>>>> Thanks to both Maxim and Alexsei
> for
> > >
> > > your
> > >
> > > > > > > > > > > > > > > > > > >>>>> responses. CentOS
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > 6.x
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>> (and,
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>> by
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>> extension, I'd guess, RHEL 6.x) no
> > >
> > > longer
> > >
> > > > > use
> > > > >
> > > > > > > > > > > > > > > > > > >>>>> openoffice but,
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > rather,
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>> libreoffice.  libreoffice-headless
> is
> > > > > > > > > > > > > > > > > > >>>>> installed, and
> > > > > > > > > >
> > > > > > > > > > is
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>> running as
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > a
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>> service:
> > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > >>>>> tcp        0      0 127.0.0.1:8100
> > > > > > > > > > > > > > > > > > >>>>> 0.0.0.0:* LISTEN
> > >
> > >  13514/soffice.bin
> > >
> > > > > > > > > > > > > > > > > > >>>>> started with:
> > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > >>>>> soffice --headless
> > > > >
> > > > > --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > >
> > > > > > > > > > > > > > > > > > >>>>> --nofirststartwizard
> > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > >>>>> Dimitri
> > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm
> > >
> > > Alexei
> > >
> > > > > > > > > > > > > > > > > > >>>>> Fedotov
> > > > > > > > > >
> > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > >>>>>> It says, URL seems to be
> > > > > > > > > > > > > > > > > > >>>>>> unsupported.
> > > > > > > > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > > > > > > > >>>>>> The class which produces it is
> under
> > > > >
> > > > > com.sun,
> > > > >
> > > > > > > > > > > > > > > > > > >>>>>> so the problem
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > may
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > be
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>> in
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>> the
> > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > >>>>>> old OpenOffice version
> > > > > > > > > > > > > > > > > > >>>>>> 30.07.2012 21:54 пользователь
> > > > > > > > > > > > > > > > > > >>>>>> "Dimitri Yioulos"
> > > > > > > > > > > > > > > > > > >>>>>> <dy...@onpointfc.com>
> > > > > > > > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > > > > > > > >>>>>> написал:
> > > > > > > > > > > > > > > > > > >>>>>>> Hello to all.
> > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > >>>>>>> I'm not new to Openmeetings,
> having
> > > > > > > > > > > > > > > > > > >>>>>>> originally installed and tried
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>> it
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>> at
> > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > >>>>>>> least a
> > > > > > > > > > > > > > > > > > >>>>>>> couple of years ago.  Thanks to
> > > > > > > > > > > > > > > > > > >>>>>>> Sabastian Wgner for having
> created
> > >
> > > it,
> > >
> > > > > > > > > > > > > > > > > > >>>>>>> and to Apache for taking the
> > > > > > > > > > > > > > > > > > >>>>>>> project forward.
> > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > >>>>>>> I've installed version 2.0.0 on a
> > > > > > > > > > > > > > > > > > >>>>>>> CentOS
> > > > >
> > > > > 6.2
> > > > >
> > > > > > > > > > server.
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> All of the prerequisites
> > > > > > > > > > > > > > > > > > >>>>>>> are installed, and Openmeetings
> > > > > > > > > > > > > > > > > > >>>>>>> works
> > > > >
> > > > > well.
> > > > >
> > > > > > > >  With
> > > > > > > >
> > > > > > > > > > the
> > > > > > > > > >
> > > > > > > > > > > > > > > exception
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> of file uploading, that is.
>  After
> > > > >
> > > > > figuring
> > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> out the paths of the
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>> various
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> components required to make file
> > > > >
> > > > > uploading
> > > > >
> > > > > > > > work,
> > > > > > > >
> > > > > > > > > > I'm
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> finally
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > at
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> a point where I'm stuck.
> > > > > > > > > > > > > > > > > > >>>>>>> When I try to upload a file, I
> get
> > >
> > > the
> > >
> > > > > > > > following
> > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> (it's
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > verbose;
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> I apologize):
> > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > >>>>>>> [java, -cp,
> > > > >
> > > > > /usr/local/jodconverter/lib/juh-3.2.1.jar,
> > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> -cp,
> > > > >
> > > > > /usr/local/jodconverter/lib/jurt-3.2.1.jar,
> > > > >
> > > > > > > > -cp,
> > > > >
> > > > > /usr/local/jodconverter/lib/ridl-3.2.1.jar,
> > > > >
> > > > > > > > -cp,
> > > > >
> > > > > /usr/local/jodconverter/lib/unoil-3.2.1.jar,
> > > > >
> > > > > > > > -cp,
> > > > > > > >
> > > > > > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar,
> > > > > > > >
> > > > > > > > > > -cp,
> > > > >
> > > > > /usr/local/jodconverter/lib/commons-io-1.4.ja
> > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>r,
> > > > > > > > > >
> > > > > > > > > > -cp,
> > > > >
> > > > > /usr/local/jodconverter/lib/json-20090211.jar
> > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>, -cp,
> > > > > > > > > >
> > > > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>a- 4. ja r, -jar,
> > > > > > > > > >
> > > > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>a- 4. ja r,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > >
> > > > > > > > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>94
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > >
> > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>b1
> > > > > > > > > >
> > > > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>f] Name: error Value: Jul 30, 2012
> > > > >
> > > > > 1:18:25 PM
> > > > >
> > > > > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>eM an ag er INFO: ProcessManager
> > > > > > > > > > > > > > > > > > >>>>>>> implementation
> > > > > > > >
> > > > > > > > is
> > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> LinuxProcessManager Jul 30, 2012
> > > > > > > > > > > > > > > > > > >>>>>>> 1:18:26
> > > > >
> > > > > PM
> > > > >
> > > > > > > > org.artofsolving.jodconverter.office.OfficeProces
> > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>s start INFO: starting process
> with
> > > > > > > > > > > > > > > > > > >>>>>>> acceptString
> > > > >
> > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>'
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > and
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> profileDir
> > >
> > > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > >
> > > > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > >
> > > > > > > > org.artofsolving.jodconverter.office.OfficeProces
> > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>s start INFO: started process;
> pid =
> > > > >
> > > > > 13986 Jul
> > > > >
> > > > > > > > 30,
> > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> 2012 1:18:26 PM
> > > > > > > > > >
> > > > > > > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> connect
> > > > > > > > > > > > > > > > > > >>>>>>> INFO: connected:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > > >
> > > > > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopping
> > > > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > > >
> > > > > > > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>$1 disposing
> > > > > > > > > > > > > > > > > > >>>>>>> INFO: disconnected:
> > > > >
> > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>' Jul 30, 2012 1:18:27 PM
> > > > > > > > > >
> > > > > > > > > > org.artofsolving.jodconverter.office.ManagedOfficePro
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>ce ss doEnsureProcessExited
> > > > > > > > > > > > > > > > > > >>>>>>> INFO: process exited with code 0
> > > > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > > > > > > > > >
> > > > > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopped
> > > > > > > > > > > > > > > > > > >>>>>>> Exception in thread "main"
> > > > > > > > > >
> > > > > > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > > > > > >>>>>>> could not load document:
> > > > > > > > > > > > > > > > > > >>>>>>>
> 5b494e18e94e7b1784cbc2a9b42b161a.do
> > > > > > > > > > > > > > > > > > >>>>>>>c
> > >
> > > at
> > >
> > >
> > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > >
> > > > > > > > > > > > > > > > >nt (A bs tr
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>ac
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> tConversionTask.java:92) at
> > >
> > > org.artofsolving.jodconverter.AbstractConversionTask.execute(Ab
> > >
> > > > > > > > > > > > > > > > >st ra ct Co
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>nv
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> ersionTask.java:59) at
> > >
> > > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(
> > >
> > > > > > > > > > > > > > > > >Po ol ed Of
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>fi
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> ceManager.java:80) at
> > > > >
> > > > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > > > > > > > > > > > > > > >>>47
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> 1) at
> > > > > > > >
> > > > > > > >
> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>34 ) at
> > > > >
> > > > > java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe
> > >
> > > > > > > > > > > > > > > > >cu to r. ja
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>va
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> :1110) at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolEx
> > >
> > > > > > > > > > > > > > > > >ec ut or .j
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>av
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> a:603) at
> > > > > > > > > > > > > > > > > > >>>>>>>
> java.lang.Thread.run(Thread.java:72
> > > > > > > > > > > > > > > > > > >>>>>>>2)
> > > > >
> > > > > Caused
> > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> by:
> > > > >
> > > > > com.sun.star.lang.IllegalArgumentException:
> > > > > > > > > > > > > > > > > > >>>>>>> URL
> > > > > > > > > >
> > > > > > > > > > seems
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> to be
> > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > >>>>> an
> > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > >>>>>>> unsupported one.
> > > > > > > > > > > > > > > > > > >>>>>>>        at
> > >
> > > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRa
> > >
> > > > > > > > > > > > > > > > >is ed Ex ce
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>pt
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> ion(Job.java:177) at
> > > > > > > >
> > > > > > > >
> com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>43 ) at
> > >
> > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > >
> > > > > > > > > > > > > > > > >e. ja va
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >:3
> > > > > > > > > > > > > > > > >:
> > > > > > > > > > > > > > > > > > >>>35
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> ) at
> > >
> > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > >
> > > > > > > > > > > > > > > > >e. ja va
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >:3
> > > > > > > > > > > > > > > > >:
> > > > > > > > > > > > > > > > > > >>>04
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> ) at
> > >
> > > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(J
> > >
> > > > > > > > > > > > > > > > >av aT hr ea
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>dP
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> ool.java:91) at
> > >
> > > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sen
> > >
> > > > > > > > > > > > > > > > >dR eq ue st
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>(j
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> ava_remote_bridge.java:639) at
> > >
> > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.r
> > >
> > > > > > > > > > > > > > > > >eq ue st (P
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>ro
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> xyFactory.java:151) at
> > >
> > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.i
> > >
> > > > > > > > > > > > > > > > >nv ok e( Pr
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>ox
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> yFactory.java:133) at
> > > > > > > > > > > > > > > > > > >>>>>>>
> $Proxy4.loadComponentFromURL(Unknow
> > > > > > > > > > > > > > > > > > >>>>>>>n
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Source)
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>        at
> > >
> > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > >
> > > > > > > > > > > > > > > > >nt (A bs tr
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>ac
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> tConversionTask.java:90) ... 8
> more
> > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > >>>>>>> Value: doJodConvert
> > > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > >>>>>>> Name: completeName
> > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > >
> > > > > > > > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>94
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > >>>>>>> Name: fileExplorerItemId
> > > > > > > > > > > > > > > > > > >>>>>>> Value: 7
> > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > >>>>>>> Value: generateXMLDocument
> > > > > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > > > >>>>>>> Value: [/usr/bin/convert,
> > > > > > > > > > > > > > > > > > >>>>>>> -thumbnail, 80,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > >
> > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>b1
> > > > > > > > > >
> > > > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>f,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > >
> > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>b1
> > >
> > > 784cbc2a9b42b161a/_thumb_page-%04d.jpg]
> > >
> > > > > Name:
> > > > > > > > > > > > > > > > > > >>>>>>> error Value: convert: unable to
> > > > > > > > > > > > > > > > > > >>>>>>> open
> > > > >
> > > > > image
> > >
> > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > >
> > > > > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>7b
> > > > > > > > > >
> > > > > > > > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>df ': No such
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>> file
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>> or
> > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > > > > > > > > > > > > > > > > >>>>>>> convert: missing an image
> filename
> > >
> > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > >
> > > > > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>7b
> > >
> > > 1784cbc2a9b42b161a/_thumb_page-%04d.jpg
> > >
> > > > > > > > > > > > > > > > > > >>>>>>>'
> > > > >
> > > > > @
> > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>
> convert.c/ConvertImageCommand/2800.
> > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > >>>>>>> Value: generateBatchThumbByWidth
> > > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > >>>>>>> Value: processPDF
> > > > > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf,
> -s,
> > > > > > > > > > > > > > > > > > >>>>>>> insertstop, -s, poly2bitmap,
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>> -i,
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>> -j,
> > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > >>>>>>> 85, -s,
> > > > > > > > > > > > > > > > > > >>>>>>> zoom=72,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > >
> > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>b1
> > > > > > > > > >
> > > > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>f,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > >
> > > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>b1
> > > > > > > > > >
> > > > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.sw
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>f] Name: error
> > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > >>>>>>> Value: Error: Couldn't open
> > > > > > > > > > > > > > > > > > >>>>>>> file
> > >
> > > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > >
> > > > > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>7b
> > > > > > > > > >
> > > > > > > > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>>df '
> > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > > >>>>>>> Value: generateSwf
> > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > >>>>>>> So, it looks like a file couldn't
> > > > > > > > > > > > > > > > > > >>>>>>> be
> > > > >
> > > > > opened.
> > > > >
> > > > > > > >  The
> > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> file is
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > owner
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> by
> > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > >>>>> root,
> > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > >>>>>>> and has
> > > > > > > > > > > > > > > > > > >>>>>>> 644 permissions.  Are these set
> by
> > > > > > > >
> > > > > > > > jodconverter?
> > > > > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> Anyway,
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > does
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >>> anyone
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>>>>>> know how
> > > > > > > > > > > > > > > > > > >>>>>>> I can resolve this issue?
> > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > >>>>>>> Many thanks.
> > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > >>>>>>> Dimitri
> > > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > > >>>>>>> --
> > > > > > > > > > > > > > > > > > >>>>>>> This message has been scanned for
> > > > >
> > > > > viruses and
> > > > >
> > > > > > > > > > > > > > > > > > >>>>>>> dangerous content by MailScanner,
> > > > > > > > > > > > > > > > > > >>>>>>> and is believed to be clean.
> > > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > > >>>>> --
> > > > > > > > > > > > > > > > > > >>>>> This message has been scanned for
> > >
> > > viruses
> > >
> > > > > and
> > > > >
> > > > > > > > > > > > > > > > > > >>>>> dangerous content by MailScanner,
> and
> > >
> > > is
> > >
> > > > > > > > > > > > > > > > > > >>>>> believed to be clean.
> > > > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > > > >>>> --
> > > > > > > > > > > > > > > > > > >>>> WBR
> > > > > > > > > > > > > > > > > > >>>> Maxim aka solomax
> > > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > > >>> --
> > > > > > > > > > > > > > > > > > >>> This message has been scanned for
> > > > > > > > > > > > > > > > > > >>> viruses and dangerous content by
> > > > > > > > > > > > > > > > > > >>> MailScanner, and is believed to be
> > > > > > > > > > > > > > > > > > >>> clean.
> > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > >> --
> > > > > > > > > > > > > > > > > > >> WBR
> > > > > > > > > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > > > This message has been scanned for
> viruses
> > >
> > > and
> > >
> > > > > > > > > > > > > > > > > > > dangerous content by MailScanner, and
> is
> > > > > > > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Stephen Cottham
> > > > > > > > > > > > > > > > > > Group IT Manager (Associate)
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Robert Bird Group
> > > > > > > > > > > > > > > > > > Level 5, 333 Ann St
> > > > > > > > > > > > > > > > > > Brisbane, Queensland, 4000, Australia
> > > > > > > > > > > > > > > > > > Phone: +6173 319 2777 (AUS)
> > > > > > > > > > > > > > > > > > Phone: +44207 592 8000 (UK)
> > > > > > > > > > > > > > > > > > Fax: +6173 319 2799
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Mobile:  +61400 756 963 (AUS)
> > > > > > > > > > > > > > > > > > Mobile: +447900 918 616 (UK)
> > > > > > > > > > > > > > > > > > Web: www.robertbird.com
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > This email and any attachments are
> > >
> > > confidential
> > >
> > > > > and
> > > > >
> > > > > > > > > > > > > > > > > > may contain
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > legally
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > privileged information or copyright
> > > > > > > > > > > > > > > > > > material.
> > > > >
> > > > > Unless
> > > > >
> > > > > > > > > > > > > > > > > > expressly
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > stated,
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > confidentiality and/or legal privilege is
> > > > > > > > > > > > > > > > > > not intended
> > > > > > > >
> > > > > > > > to
> > > > > > > >
> > > > > > > > > > be
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > waived
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > by
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > the
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > sending of this email. The contents of
> this
> > > > >
> > > > > email,
> > > > >
> > > > > > > > > > including
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > any attachments, are intended solely for
> > > > > > > > > > > > > > > > > > the use
> > > > >
> > > > > of
> > > > >
> > > > > > > > > > > > > > > > > > the individual or entity
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > to
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > whom they are addressed. If you are not
> an
> > > > >
> > > > > intended
> > > > >
> > > > > > > > > > > > > > > > > > recipient, please contact us immediately
> by
> > > > >
> > > > > return
> > > > >
> > > > > > > > email
> > > > > > > >
> > > > > > > > > > and
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > then delete both messages. You may not
> > > > > > > > > > > > > > > > > > otherwise read, forward, copy, use or
> > >
> > > disclose
> > >
> > > > > > > > > > > > > > > > > > this email
> > > > >
> > > > > or
> > > > >
> > > > > > > > > > > > > > > > > > any
> > > > > > > > > >
> > > > > > > > > > attachments.
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > Any views expressed in this email are
> those
> > >
> > > of
> > >
> > > > > > > > > > > > > > > the
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > individual
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > sender except where the sender expressly,
> > > > > > > > > > > > > > > > > > and
> > > > >
> > > > > with
> > > > >
> > > > > > > > > > authority,
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > states otherwise. It is your
> responsibility
> > >
> > > to
> > >
> > > > > check
> > > > >
> > > > > > > > any
> > > > > > > >
> > > > > > > > > > > > > > > > > > attachments for viruses or defects before
> > > > >
> > > > > opening or
> > > > >
> > > > > > > > > > sending
> > > > > > > > > >
> > > > > > > > > > > > > > > > > > them on. None of the sender or its
> related
> > > > >
> > > > > entities
> > > > >
> > > > > > > > > > > > > > > > > > accepts any liability for any
> consequential
> > > > >
> > > > > damage
> > > > >
> > > > > > > > > > > > > > > > > > resulting from this email containing
> > > > > > > > > > > > > > > > > > computer viruses.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Disclaimer added by CodeTwo Exchange
> Rules
> > > > > > > > > > > > > > > > > > http://www.codetwo.com
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> > > > >
> > > > > LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5
> > > > >
> > > > > > > > > > > > > > >kL zI 4M
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >DA
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >u
> > > > >
> > > > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > > > >
> > > > > > > > > > > > > > >nZ W5 lc
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >mF
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >0
> > > > >
> > > > > ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4
> > > > >
> > > > > > > > > > > > > > >+P iB WY
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >Wx
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >1
> > > > >
> > > > > ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXN
> > > > >
> > > > > > > > > > > > > > >zU ER GD
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >Qo
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >+
> > > > >
> > > > > Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXh
> > > > >
> > > > > > > > > > > > > > >pd FZ hb
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >HV
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >l
> > > > >
> > > > > DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4
> > > > >
> > > > > > > > > > > > > > >gV mF sd
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >WU
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >6
> > > > >
> > > > > IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHk
> > > > >
> > > > > > > > > > > > > > >yY ml 0b
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >WF
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >w
> > > > >
> > > > > LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4
> > > > >
> > > > > > > > > > > > > > >gO DU sI
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >C1
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >z
> > > > >
> > > > > LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXR
> > > > >
> > > > > > > > > > > > > > >pb md zL
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >3d
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >l
> > > > >
> > > > > YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4
> > > > >
> > > > > > > > > > > > > > >+P iA NC
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >+
> > > > >
> > > > > Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQ
> > > > >
> > > > > > > > > > > > > > >yY jE 2M
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >WE
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >u
> > > > >
> > > > > cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3B
> > > > >
> > > > > > > > > > > > > > >lb m1 lZ
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >XR
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >p
> > > > >
> > > > > bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg
> > > > >
> > > > > > > > > > > > > > >0Y 2J jM
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >mE
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >5
> > > > >
> > > > > YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1
> > > > >
> > > > > > > > > > > > > > >lO g0 KP
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >+
> > > > >
> > > > > Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4
> > > > >
> > > > > > > > > > > > > > >nd CB vc
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >GV
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >u
> > > > >
> > > > > DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3M
> > > > >
> > > > > > > > > > > > > > >vd 2V iY
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >XB
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >w
> > > > >
> > > > > cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo
> > > > >
> > > > > > > > > > > > > > >+P j4 +P
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >+
> > > > >
> > > > > IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTY
> > > > >
> > > > > > > > > > > > > > >xY S5 wZ
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >GY
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >n
> > > > >
> > > > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > > > >
> > > > > > > > > > > > > > >nZ W5 lc
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >mF
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >0
> > > > >
> > > > > ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGN
> > > > >
> > > > > > > > > > > > > > >vd Wx kb
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >id
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >0
> > > > >
> > > > > IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiA
> > > > >
> > > > > > > > > > > > > > >NC j4 +P
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >+
> > > > >
> > > > > IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWl
> > > > >
> > > > > > > > > > > > > > >zc 2l vb
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >nM
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >u
> > > > >
> > > > > ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4
> > > > >
> > > > > > > > > > > > > > >+I A0 KP
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >+
> > > > >
> > > > > IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXN
> > > > >
> > > > > > > > > > > > > > >vb HZ lI
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >HR
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >o
> > > > >
> > > > > aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4
> > > > >
> > > > > > > > > > > > > > >gD Qo +P
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >+
> > > > >
> > > > > Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWV
> > > > >
> > > > > > > > > > > > > > >zc 2F nZ
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >SB
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >o
> > > > >
> > > > > YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXM
> > > > >
> > > > > > > > > > > > > > >gY 29 ud
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >GV
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >u
> > > > >
> > > > > dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGN
> > > > >
> > > > > > > > > > > > > > >sZ WF uL
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >g0
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >K
> > > > >
> > > > > Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5
> > > > >
> > > > > > > > > > > > > > >uZ WQ gZ
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >m9
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >y
> > > > >
> > > > > IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5
> > > > >
> > > > > > > > > > > > > > >lc iw gY
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >W5
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >k
> > > > >
> > > > > IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo
> > > > >
> > > > > > > > > > > > > > >+P j4 +I
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >Fd
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >C
> > > > >
> > > > > Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyB
> > > > >
> > > > > > > > > > > > > > >tZ XN zY
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >Wd
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >l
> > > > >
> > > > > IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGN
> > > > >
> > > > > > > > > > > > > > >vb nR lb
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >nQ
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >g
> > > > >
> > > > > YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0
> > > > >
> > > > > > > > > > > > > > >KP j4 gD
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >Qo
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >+
> > > > >
> > > > > PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiA
> > > > >
> > > > > > > > > > > > > > >tL SA NC
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >g
> > > > >
> > > > > VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGR
> > > > >
> > > > > > > > > > > > > > >hb md lc
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >m9
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >1
> > > > >
> > > > > cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmU
> > > > >
> > > > > > > > > > > > > > >gY 2x lY
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >W4
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >u DQo+IA0K
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > This message has been scanned for viruses
> and
> > > > > > > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > WBR
> > > > > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > WBR
> > > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > believed to be clean.
> > > > > > > >
> > > > > > > > --
> > > > > > > > This message has been scanned for viruses and
> > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > believed to be clean.
> > > > > > >
> > > > > > > --
> > > > > > > WBR
> > > > > > > Maxim aka solomax
> > > >
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > >
> > > --
> > > This message has been scanned for viruses and
> > > dangerous content by MailScanner, and is
> > > believed to be clean.
> >
> > --
> > WBR
> > Maxim aka solomax
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>


-- 
WBR
Maxim aka solomax

RE: File upload troubles also

Posted by Patrick CARLE <pa...@webcarle.com>.
Thanks greenes,
Sic(...)

Just for information, i'have no cpu problems:
Linux 3.2.0-24-generic sur x86_64 
CPU Intel(R) Xeon(R) CPU L3426 @ 1.87GHz, 8 cores 
RAM : 15.66 GB total, 1.08 GB used 

Before re-installing server with version 2.0, 
all was fonctionnal and powerpoint importation worked 
fine with old openmeetings version openmeetings_1_8_6_r4488

-----Message d'origine-----
De : greenes [mailto:zurcamos@gmail.com] 
Envoyé : vendredi 3 août 2012 20:55
À : openmeetings-user@incubator.apache.org
Objet : RE: File upload troubles also

Patrick,

For now i find nothing strange.

At my case uploading ppt files the
cpu go up.

Sorry, hopefully if anyone can help.

Regards

Alvaro

El vie, 03-08-2012 a las 09:58 +0200, Patrick CARLE escribió:
> Ok Greenes :
> 
>  update-alternatives --config java
>  -------------------------------------
> Il n'existe qu'une « alternative » dans le groupe de liens java : 
> /usr/lib/jvm/jdk1.6.0_32/bin/java.
> Rien à configurer.
>  -------------------------------------
> In english some thing like that : 
> there is only one alternative in java link group :
> /usr/lib/jvm/jdk1.6.0_32/bin/java. 
> Nothing to configure
> 
> 
> 
> -----Message d'origine-----
> De : greenes [mailto:zurcamos@gmail.com] Envoyé : jeudi 2 août 2012 
> 21:26 À : openmeetings-user@incubator.apache.org
> Objet : RE: File upload troubles also
> 
> Patrick, try this on shell:
> 
> update-alternatives --config java
> 
> ...what show?
> 
> .........
> 
> El jue, 02-08-2012 a las 16:25 +0200, Patrick CARLE escribió:
> > Hi Greenes and thanks for your interest to my problem.
> > 
> > java -version :
> > -------------------------------------
> > java version "1.6.0_32"
> > Java(TM) SE Runtime Environment (build 1.6.0_32-b05) Java 
> > HotSpot(TM) 64-Bit Server VM (build 20.7-b02, mixed mode)
> > -------------------------------------
> >  and to complete answer as asked by el.learning (thanks also to him 
> > for help), I have installed my server with this excellent Stephen 
> > Cottham Guide Installing OM2.x On Ubuntu64 - Headless.pdf (Unbuntu
> > 12.04) - Updated
> > 22/7/2012
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > -----Message d'origine-----
> > De : greenes [mailto:zurcamos@gmail.com] Envoyé : jeudi 2 août 2012
> > 12:12 À : openmeetings-user@incubator.apache.org
> > Objet : Re: File upload troubles also
> > 
> > Hi Patrick,
> > 
> > Could you please type in the shell:
> > 
> > java -version
> > 
> > or
> > 
> > java --version
> > 
> > Thanks
> > 
> > 
> > .............
> > 
> > El mié, 01-08-2012 a las 22:28 +0200, Patrick CARLE escribió:
> > > Hello,
> > > 
> > > Have ubuntu server, and have problem with ppt files. I dont know 
> > > what i can do to solve it.
> > > It's ok when i upload pdf, jpg, flv, or gif files but I cant 
> > > upload powerpoint file!
> > > I got this error with ppt:
> > > 
> > > 
> > > ==================================================
> > > 
> > > Name: out
> > > Value: 
> > > Name: exitValue
> > > Value: 1
> > > Name: command
> > > Value: [java, -Doffice.home=/usr/lib/libreoffice, -cp, 
> > > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib
> > > /c
> > > om
> > > mons-i
> > > o-1.4.jar, -cp,
> > > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib
> > > /c
> > > om
> > > mons-c
> > > li-1.1.jar, -cp,
> > >
> >
>
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/ridl-3.2.
> > > 1.jar, -cp,
> > > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib
> > > /j
> > > uh
> > > -3.2.1
> > > .jar, -cp,
> > > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib
> > > /j
> > > od
> > > conver
> > > ter-core-3.0-beta-4.jar, -cp,
> > >
> >
>
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jurt-3.2.
> > > 1.jar, -cp,
> > > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib
> > > /j
> > > so
> > > n-2009
> > > 0211.jar, -cp,
> > > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib
> > > /u
> > > no
> > > il-3.2
> > > .1.jar, -jar,
> > > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib
> > > /j
> > > od
> > > conver
> > > ter-core-3.0-beta-4.jar,
> > > /usr/lib/red5/webapps/conferences/uploadtemp/files/a8d98e6ea302014
> > > 54
> > > e8
> > > f52fce
> > > 62e1a7e.ppt,
> > > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8
> > > f5
> > > 2f
> > > ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf]
> > > Name: error
> > > Value: 1 août 2012 21:37:40
> > > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > > INFO: ProcessManager implementation is LinuxProcessManager
> > > 1 août 2012 21:37:40
> > > org.artofsolving.jodconverter.office.OfficeProcess
> > > start
> > > INFO: starting process with acceptString 
> > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and profileDir 
> > > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > 1 août 2012 21:37:40
> > > org.artofsolving.jodconverter.office.OfficeProcess
> > > start
> > > INFO: started process; pid = 25929 Exception in thread "main"
> > > org.artofsolving.jodconverter.office.OfficeException: failed to 
> > > start and connect
> > > 	at
> > > org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAnd
> > > Wa
> > > it
> > > (Manag
> > > edOfficeProcess.java:64)
> > > 	at
> > > org.artofsolving.jodconverter.office.PooledOfficeManager.start(Poo
> > > le
> > > dO
> > > fficeM
> > > anager.java:101)
> > > 	at
> > > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.star
> > > t(
> > > Pr
> > > ocessP
> > > oolOfficeManager.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.startAnd
> > > Wa
> > > it
> > > (Manag
> > > edOfficeProcess.java:62)
> > > 	... 3 more
> > > Caused by: org.artofsolving.jodconverter.office.OfficeException: 
> > > could not establish connection
> > > 	at
> > > org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartP
> > > ro
> > > ce
> > > ssAndC
> > > onnect(ManagedOfficeProcess.java:142)
> > > 	at
> > > org.artofsolving.jodconverter.office.ManagedOfficeProcess.access$0
> > > 00
> > > (M
> > > anaged
> > > OfficeProcess.java:31)
> > > 	at
> > > org.artofsolving.jodconverter.office.ManagedOfficeProcess$1.run(Ma
> > > na
> > > ge
> > > dOffic
> > > eProcess.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(ThreadPoolE
> > > xe
> > > cu
> > > tor.ja
> > > va:886)
> > > 	at
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
> > > java:9
> > > 08)
> > > 	at java.lang.Thread.run(Thread.java:662)
> > > Caused by: org.artofsolving.jodconverter.office.OfficeException: 
> > > office process died with exit code 134
> > > 	at
> > > org.artofsolving.jodconverter.office.ManagedOfficeProcess$6.attemp
> > > t(
> > > Ma
> > > nagedO
> > > fficeProcess.java:136)
> > > 	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.doStartP
> > > ro
> > > ce
> > > ssAndC
> > > onnect(ManagedOfficeProcess.java:120)
> > > 	... 8 more
> > > 
> > > Name: process
> > > Value: doJodConvert
> > > Name: exitValue
> > > Value: 0
> > > Name: command
> > > Value: 
> > > Name: completeName
> > > Value:
> > > /usr/lib/red5/webapps/conferences/uploadtemp/files/a8d98e6ea302014
> > > 54
> > > e8
> > > f52fce
> > > 62e1a7e
> > > Name: error
> > > Value: 
> > > Name: fileExplorerItemId
> > > Value: 6
> > > Name: process
> > > Value: 
> > > Name: exitValue
> > > Value: 0
> > > Name: process
> > > Value: generateXMLDocument
> > > Name: out
> > > Value: 
> > > Name: exitValue
> > > Value: 1
> > > Name: command
> > > Value: [/usr/bin/convert, -thumbnail, 80,
> > > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8
> > > f5
> > > 2f
> > > ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf,
> > > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8
> > > f5
> > > 2f
> > > ce62e1
> > > a7e/_thumb_page-%04d.jpg]
> > > Name: error
> > > Value: convert: impossible d'ouvrir l'image 
> > > `/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e
> > > 8f
> > > 52
> > > fce62e
> > > 1a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf':  @
> error/blob.c/OpenBlob/2587.
> > > convert: nom de fichier d'image absent 
> > > `/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e
> > > 8f
> > > 52 fce62e 1a7e/_thumb_page-%04d.jpg' @ 
> > > error/convert.c/ConvertImageCommand/3011.
> > > 
> > > Name: process
> > > Value: generateBatchThumbByWidth
> > > Name: exitValue
> > > Value: 0
> > > Name: process
> > > Value: processPDF
> > > Name: out
> > > Value: 
> > > Name: exitValue
> > > Value: 1
> > > Name: command
> > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, 
> > > -i, -j, 85, -s, zoom=72,
> > > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8
> > > f5
> > > 2f
> > > ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf,
> > > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8
> > > f5
> > > 2f
> > > ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.swf]
> > > Name: error
> > > Value: Error: Couldn't open file
> > > '/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e
> > > 8f
> > > 52 fce62e 1a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf'
> > > 
> > > Name: process
> > > Value: generateSwf
> > > 
> > > ==================================================
> > > Thanks for any help,
> > > 
> > > Patrick
> > > 
> > > 
> > 
> > 
> 
> 



RE: File upload troubles also

Posted by greenes <zu...@gmail.com>.
Patrick,

For now i find nothing strange.

At my case uploading ppt files the
cpu go up.

Sorry, hopefully if anyone can help.

Regards

Alvaro

El vie, 03-08-2012 a las 09:58 +0200, Patrick CARLE escribió:
> Ok Greenes :
> 
>  update-alternatives --config java
>  -------------------------------------
> Il n'existe qu'une « alternative » dans le groupe de liens
> java : /usr/lib/jvm/jdk1.6.0_32/bin/java.
> Rien à configurer.
>  -------------------------------------
> In english some thing like that : 
> there is only one alternative in java link group :
> /usr/lib/jvm/jdk1.6.0_32/bin/java. 
> Nothing to configure
> 
> 
> 
> -----Message d'origine-----
> De : greenes [mailto:zurcamos@gmail.com] 
> Envoyé : jeudi 2 août 2012 21:26
> À : openmeetings-user@incubator.apache.org
> Objet : RE: File upload troubles also
> 
> Patrick, try this on shell:
> 
> update-alternatives --config java
> 
> ...what show?
> 
> .........
> 
> El jue, 02-08-2012 a las 16:25 +0200, Patrick CARLE escribió:
> > Hi Greenes and thanks for your interest to my problem.
> > 
> > java -version :
> > -------------------------------------
> > java version "1.6.0_32"
> > Java(TM) SE Runtime Environment (build 1.6.0_32-b05) Java HotSpot(TM) 
> > 64-Bit Server VM (build 20.7-b02, mixed mode)
> > -------------------------------------
> >  and to complete answer as asked by el.learning (thanks also to him 
> > for help), I have installed my server with this excellent Stephen 
> > Cottham Guide Installing OM2.x On Ubuntu64 - Headless.pdf (Unbuntu 
> > 12.04) - Updated
> > 22/7/2012
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > -----Message d'origine-----
> > De : greenes [mailto:zurcamos@gmail.com] Envoyé : jeudi 2 août 2012 
> > 12:12 À : openmeetings-user@incubator.apache.org
> > Objet : Re: File upload troubles also
> > 
> > Hi Patrick,
> > 
> > Could you please type in the shell:
> > 
> > java -version
> > 
> > or
> > 
> > java --version
> > 
> > Thanks
> > 
> > 
> > .............
> > 
> > El mié, 01-08-2012 a las 22:28 +0200, Patrick CARLE escribió:
> > > Hello,
> > > 
> > > Have ubuntu server, and have problem with ppt files. I dont know 
> > > what i can do to solve it.
> > > It's ok when i upload pdf, jpg, flv, or gif files but I cant upload 
> > > powerpoint file!
> > > I got this error with ppt:
> > > 
> > > 
> > > ==================================================
> > > 
> > > Name: out
> > > Value: 
> > > Name: exitValue
> > > Value: 1
> > > Name: command
> > > Value: [java, -Doffice.home=/usr/lib/libreoffice, -cp, 
> > > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/c
> > > om
> > > mons-i
> > > o-1.4.jar, -cp,
> > > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/c
> > > om
> > > mons-c
> > > li-1.1.jar, -cp,
> > >
> >
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/ridl-3.2.
> > > 1.jar, -cp,
> > > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/j
> > > uh
> > > -3.2.1
> > > .jar, -cp,
> > > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/j
> > > od
> > > conver
> > > ter-core-3.0-beta-4.jar, -cp,
> > >
> >
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jurt-3.2.
> > > 1.jar, -cp,
> > > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/j
> > > so
> > > n-2009
> > > 0211.jar, -cp,
> > > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/u
> > > no
> > > il-3.2
> > > .1.jar, -jar,
> > > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/j
> > > od
> > > conver
> > > ter-core-3.0-beta-4.jar,
> > > /usr/lib/red5/webapps/conferences/uploadtemp/files/a8d98e6ea30201454
> > > e8
> > > f52fce
> > > 62e1a7e.ppt,
> > > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f5
> > > 2f
> > > ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf]
> > > Name: error
> > > Value: 1 août 2012 21:37:40
> > > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > > INFO: ProcessManager implementation is LinuxProcessManager
> > > 1 août 2012 21:37:40
> > > org.artofsolving.jodconverter.office.OfficeProcess
> > > start
> > > INFO: starting process with acceptString 
> > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and profileDir 
> > > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > 1 août 2012 21:37:40
> > > org.artofsolving.jodconverter.office.OfficeProcess
> > > start
> > > INFO: started process; pid = 25929
> > > Exception in thread "main"
> > > org.artofsolving.jodconverter.office.OfficeException: failed to 
> > > start and connect
> > > 	at
> > > org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWa
> > > it
> > > (Manag
> > > edOfficeProcess.java:64)
> > > 	at
> > > org.artofsolving.jodconverter.office.PooledOfficeManager.start(Poole
> > > dO
> > > fficeM
> > > anager.java:101)
> > > 	at
> > > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.start(
> > > Pr
> > > ocessP
> > > oolOfficeManager.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.startAndWa
> > > it
> > > (Manag
> > > edOfficeProcess.java:62)
> > > 	... 3 more
> > > Caused by: org.artofsolving.jodconverter.office.OfficeException: 
> > > could not establish connection
> > > 	at
> > > org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartPro
> > > ce
> > > ssAndC
> > > onnect(ManagedOfficeProcess.java:142)
> > > 	at
> > > org.artofsolving.jodconverter.office.ManagedOfficeProcess.access$000
> > > (M
> > > anaged
> > > OfficeProcess.java:31)
> > > 	at
> > > org.artofsolving.jodconverter.office.ManagedOfficeProcess$1.run(Mana
> > > ge
> > > dOffic
> > > eProcess.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(ThreadPoolExe
> > > cu
> > > tor.ja
> > > va:886)
> > > 	at
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
> > > java:9
> > > 08)
> > > 	at java.lang.Thread.run(Thread.java:662)
> > > Caused by: org.artofsolving.jodconverter.office.OfficeException: 
> > > office process died with exit code 134
> > > 	at
> > > org.artofsolving.jodconverter.office.ManagedOfficeProcess$6.attempt(
> > > Ma
> > > nagedO
> > > fficeProcess.java:136)
> > > 	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.doStartPro
> > > ce
> > > ssAndC
> > > onnect(ManagedOfficeProcess.java:120)
> > > 	... 8 more
> > > 
> > > Name: process
> > > Value: doJodConvert
> > > Name: exitValue
> > > Value: 0
> > > Name: command
> > > Value: 
> > > Name: completeName
> > > Value:
> > > /usr/lib/red5/webapps/conferences/uploadtemp/files/a8d98e6ea30201454
> > > e8
> > > f52fce
> > > 62e1a7e
> > > Name: error
> > > Value: 
> > > Name: fileExplorerItemId
> > > Value: 6
> > > Name: process
> > > Value: 
> > > Name: exitValue
> > > Value: 0
> > > Name: process
> > > Value: generateXMLDocument
> > > Name: out
> > > Value: 
> > > Name: exitValue
> > > Value: 1
> > > Name: command
> > > Value: [/usr/bin/convert, -thumbnail, 80, 
> > > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f5
> > > 2f
> > > ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf,
> > > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f5
> > > 2f
> > > ce62e1
> > > a7e/_thumb_page-%04d.jpg]
> > > Name: error
> > > Value: convert: impossible d'ouvrir l'image
> > > `/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f
> > > 52
> > > fce62e
> > > 1a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf':  @
> error/blob.c/OpenBlob/2587.
> > > convert: nom de fichier d'image absent
> > > `/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f
> > > 52 fce62e 1a7e/_thumb_page-%04d.jpg' @ 
> > > error/convert.c/ConvertImageCommand/3011.
> > > 
> > > Name: process
> > > Value: generateBatchThumbByWidth
> > > Name: exitValue
> > > Value: 0
> > > Name: process
> > > Value: processPDF
> > > Name: out
> > > Value: 
> > > Name: exitValue
> > > Value: 1
> > > Name: command
> > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i, 
> > > -j, 85, -s, zoom=72, 
> > > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f5
> > > 2f
> > > ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf,
> > > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f5
> > > 2f
> > > ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.swf]
> > > Name: error
> > > Value: Error: Couldn't open file
> > > '/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f
> > > 52 fce62e 1a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf'
> > > 
> > > Name: process
> > > Value: generateSwf
> > > 
> > > ==================================================
> > > Thanks for any help,
> > > 
> > > Patrick
> > > 
> > > 
> > 
> > 
> 
> 



RE: File upload troubles also

Posted by Patrick CARLE <pa...@webcarle.com>.
Ok Greenes :

 update-alternatives --config java
 -------------------------------------
Il n'existe qu'une « alternative » dans le groupe de liens
java : /usr/lib/jvm/jdk1.6.0_32/bin/java.
Rien à configurer.
 -------------------------------------
In english some thing like that : 
there is only one alternative in java link group :
/usr/lib/jvm/jdk1.6.0_32/bin/java. 
Nothing to configure



-----Message d'origine-----
De : greenes [mailto:zurcamos@gmail.com] 
Envoyé : jeudi 2 août 2012 21:26
À : openmeetings-user@incubator.apache.org
Objet : RE: File upload troubles also

Patrick, try this on shell:

update-alternatives --config java

...what show?

.........

El jue, 02-08-2012 a las 16:25 +0200, Patrick CARLE escribió:
> Hi Greenes and thanks for your interest to my problem.
> 
> java -version :
> -------------------------------------
> java version "1.6.0_32"
> Java(TM) SE Runtime Environment (build 1.6.0_32-b05) Java HotSpot(TM) 
> 64-Bit Server VM (build 20.7-b02, mixed mode)
> -------------------------------------
>  and to complete answer as asked by el.learning (thanks also to him 
> for help), I have installed my server with this excellent Stephen 
> Cottham Guide Installing OM2.x On Ubuntu64 - Headless.pdf (Unbuntu 
> 12.04) - Updated
> 22/7/2012
> 
> 
> 
> 
> 
> 
> 
> -----Message d'origine-----
> De : greenes [mailto:zurcamos@gmail.com] Envoyé : jeudi 2 août 2012 
> 12:12 À : openmeetings-user@incubator.apache.org
> Objet : Re: File upload troubles also
> 
> Hi Patrick,
> 
> Could you please type in the shell:
> 
> java -version
> 
> or
> 
> java --version
> 
> Thanks
> 
> 
> .............
> 
> El mié, 01-08-2012 a las 22:28 +0200, Patrick CARLE escribió:
> > Hello,
> > 
> > Have ubuntu server, and have problem with ppt files. I dont know 
> > what i can do to solve it.
> > It's ok when i upload pdf, jpg, flv, or gif files but I cant upload 
> > powerpoint file!
> > I got this error with ppt:
> > 
> > 
> > ==================================================
> > 
> > Name: out
> > Value: 
> > Name: exitValue
> > Value: 1
> > Name: command
> > Value: [java, -Doffice.home=/usr/lib/libreoffice, -cp, 
> > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/c
> > om
> > mons-i
> > o-1.4.jar, -cp,
> > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/c
> > om
> > mons-c
> > li-1.1.jar, -cp,
> >
>
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/ridl-3.2.
> > 1.jar, -cp,
> > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/j
> > uh
> > -3.2.1
> > .jar, -cp,
> > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/j
> > od
> > conver
> > ter-core-3.0-beta-4.jar, -cp,
> >
>
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jurt-3.2.
> > 1.jar, -cp,
> > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/j
> > so
> > n-2009
> > 0211.jar, -cp,
> > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/u
> > no
> > il-3.2
> > .1.jar, -jar,
> > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/j
> > od
> > conver
> > ter-core-3.0-beta-4.jar,
> > /usr/lib/red5/webapps/conferences/uploadtemp/files/a8d98e6ea30201454
> > e8
> > f52fce
> > 62e1a7e.ppt,
> > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f5
> > 2f
> > ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf]
> > Name: error
> > Value: 1 août 2012 21:37:40
> > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > INFO: ProcessManager implementation is LinuxProcessManager
> > 1 août 2012 21:37:40
> > org.artofsolving.jodconverter.office.OfficeProcess
> > start
> > INFO: starting process with acceptString 
> > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and profileDir 
> > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > 1 août 2012 21:37:40
> > org.artofsolving.jodconverter.office.OfficeProcess
> > start
> > INFO: started process; pid = 25929
> > Exception in thread "main"
> > org.artofsolving.jodconverter.office.OfficeException: failed to 
> > start and connect
> > 	at
> > org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWa
> > it
> > (Manag
> > edOfficeProcess.java:64)
> > 	at
> > org.artofsolving.jodconverter.office.PooledOfficeManager.start(Poole
> > dO
> > fficeM
> > anager.java:101)
> > 	at
> > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.start(
> > Pr
> > ocessP
> > oolOfficeManager.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.startAndWa
> > it
> > (Manag
> > edOfficeProcess.java:62)
> > 	... 3 more
> > Caused by: org.artofsolving.jodconverter.office.OfficeException: 
> > could not establish connection
> > 	at
> > org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartPro
> > ce
> > ssAndC
> > onnect(ManagedOfficeProcess.java:142)
> > 	at
> > org.artofsolving.jodconverter.office.ManagedOfficeProcess.access$000
> > (M
> > anaged
> > OfficeProcess.java:31)
> > 	at
> > org.artofsolving.jodconverter.office.ManagedOfficeProcess$1.run(Mana
> > ge
> > dOffic
> > eProcess.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(ThreadPoolExe
> > cu
> > tor.ja
> > va:886)
> > 	at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
> > java:9
> > 08)
> > 	at java.lang.Thread.run(Thread.java:662)
> > Caused by: org.artofsolving.jodconverter.office.OfficeException: 
> > office process died with exit code 134
> > 	at
> > org.artofsolving.jodconverter.office.ManagedOfficeProcess$6.attempt(
> > Ma
> > nagedO
> > fficeProcess.java:136)
> > 	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.doStartPro
> > ce
> > ssAndC
> > onnect(ManagedOfficeProcess.java:120)
> > 	... 8 more
> > 
> > Name: process
> > Value: doJodConvert
> > Name: exitValue
> > Value: 0
> > Name: command
> > Value: 
> > Name: completeName
> > Value:
> > /usr/lib/red5/webapps/conferences/uploadtemp/files/a8d98e6ea30201454
> > e8
> > f52fce
> > 62e1a7e
> > Name: error
> > Value: 
> > Name: fileExplorerItemId
> > Value: 6
> > Name: process
> > Value: 
> > Name: exitValue
> > Value: 0
> > Name: process
> > Value: generateXMLDocument
> > Name: out
> > Value: 
> > Name: exitValue
> > Value: 1
> > Name: command
> > Value: [/usr/bin/convert, -thumbnail, 80, 
> > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f5
> > 2f
> > ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf,
> > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f5
> > 2f
> > ce62e1
> > a7e/_thumb_page-%04d.jpg]
> > Name: error
> > Value: convert: impossible d'ouvrir l'image
> > `/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f
> > 52
> > fce62e
> > 1a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf':  @
error/blob.c/OpenBlob/2587.
> > convert: nom de fichier d'image absent
> > `/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f
> > 52 fce62e 1a7e/_thumb_page-%04d.jpg' @ 
> > error/convert.c/ConvertImageCommand/3011.
> > 
> > Name: process
> > Value: generateBatchThumbByWidth
> > Name: exitValue
> > Value: 0
> > Name: process
> > Value: processPDF
> > Name: out
> > Value: 
> > Name: exitValue
> > Value: 1
> > Name: command
> > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i, 
> > -j, 85, -s, zoom=72, 
> > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f5
> > 2f
> > ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf,
> > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f5
> > 2f
> > ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.swf]
> > Name: error
> > Value: Error: Couldn't open file
> > '/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f
> > 52 fce62e 1a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf'
> > 
> > Name: process
> > Value: generateSwf
> > 
> > ==================================================
> > Thanks for any help,
> > 
> > Patrick
> > 
> > 
> 
> 



RE: File upload troubles also

Posted by greenes <zu...@gmail.com>.
Patrick, try this on shell:

update-alternatives --config java

...what show?

.........

El jue, 02-08-2012 a las 16:25 +0200, Patrick CARLE escribió:
> Hi Greenes and thanks for your interest to my problem.
> 
> java -version :
> -------------------------------------
> java version "1.6.0_32"
> Java(TM) SE Runtime Environment (build 1.6.0_32-b05)
> Java HotSpot(TM) 64-Bit Server VM (build 20.7-b02, mixed mode)
> -------------------------------------
>  and to complete answer as asked by el.learning (thanks also to him for
> help), I have installed my server with this excellent Stephen Cottham Guide
> Installing OM2.x On Ubuntu64 - Headless.pdf (Unbuntu 12.04) - Updated
> 22/7/2012 
> 
> 
> 
> 
> 
> 
> 
> -----Message d'origine-----
> De : greenes [mailto:zurcamos@gmail.com] 
> Envoyé : jeudi 2 août 2012 12:12
> À : openmeetings-user@incubator.apache.org
> Objet : Re: File upload troubles also
> 
> Hi Patrick,
> 
> Could you please type in the shell:
> 
> java -version
> 
> or
> 
> java --version
> 
> Thanks
> 
> 
> .............
> 
> El mié, 01-08-2012 a las 22:28 +0200, Patrick CARLE escribió:
> > Hello,
> > 
> > Have ubuntu server, and have problem with ppt files. I dont know what 
> > i can do to solve it.
> > It's ok when i upload pdf, jpg, flv, or gif files but I cant upload 
> > powerpoint file!
> > I got this error with ppt:
> > 
> > 
> > ==================================================
> > 
> > Name: out
> > Value: 
> > Name: exitValue
> > Value: 1
> > Name: command
> > Value: [java, -Doffice.home=/usr/lib/libreoffice, -cp, 
> > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/com
> > mons-i
> > o-1.4.jar, -cp,
> > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/com
> > mons-c
> > li-1.1.jar, -cp,
> >
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/ridl-3.2.
> > 1.jar, -cp,
> > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/juh
> > -3.2.1
> > .jar, -cp,
> > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jod
> > conver
> > ter-core-3.0-beta-4.jar, -cp,
> >
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jurt-3.2.
> > 1.jar, -cp,
> > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jso
> > n-2009
> > 0211.jar, -cp,
> > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/uno
> > il-3.2
> > .1.jar, -jar,
> > /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jod
> > conver
> > ter-core-3.0-beta-4.jar,
> > /usr/lib/red5/webapps/conferences/uploadtemp/files/a8d98e6ea30201454e8
> > f52fce
> > 62e1a7e.ppt,
> > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52f
> > ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf]
> > Name: error
> > Value: 1 août 2012 21:37:40
> > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > INFO: ProcessManager implementation is LinuxProcessManager
> > 1 août 2012 21:37:40 
> > org.artofsolving.jodconverter.office.OfficeProcess
> > start
> > INFO: starting process with acceptString 
> > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and profileDir 
> > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > 1 août 2012 21:37:40 
> > org.artofsolving.jodconverter.office.OfficeProcess
> > start
> > INFO: started process; pid = 25929
> > Exception in thread "main"
> > org.artofsolving.jodconverter.office.OfficeException: failed to start 
> > and connect
> > 	at
> > org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWait
> > (Manag
> > edOfficeProcess.java:64)
> > 	at
> > org.artofsolving.jodconverter.office.PooledOfficeManager.start(PooledO
> > fficeM
> > anager.java:101)
> > 	at
> > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.start(Pr
> > ocessP
> > oolOfficeManager.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
> > (Manag
> > edOfficeProcess.java:62)
> > 	... 3 more
> > Caused by: org.artofsolving.jodconverter.office.OfficeException: could 
> > not establish connection
> > 	at
> > org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartProce
> > ssAndC
> > onnect(ManagedOfficeProcess.java:142)
> > 	at
> > org.artofsolving.jodconverter.office.ManagedOfficeProcess.access$000(M
> > anaged
> > OfficeProcess.java:31)
> > 	at
> > org.artofsolving.jodconverter.office.ManagedOfficeProcess$1.run(Manage
> > dOffic
> > eProcess.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(ThreadPoolExecu
> > tor.ja
> > va:886)
> > 	at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
> > java:9
> > 08)
> > 	at java.lang.Thread.run(Thread.java:662)
> > Caused by: org.artofsolving.jodconverter.office.OfficeException: 
> > office process died with exit code 134
> > 	at
> > org.artofsolving.jodconverter.office.ManagedOfficeProcess$6.attempt(Ma
> > nagedO
> > fficeProcess.java:136)
> > 	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.doStartProce
> > ssAndC
> > onnect(ManagedOfficeProcess.java:120)
> > 	... 8 more
> > 
> > Name: process
> > Value: doJodConvert
> > Name: exitValue
> > Value: 0
> > Name: command
> > Value: 
> > Name: completeName
> > Value:
> > /usr/lib/red5/webapps/conferences/uploadtemp/files/a8d98e6ea30201454e8
> > f52fce
> > 62e1a7e
> > Name: error
> > Value: 
> > Name: fileExplorerItemId
> > Value: 6
> > Name: process
> > Value: 
> > Name: exitValue
> > Value: 0
> > Name: process
> > Value: generateXMLDocument
> > Name: out
> > Value: 
> > Name: exitValue
> > Value: 1
> > Name: command
> > Value: [/usr/bin/convert, -thumbnail, 80,
> > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52f
> > ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf,
> > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52f
> > ce62e1
> > a7e/_thumb_page-%04d.jpg]
> > Name: error
> > Value: convert: impossible d'ouvrir l'image 
> > `/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52
> > fce62e
> > 1a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf':  @ error/blob.c/OpenBlob/2587.
> > convert: nom de fichier d'image absent 
> > `/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52
> > fce62e 1a7e/_thumb_page-%04d.jpg' @ 
> > error/convert.c/ConvertImageCommand/3011.
> > 
> > Name: process
> > Value: generateBatchThumbByWidth
> > Name: exitValue
> > Value: 0
> > Name: process
> > Value: processPDF
> > Name: out
> > Value: 
> > Name: exitValue
> > Value: 1
> > Name: command
> > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i, 
> > -j, 85, -s, zoom=72,
> > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52f
> > ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf,
> > /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52f
> > ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.swf]
> > Name: error
> > Value: Error: Couldn't open file
> > '/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52
> > fce62e 1a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf'
> > 
> > Name: process
> > Value: generateSwf
> > 
> > ==================================================
> > Thanks for any help,
> > 
> > Patrick
> > 
> > 
> 
> 



RE: File upload troubles also

Posted by Patrick CARLE <pa...@webcarle.com>.
Hi Greenes and thanks for your interest to my problem.

java -version :
-------------------------------------
java version "1.6.0_32"
Java(TM) SE Runtime Environment (build 1.6.0_32-b05)
Java HotSpot(TM) 64-Bit Server VM (build 20.7-b02, mixed mode)
-------------------------------------
 and to complete answer as asked by el.learning (thanks also to him for
help), I have installed my server with this excellent Stephen Cottham Guide
Installing OM2.x On Ubuntu64 - Headless.pdf (Unbuntu 12.04) - Updated
22/7/2012 







-----Message d'origine-----
De : greenes [mailto:zurcamos@gmail.com] 
Envoyé : jeudi 2 août 2012 12:12
À : openmeetings-user@incubator.apache.org
Objet : Re: File upload troubles also

Hi Patrick,

Could you please type in the shell:

java -version

or

java --version

Thanks


.............

El mié, 01-08-2012 a las 22:28 +0200, Patrick CARLE escribió:
> Hello,
> 
> Have ubuntu server, and have problem with ppt files. I dont know what 
> i can do to solve it.
> It's ok when i upload pdf, jpg, flv, or gif files but I cant upload 
> powerpoint file!
> I got this error with ppt:
> 
> 
> ==================================================
> 
> Name: out
> Value: 
> Name: exitValue
> Value: 1
> Name: command
> Value: [java, -Doffice.home=/usr/lib/libreoffice, -cp, 
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/com
> mons-i
> o-1.4.jar, -cp,
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/com
> mons-c
> li-1.1.jar, -cp,
>
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/ridl-3.2.
> 1.jar, -cp,
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/juh
> -3.2.1
> .jar, -cp,
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jod
> conver
> ter-core-3.0-beta-4.jar, -cp,
>
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jurt-3.2.
> 1.jar, -cp,
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jso
> n-2009
> 0211.jar, -cp,
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/uno
> il-3.2
> .1.jar, -jar,
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jod
> conver
> ter-core-3.0-beta-4.jar,
> /usr/lib/red5/webapps/conferences/uploadtemp/files/a8d98e6ea30201454e8
> f52fce
> 62e1a7e.ppt,
> /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52f
> ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf]
> Name: error
> Value: 1 août 2012 21:37:40
> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> INFO: ProcessManager implementation is LinuxProcessManager
> 1 août 2012 21:37:40 
> org.artofsolving.jodconverter.office.OfficeProcess
> start
> INFO: starting process with acceptString 
> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and profileDir 
> '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> 1 août 2012 21:37:40 
> org.artofsolving.jodconverter.office.OfficeProcess
> start
> INFO: started process; pid = 25929
> Exception in thread "main"
> org.artofsolving.jodconverter.office.OfficeException: failed to start 
> and connect
> 	at
> org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWait
> (Manag
> edOfficeProcess.java:64)
> 	at
> org.artofsolving.jodconverter.office.PooledOfficeManager.start(PooledO
> fficeM
> anager.java:101)
> 	at
> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.start(Pr
> ocessP
> oolOfficeManager.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
> (Manag
> edOfficeProcess.java:62)
> 	... 3 more
> Caused by: org.artofsolving.jodconverter.office.OfficeException: could 
> not establish connection
> 	at
> org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartProce
> ssAndC
> onnect(ManagedOfficeProcess.java:142)
> 	at
> org.artofsolving.jodconverter.office.ManagedOfficeProcess.access$000(M
> anaged
> OfficeProcess.java:31)
> 	at
> org.artofsolving.jodconverter.office.ManagedOfficeProcess$1.run(Manage
> dOffic
> eProcess.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(ThreadPoolExecu
> tor.ja
> va:886)
> 	at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
> java:9
> 08)
> 	at java.lang.Thread.run(Thread.java:662)
> Caused by: org.artofsolving.jodconverter.office.OfficeException: 
> office process died with exit code 134
> 	at
> org.artofsolving.jodconverter.office.ManagedOfficeProcess$6.attempt(Ma
> nagedO
> fficeProcess.java:136)
> 	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.doStartProce
> ssAndC
> onnect(ManagedOfficeProcess.java:120)
> 	... 8 more
> 
> Name: process
> Value: doJodConvert
> Name: exitValue
> Value: 0
> Name: command
> Value: 
> Name: completeName
> Value:
> /usr/lib/red5/webapps/conferences/uploadtemp/files/a8d98e6ea30201454e8
> f52fce
> 62e1a7e
> Name: error
> Value: 
> Name: fileExplorerItemId
> Value: 6
> Name: process
> Value: 
> Name: exitValue
> Value: 0
> Name: process
> Value: generateXMLDocument
> Name: out
> Value: 
> Name: exitValue
> Value: 1
> Name: command
> Value: [/usr/bin/convert, -thumbnail, 80,
> /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52f
> ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf,
> /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52f
> ce62e1
> a7e/_thumb_page-%04d.jpg]
> Name: error
> Value: convert: impossible d'ouvrir l'image 
> `/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52
> fce62e
> 1a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf':  @ error/blob.c/OpenBlob/2587.
> convert: nom de fichier d'image absent 
> `/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52
> fce62e 1a7e/_thumb_page-%04d.jpg' @ 
> error/convert.c/ConvertImageCommand/3011.
> 
> Name: process
> Value: generateBatchThumbByWidth
> Name: exitValue
> Value: 0
> Name: process
> Value: processPDF
> Name: out
> Value: 
> Name: exitValue
> Value: 1
> Name: command
> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i, 
> -j, 85, -s, zoom=72,
> /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52f
> ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf,
> /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52f
> ce62e1 a7e/a8d98e6ea30201454e8f52fce62e1a7e.swf]
> Name: error
> Value: Error: Couldn't open file
> '/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52
> fce62e 1a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf'
> 
> Name: process
> Value: generateSwf
> 
> ==================================================
> Thanks for any help,
> 
> Patrick
> 
> 



Antw: Re: File upload troubles also

Posted by eLearning <eL...@donau-uni.ac.at>.
Hello,

tried installation according to Stephen Cottham Guide Installing OM2.x
On Ubuntu64 - Headless.pdf (Unbuntu 12.04) - Updated 22/7/2012 
(https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=9&modificationDate=1342975689000),
which i think is an excellent guide!

I also got the message:

....
 INFO: starting process with acceptString
'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and profileDir
'/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
1 août 2012 21:37:40
org.artofsolving.jodconverter.office.OfficeProcess
start
INFO: started process; pid = 18645
Exception in thread "main"
org.artofsolving.jodconverter.office.OfficeException: failed to start
and
connect
 	at

org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWait(Manag
 edOfficeProcess.java:64)
... to be continuend ...


Tried to set OfficePath but, didn´t work.
Rebooted the server and it worked!
Everything I tested so far works, Recording, Importing Documents OK.

Greetings 

Peter Klinka

>>> greenes <zu...@gmail.com> schrieb am 02.08.2012 um 12:11 in
Nachricht
<13...@localhost>:
> Hi Patrick,
> 
> Could you please type in the shell:
> 
> java -version
> 
> or
> 
> java --version
> 
> Thanks
> 
> 
> .............
> 
> El mié, 01-08-2012 a las 22:28 +0200, Patrick CARLE escribió:
>> Hello,
>> 
>> Have ubuntu server, and have problem with ppt files. I dont know
what i can
>> do to solve it.
>> It's ok when i upload pdf, jpg, flv, or gif files but I cant upload
>> powerpoint file!
>> I got this error with ppt:
>> 
>> 
>> ==================================================
>> 
>> Name: out
>> Value: 
>> Name: exitValue
>> Value: 1
>> Name: command
>> Value: [java, -Doffice.home=/usr/lib/libreoffice, -cp,
>>
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/commons-i
>> o-1.4.jar, -cp,
>>
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/commons-c
>> li-1.1.jar, -cp,
>>
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/ridl-3.2.
>> 1.jar, -cp,
>>
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/juh-3.2.1
>> .jar, -cp,
>>
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jodconver
>> ter-core-3.0-beta-4.jar, -cp,
>>
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jurt-3.2.
>> 1.jar, -cp,
>>
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/json-2009
>> 0211.jar, -cp,
>>
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/unoil-3.2
>> .1.jar, -jar,
>>
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jodconver
>> ter-core-3.0-beta-4.jar,
>>
/usr/lib/red5/webapps/conferences/uploadtemp/files/a8d98e6ea30201454e8f52fce
>> 62e1a7e.ppt,
>>
/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e1
>> a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf]
>> Name: error
>> Value: 1 août 2012 21:37:40
>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager 
>> INFO: ProcessManager implementation is LinuxProcessManager
>> 1 août 2012 21:37:40
org.artofsolving.jodconverter.office.OfficeProcess
>> start
>> INFO: starting process with acceptString
>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and profileDir
>> '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
>> 1 août 2012 21:37:40
org.artofsolving.jodconverter.office.OfficeProcess
>> start
>> INFO: started process; pid = 25929
>> Exception in thread "main"
>> org.artofsolving.jodconverter.office.OfficeException: failed to
start and
>> connect
>> 	at
>>
org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWait(Manag
>> edOfficeProcess.java:64)
>> 	at
>>
org.artofsolving.jodconverter.office.PooledOfficeManager.start(PooledOfficeM
>> anager.java:101)
>> 	at
>>
org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.start(ProcessP
>> oolOfficeManager.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(Manag
>> edOfficeProcess.java:62)
>> 	... 3 more
>> Caused by: org.artofsolving.jodconverter.office.OfficeException:
could not
>> establish connection
>> 	at
>>
org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartProcessAndC
>> onnect(ManagedOfficeProcess.java:142)
>> 	at
>>
org.artofsolving.jodconverter.office.ManagedOfficeProcess.access$000(Managed
>> OfficeProcess.java:31)
>> 	at
>>
org.artofsolving.jodconverter.office.ManagedOfficeProcess$1.run(ManagedOffic
>> eProcess.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.ja
>> va:886)
>> 	at
>>
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:9
>> 08)
>> 	at java.lang.Thread.run(Thread.java:662)
>> Caused by: org.artofsolving.jodconverter.office.OfficeException:
office
>> process died with exit code 134
>> 	at
>>
org.artofsolving.jodconverter.office.ManagedOfficeProcess$6.attempt(ManagedO
>> fficeProcess.java:136)
>> 	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.doStartProcessAndC
>> onnect(ManagedOfficeProcess.java:120)
>> 	... 8 more
>> 
>> Name: process
>> Value: doJodConvert
>> Name: exitValue
>> Value: 0
>> Name: command
>> Value: 
>> Name: completeName
>> Value:
>>
/usr/lib/red5/webapps/conferences/uploadtemp/files/a8d98e6ea30201454e8f52fce
>> 62e1a7e
>> Name: error
>> Value: 
>> Name: fileExplorerItemId
>> Value: 6
>> Name: process
>> Value: 
>> Name: exitValue
>> Value: 0
>> Name: process
>> Value: generateXMLDocument
>> Name: out
>> Value: 
>> Name: exitValue
>> Value: 1
>> Name: command
>> Value: [/usr/bin/convert, -thumbnail, 80,
>>
/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e1
>> a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf,
>>
/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e1
>> a7e/_thumb_page-%04d.jpg]
>> Name: error
>> Value: convert: impossible d'ouvrir l'image
>>
`/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e
>> 1a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf':  @
error/blob.c/OpenBlob/2587.
>> convert: nom de fichier d'image absent
>>
`/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e
>> 1a7e/_thumb_page-%04d.jpg' @
error/convert.c/ConvertImageCommand/3011.
>> 
>> Name: process
>> Value: generateBatchThumbByWidth
>> Name: exitValue
>> Value: 0
>> Name: process
>> Value: processPDF
>> Name: out
>> Value: 
>> Name: exitValue
>> Value: 1
>> Name: command
>> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i,
-j, 85,
>> -s, zoom=72,
>>
/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e1
>> a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf,
>>
/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e1
>> a7e/a8d98e6ea30201454e8f52fce62e1a7e.swf]
>> Name: error
>> Value: Error: Couldn't open file
>>
'/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e
>> 1a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf'
>> 
>> Name: process
>> Value: generateSwf
>> 
>> ==================================================
>> Thanks for any help,
>> 
>> Patrick
>> 
>> 

Re: File upload troubles also

Posted by greenes <zu...@gmail.com>.
Hi Patrick,

Could you please type in the shell:

java -version

or

java --version

Thanks


.............

El mié, 01-08-2012 a las 22:28 +0200, Patrick CARLE escribió:
> Hello,
> 
> Have ubuntu server, and have problem with ppt files. I dont know what i can
> do to solve it.
> It's ok when i upload pdf, jpg, flv, or gif files but I cant upload
> powerpoint file!
> I got this error with ppt:
> 
> 
> ==================================================
> 
> Name: out
> Value: 
> Name: exitValue
> Value: 1
> Name: command
> Value: [java, -Doffice.home=/usr/lib/libreoffice, -cp,
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/commons-i
> o-1.4.jar, -cp,
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/commons-c
> li-1.1.jar, -cp,
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/ridl-3.2.
> 1.jar, -cp,
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/juh-3.2.1
> .jar, -cp,
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jodconver
> ter-core-3.0-beta-4.jar, -cp,
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jurt-3.2.
> 1.jar, -cp,
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/json-2009
> 0211.jar, -cp,
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/unoil-3.2
> .1.jar, -jar,
> /usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jodconver
> ter-core-3.0-beta-4.jar,
> /usr/lib/red5/webapps/conferences/uploadtemp/files/a8d98e6ea30201454e8f52fce
> 62e1a7e.ppt,
> /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e1
> a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf]
> Name: error
> Value: 1 août 2012 21:37:40
> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager 
> INFO: ProcessManager implementation is LinuxProcessManager
> 1 août 2012 21:37:40 org.artofsolving.jodconverter.office.OfficeProcess
> start
> INFO: starting process with acceptString
> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and profileDir
> '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> 1 août 2012 21:37:40 org.artofsolving.jodconverter.office.OfficeProcess
> start
> INFO: started process; pid = 25929
> Exception in thread "main"
> org.artofsolving.jodconverter.office.OfficeException: failed to start and
> connect
> 	at
> org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWait(Manag
> edOfficeProcess.java:64)
> 	at
> org.artofsolving.jodconverter.office.PooledOfficeManager.start(PooledOfficeM
> anager.java:101)
> 	at
> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.start(ProcessP
> oolOfficeManager.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(Manag
> edOfficeProcess.java:62)
> 	... 3 more
> Caused by: org.artofsolving.jodconverter.office.OfficeException: could not
> establish connection
> 	at
> org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartProcessAndC
> onnect(ManagedOfficeProcess.java:142)
> 	at
> org.artofsolving.jodconverter.office.ManagedOfficeProcess.access$000(Managed
> OfficeProcess.java:31)
> 	at
> org.artofsolving.jodconverter.office.ManagedOfficeProcess$1.run(ManagedOffic
> eProcess.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.ja
> va:886)
> 	at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:9
> 08)
> 	at java.lang.Thread.run(Thread.java:662)
> Caused by: org.artofsolving.jodconverter.office.OfficeException: office
> process died with exit code 134
> 	at
> org.artofsolving.jodconverter.office.ManagedOfficeProcess$6.attempt(ManagedO
> fficeProcess.java:136)
> 	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.doStartProcessAndC
> onnect(ManagedOfficeProcess.java:120)
> 	... 8 more
> 
> Name: process
> Value: doJodConvert
> Name: exitValue
> Value: 0
> Name: command
> Value: 
> Name: completeName
> Value:
> /usr/lib/red5/webapps/conferences/uploadtemp/files/a8d98e6ea30201454e8f52fce
> 62e1a7e
> Name: error
> Value: 
> Name: fileExplorerItemId
> Value: 6
> Name: process
> Value: 
> Name: exitValue
> Value: 0
> Name: process
> Value: generateXMLDocument
> Name: out
> Value: 
> Name: exitValue
> Value: 1
> Name: command
> Value: [/usr/bin/convert, -thumbnail, 80,
> /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e1
> a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf,
> /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e1
> a7e/_thumb_page-%04d.jpg]
> Name: error
> Value: convert: impossible d'ouvrir l'image
> `/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e
> 1a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf':  @ error/blob.c/OpenBlob/2587.
> convert: nom de fichier d'image absent
> `/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e
> 1a7e/_thumb_page-%04d.jpg' @ error/convert.c/ConvertImageCommand/3011.
> 
> Name: process
> Value: generateBatchThumbByWidth
> Name: exitValue
> Value: 0
> Name: process
> Value: processPDF
> Name: out
> Value: 
> Name: exitValue
> Value: 1
> Name: command
> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i, -j, 85,
> -s, zoom=72,
> /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e1
> a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf,
> /usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e1
> a7e/a8d98e6ea30201454e8f52fce62e1a7e.swf]
> Name: error
> Value: Error: Couldn't open file
> '/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e
> 1a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf'
> 
> Name: process
> Value: generateSwf
> 
> ==================================================
> Thanks for any help,
> 
> Patrick
> 
> 



File upload troubles also

Posted by Patrick CARLE <pa...@webcarle.com>.
Hello,

Have ubuntu server, and have problem with ppt files. I dont know what i can
do to solve it.
It's ok when i upload pdf, jpg, flv, or gif files but I cant upload
powerpoint file!
I got this error with ppt:


==================================================

Name: out
Value: 
Name: exitValue
Value: 1
Name: command
Value: [java, -Doffice.home=/usr/lib/libreoffice, -cp,
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/commons-i
o-1.4.jar, -cp,
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/commons-c
li-1.1.jar, -cp,
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/ridl-3.2.
1.jar, -cp,
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/juh-3.2.1
.jar, -cp,
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jodconver
ter-core-3.0-beta-4.jar, -cp,
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jurt-3.2.
1.jar, -cp,
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/json-2009
0211.jar, -cp,
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/unoil-3.2
.1.jar, -jar,
/usr/lib/red5/webapps/conferences/jodconverter-core-3.0-beta-4/lib/jodconver
ter-core-3.0-beta-4.jar,
/usr/lib/red5/webapps/conferences/uploadtemp/files/a8d98e6ea30201454e8f52fce
62e1a7e.ppt,
/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e1
a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf]
Name: error
Value: 1 août 2012 21:37:40
org.artofsolving.jodconverter.office.ProcessPoolOfficeManager 
INFO: ProcessManager implementation is LinuxProcessManager
1 août 2012 21:37:40 org.artofsolving.jodconverter.office.OfficeProcess
start
INFO: starting process with acceptString
'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and profileDir
'/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
1 août 2012 21:37:40 org.artofsolving.jodconverter.office.OfficeProcess
start
INFO: started process; pid = 25929
Exception in thread "main"
org.artofsolving.jodconverter.office.OfficeException: failed to start and
connect
	at
org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWait(Manag
edOfficeProcess.java:64)
	at
org.artofsolving.jodconverter.office.PooledOfficeManager.start(PooledOfficeM
anager.java:101)
	at
org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.start(ProcessP
oolOfficeManager.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(Manag
edOfficeProcess.java:62)
	... 3 more
Caused by: org.artofsolving.jodconverter.office.OfficeException: could not
establish connection
	at
org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartProcessAndC
onnect(ManagedOfficeProcess.java:142)
	at
org.artofsolving.jodconverter.office.ManagedOfficeProcess.access$000(Managed
OfficeProcess.java:31)
	at
org.artofsolving.jodconverter.office.ManagedOfficeProcess$1.run(ManagedOffic
eProcess.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.ja
va:886)
	at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:9
08)
	at java.lang.Thread.run(Thread.java:662)
Caused by: org.artofsolving.jodconverter.office.OfficeException: office
process died with exit code 134
	at
org.artofsolving.jodconverter.office.ManagedOfficeProcess$6.attempt(ManagedO
fficeProcess.java:136)
	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.doStartProcessAndC
onnect(ManagedOfficeProcess.java:120)
	... 8 more

Name: process
Value: doJodConvert
Name: exitValue
Value: 0
Name: command
Value: 
Name: completeName
Value:
/usr/lib/red5/webapps/conferences/uploadtemp/files/a8d98e6ea30201454e8f52fce
62e1a7e
Name: error
Value: 
Name: fileExplorerItemId
Value: 6
Name: process
Value: 
Name: exitValue
Value: 0
Name: process
Value: generateXMLDocument
Name: out
Value: 
Name: exitValue
Value: 1
Name: command
Value: [/usr/bin/convert, -thumbnail, 80,
/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e1
a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf,
/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e1
a7e/_thumb_page-%04d.jpg]
Name: error
Value: convert: impossible d'ouvrir l'image
`/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e
1a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf':  @ error/blob.c/OpenBlob/2587.
convert: nom de fichier d'image absent
`/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e
1a7e/_thumb_page-%04d.jpg' @ error/convert.c/ConvertImageCommand/3011.

Name: process
Value: generateBatchThumbByWidth
Name: exitValue
Value: 0
Name: process
Value: processPDF
Name: out
Value: 
Name: exitValue
Value: 1
Name: command
Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i, -j, 85,
-s, zoom=72,
/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e1
a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf,
/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e1
a7e/a8d98e6ea30201454e8f52fce62e1a7e.swf]
Name: error
Value: Error: Couldn't open file
'/usr/lib/red5/webapps/conferences/upload/files/a8d98e6ea30201454e8f52fce62e
1a7e/a8d98e6ea30201454e8f52fce62e1a7e.pdf'

Name: process
Value: generateSwf

==================================================
Thanks for any help,

Patrick



Re: {Disarmed} Re: File upload troubles

Posted by Dimitri Yioulos <dy...@onpointfc.com>.
Maxim,

I followed the instructions in 
http://code.google.com/p/openmeetings/wiki/InstallationCentOS5 (e.g. added 
missing programs via yum, built ImageMagick, sox, etc. from source) , but I'm 
still getting errors.  Perhaps I didn't go back far enough in the error 
dialogue box; the first error I see is:

Name: error
Value: Exception in thread "main" java.lang.IllegalStateException: invalid 
officeHome: it doesn't contain soffice.bin: /usr/lib/libreoffice/program
	at 
org.artofsolving.jodconverter.office.DefaultOfficeManagerConfiguration.buildOfficeManager(DefaultOfficeManagerConfiguration.java:167)
	at org.artofsolving.jodconverter.cli.Convert.main(Convert.java:111)

As administrator, I changed office.path in Administration|Configuration to 
be /usr/lib/libreoffice/program, after "locate" showed that to be the directory 
in which soffice.bin is located.

Additional errors still have to do with file location, as previously posted.  
Are those due to the error described above?

Dimitri



On Wednesday 01 August 2012 11:45:00 am Maxim Solodovnik wrote:
> can you check yourself based on this guide?
> http://code.google.com/p/openmeetings/wiki/InstallationCentOS5
>
> some packages are newer but the whole list is complete
>
> On Wed, Aug 1, 2012 at 10:40 PM, Dimitri Yioulos 
<dy...@onpointfc.com>wrote:
> > ImageMagick-6.7.8-7
> >
> > On Wednesday 01 August 2012 11:37:24 am Maxim Solodovnik wrote:
> > > Which version of ImageMagic have you installed?
> > >
> > > On Thu, Aug 2, 2012 at 12:35 AM, greenes <zu...@gmail.com> wrote:
> > > > Sorry and Thanks!
> > > >
> > > > Alvaro
> > > >
> > > > ..........
> > > >
> > > > El mié, 01-08-2012 a las 11:32 -0400, Dimitri Yioulos escribió:
> > > > > Ah.  Sorry I missed that.  I guess I need to spend some time
> >
> > improving
> >
> > > > > my reading skills :-) .
> > > > >
> > > > > I built ImageMagick from source, but still get these errors when I
> >
> > try
> >
> > > > to upload
> > > >
> > > > > files:
> > > > >
> > > > > Name: error
> > > > > Value: convert: unable to open image
> >
> > 
`/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf':
> > > > > No such file or directory @ error/blob.c/OpenBlob/2642.
> > > > > convert: no images defined
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e
> >
> > > >98ffb218ae2594c387/_thumb_page-%04d.jpg'
> > > >
> > > > > @ error/convert.c/ConvertImageCommand/3044.
> > > > >
> > > > > and
> > > > >
> > > > > Name: error
> > > > > Value: Error: Couldn't open
> > > > > file
> >
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e
> >
> > > >98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf'
> > > >
> > > > > What else should I try?
> > > > >
> > > > > Dimitri
> > > > >
> > > > > On Wednesday 01 August 2012 10:56:25 am Maxim Solodovnik wrote:
> > > > > > I wrote you:
> > > > > >
> > > > > > "You need to remove ImageMagic installed with yum and build it
> > > > > > from sources"
> > > > > >
> > > > > > On Wed, Aug 1, 2012 at 6:55 PM, Dimitri Yioulos <
> > > >
> > > > dyioulos@onpointfc.com>wrote:
> > > > > > > Hi, Alexei.
> > > > > > >
> > > > > > > If you mean the Monday post by Maxim, where he asks:
> > > > > > >
> > > > > > > what is the output of yum groupinstall "Office Suite and
> > > >
> > > > Productivity"
> > > >
> > > > > > > then, yes, I saw it and responded to it.  Here's what I wrote
> >
> > (most
> >
> > > > > > > recent post
> > > > > > > first; again, sorry for the verbosity):
> > > > > > >
> > > > > > >
> > > > > > > 1.  Apologies for the drips-and-drabs of information.  I just
> > > > > > > ran "java -jar
> > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > >
> > > > faxcover.doc
> > > >
> > > > > > > faxcover.pdf" at the command line (obviously, I guess), and it
> > > > > > > worked successfully.  So, why is file upload still failing?
> > > > > > >
> > > > > > >
> > > > > > > 2.  I ran yum groupinstall "Office Suite and Productivity",
> >
> > feeling
> >
> > > > there
> > > >
> > > > > > > was
> > > > > > > nothing to lose.  Still no joy.  When I try to upload a file, I
> >
> > get
> >
> > > > the
> > > >
> > > > > > > following errors:
> > > > > > >
> > > > > > > Name: error
> > > > > > > Value: convert: unable to open image
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > > >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No
> > > > > > > such
> > > >
> > > > file or
> > > >
> > > > > > > directory @ blob.c/OpenBlob/2480.
> > > > > > > convert: missing an image filename
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > > >bdc964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > > > > convert.c/ConvertImageCommand/2800.
> > > > > > >
> > > > > > > Name: process
> > > > > > > Value: generateBatchThumbByWidth
> > > > > > > Name: exitValue
> > > > > > > Value: 0
> > > > > > > Name: process
> > > > > > > Value: processPDF
> > > > > > > Name: out
> > > > > > > Value:
> > > > > > > Name: exitValue
> > > > > > > Value: 1
> > > > > > > Name: command
> > > > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> > > > > > > poly2bitmap, -i,
> > > >
> > > > -j,
> > > >
> > > > > > > 85, -s,
> > > > > > > zoom=72,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >
> > > > > > >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >
> > > > > > >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf] Name:
> >
> > error
> >
> > > > > > > Value: Error: Couldn't open
> > > > > > > file
> >
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > > >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > > > > > >
> > > > > > > Name: process
> > > > > > > Value: generateSwf
> > > > > > >
> > > > > > > ImageMagick is installed properly, afaik.  Is this a bug, or a
> > > > > > > misconfiguration
> > > > > > > on my part?
> > > > > > >
> > > > > > >
> > > > > > > 3.  Maxim,
> > > > > > >
> > > > > > > Output of yum groupinstall "Office Suite and Productivity" is:
> > > > > > >
> > > > > > > Installing:
> > > > > > >  libreoffice-calc
> > > > > > >  libreoffice-draw
> > > > > > >  libreoffice-graphicfilter
> > > > > > >  libreoffice-impress
> > > > > > >  libreoffice-langpack-en
> > > > > > >  libreoffice-math
> > > > > > >  libreoffice-writer
> > > > > > >  libreoffice-xsltfilter
> > > > > > > Installing for dependencies:
> > > > > > >  libreoffice-pdfimport
> > > > > > >  libreoffice-presenter-screen
> > > > > > >  libwpd
> > > > > > >  lpsolve
> > > > > > >  mythes-en
> > > > > > >
> > > > > > > Output of tail "FAX COVER SHEET.doc" is:
> >
> > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > >ÿÿ
> > > > >
> > > > > > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> > > > > > > Entryÿÿÿÿÿÿÿÿ ÀF É
> > > > > > >
> > > > > > >
> > > > > > > NljÍ5Data
> >
> > 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSumma
> >
> > >ryInformation8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > >ÿÿ
> > > > >
> > > > > > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ
> >
> >  ÀFMicrosoft
> >
> > > > Office
> > > >
> > > > > > > Word Document
> > > > > > > MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> >
> > PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuT
> >
> > > > > > >TYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > > > > >
> > > > > > > (that's some weird stuff :-) ).
> > > > > > >
> > > > > > > Output of ps -ef|grep office is:
> > > > > > >
> > > > > > > [root@openmeetings ~]# ps -ef|grep office
> > > > > > > root      1587     1  0 Jul30 ?
> > > > > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> >
> > --nofirststartwizard
> >
> > > > > > > root      1599  1587  0 Jul30 ?
> > > > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> >
> > --nofirststartwizard
> >
> > > > > > > root     16352 16270  0 07:25 pts/1    00:00:00 grep office
> > > > > > >
> > > > > > >
> > > > > > > Does any of this information help you to help me?
> > > > > > >
> > > > > > > Dimitri
> > > > > > >
> > > > > > > On Wednesday 01 August 2012 7:27:19 am Alexei Fedotov wrote:
> > > > > > > > Dimitri, have you noticed the message from Maxim
> > > > > > > > 01.08.2012 15:23 пользователь "Dimitri Yioulos"
> > > > > > > > <dy...@onpointfc.com>
> > > > > > > >
> > > > > > > > написал:
> > > > > > > > > I sent some updated information yesterday regarding this
> >
> > issue.
> >
> > > >  Does
> > > >
> > > > > > > > > anyone
> > > > > > > > > have any more ideas on how I can resolve this?  Your
> >
> > continued
> >
> > > > help
> > > >
> > > > > > > would
> > > > > > >
> > > > > > > > > be
> > > > > > > > > appreciated.
> > > > > > > > >
> > > > > > > > > Many thanks.
> > > > > > > > >
> > > > > > > > > Dimitri
> > > > > > > > >
> > > > > > > > > On Tuesday 31 July 2012 9:00:53 am Dimitri Yioulos wrote:
> > > > > > > > > > Apologies for the drips-and-drabs of information.  I just
> > > > > > > > > > ran "java -jar
> > > > > > > > >
> > > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > > > > >r
> > > > > > > > >
> > > > > > > > > > faxcover.doc faxcover.pdf" at the command line
> > > > > > > > > > (obviously,
> >
> > I
> >
> > > > > > > > > > guess), and
> > > > > > > > >
> > > > > > > > > it
> > > > > > > > >
> > > > > > > > > > worked successfully.  So, why is file upload still
> > > > > > > > > > failing?
> > > > > > > > > >
> > > > > > > > > > Dimitri
> > > > > > > > > >
> > > > > > > > > > On Tuesday 31 July 2012 8:50:01 am Dimitri Yioulos wrote:
> > > > > > > > > > > I ran yum groupinstall "Office Suite and Productivity",
> > > >
> > > > feeling
> > > >
> > > > > > > there
> > > > > > >
> > > > > > > > > was
> > > > > > > > >
> > > > > > > > > > > nothing to lose.  Still no joy.  When I try to upload a
> > > >
> > > > file, I
> > > >
> > > > > > > > > > > get the following errors:
> > > > > > > > > > >
> > > > > > > > > > > Name: error
> > > > > > > > > > > Value: convert: unable to open image
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > > > > > > >bd
> > > > > > > > > > > c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf':
> > > > > > > > > > > No
> > > >
> > > > such
> > > >
> > > > > > > > > > > file
> > > > > > > > >
> > > > > > > > > or
> > > > > > > > >
> > > > > > > > > > > directory @ blob.c/OpenBlob/2480.
> > > > > > > > > > > convert: missing an image filename
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > > > > > > >bd c964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > > > > > > > > convert.c/ConvertImageCommand/2800.
> > > > > > > > > > >
> > > > > > > > > > > Name: process
> > > > > > > > > > > Value: generateBatchThumbByWidth
> > > > > > > > > > > Name: exitValue
> > > > > > > > > > > Value: 0
> > > > > > > > > > > Name: process
> > > > > > > > > > > Value: processPDF
> > > > > > > > > > > Name: out
> > > > > > > > > > > Value:
> > > > > > > > > > > Name: exitValue
> > > > > > > > > > > Value: 1
> > > > > > > > > > > Name: command
> > > > > > > > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> > > >
> > > > poly2bitmap,
> > > >
> > > > > > > -i,
> > > > > > >
> > > > > > > > > -j,
> > > > > > > > >
> > > > > > > > > > > 85, -s, zoom=72,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >
> > > > > > > > > > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >
> > > > > > > > > > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf]
> > > > > > > > > > > Name: error Value: Error: Couldn't open
> > > > > > > > > > > file
> >
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > > > > > > >bd
> > > > > > > > > > > c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > > > > > > > > > >
> > > > > > > > > > > Name: process
> > > > > > > > > > > Value: generateSwf
> > > > > > > > > > >
> > > > > > > > > > > ImageMagick is installed properly, afaik.  Is this a
> > > > > > > > > > > bug, or
> > > >
> > > > a
> > > >
> > > > > > > > > > > misconfiguration on my part?
> > > > > > > > > > >
> > > > > > > > > > > Dimitri
> > > > > > > > > > >
> > > > > > > > > > > On Tuesday 31 July 2012 7:24:20 am Dimitri Yioulos wrote:
> > > > > > > > > > > > Maxim,
> > > > > > > > > > > >
> > > > > > > > > > > > Output of yum groupinstall "Office Suite and
> > > > > > > > > > > > Productivity"
> > > >
> > > > is:
> > > > > > > > > > > > Installing:
> > > > > > > > > > > >  libreoffice-calc
> > > > > > > > > > > >  libreoffice-draw
> > > > > > > > > > > >  libreoffice-graphicfilter
> > > > > > > > > > > >  libreoffice-impress
> > > > > > > > > > > >  libreoffice-langpack-en
> > > > > > > > > > > >  libreoffice-math
> > > > > > > > > > > >  libreoffice-writer
> > > > > > > > > > > >  libreoffice-xsltfilter
> > > > > > > > > > > > Installing for dependencies:
> > > > > > > > > > > >  libreoffice-pdfimport
> > > > > > > > > > > >  libreoffice-presenter-screen
> > > > > > > > > > > >  libwpd
> > > > > > > > > > > >  lpsolve
> > > > > > > > > > > >  mythes-en
> > > > > > > > > > > >
> > > > > > > > > > > > Output of tail "FAX COVER SHEET.doc" is:
> > > >
> > > > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > > >ÿÿ
> > > > > > > > >
> > > > > > > > > > > >ÿÿ ÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > > >ÿÿ
> > > > > > > > >
> > > > > > > > > > > >ÿÿ ÿÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > > >ÿÿ
> > > > > > > > >
> > > > > > > > > > > >ÿÿ ÿÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > > >ÿÿ
> > > > > > > > >
> > > > > > > > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> > > > > > >
> > > > > > > Entryÿÿÿÿÿÿÿÿ
> > > > > > >
> > > > > > > > > > > > ÀF É
> > > > > > > > > > > >
> > > > > > > > > > > > NljÍ5Data
> > > >
> > > > 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentS
> > > >
> > > > > > > > >um
> > > > > > > > >
> > > > > > > > > > > >ma ry
> > > >
> > > > Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > > >ÿÿ
> > > > > > > > >
> > > > > > > > > > > >ÿÿ ÿÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > > >ÿÿ
> > > > > > > > >
> > > > > > > > > > > >ÿÿ ÿÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > > >ÿÿ
> > > > > > > > >
> > > > > > > > > > > >ÿÿ ÿÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > > >ÿÿ
> > > > > > > > >
> > > > > > > > > > > >ÿÿ ÿÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > > >ÿÿ
> > > > > > > > >
> > > > > > > > > > > >ÿÿ ÿÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > > >ÿÿ
> > > > > > > > >
> > > > > > > > > > > >ÿÿ ÿÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > > >ÿÿ
> > > > > > > > >
> > > > > > > > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ
> >
> >  ÀFMicrosoft
> >
> > > > > > > > > > > > Office Word Document
> > > > > > > > > > > > MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> > > >
> > > > PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTT
> > > >
> > > > > > > > >YP
> > > > > > > > >
> > > > > > > > > > > >uT TY PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > > > > > > > > > >
> > > > > > > > > > > > (that's some weird stuff :-) ).
> > > > > > > > > > > >
> > > > > > > > > > > > Output of ps -ef|grep office is:
> > > > > > > > > > > >
> > > > > > > > > > > > [root@openmeetings ~]# ps -ef|grep office
> > > > > > > > > > > > root      1587     1  0 Jul30 ?
> > > > > > > > > > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin
> > > >
> > > > --headless
> > > >
> > > > > > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > > > > > >
> > > > > > > --nofirststartwizard
> > > > > > >
> > > > > > > > > root
> > > > > > > > >
> > > > > > > > > > > >  1599  1587  0 Jul30 ?
> > > > > > > > > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin
> > > >
> > > > --headless
> > > >
> > > > > > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > > > > > >
> > > > > > > --nofirststartwizard
> > > > > > >
> > > > > > > > > root
> > > > > > > > >
> > > > > > > > > > > > 16352 16270  0 07:25 pts/1    00:00:00 grep office
> > > > > > > > > > > >
> > > > > > > > > > > > Dimitri
> > > > > > > > > > > >
> > > > > > > > > > > > On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik
> >
> > wrote:
> > > > > > > > > > > > > what is the output of
> > > > > > > > > > > > >
> > > > > > > > > > > > > *yum groupinstall* "*Office* Suite and
> > > > > > > > > > > > > Productivity"
> > > > > > > > > > > > >
> > > > > > > > > > > > > yum install openoffice.org-headless
> > > > > > > > > > > > >
> > > > > > > > > > > > > what is the output of (to ensure it is not
> > > >
> > > > file/permission
> > > >
> > > > > > > > > > > > > problem) tail "FAX COVER SHEET.doc"
> > > > > > > > > > > > >
> > > > > > > > > > > > > can you check there is no office processes running?
> > > > > > > > > > > > > ps -ef|grep office
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos
> > > > > > > > > > > >
> > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > Maxim,
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Followed the instructions in the link you
> > > > > > > > > > > > > > provided, and now:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > [root@openmeetings ~]# java -version
> > > > > > > > > > > > > > java version "1.7.0_05"
> > > > > > > > > > > > > > Java(TM) SE Runtime Environment (build
> >
> > 1.7.0_05-b06)
> >
> > > > > > > > > > > > > > Java HotSpot(TM) Client VM (build 23.1-b03, mixed
> > > > > > > > > > > > > > mode, sharing)
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > As you can see, I just upgraded the Java
> >
> > installation
> >
> > > > to
> > > >
> > > > > > > > > > > > > > the very latest from
> > > > > > > > > > > > > > Oracle.  However, I still get:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Exception in thread "main"
> >
> > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > could not load document: FAX COVER SHEET.doc
> > > > > > > > > > > > > > ~
> > > > > > > > > > > > > > Caused by:
> > > > > > > > > > > > > > com.sun.star.lang.IllegalArgumentException:
> > > >
> > > > URL
> > > >
> > > > > > > > > > > > > > seems
> > > > > > > > >
> > > > > > > > > to
> > > > > > > > >
> > > > > > > > > > > > > > be an unsupported one.
> > > > > > > > > > > > > > ~
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > I think I'm infuriatingly close to getting this
> > > > > > > > > > > > > > to
> > > >
> > > > work.
> > > >
> > > > > > >  Your
> > > > > > >
> > > > > > > > > (and
> > > > > > > > >
> > > > > > > > > > > > > > others) continuing assistance much appreciated.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Monday 30 July 2012 3:17:49 pm Maxim
> > > > > > > > > > > > > > Solodovnik
> > > >
> > > > wrote:
> > > > > > > > > > > > > > > please follow the link I have sent you
> > > > > > > > > > > > > > > you need to install alternative _before_ you
> > > > > > > > > > > > > > > can configure
> > > > > > >
> > > > > > > it
> > > > > > >
> > > > > > > > > > > > > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri
> > > > > > > > > > > > > > > Yioulos
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > > Thanks, Stephen.  Here's what I get:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > [root@openmeetings ~]# alternatives --config
> >
> > java
> >
> > > > > > > > > > > > > > > > There is 1 program that provides 'java'.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >   Selection    Command
> > > > > > > > > > > > > > > > ---------------------------------------------
> > > > > > > > > > > > > > > >-- *+ 1
> > > >
> > > > /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > > >
> > > > > > > > > > > > > > > > Enter to keep the current selection[+], or
> > > > > > > > > > > > > > > > type selection number:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Oh, oh.  I don't even see the Oracle version.
> > > >
> > > >  But, I
> > > >
> > > > > > > > > installed
> > > > > > > > >
> > > > > > > > > > > > > > > > the
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > JRE,
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > not the
> > > > > > > > > > > > > > > > JDK.  Might that be the rub?
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On Monday 30 July 2012 3:03:57 pm Stephen
> >
> > Cottham
> >
> > > > wrote:
> > > > > > > > > > > > > > > > > For java try
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > update-java-alternatives
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Or
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > alternatives --config java
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Should show you all java's installed and
> >
> > allow
> >
> > > > you to
> > > >
> > > > > > > > > change
> > > > > > > > >
> > > > > > > > > > > > > > > > > the default.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Sent from my iPhone
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos"
> > > > > > > > > > > > > > > > > <dy...@onpointfc.com>
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > Maxim,
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > I'm not quite sure how to proceed. 
> > > > > > > > > > > > > > > > > > First,
> >
> > I
> >
> > > > just
> > > >
> > > > > > > > > installed
> > > > > > > > >
> > > > > > > > > > > > > > > > > > parts
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > of
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > libreoffice:
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > libreoffice-headless-3.4.5.2-16.el6.i686
> > > >
> > > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > >
> > > > > > > > > > > > > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Should I do a "yum groupinstall
> >
> > libreoffice"?
> >
> > > > > > > > > > > > > > > > > > Next, I'm not sure how to open my doc.
> >
> >  This
> >
> > > > is a
> > > >
> > > > > > > > > > > > > > > > > > server install
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > and,
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > so,
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > there is no Xwindow/desktop system
> >
> > installed.
> >
> > > > > > > > > > > > > > > > > > Finally, how do I get the Oracle java to
> > > > > > > > > > > > > > > > > > be the default?
> > > > > > > > >
> > > > > > > > >  I
> > > > > > > > >
> > > > > > > > > > > > > > > > > > do have the following in /etc/profile so
> >
> > that
> >
> > > > the
> > > >
> > > > > > > > > > > > > > > > > > proper java be loaded at boot (I think):
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > export
> > > > > > > > > > > > > > > > > > JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > > > > > > > > > > > > > > > export
> > > > > > > > > > > > > > > > > > PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > On Monday 30 July 2012 2:47:04 pm Maxim
> > > >
> > > > Solodovnik
> > > >
> > > > > > > wrote:
> > > > > > > > > > > > > > > > > >> Yes you could :)
> > > > > > > > > > > > > > > > > >> According to this:
> > > >
> > > > http://stackoverflow.com/questions/8420449/docsplit-jodconverter-op
> > > >
> > > > > > > > > > > > > >en of f
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>ice -issue-on-debian
> > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > >> can you ensure you have
> >
> > writer/calc/impress
> >
> > > > > > > installed
> > > > > > >
> > > > > > > > > (by
> > > > > > > > >
> > > > > > > > > > > > > > > > > >> opening your doc for example)
> > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > >> were you install your libreoffice via
> > > > > > > > > > > > > > > > > >> yum groupinstall?
> > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > >> I would recommend you to have Oracle
> > > > > > > > > > > > > > > > > >> java
> >
> > as
> >
> > > > > > > > > > > > > > > > > >> default one There are some weird issued
> >
> > with
> >
> > > > > > > > > > > > > > > > > >> OpenJDK.
> > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri
> > > >
> > > > Yioulos
> > > >
> > > > > > > > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > > > >>> Let me take the easy part first:
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>> [root@openmeetings ~]# java -version
> > > > > > > > > > > > > > > > > >>> java version "1.7.0_05-icedtea"
> > > > > > > > > > > > > > > > > >>> OpenJDK Runtime Environment
> > > > > > > > > > > > > > > > > >>> (rhel-2.2.1.el6_3-i386) OpenJDK Client
> > > > > > > > > > > > > > > > > >>> VM
> > > >
> > > > (build
> > > >
> > > > > > > > > > > > > > > > > >>> 23.0-b21, mixed mode)
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>> Now, the thing of it is, even though I
> > > >
> > > > installed
> > > >
> > > > > > > the
> > > > > > >
> > > > > > > > > > > > > > > > > >>> Sun/Oracle version, when I
> > > > > > > > > > > > > > > > > >>> installed some other component
> > > > > > > > > > > > > > > > > >>> (libreoffice,
> > > >
> > > > I
> > > >
> > > > > > > think,
> > > > > > >
> > > > > > > > > but
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>> I
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > forget
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>> exactly what), a dependency that was
> > > >
> > > > installed
> > > >
> > > > > > > > > > > > > > > > > >>> was OpenJDK.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >  Hmmm.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>> I tried to do the following conversion
> > > > > > > > > > > > > > > > > >>> at the
> > > > > > >
> > > > > > > command
> > > > > > >
> > > > > > > > > > > > > > > > > >>> line:
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>> java -jar
> > > > > > >
> > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > > >
> > > > > > > > > > > > > > > >r
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>> It failed.  I got:
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>> Exception in thread "main"
> > > > > > >
> > > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > > > > >>> could not load document: FAX COVER
> > > > > > > > > > > > > > > > > >>> SHEET.doc ~
> > > > > > > > > > > > > > > > > >>> Caused by:
> >
> > com.sun.star.lang.IllegalArgumentException:
> > > > URL
> > > >
> > > > > > > seems
> > > > > > >
> > > > > > > > > > > > > > to
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > be
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>> an unsupported one.
> > > > > > > > > > > > > > > > > >>> ~
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>> I can convert MS Word docs, can't I?
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>> Dimitri
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>> On Monday 30 July 2012 2:27:56 pm Maxim
> > > > > > > > > > > > > > > > > >>> Solodovnik
> > > > > > > > >
> > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > >>>> Please try to stop it and run jod
> > > > > > > > > > > > > > > > > >>>> converter
> > > >
> > > > via
> > > >
> > > > > > > > > > > > > > > > > >>>> commandline (jod
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>> converter
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>> will start libreoffice automatically)
> > > > > > > > > > > > > > > > > >>>> also please check your java version?
> > > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > > >>>> java -cp
> >
> > /usr/local/jodconverter/lib/juh-3.2.1.jar
> >
> > > > -cp
> >
> > /usr/local/jodconverter/lib/jurt-3.2.1.jar
> >
> > > > -cp
> >
> > /usr/local/jodconverter/lib/ridl-3.2.1.jar
> >
> > > > -cp
> >
> > /usr/local/jodconverter/lib/unoil-3.2.1.ja
> >
> > > > > > > > > > > > > > > > > >>>>r
> > > >
> > > > -cp
> > > >
> > > > > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar
> > > > > > >
> > > > > > > > > -cp
> > > >
> > > > /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > >
> > > > > > > > > > > > > > > > > >>>> -cp
> > > >
> > > > /usr/local/jodconverter/lib/json-20090211.jar
> > > >
> > > > > > > > > > > > > > > > > >>>> -cp
> > > > > > > > >
> > > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>.j ar -jar
> > > >
> > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > >
> > > > > > > > > > > > > >r
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >
> > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>b1 78
> > > > > > >
> > > > > > > 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > > > > >
> > > > > > > > > > > > > > > > > >>>> 1a.pdf
> > > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM,
> > > > > > > > > > > > > > > > > >>>> Dimitri
> > > >
> > > > Yioulos
> > > >
> > > > > > > > > > > > > > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > > > >>>>> Thanks to both Maxim and Alexsei for
> >
> > your
> >
> > > > > > > > > > > > > > > > > >>>>> responses. CentOS
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > 6.x
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>> (and,
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>> by
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>> extension, I'd guess, RHEL 6.x) no
> >
> > longer
> >
> > > > use
> > > >
> > > > > > > > > > > > > > > > > >>>>> openoffice but,
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > rather,
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>> libreoffice.  libreoffice-headless is
> > > > > > > > > > > > > > > > > >>>>> installed, and
> > > > > > > > >
> > > > > > > > > is
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>> running as
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > a
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>> service:
> > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > >>>>> tcp        0      0 127.0.0.1:8100
> > > > > > > > > > > > > > > > > >>>>> 0.0.0.0:* LISTEN
> >
> >  13514/soffice.bin
> >
> > > > > > > > > > > > > > > > > >>>>> started with:
> > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > >>>>> soffice --headless
> > > >
> > > > --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > >
> > > > > > > > > > > > > > > > > >>>>> --nofirststartwizard
> > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > >>>>> Dimitri
> > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm
> >
> > Alexei
> >
> > > > > > > > > > > > > > > > > >>>>> Fedotov
> > > > > > > > >
> > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > >>>>>> It says, URL seems to be
> > > > > > > > > > > > > > > > > >>>>>> unsupported.
> > > > > > > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > > > > > > >>>>>> The class which produces it is under
> > > >
> > > > com.sun,
> > > >
> > > > > > > > > > > > > > > > > >>>>>> so the problem
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > may
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > be
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>> in
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>> the
> > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > >>>>>> old OpenOffice version
> > > > > > > > > > > > > > > > > >>>>>> 30.07.2012 21:54 пользователь
> > > > > > > > > > > > > > > > > >>>>>> "Dimitri Yioulos"
> > > > > > > > > > > > > > > > > >>>>>> <dy...@onpointfc.com>
> > > > > > > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > > > > > > >>>>>> написал:
> > > > > > > > > > > > > > > > > >>>>>>> Hello to all.
> > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > >>>>>>> I'm not new to Openmeetings, having
> > > > > > > > > > > > > > > > > >>>>>>> originally installed and tried
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>> it
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>> at
> > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > >>>>>>> least a
> > > > > > > > > > > > > > > > > >>>>>>> couple of years ago.  Thanks to
> > > > > > > > > > > > > > > > > >>>>>>> Sabastian Wgner for having created
> >
> > it,
> >
> > > > > > > > > > > > > > > > > >>>>>>> and to Apache for taking the
> > > > > > > > > > > > > > > > > >>>>>>> project forward.
> > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > >>>>>>> I've installed version 2.0.0 on a
> > > > > > > > > > > > > > > > > >>>>>>> CentOS
> > > >
> > > > 6.2
> > > >
> > > > > > > > > server.
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>> All of the prerequisites
> > > > > > > > > > > > > > > > > >>>>>>> are installed, and Openmeetings
> > > > > > > > > > > > > > > > > >>>>>>> works
> > > >
> > > > well.
> > > >
> > > > > > >  With
> > > > > > >
> > > > > > > > > the
> > > > > > > > >
> > > > > > > > > > > > > > exception
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>> of file uploading, that is.  After
> > > >
> > > > figuring
> > > >
> > > > > > > > > > > > > > > > > >>>>>>> out the paths of the
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>> various
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> components required to make file
> > > >
> > > > uploading
> > > >
> > > > > > > work,
> > > > > > >
> > > > > > > > > I'm
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>> finally
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > at
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>> a point where I'm stuck.
> > > > > > > > > > > > > > > > > >>>>>>> When I try to upload a file, I get
> >
> > the
> >
> > > > > > > following
> > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>> (it's
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > verbose;
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>> I apologize):
> > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > >>>>>>> [java, -cp,
> > > >
> > > > /usr/local/jodconverter/lib/juh-3.2.1.jar,
> > > >
> > > > > > > > > > > > > > > > > >>>>>>> -cp,
> > > >
> > > > /usr/local/jodconverter/lib/jurt-3.2.1.jar,
> > > >
> > > > > > > -cp,
> > > >
> > > > /usr/local/jodconverter/lib/ridl-3.2.1.jar,
> > > >
> > > > > > > -cp,
> > > >
> > > > /usr/local/jodconverter/lib/unoil-3.2.1.jar,
> > > >
> > > > > > > -cp,
> > > > > > >
> > > > > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar,
> > > > > > >
> > > > > > > > > -cp,
> > > >
> > > > /usr/local/jodconverter/lib/commons-io-1.4.ja
> > > >
> > > > > > > > > > > > > > > > > >>>>>>>r,
> > > > > > > > >
> > > > > > > > > -cp,
> > > >
> > > > /usr/local/jodconverter/lib/json-20090211.jar
> > > >
> > > > > > > > > > > > > > > > > >>>>>>>, -cp,
> > > > > > > > >
> > > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>a- 4. ja r, -jar,
> > > > > > > > >
> > > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>a- 4. ja r,
> >
> > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> >
> > > > > > > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>94
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >
> > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>b1
> > > > > > > > >
> > > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>f] Name: error Value: Jul 30, 2012
> > > >
> > > > 1:18:25 PM
> > > >
> > > > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>eM an ag er INFO: ProcessManager
> > > > > > > > > > > > > > > > > >>>>>>> implementation
> > > > > > >
> > > > > > > is
> > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>> LinuxProcessManager Jul 30, 2012
> > > > > > > > > > > > > > > > > >>>>>>> 1:18:26
> > > >
> > > > PM
> > > >
> > > > > > > org.artofsolving.jodconverter.office.OfficeProces
> > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>s start INFO: starting process with
> > > > > > > > > > > > > > > > > >>>>>>> acceptString
> > > >
> > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > > >
> > > > > > > > > > > > > > > > > >>>>>>>'
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > and
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>> profileDir
> >
> > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> >
> > > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > >
> > > > > > > org.artofsolving.jodconverter.office.OfficeProces
> > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>s start INFO: started process; pid =
> > > >
> > > > 13986 Jul
> > > >
> > > > > > > 30,
> > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>> 2012 1:18:26 PM
> > > > > > > > >
> > > > > > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>> connect
> > > > > > > > > > > > > > > > > >>>>>>> INFO: connected:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > >
> > > > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopping
> > > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > >
> > > > > > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>$1 disposing
> > > > > > > > > > > > > > > > > >>>>>>> INFO: disconnected:
> > > >
> > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > > >
> > > > > > > > > > > > > > > > > >>>>>>>' Jul 30, 2012 1:18:27 PM
> > > > > > > > >
> > > > > > > > > org.artofsolving.jodconverter.office.ManagedOfficePro
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>ce ss doEnsureProcessExited
> > > > > > > > > > > > > > > > > >>>>>>> INFO: process exited with code 0
> > > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > > > > > > > >
> > > > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopped
> > > > > > > > > > > > > > > > > >>>>>>> Exception in thread "main"
> > > > > > > > >
> > > > > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > > > > >>>>>>> could not load document:
> > > > > > > > > > > > > > > > > >>>>>>> 5b494e18e94e7b1784cbc2a9b42b161a.do
> > > > > > > > > > > > > > > > > >>>>>>>c
> >
> > at
> >
> >
> > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> >
> > > > > > > > > > > > > > > >nt (A bs tr
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>ac
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> tConversionTask.java:92) at
> >
> > org.artofsolving.jodconverter.AbstractConversionTask.execute(Ab
> >
> > > > > > > > > > > > > > > >st ra ct Co
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>nv
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> ersionTask.java:59) at
> >
> > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(
> >
> > > > > > > > > > > > > > > >Po ol ed Of
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>fi
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> ceManager.java:80) at
> > > >
> > > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > > > > > > > > > > > > > >>>47
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> 1) at
> > > > > > >
> > > > > > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>34 ) at
> > > >
> > > > java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > > >
> > > > > > > > > > > > > > > > > >>>>>>> at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe
> >
> > > > > > > > > > > > > > > >cu to r. ja
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>va
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> :1110) at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolEx
> >
> > > > > > > > > > > > > > > >ec ut or .j
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>av
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> a:603) at
> > > > > > > > > > > > > > > > > >>>>>>> java.lang.Thread.run(Thread.java:72
> > > > > > > > > > > > > > > > > >>>>>>>2)
> > > >
> > > > Caused
> > > >
> > > > > > > > > > > > > > > > > >>>>>>> by:
> > > >
> > > > com.sun.star.lang.IllegalArgumentException:
> > > > > > > > > > > > > > > > > >>>>>>> URL
> > > > > > > > >
> > > > > > > > > seems
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>> to be
> > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > >>>>> an
> > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > >>>>>>> unsupported one.
> > > > > > > > > > > > > > > > > >>>>>>>        at
> >
> > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRa
> >
> > > > > > > > > > > > > > > >is ed Ex ce
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>pt
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> ion(Job.java:177) at
> > > > > > >
> > > > > > > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>43 ) at
> >
> > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> >
> > > > > > > > > > > > > > > >e. ja va
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >:3
> > > > > > > > > > > > > > > >:
> > > > > > > > > > > > > > > > > >>>35
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> ) at
> >
> > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> >
> > > > > > > > > > > > > > > >e. ja va
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >:3
> > > > > > > > > > > > > > > >:
> > > > > > > > > > > > > > > > > >>>04
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> ) at
> >
> > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(J
> >
> > > > > > > > > > > > > > > >av aT hr ea
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>dP
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> ool.java:91) at
> >
> > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sen
> >
> > > > > > > > > > > > > > > >dR eq ue st
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>(j
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> ava_remote_bridge.java:639) at
> >
> > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.r
> >
> > > > > > > > > > > > > > > >eq ue st (P
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>ro
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> xyFactory.java:151) at
> >
> > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.i
> >
> > > > > > > > > > > > > > > >nv ok e( Pr
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>ox
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> yFactory.java:133) at
> > > > > > > > > > > > > > > > > >>>>>>> $Proxy4.loadComponentFromURL(Unknow
> > > > > > > > > > > > > > > > > >>>>>>>n
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Source)
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>        at
> >
> > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> >
> > > > > > > > > > > > > > > >nt (A bs tr
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>ac
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> tConversionTask.java:90) ... 8 more
> > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > >>>>>>> Value: doJodConvert
> > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > >>>>>>> Name: completeName
> > > > > > > > > > > > > > > > > >>>>>>> Value:
> >
> > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> >
> > > > > > > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>94
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > >>>>>>> Name: fileExplorerItemId
> > > > > > > > > > > > > > > > > >>>>>>> Value: 7
> > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > >>>>>>> Value: generateXMLDocument
> > > > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > > >>>>>>> Value: [/usr/bin/convert,
> > > > > > > > > > > > > > > > > >>>>>>> -thumbnail, 80,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >
> > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>b1
> > > > > > > > >
> > > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>f,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >
> > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>b1
> >
> > 784cbc2a9b42b161a/_thumb_page-%04d.jpg]
> >
> > > > Name:
> > > > > > > > > > > > > > > > > >>>>>>> error Value: convert: unable to
> > > > > > > > > > > > > > > > > >>>>>>> open
> > > >
> > > > image
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> >
> > > > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>7b
> > > > > > > > >
> > > > > > > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>df ': No such
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>> file
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>> or
> > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > > > > > > > > > > > > > > > >>>>>>> convert: missing an image filename
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> >
> > > > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>7b
> >
> > 1784cbc2a9b42b161a/_thumb_page-%04d.jpg
> >
> > > > > > > > > > > > > > > > > >>>>>>>'
> > > >
> > > > @
> > > >
> > > > > > > > > > > > > > > > > >>>>>>> convert.c/ConvertImageCommand/2800.
> > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > >>>>>>> Value: generateBatchThumbByWidth
> > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > >>>>>>> Value: processPDF
> > > > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s,
> > > > > > > > > > > > > > > > > >>>>>>> insertstop, -s, poly2bitmap,
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>> -i,
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>> -j,
> > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > >>>>>>> 85, -s,
> > > > > > > > > > > > > > > > > >>>>>>> zoom=72,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >
> > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>b1
> > > > > > > > >
> > > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>f,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >
> > > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>b1
> > > > > > > > >
> > > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.sw
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>f] Name: error
> > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > >>>>>>> Value: Error: Couldn't open
> > > > > > > > > > > > > > > > > >>>>>>> file
> >
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> >
> > > > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>7b
> > > > > > > > >
> > > > > > > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>>df '
> > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > > >>>>>>> Value: generateSwf
> > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > >>>>>>> So, it looks like a file couldn't
> > > > > > > > > > > > > > > > > >>>>>>> be
> > > >
> > > > opened.
> > > >
> > > > > > >  The
> > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>> file is
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > owner
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>> by
> > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > >>>>> root,
> > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > >>>>>>> and has
> > > > > > > > > > > > > > > > > >>>>>>> 644 permissions.  Are these set by
> > > > > > >
> > > > > > > jodconverter?
> > > > > > >
> > > > > > > > > > > > > > > > > >>>>>>> Anyway,
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > does
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >>> anyone
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>>>>>> know how
> > > > > > > > > > > > > > > > > >>>>>>> I can resolve this issue?
> > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > >>>>>>> Many thanks.
> > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > >>>>>>> Dimitri
> > > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > > >>>>>>> --
> > > > > > > > > > > > > > > > > >>>>>>> This message has been scanned for
> > > >
> > > > viruses and
> > > >
> > > > > > > > > > > > > > > > > >>>>>>> dangerous content by MailScanner,
> > > > > > > > > > > > > > > > > >>>>>>> and is believed to be clean.
> > > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > > >>>>> --
> > > > > > > > > > > > > > > > > >>>>> This message has been scanned for
> >
> > viruses
> >
> > > > and
> > > >
> > > > > > > > > > > > > > > > > >>>>> dangerous content by MailScanner, and
> >
> > is
> >
> > > > > > > > > > > > > > > > > >>>>> believed to be clean.
> > > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > > >>>> --
> > > > > > > > > > > > > > > > > >>>> WBR
> > > > > > > > > > > > > > > > > >>>> Maxim aka solomax
> > > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > > >>> --
> > > > > > > > > > > > > > > > > >>> This message has been scanned for
> > > > > > > > > > > > > > > > > >>> viruses and dangerous content by
> > > > > > > > > > > > > > > > > >>> MailScanner, and is believed to be
> > > > > > > > > > > > > > > > > >>> clean.
> > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > >> --
> > > > > > > > > > > > > > > > > >> WBR
> > > > > > > > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > > This message has been scanned for viruses
> >
> > and
> >
> > > > > > > > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Stephen Cottham
> > > > > > > > > > > > > > > > > Group IT Manager (Associate)
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Robert Bird Group
> > > > > > > > > > > > > > > > > Level 5, 333 Ann St
> > > > > > > > > > > > > > > > > Brisbane, Queensland, 4000, Australia
> > > > > > > > > > > > > > > > > Phone: +6173 319 2777 (AUS)
> > > > > > > > > > > > > > > > > Phone: +44207 592 8000 (UK)
> > > > > > > > > > > > > > > > > Fax: +6173 319 2799
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Mobile:  +61400 756 963 (AUS)
> > > > > > > > > > > > > > > > > Mobile: +447900 918 616 (UK)
> > > > > > > > > > > > > > > > > Web: www.robertbird.com
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > This email and any attachments are
> >
> > confidential
> >
> > > > and
> > > >
> > > > > > > > > > > > > > > > > may contain
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > legally
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > privileged information or copyright
> > > > > > > > > > > > > > > > > material.
> > > >
> > > > Unless
> > > >
> > > > > > > > > > > > > > > > > expressly
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > stated,
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > confidentiality and/or legal privilege is
> > > > > > > > > > > > > > > > > not intended
> > > > > > >
> > > > > > > to
> > > > > > >
> > > > > > > > > be
> > > > > > > > >
> > > > > > > > > > > > > > > > > waived
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > by
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > the
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > sending of this email. The contents of this
> > > >
> > > > email,
> > > >
> > > > > > > > > including
> > > > > > > > >
> > > > > > > > > > > > > > > > > any attachments, are intended solely for
> > > > > > > > > > > > > > > > > the use
> > > >
> > > > of
> > > >
> > > > > > > > > > > > > > > > > the individual or entity
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > to
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > whom they are addressed. If you are not an
> > > >
> > > > intended
> > > >
> > > > > > > > > > > > > > > > > recipient, please contact us immediately by
> > > >
> > > > return
> > > >
> > > > > > > email
> > > > > > >
> > > > > > > > > and
> > > > > > > > >
> > > > > > > > > > > > > > > > > then delete both messages. You may not
> > > > > > > > > > > > > > > > > otherwise read, forward, copy, use or
> >
> > disclose
> >
> > > > > > > > > > > > > > > > > this email
> > > >
> > > > or
> > > >
> > > > > > > > > > > > > > > > > any
> > > > > > > > >
> > > > > > > > > attachments.
> > > > > > > > >
> > > > > > > > > > > > > > > > > Any views expressed in this email are those
> >
> > of
> >
> > > > > > > > > > > > > > the
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > individual
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > sender except where the sender expressly,
> > > > > > > > > > > > > > > > > and
> > > >
> > > > with
> > > >
> > > > > > > > > authority,
> > > > > > > > >
> > > > > > > > > > > > > > > > > states otherwise. It is your responsibility
> >
> > to
> >
> > > > check
> > > >
> > > > > > > any
> > > > > > >
> > > > > > > > > > > > > > > > > attachments for viruses or defects before
> > > >
> > > > opening or
> > > >
> > > > > > > > > sending
> > > > > > > > >
> > > > > > > > > > > > > > > > > them on. None of the sender or its related
> > > >
> > > > entities
> > > >
> > > > > > > > > > > > > > > > > accepts any liability for any consequential
> > > >
> > > > damage
> > > >
> > > > > > > > > > > > > > > > > resulting from this email containing
> > > > > > > > > > > > > > > > > computer viruses.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Disclaimer added by CodeTwo Exchange Rules
> > > > > > > > > > > > > > > > > http://www.codetwo.com
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> > > >
> > > > LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5
> > > >
> > > > > > > > > > > > > >kL zI 4M
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >DA
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >u
> > > >
> > > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > > >
> > > > > > > > > > > > > >nZ W5 lc
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >mF
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >0
> > > >
> > > > ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4
> > > >
> > > > > > > > > > > > > >+P iB WY
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >Wx
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >1
> > > >
> > > > ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXN
> > > >
> > > > > > > > > > > > > >zU ER GD
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >Qo
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >+
> > > >
> > > > Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXh
> > > >
> > > > > > > > > > > > > >pd FZ hb
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >HV
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >l
> > > >
> > > > DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4
> > > >
> > > > > > > > > > > > > >gV mF sd
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >WU
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >6
> > > >
> > > > IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHk
> > > >
> > > > > > > > > > > > > >yY ml 0b
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >WF
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >w
> > > >
> > > > LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4
> > > >
> > > > > > > > > > > > > >gO DU sI
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >C1
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >z
> > > >
> > > > LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXR
> > > >
> > > > > > > > > > > > > >pb md zL
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >3d
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >l
> > > >
> > > > YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4
> > > >
> > > > > > > > > > > > > >+P iA NC
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >+
> > > >
> > > > Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQ
> > > >
> > > > > > > > > > > > > >yY jE 2M
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >WE
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >u
> > > >
> > > > cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3B
> > > >
> > > > > > > > > > > > > >lb m1 lZ
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >XR
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >p
> > > >
> > > > bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg
> > > >
> > > > > > > > > > > > > >0Y 2J jM
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >mE
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >5
> > > >
> > > > YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1
> > > >
> > > > > > > > > > > > > >lO g0 KP
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >+
> > > >
> > > > Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4
> > > >
> > > > > > > > > > > > > >nd CB vc
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >GV
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >u
> > > >
> > > > DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3M
> > > >
> > > > > > > > > > > > > >vd 2V iY
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >XB
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >w
> > > >
> > > > cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo
> > > >
> > > > > > > > > > > > > >+P j4 +P
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >+
> > > >
> > > > IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTY
> > > >
> > > > > > > > > > > > > >xY S5 wZ
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >GY
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >n
> > > >
> > > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > > >
> > > > > > > > > > > > > >nZ W5 lc
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >mF
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >0
> > > >
> > > > ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGN
> > > >
> > > > > > > > > > > > > >vd Wx kb
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >id
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >0
> > > >
> > > > IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiA
> > > >
> > > > > > > > > > > > > >NC j4 +P
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >+
> > > >
> > > > IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWl
> > > >
> > > > > > > > > > > > > >zc 2l vb
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >nM
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >u
> > > >
> > > > ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4
> > > >
> > > > > > > > > > > > > >+I A0 KP
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >+
> > > >
> > > > IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXN
> > > >
> > > > > > > > > > > > > >vb HZ lI
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >HR
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >o
> > > >
> > > > aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4
> > > >
> > > > > > > > > > > > > >gD Qo +P
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >+
> > > >
> > > > Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWV
> > > >
> > > > > > > > > > > > > >zc 2F nZ
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >SB
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >o
> > > >
> > > > YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXM
> > > >
> > > > > > > > > > > > > >gY 29 ud
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >GV
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >u
> > > >
> > > > dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGN
> > > >
> > > > > > > > > > > > > >sZ WF uL
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >g0
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >K
> > > >
> > > > Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5
> > > >
> > > > > > > > > > > > > >uZ WQ gZ
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >m9
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >y
> > > >
> > > > IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5
> > > >
> > > > > > > > > > > > > >lc iw gY
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >W5
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >k
> > > >
> > > > IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo
> > > >
> > > > > > > > > > > > > >+P j4 +I
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >Fd
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >C
> > > >
> > > > Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyB
> > > >
> > > > > > > > > > > > > >tZ XN zY
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >Wd
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >l
> > > >
> > > > IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGN
> > > >
> > > > > > > > > > > > > >vb nR lb
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >nQ
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >g
> > > >
> > > > YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0
> > > >
> > > > > > > > > > > > > >KP j4 gD
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >Qo
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >+
> > > >
> > > > PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiA
> > > >
> > > > > > > > > > > > > >tL SA NC
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >g
> > > >
> > > > VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGR
> > > >
> > > > > > > > > > > > > >hb md lc
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >m9
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >1
> > > >
> > > > cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmU
> > > >
> > > > > > > > > > > > > >gY 2x lY
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >W4
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >u DQo+IA0K
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > WBR
> > > > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > WBR
> > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > believed to be clean.
> > > > > > >
> > > > > > > --
> > > > > > > This message has been scanned for viruses and
> > > > > > > dangerous content by MailScanner, and is
> > > > > > > believed to be clean.
> > > > > >
> > > > > > --
> > > > > > WBR
> > > > > > Maxim aka solomax
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
>
> --
> WBR
> Maxim aka solomax



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: File upload troubles

Posted by Maxim Solodovnik <so...@gmail.com>.
can you check yourself based on this guide?
http://code.google.com/p/openmeetings/wiki/InstallationCentOS5

some packages are newer but the whole list is complete

On Wed, Aug 1, 2012 at 10:40 PM, Dimitri Yioulos <dy...@onpointfc.com>wrote:

> ImageMagick-6.7.8-7
>
>
> On Wednesday 01 August 2012 11:37:24 am Maxim Solodovnik wrote:
> > Which version of ImageMagic have you installed?
> >
> > On Thu, Aug 2, 2012 at 12:35 AM, greenes <zu...@gmail.com> wrote:
> > > Sorry and Thanks!
> > >
> > > Alvaro
> > >
> > > ..........
> > >
> > > El mié, 01-08-2012 a las 11:32 -0400, Dimitri Yioulos escribió:
> > > > Ah.  Sorry I missed that.  I guess I need to spend some time
> improving
> > > > my reading skills :-) .
> > > >
> > > > I built ImageMagick from source, but still get these errors when I
> try
> > >
> > > to upload
> > >
> > > > files:
> > > >
> > > > Name: error
> > > > Value: convert: unable to open image
> > >
> > >
>
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf':
> > > > No such file or directory @ error/blob.c/OpenBlob/2642.
> > > > convert: no images defined
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e
> > >98ffb218ae2594c387/_thumb_page-%04d.jpg'
> > >
> > > > @ error/convert.c/ConvertImageCommand/3044.
> > > >
> > > > and
> > > >
> > > > Name: error
> > > > Value: Error: Couldn't open
> > > > file
> > >
> > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e
> > >98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf'
> > >
> > > > What else should I try?
> > > >
> > > > Dimitri
> > > >
> > > > On Wednesday 01 August 2012 10:56:25 am Maxim Solodovnik wrote:
> > > > > I wrote you:
> > > > >
> > > > > "You need to remove ImageMagic installed with yum and build it from
> > > > > sources"
> > > > >
> > > > > On Wed, Aug 1, 2012 at 6:55 PM, Dimitri Yioulos <
> > >
> > > dyioulos@onpointfc.com>wrote:
> > > > > > Hi, Alexei.
> > > > > >
> > > > > > If you mean the Monday post by Maxim, where he asks:
> > > > > >
> > > > > > what is the output of yum groupinstall "Office Suite and
> > >
> > > Productivity"
> > >
> > > > > > then, yes, I saw it and responded to it.  Here's what I wrote
> (most
> > > > > > recent post
> > > > > > first; again, sorry for the verbosity):
> > > > > >
> > > > > >
> > > > > > 1.  Apologies for the drips-and-drabs of information.  I just
> > > > > > ran "java -jar
> > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > >
> > > faxcover.doc
> > >
> > > > > > faxcover.pdf" at the command line (obviously, I guess), and it
> > > > > > worked successfully.  So, why is file upload still failing?
> > > > > >
> > > > > >
> > > > > > 2.  I ran yum groupinstall "Office Suite and Productivity",
> feeling
> > >
> > > there
> > >
> > > > > > was
> > > > > > nothing to lose.  Still no joy.  When I try to upload a file, I
> get
> > >
> > > the
> > >
> > > > > > following errors:
> > > > > >
> > > > > > Name: error
> > > > > > Value: convert: unable to open image
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No such
> > >
> > > file or
> > >
> > > > > > directory @ blob.c/OpenBlob/2480.
> > > > > > convert: missing an image filename
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > >bdc964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > > > convert.c/ConvertImageCommand/2800.
> > > > > >
> > > > > > Name: process
> > > > > > Value: generateBatchThumbByWidth
> > > > > > Name: exitValue
> > > > > > Value: 0
> > > > > > Name: process
> > > > > > Value: processPDF
> > > > > > Name: out
> > > > > > Value:
> > > > > > Name: exitValue
> > > > > > Value: 1
> > > > > > Name: command
> > > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap,
> > > > > > -i,
> > >
> > > -j,
> > >
> > > > > > 85, -s,
> > > > > > zoom=72,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >
> > > > > >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >
> > > > > >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf] Name:
> error
> > > > > > Value: Error: Couldn't open
> > > > > > file
> > >
> > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > > > > >
> > > > > > Name: process
> > > > > > Value: generateSwf
> > > > > >
> > > > > > ImageMagick is installed properly, afaik.  Is this a bug, or a
> > > > > > misconfiguration
> > > > > > on my part?
> > > > > >
> > > > > >
> > > > > > 3.  Maxim,
> > > > > >
> > > > > > Output of yum groupinstall "Office Suite and Productivity" is:
> > > > > >
> > > > > > Installing:
> > > > > >  libreoffice-calc
> > > > > >  libreoffice-draw
> > > > > >  libreoffice-graphicfilter
> > > > > >  libreoffice-impress
> > > > > >  libreoffice-langpack-en
> > > > > >  libreoffice-math
> > > > > >  libreoffice-writer
> > > > > >  libreoffice-xsltfilter
> > > > > > Installing for dependencies:
> > > > > >  libreoffice-pdfimport
> > > > > >  libreoffice-presenter-screen
> > > > > >  libwpd
> > > > > >  lpsolve
> > > > > >  mythes-en
> > > > > >
> > > > > > Output of tail "FAX COVER SHEET.doc" is:
> > >
> > >
> þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > > > > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> > > > > > Entryÿÿÿÿÿÿÿÿ ÀF É
> > > > > >
> > > > > >
> > > > > > NljÍ5Data
> > >
> > >
> 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSumma
> > >
> > >
> >ryInformation8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > > > > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ
>  ÀFMicrosoft
> > >
> > > Office
> > >
> > > > > > Word Document
> > > > > > MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> > >
> > >
> PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuT
> > >
> > > > > >TYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > > > >
> > > > > > (that's some weird stuff :-) ).
> > > > > >
> > > > > > Output of ps -ef|grep office is:
> > > > > >
> > > > > > [root@openmeetings ~]# ps -ef|grep office
> > > > > > root      1587     1  0 Jul30 ?
> > > > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> --nofirststartwizard
> > > > > > root      1599  1587  0 Jul30 ?
> > > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> --nofirststartwizard
> > > > > > root     16352 16270  0 07:25 pts/1    00:00:00 grep office
> > > > > >
> > > > > >
> > > > > > Does any of this information help you to help me?
> > > > > >
> > > > > > Dimitri
> > > > > >
> > > > > > On Wednesday 01 August 2012 7:27:19 am Alexei Fedotov wrote:
> > > > > > > Dimitri, have you noticed the message from Maxim
> > > > > > > 01.08.2012 15:23 пользователь "Dimitri Yioulos"
> > > > > > > <dy...@onpointfc.com>
> > > > > > >
> > > > > > > написал:
> > > > > > > > I sent some updated information yesterday regarding this
> issue.
> > >
> > >  Does
> > >
> > > > > > > > anyone
> > > > > > > > have any more ideas on how I can resolve this?  Your
> continued
> > >
> > > help
> > >
> > > > > > would
> > > > > >
> > > > > > > > be
> > > > > > > > appreciated.
> > > > > > > >
> > > > > > > > Many thanks.
> > > > > > > >
> > > > > > > > Dimitri
> > > > > > > >
> > > > > > > > On Tuesday 31 July 2012 9:00:53 am Dimitri Yioulos wrote:
> > > > > > > > > Apologies for the drips-and-drabs of information.  I just
> > > > > > > > > ran "java -jar
> > > > > > > >
> > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > > > > >
> > > > > > > > > faxcover.doc faxcover.pdf" at the command line (obviously,
> I
> > > > > > > > > guess), and
> > > > > > > >
> > > > > > > > it
> > > > > > > >
> > > > > > > > > worked successfully.  So, why is file upload still failing?
> > > > > > > > >
> > > > > > > > > Dimitri
> > > > > > > > >
> > > > > > > > > On Tuesday 31 July 2012 8:50:01 am Dimitri Yioulos wrote:
> > > > > > > > > > I ran yum groupinstall "Office Suite and Productivity",
> > >
> > > feeling
> > >
> > > > > > there
> > > > > >
> > > > > > > > was
> > > > > > > >
> > > > > > > > > > nothing to lose.  Still no joy.  When I try to upload a
> > >
> > > file, I
> > >
> > > > > > > > > > get the following errors:
> > > > > > > > > >
> > > > > > > > > > Name: error
> > > > > > > > > > Value: convert: unable to open image
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > > > > >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf':
> > > > > > > > > > No
> > >
> > > such
> > >
> > > > > > > > > > file
> > > > > > > >
> > > > > > > > or
> > > > > > > >
> > > > > > > > > > directory @ blob.c/OpenBlob/2480.
> > > > > > > > > > convert: missing an image filename
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > > > > >bd c964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > > > > > > > convert.c/ConvertImageCommand/2800.
> > > > > > > > > >
> > > > > > > > > > Name: process
> > > > > > > > > > Value: generateBatchThumbByWidth
> > > > > > > > > > Name: exitValue
> > > > > > > > > > Value: 0
> > > > > > > > > > Name: process
> > > > > > > > > > Value: processPDF
> > > > > > > > > > Name: out
> > > > > > > > > > Value:
> > > > > > > > > > Name: exitValue
> > > > > > > > > > Value: 1
> > > > > > > > > > Name: command
> > > > > > > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> > >
> > > poly2bitmap,
> > >
> > > > > > -i,
> > > > > >
> > > > > > > > -j,
> > > > > > > >
> > > > > > > > > > 85, -s, zoom=72,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >
> > > > > > > > > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >
> > > > > > > > > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf]
> > > > > > > > > > Name: error Value: Error: Couldn't open
> > > > > > > > > > file
> > >
> > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > > > > >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > > > > > > > > >
> > > > > > > > > > Name: process
> > > > > > > > > > Value: generateSwf
> > > > > > > > > >
> > > > > > > > > > ImageMagick is installed properly, afaik.  Is this a bug,
> > > > > > > > > > or
> > >
> > > a
> > >
> > > > > > > > > > misconfiguration on my part?
> > > > > > > > > >
> > > > > > > > > > Dimitri
> > > > > > > > > >
> > > > > > > > > > On Tuesday 31 July 2012 7:24:20 am Dimitri Yioulos wrote:
> > > > > > > > > > > Maxim,
> > > > > > > > > > >
> > > > > > > > > > > Output of yum groupinstall "Office Suite and
> > > > > > > > > > > Productivity"
> > >
> > > is:
> > > > > > > > > > > Installing:
> > > > > > > > > > >  libreoffice-calc
> > > > > > > > > > >  libreoffice-draw
> > > > > > > > > > >  libreoffice-graphicfilter
> > > > > > > > > > >  libreoffice-impress
> > > > > > > > > > >  libreoffice-langpack-en
> > > > > > > > > > >  libreoffice-math
> > > > > > > > > > >  libreoffice-writer
> > > > > > > > > > >  libreoffice-xsltfilter
> > > > > > > > > > > Installing for dependencies:
> > > > > > > > > > >  libreoffice-pdfimport
> > > > > > > > > > >  libreoffice-presenter-screen
> > > > > > > > > > >  libwpd
> > > > > > > > > > >  lpsolve
> > > > > > > > > > >  mythes-en
> > > > > > > > > > >
> > > > > > > > > > > Output of tail "FAX COVER SHEET.doc" is:
> > >
> > > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > >ÿÿ
> > > > > > > >
> > > > > > > > > > >ÿÿ ÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > >ÿÿ
> > > > > > > >
> > > > > > > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > >ÿÿ
> > > > > > > >
> > > > > > > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > >ÿÿ
> > > > > > > >
> > > > > > > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> > > > > >
> > > > > > Entryÿÿÿÿÿÿÿÿ
> > > > > >
> > > > > > > > > > > ÀF É
> > > > > > > > > > >
> > > > > > > > > > > NljÍ5Data
> > >
> > > 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentS
> > >
> > > > > > > >um
> > > > > > > >
> > > > > > > > > > >ma ry
> > >
> > > Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > >ÿÿ
> > > > > > > >
> > > > > > > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > >ÿÿ
> > > > > > > >
> > > > > > > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > >ÿÿ
> > > > > > > >
> > > > > > > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > >ÿÿ
> > > > > > > >
> > > > > > > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > >ÿÿ
> > > > > > > >
> > > > > > > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > >ÿÿ
> > > > > > > >
> > > > > > > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > > > >ÿÿ
> > > > > > > >
> > > > > > > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ
>  ÀFMicrosoft
> > > > > > > > > > > Office Word Document
> > > > > > > > > > > MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> > >
> > > PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTT
> > >
> > > > > > > >YP
> > > > > > > >
> > > > > > > > > > >uT TY PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > > > > > > > > >
> > > > > > > > > > > (that's some weird stuff :-) ).
> > > > > > > > > > >
> > > > > > > > > > > Output of ps -ef|grep office is:
> > > > > > > > > > >
> > > > > > > > > > > [root@openmeetings ~]# ps -ef|grep office
> > > > > > > > > > > root      1587     1  0 Jul30 ?
> > > > > > > > > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin
> > >
> > > --headless
> > >
> > > > > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > > > > >
> > > > > > --nofirststartwizard
> > > > > >
> > > > > > > > root
> > > > > > > >
> > > > > > > > > > >  1599  1587  0 Jul30 ?
> > > > > > > > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin
> > >
> > > --headless
> > >
> > > > > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > > > > >
> > > > > > --nofirststartwizard
> > > > > >
> > > > > > > > root
> > > > > > > >
> > > > > > > > > > > 16352 16270  0 07:25 pts/1    00:00:00 grep office
> > > > > > > > > > >
> > > > > > > > > > > Dimitri
> > > > > > > > > > >
> > > > > > > > > > > On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik
> wrote:
> > > > > > > > > > > > what is the output of
> > > > > > > > > > > >
> > > > > > > > > > > > *yum groupinstall* "*Office* Suite and Productivity"
> > > > > > > > > > > >
> > > > > > > > > > > > yum install openoffice.org-headless
> > > > > > > > > > > >
> > > > > > > > > > > > what is the output of (to ensure it is not
> > >
> > > file/permission
> > >
> > > > > > > > > > > > problem) tail "FAX COVER SHEET.doc"
> > > > > > > > > > > >
> > > > > > > > > > > > can you check there is no office processes running?
> > > > > > > > > > > > ps -ef|grep office
> > > > > > > > > > > >
> > > > > > > > > > > > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos
> > > > > > > > > > >
> > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > Maxim,
> > > > > > > > > > > > >
> > > > > > > > > > > > > Followed the instructions in the link you provided,
> > > > > > > > > > > > > and now:
> > > > > > > > > > > > >
> > > > > > > > > > > > > [root@openmeetings ~]# java -version
> > > > > > > > > > > > > java version "1.7.0_05"
> > > > > > > > > > > > > Java(TM) SE Runtime Environment (build
> 1.7.0_05-b06)
> > > > > > > > > > > > > Java HotSpot(TM) Client VM (build 23.1-b03, mixed
> > > > > > > > > > > > > mode, sharing)
> > > > > > > > > > > > >
> > > > > > > > > > > > > As you can see, I just upgraded the Java
> installation
> > >
> > > to
> > >
> > > > > > > > > > > > > the very latest from
> > > > > > > > > > > > > Oracle.  However, I still get:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Exception in thread "main"
> > > > > > > > > > > > >
> org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > could not load document: FAX COVER SHEET.doc
> > > > > > > > > > > > > ~
> > > > > > > > > > > > > Caused by:
> > > > > > > > > > > > > com.sun.star.lang.IllegalArgumentException:
> > >
> > > URL
> > >
> > > > > > > > > > > > > seems
> > > > > > > >
> > > > > > > > to
> > > > > > > >
> > > > > > > > > > > > > be an unsupported one.
> > > > > > > > > > > > > ~
> > > > > > > > > > > > >
> > > > > > > > > > > > > I think I'm infuriatingly close to getting this to
> > >
> > > work.
> > >
> > > > > >  Your
> > > > > >
> > > > > > > > (and
> > > > > > > >
> > > > > > > > > > > > > others) continuing assistance much appreciated.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Monday 30 July 2012 3:17:49 pm Maxim Solodovnik
> > >
> > > wrote:
> > > > > > > > > > > > > > please follow the link I have sent you
> > > > > > > > > > > > > > you need to install alternative _before_ you can
> > > > > > > > > > > > > > configure
> > > > > >
> > > > > > it
> > > > > >
> > > > > > > > > > > > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos
> > > > > > > > > > > > >
> > > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > Thanks, Stephen.  Here's what I get:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > [root@openmeetings ~]# alternatives --config
> java
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > There is 1 program that provides 'java'.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >   Selection    Command
> > > > > > > > > > > > > > > -----------------------------------------------
> > > > > > > > > > > > > > > *+ 1
> > >
> > > /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > >
> > > > > > > > > > > > > > > Enter to keep the current selection[+], or type
> > > > > > > > > > > > > > > selection number:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Oh, oh.  I don't even see the Oracle version.
> > >
> > >  But, I
> > >
> > > > > > > > installed
> > > > > > > >
> > > > > > > > > > > > > > > the
> > > > > > > > > > > > >
> > > > > > > > > > > > > JRE,
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > not the
> > > > > > > > > > > > > > > JDK.  Might that be the rub?
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Monday 30 July 2012 3:03:57 pm Stephen
> Cottham
> > >
> > > wrote:
> > > > > > > > > > > > > > > > For java try
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > update-java-alternatives
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Or
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > alternatives --config java
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Should show you all java's installed and
> allow
> > >
> > > you to
> > >
> > > > > > > > change
> > > > > > > >
> > > > > > > > > > > > > > > > the default.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Sent from my iPhone
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos"
> > > > > > > > > > > > > > > > <dy...@onpointfc.com>
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > Maxim,
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > I'm not quite sure how to proceed.  First,
> I
> > >
> > > just
> > >
> > > > > > > > installed
> > > > > > > >
> > > > > > > > > > > > > > > > > parts
> > > > > > > > > > > > >
> > > > > > > > > > > > > of
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > libreoffice:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > libreoffice-headless-3.4.5.2-16.el6.i686
> > >
> > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > >
> > > > > > > > > > > > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Should I do a "yum groupinstall
> libreoffice"?
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Next, I'm not sure how to open my doc.
>  This
> > >
> > > is a
> > >
> > > > > > > > > > > > > > > > > server install
> > > > > > > > > > > > >
> > > > > > > > > > > > > and,
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > so,
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > there is no Xwindow/desktop system
> installed.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Finally, how do I get the Oracle java to be
> > > > > > > > > > > > > > > > > the default?
> > > > > > > >
> > > > > > > >  I
> > > > > > > >
> > > > > > > > > > > > > > > > > do have the following in /etc/profile so
> that
> > >
> > > the
> > >
> > > > > > > > > > > > > > > > > proper java be loaded at boot (I think):
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > export
> > > > > > > > > > > > > > > > > JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > > > > > > > > > > > > > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > On Monday 30 July 2012 2:47:04 pm Maxim
> > >
> > > Solodovnik
> > >
> > > > > > wrote:
> > > > > > > > > > > > > > > > >> Yes you could :)
> > > > > > > > > > > > > > > > >> According to this:
> > >
> > > http://stackoverflow.com/questions/8420449/docsplit-jodconverter-op
> > >
> > > > > > > > > > > > >en of f
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>ice -issue-on-debian
> > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > >> can you ensure you have
> writer/calc/impress
> > > > > >
> > > > > > installed
> > > > > >
> > > > > > > > (by
> > > > > > > >
> > > > > > > > > > > > > > > > >> opening your doc for example)
> > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > >> were you install your libreoffice via yum
> > > > > > > > > > > > > > > > >> groupinstall?
> > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > >> I would recommend you to have Oracle java
> as
> > > > > > > > > > > > > > > > >> default one There are some weird issued
> with
> > > > > > > > > > > > > > > > >> OpenJDK.
> > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri
> > >
> > > Yioulos
> > >
> > > > > > > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > > >>> Let me take the easy part first:
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>> [root@openmeetings ~]# java -version
> > > > > > > > > > > > > > > > >>> java version "1.7.0_05-icedtea"
> > > > > > > > > > > > > > > > >>> OpenJDK Runtime Environment
> > > > > > > > > > > > > > > > >>> (rhel-2.2.1.el6_3-i386) OpenJDK Client VM
> > >
> > > (build
> > >
> > > > > > > > > > > > > > > > >>> 23.0-b21, mixed mode)
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>> Now, the thing of it is, even though I
> > >
> > > installed
> > >
> > > > > > the
> > > > > >
> > > > > > > > > > > > > > > > >>> Sun/Oracle version, when I
> > > > > > > > > > > > > > > > >>> installed some other component
> > > > > > > > > > > > > > > > >>> (libreoffice,
> > >
> > > I
> > >
> > > > > > think,
> > > > > >
> > > > > > > > but
> > > > > > > >
> > > > > > > > > > > > > > > > >>> I
> > > > > > > > > > > > >
> > > > > > > > > > > > > forget
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>> exactly what), a dependency that was
> > >
> > > installed
> > >
> > > > > > > > > > > > > > > > >>> was OpenJDK.
> > > > > > > > > > > > >
> > > > > > > > > > > > >  Hmmm.
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>> I tried to do the following conversion at
> > > > > > > > > > > > > > > > >>> the
> > > > > >
> > > > > > command
> > > > > >
> > > > > > > > > > > > > > > > >>> line:
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>> java -jar
> > > > > >
> > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > >
> > > > > > > > > > > > > > >r
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>> It failed.  I got:
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>> Exception in thread "main"
> > > > > >
> > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > > > >>> could not load document: FAX COVER
> > > > > > > > > > > > > > > > >>> SHEET.doc ~
> > > > > > > > > > > > > > > > >>> Caused by:
> > > > > > > > > > > > > > > > >>>
> com.sun.star.lang.IllegalArgumentException:
> > >
> > > URL
> > >
> > > > > > seems
> > > > > >
> > > > > > > > > > > > > to
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > be
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>> an unsupported one.
> > > > > > > > > > > > > > > > >>> ~
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>> I can convert MS Word docs, can't I?
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>> Dimitri
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>> On Monday 30 July 2012 2:27:56 pm Maxim
> > > > > > > > > > > > > > > > >>> Solodovnik
> > > > > > > >
> > > > > > > > wrote:
> > > > > > > > > > > > > > > > >>>> Please try to stop it and run jod
> > > > > > > > > > > > > > > > >>>> converter
> > >
> > > via
> > >
> > > > > > > > > > > > > > > > >>>> commandline (jod
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>> converter
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>> will start libreoffice automatically)
> > > > > > > > > > > > > > > > >>>> also please check your java version?
> > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > >>>> java -cp
> > > > > > > > > > > > > > > > >>>>
> /usr/local/jodconverter/lib/juh-3.2.1.jar
> > >
> > > -cp
> > >
> > > > > > > > > > > > > > > > >>>>
> /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > >
> > > -cp
> > >
> > > > > > > > > > > > > > > > >>>>
> /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > >
> > > -cp
> > >
> > > > > > > > > > > > > > > > >>>>
> /usr/local/jodconverter/lib/unoil-3.2.1.ja
> > > > > > > > > > > > > > > > >>>>r
> > >
> > > -cp
> > >
> > > > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar
> > > > > >
> > > > > > > > -cp
> > >
> > > /usr/local/jodconverter/lib/commons-io-1.4.jar
> > >
> > > > > > > > > > > > > > > > >>>> -cp
> > >
> > > /usr/local/jodconverter/lib/json-20090211.jar
> > >
> > > > > > > > > > > > > > > > >>>> -cp
> > > > > > > >
> > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>.j ar -jar
> > >
> > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > >
> > > > > > > > > > > > >r
> > > > > > > >
> > > > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > > >
> > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>b1 78
> > > > > >
> > > > > > 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > > > >
> > > > > > > > > > > > > > > > >>>> 1a.pdf
> > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri
> > >
> > > Yioulos
> > >
> > > > > > > > > > > > > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > > >>>>> Thanks to both Maxim and Alexsei for
> your
> > > > > > > > > > > > > > > > >>>>> responses. CentOS
> > > > > > > > > > > > >
> > > > > > > > > > > > > 6.x
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>>> (and,
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>> by
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>> extension, I'd guess, RHEL 6.x) no
> longer
> > >
> > > use
> > >
> > > > > > > > > > > > > > > > >>>>> openoffice but,
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > rather,
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>>> libreoffice.  libreoffice-headless is
> > > > > > > > > > > > > > > > >>>>> installed, and
> > > > > > > >
> > > > > > > > is
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>> running as
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > a
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>>> service:
> > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > >>>>> tcp        0      0 127.0.0.1:8100
> > > > > > > > > > > > > > > > >>>>> 0.0.0.0:* LISTEN
>  13514/soffice.bin
> > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > >>>>> started with:
> > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > >>>>> soffice --headless
> > >
> > > --accept="socket,host=127.0.0.1,port=8100;urp;"
> > >
> > > > > > > > > > > > > > > > >>>>> --nofirststartwizard
> > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > >>>>> Dimitri
> > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm
> Alexei
> > > > > > > > > > > > > > > > >>>>> Fedotov
> > > > > > > >
> > > > > > > > wrote:
> > > > > > > > > > > > > > > > >>>>>> It says, URL seems to be unsupported.
> > > > > > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > > > > > >>>>>> The class which produces it is under
> > >
> > > com.sun,
> > >
> > > > > > > > > > > > > > > > >>>>>> so the problem
> > > > > > > > > > > > >
> > > > > > > > > > > > > may
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > be
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>> in
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>> the
> > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > >>>>>> old OpenOffice version
> > > > > > > > > > > > > > > > >>>>>> 30.07.2012 21:54 пользователь "Dimitri
> > > > > > > > > > > > > > > > >>>>>> Yioulos" <dy...@onpointfc.com>
> > > > > > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > > > > > >>>>>> написал:
> > > > > > > > > > > > > > > > >>>>>>> Hello to all.
> > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > >>>>>>> I'm not new to Openmeetings, having
> > > > > > > > > > > > > > > > >>>>>>> originally installed and tried
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>> it
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>> at
> > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > >>>>>>> least a
> > > > > > > > > > > > > > > > >>>>>>> couple of years ago.  Thanks to
> > > > > > > > > > > > > > > > >>>>>>> Sabastian Wgner for having created
> it,
> > > > > > > > > > > > > > > > >>>>>>> and to Apache for taking the project
> > > > > > > > > > > > > > > > >>>>>>> forward.
> > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > >>>>>>> I've installed version 2.0.0 on a
> > > > > > > > > > > > > > > > >>>>>>> CentOS
> > >
> > > 6.2
> > >
> > > > > > > > server.
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>> All of the prerequisites
> > > > > > > > > > > > > > > > >>>>>>> are installed, and Openmeetings works
> > >
> > > well.
> > >
> > > > > >  With
> > > > > >
> > > > > > > > the
> > > > > > > >
> > > > > > > > > > > > > exception
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>> of file uploading, that is.  After
> > >
> > > figuring
> > >
> > > > > > > > > > > > > > > > >>>>>>> out the paths of the
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>> various
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> components required to make file
> > >
> > > uploading
> > >
> > > > > > work,
> > > > > >
> > > > > > > > I'm
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>> finally
> > > > > > > > > > > > >
> > > > > > > > > > > > > at
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>> a point where I'm stuck.
> > > > > > > > > > > > > > > > >>>>>>> When I try to upload a file, I get
> the
> > > > > >
> > > > > > following
> > > > > >
> > > > > > > > > > > > > > > > >>>>>>> (it's
> > > > > > > > > > > > >
> > > > > > > > > > > > > verbose;
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>> I apologize):
> > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > >>>>>>> [java, -cp,
> > >
> > > /usr/local/jodconverter/lib/juh-3.2.1.jar,
> > >
> > > > > > > > > > > > > > > > >>>>>>> -cp,
> > >
> > > /usr/local/jodconverter/lib/jurt-3.2.1.jar,
> > >
> > > > > > -cp,
> > >
> > > /usr/local/jodconverter/lib/ridl-3.2.1.jar,
> > >
> > > > > > -cp,
> > >
> > > /usr/local/jodconverter/lib/unoil-3.2.1.jar,
> > >
> > > > > > -cp,
> > > > > >
> > > > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar,
> > > > > >
> > > > > > > > -cp,
> > >
> > > /usr/local/jodconverter/lib/commons-io-1.4.ja
> > >
> > > > > > > > > > > > > > > > >>>>>>>r,
> > > > > > > >
> > > > > > > > -cp,
> > >
> > > /usr/local/jodconverter/lib/json-20090211.jar
> > >
> > > > > > > > > > > > > > > > >>>>>>>, -cp,
> > > > > > > >
> > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>>a- 4. ja r, -jar,
> > > > > > > >
> > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>>a- 4. ja r,
> > > > > > > >
> > > > > > > >
> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > > > > > >
> > > > > > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>94
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > > > > > > >
> > > > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > > >
> > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>b1
> > > > > > > >
> > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>>f] Name: error Value: Jul 30, 2012
> > >
> > > 1:18:25 PM
> > >
> > > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>>eM an ag er INFO: ProcessManager
> > > > > > > > > > > > > > > > >>>>>>> implementation
> > > > > >
> > > > > > is
> > > > > >
> > > > > > > > > > > > > > > > >>>>>>> LinuxProcessManager Jul 30, 2012
> > > > > > > > > > > > > > > > >>>>>>> 1:18:26
> > >
> > > PM
> > >
> > > > > > org.artofsolving.jodconverter.office.OfficeProces
> > > > > >
> > > > > > > > > > > > > > > > >>>>>>>s start INFO: starting process with
> > > > > > > > > > > > > > > > >>>>>>> acceptString
> > >
> > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > >
> > > > > > > > > > > > > > > > >>>>>>>'
> > > > > > > > > > > > >
> > > > > > > > > > > > > and
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>> profileDir
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > >
> > > > > > org.artofsolving.jodconverter.office.OfficeProces
> > > > > >
> > > > > > > > > > > > > > > > >>>>>>>s start INFO: started process; pid =
> > >
> > > 13986 Jul
> > >
> > > > > > 30,
> > > > > >
> > > > > > > > > > > > > > > > >>>>>>> 2012 1:18:26 PM
> > > > > > > >
> > > > > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>> connect
> > > > > > > > > > > > > > > > >>>>>>> INFO: connected:
> > > > > > > > > > > > >
> > > > > > > > > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > >
> > > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopping
> > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > >
> > > > > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>>$1 disposing
> > > > > > > > > > > > > > > > >>>>>>> INFO: disconnected:
> > >
> > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > >
> > > > > > > > > > > > > > > > >>>>>>>' Jul 30, 2012 1:18:27 PM
> > > > > > > >
> > > > > > > > org.artofsolving.jodconverter.office.ManagedOfficePro
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>>ce ss doEnsureProcessExited
> > > > > > > > > > > > > > > > >>>>>>> INFO: process exited with code 0
> > > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > > > > > > >
> > > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopped
> > > > > > > > > > > > > > > > >>>>>>> Exception in thread "main"
> > > > > > > >
> > > > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > > > >>>>>>> could not load document:
> > > > > > > > > > > > > > > > >>>>>>> 5b494e18e94e7b1784cbc2a9b42b161a.doc
> at
> > > > > > > >
> > > > > > > >
> org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > > > > > >
> > > > > > > > > > > > > > >nt (A bs tr
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>ac
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> tConversionTask.java:92) at
> > > > > > > >
> > > > > > > >
> org.artofsolving.jodconverter.AbstractConversionTask.execute(Ab
> > > > > > > >
> > > > > > > > > > > > > > >st ra ct Co
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>nv
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> ersionTask.java:59) at
> > > > > > > >
> > > > > > > >
> org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(
> > > > > > > >
> > > > > > > > > > > > > > >Po ol ed Of
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>fi
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> ceManager.java:80) at
> > >
> > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > > > > > > > > > > > > >>>47
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> 1) at
> > > > > >
> > > > > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> > > > > >
> > > > > > > > > > > > > > > > >>>>>>>34 ) at
> > >
> > > java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > >
> > > > > > > > > > > > > > > > >>>>>>> at
> > > > > > > >
> > > > > > > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe
> > > > > > > >
> > > > > > > > > > > > > > >cu to r. ja
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>va
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> :1110) at
> > > > > > > >
> > > > > > > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolEx
> > > > > > > >
> > > > > > > > > > > > > > >ec ut or .j
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>av
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> a:603) at
> > > > > > > > > > > > > > > > >>>>>>> java.lang.Thread.run(Thread.java:722)
> > >
> > > Caused
> > >
> > > > > > > > > > > > > > > > >>>>>>> by:
> > >
> > > com.sun.star.lang.IllegalArgumentException:
> > > > > > > > > > > > > > > > >>>>>>> URL
> > > > > > > >
> > > > > > > > seems
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>> to be
> > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > >>>>> an
> > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > >>>>>>> unsupported one.
> > > > > > > > > > > > > > > > >>>>>>>        at
> > > > > > > >
> > > > > > > >
> com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRa
> > > > > > > >
> > > > > > > > > > > > > > >is ed Ex ce
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>pt
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> ion(Job.java:177) at
> > > > > >
> > > > > > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> > > > > >
> > > > > > > > > > > > > > > > >>>>>>>43 ) at
> > > > > > > >
> > > > > > > >
> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > > > > > >
> > > > > > > > > > > > > > >e. ja va
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >:3
> > > > > > > > > > > > > > >:
> > > > > > > > > > > > > > > > >>>35
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> ) at
> > > > > > > >
> > > > > > > >
> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > > > > > >
> > > > > > > > > > > > > > >e. ja va
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >:3
> > > > > > > > > > > > > > >:
> > > > > > > > > > > > > > > > >>>04
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> ) at
> > > > > > > >
> > > > > > > >
> com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(J
> > > > > > > >
> > > > > > > > > > > > > > >av aT hr ea
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>dP
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> ool.java:91) at
> > > > > > > >
> > > > > > > >
> com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sen
> > > > > > > >
> > > > > > > > > > > > > > >dR eq ue st
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>(j
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> ava_remote_bridge.java:639) at
> > > > > > > >
> > > > > > > >
> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.r
> > > > > > > >
> > > > > > > > > > > > > > >eq ue st (P
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>ro
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> xyFactory.java:151) at
> > > > > > > >
> > > > > > > >
> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.i
> > > > > > > >
> > > > > > > > > > > > > > >nv ok e( Pr
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>ox
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> yFactory.java:133) at
> > > > > > > > > > > > > > > > >>>>>>> $Proxy4.loadComponentFromURL(Unknown
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Source)
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>>        at
> > > > > > > >
> > > > > > > >
> org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > > > > > >
> > > > > > > > > > > > > > >nt (A bs tr
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>ac
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> tConversionTask.java:90) ... 8 more
> > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > >>>>>>> Value: doJodConvert
> > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > >>>>>>> Name: completeName
> > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > >
> > > > > > > >
> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > > > > > >
> > > > > > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>94
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > >>>>>>> Name: fileExplorerItemId
> > > > > > > > > > > > > > > > >>>>>>> Value: 7
> > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > >>>>>>> Value: generateXMLDocument
> > > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> > > > > > > > > > > > > > > > >>>>>>> 80,
> > > > > > > >
> > > > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > > >
> > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>b1
> > > > > > > >
> > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>>f,
> > > > > > > >
> > > > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > > >
> > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>b1
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>>
> 784cbc2a9b42b161a/_thumb_page-%04d.jpg]
> > >
> > > Name:
> > > > > > > > > > > > > > > > >>>>>>> error Value: convert: unable to open
> > >
> > > image
> > >
> > > > > > > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > > > > >
> > > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>7b
> > > > > > > >
> > > > > > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>>df ': No such
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>> file
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>> or
> > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > > > > > > > > > > > > > > >>>>>>> convert: missing an image filename
> > > > > > > >
> > > > > > > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > > > > >
> > > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>7b
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>>
> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg
> > > > > > > > > > > > > > > > >>>>>>>'
> > >
> > > @
> > >
> > > > > > > > > > > > > > > > >>>>>>> convert.c/ConvertImageCommand/2800.
> > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > >>>>>>> Value: generateBatchThumbByWidth
> > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > >>>>>>> Value: processPDF
> > > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s,
> > > > > > > > > > > > > > > > >>>>>>> insertstop, -s, poly2bitmap,
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>> -i,
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>> -j,
> > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > >>>>>>> 85, -s,
> > > > > > > > > > > > > > > > >>>>>>> zoom=72,
> > > > > > > >
> > > > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > > >
> > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>b1
> > > > > > > >
> > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>>f,
> > > > > > > >
> > > > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > > >
> > > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>b1
> > > > > > > >
> > > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.sw
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>>f] Name: error
> > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > >>>>>>> Value: Error: Couldn't open
> > > > > > > > > > > > > > > > >>>>>>> file
> > > > > > > >
> > > > > > > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > > > > >
> > > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>7b
> > > > > > > >
> > > > > > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>>df '
> > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > > >>>>>>> Value: generateSwf
> > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > >>>>>>> So, it looks like a file couldn't be
> > >
> > > opened.
> > >
> > > > > >  The
> > > > > >
> > > > > > > > > > > > > > > > >>>>>>> file is
> > > > > > > > > > > > >
> > > > > > > > > > > > > owner
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>>>>>> by
> > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > >>>>> root,
> > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > >>>>>>> and has
> > > > > > > > > > > > > > > > >>>>>>> 644 permissions.  Are these set by
> > > > > >
> > > > > > jodconverter?
> > > > > >
> > > > > > > > > > > > > > > > >>>>>>> Anyway,
> > > > > > > > > > > > >
> > > > > > > > > > > > > does
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >>> anyone
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>>>>>> know how
> > > > > > > > > > > > > > > > >>>>>>> I can resolve this issue?
> > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > >>>>>>> Many thanks.
> > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > >>>>>>> Dimitri
> > > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > > >>>>>>> --
> > > > > > > > > > > > > > > > >>>>>>> This message has been scanned for
> > >
> > > viruses and
> > >
> > > > > > > > > > > > > > > > >>>>>>> dangerous content by MailScanner, and
> > > > > > > > > > > > > > > > >>>>>>> is believed to be clean.
> > > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > > >>>>> --
> > > > > > > > > > > > > > > > >>>>> This message has been scanned for
> viruses
> > >
> > > and
> > >
> > > > > > > > > > > > > > > > >>>>> dangerous content by MailScanner, and
> is
> > > > > > > > > > > > > > > > >>>>> believed to be clean.
> > > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > > >>>> --
> > > > > > > > > > > > > > > > >>>> WBR
> > > > > > > > > > > > > > > > >>>> Maxim aka solomax
> > > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > > >>> --
> > > > > > > > > > > > > > > > >>> This message has been scanned for viruses
> > > > > > > > > > > > > > > > >>> and dangerous content by MailScanner, and
> > > > > > > > > > > > > > > > >>> is believed to be clean.
> > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > >> --
> > > > > > > > > > > > > > > > >> WBR
> > > > > > > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > > This message has been scanned for viruses
> and
> > > > > > > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Stephen Cottham
> > > > > > > > > > > > > > > > Group IT Manager (Associate)
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Robert Bird Group
> > > > > > > > > > > > > > > > Level 5, 333 Ann St
> > > > > > > > > > > > > > > > Brisbane, Queensland, 4000, Australia
> > > > > > > > > > > > > > > > Phone: +6173 319 2777 (AUS)
> > > > > > > > > > > > > > > > Phone: +44207 592 8000 (UK)
> > > > > > > > > > > > > > > > Fax: +6173 319 2799
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Mobile:  +61400 756 963 (AUS)
> > > > > > > > > > > > > > > > Mobile: +447900 918 616 (UK)
> > > > > > > > > > > > > > > > Web: www.robertbird.com
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > This email and any attachments are
> confidential
> > >
> > > and
> > >
> > > > > > > > > > > > > > > > may contain
> > > > > > > > > > > > >
> > > > > > > > > > > > > legally
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > > privileged information or copyright material.
> > >
> > > Unless
> > >
> > > > > > > > > > > > > > > > expressly
> > > > > > > > > > > > >
> > > > > > > > > > > > > stated,
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > > confidentiality and/or legal privilege is not
> > > > > > > > > > > > > > > > intended
> > > > > >
> > > > > > to
> > > > > >
> > > > > > > > be
> > > > > > > >
> > > > > > > > > > > > > > > > waived
> > > > > > > > > > > > >
> > > > > > > > > > > > > by
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > the
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > sending of this email. The contents of this
> > >
> > > email,
> > >
> > > > > > > > including
> > > > > > > >
> > > > > > > > > > > > > > > > any attachments, are intended solely for the
> > > > > > > > > > > > > > > > use
> > >
> > > of
> > >
> > > > > > > > > > > > > > > > the individual or entity
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > to
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > whom they are addressed. If you are not an
> > >
> > > intended
> > >
> > > > > > > > > > > > > > > > recipient, please contact us immediately by
> > >
> > > return
> > >
> > > > > > email
> > > > > >
> > > > > > > > and
> > > > > > > >
> > > > > > > > > > > > > > > > then delete both messages. You may not
> > > > > > > > > > > > > > > > otherwise read, forward, copy, use or
> disclose
> > > > > > > > > > > > > > > > this email
> > >
> > > or
> > >
> > > > > > > > > > > > > > > > any
> > > > > > > >
> > > > > > > > attachments.
> > > > > > > >
> > > > > > > > > > > > > > > > Any views expressed in this email are those
> of
> > > > > > > > > > > > >
> > > > > > > > > > > > > the
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > individual
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > sender except where the sender expressly, and
> > >
> > > with
> > >
> > > > > > > > authority,
> > > > > > > >
> > > > > > > > > > > > > > > > states otherwise. It is your responsibility
> to
> > >
> > > check
> > >
> > > > > > any
> > > > > >
> > > > > > > > > > > > > > > > attachments for viruses or defects before
> > >
> > > opening or
> > >
> > > > > > > > sending
> > > > > > > >
> > > > > > > > > > > > > > > > them on. None of the sender or its related
> > >
> > > entities
> > >
> > > > > > > > > > > > > > > > accepts any liability for any consequential
> > >
> > > damage
> > >
> > > > > > > > > > > > > > > > resulting from this email containing computer
> > > > > > > > > > > > > > > > viruses.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Disclaimer added by CodeTwo Exchange Rules
> > > > > > > > > > > > > > > > http://www.codetwo.com
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> > >
> > > LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5
> > >
> > > > > > > > > > > > >kL zI 4M
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >DA
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >u
> > >
> > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > >
> > > > > > > > > > > > >nZ W5 lc
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >mF
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >0
> > >
> > > ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4
> > >
> > > > > > > > > > > > >+P iB WY
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >Wx
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >1
> > >
> > > ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXN
> > >
> > > > > > > > > > > > >zU ER GD
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >Qo
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >+
> > >
> > > Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXh
> > >
> > > > > > > > > > > > >pd FZ hb
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >HV
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >l
> > >
> > > DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4
> > >
> > > > > > > > > > > > >gV mF sd
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >WU
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >6
> > >
> > > IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHk
> > >
> > > > > > > > > > > > >yY ml 0b
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >WF
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >w
> > >
> > > LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4
> > >
> > > > > > > > > > > > >gO DU sI
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >C1
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >z
> > >
> > > LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXR
> > >
> > > > > > > > > > > > >pb md zL
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >3d
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >l
> > >
> > > YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4
> > >
> > > > > > > > > > > > >+P iA NC
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >+
> > >
> > > Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQ
> > >
> > > > > > > > > > > > >yY jE 2M
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >WE
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >u
> > >
> > > cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3B
> > >
> > > > > > > > > > > > >lb m1 lZ
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >XR
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >p
> > >
> > > bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg
> > >
> > > > > > > > > > > > >0Y 2J jM
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >mE
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >5
> > >
> > > YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1
> > >
> > > > > > > > > > > > >lO g0 KP
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >+
> > >
> > > Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4
> > >
> > > > > > > > > > > > >nd CB vc
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >GV
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >u
> > >
> > > DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3M
> > >
> > > > > > > > > > > > >vd 2V iY
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >XB
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >w
> > >
> > > cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo
> > >
> > > > > > > > > > > > >+P j4 +P
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >+
> > >
> > > IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTY
> > >
> > > > > > > > > > > > >xY S5 wZ
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >GY
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >n
> > >
> > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > >
> > > > > > > > > > > > >nZ W5 lc
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >mF
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >0
> > >
> > > ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGN
> > >
> > > > > > > > > > > > >vd Wx kb
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >id
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >0
> > >
> > > IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiA
> > >
> > > > > > > > > > > > >NC j4 +P
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >+
> > >
> > > IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWl
> > >
> > > > > > > > > > > > >zc 2l vb
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >nM
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >u
> > >
> > > ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4
> > >
> > > > > > > > > > > > >+I A0 KP
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >+
> > >
> > > IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXN
> > >
> > > > > > > > > > > > >vb HZ lI
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >HR
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >o
> > >
> > > aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4
> > >
> > > > > > > > > > > > >gD Qo +P
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >+
> > >
> > > Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWV
> > >
> > > > > > > > > > > > >zc 2F nZ
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >SB
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >o
> > >
> > > YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXM
> > >
> > > > > > > > > > > > >gY 29 ud
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >GV
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >u
> > >
> > > dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGN
> > >
> > > > > > > > > > > > >sZ WF uL
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >g0
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >K
> > >
> > > Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5
> > >
> > > > > > > > > > > > >uZ WQ gZ
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >m9
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >y
> > >
> > > IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5
> > >
> > > > > > > > > > > > >lc iw gY
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >W5
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >k
> > >
> > > IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo
> > >
> > > > > > > > > > > > >+P j4 +I
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >Fd
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >C
> > >
> > > Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyB
> > >
> > > > > > > > > > > > >tZ XN zY
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >Wd
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >l
> > >
> > > IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGN
> > >
> > > > > > > > > > > > >vb nR lb
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >nQ
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >g
> > >
> > > YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0
> > >
> > > > > > > > > > > > >KP j4 gD
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >Qo
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >+
> > >
> > > PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiA
> > >
> > > > > > > > > > > > >tL SA NC
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >j4
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >g
> > >
> > > VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGR
> > >
> > > > > > > > > > > > >hb md lc
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >m9
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >1
> > >
> > > cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmU
> > >
> > > > > > > > > > > > >gY 2x lY
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >W4
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >u DQo+IA0K
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > WBR
> > > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > WBR
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > >
> > > > > > > > --
> > > > > > > > This message has been scanned for viruses and
> > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > believed to be clean.
> > > > > >
> > > > > > --
> > > > > > This message has been scanned for viruses and
> > > > > > dangerous content by MailScanner, and is
> > > > > > believed to be clean.
> > > > >
> > > > > --
> > > > > WBR
> > > > > Maxim aka solomax
> >
> > --
> > WBR
> > Maxim aka solomax
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>


-- 
WBR
Maxim aka solomax

Re: File upload troubles

Posted by Dimitri Yioulos <dy...@onpointfc.com>.
ImageMagick-6.7.8-7


On Wednesday 01 August 2012 11:37:24 am Maxim Solodovnik wrote:
> Which version of ImageMagic have you installed?
>
> On Thu, Aug 2, 2012 at 12:35 AM, greenes <zu...@gmail.com> wrote:
> > Sorry and Thanks!
> >
> > Alvaro
> >
> > ..........
> >
> > El mié, 01-08-2012 a las 11:32 -0400, Dimitri Yioulos escribió:
> > > Ah.  Sorry I missed that.  I guess I need to spend some time improving
> > > my reading skills :-) .
> > >
> > > I built ImageMagick from source, but still get these errors when I try
> >
> > to upload
> >
> > > files:
> > >
> > > Name: error
> > > Value: convert: unable to open image
> >
> > 
`/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf':
> > > No such file or directory @ error/blob.c/OpenBlob/2642.
> > > convert: no images defined
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e
> >98ffb218ae2594c387/_thumb_page-%04d.jpg'
> >
> > > @ error/convert.c/ConvertImageCommand/3044.
> > >
> > > and
> > >
> > > Name: error
> > > Value: Error: Couldn't open
> > > file
> >
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e
> >98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf'
> >
> > > What else should I try?
> > >
> > > Dimitri
> > >
> > > On Wednesday 01 August 2012 10:56:25 am Maxim Solodovnik wrote:
> > > > I wrote you:
> > > >
> > > > "You need to remove ImageMagic installed with yum and build it from
> > > > sources"
> > > >
> > > > On Wed, Aug 1, 2012 at 6:55 PM, Dimitri Yioulos <
> >
> > dyioulos@onpointfc.com>wrote:
> > > > > Hi, Alexei.
> > > > >
> > > > > If you mean the Monday post by Maxim, where he asks:
> > > > >
> > > > > what is the output of yum groupinstall "Office Suite and
> >
> > Productivity"
> >
> > > > > then, yes, I saw it and responded to it.  Here's what I wrote (most
> > > > > recent post
> > > > > first; again, sorry for the verbosity):
> > > > >
> > > > >
> > > > > 1.  Apologies for the drips-and-drabs of information.  I just
> > > > > ran "java -jar
> > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> >
> > faxcover.doc
> >
> > > > > faxcover.pdf" at the command line (obviously, I guess), and it
> > > > > worked successfully.  So, why is file upload still failing?
> > > > >
> > > > >
> > > > > 2.  I ran yum groupinstall "Office Suite and Productivity", feeling
> >
> > there
> >
> > > > > was
> > > > > nothing to lose.  Still no joy.  When I try to upload a file, I get
> >
> > the
> >
> > > > > following errors:
> > > > >
> > > > > Name: error
> > > > > Value: convert: unable to open image
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No such
> >
> > file or
> >
> > > > > directory @ blob.c/OpenBlob/2480.
> > > > > convert: missing an image filename
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > >bdc964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > > convert.c/ConvertImageCommand/2800.
> > > > >
> > > > > Name: process
> > > > > Value: generateBatchThumbByWidth
> > > > > Name: exitValue
> > > > > Value: 0
> > > > > Name: process
> > > > > Value: processPDF
> > > > > Name: out
> > > > > Value:
> > > > > Name: exitValue
> > > > > Value: 1
> > > > > Name: command
> > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap,
> > > > > -i,
> >
> > -j,
> >
> > > > > 85, -s,
> > > > > zoom=72,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >
> > > > >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >
> > > > >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf] Name: error
> > > > > Value: Error: Couldn't open
> > > > > file
> >
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > > > >
> > > > > Name: process
> > > > > Value: generateSwf
> > > > >
> > > > > ImageMagick is installed properly, afaik.  Is this a bug, or a
> > > > > misconfiguration
> > > > > on my part?
> > > > >
> > > > >
> > > > > 3.  Maxim,
> > > > >
> > > > > Output of yum groupinstall "Office Suite and Productivity" is:
> > > > >
> > > > > Installing:
> > > > >  libreoffice-calc
> > > > >  libreoffice-draw
> > > > >  libreoffice-graphicfilter
> > > > >  libreoffice-impress
> > > > >  libreoffice-langpack-en
> > > > >  libreoffice-math
> > > > >  libreoffice-writer
> > > > >  libreoffice-xsltfilter
> > > > > Installing for dependencies:
> > > > >  libreoffice-pdfimport
> > > > >  libreoffice-presenter-screen
> > > > >  libwpd
> > > > >  lpsolve
> > > > >  mythes-en
> > > > >
> > > > > Output of tail "FAX COVER SHEET.doc" is:
> >
> > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ
> > >
> > > > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> > > > > Entryÿÿÿÿÿÿÿÿ ÀF É
> > > > >
> > > > >
> > > > > NljÍ5Data
> >
> > 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSumma
> >
> > >ryInformation8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ
> > >
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ
> > >
> > > > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ    ÀFMicrosoft
> >
> > Office
> >
> > > > > Word Document
> > > > > MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> >
> > PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuT
> >
> > > > >TYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > > >
> > > > > (that's some weird stuff :-) ).
> > > > >
> > > > > Output of ps -ef|grep office is:
> > > > >
> > > > > [root@openmeetings ~]# ps -ef|grep office
> > > > > root      1587     1  0 Jul30 ?
> > > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> > > > > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
> > > > > root      1599  1587  0 Jul30 ?
> > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> > > > > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
> > > > > root     16352 16270  0 07:25 pts/1    00:00:00 grep office
> > > > >
> > > > >
> > > > > Does any of this information help you to help me?
> > > > >
> > > > > Dimitri
> > > > >
> > > > > On Wednesday 01 August 2012 7:27:19 am Alexei Fedotov wrote:
> > > > > > Dimitri, have you noticed the message from Maxim
> > > > > > 01.08.2012 15:23 пользователь "Dimitri Yioulos"
> > > > > > <dy...@onpointfc.com>
> > > > > >
> > > > > > написал:
> > > > > > > I sent some updated information yesterday regarding this issue.
> >
> >  Does
> >
> > > > > > > anyone
> > > > > > > have any more ideas on how I can resolve this?  Your continued
> >
> > help
> >
> > > > > would
> > > > >
> > > > > > > be
> > > > > > > appreciated.
> > > > > > >
> > > > > > > Many thanks.
> > > > > > >
> > > > > > > Dimitri
> > > > > > >
> > > > > > > On Tuesday 31 July 2012 9:00:53 am Dimitri Yioulos wrote:
> > > > > > > > Apologies for the drips-and-drabs of information.  I just
> > > > > > > > ran "java -jar
> > > > > > >
> > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > > > >
> > > > > > > > faxcover.doc faxcover.pdf" at the command line (obviously, I
> > > > > > > > guess), and
> > > > > > >
> > > > > > > it
> > > > > > >
> > > > > > > > worked successfully.  So, why is file upload still failing?
> > > > > > > >
> > > > > > > > Dimitri
> > > > > > > >
> > > > > > > > On Tuesday 31 July 2012 8:50:01 am Dimitri Yioulos wrote:
> > > > > > > > > I ran yum groupinstall "Office Suite and Productivity",
> >
> > feeling
> >
> > > > > there
> > > > >
> > > > > > > was
> > > > > > >
> > > > > > > > > nothing to lose.  Still no joy.  When I try to upload a
> >
> > file, I
> >
> > > > > > > > > get the following errors:
> > > > > > > > >
> > > > > > > > > Name: error
> > > > > > > > > Value: convert: unable to open image
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > > > > >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf':
> > > > > > > > > No
> >
> > such
> >
> > > > > > > > > file
> > > > > > >
> > > > > > > or
> > > > > > >
> > > > > > > > > directory @ blob.c/OpenBlob/2480.
> > > > > > > > > convert: missing an image filename
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > > > > >bd c964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > > > > > > convert.c/ConvertImageCommand/2800.
> > > > > > > > >
> > > > > > > > > Name: process
> > > > > > > > > Value: generateBatchThumbByWidth
> > > > > > > > > Name: exitValue
> > > > > > > > > Value: 0
> > > > > > > > > Name: process
> > > > > > > > > Value: processPDF
> > > > > > > > > Name: out
> > > > > > > > > Value:
> > > > > > > > > Name: exitValue
> > > > > > > > > Value: 1
> > > > > > > > > Name: command
> > > > > > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> >
> > poly2bitmap,
> >
> > > > > -i,
> > > > >
> > > > > > > -j,
> > > > > > >
> > > > > > > > > 85, -s, zoom=72,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >
> > > > > > > > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >
> > > > > > > > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf]
> > > > > > > > > Name: error Value: Error: Couldn't open
> > > > > > > > > file
> >
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > > > > >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > > > > > > > >
> > > > > > > > > Name: process
> > > > > > > > > Value: generateSwf
> > > > > > > > >
> > > > > > > > > ImageMagick is installed properly, afaik.  Is this a bug,
> > > > > > > > > or
> >
> > a
> >
> > > > > > > > > misconfiguration on my part?
> > > > > > > > >
> > > > > > > > > Dimitri
> > > > > > > > >
> > > > > > > > > On Tuesday 31 July 2012 7:24:20 am Dimitri Yioulos wrote:
> > > > > > > > > > Maxim,
> > > > > > > > > >
> > > > > > > > > > Output of yum groupinstall "Office Suite and
> > > > > > > > > > Productivity"
> >
> > is:
> > > > > > > > > > Installing:
> > > > > > > > > >  libreoffice-calc
> > > > > > > > > >  libreoffice-draw
> > > > > > > > > >  libreoffice-graphicfilter
> > > > > > > > > >  libreoffice-impress
> > > > > > > > > >  libreoffice-langpack-en
> > > > > > > > > >  libreoffice-math
> > > > > > > > > >  libreoffice-writer
> > > > > > > > > >  libreoffice-xsltfilter
> > > > > > > > > > Installing for dependencies:
> > > > > > > > > >  libreoffice-pdfimport
> > > > > > > > > >  libreoffice-presenter-screen
> > > > > > > > > >  libwpd
> > > > > > > > > >  lpsolve
> > > > > > > > > >  mythes-en
> > > > > > > > > >
> > > > > > > > > > Output of tail "FAX COVER SHEET.doc" is:
> >
> > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > >ÿÿ
> > > > > > >
> > > > > > > > > >ÿÿ ÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > >ÿÿ
> > > > > > >
> > > > > > > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > >ÿÿ
> > > > > > >
> > > > > > > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > >ÿÿ
> > > > > > >
> > > > > > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> > > > >
> > > > > Entryÿÿÿÿÿÿÿÿ
> > > > >
> > > > > > > > > > ÀF É
> > > > > > > > > >
> > > > > > > > > > NljÍ5Data
> >
> > 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentS
> >
> > > > > > >um
> > > > > > >
> > > > > > > > > >ma ry
> >
> > Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > >ÿÿ
> > > > > > >
> > > > > > > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > >ÿÿ
> > > > > > >
> > > > > > > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > >ÿÿ
> > > > > > >
> > > > > > > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > >ÿÿ
> > > > > > >
> > > > > > > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > >ÿÿ
> > > > > > >
> > > > > > > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > >ÿÿ
> > > > > > >
> > > > > > > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > > > >ÿÿ
> > > > > > >
> > > > > > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ    ÀFMicrosoft
> > > > > > > > > > Office Word Document
> > > > > > > > > > MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> >
> > PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTT
> >
> > > > > > >YP
> > > > > > >
> > > > > > > > > >uT TY PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > > > > > > > >
> > > > > > > > > > (that's some weird stuff :-) ).
> > > > > > > > > >
> > > > > > > > > > Output of ps -ef|grep office is:
> > > > > > > > > >
> > > > > > > > > > [root@openmeetings ~]# ps -ef|grep office
> > > > > > > > > > root      1587     1  0 Jul30 ?
> > > > > > > > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin
> >
> > --headless
> >
> > > > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > > > >
> > > > > --nofirststartwizard
> > > > >
> > > > > > > root
> > > > > > >
> > > > > > > > > >  1599  1587  0 Jul30 ?
> > > > > > > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin
> >
> > --headless
> >
> > > > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > > > >
> > > > > --nofirststartwizard
> > > > >
> > > > > > > root
> > > > > > >
> > > > > > > > > > 16352 16270  0 07:25 pts/1    00:00:00 grep office
> > > > > > > > > >
> > > > > > > > > > Dimitri
> > > > > > > > > >
> > > > > > > > > > On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik wrote:
> > > > > > > > > > > what is the output of
> > > > > > > > > > >
> > > > > > > > > > > *yum groupinstall* "*Office* Suite and Productivity"
> > > > > > > > > > >
> > > > > > > > > > > yum install openoffice.org-headless
> > > > > > > > > > >
> > > > > > > > > > > what is the output of (to ensure it is not
> >
> > file/permission
> >
> > > > > > > > > > > problem) tail "FAX COVER SHEET.doc"
> > > > > > > > > > >
> > > > > > > > > > > can you check there is no office processes running?
> > > > > > > > > > > ps -ef|grep office
> > > > > > > > > > >
> > > > > > > > > > > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos
> > > > > > > > > >
> > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > Maxim,
> > > > > > > > > > > >
> > > > > > > > > > > > Followed the instructions in the link you provided,
> > > > > > > > > > > > and now:
> > > > > > > > > > > >
> > > > > > > > > > > > [root@openmeetings ~]# java -version
> > > > > > > > > > > > java version "1.7.0_05"
> > > > > > > > > > > > Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
> > > > > > > > > > > > Java HotSpot(TM) Client VM (build 23.1-b03, mixed
> > > > > > > > > > > > mode, sharing)
> > > > > > > > > > > >
> > > > > > > > > > > > As you can see, I just upgraded the Java installation
> >
> > to
> >
> > > > > > > > > > > > the very latest from
> > > > > > > > > > > > Oracle.  However, I still get:
> > > > > > > > > > > >
> > > > > > > > > > > > Exception in thread "main"
> > > > > > > > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > could not load document: FAX COVER SHEET.doc
> > > > > > > > > > > > ~
> > > > > > > > > > > > Caused by:
> > > > > > > > > > > > com.sun.star.lang.IllegalArgumentException:
> >
> > URL
> >
> > > > > > > > > > > > seems
> > > > > > >
> > > > > > > to
> > > > > > >
> > > > > > > > > > > > be an unsupported one.
> > > > > > > > > > > > ~
> > > > > > > > > > > >
> > > > > > > > > > > > I think I'm infuriatingly close to getting this to
> >
> > work.
> >
> > > > >  Your
> > > > >
> > > > > > > (and
> > > > > > >
> > > > > > > > > > > > others) continuing assistance much appreciated.
> > > > > > > > > > > >
> > > > > > > > > > > > Dimitri
> > > > > > > > > > > >
> > > > > > > > > > > > On Monday 30 July 2012 3:17:49 pm Maxim Solodovnik
> >
> > wrote:
> > > > > > > > > > > > > please follow the link I have sent you
> > > > > > > > > > > > > you need to install alternative _before_ you can
> > > > > > > > > > > > > configure
> > > > >
> > > > > it
> > > > >
> > > > > > > > > > > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos
> > > > > > > > > > > >
> > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > Thanks, Stephen.  Here's what I get:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > [root@openmeetings ~]# alternatives --config java
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > There is 1 program that provides 'java'.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >   Selection    Command
> > > > > > > > > > > > > > -----------------------------------------------
> > > > > > > > > > > > > > *+ 1
> >
> > /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> >
> > > > > > > > > > > > > > Enter to keep the current selection[+], or type
> > > > > > > > > > > > > > selection number:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Oh, oh.  I don't even see the Oracle version.
> >
> >  But, I
> >
> > > > > > > installed
> > > > > > >
> > > > > > > > > > > > > > the
> > > > > > > > > > > >
> > > > > > > > > > > > JRE,
> > > > > > > > > > > >
> > > > > > > > > > > > > > not the
> > > > > > > > > > > > > > JDK.  Might that be the rub?
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Monday 30 July 2012 3:03:57 pm Stephen Cottham
> >
> > wrote:
> > > > > > > > > > > > > > > For java try
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > update-java-alternatives
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Or
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > alternatives --config java
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Should show you all java's installed and allow
> >
> > you to
> >
> > > > > > > change
> > > > > > >
> > > > > > > > > > > > > > > the default.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Sent from my iPhone
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos"
> > > > > > > > > > > > > > > <dy...@onpointfc.com>
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > Maxim,
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > I'm not quite sure how to proceed.  First, I
> >
> > just
> >
> > > > > > > installed
> > > > > > >
> > > > > > > > > > > > > > > > parts
> > > > > > > > > > > >
> > > > > > > > > > > > of
> > > > > > > > > > > >
> > > > > > > > > > > > > > > > libreoffice:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > libreoffice-headless-3.4.5.2-16.el6.i686
> >
> > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> >
> > > > > > > > > > > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Should I do a "yum groupinstall libreoffice"?
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Next, I'm not sure how to open my doc.  This
> >
> > is a
> >
> > > > > > > > > > > > > > > > server install
> > > > > > > > > > > >
> > > > > > > > > > > > and,
> > > > > > > > > > > >
> > > > > > > > > > > > > > so,
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > there is no Xwindow/desktop system installed.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Finally, how do I get the Oracle java to be
> > > > > > > > > > > > > > > > the default?
> > > > > > >
> > > > > > >  I
> > > > > > >
> > > > > > > > > > > > > > > > do have the following in /etc/profile so that
> >
> > the
> >
> > > > > > > > > > > > > > > > proper java be loaded at boot (I think):
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > export
> > > > > > > > > > > > > > > > JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > > > > > > > > > > > > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On Monday 30 July 2012 2:47:04 pm Maxim
> >
> > Solodovnik
> >
> > > > > wrote:
> > > > > > > > > > > > > > > >> Yes you could :)
> > > > > > > > > > > > > > > >> According to this:
> >
> > http://stackoverflow.com/questions/8420449/docsplit-jodconverter-op
> >
> > > > > > > > > > > >en of f
> > > > > > > > > > > >
> > > > > > > > > > > > > > > >>ice -issue-on-debian
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >> can you ensure you have writer/calc/impress
> > > > >
> > > > > installed
> > > > >
> > > > > > > (by
> > > > > > >
> > > > > > > > > > > > > > > >> opening your doc for example)
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >> were you install your libreoffice via yum
> > > > > > > > > > > > > > > >> groupinstall?
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >> I would recommend you to have Oracle java as
> > > > > > > > > > > > > > > >> default one There are some weird issued with
> > > > > > > > > > > > > > > >> OpenJDK.
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri
> >
> > Yioulos
> >
> > > > > > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > >>> Let me take the easy part first:
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>> [root@openmeetings ~]# java -version
> > > > > > > > > > > > > > > >>> java version "1.7.0_05-icedtea"
> > > > > > > > > > > > > > > >>> OpenJDK Runtime Environment
> > > > > > > > > > > > > > > >>> (rhel-2.2.1.el6_3-i386) OpenJDK Client VM
> >
> > (build
> >
> > > > > > > > > > > > > > > >>> 23.0-b21, mixed mode)
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>> Now, the thing of it is, even though I
> >
> > installed
> >
> > > > > the
> > > > >
> > > > > > > > > > > > > > > >>> Sun/Oracle version, when I
> > > > > > > > > > > > > > > >>> installed some other component
> > > > > > > > > > > > > > > >>> (libreoffice,
> >
> > I
> >
> > > > > think,
> > > > >
> > > > > > > but
> > > > > > >
> > > > > > > > > > > > > > > >>> I
> > > > > > > > > > > >
> > > > > > > > > > > > forget
> > > > > > > > > > > >
> > > > > > > > > > > > > > > >>> exactly what), a dependency that was
> >
> > installed
> >
> > > > > > > > > > > > > > > >>> was OpenJDK.
> > > > > > > > > > > >
> > > > > > > > > > > >  Hmmm.
> > > > > > > > > > > >
> > > > > > > > > > > > > > > >>> I tried to do the following conversion at
> > > > > > > > > > > > > > > >>> the
> > > > >
> > > > > command
> > > > >
> > > > > > > > > > > > > > > >>> line:
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>> java -jar
> > > > >
> > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > >
> > > > > > > > > > > > > >r
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>> It failed.  I got:
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>> Exception in thread "main"
> > > > >
> > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > > >>> could not load document: FAX COVER
> > > > > > > > > > > > > > > >>> SHEET.doc ~
> > > > > > > > > > > > > > > >>> Caused by:
> > > > > > > > > > > > > > > >>> com.sun.star.lang.IllegalArgumentException:
> >
> > URL
> >
> > > > > seems
> > > > >
> > > > > > > > > > > > to
> > > > > > > > > > > >
> > > > > > > > > > > > > > be
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>> an unsupported one.
> > > > > > > > > > > > > > > >>> ~
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>> I can convert MS Word docs, can't I?
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>> Dimitri
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>> On Monday 30 July 2012 2:27:56 pm Maxim
> > > > > > > > > > > > > > > >>> Solodovnik
> > > > > > >
> > > > > > > wrote:
> > > > > > > > > > > > > > > >>>> Please try to stop it and run jod
> > > > > > > > > > > > > > > >>>> converter
> >
> > via
> >
> > > > > > > > > > > > > > > >>>> commandline (jod
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>> converter
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>> will start libreoffice automatically)
> > > > > > > > > > > > > > > >>>> also please check your java version?
> > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > >>>> java -cp
> > > > > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/juh-3.2.1.jar
> >
> > -cp
> >
> > > > > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar
> >
> > -cp
> >
> > > > > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar
> >
> > -cp
> >
> > > > > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/unoil-3.2.1.ja
> > > > > > > > > > > > > > > >>>>r
> >
> > -cp
> >
> > > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar
> > > > >
> > > > > > > -cp
> >
> > /usr/local/jodconverter/lib/commons-io-1.4.jar
> >
> > > > > > > > > > > > > > > >>>> -cp
> >
> > /usr/local/jodconverter/lib/json-20090211.jar
> >
> > > > > > > > > > > > > > > >>>> -cp
> > > > > > >
> > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4
> > > > > > >
> > > > > > > > > > > > > > > >>>>.j ar -jar
> >
> > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> >
> > > > > > > > > > > >r
> > > > > > >
> > > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > >
> > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>b1 78
> > > > >
> > > > > 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > > >
> > > > > > > > > > > > > > > >>>> 1a.pdf
> > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri
> >
> > Yioulos
> >
> > > > > > > > > > > > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > > >>>>> Thanks to both Maxim and Alexsei for your
> > > > > > > > > > > > > > > >>>>> responses. CentOS
> > > > > > > > > > > >
> > > > > > > > > > > > 6.x
> > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>>> (and,
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>> by
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>> extension, I'd guess, RHEL 6.x) no longer
> >
> > use
> >
> > > > > > > > > > > > > > > >>>>> openoffice but,
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > rather,
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>>> libreoffice.  libreoffice-headless is
> > > > > > > > > > > > > > > >>>>> installed, and
> > > > > > >
> > > > > > > is
> > > > > > >
> > > > > > > > > > > > > > > >>>>> running as
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > a
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>>> service:
> > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > >>>>> tcp        0      0 127.0.0.1:8100
> > > > > > > > > > > > > > > >>>>> 0.0.0.0:* LISTEN      13514/soffice.bin
> > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > >>>>> started with:
> > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > >>>>> soffice --headless
> >
> > --accept="socket,host=127.0.0.1,port=8100;urp;"
> >
> > > > > > > > > > > > > > > >>>>> --nofirststartwizard
> > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > >>>>> Dimitri
> > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm Alexei
> > > > > > > > > > > > > > > >>>>> Fedotov
> > > > > > >
> > > > > > > wrote:
> > > > > > > > > > > > > > > >>>>>> It says, URL seems to be unsupported.
> > > > > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > > > > >>>>>> The class which produces it is under
> >
> > com.sun,
> >
> > > > > > > > > > > > > > > >>>>>> so the problem
> > > > > > > > > > > >
> > > > > > > > > > > > may
> > > > > > > > > > > >
> > > > > > > > > > > > > > be
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>> in
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>> the
> > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > >>>>>> old OpenOffice version
> > > > > > > > > > > > > > > >>>>>> 30.07.2012 21:54 пользователь "Dimitri
> > > > > > > > > > > > > > > >>>>>> Yioulos" <dy...@onpointfc.com>
> > > > > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > > > > >>>>>> написал:
> > > > > > > > > > > > > > > >>>>>>> Hello to all.
> > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > >>>>>>> I'm not new to Openmeetings, having
> > > > > > > > > > > > > > > >>>>>>> originally installed and tried
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>> it
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>> at
> > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > >>>>>>> least a
> > > > > > > > > > > > > > > >>>>>>> couple of years ago.  Thanks to
> > > > > > > > > > > > > > > >>>>>>> Sabastian Wgner for having created it,
> > > > > > > > > > > > > > > >>>>>>> and to Apache for taking the project
> > > > > > > > > > > > > > > >>>>>>> forward.
> > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > >>>>>>> I've installed version 2.0.0 on a
> > > > > > > > > > > > > > > >>>>>>> CentOS
> >
> > 6.2
> >
> > > > > > > server.
> > > > > > >
> > > > > > > > > > > > > > > >>>>>>> All of the prerequisites
> > > > > > > > > > > > > > > >>>>>>> are installed, and Openmeetings works
> >
> > well.
> >
> > > > >  With
> > > > >
> > > > > > > the
> > > > > > >
> > > > > > > > > > > > exception
> > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>>>>> of file uploading, that is.  After
> >
> > figuring
> >
> > > > > > > > > > > > > > > >>>>>>> out the paths of the
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>> various
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> components required to make file
> >
> > uploading
> >
> > > > > work,
> > > > >
> > > > > > > I'm
> > > > > > >
> > > > > > > > > > > > > > > >>>>>>> finally
> > > > > > > > > > > >
> > > > > > > > > > > > at
> > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>>>>> a point where I'm stuck.
> > > > > > > > > > > > > > > >>>>>>> When I try to upload a file, I get the
> > > > >
> > > > > following
> > > > >
> > > > > > > > > > > > > > > >>>>>>> (it's
> > > > > > > > > > > >
> > > > > > > > > > > > verbose;
> > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>>>>> I apologize):
> > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > >>>>>>> [java, -cp,
> >
> > /usr/local/jodconverter/lib/juh-3.2.1.jar,
> >
> > > > > > > > > > > > > > > >>>>>>> -cp,
> >
> > /usr/local/jodconverter/lib/jurt-3.2.1.jar,
> >
> > > > > -cp,
> >
> > /usr/local/jodconverter/lib/ridl-3.2.1.jar,
> >
> > > > > -cp,
> >
> > /usr/local/jodconverter/lib/unoil-3.2.1.jar,
> >
> > > > > -cp,
> > > > >
> > > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar,
> > > > >
> > > > > > > -cp,
> >
> > /usr/local/jodconverter/lib/commons-io-1.4.ja
> >
> > > > > > > > > > > > > > > >>>>>>>r,
> > > > > > >
> > > > > > > -cp,
> >
> > /usr/local/jodconverter/lib/json-20090211.jar
> >
> > > > > > > > > > > > > > > >>>>>>>, -cp,
> > > > > > >
> > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > > >
> > > > > > > > > > > > > > > >>>>>>>a- 4. ja r, -jar,
> > > > > > >
> > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > > >
> > > > > > > > > > > > > > > >>>>>>>a- 4. ja r,
> > > > > > >
> > > > > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > > > > >
> > > > > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>94
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > > > > > >
> > > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > >
> > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>b1
> > > > > > >
> > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > >
> > > > > > > > > > > > > > > >>>>>>>f] Name: error Value: Jul 30, 2012
> >
> > 1:18:25 PM
> >
> > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > >
> > > > > > > > > > > > > > > >>>>>>>eM an ag er INFO: ProcessManager
> > > > > > > > > > > > > > > >>>>>>> implementation
> > > > >
> > > > > is
> > > > >
> > > > > > > > > > > > > > > >>>>>>> LinuxProcessManager Jul 30, 2012
> > > > > > > > > > > > > > > >>>>>>> 1:18:26
> >
> > PM
> >
> > > > > org.artofsolving.jodconverter.office.OfficeProces
> > > > >
> > > > > > > > > > > > > > > >>>>>>>s start INFO: starting process with
> > > > > > > > > > > > > > > >>>>>>> acceptString
> >
> > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> >
> > > > > > > > > > > > > > > >>>>>>>'
> > > > > > > > > > > >
> > > > > > > > > > > > and
> > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>>>>> profileDir
> > > > > > > > > > > >
> > > > > > > > > > > > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > >
> > > > > org.artofsolving.jodconverter.office.OfficeProces
> > > > >
> > > > > > > > > > > > > > > >>>>>>>s start INFO: started process; pid =
> >
> > 13986 Jul
> >
> > > > > 30,
> > > > >
> > > > > > > > > > > > > > > >>>>>>> 2012 1:18:26 PM
> > > > > > >
> > > > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > >
> > > > > > > > > > > > > > > >>>>>>> connect
> > > > > > > > > > > > > > > >>>>>>> INFO: connected:
> > > > > > > > > > > >
> > > > > > > > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > >
> > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > >
> > > > > > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopping
> > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > >
> > > > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > >
> > > > > > > > > > > > > > > >>>>>>>$1 disposing
> > > > > > > > > > > > > > > >>>>>>> INFO: disconnected:
> >
> > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> >
> > > > > > > > > > > > > > > >>>>>>>' Jul 30, 2012 1:18:27 PM
> > > > > > >
> > > > > > > org.artofsolving.jodconverter.office.ManagedOfficePro
> > > > > > >
> > > > > > > > > > > > > > > >>>>>>>ce ss doEnsureProcessExited
> > > > > > > > > > > > > > > >>>>>>> INFO: process exited with code 0
> > > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > > > > > >
> > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > >
> > > > > > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopped
> > > > > > > > > > > > > > > >>>>>>> Exception in thread "main"
> > > > > > >
> > > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > > >>>>>>> could not load document:
> > > > > > > > > > > > > > > >>>>>>> 5b494e18e94e7b1784cbc2a9b42b161a.doc at
> > > > > > >
> > > > > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > > > > >
> > > > > > > > > > > > > >nt (A bs tr
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>ac
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> tConversionTask.java:92) at
> > > > > > >
> > > > > > > org.artofsolving.jodconverter.AbstractConversionTask.execute(Ab
> > > > > > >
> > > > > > > > > > > > > >st ra ct Co
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>nv
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> ersionTask.java:59) at
> > > > > > >
> > > > > > > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(
> > > > > > >
> > > > > > > > > > > > > >Po ol ed Of
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>fi
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> ceManager.java:80) at
> >
> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > > > > > > > > > > > >>>47
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> 1) at
> > > > >
> > > > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> > > > >
> > > > > > > > > > > > > > > >>>>>>>34 ) at
> >
> > java.util.concurrent.FutureTask.run(FutureTask.java:166)
> >
> > > > > > > > > > > > > > > >>>>>>> at
> > > > > > >
> > > > > > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe
> > > > > > >
> > > > > > > > > > > > > >cu to r. ja
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>va
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> :1110) at
> > > > > > >
> > > > > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolEx
> > > > > > >
> > > > > > > > > > > > > >ec ut or .j
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>av
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> a:603) at
> > > > > > > > > > > > > > > >>>>>>> java.lang.Thread.run(Thread.java:722)
> >
> > Caused
> >
> > > > > > > > > > > > > > > >>>>>>> by:
> >
> > com.sun.star.lang.IllegalArgumentException:
> > > > > > > > > > > > > > > >>>>>>> URL
> > > > > > >
> > > > > > > seems
> > > > > > >
> > > > > > > > > > > > > > > >>>>>>> to be
> > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > >>>>> an
> > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > >>>>>>> unsupported one.
> > > > > > > > > > > > > > > >>>>>>>        at
> > > > > > >
> > > > > > > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRa
> > > > > > >
> > > > > > > > > > > > > >is ed Ex ce
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>pt
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> ion(Job.java:177) at
> > > > >
> > > > > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> > > > >
> > > > > > > > > > > > > > > >>>>>>>43 ) at
> > > > > > >
> > > > > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > > > > >
> > > > > > > > > > > > > >e. ja va
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >:3
> > > > > > > > > > > > > >:
> > > > > > > > > > > > > > > >>>35
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> ) at
> > > > > > >
> > > > > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > > > > >
> > > > > > > > > > > > > >e. ja va
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >:3
> > > > > > > > > > > > > >:
> > > > > > > > > > > > > > > >>>04
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> ) at
> > > > > > >
> > > > > > > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(J
> > > > > > >
> > > > > > > > > > > > > >av aT hr ea
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>dP
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> ool.java:91) at
> > > > > > >
> > > > > > > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sen
> > > > > > >
> > > > > > > > > > > > > >dR eq ue st
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>(j
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> ava_remote_bridge.java:639) at
> > > > > > >
> > > > > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.r
> > > > > > >
> > > > > > > > > > > > > >eq ue st (P
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>ro
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> xyFactory.java:151) at
> > > > > > >
> > > > > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.i
> > > > > > >
> > > > > > > > > > > > > >nv ok e( Pr
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>ox
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> yFactory.java:133) at
> > > > > > > > > > > > > > > >>>>>>> $Proxy4.loadComponentFromURL(Unknown
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Source)
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>>>>>        at
> > > > > > >
> > > > > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > > > > >
> > > > > > > > > > > > > >nt (A bs tr
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>ac
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> tConversionTask.java:90) ... 8 more
> > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > >>>>>>> Value: doJodConvert
> > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > >>>>>>> Name: completeName
> > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > >
> > > > > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > > > > >
> > > > > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>94
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > >>>>>>> Name: fileExplorerItemId
> > > > > > > > > > > > > > > >>>>>>> Value: 7
> > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > >>>>>>> Value: generateXMLDocument
> > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> > > > > > > > > > > > > > > >>>>>>> 80,
> > > > > > >
> > > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > >
> > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>b1
> > > > > > >
> > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > >
> > > > > > > > > > > > > > > >>>>>>>f,
> > > > > > >
> > > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > >
> > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>b1
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg]
> >
> > Name:
> > > > > > > > > > > > > > > >>>>>>> error Value: convert: unable to open
> >
> > image
> >
> > > > > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > > > >
> > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>7b
> > > > > > >
> > > > > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > > >
> > > > > > > > > > > > > > > >>>>>>>df ': No such
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>> file
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>> or
> > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > > > > > > > > > > > > > >>>>>>> convert: missing an image filename
> > > > > > >
> > > > > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > > > >
> > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>7b
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg
> > > > > > > > > > > > > > > >>>>>>>'
> >
> > @
> >
> > > > > > > > > > > > > > > >>>>>>> convert.c/ConvertImageCommand/2800.
> > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > >>>>>>> Value: generateBatchThumbByWidth
> > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > >>>>>>> Value: processPDF
> > > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s,
> > > > > > > > > > > > > > > >>>>>>> insertstop, -s, poly2bitmap,
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>> -i,
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>> -j,
> > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > >>>>>>> 85, -s,
> > > > > > > > > > > > > > > >>>>>>> zoom=72,
> > > > > > >
> > > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > >
> > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>b1
> > > > > > >
> > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > >
> > > > > > > > > > > > > > > >>>>>>>f,
> > > > > > >
> > > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > >
> > > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>b1
> > > > > > >
> > > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.sw
> > > > > > >
> > > > > > > > > > > > > > > >>>>>>>f] Name: error
> > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > >>>>>>> Value: Error: Couldn't open
> > > > > > > > > > > > > > > >>>>>>> file
> > > > > > >
> > > > > > > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > > > >
> > > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>7b
> > > > > > >
> > > > > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > > >
> > > > > > > > > > > > > > > >>>>>>>df '
> > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > > >>>>>>> Value: generateSwf
> > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > >>>>>>> So, it looks like a file couldn't be
> >
> > opened.
> >
> > > > >  The
> > > > >
> > > > > > > > > > > > > > > >>>>>>> file is
> > > > > > > > > > > >
> > > > > > > > > > > > owner
> > > > > > > > > > > >
> > > > > > > > > > > > > > > >>>>>>> by
> > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > >>>>> root,
> > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > >>>>>>> and has
> > > > > > > > > > > > > > > >>>>>>> 644 permissions.  Are these set by
> > > > >
> > > > > jodconverter?
> > > > >
> > > > > > > > > > > > > > > >>>>>>> Anyway,
> > > > > > > > > > > >
> > > > > > > > > > > > does
> > > > > > > > > > > >
> > > > > > > > > > > > > > > >>> anyone
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>>>>>> know how
> > > > > > > > > > > > > > > >>>>>>> I can resolve this issue?
> > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > >>>>>>> Many thanks.
> > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > >>>>>>> Dimitri
> > > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > > >>>>>>> --
> > > > > > > > > > > > > > > >>>>>>> This message has been scanned for
> >
> > viruses and
> >
> > > > > > > > > > > > > > > >>>>>>> dangerous content by MailScanner, and
> > > > > > > > > > > > > > > >>>>>>> is believed to be clean.
> > > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > > >>>>> --
> > > > > > > > > > > > > > > >>>>> This message has been scanned for viruses
> >
> > and
> >
> > > > > > > > > > > > > > > >>>>> dangerous content by MailScanner, and is
> > > > > > > > > > > > > > > >>>>> believed to be clean.
> > > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > > >>>> --
> > > > > > > > > > > > > > > >>>> WBR
> > > > > > > > > > > > > > > >>>> Maxim aka solomax
> > > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > > >>> --
> > > > > > > > > > > > > > > >>> This message has been scanned for viruses
> > > > > > > > > > > > > > > >>> and dangerous content by MailScanner, and
> > > > > > > > > > > > > > > >>> is believed to be clean.
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >> --
> > > > > > > > > > > > > > > >> WBR
> > > > > > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Stephen Cottham
> > > > > > > > > > > > > > > Group IT Manager (Associate)
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Robert Bird Group
> > > > > > > > > > > > > > > Level 5, 333 Ann St
> > > > > > > > > > > > > > > Brisbane, Queensland, 4000, Australia
> > > > > > > > > > > > > > > Phone: +6173 319 2777 (AUS)
> > > > > > > > > > > > > > > Phone: +44207 592 8000 (UK)
> > > > > > > > > > > > > > > Fax: +6173 319 2799
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Mobile:  +61400 756 963 (AUS)
> > > > > > > > > > > > > > > Mobile: +447900 918 616 (UK)
> > > > > > > > > > > > > > > Web: www.robertbird.com
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > This email and any attachments are confidential
> >
> > and
> >
> > > > > > > > > > > > > > > may contain
> > > > > > > > > > > >
> > > > > > > > > > > > legally
> > > > > > > > > > > >
> > > > > > > > > > > > > > > privileged information or copyright material.
> >
> > Unless
> >
> > > > > > > > > > > > > > > expressly
> > > > > > > > > > > >
> > > > > > > > > > > > stated,
> > > > > > > > > > > >
> > > > > > > > > > > > > > > confidentiality and/or legal privilege is not
> > > > > > > > > > > > > > > intended
> > > > >
> > > > > to
> > > > >
> > > > > > > be
> > > > > > >
> > > > > > > > > > > > > > > waived
> > > > > > > > > > > >
> > > > > > > > > > > > by
> > > > > > > > > > > >
> > > > > > > > > > > > > > the
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > sending of this email. The contents of this
> >
> > email,
> >
> > > > > > > including
> > > > > > >
> > > > > > > > > > > > > > > any attachments, are intended solely for the
> > > > > > > > > > > > > > > use
> >
> > of
> >
> > > > > > > > > > > > > > > the individual or entity
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > to
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > whom they are addressed. If you are not an
> >
> > intended
> >
> > > > > > > > > > > > > > > recipient, please contact us immediately by
> >
> > return
> >
> > > > > email
> > > > >
> > > > > > > and
> > > > > > >
> > > > > > > > > > > > > > > then delete both messages. You may not
> > > > > > > > > > > > > > > otherwise read, forward, copy, use or disclose
> > > > > > > > > > > > > > > this email
> >
> > or
> >
> > > > > > > > > > > > > > > any
> > > > > > >
> > > > > > > attachments.
> > > > > > >
> > > > > > > > > > > > > > > Any views expressed in this email are those of
> > > > > > > > > > > >
> > > > > > > > > > > > the
> > > > > > > > > > > >
> > > > > > > > > > > > > > individual
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > sender except where the sender expressly, and
> >
> > with
> >
> > > > > > > authority,
> > > > > > >
> > > > > > > > > > > > > > > states otherwise. It is your responsibility to
> >
> > check
> >
> > > > > any
> > > > >
> > > > > > > > > > > > > > > attachments for viruses or defects before
> >
> > opening or
> >
> > > > > > > sending
> > > > > > >
> > > > > > > > > > > > > > > them on. None of the sender or its related
> >
> > entities
> >
> > > > > > > > > > > > > > > accepts any liability for any consequential
> >
> > damage
> >
> > > > > > > > > > > > > > > resulting from this email containing computer
> > > > > > > > > > > > > > > viruses.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Disclaimer added by CodeTwo Exchange Rules
> > > > > > > > > > > > > > > http://www.codetwo.com
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> >
> > LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5
> >
> > > > > > > > > > > >kL zI 4M
> > > > > > > > > > > >
> > > > > > > > > > > > > >DA
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >u
> >
> > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> >
> > > > > > > > > > > >nZ W5 lc
> > > > > > > > > > > >
> > > > > > > > > > > > > >mF
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >0
> >
> > ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4
> >
> > > > > > > > > > > >+P iB WY
> > > > > > > > > > > >
> > > > > > > > > > > > > >Wx
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >1
> >
> > ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXN
> >
> > > > > > > > > > > >zU ER GD
> > > > > > > > > > > >
> > > > > > > > > > > > > >Qo
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >+
> >
> > Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXh
> >
> > > > > > > > > > > >pd FZ hb
> > > > > > > > > > > >
> > > > > > > > > > > > > >HV
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >l
> >
> > DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4
> >
> > > > > > > > > > > >gV mF sd
> > > > > > > > > > > >
> > > > > > > > > > > > > >WU
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >6
> >
> > IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHk
> >
> > > > > > > > > > > >yY ml 0b
> > > > > > > > > > > >
> > > > > > > > > > > > > >WF
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >w
> >
> > LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4
> >
> > > > > > > > > > > >gO DU sI
> > > > > > > > > > > >
> > > > > > > > > > > > > >C1
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >z
> >
> > LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXR
> >
> > > > > > > > > > > >pb md zL
> > > > > > > > > > > >
> > > > > > > > > > > > > >3d
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >l
> >
> > YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4
> >
> > > > > > > > > > > >+P iA NC
> > > > > > > > > > > >
> > > > > > > > > > > > > >j4
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >+
> >
> > Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQ
> >
> > > > > > > > > > > >yY jE 2M
> > > > > > > > > > > >
> > > > > > > > > > > > > >WE
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >u
> >
> > cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3B
> >
> > > > > > > > > > > >lb m1 lZ
> > > > > > > > > > > >
> > > > > > > > > > > > > >XR
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >p
> >
> > bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg
> >
> > > > > > > > > > > >0Y 2J jM
> > > > > > > > > > > >
> > > > > > > > > > > > > >mE
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >5
> >
> > YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1
> >
> > > > > > > > > > > >lO g0 KP
> > > > > > > > > > > >
> > > > > > > > > > > > > >j4
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >+
> >
> > Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4
> >
> > > > > > > > > > > >nd CB vc
> > > > > > > > > > > >
> > > > > > > > > > > > > >GV
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >u
> >
> > DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3M
> >
> > > > > > > > > > > >vd 2V iY
> > > > > > > > > > > >
> > > > > > > > > > > > > >XB
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >w
> >
> > cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo
> >
> > > > > > > > > > > >+P j4 +P
> > > > > > > > > > > >
> > > > > > > > > > > > > >j4
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >+
> >
> > IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTY
> >
> > > > > > > > > > > >xY S5 wZ
> > > > > > > > > > > >
> > > > > > > > > > > > > >GY
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >n
> >
> > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> >
> > > > > > > > > > > >nZ W5 lc
> > > > > > > > > > > >
> > > > > > > > > > > > > >mF
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >0
> >
> > ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGN
> >
> > > > > > > > > > > >vd Wx kb
> > > > > > > > > > > >
> > > > > > > > > > > > > >id
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >0
> >
> > IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiA
> >
> > > > > > > > > > > >NC j4 +P
> > > > > > > > > > > >
> > > > > > > > > > > > > >j4
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >+
> >
> > IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWl
> >
> > > > > > > > > > > >zc 2l vb
> > > > > > > > > > > >
> > > > > > > > > > > > > >nM
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >u
> >
> > ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4
> >
> > > > > > > > > > > >+I A0 KP
> > > > > > > > > > > >
> > > > > > > > > > > > > >j4
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >+
> >
> > IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXN
> >
> > > > > > > > > > > >vb HZ lI
> > > > > > > > > > > >
> > > > > > > > > > > > > >HR
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >o
> >
> > aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4
> >
> > > > > > > > > > > >gD Qo +P
> > > > > > > > > > > >
> > > > > > > > > > > > > >j4
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >+
> >
> > Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWV
> >
> > > > > > > > > > > >zc 2F nZ
> > > > > > > > > > > >
> > > > > > > > > > > > > >SB
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >o
> >
> > YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXM
> >
> > > > > > > > > > > >gY 29 ud
> > > > > > > > > > > >
> > > > > > > > > > > > > >GV
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >u
> >
> > dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGN
> >
> > > > > > > > > > > >sZ WF uL
> > > > > > > > > > > >
> > > > > > > > > > > > > >g0
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >K
> >
> > Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5
> >
> > > > > > > > > > > >uZ WQ gZ
> > > > > > > > > > > >
> > > > > > > > > > > > > >m9
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >y
> >
> > IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5
> >
> > > > > > > > > > > >lc iw gY
> > > > > > > > > > > >
> > > > > > > > > > > > > >W5
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >k
> >
> > IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo
> >
> > > > > > > > > > > >+P j4 +I
> > > > > > > > > > > >
> > > > > > > > > > > > > >Fd
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >C
> >
> > Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyB
> >
> > > > > > > > > > > >tZ XN zY
> > > > > > > > > > > >
> > > > > > > > > > > > > >Wd
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >l
> >
> > IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGN
> >
> > > > > > > > > > > >vb nR lb
> > > > > > > > > > > >
> > > > > > > > > > > > > >nQ
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >g
> >
> > YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0
> >
> > > > > > > > > > > >KP j4 gD
> > > > > > > > > > > >
> > > > > > > > > > > > > >Qo
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >+
> >
> > PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiA
> >
> > > > > > > > > > > >tL SA NC
> > > > > > > > > > > >
> > > > > > > > > > > > > >j4
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >g
> >
> > VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGR
> >
> > > > > > > > > > > >hb md lc
> > > > > > > > > > > >
> > > > > > > > > > > > > >m9
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >1
> >
> > cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmU
> >
> > > > > > > > > > > >gY 2x lY
> > > > > > > > > > > >
> > > > > > > > > > > > > >W4
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > >u DQo+IA0K
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > WBR
> > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > believed to be clean.
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > WBR
> > > > > > > > > > > Maxim aka solomax
> > > > > > >
> > > > > > > --
> > > > > > > This message has been scanned for viruses and
> > > > > > > dangerous content by MailScanner, and is
> > > > > > > believed to be clean.
> > > > >
> > > > > --
> > > > > This message has been scanned for viruses and
> > > > > dangerous content by MailScanner, and is
> > > > > believed to be clean.
> > > >
> > > > --
> > > > WBR
> > > > Maxim aka solomax
>
> --
> WBR
> Maxim aka solomax



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: File upload troubles

Posted by Maxim Solodovnik <so...@gmail.com>.
Which version of ImageMagic have you installed?

On Thu, Aug 2, 2012 at 12:35 AM, greenes <zu...@gmail.com> wrote:

> Sorry and Thanks!
>
> Alvaro
>
> ..........
>
> El mié, 01-08-2012 a las 11:32 -0400, Dimitri Yioulos escribió:
> > Ah.  Sorry I missed that.  I guess I need to spend some time improving my
> > reading skills :-) .
> >
> > I built ImageMagick from source, but still get these errors when I try
> to upload
> > files:
> >
> > Name: error
> > Value: convert: unable to open image
> >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf':
> > No such file or directory @ error/blob.c/OpenBlob/2642.
> > convert: no images defined
> >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e98ffb218ae2594c387/_thumb_page-%04d.jpg'
> > @ error/convert.c/ConvertImageCommand/3044.
> >
> > and
> >
> > Name: error
> > Value: Error: Couldn't open
> > file
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf'
> >
> > What else should I try?
> >
> > Dimitri
> >
> >
> > On Wednesday 01 August 2012 10:56:25 am Maxim Solodovnik wrote:
> > > I wrote you:
> > >
> > > "You need to remove ImageMagic installed with yum and build it from
> > > sources"
> > >
> > > On Wed, Aug 1, 2012 at 6:55 PM, Dimitri Yioulos <
> dyioulos@onpointfc.com>wrote:
> > > > Hi, Alexei.
> > > >
> > > > If you mean the Monday post by Maxim, where he asks:
> > > >
> > > > what is the output of yum groupinstall "Office Suite and
> Productivity"
> > > >
> > > > then, yes, I saw it and responded to it.  Here's what I wrote (most
> > > > recent post
> > > > first; again, sorry for the verbosity):
> > > >
> > > >
> > > > 1.  Apologies for the drips-and-drabs of information.  I just
> > > > ran "java -jar
> > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> faxcover.doc
> > > > faxcover.pdf" at the command line (obviously, I guess), and it worked
> > > > successfully.  So, why is file upload still failing?
> > > >
> > > >
> > > > 2.  I ran yum groupinstall "Office Suite and Productivity", feeling
> there
> > > > was
> > > > nothing to lose.  Still no joy.  When I try to upload a file, I get
> the
> > > > following errors:
> > > >
> > > > Name: error
> > > > Value: convert: unable to open image
> > > >
> > > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > > >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No such
> file or
> > > > directory @ blob.c/OpenBlob/2480.
> > > > convert: missing an image filename
> > > >
> > > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > > >bdc964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > convert.c/ConvertImageCommand/2800.
> > > >
> > > > Name: process
> > > > Value: generateBatchThumbByWidth
> > > > Name: exitValue
> > > > Value: 0
> > > > Name: process
> > > > Value: processPDF
> > > > Name: out
> > > > Value:
> > > > Name: exitValue
> > > > Value: 1
> > > > Name: command
> > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i,
> -j,
> > > > 85, -s,
> > > > zoom=72,
> > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > > >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > > >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf] Name: error
> > > > Value: Error: Couldn't open
> > > > file
> > > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > > >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > > >
> > > > Name: process
> > > > Value: generateSwf
> > > >
> > > > ImageMagick is installed properly, afaik.  Is this a bug, or a
> > > > misconfiguration
> > > > on my part?
> > > >
> > > >
> > > > 3.  Maxim,
> > > >
> > > > Output of yum groupinstall "Office Suite and Productivity" is:
> > > >
> > > > Installing:
> > > >  libreoffice-calc
> > > >  libreoffice-draw
> > > >  libreoffice-graphicfilter
> > > >  libreoffice-impress
> > > >  libreoffice-langpack-en
> > > >  libreoffice-math
> > > >  libreoffice-writer
> > > >  libreoffice-xsltfilter
> > > > Installing for dependencies:
> > > >  libreoffice-pdfimport
> > > >  libreoffice-presenter-screen
> > > >  libwpd
> > > >  lpsolve
> > > >  mythes-en
> > > >
> > > > Output of tail "FAX COVER SHEET.doc" is:
> > > >
> > > >
> > > >
> þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot Entryÿÿÿÿÿÿÿÿ
> > > > ÀF É
> > > >
> > > >
> > > > NljÍ5Data
> > > >
> > > >
> 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSumma
> > >
> >ryInformation8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ    ÀFMicrosoft
> Office
> > > > Word Document
> > > > MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> > > >
> > > >
> PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuT
> > > >TYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > >
> > > > (that's some weird stuff :-) ).
> > > >
> > > > Output of ps -ef|grep office is:
> > > >
> > > > [root@openmeetings ~]# ps -ef|grep office
> > > > root      1587     1  0 Jul30 ?
> > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> > > > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
> > > > root      1599  1587  0 Jul30 ?
> > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> > > > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
> > > > root     16352 16270  0 07:25 pts/1    00:00:00 grep office
> > > >
> > > >
> > > > Does any of this information help you to help me?
> > > >
> > > > Dimitri
> > > >
> > > > On Wednesday 01 August 2012 7:27:19 am Alexei Fedotov wrote:
> > > > > Dimitri, have you noticed the message from Maxim
> > > > > 01.08.2012 15:23 пользователь "Dimitri Yioulos"
> > > > > <dy...@onpointfc.com>
> > > > >
> > > > > написал:
> > > > > > I sent some updated information yesterday regarding this issue.
>  Does
> > > > > > anyone
> > > > > > have any more ideas on how I can resolve this?  Your continued
> help
> > > >
> > > > would
> > > >
> > > > > > be
> > > > > > appreciated.
> > > > > >
> > > > > > Many thanks.
> > > > > >
> > > > > > Dimitri
> > > > > >
> > > > > > On Tuesday 31 July 2012 9:00:53 am Dimitri Yioulos wrote:
> > > > > > > Apologies for the drips-and-drabs of information.  I just
> > > > > > > ran "java -jar
> > > > > >
> > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > > >
> > > > > > > faxcover.doc faxcover.pdf" at the command line (obviously, I
> > > > > > > guess), and
> > > > > >
> > > > > > it
> > > > > >
> > > > > > > worked successfully.  So, why is file upload still failing?
> > > > > > >
> > > > > > > Dimitri
> > > > > > >
> > > > > > > On Tuesday 31 July 2012 8:50:01 am Dimitri Yioulos wrote:
> > > > > > > > I ran yum groupinstall "Office Suite and Productivity",
> feeling
> > > >
> > > > there
> > > >
> > > > > > was
> > > > > >
> > > > > > > > nothing to lose.  Still no joy.  When I try to upload a
> file, I
> > > > > > > > get the following errors:
> > > > > > > >
> > > > > > > > Name: error
> > > > > > > > Value: convert: unable to open image
> > > >
> > > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > > >
> > > > > > > >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No
> such
> > > > > > > > file
> > > > > >
> > > > > > or
> > > > > >
> > > > > > > > directory @ blob.c/OpenBlob/2480.
> > > > > > > > convert: missing an image filename
> > > >
> > > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > > >
> > > > > > > >bd c964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > > > > > convert.c/ConvertImageCommand/2800.
> > > > > > > >
> > > > > > > > Name: process
> > > > > > > > Value: generateBatchThumbByWidth
> > > > > > > > Name: exitValue
> > > > > > > > Value: 0
> > > > > > > > Name: process
> > > > > > > > Value: processPDF
> > > > > > > > Name: out
> > > > > > > > Value:
> > > > > > > > Name: exitValue
> > > > > > > > Value: 1
> > > > > > > > Name: command
> > > > > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> poly2bitmap,
> > > >
> > > > -i,
> > > >
> > > > > > -j,
> > > > > >
> > > > > > > > 85, -s, zoom=72,
> > > >
> > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > > >
> > > > > > > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> > > >
> > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > > >
> > > > > > > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf] Name:
> > > > > > > > error Value: Error: Couldn't open
> > > > > > > > file
> > > >
> > > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > > >
> > > > > > > >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > > > > > > >
> > > > > > > > Name: process
> > > > > > > > Value: generateSwf
> > > > > > > >
> > > > > > > > ImageMagick is installed properly, afaik.  Is this a bug, or
> a
> > > > > > > > misconfiguration on my part?
> > > > > > > >
> > > > > > > > Dimitri
> > > > > > > >
> > > > > > > > On Tuesday 31 July 2012 7:24:20 am Dimitri Yioulos wrote:
> > > > > > > > > Maxim,
> > > > > > > > >
> > > > > > > > > Output of yum groupinstall "Office Suite and Productivity"
> is:
> > > > > > > > >
> > > > > > > > > Installing:
> > > > > > > > >  libreoffice-calc
> > > > > > > > >  libreoffice-draw
> > > > > > > > >  libreoffice-graphicfilter
> > > > > > > > >  libreoffice-impress
> > > > > > > > >  libreoffice-langpack-en
> > > > > > > > >  libreoffice-math
> > > > > > > > >  libreoffice-writer
> > > > > > > > >  libreoffice-xsltfilter
> > > > > > > > > Installing for dependencies:
> > > > > > > > >  libreoffice-pdfimport
> > > > > > > > >  libreoffice-presenter-screen
> > > > > > > > >  libwpd
> > > > > > > > >  lpsolve
> > > > > > > > >  mythes-en
> > > > > > > > >
> > > > > > > > > Output of tail "FAX COVER SHEET.doc" is:
> > > > > >
> > > > > >
> þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > > >ÿÿ
> > > > > >
> > > > > > > > >ÿÿ ÿÿ
> > > > > >
> > > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > > >ÿÿ
> > > > > >
> > > > > > > > >ÿÿ ÿÿÿ
> > > > > >
> > > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > > >ÿÿ
> > > > > >
> > > > > > > > >ÿÿ ÿÿÿ
> > > > > >
> > > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > > >ÿÿ
> > > > > >
> > > > > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> > > >
> > > > Entryÿÿÿÿÿÿÿÿ
> > > >
> > > > > > > > > ÀF É
> > > > > > > > >
> > > > > > > > > NljÍ5Data
> > > > > >
> > > > > >
> 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentS
> > > > > >um
> > > > > >
> > > > > > > > >ma ry
> > > > > >
> > > > > >
> Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > > >ÿÿ
> > > > > >
> > > > > > > > >ÿÿ ÿÿÿ
> > > > > >
> > > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > > >ÿÿ
> > > > > >
> > > > > > > > >ÿÿ ÿÿÿ
> > > > > >
> > > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > > >ÿÿ
> > > > > >
> > > > > > > > >ÿÿ ÿÿÿ
> > > > > >
> > > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > > >ÿÿ
> > > > > >
> > > > > > > > >ÿÿ ÿÿÿ
> > > > > >
> > > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > > >ÿÿ
> > > > > >
> > > > > > > > >ÿÿ ÿÿÿ
> > > > > >
> > > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > > >ÿÿ
> > > > > >
> > > > > > > > >ÿÿ ÿÿÿ
> > > > > >
> > > > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > > >ÿÿ
> > > > > >
> > > > > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ    ÀFMicrosoft
> > > > > > > > > Office Word Document
> > > > > > > > > MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> > > > > >
> > > > > >
> PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTT
> > > > > >YP
> > > > > >
> > > > > > > > >uT TY PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > > > > > > >
> > > > > > > > > (that's some weird stuff :-) ).
> > > > > > > > >
> > > > > > > > > Output of ps -ef|grep office is:
> > > > > > > > >
> > > > > > > > > [root@openmeetings ~]# ps -ef|grep office
> > > > > > > > > root      1587     1  0 Jul30 ?
> > > > > > > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin
> --headless
> > > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > > >
> > > > --nofirststartwizard
> > > >
> > > > > > root
> > > > > >
> > > > > > > > >  1599  1587  0 Jul30 ?
> > > > > > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin
> --headless
> > > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > > >
> > > > --nofirststartwizard
> > > >
> > > > > > root
> > > > > >
> > > > > > > > > 16352 16270  0 07:25 pts/1    00:00:00 grep office
> > > > > > > > >
> > > > > > > > > Dimitri
> > > > > > > > >
> > > > > > > > > On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik wrote:
> > > > > > > > > > what is the output of
> > > > > > > > > >
> > > > > > > > > > *yum groupinstall* "*Office* Suite and Productivity"
> > > > > > > > > >
> > > > > > > > > > yum install openoffice.org-headless
> > > > > > > > > >
> > > > > > > > > > what is the output of (to ensure it is not
> file/permission
> > > > > > > > > > problem) tail "FAX COVER SHEET.doc"
> > > > > > > > > >
> > > > > > > > > > can you check there is no office processes running?
> > > > > > > > > > ps -ef|grep office
> > > > > > > > > >
> > > > > > > > > > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos
> > > > > > > > >
> > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > Maxim,
> > > > > > > > > > >
> > > > > > > > > > > Followed the instructions in the link you provided, and
> > > > > > > > > > > now:
> > > > > > > > > > >
> > > > > > > > > > > [root@openmeetings ~]# java -version
> > > > > > > > > > > java version "1.7.0_05"
> > > > > > > > > > > Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
> > > > > > > > > > > Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode,
> > > > > > > > > > > sharing)
> > > > > > > > > > >
> > > > > > > > > > > As you can see, I just upgraded the Java installation
> to
> > > > > > > > > > > the very latest from
> > > > > > > > > > > Oracle.  However, I still get:
> > > > > > > > > > >
> > > > > > > > > > > Exception in thread "main"
> > > > > > > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > could not load document: FAX COVER SHEET.doc
> > > > > > > > > > > ~
> > > > > > > > > > > Caused by: com.sun.star.lang.IllegalArgumentException:
> URL
> > > > > > > > > > > seems
> > > > > >
> > > > > > to
> > > > > >
> > > > > > > > > > > be an unsupported one.
> > > > > > > > > > > ~
> > > > > > > > > > >
> > > > > > > > > > > I think I'm infuriatingly close to getting this to
> work.
> > > >
> > > >  Your
> > > >
> > > > > > (and
> > > > > >
> > > > > > > > > > > others) continuing assistance much appreciated.
> > > > > > > > > > >
> > > > > > > > > > > Dimitri
> > > > > > > > > > >
> > > > > > > > > > > On Monday 30 July 2012 3:17:49 pm Maxim Solodovnik
> wrote:
> > > > > > > > > > > > please follow the link I have sent you
> > > > > > > > > > > > you need to install alternative _before_ you can
> > > > > > > > > > > > configure
> > > >
> > > > it
> > > >
> > > > > > > > > > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos
> > > > > > > > > > >
> > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > Thanks, Stephen.  Here's what I get:
> > > > > > > > > > > > >
> > > > > > > > > > > > > [root@openmeetings ~]# alternatives --config java
> > > > > > > > > > > > >
> > > > > > > > > > > > > There is 1 program that provides 'java'.
> > > > > > > > > > > > >
> > > > > > > > > > > > >   Selection    Command
> > > > > > > > > > > > > -----------------------------------------------
> > > > > > > > > > > > > *+ 1
> /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > > > > > > > > > > > >
> > > > > > > > > > > > > Enter to keep the current selection[+], or type
> > > > > > > > > > > > > selection number:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Oh, oh.  I don't even see the Oracle version.
>  But, I
> > > > > >
> > > > > > installed
> > > > > >
> > > > > > > > > > > > > the
> > > > > > > > > > >
> > > > > > > > > > > JRE,
> > > > > > > > > > >
> > > > > > > > > > > > > not the
> > > > > > > > > > > > > JDK.  Might that be the rub?
> > > > > > > > > > > > >
> > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Monday 30 July 2012 3:03:57 pm Stephen Cottham
> wrote:
> > > > > > > > > > > > > > For java try
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > update-java-alternatives
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Or
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > alternatives --config java
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Should show you all java's installed and allow
> you to
> > > > > >
> > > > > > change
> > > > > >
> > > > > > > > > > > > > > the default.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Sent from my iPhone
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos"
> > > > > > > > > > > > > > <dy...@onpointfc.com>
> > > > > > > > > > > > >
> > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > Maxim,
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > I'm not quite sure how to proceed.  First, I
> just
> > > > > >
> > > > > > installed
> > > > > >
> > > > > > > > > > > > > > > parts
> > > > > > > > > > >
> > > > > > > > > > > of
> > > > > > > > > > >
> > > > > > > > > > > > > > > libreoffice:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > libreoffice-headless-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > > >
> libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > > > > > > > > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Should I do a "yum groupinstall libreoffice"?
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Next, I'm not sure how to open my doc.  This
> is a
> > > > > > > > > > > > > > > server install
> > > > > > > > > > >
> > > > > > > > > > > and,
> > > > > > > > > > >
> > > > > > > > > > > > > so,
> > > > > > > > > > > > >
> > > > > > > > > > > > > > > there is no Xwindow/desktop system installed.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Finally, how do I get the Oracle java to be the
> > > > > > > > > > > > > > > default?
> > > > > >
> > > > > >  I
> > > > > >
> > > > > > > > > > > > > > > do have the following in /etc/profile so that
> the
> > > > > > > > > > > > > > > proper java be loaded at boot (I think):
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > > > > > > > > > > > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Monday 30 July 2012 2:47:04 pm Maxim
> Solodovnik
> > > >
> > > > wrote:
> > > > > > > > > > > > > > >> Yes you could :)
> > > > > > > > > > > > > > >> According to this:
> > > > > >
> > > > > >
> http://stackoverflow.com/questions/8420449/docsplit-jodconverter-op
> > > > > >
> > > > > > > > > > >en of f
> > > > > > > > > > >
> > > > > > > > > > > > > > >>ice -issue-on-debian
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >> can you ensure you have writer/calc/impress
> > > >
> > > > installed
> > > >
> > > > > > (by
> > > > > >
> > > > > > > > > > > > > > >> opening your doc for example)
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >> were you install your libreoffice via yum
> > > > > > > > > > > > > > >> groupinstall?
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >> I would recommend you to have Oracle java as
> > > > > > > > > > > > > > >> default one There are some weird issued with
> > > > > > > > > > > > > > >> OpenJDK.
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri
> Yioulos
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > >>> Let me take the easy part first:
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>> [root@openmeetings ~]# java -version
> > > > > > > > > > > > > > >>> java version "1.7.0_05-icedtea"
> > > > > > > > > > > > > > >>> OpenJDK Runtime Environment
> > > > > > > > > > > > > > >>> (rhel-2.2.1.el6_3-i386) OpenJDK Client VM
> (build
> > > > > > > > > > > > > > >>> 23.0-b21, mixed mode)
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>> Now, the thing of it is, even though I
> installed
> > > >
> > > > the
> > > >
> > > > > > > > > > > > > > >>> Sun/Oracle version, when I
> > > > > > > > > > > > > > >>> installed some other component (libreoffice,
> I
> > > >
> > > > think,
> > > >
> > > > > > but
> > > > > >
> > > > > > > > > > > > > > >>> I
> > > > > > > > > > >
> > > > > > > > > > > forget
> > > > > > > > > > >
> > > > > > > > > > > > > > >>> exactly what), a dependency that was
> installed
> > > > > > > > > > > > > > >>> was OpenJDK.
> > > > > > > > > > >
> > > > > > > > > > >  Hmmm.
> > > > > > > > > > >
> > > > > > > > > > > > > > >>> I tried to do the following conversion at the
> > > >
> > > > command
> > > >
> > > > > > > > > > > > > > >>> line:
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>> java -jar
> > > >
> > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > >
> > > > > > > > > > > > >r
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>> It failed.  I got:
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>> Exception in thread "main"
> > > >
> > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > >>> could not load document: FAX COVER SHEET.doc
> > > > > > > > > > > > > > >>> ~
> > > > > > > > > > > > > > >>> Caused by:
> > > > > > > > > > > > > > >>> com.sun.star.lang.IllegalArgumentException:
> URL
> > > >
> > > > seems
> > > >
> > > > > > > > > > > to
> > > > > > > > > > >
> > > > > > > > > > > > > be
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>> an unsupported one.
> > > > > > > > > > > > > > >>> ~
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>> I can convert MS Word docs, can't I?
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>> Dimitri
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>> On Monday 30 July 2012 2:27:56 pm Maxim
> > > > > > > > > > > > > > >>> Solodovnik
> > > > > >
> > > > > > wrote:
> > > > > > > > > > > > > > >>>> Please try to stop it and run jod converter
> via
> > > > > > > > > > > > > > >>>> commandline (jod
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>> converter
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>> will start libreoffice automatically)
> > > > > > > > > > > > > > >>>> also please check your java version?
> > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > >>>> java -cp
> > > > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/juh-3.2.1.jar
> -cp
> > > > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar
> -cp
> > > > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar
> -cp
> > > > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar
> -cp
> > > >
> > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar
> > > >
> > > > > > -cp
> > > > > >
> > > > > > > > > > > > > > >>>>
> /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > > > > > > > > > > > > >>>> -cp
> > > > > > > > > > > > > > >>>>
> /usr/local/jodconverter/lib/json-20090211.jar
> > > > > > > > > > > > > > >>>> -cp
> > > > > >
> > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4
> > > > > >
> > > > > > > > > > > > > > >>>>.j ar -jar
> > > > > > > > > > >
> > > > > > > > > > >
> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > > > > > > >r
> > > > > >
> > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > >
> > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>b1 78
> > > >
> > > > 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > >
> > > > > > > > > > > > > > >>>> 1a.pdf
> > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri
> Yioulos
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > > >>>>> Thanks to both Maxim and Alexsei for your
> > > > > > > > > > > > > > >>>>> responses. CentOS
> > > > > > > > > > >
> > > > > > > > > > > 6.x
> > > > > > > > > > >
> > > > > > > > > > > > > > >>>>> (and,
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>> by
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>> extension, I'd guess, RHEL 6.x) no longer
> use
> > > > > > > > > > > > > > >>>>> openoffice but,
> > > > > > > > > > > > >
> > > > > > > > > > > > > rather,
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>>> libreoffice.  libreoffice-headless is
> > > > > > > > > > > > > > >>>>> installed, and
> > > > > >
> > > > > > is
> > > > > >
> > > > > > > > > > > > > > >>>>> running as
> > > > > > > > > > > > >
> > > > > > > > > > > > > a
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>>> service:
> > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > >>>>> tcp        0      0 127.0.0.1:8100
> > > > > > > > > > > > > > >>>>> 0.0.0.0:* LISTEN      13514/soffice.bin
> > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > >>>>> started with:
> > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > >>>>> soffice --headless
> > > > > > > > > > > > > > >>>>>
> --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > > > > > > > > > > > >>>>> --nofirststartwizard
> > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > >>>>> Dimitri
> > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm Alexei
> > > > > > > > > > > > > > >>>>> Fedotov
> > > > > >
> > > > > > wrote:
> > > > > > > > > > > > > > >>>>>> It says, URL seems to be unsupported.
> > > > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > > > >>>>>> The class which produces it is under
> com.sun,
> > > > > > > > > > > > > > >>>>>> so the problem
> > > > > > > > > > >
> > > > > > > > > > > may
> > > > > > > > > > >
> > > > > > > > > > > > > be
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>> in
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>> the
> > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > >>>>>> old OpenOffice version
> > > > > > > > > > > > > > >>>>>> 30.07.2012 21:54 пользователь "Dimitri
> > > > > > > > > > > > > > >>>>>> Yioulos" <dy...@onpointfc.com>
> > > > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > > > >>>>>> написал:
> > > > > > > > > > > > > > >>>>>>> Hello to all.
> > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > >>>>>>> I'm not new to Openmeetings, having
> > > > > > > > > > > > > > >>>>>>> originally installed and tried
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>> it
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>> at
> > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > >>>>>>> least a
> > > > > > > > > > > > > > >>>>>>> couple of years ago.  Thanks to Sabastian
> > > > > > > > > > > > > > >>>>>>> Wgner for having created it, and to
> > > > > > > > > > > > > > >>>>>>> Apache for taking the project forward.
> > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > >>>>>>> I've installed version 2.0.0 on a CentOS
> 6.2
> > > > > >
> > > > > > server.
> > > > > >
> > > > > > > > > > > > > > >>>>>>> All of the prerequisites
> > > > > > > > > > > > > > >>>>>>> are installed, and Openmeetings works
> well.
> > > >
> > > >  With
> > > >
> > > > > > the
> > > > > >
> > > > > > > > > > > exception
> > > > > > > > > > >
> > > > > > > > > > > > > > >>>>>>> of file uploading, that is.  After
> figuring
> > > > > > > > > > > > > > >>>>>>> out the paths of the
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>> various
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> components required to make file
> uploading
> > > >
> > > > work,
> > > >
> > > > > > I'm
> > > > > >
> > > > > > > > > > > > > > >>>>>>> finally
> > > > > > > > > > >
> > > > > > > > > > > at
> > > > > > > > > > >
> > > > > > > > > > > > > > >>>>>>> a point where I'm stuck.
> > > > > > > > > > > > > > >>>>>>> When I try to upload a file, I get the
> > > >
> > > > following
> > > >
> > > > > > > > > > > > > > >>>>>>> (it's
> > > > > > > > > > >
> > > > > > > > > > > verbose;
> > > > > > > > > > >
> > > > > > > > > > > > > > >>>>>>> I apologize):
> > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > >>>>>>> [java, -cp,
> > > > > > > > > > > > > > >>>>>>>
> /usr/local/jodconverter/lib/juh-3.2.1.jar,
> > > > > > > > > > > > > > >>>>>>> -cp,
> > > > > > > > > > > > > > >>>>>>>
> /usr/local/jodconverter/lib/jurt-3.2.1.jar,
> > > >
> > > > -cp,
> > > >
> > > > > > > > > > > > > > >>>>>>>
> /usr/local/jodconverter/lib/ridl-3.2.1.jar,
> > > >
> > > > -cp,
> > > >
> > > > > > > > > > > > > > >>>>>>>
> /usr/local/jodconverter/lib/unoil-3.2.1.jar,
> > > >
> > > > -cp,
> > > >
> > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar,
> > > >
> > > > > > -cp,
> > > > > >
> > > > > > > > > > > > > > >>>>>>>
> /usr/local/jodconverter/lib/commons-io-1.4.ja
> > > > > > > > > > > > > > >>>>>>>r,
> > > > > >
> > > > > > -cp,
> > > > > >
> > > > > > > > > > > > > > >>>>>>>
> /usr/local/jodconverter/lib/json-20090211.jar
> > > > > > > > > > > > > > >>>>>>>, -cp,
> > > > > >
> > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > >
> > > > > > > > > > > > > > >>>>>>>a- 4. ja r, -jar,
> > > > > >
> > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > >
> > > > > > > > > > > > > > >>>>>>>a- 4. ja r,
> > > > > >
> > > > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > > > >
> > > > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>94
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > > > > >
> > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > >
> > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>b1
> > > > > >
> > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > >
> > > > > > > > > > > > > > >>>>>>>f] Name: error Value: Jul 30, 2012
> 1:18:25 PM
> > > > > >
> > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > >
> > > > > > > > > > > > > > >>>>>>>eM an ag er INFO: ProcessManager
> > > > > > > > > > > > > > >>>>>>> implementation
> > > >
> > > > is
> > > >
> > > > > > > > > > > > > > >>>>>>> LinuxProcessManager Jul 30, 2012 1:18:26
> PM
> > > >
> > > > org.artofsolving.jodconverter.office.OfficeProces
> > > >
> > > > > > > > > > > > > > >>>>>>>s start INFO: starting process with
> > > > > > > > > > > > > > >>>>>>> acceptString
> > > > > > > > > > > > > > >>>>>>>
> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > > > > > > > > > > > > > >>>>>>>'
> > > > > > > > > > >
> > > > > > > > > > > and
> > > > > > > > > > >
> > > > > > > > > > > > > > >>>>>>> profileDir
> > > > > > > > > > >
> > > > > > > > > > > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > > > > > > > > >
> > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > >
> > > > org.artofsolving.jodconverter.office.OfficeProces
> > > >
> > > > > > > > > > > > > > >>>>>>>s start INFO: started process; pid =
> 13986 Jul
> > > >
> > > > 30,
> > > >
> > > > > > > > > > > > > > >>>>>>> 2012 1:18:26 PM
> > > > > >
> > > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > > >
> > > > > > > > > > > > > > >>>>>>> connect
> > > > > > > > > > > > > > >>>>>>> INFO: connected:
> > > > > > > > > > >
> > > > > > > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > > > > > > >
> > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > >
> > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > >
> > > > > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopping
> > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > >
> > > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > > >
> > > > > > > > > > > > > > >>>>>>>$1 disposing
> > > > > > > > > > > > > > >>>>>>> INFO: disconnected:
> > > > > > > > > > > > > > >>>>>>>
> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > > > > > > > > > > > > > >>>>>>>' Jul 30, 2012 1:18:27 PM
> > > > > >
> > > > > > org.artofsolving.jodconverter.office.ManagedOfficePro
> > > > > >
> > > > > > > > > > > > > > >>>>>>>ce ss doEnsureProcessExited
> > > > > > > > > > > > > > >>>>>>> INFO: process exited with code 0
> > > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > > > > >
> > > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > >
> > > > > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopped
> > > > > > > > > > > > > > >>>>>>> Exception in thread "main"
> > > > > >
> > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > > >>>>>>> could not load document:
> > > > > > > > > > > > > > >>>>>>> 5b494e18e94e7b1784cbc2a9b42b161a.doc at
> > > > > >
> > > > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > > > >
> > > > > > > > > > > > >nt (A bs tr
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>ac
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> tConversionTask.java:92) at
> > > > > >
> > > > > > org.artofsolving.jodconverter.AbstractConversionTask.execute(Ab
> > > > > >
> > > > > > > > > > > > >st ra ct Co
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>nv
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> ersionTask.java:59) at
> > > > > >
> > > > > > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(
> > > > > >
> > > > > > > > > > > > >Po ol ed Of
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>fi
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> ceManager.java:80) at
> > > > > >
> > > > > >
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > > > > > > > > > > >>>47
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> 1) at
> > > >
> > > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> > > >
> > > > > > > > > > > > > > >>>>>>>34 ) at
> > > > > > > > > > >
> > > > > > > > > > >
> java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > > > > > > > > > >
> > > > > > > > > > > > > > >>>>>>> at
> > > > > >
> > > > > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe
> > > > > >
> > > > > > > > > > > > >cu to r. ja
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>va
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> :1110) at
> > > > > >
> > > > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolEx
> > > > > >
> > > > > > > > > > > > >ec ut or .j
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>av
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> a:603) at
> > > > > > > > > > > > > > >>>>>>> java.lang.Thread.run(Thread.java:722)
> Caused
> > > > > > > > > > > > > > >>>>>>> by:
> > > > > > > > > > > > > > >>>>>>>
> com.sun.star.lang.IllegalArgumentException:
> > > > > > > > > > > > > > >>>>>>> URL
> > > > > >
> > > > > > seems
> > > > > >
> > > > > > > > > > > > > > >>>>>>> to be
> > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > >>>>> an
> > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > >>>>>>> unsupported one.
> > > > > > > > > > > > > > >>>>>>>        at
> > > > > >
> > > > > > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRa
> > > > > >
> > > > > > > > > > > > >is ed Ex ce
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>pt
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> ion(Job.java:177) at
> > > >
> > > > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> > > >
> > > > > > > > > > > > > > >>>>>>>43 ) at
> > > > > >
> > > > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > > > >
> > > > > > > > > > > > >e. ja va
> > > > > > > > > > > > >
> > > > > > > > > > > > >:3
> > > > > > > > > > > > >:
> > > > > > > > > > > > > > >>>35
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> ) at
> > > > > >
> > > > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > > > >
> > > > > > > > > > > > >e. ja va
> > > > > > > > > > > > >
> > > > > > > > > > > > >:3
> > > > > > > > > > > > >:
> > > > > > > > > > > > > > >>>04
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> ) at
> > > > > >
> > > > > > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(J
> > > > > >
> > > > > > > > > > > > >av aT hr ea
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>dP
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> ool.java:91) at
> > > > > >
> > > > > > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sen
> > > > > >
> > > > > > > > > > > > >dR eq ue st
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>(j
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> ava_remote_bridge.java:639) at
> > > > > >
> > > > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.r
> > > > > >
> > > > > > > > > > > > >eq ue st (P
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>ro
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> xyFactory.java:151) at
> > > > > >
> > > > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.i
> > > > > >
> > > > > > > > > > > > >nv ok e( Pr
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>ox
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> yFactory.java:133) at
> > > > > > > > > > > > > > >>>>>>> $Proxy4.loadComponentFromURL(Unknown
> > > > > > > > > > > > >
> > > > > > > > > > > > > Source)
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>>>>>        at
> > > > > >
> > > > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > > > >
> > > > > > > > > > > > >nt (A bs tr
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>ac
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> tConversionTask.java:90) ... 8 more
> > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > >>>>>>> Value: doJodConvert
> > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > >>>>>>> Name: completeName
> > > > > > > > > > > > > > >>>>>>> Value:
> > > > > >
> > > > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > > > >
> > > > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>94
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > >>>>>>> Name: fileExplorerItemId
> > > > > > > > > > > > > > >>>>>>> Value: 7
> > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > >>>>>>> Value: generateXMLDocument
> > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> > > > > > > > > > > > > > >>>>>>> 80,
> > > > > >
> > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > >
> > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>b1
> > > > > >
> > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > >
> > > > > > > > > > > > > > >>>>>>>f,
> > > > > >
> > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > >
> > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>b1
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg]
> Name:
> > > > > > > > > > > > > > >>>>>>> error Value: convert: unable to open
> image
> > > > > >
> > > > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > > >
> > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>7b
> > > > > >
> > > > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > >
> > > > > > > > > > > > > > >>>>>>>df ': No such
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>> file
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>> or
> > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > > > > > > > > > > > > >>>>>>> convert: missing an image filename
> > > > > >
> > > > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > > >
> > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>7b
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg'
> @
> > > > > > > > > > > > > > >>>>>>> convert.c/ConvertImageCommand/2800.
> > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > >>>>>>> Value: generateBatchThumbByWidth
> > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > >>>>>>> Value: processPDF
> > > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s,
> > > > > > > > > > > > > > >>>>>>> insertstop, -s, poly2bitmap,
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>> -i,
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>> -j,
> > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > >>>>>>> 85, -s,
> > > > > > > > > > > > > > >>>>>>> zoom=72,
> > > > > >
> > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > >
> > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>b1
> > > > > >
> > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > >
> > > > > > > > > > > > > > >>>>>>>f,
> > > > > >
> > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > >
> > > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>b1
> > > > > >
> > > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.sw
> > > > > >
> > > > > > > > > > > > > > >>>>>>>f] Name: error
> > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > >>>>>>> Value: Error: Couldn't open
> > > > > > > > > > > > > > >>>>>>> file
> > > > > >
> > > > > > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > > >
> > > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >>>7b
> > > > > >
> > > > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > >
> > > > > > > > > > > > > > >>>>>>>df '
> > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > > >>>>>>> Value: generateSwf
> > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > >>>>>>> So, it looks like a file couldn't be
> opened.
> > > >
> > > >  The
> > > >
> > > > > > > > > > > > > > >>>>>>> file is
> > > > > > > > > > >
> > > > > > > > > > > owner
> > > > > > > > > > >
> > > > > > > > > > > > > > >>>>>>> by
> > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > >>>>> root,
> > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > >>>>>>> and has
> > > > > > > > > > > > > > >>>>>>> 644 permissions.  Are these set by
> > > >
> > > > jodconverter?
> > > >
> > > > > > > > > > > > > > >>>>>>> Anyway,
> > > > > > > > > > >
> > > > > > > > > > > does
> > > > > > > > > > >
> > > > > > > > > > > > > > >>> anyone
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>>>>>> know how
> > > > > > > > > > > > > > >>>>>>> I can resolve this issue?
> > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > >>>>>>> Many thanks.
> > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > >>>>>>> Dimitri
> > > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > > >>>>>>> --
> > > > > > > > > > > > > > >>>>>>> This message has been scanned for
> viruses and
> > > > > > > > > > > > > > >>>>>>> dangerous content by MailScanner, and is
> > > > > > > > > > > > > > >>>>>>> believed to be clean.
> > > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > > >>>>> --
> > > > > > > > > > > > > > >>>>> This message has been scanned for viruses
> and
> > > > > > > > > > > > > > >>>>> dangerous content by MailScanner, and is
> > > > > > > > > > > > > > >>>>> believed to be clean.
> > > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > > >>>> --
> > > > > > > > > > > > > > >>>> WBR
> > > > > > > > > > > > > > >>>> Maxim aka solomax
> > > > > > > > > > > > > > >>>
> > > > > > > > > > > > > > >>> --
> > > > > > > > > > > > > > >>> This message has been scanned for viruses and
> > > > > > > > > > > > > > >>> dangerous content by MailScanner, and is
> > > > > > > > > > > > > > >>> believed to be clean.
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >> --
> > > > > > > > > > > > > > >> WBR
> > > > > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Stephen Cottham
> > > > > > > > > > > > > > Group IT Manager (Associate)
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Robert Bird Group
> > > > > > > > > > > > > > Level 5, 333 Ann St
> > > > > > > > > > > > > > Brisbane, Queensland, 4000, Australia
> > > > > > > > > > > > > > Phone: +6173 319 2777 (AUS)
> > > > > > > > > > > > > > Phone: +44207 592 8000 (UK)
> > > > > > > > > > > > > > Fax: +6173 319 2799
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Mobile:  +61400 756 963 (AUS)
> > > > > > > > > > > > > > Mobile: +447900 918 616 (UK)
> > > > > > > > > > > > > > Web: www.robertbird.com
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > This email and any attachments are confidential
> and
> > > > > > > > > > > > > > may contain
> > > > > > > > > > >
> > > > > > > > > > > legally
> > > > > > > > > > >
> > > > > > > > > > > > > > privileged information or copyright material.
> Unless
> > > > > > > > > > > > > > expressly
> > > > > > > > > > >
> > > > > > > > > > > stated,
> > > > > > > > > > >
> > > > > > > > > > > > > > confidentiality and/or legal privilege is not
> > > > > > > > > > > > > > intended
> > > >
> > > > to
> > > >
> > > > > > be
> > > > > >
> > > > > > > > > > > > > > waived
> > > > > > > > > > >
> > > > > > > > > > > by
> > > > > > > > > > >
> > > > > > > > > > > > > the
> > > > > > > > > > > > >
> > > > > > > > > > > > > > sending of this email. The contents of this
> email,
> > > > > >
> > > > > > including
> > > > > >
> > > > > > > > > > > > > > any attachments, are intended solely for the use
> of
> > > > > > > > > > > > > > the individual or entity
> > > > > > > > > > > > >
> > > > > > > > > > > > > to
> > > > > > > > > > > > >
> > > > > > > > > > > > > > whom they are addressed. If you are not an
> intended
> > > > > > > > > > > > > > recipient, please contact us immediately by
> return
> > > >
> > > > email
> > > >
> > > > > > and
> > > > > >
> > > > > > > > > > > > > > then delete both messages. You may not otherwise
> > > > > > > > > > > > > > read, forward, copy, use or disclose this email
> or
> > > > > > > > > > > > > > any
> > > > > >
> > > > > > attachments.
> > > > > >
> > > > > > > > > > > > > > Any views expressed in this email are those of
> > > > > > > > > > >
> > > > > > > > > > > the
> > > > > > > > > > >
> > > > > > > > > > > > > individual
> > > > > > > > > > > > >
> > > > > > > > > > > > > > sender except where the sender expressly, and
> with
> > > > > >
> > > > > > authority,
> > > > > >
> > > > > > > > > > > > > > states otherwise. It is your responsibility to
> check
> > > >
> > > > any
> > > >
> > > > > > > > > > > > > > attachments for viruses or defects before
> opening or
> > > > > >
> > > > > > sending
> > > > > >
> > > > > > > > > > > > > > them on. None of the sender or its related
> entities
> > > > > > > > > > > > > > accepts any liability for any consequential
> damage
> > > > > > > > > > > > > > resulting from this email containing computer
> > > > > > > > > > > > > > viruses.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Disclaimer added by CodeTwo Exchange Rules
> > > > > > > > > > > > > > http://www.codetwo.com
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> > > > > >
> > > > > >
> LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5
> > > > > >
> > > > > > > > > > >kL zI 4M
> > > > > > > > > > >
> > > > > > > > > > > > >DA
> > > > > > > > > > > > >
> > > > > > > > > > > > > >u
> > > > > >
> > > > > >
> DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > > > > >
> > > > > > > > > > >nZ W5 lc
> > > > > > > > > > >
> > > > > > > > > > > > >mF
> > > > > > > > > > > > >
> > > > > > > > > > > > > >0
> > > > > >
> > > > > >
> ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4
> > > > > >
> > > > > > > > > > >+P iB WY
> > > > > > > > > > >
> > > > > > > > > > > > >Wx
> > > > > > > > > > > > >
> > > > > > > > > > > > > >1
> > > > > >
> > > > > >
> ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXN
> > > > > >
> > > > > > > > > > >zU ER GD
> > > > > > > > > > >
> > > > > > > > > > > > >Qo
> > > > > > > > > > > > >
> > > > > > > > > > > > > >+
> > > > > >
> > > > > >
> Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXh
> > > > > >
> > > > > > > > > > >pd FZ hb
> > > > > > > > > > >
> > > > > > > > > > > > >HV
> > > > > > > > > > > > >
> > > > > > > > > > > > > >l
> > > > > >
> > > > > >
> DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4
> > > > > >
> > > > > > > > > > >gV mF sd
> > > > > > > > > > >
> > > > > > > > > > > > >WU
> > > > > > > > > > > > >
> > > > > > > > > > > > > >6
> > > > > >
> > > > > >
> IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHk
> > > > > >
> > > > > > > > > > >yY ml 0b
> > > > > > > > > > >
> > > > > > > > > > > > >WF
> > > > > > > > > > > > >
> > > > > > > > > > > > > >w
> > > > > >
> > > > > >
> LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4
> > > > > >
> > > > > > > > > > >gO DU sI
> > > > > > > > > > >
> > > > > > > > > > > > >C1
> > > > > > > > > > > > >
> > > > > > > > > > > > > >z
> > > > > >
> > > > > >
> LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXR
> > > > > >
> > > > > > > > > > >pb md zL
> > > > > > > > > > >
> > > > > > > > > > > > >3d
> > > > > > > > > > > > >
> > > > > > > > > > > > > >l
> > > > > >
> > > > > >
> YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4
> > > > > >
> > > > > > > > > > >+P iA NC
> > > > > > > > > > >
> > > > > > > > > > > > >j4
> > > > > > > > > > > > >
> > > > > > > > > > > > > >+
> > > > > >
> > > > > >
> Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQ
> > > > > >
> > > > > > > > > > >yY jE 2M
> > > > > > > > > > >
> > > > > > > > > > > > >WE
> > > > > > > > > > > > >
> > > > > > > > > > > > > >u
> > > > > >
> > > > > >
> cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3B
> > > > > >
> > > > > > > > > > >lb m1 lZ
> > > > > > > > > > >
> > > > > > > > > > > > >XR
> > > > > > > > > > > > >
> > > > > > > > > > > > > >p
> > > > > >
> > > > > >
> bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg
> > > > > >
> > > > > > > > > > >0Y 2J jM
> > > > > > > > > > >
> > > > > > > > > > > > >mE
> > > > > > > > > > > > >
> > > > > > > > > > > > > >5
> > > > > >
> > > > > >
> YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1
> > > > > >
> > > > > > > > > > >lO g0 KP
> > > > > > > > > > >
> > > > > > > > > > > > >j4
> > > > > > > > > > > > >
> > > > > > > > > > > > > >+
> > > > > >
> > > > > >
> Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4
> > > > > >
> > > > > > > > > > >nd CB vc
> > > > > > > > > > >
> > > > > > > > > > > > >GV
> > > > > > > > > > > > >
> > > > > > > > > > > > > >u
> > > > > >
> > > > > >
> DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3M
> > > > > >
> > > > > > > > > > >vd 2V iY
> > > > > > > > > > >
> > > > > > > > > > > > >XB
> > > > > > > > > > > > >
> > > > > > > > > > > > > >w
> > > > > >
> > > > > >
> cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo
> > > > > >
> > > > > > > > > > >+P j4 +P
> > > > > > > > > > >
> > > > > > > > > > > > >j4
> > > > > > > > > > > > >
> > > > > > > > > > > > > >+
> > > > > >
> > > > > >
> IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTY
> > > > > >
> > > > > > > > > > >xY S5 wZ
> > > > > > > > > > >
> > > > > > > > > > > > >GY
> > > > > > > > > > > > >
> > > > > > > > > > > > > >n
> > > > > >
> > > > > >
> DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > > > > >
> > > > > > > > > > >nZ W5 lc
> > > > > > > > > > >
> > > > > > > > > > > > >mF
> > > > > > > > > > > > >
> > > > > > > > > > > > > >0
> > > > > >
> > > > > >
> ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGN
> > > > > >
> > > > > > > > > > >vd Wx kb
> > > > > > > > > > >
> > > > > > > > > > > > >id
> > > > > > > > > > > > >
> > > > > > > > > > > > > >0
> > > > > >
> > > > > >
> IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiA
> > > > > >
> > > > > > > > > > >NC j4 +P
> > > > > > > > > > >
> > > > > > > > > > > > >j4
> > > > > > > > > > > > >
> > > > > > > > > > > > > >+
> > > > > >
> > > > > >
> IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWl
> > > > > >
> > > > > > > > > > >zc 2l vb
> > > > > > > > > > >
> > > > > > > > > > > > >nM
> > > > > > > > > > > > >
> > > > > > > > > > > > > >u
> > > > > >
> > > > > >
> ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4
> > > > > >
> > > > > > > > > > >+I A0 KP
> > > > > > > > > > >
> > > > > > > > > > > > >j4
> > > > > > > > > > > > >
> > > > > > > > > > > > > >+
> > > > > >
> > > > > >
> IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXN
> > > > > >
> > > > > > > > > > >vb HZ lI
> > > > > > > > > > >
> > > > > > > > > > > > >HR
> > > > > > > > > > > > >
> > > > > > > > > > > > > >o
> > > > > >
> > > > > >
> aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4
> > > > > >
> > > > > > > > > > >gD Qo +P
> > > > > > > > > > >
> > > > > > > > > > > > >j4
> > > > > > > > > > > > >
> > > > > > > > > > > > > >+
> > > > > >
> > > > > >
> Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWV
> > > > > >
> > > > > > > > > > >zc 2F nZ
> > > > > > > > > > >
> > > > > > > > > > > > >SB
> > > > > > > > > > > > >
> > > > > > > > > > > > > >o
> > > > > >
> > > > > >
> YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXM
> > > > > >
> > > > > > > > > > >gY 29 ud
> > > > > > > > > > >
> > > > > > > > > > > > >GV
> > > > > > > > > > > > >
> > > > > > > > > > > > > >u
> > > > > >
> > > > > >
> dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGN
> > > > > >
> > > > > > > > > > >sZ WF uL
> > > > > > > > > > >
> > > > > > > > > > > > >g0
> > > > > > > > > > > > >
> > > > > > > > > > > > > >K
> > > > > >
> > > > > >
> Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5
> > > > > >
> > > > > > > > > > >uZ WQ gZ
> > > > > > > > > > >
> > > > > > > > > > > > >m9
> > > > > > > > > > > > >
> > > > > > > > > > > > > >y
> > > > > >
> > > > > >
> IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5
> > > > > >
> > > > > > > > > > >lc iw gY
> > > > > > > > > > >
> > > > > > > > > > > > >W5
> > > > > > > > > > > > >
> > > > > > > > > > > > > >k
> > > > > >
> > > > > >
> IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo
> > > > > >
> > > > > > > > > > >+P j4 +I
> > > > > > > > > > >
> > > > > > > > > > > > >Fd
> > > > > > > > > > > > >
> > > > > > > > > > > > > >C
> > > > > >
> > > > > >
> Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyB
> > > > > >
> > > > > > > > > > >tZ XN zY
> > > > > > > > > > >
> > > > > > > > > > > > >Wd
> > > > > > > > > > > > >
> > > > > > > > > > > > > >l
> > > > > >
> > > > > >
> IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGN
> > > > > >
> > > > > > > > > > >vb nR lb
> > > > > > > > > > >
> > > > > > > > > > > > >nQ
> > > > > > > > > > > > >
> > > > > > > > > > > > > >g
> > > > > >
> > > > > >
> YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0
> > > > > >
> > > > > > > > > > >KP j4 gD
> > > > > > > > > > >
> > > > > > > > > > > > >Qo
> > > > > > > > > > > > >
> > > > > > > > > > > > > >+
> > > > > >
> > > > > >
> PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiA
> > > > > >
> > > > > > > > > > >tL SA NC
> > > > > > > > > > >
> > > > > > > > > > > > >j4
> > > > > > > > > > > > >
> > > > > > > > > > > > > >g
> > > > > >
> > > > > >
> VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGR
> > > > > >
> > > > > > > > > > >hb md lc
> > > > > > > > > > >
> > > > > > > > > > > > >m9
> > > > > > > > > > > > >
> > > > > > > > > > > > > >1
> > > > > >
> > > > > >
> cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmU
> > > > > >
> > > > > > > > > > >gY 2x lY
> > > > > > > > > > >
> > > > > > > > > > > > >W4
> > > > > > > > > > > > >
> > > > > > > > > > > > > >u DQo+IA0K
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > WBR
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > believed to be clean.
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > WBR
> > > > > > > > > > Maxim aka solomax
> > > > > >
> > > > > > --
> > > > > > This message has been scanned for viruses and
> > > > > > dangerous content by MailScanner, and is
> > > > > > believed to be clean.
> > > >
> > > > --
> > > > This message has been scanned for viruses and
> > > > dangerous content by MailScanner, and is
> > > > believed to be clean.
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> >
> >
> >
>
>
>


-- 
WBR
Maxim aka solomax

Re: File upload troubles

Posted by greenes <zu...@gmail.com>.
Sorry and Thanks!

Alvaro

..........

El mié, 01-08-2012 a las 11:32 -0400, Dimitri Yioulos escribió:
> Ah.  Sorry I missed that.  I guess I need to spend some time improving my 
> reading skills :-) .
> 
> I built ImageMagick from source, but still get these errors when I try to upload 
> files:
> 
> Name: error
> Value: convert: unable to open image 
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf': 
> No such file or directory @ error/blob.c/OpenBlob/2642.
> convert: no images defined 
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e98ffb218ae2594c387/_thumb_page-%04d.jpg' 
> @ error/convert.c/ConvertImageCommand/3044.
> 
> and
> 
> Name: error
> Value: Error: Couldn't open 
> file '/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf'
> 
> What else should I try?
> 
> Dimitri
> 
> 
> On Wednesday 01 August 2012 10:56:25 am Maxim Solodovnik wrote:
> > I wrote you:
> >
> > "You need to remove ImageMagic installed with yum and build it from
> > sources"
> >
> > On Wed, Aug 1, 2012 at 6:55 PM, Dimitri Yioulos <dy...@onpointfc.com>wrote:
> > > Hi, Alexei.
> > >
> > > If you mean the Monday post by Maxim, where he asks:
> > >
> > > what is the output of yum groupinstall "Office Suite and Productivity"
> > >
> > > then, yes, I saw it and responded to it.  Here's what I wrote (most
> > > recent post
> > > first; again, sorry for the verbosity):
> > >
> > >
> > > 1.  Apologies for the drips-and-drabs of information.  I just
> > > ran "java -jar
> > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar faxcover.doc
> > > faxcover.pdf" at the command line (obviously, I guess), and it worked
> > > successfully.  So, why is file upload still failing?
> > >
> > >
> > > 2.  I ran yum groupinstall "Office Suite and Productivity", feeling there
> > > was
> > > nothing to lose.  Still no joy.  When I try to upload a file, I get the
> > > following errors:
> > >
> > > Name: error
> > > Value: convert: unable to open image
> > >
> > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No such file or
> > > directory @ blob.c/OpenBlob/2480.
> > > convert: missing an image filename
> > >
> > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >bdc964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > convert.c/ConvertImageCommand/2800.
> > >
> > > Name: process
> > > Value: generateBatchThumbByWidth
> > > Name: exitValue
> > > Value: 0
> > > Name: process
> > > Value: processPDF
> > > Name: out
> > > Value:
> > > Name: exitValue
> > > Value: 1
> > > Name: command
> > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i, -j,
> > > 85, -s,
> > > zoom=72,
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf] Name: error
> > > Value: Error: Couldn't open
> > > file
> > > '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > >
> > > Name: process
> > > Value: generateSwf
> > >
> > > ImageMagick is installed properly, afaik.  Is this a bug, or a
> > > misconfiguration
> > > on my part?
> > >
> > >
> > > 3.  Maxim,
> > >
> > > Output of yum groupinstall "Office Suite and Productivity" is:
> > >
> > > Installing:
> > >  libreoffice-calc
> > >  libreoffice-draw
> > >  libreoffice-graphicfilter
> > >  libreoffice-impress
> > >  libreoffice-langpack-en
> > >  libreoffice-math
> > >  libreoffice-writer
> > >  libreoffice-xsltfilter
> > > Installing for dependencies:
> > >  libreoffice-pdfimport
> > >  libreoffice-presenter-screen
> > >  libwpd
> > >  lpsolve
> > >  mythes-en
> > >
> > > Output of tail "FAX COVER SHEET.doc" is:
> > >
> > >
> > > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot Entryÿÿÿÿÿÿÿÿ   
> > > ÀF É
> > >
> > >
> > > NljÍ5Data
> > >
> > > 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSumma
> > >ryInformation8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ    ÀFMicrosoft Office
> > > Word Document
> > > MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> > >
> > > PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuT
> > >TYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > >
> > > (that's some weird stuff :-) ).
> > >
> > > Output of ps -ef|grep office is:
> > >
> > > [root@openmeetings ~]# ps -ef|grep office
> > > root      1587     1  0 Jul30 ?
> > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> > > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
> > > root      1599  1587  0 Jul30 ?
> > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> > > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
> > > root     16352 16270  0 07:25 pts/1    00:00:00 grep office
> > >
> > >
> > > Does any of this information help you to help me?
> > >
> > > Dimitri
> > >
> > > On Wednesday 01 August 2012 7:27:19 am Alexei Fedotov wrote:
> > > > Dimitri, have you noticed the message from Maxim
> > > > 01.08.2012 15:23 пользователь "Dimitri Yioulos"
> > > > <dy...@onpointfc.com>
> > > >
> > > > написал:
> > > > > I sent some updated information yesterday regarding this issue.  Does
> > > > > anyone
> > > > > have any more ideas on how I can resolve this?  Your continued help
> > >
> > > would
> > >
> > > > > be
> > > > > appreciated.
> > > > >
> > > > > Many thanks.
> > > > >
> > > > > Dimitri
> > > > >
> > > > > On Tuesday 31 July 2012 9:00:53 am Dimitri Yioulos wrote:
> > > > > > Apologies for the drips-and-drabs of information.  I just
> > > > > > ran "java -jar
> > > > >
> > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > >
> > > > > > faxcover.doc faxcover.pdf" at the command line (obviously, I
> > > > > > guess), and
> > > > >
> > > > > it
> > > > >
> > > > > > worked successfully.  So, why is file upload still failing?
> > > > > >
> > > > > > Dimitri
> > > > > >
> > > > > > On Tuesday 31 July 2012 8:50:01 am Dimitri Yioulos wrote:
> > > > > > > I ran yum groupinstall "Office Suite and Productivity", feeling
> > >
> > > there
> > >
> > > > > was
> > > > >
> > > > > > > nothing to lose.  Still no joy.  When I try to upload a file, I
> > > > > > > get the following errors:
> > > > > > >
> > > > > > > Name: error
> > > > > > > Value: convert: unable to open image
> > >
> > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No such
> > > > > > > file
> > > > >
> > > > > or
> > > > >
> > > > > > > directory @ blob.c/OpenBlob/2480.
> > > > > > > convert: missing an image filename
> > >
> > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > >bd c964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > > > > convert.c/ConvertImageCommand/2800.
> > > > > > >
> > > > > > > Name: process
> > > > > > > Value: generateBatchThumbByWidth
> > > > > > > Name: exitValue
> > > > > > > Value: 0
> > > > > > > Name: process
> > > > > > > Value: processPDF
> > > > > > > Name: out
> > > > > > > Value:
> > > > > > > Name: exitValue
> > > > > > > Value: 1
> > > > > > > Name: command
> > > > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap,
> > >
> > > -i,
> > >
> > > > > -j,
> > > > >
> > > > > > > 85, -s, zoom=72,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >
> > > > > > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >
> > > > > > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf] Name:
> > > > > > > error Value: Error: Couldn't open
> > > > > > > file
> > >
> > > '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > > > >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > > > > > >
> > > > > > > Name: process
> > > > > > > Value: generateSwf
> > > > > > >
> > > > > > > ImageMagick is installed properly, afaik.  Is this a bug, or a
> > > > > > > misconfiguration on my part?
> > > > > > >
> > > > > > > Dimitri
> > > > > > >
> > > > > > > On Tuesday 31 July 2012 7:24:20 am Dimitri Yioulos wrote:
> > > > > > > > Maxim,
> > > > > > > >
> > > > > > > > Output of yum groupinstall "Office Suite and Productivity" is:
> > > > > > > >
> > > > > > > > Installing:
> > > > > > > >  libreoffice-calc
> > > > > > > >  libreoffice-draw
> > > > > > > >  libreoffice-graphicfilter
> > > > > > > >  libreoffice-impress
> > > > > > > >  libreoffice-langpack-en
> > > > > > > >  libreoffice-math
> > > > > > > >  libreoffice-writer
> > > > > > > >  libreoffice-xsltfilter
> > > > > > > > Installing for dependencies:
> > > > > > > >  libreoffice-pdfimport
> > > > > > > >  libreoffice-presenter-screen
> > > > > > > >  libwpd
> > > > > > > >  lpsolve
> > > > > > > >  mythes-en
> > > > > > > >
> > > > > > > > Output of tail "FAX COVER SHEET.doc" is:
> > > > >
> > > > > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >ÿÿ
> > > > >
> > > > > > > >ÿÿ ÿÿ
> > > > >
> > > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >ÿÿ
> > > > >
> > > > > > > >ÿÿ ÿÿÿ
> > > > >
> > > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >ÿÿ
> > > > >
> > > > > > > >ÿÿ ÿÿÿ
> > > > >
> > > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >ÿÿ
> > > > >
> > > > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> > >
> > > Entryÿÿÿÿÿÿÿÿ
> > >
> > > > > > > > ÀF É
> > > > > > > >
> > > > > > > > NljÍ5Data
> > > > >
> > > > > 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentS
> > > > >um
> > > > >
> > > > > > > >ma ry
> > > > >
> > > > > Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >ÿÿ
> > > > >
> > > > > > > >ÿÿ ÿÿÿ
> > > > >
> > > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >ÿÿ
> > > > >
> > > > > > > >ÿÿ ÿÿÿ
> > > > >
> > > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >ÿÿ
> > > > >
> > > > > > > >ÿÿ ÿÿÿ
> > > > >
> > > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >ÿÿ
> > > > >
> > > > > > > >ÿÿ ÿÿÿ
> > > > >
> > > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >ÿÿ
> > > > >
> > > > > > > >ÿÿ ÿÿÿ
> > > > >
> > > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >ÿÿ
> > > > >
> > > > > > > >ÿÿ ÿÿÿ
> > > > >
> > > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > > >ÿÿ
> > > > >
> > > > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ    ÀFMicrosoft
> > > > > > > > Office Word Document
> > > > > > > > MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> > > > >
> > > > > PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTT
> > > > >YP
> > > > >
> > > > > > > >uT TY PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > > > > > >
> > > > > > > > (that's some weird stuff :-) ).
> > > > > > > >
> > > > > > > > Output of ps -ef|grep office is:
> > > > > > > >
> > > > > > > > [root@openmeetings ~]# ps -ef|grep office
> > > > > > > > root      1587     1  0 Jul30 ?
> > > > > > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > >
> > > --nofirststartwizard
> > >
> > > > > root
> > > > >
> > > > > > > >  1599  1587  0 Jul30 ?
> > > > > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> > > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> > >
> > > --nofirststartwizard
> > >
> > > > > root
> > > > >
> > > > > > > > 16352 16270  0 07:25 pts/1    00:00:00 grep office
> > > > > > > >
> > > > > > > > Dimitri
> > > > > > > >
> > > > > > > > On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik wrote:
> > > > > > > > > what is the output of
> > > > > > > > >
> > > > > > > > > *yum groupinstall* "*Office* Suite and Productivity"
> > > > > > > > >
> > > > > > > > > yum install openoffice.org-headless
> > > > > > > > >
> > > > > > > > > what is the output of (to ensure it is not file/permission
> > > > > > > > > problem) tail "FAX COVER SHEET.doc"
> > > > > > > > >
> > > > > > > > > can you check there is no office processes running?
> > > > > > > > > ps -ef|grep office
> > > > > > > > >
> > > > > > > > > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos
> > > > > > > >
> > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > Maxim,
> > > > > > > > > >
> > > > > > > > > > Followed the instructions in the link you provided, and
> > > > > > > > > > now:
> > > > > > > > > >
> > > > > > > > > > [root@openmeetings ~]# java -version
> > > > > > > > > > java version "1.7.0_05"
> > > > > > > > > > Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
> > > > > > > > > > Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode,
> > > > > > > > > > sharing)
> > > > > > > > > >
> > > > > > > > > > As you can see, I just upgraded the Java installation to
> > > > > > > > > > the very latest from
> > > > > > > > > > Oracle.  However, I still get:
> > > > > > > > > >
> > > > > > > > > > Exception in thread "main"
> > > > > > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > could not load document: FAX COVER SHEET.doc
> > > > > > > > > > ~
> > > > > > > > > > Caused by: com.sun.star.lang.IllegalArgumentException: URL
> > > > > > > > > > seems
> > > > >
> > > > > to
> > > > >
> > > > > > > > > > be an unsupported one.
> > > > > > > > > > ~
> > > > > > > > > >
> > > > > > > > > > I think I'm infuriatingly close to getting this to work.
> > >
> > >  Your
> > >
> > > > > (and
> > > > >
> > > > > > > > > > others) continuing assistance much appreciated.
> > > > > > > > > >
> > > > > > > > > > Dimitri
> > > > > > > > > >
> > > > > > > > > > On Monday 30 July 2012 3:17:49 pm Maxim Solodovnik wrote:
> > > > > > > > > > > please follow the link I have sent you
> > > > > > > > > > > you need to install alternative _before_ you can
> > > > > > > > > > > configure
> > >
> > > it
> > >
> > > > > > > > > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos
> > > > > > > > > >
> > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > Thanks, Stephen.  Here's what I get:
> > > > > > > > > > > >
> > > > > > > > > > > > [root@openmeetings ~]# alternatives --config java
> > > > > > > > > > > >
> > > > > > > > > > > > There is 1 program that provides 'java'.
> > > > > > > > > > > >
> > > > > > > > > > > >   Selection    Command
> > > > > > > > > > > > -----------------------------------------------
> > > > > > > > > > > > *+ 1           /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > > > > > > > > > > >
> > > > > > > > > > > > Enter to keep the current selection[+], or type
> > > > > > > > > > > > selection number:
> > > > > > > > > > > >
> > > > > > > > > > > > Oh, oh.  I don't even see the Oracle version.  But, I
> > > > >
> > > > > installed
> > > > >
> > > > > > > > > > > > the
> > > > > > > > > >
> > > > > > > > > > JRE,
> > > > > > > > > >
> > > > > > > > > > > > not the
> > > > > > > > > > > > JDK.  Might that be the rub?
> > > > > > > > > > > >
> > > > > > > > > > > > Dimitri
> > > > > > > > > > > >
> > > > > > > > > > > > On Monday 30 July 2012 3:03:57 pm Stephen Cottham wrote:
> > > > > > > > > > > > > For java try
> > > > > > > > > > > > >
> > > > > > > > > > > > > update-java-alternatives
> > > > > > > > > > > > >
> > > > > > > > > > > > > Or
> > > > > > > > > > > > >
> > > > > > > > > > > > > alternatives --config java
> > > > > > > > > > > > >
> > > > > > > > > > > > > Should show you all java's installed and allow you to
> > > > >
> > > > > change
> > > > >
> > > > > > > > > > > > > the default.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Sent from my iPhone
> > > > > > > > > > > > >
> > > > > > > > > > > > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos"
> > > > > > > > > > > > > <dy...@onpointfc.com>
> > > > > > > > > > > >
> > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > Maxim,
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > I'm not quite sure how to proceed.  First, I just
> > > > >
> > > > > installed
> > > > >
> > > > > > > > > > > > > > parts
> > > > > > > > > >
> > > > > > > > > > of
> > > > > > > > > >
> > > > > > > > > > > > > > libreoffice:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > libreoffice-headless-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > > > > > > > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Should I do a "yum groupinstall libreoffice"?
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Next, I'm not sure how to open my doc.  This is a
> > > > > > > > > > > > > > server install
> > > > > > > > > >
> > > > > > > > > > and,
> > > > > > > > > >
> > > > > > > > > > > > so,
> > > > > > > > > > > >
> > > > > > > > > > > > > > there is no Xwindow/desktop system installed.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Finally, how do I get the Oracle java to be the
> > > > > > > > > > > > > > default?
> > > > >
> > > > >  I
> > > > >
> > > > > > > > > > > > > > do have the following in /etc/profile so that the
> > > > > > > > > > > > > > proper java be loaded at boot (I think):
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > > > > > > > > > > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik
> > >
> > > wrote:
> > > > > > > > > > > > > >> Yes you could :)
> > > > > > > > > > > > > >> According to this:
> > > > >
> > > > > http://stackoverflow.com/questions/8420449/docsplit-jodconverter-op
> > > > >
> > > > > > > > > >en of f
> > > > > > > > > >
> > > > > > > > > > > > > >>ice -issue-on-debian
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >> can you ensure you have writer/calc/impress
> > >
> > > installed
> > >
> > > > > (by
> > > > >
> > > > > > > > > > > > > >> opening your doc for example)
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >> were you install your libreoffice via yum
> > > > > > > > > > > > > >> groupinstall?
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >> I would recommend you to have Oracle java as
> > > > > > > > > > > > > >> default one There are some weird issued with 
> > > > > > > > > > > > > >> OpenJDK.
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > >>> Let me take the easy part first:
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>> [root@openmeetings ~]# java -version
> > > > > > > > > > > > > >>> java version "1.7.0_05-icedtea"
> > > > > > > > > > > > > >>> OpenJDK Runtime Environment
> > > > > > > > > > > > > >>> (rhel-2.2.1.el6_3-i386) OpenJDK Client VM (build
> > > > > > > > > > > > > >>> 23.0-b21, mixed mode)
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>> Now, the thing of it is, even though I installed
> > >
> > > the
> > >
> > > > > > > > > > > > > >>> Sun/Oracle version, when I
> > > > > > > > > > > > > >>> installed some other component (libreoffice, I
> > >
> > > think,
> > >
> > > > > but
> > > > >
> > > > > > > > > > > > > >>> I
> > > > > > > > > >
> > > > > > > > > > forget
> > > > > > > > > >
> > > > > > > > > > > > > >>> exactly what), a dependency that was installed
> > > > > > > > > > > > > >>> was OpenJDK.
> > > > > > > > > >
> > > > > > > > > >  Hmmm.
> > > > > > > > > >
> > > > > > > > > > > > > >>> I tried to do the following conversion at the
> > >
> > > command
> > >
> > > > > > > > > > > > > >>> line:
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>> java -jar
> > >
> > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > >
> > > > > > > > > > > >r
> > > > > > > > > > > >
> > > > > > > > > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>> It failed.  I got:
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>> Exception in thread "main"
> > >
> > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > >>> could not load document: FAX COVER SHEET.doc
> > > > > > > > > > > > > >>> ~
> > > > > > > > > > > > > >>> Caused by:
> > > > > > > > > > > > > >>> com.sun.star.lang.IllegalArgumentException: URL
> > >
> > > seems
> > >
> > > > > > > > > > to
> > > > > > > > > >
> > > > > > > > > > > > be
> > > > > > > > > > > >
> > > > > > > > > > > > > >>> an unsupported one.
> > > > > > > > > > > > > >>> ~
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>> I can convert MS Word docs, can't I?
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>> Dimitri
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>> On Monday 30 July 2012 2:27:56 pm Maxim
> > > > > > > > > > > > > >>> Solodovnik
> > > > >
> > > > > wrote:
> > > > > > > > > > > > > >>>> Please try to stop it and run jod converter via
> > > > > > > > > > > > > >>>> commandline (jod
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>> converter
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>> will start libreoffice automatically)
> > > > > > > > > > > > > >>>> also please check your java version?
> > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > >>>> java -cp
> > > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/juh-3.2.1.jar -cp
> > > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar -cp
> > > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar -cp
> > > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar -cp
> > >
> > > /usr/local/jodconverter/lib/commons-cli-1.1.jar
> > >
> > > > > -cp
> > > > >
> > > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > > > > > > > > > > > >>>> -cp
> > > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/json-20090211.jar
> > > > > > > > > > > > > >>>> -cp
> > > > >
> > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4
> > > > >
> > > > > > > > > > > > > >>>>.j ar -jar
> > > > > > > > > >
> > > > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > > > > > >r
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > >
> > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>b1 78
> > >
> > > 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc
> > >
> > > > > > > > > > > > > >>>> 1a.pdf
> > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > > >>>>> Thanks to both Maxim and Alexsei for your
> > > > > > > > > > > > > >>>>> responses. CentOS
> > > > > > > > > >
> > > > > > > > > > 6.x
> > > > > > > > > >
> > > > > > > > > > > > > >>>>> (and,
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>> by
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>> extension, I'd guess, RHEL 6.x) no longer use
> > > > > > > > > > > > > >>>>> openoffice but,
> > > > > > > > > > > >
> > > > > > > > > > > > rather,
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>>> libreoffice.  libreoffice-headless is
> > > > > > > > > > > > > >>>>> installed, and
> > > > >
> > > > > is
> > > > >
> > > > > > > > > > > > > >>>>> running as
> > > > > > > > > > > >
> > > > > > > > > > > > a
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>>> service:
> > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > >>>>> tcp        0      0 127.0.0.1:8100
> > > > > > > > > > > > > >>>>> 0.0.0.0:* LISTEN      13514/soffice.bin
> > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > >>>>> started with:
> > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > >>>>> soffice --headless
> > > > > > > > > > > > > >>>>> --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > > > > > > > > > > >>>>> --nofirststartwizard
> > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > >>>>> Dimitri
> > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm Alexei
> > > > > > > > > > > > > >>>>> Fedotov
> > > > >
> > > > > wrote:
> > > > > > > > > > > > > >>>>>> It says, URL seems to be unsupported.
> > > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > > >>>>>> The class which produces it is under com.sun,
> > > > > > > > > > > > > >>>>>> so the problem
> > > > > > > > > >
> > > > > > > > > > may
> > > > > > > > > >
> > > > > > > > > > > > be
> > > > > > > > > > > >
> > > > > > > > > > > > > >>> in
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>> the
> > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > >>>>>> old OpenOffice version
> > > > > > > > > > > > > >>>>>> 30.07.2012 21:54 пользователь "Dimitri
> > > > > > > > > > > > > >>>>>> Yioulos" <dy...@onpointfc.com>
> > > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > > >>>>>> написал:
> > > > > > > > > > > > > >>>>>>> Hello to all.
> > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > >>>>>>> I'm not new to Openmeetings, having
> > > > > > > > > > > > > >>>>>>> originally installed and tried
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>> it
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>> at
> > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > >>>>>>> least a
> > > > > > > > > > > > > >>>>>>> couple of years ago.  Thanks to Sabastian
> > > > > > > > > > > > > >>>>>>> Wgner for having created it, and to
> > > > > > > > > > > > > >>>>>>> Apache for taking the project forward.
> > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > >>>>>>> I've installed version 2.0.0 on a CentOS 6.2
> > > > >
> > > > > server.
> > > > >
> > > > > > > > > > > > > >>>>>>> All of the prerequisites
> > > > > > > > > > > > > >>>>>>> are installed, and Openmeetings works well.
> > >
> > >  With
> > >
> > > > > the
> > > > >
> > > > > > > > > > exception
> > > > > > > > > >
> > > > > > > > > > > > > >>>>>>> of file uploading, that is.  After figuring
> > > > > > > > > > > > > >>>>>>> out the paths of the
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>> various
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> components required to make file uploading
> > >
> > > work,
> > >
> > > > > I'm
> > > > >
> > > > > > > > > > > > > >>>>>>> finally
> > > > > > > > > >
> > > > > > > > > > at
> > > > > > > > > >
> > > > > > > > > > > > > >>>>>>> a point where I'm stuck.
> > > > > > > > > > > > > >>>>>>> When I try to upload a file, I get the
> > >
> > > following
> > >
> > > > > > > > > > > > > >>>>>>> (it's
> > > > > > > > > >
> > > > > > > > > > verbose;
> > > > > > > > > >
> > > > > > > > > > > > > >>>>>>> I apologize):
> > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > >>>>>>> [java, -cp,
> > > > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/juh-3.2.1.jar,
> > > > > > > > > > > > > >>>>>>> -cp,
> > > > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar,
> > >
> > > -cp,
> > >
> > > > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar,
> > >
> > > -cp,
> > >
> > > > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar,
> > >
> > > -cp,
> > >
> > > /usr/local/jodconverter/lib/commons-cli-1.1.jar,
> > >
> > > > > -cp,
> > > > >
> > > > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.ja
> > > > > > > > > > > > > >>>>>>>r,
> > > > >
> > > > > -cp,
> > > > >
> > > > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar
> > > > > > > > > > > > > >>>>>>>, -cp,
> > > > >
> > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > >
> > > > > > > > > > > > > >>>>>>>a- 4. ja r, -jar,
> > > > >
> > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > >
> > > > > > > > > > > > > >>>>>>>a- 4. ja r,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > > >
> > > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>94
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > >
> > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>b1
> > > > >
> > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > >
> > > > > > > > > > > > > >>>>>>>f] Name: error Value: Jul 30, 2012 1:18:25 PM
> > > > >
> > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > >
> > > > > > > > > > > > > >>>>>>>eM an ag er INFO: ProcessManager
> > > > > > > > > > > > > >>>>>>> implementation
> > >
> > > is
> > >
> > > > > > > > > > > > > >>>>>>> LinuxProcessManager Jul 30, 2012 1:18:26 PM
> > >
> > > org.artofsolving.jodconverter.office.OfficeProces
> > >
> > > > > > > > > > > > > >>>>>>>s start INFO: starting process with
> > > > > > > > > > > > > >>>>>>> acceptString
> > > > > > > > > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > > > > > > > > > > > > >>>>>>>'
> > > > > > > > > >
> > > > > > > > > > and
> > > > > > > > > >
> > > > > > > > > > > > > >>>>>>> profileDir
> > > > > > > > > >
> > > > > > > > > > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > > > > > > > >
> > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > >
> > > org.artofsolving.jodconverter.office.OfficeProces
> > >
> > > > > > > > > > > > > >>>>>>>s start INFO: started process; pid = 13986 Jul
> > >
> > > 30,
> > >
> > > > > > > > > > > > > >>>>>>> 2012 1:18:26 PM
> > > > >
> > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > >
> > > > > > > > > > > > > >>>>>>> connect
> > > > > > > > > > > > > >>>>>>> INFO: connected:
> > > > > > > > > >
> > > > > > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > > > > > >
> > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > >
> > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > >
> > > > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopping
> > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > >
> > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > >
> > > > > > > > > > > > > >>>>>>>$1 disposing
> > > > > > > > > > > > > >>>>>>> INFO: disconnected:
> > > > > > > > > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > > > > > > > > > > > > >>>>>>>' Jul 30, 2012 1:18:27 PM
> > > > >
> > > > > org.artofsolving.jodconverter.office.ManagedOfficePro
> > > > >
> > > > > > > > > > > > > >>>>>>>ce ss doEnsureProcessExited
> > > > > > > > > > > > > >>>>>>> INFO: process exited with code 0
> > > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > > > >
> > > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > >
> > > > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopped
> > > > > > > > > > > > > >>>>>>> Exception in thread "main"
> > > > >
> > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > > >>>>>>> could not load document:
> > > > > > > > > > > > > >>>>>>> 5b494e18e94e7b1784cbc2a9b42b161a.doc at
> > > > >
> > > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > > >
> > > > > > > > > > > >nt (A bs tr
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>ac
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> tConversionTask.java:92) at
> > > > >
> > > > > org.artofsolving.jodconverter.AbstractConversionTask.execute(Ab
> > > > >
> > > > > > > > > > > >st ra ct Co
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>nv
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> ersionTask.java:59) at
> > > > >
> > > > > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(
> > > > >
> > > > > > > > > > > >Po ol ed Of
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>fi
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> ceManager.java:80) at
> > > > >
> > > > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > > > > > > > > > >>>47
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> 1) at
> > >
> > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> > >
> > > > > > > > > > > > > >>>>>>>34 ) at
> > > > > > > > > >
> > > > > > > > > > java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > > > > > > > > >
> > > > > > > > > > > > > >>>>>>> at
> > > > >
> > > > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe
> > > > >
> > > > > > > > > > > >cu to r. ja
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>va
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> :1110) at
> > > > >
> > > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolEx
> > > > >
> > > > > > > > > > > >ec ut or .j
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>av
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> a:603) at
> > > > > > > > > > > > > >>>>>>> java.lang.Thread.run(Thread.java:722) Caused
> > > > > > > > > > > > > >>>>>>> by:
> > > > > > > > > > > > > >>>>>>> com.sun.star.lang.IllegalArgumentException:
> > > > > > > > > > > > > >>>>>>> URL
> > > > >
> > > > > seems
> > > > >
> > > > > > > > > > > > > >>>>>>> to be
> > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > >>>>> an
> > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > >>>>>>> unsupported one.
> > > > > > > > > > > > > >>>>>>>        at
> > > > >
> > > > > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRa
> > > > >
> > > > > > > > > > > >is ed Ex ce
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>pt
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> ion(Job.java:177) at
> > >
> > > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> > >
> > > > > > > > > > > > > >>>>>>>43 ) at
> > > > >
> > > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > > >
> > > > > > > > > > > >e. ja va
> > > > > > > > > > > >
> > > > > > > > > > > >:3
> > > > > > > > > > > >:
> > > > > > > > > > > > > >>>35
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> ) at
> > > > >
> > > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > > >
> > > > > > > > > > > >e. ja va
> > > > > > > > > > > >
> > > > > > > > > > > >:3
> > > > > > > > > > > >:
> > > > > > > > > > > > > >>>04
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> ) at
> > > > >
> > > > > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(J
> > > > >
> > > > > > > > > > > >av aT hr ea
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>dP
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> ool.java:91) at
> > > > >
> > > > > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sen
> > > > >
> > > > > > > > > > > >dR eq ue st
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>(j
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> ava_remote_bridge.java:639) at
> > > > >
> > > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.r
> > > > >
> > > > > > > > > > > >eq ue st (P
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>ro
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> xyFactory.java:151) at
> > > > >
> > > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.i
> > > > >
> > > > > > > > > > > >nv ok e( Pr
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>ox
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> yFactory.java:133) at
> > > > > > > > > > > > > >>>>>>> $Proxy4.loadComponentFromURL(Unknown
> > > > > > > > > > > >
> > > > > > > > > > > > Source)
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>>>>>        at
> > > > >
> > > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > > >
> > > > > > > > > > > >nt (A bs tr
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>ac
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> tConversionTask.java:90) ... 8 more
> > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > >>>>>>> Value: doJodConvert
> > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > >>>>>>> Name: completeName
> > > > > > > > > > > > > >>>>>>> Value:
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > > >
> > > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>94
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > >>>>>>> Name: fileExplorerItemId
> > > > > > > > > > > > > >>>>>>> Value: 7
> > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > >>>>>>> Value: generateXMLDocument
> > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> > > > > > > > > > > > > >>>>>>> 80,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > >
> > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>b1
> > > > >
> > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > >
> > > > > > > > > > > > > >>>>>>>f,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > >
> > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>b1
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name:
> > > > > > > > > > > > > >>>>>>> error Value: convert: unable to open image
> > > > >
> > > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > >
> > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>7b
> > > > >
> > > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > >
> > > > > > > > > > > > > >>>>>>>df ': No such
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>> file
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>> or
> > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > > > > > > > > > > > >>>>>>> convert: missing an image filename
> > > > >
> > > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > >
> > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>7b
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > > > > > > > > > > > > >>>>>>> convert.c/ConvertImageCommand/2800.
> > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > >>>>>>> Value: generateBatchThumbByWidth
> > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > >>>>>>> Value: processPDF
> > > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s,
> > > > > > > > > > > > > >>>>>>> insertstop, -s, poly2bitmap,
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>> -i,
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>> -j,
> > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > >>>>>>> 85, -s,
> > > > > > > > > > > > > >>>>>>> zoom=72,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > >
> > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>b1
> > > > >
> > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > >
> > > > > > > > > > > > > >>>>>>>f,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > >
> > > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>b1
> > > > >
> > > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.sw
> > > > >
> > > > > > > > > > > > > >>>>>>>f] Name: error
> > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > >>>>>>> Value: Error: Couldn't open
> > > > > > > > > > > > > >>>>>>> file
> > > > >
> > > > > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > >
> > > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > > >
> > > > > > > > > > > > > >>>7b
> > > > >
> > > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > >
> > > > > > > > > > > > > >>>>>>>df '
> > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > > >>>>>>> Value: generateSwf
> > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > >>>>>>> So, it looks like a file couldn't be opened.
> > >
> > >  The
> > >
> > > > > > > > > > > > > >>>>>>> file is
> > > > > > > > > >
> > > > > > > > > > owner
> > > > > > > > > >
> > > > > > > > > > > > > >>>>>>> by
> > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > >>>>> root,
> > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > >>>>>>> and has
> > > > > > > > > > > > > >>>>>>> 644 permissions.  Are these set by
> > >
> > > jodconverter?
> > >
> > > > > > > > > > > > > >>>>>>> Anyway,
> > > > > > > > > >
> > > > > > > > > > does
> > > > > > > > > >
> > > > > > > > > > > > > >>> anyone
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>>>>>> know how
> > > > > > > > > > > > > >>>>>>> I can resolve this issue?
> > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > >>>>>>> Many thanks.
> > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > >>>>>>> Dimitri
> > > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > > >>>>>>> --
> > > > > > > > > > > > > >>>>>>> This message has been scanned for viruses and
> > > > > > > > > > > > > >>>>>>> dangerous content by MailScanner, and is
> > > > > > > > > > > > > >>>>>>> believed to be clean.
> > > > > > > > > > > > > >>>>>
> > > > > > > > > > > > > >>>>> --
> > > > > > > > > > > > > >>>>> This message has been scanned for viruses and
> > > > > > > > > > > > > >>>>> dangerous content by MailScanner, and is
> > > > > > > > > > > > > >>>>> believed to be clean.
> > > > > > > > > > > > > >>>>
> > > > > > > > > > > > > >>>> --
> > > > > > > > > > > > > >>>> WBR
> > > > > > > > > > > > > >>>> Maxim aka solomax
> > > > > > > > > > > > > >>>
> > > > > > > > > > > > > >>> --
> > > > > > > > > > > > > >>> This message has been scanned for viruses and
> > > > > > > > > > > > > >>> dangerous content by MailScanner, and is
> > > > > > > > > > > > > >>> believed to be clean.
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >> --
> > > > > > > > > > > > > >> WBR
> > > > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Stephen Cottham
> > > > > > > > > > > > > Group IT Manager (Associate)
> > > > > > > > > > > > >
> > > > > > > > > > > > > Robert Bird Group
> > > > > > > > > > > > > Level 5, 333 Ann St
> > > > > > > > > > > > > Brisbane, Queensland, 4000, Australia
> > > > > > > > > > > > > Phone: +6173 319 2777 (AUS)
> > > > > > > > > > > > > Phone: +44207 592 8000 (UK)
> > > > > > > > > > > > > Fax: +6173 319 2799
> > > > > > > > > > > > >
> > > > > > > > > > > > > Mobile:  +61400 756 963 (AUS)
> > > > > > > > > > > > > Mobile: +447900 918 616 (UK)
> > > > > > > > > > > > > Web: www.robertbird.com
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > This email and any attachments are confidential and
> > > > > > > > > > > > > may contain
> > > > > > > > > >
> > > > > > > > > > legally
> > > > > > > > > >
> > > > > > > > > > > > > privileged information or copyright material. Unless
> > > > > > > > > > > > > expressly
> > > > > > > > > >
> > > > > > > > > > stated,
> > > > > > > > > >
> > > > > > > > > > > > > confidentiality and/or legal privilege is not
> > > > > > > > > > > > > intended
> > >
> > > to
> > >
> > > > > be
> > > > >
> > > > > > > > > > > > > waived
> > > > > > > > > >
> > > > > > > > > > by
> > > > > > > > > >
> > > > > > > > > > > > the
> > > > > > > > > > > >
> > > > > > > > > > > > > sending of this email. The contents of this email,
> > > > >
> > > > > including
> > > > >
> > > > > > > > > > > > > any attachments, are intended solely for the use of
> > > > > > > > > > > > > the individual or entity
> > > > > > > > > > > >
> > > > > > > > > > > > to
> > > > > > > > > > > >
> > > > > > > > > > > > > whom they are addressed. If you are not an intended
> > > > > > > > > > > > > recipient, please contact us immediately by return
> > >
> > > email
> > >
> > > > > and
> > > > >
> > > > > > > > > > > > > then delete both messages. You may not otherwise
> > > > > > > > > > > > > read, forward, copy, use or disclose this email or
> > > > > > > > > > > > > any
> > > > >
> > > > > attachments.
> > > > >
> > > > > > > > > > > > > Any views expressed in this email are those of
> > > > > > > > > >
> > > > > > > > > > the
> > > > > > > > > >
> > > > > > > > > > > > individual
> > > > > > > > > > > >
> > > > > > > > > > > > > sender except where the sender expressly, and with
> > > > >
> > > > > authority,
> > > > >
> > > > > > > > > > > > > states otherwise. It is your responsibility to check
> > >
> > > any
> > >
> > > > > > > > > > > > > attachments for viruses or defects before opening or
> > > > >
> > > > > sending
> > > > >
> > > > > > > > > > > > > them on. None of the sender or its related entities
> > > > > > > > > > > > > accepts any liability for any consequential damage
> > > > > > > > > > > > > resulting from this email containing computer
> > > > > > > > > > > > > viruses.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Disclaimer added by CodeTwo Exchange Rules
> > > > > > > > > > > > > http://www.codetwo.com
> > > > > > > > > > > > >
> > > > > > > > > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> > > > >
> > > > > LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5
> > > > >
> > > > > > > > > >kL zI 4M
> > > > > > > > > >
> > > > > > > > > > > >DA
> > > > > > > > > > > >
> > > > > > > > > > > > >u
> > > > >
> > > > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > > > >
> > > > > > > > > >nZ W5 lc
> > > > > > > > > >
> > > > > > > > > > > >mF
> > > > > > > > > > > >
> > > > > > > > > > > > >0
> > > > >
> > > > > ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4
> > > > >
> > > > > > > > > >+P iB WY
> > > > > > > > > >
> > > > > > > > > > > >Wx
> > > > > > > > > > > >
> > > > > > > > > > > > >1
> > > > >
> > > > > ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXN
> > > > >
> > > > > > > > > >zU ER GD
> > > > > > > > > >
> > > > > > > > > > > >Qo
> > > > > > > > > > > >
> > > > > > > > > > > > >+
> > > > >
> > > > > Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXh
> > > > >
> > > > > > > > > >pd FZ hb
> > > > > > > > > >
> > > > > > > > > > > >HV
> > > > > > > > > > > >
> > > > > > > > > > > > >l
> > > > >
> > > > > DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4
> > > > >
> > > > > > > > > >gV mF sd
> > > > > > > > > >
> > > > > > > > > > > >WU
> > > > > > > > > > > >
> > > > > > > > > > > > >6
> > > > >
> > > > > IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHk
> > > > >
> > > > > > > > > >yY ml 0b
> > > > > > > > > >
> > > > > > > > > > > >WF
> > > > > > > > > > > >
> > > > > > > > > > > > >w
> > > > >
> > > > > LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4
> > > > >
> > > > > > > > > >gO DU sI
> > > > > > > > > >
> > > > > > > > > > > >C1
> > > > > > > > > > > >
> > > > > > > > > > > > >z
> > > > >
> > > > > LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXR
> > > > >
> > > > > > > > > >pb md zL
> > > > > > > > > >
> > > > > > > > > > > >3d
> > > > > > > > > > > >
> > > > > > > > > > > > >l
> > > > >
> > > > > YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4
> > > > >
> > > > > > > > > >+P iA NC
> > > > > > > > > >
> > > > > > > > > > > >j4
> > > > > > > > > > > >
> > > > > > > > > > > > >+
> > > > >
> > > > > Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQ
> > > > >
> > > > > > > > > >yY jE 2M
> > > > > > > > > >
> > > > > > > > > > > >WE
> > > > > > > > > > > >
> > > > > > > > > > > > >u
> > > > >
> > > > > cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3B
> > > > >
> > > > > > > > > >lb m1 lZ
> > > > > > > > > >
> > > > > > > > > > > >XR
> > > > > > > > > > > >
> > > > > > > > > > > > >p
> > > > >
> > > > > bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg
> > > > >
> > > > > > > > > >0Y 2J jM
> > > > > > > > > >
> > > > > > > > > > > >mE
> > > > > > > > > > > >
> > > > > > > > > > > > >5
> > > > >
> > > > > YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1
> > > > >
> > > > > > > > > >lO g0 KP
> > > > > > > > > >
> > > > > > > > > > > >j4
> > > > > > > > > > > >
> > > > > > > > > > > > >+
> > > > >
> > > > > Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4
> > > > >
> > > > > > > > > >nd CB vc
> > > > > > > > > >
> > > > > > > > > > > >GV
> > > > > > > > > > > >
> > > > > > > > > > > > >u
> > > > >
> > > > > DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3M
> > > > >
> > > > > > > > > >vd 2V iY
> > > > > > > > > >
> > > > > > > > > > > >XB
> > > > > > > > > > > >
> > > > > > > > > > > > >w
> > > > >
> > > > > cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo
> > > > >
> > > > > > > > > >+P j4 +P
> > > > > > > > > >
> > > > > > > > > > > >j4
> > > > > > > > > > > >
> > > > > > > > > > > > >+
> > > > >
> > > > > IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTY
> > > > >
> > > > > > > > > >xY S5 wZ
> > > > > > > > > >
> > > > > > > > > > > >GY
> > > > > > > > > > > >
> > > > > > > > > > > > >n
> > > > >
> > > > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > > > >
> > > > > > > > > >nZ W5 lc
> > > > > > > > > >
> > > > > > > > > > > >mF
> > > > > > > > > > > >
> > > > > > > > > > > > >0
> > > > >
> > > > > ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGN
> > > > >
> > > > > > > > > >vd Wx kb
> > > > > > > > > >
> > > > > > > > > > > >id
> > > > > > > > > > > >
> > > > > > > > > > > > >0
> > > > >
> > > > > IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiA
> > > > >
> > > > > > > > > >NC j4 +P
> > > > > > > > > >
> > > > > > > > > > > >j4
> > > > > > > > > > > >
> > > > > > > > > > > > >+
> > > > >
> > > > > IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWl
> > > > >
> > > > > > > > > >zc 2l vb
> > > > > > > > > >
> > > > > > > > > > > >nM
> > > > > > > > > > > >
> > > > > > > > > > > > >u
> > > > >
> > > > > ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4
> > > > >
> > > > > > > > > >+I A0 KP
> > > > > > > > > >
> > > > > > > > > > > >j4
> > > > > > > > > > > >
> > > > > > > > > > > > >+
> > > > >
> > > > > IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXN
> > > > >
> > > > > > > > > >vb HZ lI
> > > > > > > > > >
> > > > > > > > > > > >HR
> > > > > > > > > > > >
> > > > > > > > > > > > >o
> > > > >
> > > > > aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4
> > > > >
> > > > > > > > > >gD Qo +P
> > > > > > > > > >
> > > > > > > > > > > >j4
> > > > > > > > > > > >
> > > > > > > > > > > > >+
> > > > >
> > > > > Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWV
> > > > >
> > > > > > > > > >zc 2F nZ
> > > > > > > > > >
> > > > > > > > > > > >SB
> > > > > > > > > > > >
> > > > > > > > > > > > >o
> > > > >
> > > > > YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXM
> > > > >
> > > > > > > > > >gY 29 ud
> > > > > > > > > >
> > > > > > > > > > > >GV
> > > > > > > > > > > >
> > > > > > > > > > > > >u
> > > > >
> > > > > dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGN
> > > > >
> > > > > > > > > >sZ WF uL
> > > > > > > > > >
> > > > > > > > > > > >g0
> > > > > > > > > > > >
> > > > > > > > > > > > >K
> > > > >
> > > > > Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5
> > > > >
> > > > > > > > > >uZ WQ gZ
> > > > > > > > > >
> > > > > > > > > > > >m9
> > > > > > > > > > > >
> > > > > > > > > > > > >y
> > > > >
> > > > > IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5
> > > > >
> > > > > > > > > >lc iw gY
> > > > > > > > > >
> > > > > > > > > > > >W5
> > > > > > > > > > > >
> > > > > > > > > > > > >k
> > > > >
> > > > > IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo
> > > > >
> > > > > > > > > >+P j4 +I
> > > > > > > > > >
> > > > > > > > > > > >Fd
> > > > > > > > > > > >
> > > > > > > > > > > > >C
> > > > >
> > > > > Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyB
> > > > >
> > > > > > > > > >tZ XN zY
> > > > > > > > > >
> > > > > > > > > > > >Wd
> > > > > > > > > > > >
> > > > > > > > > > > > >l
> > > > >
> > > > > IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGN
> > > > >
> > > > > > > > > >vb nR lb
> > > > > > > > > >
> > > > > > > > > > > >nQ
> > > > > > > > > > > >
> > > > > > > > > > > > >g
> > > > >
> > > > > YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0
> > > > >
> > > > > > > > > >KP j4 gD
> > > > > > > > > >
> > > > > > > > > > > >Qo
> > > > > > > > > > > >
> > > > > > > > > > > > >+
> > > > >
> > > > > PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiA
> > > > >
> > > > > > > > > >tL SA NC
> > > > > > > > > >
> > > > > > > > > > > >j4
> > > > > > > > > > > >
> > > > > > > > > > > > >g
> > > > >
> > > > > VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGR
> > > > >
> > > > > > > > > >hb md lc
> > > > > > > > > >
> > > > > > > > > > > >m9
> > > > > > > > > > > >
> > > > > > > > > > > > >1
> > > > >
> > > > > cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmU
> > > > >
> > > > > > > > > >gY 2x lY
> > > > > > > > > >
> > > > > > > > > > > >W4
> > > > > > > > > > > >
> > > > > > > > > > > > >u DQo+IA0K
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > believed to be clean.
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > WBR
> > > > > > > > > > > Maxim aka solomax
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > believed to be clean.
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > WBR
> > > > > > > > > Maxim aka solomax
> > > > >
> > > > > --
> > > > > This message has been scanned for viruses and
> > > > > dangerous content by MailScanner, and is
> > > > > believed to be clean.
> > >
> > > --
> > > This message has been scanned for viruses and
> > > dangerous content by MailScanner, and is
> > > believed to be clean.
> >
> > --
> > WBR
> > Maxim aka solomax
> 
> 
> 



Re: File upload troubles

Posted by Dimitri Yioulos <dy...@onpointfc.com>.
Ah.  Sorry I missed that.  I guess I need to spend some time improving my 
reading skills :-) .

I built ImageMagick from source, but still get these errors when I try to upload 
files:

Name: error
Value: convert: unable to open image 
`/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf': 
No such file or directory @ error/blob.c/OpenBlob/2642.
convert: no images defined 
`/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e98ffb218ae2594c387/_thumb_page-%04d.jpg' 
@ error/convert.c/ConvertImageCommand/3044.

and

Name: error
Value: Error: Couldn't open 
file '/usr/local/openmeetings/webapps/openmeetings/upload/files/582a135ea8be8e98ffb218ae2594c387/582a135ea8be8e98ffb218ae2594c387.pdf'

What else should I try?

Dimitri


On Wednesday 01 August 2012 10:56:25 am Maxim Solodovnik wrote:
> I wrote you:
>
> "You need to remove ImageMagic installed with yum and build it from
> sources"
>
> On Wed, Aug 1, 2012 at 6:55 PM, Dimitri Yioulos <dy...@onpointfc.com>wrote:
> > Hi, Alexei.
> >
> > If you mean the Monday post by Maxim, where he asks:
> >
> > what is the output of yum groupinstall "Office Suite and Productivity"
> >
> > then, yes, I saw it and responded to it.  Here's what I wrote (most
> > recent post
> > first; again, sorry for the verbosity):
> >
> >
> > 1.  Apologies for the drips-and-drabs of information.  I just
> > ran "java -jar
> > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar faxcover.doc
> > faxcover.pdf" at the command line (obviously, I guess), and it worked
> > successfully.  So, why is file upload still failing?
> >
> >
> > 2.  I ran yum groupinstall "Office Suite and Productivity", feeling there
> > was
> > nothing to lose.  Still no joy.  When I try to upload a file, I get the
> > following errors:
> >
> > Name: error
> > Value: convert: unable to open image
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No such file or
> > directory @ blob.c/OpenBlob/2480.
> > convert: missing an image filename
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >bdc964575ce968b9ca/_thumb_page-%04d.jpg' @
> > convert.c/ConvertImageCommand/2800.
> >
> > Name: process
> > Value: generateBatchThumbByWidth
> > Name: exitValue
> > Value: 0
> > Name: process
> > Value: processPDF
> > Name: out
> > Value:
> > Name: exitValue
> > Value: 1
> > Name: command
> > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i, -j,
> > 85, -s,
> > zoom=72,
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >dc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf] Name: error
> > Value: Error: Couldn't open
> > file
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> >
> > Name: process
> > Value: generateSwf
> >
> > ImageMagick is installed properly, afaik.  Is this a bug, or a
> > misconfiguration
> > on my part?
> >
> >
> > 3.  Maxim,
> >
> > Output of yum groupinstall "Office Suite and Productivity" is:
> >
> > Installing:
> >  libreoffice-calc
> >  libreoffice-draw
> >  libreoffice-graphicfilter
> >  libreoffice-impress
> >  libreoffice-langpack-en
> >  libreoffice-math
> >  libreoffice-writer
> >  libreoffice-xsltfilter
> > Installing for dependencies:
> >  libreoffice-pdfimport
> >  libreoffice-presenter-screen
> >  libwpd
> >  lpsolve
> >  mythes-en
> >
> > Output of tail "FAX COVER SHEET.doc" is:
> >
> >
> > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot Entryÿÿÿÿÿÿÿÿ   
> > ÀF É
> >
> >
> > NljÍ5Data
> >
> > 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSumma
> >ryInformation8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ    ÀFMicrosoft Office
> > Word Document
> > MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> >
> > PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuT
> >TYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> >
> > (that's some weird stuff :-) ).
> >
> > Output of ps -ef|grep office is:
> >
> > [root@openmeetings ~]# ps -ef|grep office
> > root      1587     1  0 Jul30 ?
> > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
> > root      1599  1587  0 Jul30 ?
> > 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
> > root     16352 16270  0 07:25 pts/1    00:00:00 grep office
> >
> >
> > Does any of this information help you to help me?
> >
> > Dimitri
> >
> > On Wednesday 01 August 2012 7:27:19 am Alexei Fedotov wrote:
> > > Dimitri, have you noticed the message from Maxim
> > > 01.08.2012 15:23 пользователь "Dimitri Yioulos"
> > > <dy...@onpointfc.com>
> > >
> > > написал:
> > > > I sent some updated information yesterday regarding this issue.  Does
> > > > anyone
> > > > have any more ideas on how I can resolve this?  Your continued help
> >
> > would
> >
> > > > be
> > > > appreciated.
> > > >
> > > > Many thanks.
> > > >
> > > > Dimitri
> > > >
> > > > On Tuesday 31 July 2012 9:00:53 am Dimitri Yioulos wrote:
> > > > > Apologies for the drips-and-drabs of information.  I just
> > > > > ran "java -jar
> > > >
> > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > >
> > > > > faxcover.doc faxcover.pdf" at the command line (obviously, I
> > > > > guess), and
> > > >
> > > > it
> > > >
> > > > > worked successfully.  So, why is file upload still failing?
> > > > >
> > > > > Dimitri
> > > > >
> > > > > On Tuesday 31 July 2012 8:50:01 am Dimitri Yioulos wrote:
> > > > > > I ran yum groupinstall "Office Suite and Productivity", feeling
> >
> > there
> >
> > > > was
> > > >
> > > > > > nothing to lose.  Still no joy.  When I try to upload a file, I
> > > > > > get the following errors:
> > > > > >
> > > > > > Name: error
> > > > > > Value: convert: unable to open image
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No such
> > > > > > file
> > > >
> > > > or
> > > >
> > > > > > directory @ blob.c/OpenBlob/2480.
> > > > > > convert: missing an image filename
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > >bd c964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > > > convert.c/ConvertImageCommand/2800.
> > > > > >
> > > > > > Name: process
> > > > > > Value: generateBatchThumbByWidth
> > > > > > Name: exitValue
> > > > > > Value: 0
> > > > > > Name: process
> > > > > > Value: processPDF
> > > > > > Name: out
> > > > > > Value:
> > > > > > Name: exitValue
> > > > > > Value: 1
> > > > > > Name: command
> > > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap,
> >
> > -i,
> >
> > > > -j,
> > > >
> > > > > > 85, -s, zoom=72,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >
> > > > > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >
> > > > > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf] Name:
> > > > > > error Value: Error: Couldn't open
> > > > > > file
> >
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > > > >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > > > > >
> > > > > > Name: process
> > > > > > Value: generateSwf
> > > > > >
> > > > > > ImageMagick is installed properly, afaik.  Is this a bug, or a
> > > > > > misconfiguration on my part?
> > > > > >
> > > > > > Dimitri
> > > > > >
> > > > > > On Tuesday 31 July 2012 7:24:20 am Dimitri Yioulos wrote:
> > > > > > > Maxim,
> > > > > > >
> > > > > > > Output of yum groupinstall "Office Suite and Productivity" is:
> > > > > > >
> > > > > > > Installing:
> > > > > > >  libreoffice-calc
> > > > > > >  libreoffice-draw
> > > > > > >  libreoffice-graphicfilter
> > > > > > >  libreoffice-impress
> > > > > > >  libreoffice-langpack-en
> > > > > > >  libreoffice-math
> > > > > > >  libreoffice-writer
> > > > > > >  libreoffice-xsltfilter
> > > > > > > Installing for dependencies:
> > > > > > >  libreoffice-pdfimport
> > > > > > >  libreoffice-presenter-screen
> > > > > > >  libwpd
> > > > > > >  lpsolve
> > > > > > >  mythes-en
> > > > > > >
> > > > > > > Output of tail "FAX COVER SHEET.doc" is:
> > > >
> > > > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > > > > > >ÿÿ ÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > > > > > >ÿÿ ÿÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > > > > > >ÿÿ ÿÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> >
> > Entryÿÿÿÿÿÿÿÿ
> >
> > > > > > > ÀF É
> > > > > > >
> > > > > > > NljÍ5Data
> > > >
> > > > 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentS
> > > >um
> > > >
> > > > > > >ma ry
> > > >
> > > > Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > > > > > >ÿÿ ÿÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > > > > > >ÿÿ ÿÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > > > > > >ÿÿ ÿÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > > > > > >ÿÿ ÿÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > > > > > >ÿÿ ÿÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > > > > > >ÿÿ ÿÿÿ
> > > >
> > > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ
> > > >
> > > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ    ÀFMicrosoft
> > > > > > > Office Word Document
> > > > > > > MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> > > >
> > > > PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTT
> > > >YP
> > > >
> > > > > > >uT TY PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > > > > >
> > > > > > > (that's some weird stuff :-) ).
> > > > > > >
> > > > > > > Output of ps -ef|grep office is:
> > > > > > >
> > > > > > > [root@openmeetings ~]# ps -ef|grep office
> > > > > > > root      1587     1  0 Jul30 ?
> > > > > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> >
> > --nofirststartwizard
> >
> > > > root
> > > >
> > > > > > >  1599  1587  0 Jul30 ?
> > > > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> > > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> >
> > --nofirststartwizard
> >
> > > > root
> > > >
> > > > > > > 16352 16270  0 07:25 pts/1    00:00:00 grep office
> > > > > > >
> > > > > > > Dimitri
> > > > > > >
> > > > > > > On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik wrote:
> > > > > > > > what is the output of
> > > > > > > >
> > > > > > > > *yum groupinstall* "*Office* Suite and Productivity"
> > > > > > > >
> > > > > > > > yum install openoffice.org-headless
> > > > > > > >
> > > > > > > > what is the output of (to ensure it is not file/permission
> > > > > > > > problem) tail "FAX COVER SHEET.doc"
> > > > > > > >
> > > > > > > > can you check there is no office processes running?
> > > > > > > > ps -ef|grep office
> > > > > > > >
> > > > > > > > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos
> > > > > > >
> > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > Maxim,
> > > > > > > > >
> > > > > > > > > Followed the instructions in the link you provided, and
> > > > > > > > > now:
> > > > > > > > >
> > > > > > > > > [root@openmeetings ~]# java -version
> > > > > > > > > java version "1.7.0_05"
> > > > > > > > > Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
> > > > > > > > > Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode,
> > > > > > > > > sharing)
> > > > > > > > >
> > > > > > > > > As you can see, I just upgraded the Java installation to
> > > > > > > > > the very latest from
> > > > > > > > > Oracle.  However, I still get:
> > > > > > > > >
> > > > > > > > > Exception in thread "main"
> > > > > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > could not load document: FAX COVER SHEET.doc
> > > > > > > > > ~
> > > > > > > > > Caused by: com.sun.star.lang.IllegalArgumentException: URL
> > > > > > > > > seems
> > > >
> > > > to
> > > >
> > > > > > > > > be an unsupported one.
> > > > > > > > > ~
> > > > > > > > >
> > > > > > > > > I think I'm infuriatingly close to getting this to work.
> >
> >  Your
> >
> > > > (and
> > > >
> > > > > > > > > others) continuing assistance much appreciated.
> > > > > > > > >
> > > > > > > > > Dimitri
> > > > > > > > >
> > > > > > > > > On Monday 30 July 2012 3:17:49 pm Maxim Solodovnik wrote:
> > > > > > > > > > please follow the link I have sent you
> > > > > > > > > > you need to install alternative _before_ you can
> > > > > > > > > > configure
> >
> > it
> >
> > > > > > > > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos
> > > > > > > > >
> > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > Thanks, Stephen.  Here's what I get:
> > > > > > > > > > >
> > > > > > > > > > > [root@openmeetings ~]# alternatives --config java
> > > > > > > > > > >
> > > > > > > > > > > There is 1 program that provides 'java'.
> > > > > > > > > > >
> > > > > > > > > > >   Selection    Command
> > > > > > > > > > > -----------------------------------------------
> > > > > > > > > > > *+ 1           /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > > > > > > > > > >
> > > > > > > > > > > Enter to keep the current selection[+], or type
> > > > > > > > > > > selection number:
> > > > > > > > > > >
> > > > > > > > > > > Oh, oh.  I don't even see the Oracle version.  But, I
> > > >
> > > > installed
> > > >
> > > > > > > > > > > the
> > > > > > > > >
> > > > > > > > > JRE,
> > > > > > > > >
> > > > > > > > > > > not the
> > > > > > > > > > > JDK.  Might that be the rub?
> > > > > > > > > > >
> > > > > > > > > > > Dimitri
> > > > > > > > > > >
> > > > > > > > > > > On Monday 30 July 2012 3:03:57 pm Stephen Cottham wrote:
> > > > > > > > > > > > For java try
> > > > > > > > > > > >
> > > > > > > > > > > > update-java-alternatives
> > > > > > > > > > > >
> > > > > > > > > > > > Or
> > > > > > > > > > > >
> > > > > > > > > > > > alternatives --config java
> > > > > > > > > > > >
> > > > > > > > > > > > Should show you all java's installed and allow you to
> > > >
> > > > change
> > > >
> > > > > > > > > > > > the default.
> > > > > > > > > > > >
> > > > > > > > > > > > Sent from my iPhone
> > > > > > > > > > > >
> > > > > > > > > > > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos"
> > > > > > > > > > > > <dy...@onpointfc.com>
> > > > > > > > > > >
> > > > > > > > > > > wrote:
> > > > > > > > > > > > > Maxim,
> > > > > > > > > > > > >
> > > > > > > > > > > > > I'm not quite sure how to proceed.  First, I just
> > > >
> > > > installed
> > > >
> > > > > > > > > > > > > parts
> > > > > > > > >
> > > > > > > > > of
> > > > > > > > >
> > > > > > > > > > > > > libreoffice:
> > > > > > > > > > > > >
> > > > > > > > > > > > > libreoffice-headless-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > > > > > > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > > > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > > > > > > > > > >
> > > > > > > > > > > > > Should I do a "yum groupinstall libreoffice"?
> > > > > > > > > > > > >
> > > > > > > > > > > > > Next, I'm not sure how to open my doc.  This is a
> > > > > > > > > > > > > server install
> > > > > > > > >
> > > > > > > > > and,
> > > > > > > > >
> > > > > > > > > > > so,
> > > > > > > > > > >
> > > > > > > > > > > > > there is no Xwindow/desktop system installed.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Finally, how do I get the Oracle java to be the
> > > > > > > > > > > > > default?
> > > >
> > > >  I
> > > >
> > > > > > > > > > > > > do have the following in /etc/profile so that the
> > > > > > > > > > > > > proper java be loaded at boot (I think):
> > > > > > > > > > > > >
> > > > > > > > > > > > > export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > > > > > > > > > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > > > > > > > > >
> > > > > > > > > > > > > Dimitri
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik
> >
> > wrote:
> > > > > > > > > > > > >> Yes you could :)
> > > > > > > > > > > > >> According to this:
> > > >
> > > > http://stackoverflow.com/questions/8420449/docsplit-jodconverter-op
> > > >
> > > > > > > > >en of f
> > > > > > > > >
> > > > > > > > > > > > >>ice -issue-on-debian
> > > > > > > > > > > > >>
> > > > > > > > > > > > >> can you ensure you have writer/calc/impress
> >
> > installed
> >
> > > > (by
> > > >
> > > > > > > > > > > > >> opening your doc for example)
> > > > > > > > > > > > >>
> > > > > > > > > > > > >> were you install your libreoffice via yum
> > > > > > > > > > > > >> groupinstall?
> > > > > > > > > > > > >>
> > > > > > > > > > > > >> I would recommend you to have Oracle java as
> > > > > > > > > > > > >> default one There are some weird issued with 
> > > > > > > > > > > > >> OpenJDK.
> > > > > > > > > > > > >>
> > > > > > > > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos
> > > > > > > > > > > > >
> > > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > >>> Let me take the easy part first:
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>> [root@openmeetings ~]# java -version
> > > > > > > > > > > > >>> java version "1.7.0_05-icedtea"
> > > > > > > > > > > > >>> OpenJDK Runtime Environment
> > > > > > > > > > > > >>> (rhel-2.2.1.el6_3-i386) OpenJDK Client VM (build
> > > > > > > > > > > > >>> 23.0-b21, mixed mode)
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>> Now, the thing of it is, even though I installed
> >
> > the
> >
> > > > > > > > > > > > >>> Sun/Oracle version, when I
> > > > > > > > > > > > >>> installed some other component (libreoffice, I
> >
> > think,
> >
> > > > but
> > > >
> > > > > > > > > > > > >>> I
> > > > > > > > >
> > > > > > > > > forget
> > > > > > > > >
> > > > > > > > > > > > >>> exactly what), a dependency that was installed
> > > > > > > > > > > > >>> was OpenJDK.
> > > > > > > > >
> > > > > > > > >  Hmmm.
> > > > > > > > >
> > > > > > > > > > > > >>> I tried to do the following conversion at the
> >
> > command
> >
> > > > > > > > > > > > >>> line:
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>> java -jar
> >
> > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> >
> > > > > > > > > > >r
> > > > > > > > > > >
> > > > > > > > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>> It failed.  I got:
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>> Exception in thread "main"
> >
> > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > >>> could not load document: FAX COVER SHEET.doc
> > > > > > > > > > > > >>> ~
> > > > > > > > > > > > >>> Caused by:
> > > > > > > > > > > > >>> com.sun.star.lang.IllegalArgumentException: URL
> >
> > seems
> >
> > > > > > > > > to
> > > > > > > > >
> > > > > > > > > > > be
> > > > > > > > > > >
> > > > > > > > > > > > >>> an unsupported one.
> > > > > > > > > > > > >>> ~
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>> I can convert MS Word docs, can't I?
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>> Dimitri
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>> On Monday 30 July 2012 2:27:56 pm Maxim
> > > > > > > > > > > > >>> Solodovnik
> > > >
> > > > wrote:
> > > > > > > > > > > > >>>> Please try to stop it and run jod converter via
> > > > > > > > > > > > >>>> commandline (jod
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>> converter
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>> will start libreoffice automatically)
> > > > > > > > > > > > >>>> also please check your java version?
> > > > > > > > > > > > >>>>
> > > > > > > > > > > > >>>>
> > > > > > > > > > > > >>>> java -cp
> > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/juh-3.2.1.jar -cp
> > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar -cp
> > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar -cp
> > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar -cp
> >
> > /usr/local/jodconverter/lib/commons-cli-1.1.jar
> >
> > > > -cp
> > > >
> > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > > > > > > > > > > >>>> -cp
> > > > > > > > > > > > >>>> /usr/local/jodconverter/lib/json-20090211.jar
> > > > > > > > > > > > >>>> -cp
> > > >
> > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4
> > > >
> > > > > > > > > > > > >>>>.j ar -jar
> > > > > > > > >
> > > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > > > > >r
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > >
> > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > >
> > > > > > > > > > > > >>>b1 78
> >
> > 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc
> >
> > > > > > > > > > > > >>>> 1a.pdf
> > > > > > > > > > > > >>>>
> > > > > > > > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > > > > > > > > >>>>> Thanks to both Maxim and Alexsei for your
> > > > > > > > > > > > >>>>> responses. CentOS
> > > > > > > > >
> > > > > > > > > 6.x
> > > > > > > > >
> > > > > > > > > > > > >>>>> (and,
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>> by
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>> extension, I'd guess, RHEL 6.x) no longer use
> > > > > > > > > > > > >>>>> openoffice but,
> > > > > > > > > > >
> > > > > > > > > > > rather,
> > > > > > > > > > >
> > > > > > > > > > > > >>>>> libreoffice.  libreoffice-headless is
> > > > > > > > > > > > >>>>> installed, and
> > > >
> > > > is
> > > >
> > > > > > > > > > > > >>>>> running as
> > > > > > > > > > >
> > > > > > > > > > > a
> > > > > > > > > > >
> > > > > > > > > > > > >>>>> service:
> > > > > > > > > > > > >>>>>
> > > > > > > > > > > > >>>>> tcp        0      0 127.0.0.1:8100
> > > > > > > > > > > > >>>>> 0.0.0.0:* LISTEN      13514/soffice.bin
> > > > > > > > > > > > >>>>>
> > > > > > > > > > > > >>>>> started with:
> > > > > > > > > > > > >>>>>
> > > > > > > > > > > > >>>>> soffice --headless
> > > > > > > > > > > > >>>>> --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > > > > > > > > > >>>>> --nofirststartwizard
> > > > > > > > > > > > >>>>>
> > > > > > > > > > > > >>>>> Dimitri
> > > > > > > > > > > > >>>>>
> > > > > > > > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm Alexei
> > > > > > > > > > > > >>>>> Fedotov
> > > >
> > > > wrote:
> > > > > > > > > > > > >>>>>> It says, URL seems to be unsupported.
> > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > >>>>>> The class which produces it is under com.sun,
> > > > > > > > > > > > >>>>>> so the problem
> > > > > > > > >
> > > > > > > > > may
> > > > > > > > >
> > > > > > > > > > > be
> > > > > > > > > > >
> > > > > > > > > > > > >>> in
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>> the
> > > > > > > > > > > > >>>>>
> > > > > > > > > > > > >>>>>> old OpenOffice version
> > > > > > > > > > > > >>>>>> 30.07.2012 21:54 пользователь "Dimitri
> > > > > > > > > > > > >>>>>> Yioulos" <dy...@onpointfc.com>
> > > > > > > > > > > > >>>>>>
> > > > > > > > > > > > >>>>>> написал:
> > > > > > > > > > > > >>>>>>> Hello to all.
> > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > >>>>>>> I'm not new to Openmeetings, having
> > > > > > > > > > > > >>>>>>> originally installed and tried
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>> it
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>> at
> > > > > > > > > > > > >>>>>
> > > > > > > > > > > > >>>>>>> least a
> > > > > > > > > > > > >>>>>>> couple of years ago.  Thanks to Sabastian
> > > > > > > > > > > > >>>>>>> Wgner for having created it, and to
> > > > > > > > > > > > >>>>>>> Apache for taking the project forward.
> > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > >>>>>>> I've installed version 2.0.0 on a CentOS 6.2
> > > >
> > > > server.
> > > >
> > > > > > > > > > > > >>>>>>> All of the prerequisites
> > > > > > > > > > > > >>>>>>> are installed, and Openmeetings works well.
> >
> >  With
> >
> > > > the
> > > >
> > > > > > > > > exception
> > > > > > > > >
> > > > > > > > > > > > >>>>>>> of file uploading, that is.  After figuring
> > > > > > > > > > > > >>>>>>> out the paths of the
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>> various
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> components required to make file uploading
> >
> > work,
> >
> > > > I'm
> > > >
> > > > > > > > > > > > >>>>>>> finally
> > > > > > > > >
> > > > > > > > > at
> > > > > > > > >
> > > > > > > > > > > > >>>>>>> a point where I'm stuck.
> > > > > > > > > > > > >>>>>>> When I try to upload a file, I get the
> >
> > following
> >
> > > > > > > > > > > > >>>>>>> (it's
> > > > > > > > >
> > > > > > > > > verbose;
> > > > > > > > >
> > > > > > > > > > > > >>>>>>> I apologize):
> > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > >>>>>>> [java, -cp,
> > > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/juh-3.2.1.jar,
> > > > > > > > > > > > >>>>>>> -cp,
> > > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar,
> >
> > -cp,
> >
> > > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar,
> >
> > -cp,
> >
> > > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar,
> >
> > -cp,
> >
> > /usr/local/jodconverter/lib/commons-cli-1.1.jar,
> >
> > > > -cp,
> > > >
> > > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.ja
> > > > > > > > > > > > >>>>>>>r,
> > > >
> > > > -cp,
> > > >
> > > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar
> > > > > > > > > > > > >>>>>>>, -cp,
> > > >
> > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > >
> > > > > > > > > > > > >>>>>>>a- 4. ja r, -jar,
> > > >
> > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > >
> > > > > > > > > > > > >>>>>>>a- 4. ja r,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > >
> > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > >
> > > > > > > > > > > > >>>94
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > >
> > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > >
> > > > > > > > > > > > >>>b1
> > > >
> > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > >
> > > > > > > > > > > > >>>>>>>f] Name: error Value: Jul 30, 2012 1:18:25 PM
> > > >
> > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > >
> > > > > > > > > > > > >>>>>>>eM an ag er INFO: ProcessManager
> > > > > > > > > > > > >>>>>>> implementation
> >
> > is
> >
> > > > > > > > > > > > >>>>>>> LinuxProcessManager Jul 30, 2012 1:18:26 PM
> >
> > org.artofsolving.jodconverter.office.OfficeProces
> >
> > > > > > > > > > > > >>>>>>>s start INFO: starting process with
> > > > > > > > > > > > >>>>>>> acceptString
> > > > > > > > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > > > > > > > > > > > >>>>>>>'
> > > > > > > > >
> > > > > > > > > and
> > > > > > > > >
> > > > > > > > > > > > >>>>>>> profileDir
> > > > > > > > >
> > > > > > > > > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > > > > > > >
> > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> >
> > org.artofsolving.jodconverter.office.OfficeProces
> >
> > > > > > > > > > > > >>>>>>>s start INFO: started process; pid = 13986 Jul
> >
> > 30,
> >
> > > > > > > > > > > > >>>>>>> 2012 1:18:26 PM
> > > >
> > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > >
> > > > > > > > > > > > >>>>>>> connect
> > > > > > > > > > > > >>>>>>> INFO: connected:
> > > > > > > > >
> > > > > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > > > > >
> > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > >
> > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > >
> > > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopping
> > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > >
> > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > >
> > > > > > > > > > > > >>>>>>>$1 disposing
> > > > > > > > > > > > >>>>>>> INFO: disconnected:
> > > > > > > > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1
> > > > > > > > > > > > >>>>>>>' Jul 30, 2012 1:18:27 PM
> > > >
> > > > org.artofsolving.jodconverter.office.ManagedOfficePro
> > > >
> > > > > > > > > > > > >>>>>>>ce ss doEnsureProcessExited
> > > > > > > > > > > > >>>>>>> INFO: process exited with code 0
> > > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > > >
> > > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > >
> > > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopped
> > > > > > > > > > > > >>>>>>> Exception in thread "main"
> > > >
> > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > > >>>>>>> could not load document:
> > > > > > > > > > > > >>>>>>> 5b494e18e94e7b1784cbc2a9b42b161a.doc at
> > > >
> > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > >
> > > > > > > > > > >nt (A bs tr
> > > > > > > > > > >
> > > > > > > > > > > > >>>ac
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> tConversionTask.java:92) at
> > > >
> > > > org.artofsolving.jodconverter.AbstractConversionTask.execute(Ab
> > > >
> > > > > > > > > > >st ra ct Co
> > > > > > > > > > >
> > > > > > > > > > > > >>>nv
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> ersionTask.java:59) at
> > > >
> > > > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(
> > > >
> > > > > > > > > > >Po ol ed Of
> > > > > > > > > > >
> > > > > > > > > > > > >>>fi
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> ceManager.java:80) at
> > > >
> > > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > > > > > > > > >>>47
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> 1) at
> >
> > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> >
> > > > > > > > > > > > >>>>>>>34 ) at
> > > > > > > > >
> > > > > > > > > java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > > > > > > > >
> > > > > > > > > > > > >>>>>>> at
> > > >
> > > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe
> > > >
> > > > > > > > > > >cu to r. ja
> > > > > > > > > > >
> > > > > > > > > > > > >>>va
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> :1110) at
> > > >
> > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolEx
> > > >
> > > > > > > > > > >ec ut or .j
> > > > > > > > > > >
> > > > > > > > > > > > >>>av
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> a:603) at
> > > > > > > > > > > > >>>>>>> java.lang.Thread.run(Thread.java:722) Caused
> > > > > > > > > > > > >>>>>>> by:
> > > > > > > > > > > > >>>>>>> com.sun.star.lang.IllegalArgumentException:
> > > > > > > > > > > > >>>>>>> URL
> > > >
> > > > seems
> > > >
> > > > > > > > > > > > >>>>>>> to be
> > > > > > > > > > > > >>>>>
> > > > > > > > > > > > >>>>> an
> > > > > > > > > > > > >>>>>
> > > > > > > > > > > > >>>>>>> unsupported one.
> > > > > > > > > > > > >>>>>>>        at
> > > >
> > > > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRa
> > > >
> > > > > > > > > > >is ed Ex ce
> > > > > > > > > > >
> > > > > > > > > > > > >>>pt
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> ion(Job.java:177) at
> >
> > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> >
> > > > > > > > > > > > >>>>>>>43 ) at
> > > >
> > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > >
> > > > > > > > > > >e. ja va
> > > > > > > > > > >
> > > > > > > > > > >:3
> > > > > > > > > > >:
> > > > > > > > > > > > >>>35
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> ) at
> > > >
> > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > >
> > > > > > > > > > >e. ja va
> > > > > > > > > > >
> > > > > > > > > > >:3
> > > > > > > > > > >:
> > > > > > > > > > > > >>>04
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> ) at
> > > >
> > > > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(J
> > > >
> > > > > > > > > > >av aT hr ea
> > > > > > > > > > >
> > > > > > > > > > > > >>>dP
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> ool.java:91) at
> > > >
> > > > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sen
> > > >
> > > > > > > > > > >dR eq ue st
> > > > > > > > > > >
> > > > > > > > > > > > >>>(j
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> ava_remote_bridge.java:639) at
> > > >
> > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.r
> > > >
> > > > > > > > > > >eq ue st (P
> > > > > > > > > > >
> > > > > > > > > > > > >>>ro
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> xyFactory.java:151) at
> > > >
> > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.i
> > > >
> > > > > > > > > > >nv ok e( Pr
> > > > > > > > > > >
> > > > > > > > > > > > >>>ox
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> yFactory.java:133) at
> > > > > > > > > > > > >>>>>>> $Proxy4.loadComponentFromURL(Unknown
> > > > > > > > > > >
> > > > > > > > > > > Source)
> > > > > > > > > > >
> > > > > > > > > > > > >>>>>>>        at
> > > >
> > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > >
> > > > > > > > > > >nt (A bs tr
> > > > > > > > > > >
> > > > > > > > > > > > >>>ac
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> tConversionTask.java:90) ... 8 more
> > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > >>>>>>> Value: doJodConvert
> > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > >>>>>>> Name: completeName
> > > > > > > > > > > > >>>>>>> Value:
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > >
> > > > > > > > > > >b4 94 e1 8e
> > > > > > > > > > >
> > > > > > > > > > > > >>>94
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > >>>>>>> Name: fileExplorerItemId
> > > > > > > > > > > > >>>>>>> Value: 7
> > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > >>>>>>> Value: generateXMLDocument
> > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> > > > > > > > > > > > >>>>>>> 80,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > >
> > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > >
> > > > > > > > > > > > >>>b1
> > > >
> > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > >
> > > > > > > > > > > > >>>>>>>f,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > >
> > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > >
> > > > > > > > > > > > >>>b1
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name:
> > > > > > > > > > > > >>>>>>> error Value: convert: unable to open image
> > > >
> > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > >
> > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > >
> > > > > > > > > > > > >>>7b
> > > >
> > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > >
> > > > > > > > > > > > >>>>>>>df ': No such
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>> file
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>> or
> > > > > > > > > > > > >>>>>
> > > > > > > > > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > > > > > > > > > > >>>>>>> convert: missing an image filename
> > > >
> > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > >
> > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > >
> > > > > > > > > > > > >>>7b
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > > > > > > > > > > > >>>>>>> convert.c/ConvertImageCommand/2800.
> > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > >>>>>>> Value: generateBatchThumbByWidth
> > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > >>>>>>> Value: processPDF
> > > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s,
> > > > > > > > > > > > >>>>>>> insertstop, -s, poly2bitmap,
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>> -i,
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>> -j,
> > > > > > > > > > > > >>>>>
> > > > > > > > > > > > >>>>>>> 85, -s,
> > > > > > > > > > > > >>>>>>> zoom=72,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > >
> > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > >
> > > > > > > > > > > > >>>b1
> > > >
> > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > >
> > > > > > > > > > > > >>>>>>>f,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > >
> > > > > > > > > > >e1 8e 94 e7
> > > > > > > > > > >
> > > > > > > > > > > > >>>b1
> > > >
> > > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.sw
> > > >
> > > > > > > > > > > > >>>>>>>f] Name: error
> > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > >>>>>>> Value: Error: Couldn't open
> > > > > > > > > > > > >>>>>>> file
> > > >
> > > > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > >
> > > > > > > > > > >4e 18 e9 4e
> > > > > > > > > > >
> > > > > > > > > > > > >>>7b
> > > >
> > > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > >
> > > > > > > > > > > > >>>>>>>df '
> > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > > >>>>>>> Value: generateSwf
> > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > >>>>>>> So, it looks like a file couldn't be opened.
> >
> >  The
> >
> > > > > > > > > > > > >>>>>>> file is
> > > > > > > > >
> > > > > > > > > owner
> > > > > > > > >
> > > > > > > > > > > > >>>>>>> by
> > > > > > > > > > > > >>>>>
> > > > > > > > > > > > >>>>> root,
> > > > > > > > > > > > >>>>>
> > > > > > > > > > > > >>>>>>> and has
> > > > > > > > > > > > >>>>>>> 644 permissions.  Are these set by
> >
> > jodconverter?
> >
> > > > > > > > > > > > >>>>>>> Anyway,
> > > > > > > > >
> > > > > > > > > does
> > > > > > > > >
> > > > > > > > > > > > >>> anyone
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>>>>>> know how
> > > > > > > > > > > > >>>>>>> I can resolve this issue?
> > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > >>>>>>> Many thanks.
> > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > >>>>>>> Dimitri
> > > > > > > > > > > > >>>>>>>
> > > > > > > > > > > > >>>>>>> --
> > > > > > > > > > > > >>>>>>> This message has been scanned for viruses and
> > > > > > > > > > > > >>>>>>> dangerous content by MailScanner, and is
> > > > > > > > > > > > >>>>>>> believed to be clean.
> > > > > > > > > > > > >>>>>
> > > > > > > > > > > > >>>>> --
> > > > > > > > > > > > >>>>> This message has been scanned for viruses and
> > > > > > > > > > > > >>>>> dangerous content by MailScanner, and is
> > > > > > > > > > > > >>>>> believed to be clean.
> > > > > > > > > > > > >>>>
> > > > > > > > > > > > >>>> --
> > > > > > > > > > > > >>>> WBR
> > > > > > > > > > > > >>>> Maxim aka solomax
> > > > > > > > > > > > >>>
> > > > > > > > > > > > >>> --
> > > > > > > > > > > > >>> This message has been scanned for viruses and
> > > > > > > > > > > > >>> dangerous content by MailScanner, and is
> > > > > > > > > > > > >>> believed to be clean.
> > > > > > > > > > > > >>
> > > > > > > > > > > > >> --
> > > > > > > > > > > > >> WBR
> > > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > > believed to be clean.
> > > > > > > > > > > >
> > > > > > > > > > > > Stephen Cottham
> > > > > > > > > > > > Group IT Manager (Associate)
> > > > > > > > > > > >
> > > > > > > > > > > > Robert Bird Group
> > > > > > > > > > > > Level 5, 333 Ann St
> > > > > > > > > > > > Brisbane, Queensland, 4000, Australia
> > > > > > > > > > > > Phone: +6173 319 2777 (AUS)
> > > > > > > > > > > > Phone: +44207 592 8000 (UK)
> > > > > > > > > > > > Fax: +6173 319 2799
> > > > > > > > > > > >
> > > > > > > > > > > > Mobile:  +61400 756 963 (AUS)
> > > > > > > > > > > > Mobile: +447900 918 616 (UK)
> > > > > > > > > > > > Web: www.robertbird.com
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > This email and any attachments are confidential and
> > > > > > > > > > > > may contain
> > > > > > > > >
> > > > > > > > > legally
> > > > > > > > >
> > > > > > > > > > > > privileged information or copyright material. Unless
> > > > > > > > > > > > expressly
> > > > > > > > >
> > > > > > > > > stated,
> > > > > > > > >
> > > > > > > > > > > > confidentiality and/or legal privilege is not
> > > > > > > > > > > > intended
> >
> > to
> >
> > > > be
> > > >
> > > > > > > > > > > > waived
> > > > > > > > >
> > > > > > > > > by
> > > > > > > > >
> > > > > > > > > > > the
> > > > > > > > > > >
> > > > > > > > > > > > sending of this email. The contents of this email,
> > > >
> > > > including
> > > >
> > > > > > > > > > > > any attachments, are intended solely for the use of
> > > > > > > > > > > > the individual or entity
> > > > > > > > > > >
> > > > > > > > > > > to
> > > > > > > > > > >
> > > > > > > > > > > > whom they are addressed. If you are not an intended
> > > > > > > > > > > > recipient, please contact us immediately by return
> >
> > email
> >
> > > > and
> > > >
> > > > > > > > > > > > then delete both messages. You may not otherwise
> > > > > > > > > > > > read, forward, copy, use or disclose this email or
> > > > > > > > > > > > any
> > > >
> > > > attachments.
> > > >
> > > > > > > > > > > > Any views expressed in this email are those of
> > > > > > > > >
> > > > > > > > > the
> > > > > > > > >
> > > > > > > > > > > individual
> > > > > > > > > > >
> > > > > > > > > > > > sender except where the sender expressly, and with
> > > >
> > > > authority,
> > > >
> > > > > > > > > > > > states otherwise. It is your responsibility to check
> >
> > any
> >
> > > > > > > > > > > > attachments for viruses or defects before opening or
> > > >
> > > > sending
> > > >
> > > > > > > > > > > > them on. None of the sender or its related entities
> > > > > > > > > > > > accepts any liability for any consequential damage
> > > > > > > > > > > > resulting from this email containing computer
> > > > > > > > > > > > viruses.
> > > > > > > > > > > >
> > > > > > > > > > > > Disclaimer added by CodeTwo Exchange Rules
> > > > > > > > > > > > http://www.codetwo.com
> > > > > > > > > > > >
> > > > > > > > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> > > >
> > > > LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5
> > > >
> > > > > > > > >kL zI 4M
> > > > > > > > >
> > > > > > > > > > >DA
> > > > > > > > > > >
> > > > > > > > > > > >u
> > > >
> > > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > > >
> > > > > > > > >nZ W5 lc
> > > > > > > > >
> > > > > > > > > > >mF
> > > > > > > > > > >
> > > > > > > > > > > >0
> > > >
> > > > ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4
> > > >
> > > > > > > > >+P iB WY
> > > > > > > > >
> > > > > > > > > > >Wx
> > > > > > > > > > >
> > > > > > > > > > > >1
> > > >
> > > > ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXN
> > > >
> > > > > > > > >zU ER GD
> > > > > > > > >
> > > > > > > > > > >Qo
> > > > > > > > > > >
> > > > > > > > > > > >+
> > > >
> > > > Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXh
> > > >
> > > > > > > > >pd FZ hb
> > > > > > > > >
> > > > > > > > > > >HV
> > > > > > > > > > >
> > > > > > > > > > > >l
> > > >
> > > > DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4
> > > >
> > > > > > > > >gV mF sd
> > > > > > > > >
> > > > > > > > > > >WU
> > > > > > > > > > >
> > > > > > > > > > > >6
> > > >
> > > > IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHk
> > > >
> > > > > > > > >yY ml 0b
> > > > > > > > >
> > > > > > > > > > >WF
> > > > > > > > > > >
> > > > > > > > > > > >w
> > > >
> > > > LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4
> > > >
> > > > > > > > >gO DU sI
> > > > > > > > >
> > > > > > > > > > >C1
> > > > > > > > > > >
> > > > > > > > > > > >z
> > > >
> > > > LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXR
> > > >
> > > > > > > > >pb md zL
> > > > > > > > >
> > > > > > > > > > >3d
> > > > > > > > > > >
> > > > > > > > > > > >l
> > > >
> > > > YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4
> > > >
> > > > > > > > >+P iA NC
> > > > > > > > >
> > > > > > > > > > >j4
> > > > > > > > > > >
> > > > > > > > > > > >+
> > > >
> > > > Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQ
> > > >
> > > > > > > > >yY jE 2M
> > > > > > > > >
> > > > > > > > > > >WE
> > > > > > > > > > >
> > > > > > > > > > > >u
> > > >
> > > > cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3B
> > > >
> > > > > > > > >lb m1 lZ
> > > > > > > > >
> > > > > > > > > > >XR
> > > > > > > > > > >
> > > > > > > > > > > >p
> > > >
> > > > bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg
> > > >
> > > > > > > > >0Y 2J jM
> > > > > > > > >
> > > > > > > > > > >mE
> > > > > > > > > > >
> > > > > > > > > > > >5
> > > >
> > > > YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1
> > > >
> > > > > > > > >lO g0 KP
> > > > > > > > >
> > > > > > > > > > >j4
> > > > > > > > > > >
> > > > > > > > > > > >+
> > > >
> > > > Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4
> > > >
> > > > > > > > >nd CB vc
> > > > > > > > >
> > > > > > > > > > >GV
> > > > > > > > > > >
> > > > > > > > > > > >u
> > > >
> > > > DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3M
> > > >
> > > > > > > > >vd 2V iY
> > > > > > > > >
> > > > > > > > > > >XB
> > > > > > > > > > >
> > > > > > > > > > > >w
> > > >
> > > > cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo
> > > >
> > > > > > > > >+P j4 +P
> > > > > > > > >
> > > > > > > > > > >j4
> > > > > > > > > > >
> > > > > > > > > > > >+
> > > >
> > > > IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTY
> > > >
> > > > > > > > >xY S5 wZ
> > > > > > > > >
> > > > > > > > > > >GY
> > > > > > > > > > >
> > > > > > > > > > > >n
> > > >
> > > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > > >
> > > > > > > > >nZ W5 lc
> > > > > > > > >
> > > > > > > > > > >mF
> > > > > > > > > > >
> > > > > > > > > > > >0
> > > >
> > > > ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGN
> > > >
> > > > > > > > >vd Wx kb
> > > > > > > > >
> > > > > > > > > > >id
> > > > > > > > > > >
> > > > > > > > > > > >0
> > > >
> > > > IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiA
> > > >
> > > > > > > > >NC j4 +P
> > > > > > > > >
> > > > > > > > > > >j4
> > > > > > > > > > >
> > > > > > > > > > > >+
> > > >
> > > > IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWl
> > > >
> > > > > > > > >zc 2l vb
> > > > > > > > >
> > > > > > > > > > >nM
> > > > > > > > > > >
> > > > > > > > > > > >u
> > > >
> > > > ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4
> > > >
> > > > > > > > >+I A0 KP
> > > > > > > > >
> > > > > > > > > > >j4
> > > > > > > > > > >
> > > > > > > > > > > >+
> > > >
> > > > IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXN
> > > >
> > > > > > > > >vb HZ lI
> > > > > > > > >
> > > > > > > > > > >HR
> > > > > > > > > > >
> > > > > > > > > > > >o
> > > >
> > > > aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4
> > > >
> > > > > > > > >gD Qo +P
> > > > > > > > >
> > > > > > > > > > >j4
> > > > > > > > > > >
> > > > > > > > > > > >+
> > > >
> > > > Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWV
> > > >
> > > > > > > > >zc 2F nZ
> > > > > > > > >
> > > > > > > > > > >SB
> > > > > > > > > > >
> > > > > > > > > > > >o
> > > >
> > > > YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXM
> > > >
> > > > > > > > >gY 29 ud
> > > > > > > > >
> > > > > > > > > > >GV
> > > > > > > > > > >
> > > > > > > > > > > >u
> > > >
> > > > dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGN
> > > >
> > > > > > > > >sZ WF uL
> > > > > > > > >
> > > > > > > > > > >g0
> > > > > > > > > > >
> > > > > > > > > > > >K
> > > >
> > > > Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5
> > > >
> > > > > > > > >uZ WQ gZ
> > > > > > > > >
> > > > > > > > > > >m9
> > > > > > > > > > >
> > > > > > > > > > > >y
> > > >
> > > > IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5
> > > >
> > > > > > > > >lc iw gY
> > > > > > > > >
> > > > > > > > > > >W5
> > > > > > > > > > >
> > > > > > > > > > > >k
> > > >
> > > > IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo
> > > >
> > > > > > > > >+P j4 +I
> > > > > > > > >
> > > > > > > > > > >Fd
> > > > > > > > > > >
> > > > > > > > > > > >C
> > > >
> > > > Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyB
> > > >
> > > > > > > > >tZ XN zY
> > > > > > > > >
> > > > > > > > > > >Wd
> > > > > > > > > > >
> > > > > > > > > > > >l
> > > >
> > > > IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGN
> > > >
> > > > > > > > >vb nR lb
> > > > > > > > >
> > > > > > > > > > >nQ
> > > > > > > > > > >
> > > > > > > > > > > >g
> > > >
> > > > YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0
> > > >
> > > > > > > > >KP j4 gD
> > > > > > > > >
> > > > > > > > > > >Qo
> > > > > > > > > > >
> > > > > > > > > > > >+
> > > >
> > > > PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiA
> > > >
> > > > > > > > >tL SA NC
> > > > > > > > >
> > > > > > > > > > >j4
> > > > > > > > > > >
> > > > > > > > > > > >g
> > > >
> > > > VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGR
> > > >
> > > > > > > > >hb md lc
> > > > > > > > >
> > > > > > > > > > >m9
> > > > > > > > > > >
> > > > > > > > > > > >1
> > > >
> > > > cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmU
> > > >
> > > > > > > > >gY 2x lY
> > > > > > > > >
> > > > > > > > > > >W4
> > > > > > > > > > >
> > > > > > > > > > > >u DQo+IA0K
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > believed to be clean.
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > WBR
> > > > > > > > > > Maxim aka solomax
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > believed to be clean.
> > > > > > > >
> > > > > > > > --
> > > > > > > > WBR
> > > > > > > > Maxim aka solomax
> > > >
> > > > --
> > > > This message has been scanned for viruses and
> > > > dangerous content by MailScanner, and is
> > > > believed to be clean.
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
>
> --
> WBR
> Maxim aka solomax



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: File upload troubles

Posted by Maxim Solodovnik <so...@gmail.com>.
build file was changed so OM is compiled OK using jdk 1.7 (class version is
still 1.6)

On Thu, Aug 2, 2012 at 12:06 AM, greenes <zu...@gmail.com> wrote:

> Hi,
>
> Maxim look at:
>
> [root@openmeetings ~]# java -version
>         > > > > > > > java version "1.7.0_05"
>
> ...but you know OpenMeetings works with
> Sun or Oracle Java 1.6...no?
>
> Alvaro
>
>
> ............
>
>
> El mié, 01-08-2012 a las 21:56 +0700, Maxim Solodovnik escribió:
> > I wrote you:
> >
> > "You need to remove ImageMagic installed with yum and build it from
> > sources"
> >
> > On Wed, Aug 1, 2012 at 6:55 PM, Dimitri Yioulos
> > <dy...@onpointfc.com> wrote:
> >         Hi, Alexei.
> >
> >         If you mean the Monday post by Maxim, where he asks:
> >
> >         what is the output of yum groupinstall "Office Suite
> >         and Productivity"
> >
> >         then, yes, I saw it and responded to it.  Here's what I wrote
> >         (most recent post
> >         first; again, sorry for the verbosity):
> >
> >
> >         1.  Apologies for the drips-and-drabs of information.  I just
> >         ran "java
> >         -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> >         faxcover.doc faxcover.pdf" at the command line (obviously, I
> >         guess), and it
> >         worked successfully.  So, why is file upload still failing?
> >
> >
> >
> >         2.  I ran yum groupinstall "Office Suite and Productivity",
> >         feeling there was
> >         nothing to lose.  Still no joy.  When I try to upload a file,
> >         I get the
> >         following errors:
> >
> >         Name: error
> >         Value: convert: unable to open image
> >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf':
> >         No such file or directory @ blob.c/OpenBlob/2480.
> >         convert: missing an image filename
> >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/_thumb_page-%04d.jpg'
> >         @ convert.c/ConvertImageCommand/2800.
> >
> >         Name: process
> >         Value: generateBatchThumbByWidth
> >         Name: exitValue
> >         Value: 0
> >         Name: process
> >         Value: processPDF
> >         Name: out
> >         Value:
> >         Name: exitValue
> >         Value: 1
> >         Name: command
> >         Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> >         poly2bitmap, -i, -j, 85, -s,
> >         zoom=72,
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf]
> >         Name: error
> >         Value: Error: Couldn't open
> >         file
> >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> >
> >         Name: process
> >         Value: generateSwf
> >
> >         ImageMagick is installed properly, afaik.  Is this a bug, or a
> >         misconfiguration
> >         on my part?
> >
> >
> >
> >         3.  Maxim,
> >
> >         Output of yum groupinstall "Office Suite and Productivity" is:
> >
> >         Installing:
> >          libreoffice-calc
> >          libreoffice-draw
> >          libreoffice-graphicfilter
> >          libreoffice-impress
> >          libreoffice-langpack-en
> >          libreoffice-math
> >          libreoffice-writer
> >          libreoffice-xsltfilter
> >         Installing for dependencies:
> >          libreoffice-pdfimport
> >          libreoffice-presenter-screen
> >          libwpd
> >          lpsolve
> >          mythes-en
> >
> >         Output of tail "FAX COVER SHEET.doc" is:
> >
> >         þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*
> >
> +,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> >         Entryÿÿÿÿÿÿÿÿ    ÀF É
> >
> >
> >         NljÍ5Data
> >         1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!
> >
> DocumentSummaryInformation8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ
> >         ÿÿÿÿ    ÀFMicrosoft Office Word Document
> >         MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> >
> PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> >
> >         (that's some weird stuff :-) ).
> >
> >         Output of ps -ef|grep office is:
> >
> >         [root@openmeetings ~]# ps -ef|grep office
> >         root      1587     1  0 Jul30 ?
> >         00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> >         --accept=socket,host=127.0.0.1,port=8100;urp;
> >         --nofirststartwizard
> >         root      1599  1587  0 Jul30 ?
> >         00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> >         --accept=socket,host=127.0.0.1,port=8100;urp;
> >         --nofirststartwizard
> >         root     16352 16270  0 07:25 pts/1    00:00:00 grep office
> >
> >
> >
> >         Does any of this information help you to help me?
> >
> >         Dimitri
> >
> >
> >         On Wednesday 01 August 2012 7:27:19 am Alexei Fedotov wrote:
> >         > Dimitri, have you noticed the message from Maxim
> >         > 01.08.2012 15:23 пользователь "Dimitri Yioulos"
> >         <dy...@onpointfc.com>
> >         >
> >         > написал:
> >         > > I sent some updated information yesterday regarding this
> >         issue.  Does
> >         > > anyone
> >         > > have any more ideas on how I can resolve this?  Your
> >         continued help would
> >         > > be
> >         > > appreciated.
> >         > >
> >         > > Many thanks.
> >         > >
> >         > > Dimitri
> >         > >
> >         > > On Tuesday 31 July 2012 9:00:53 am Dimitri Yioulos wrote:
> >         > > > Apologies for the drips-and-drabs of information.  I
> >         just
> >         > > > ran "java -jar
> >         > >
> >         >
> >         > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> >         > >
> >         > > > faxcover.doc faxcover.pdf" at the command line
> >         (obviously, I guess),
> >         > > > and
> >         > >
> >         > > it
> >         > >
> >         > > > worked successfully.  So, why is file upload still
> >         failing?
> >         > > >
> >         > > > Dimitri
> >         > > >
> >         > > > On Tuesday 31 July 2012 8:50:01 am Dimitri Yioulos
> >         wrote:
> >         > > > > I ran yum groupinstall "Office Suite and
> >         Productivity", feeling there
> >         > >
> >         > > was
> >         > >
> >         > > > > nothing to lose.  Still no joy.  When I try to upload
> >         a file, I get
> >         > > > > the following errors:
> >         > > > >
> >         > > > > Name: error
> >         > > > > Value: convert: unable to open image
> >         > >
> >         > >
> >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >         > >
> >         > > > >bd
> >         c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No
> >         such
> >         > > > > file
> >         > >
> >         > > or
> >         > >
> >         > > > > directory @ blob.c/OpenBlob/2480.
> >         > > > > convert: missing an image filename
> >         > >
> >         > >
> >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >         > >
> >         > > > >bd c964575ce968b9ca/_thumb_page-%04d.jpg' @
> >         > > > > convert.c/ConvertImageCommand/2800.
> >         > > > >
> >         > > > > Name: process
> >         > > > > Value: generateBatchThumbByWidth
> >         > > > > Name: exitValue
> >         > > > > Value: 0
> >         > > > > Name: process
> >         > > > > Value: processPDF
> >         > > > > Name: out
> >         > > > > Value:
> >         > > > > Name: exitValue
> >         > > > > Value: 1
> >         > > > > Name: command
> >         > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> >         poly2bitmap, -i,
> >         > >
> >         > > -j,
> >         > >
> >         > > > > 85, -s, zoom=72,
> >         > >
> >         >
> >         >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >         > >
> >         > > > >dc
> >         964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> >         > >
> >         >
> >         >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >         > >
> >         > > > >dc
> >         964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf] Name:
> >         error
> >         > > > > Value: Error: Couldn't open
> >         > > > > file
> >         > >
> >         > >
> >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >         > >
> >         > > > >bd
> >         c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> >         > > > >
> >         > > > > Name: process
> >         > > > > Value: generateSwf
> >         > > > >
> >         > > > > ImageMagick is installed properly, afaik.  Is this a
> >         bug, or a
> >         > > > > misconfiguration on my part?
> >         > > > >
> >         > > > > Dimitri
> >         > > > >
> >         > > > > On Tuesday 31 July 2012 7:24:20 am Dimitri Yioulos
> >         wrote:
> >         > > > > > Maxim,
> >         > > > > >
> >         > > > > > Output of yum groupinstall "Office Suite and
> >         Productivity" is:
> >         > > > > >
> >         > > > > > Installing:
> >         > > > > >  libreoffice-calc
> >         > > > > >  libreoffice-draw
> >         > > > > >  libreoffice-graphicfilter
> >         > > > > >  libreoffice-impress
> >         > > > > >  libreoffice-langpack-en
> >         > > > > >  libreoffice-math
> >         > > > > >  libreoffice-writer
> >         > > > > >  libreoffice-xsltfilter
> >         > > > > > Installing for dependencies:
> >         > > > > >  libreoffice-pdfimport
> >         > > > > >  libreoffice-presenter-screen
> >         > > > > >  libwpd
> >         > > > > >  lpsolve
> >         > > > > >  mythes-en
> >         > > > > >
> >         > > > > > Output of tail "FAX COVER SHEET.doc" is:
> >         > >
> >         > > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*
> >         +,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >         > >
> >         > > > > >ÿÿ ÿÿ
> >         > >
> >         > >
> >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >         > >
> >         > > > > >ÿÿ ÿÿÿ
> >         > >
> >         > >
> >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >         > >
> >         > > > > >ÿÿ ÿÿÿ
> >         > >
> >         > >
> >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >         > >
> >         > > > > >ÿÿ ÿÿÿ
> >         ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot Entryÿÿÿÿÿÿÿÿ
> >         > > > > > ÀF É
> >         > > > > >
> >         > > > > > NljÍ5Data
> >         > >
> >         > >
> >         1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!
> >         DocumentSum
> >         > >
> >         > > > > >ma ry
> >         > >
> >         > >
> >
> Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >         > >
> >         > > > > >ÿÿ ÿÿÿ
> >         > >
> >         > >
> >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >         > >
> >         > > > > >ÿÿ ÿÿÿ
> >         > >
> >         > >
> >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >         > >
> >         > > > > >ÿÿ ÿÿÿ
> >         > >
> >         > >
> >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >         > >
> >         > > > > >ÿÿ ÿÿÿ
> >         > >
> >         > >
> >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >         > >
> >         > > > > >ÿÿ ÿÿÿ
> >         > >
> >         > >
> >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >         > >
> >         > > > > >ÿÿ ÿÿÿ
> >         > >
> >         > >
> >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >         > >
> >         > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ
> >          ÀFMicrosoft Office
> >         > > > > > Word Document
> >         MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> >         > >
> >         > >
> >
> PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYP
> >         > >
> >         > > > > >uT TY PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> >         > > > > >
> >         > > > > > (that's some weird stuff :-) ).
> >         > > > > >
> >         > > > > > Output of ps -ef|grep office is:
> >         > > > > >
> >         > > > > > [root@openmeetings ~]# ps -ef|grep office
> >         > > > > > root      1587     1  0 Jul30 ?
> >         > > > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin
> >         --headless
> >         > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> >         --nofirststartwizard
> >         > >
> >         > > root
> >         > >
> >         > > > > >  1599  1587  0 Jul30 ?
> >         > > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin
> >         --headless
> >         > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> >         --nofirststartwizard
> >         > >
> >         > > root
> >         > >
> >         > > > > > 16352 16270  0 07:25 pts/1    00:00:00 grep office
> >         > > > > >
> >         > > > > > Dimitri
> >         > > > > >
> >         > > > > > On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik
> >         wrote:
> >         > > > > > > what is the output of
> >         > > > > > >
> >         > > > > > > *yum groupinstall* "*Office* Suite and
> >         Productivity"
> >         > > > > > >
> >         > > > > > > yum install openoffice.org-headless
> >         > > > > > >
> >         > > > > > > what is the output of (to ensure it is not
> >         file/permission
> >         > > > > > > problem) tail "FAX COVER SHEET.doc"
> >         > > > > > >
> >         > > > > > > can you check there is no office processes
> >         running?
> >         > > > > > > ps -ef|grep office
> >         > > > > > >
> >         > > > > > > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos
> >         > > > > >
> >         > > > > > <dy...@onpointfc.com>wrote:
> >         > > > > > > > Maxim,
> >         > > > > > > >
> >         > > > > > > > Followed the instructions in the link you
> >         provided, and now:
> >         > > > > > > >
> >         > > > > > > > [root@openmeetings ~]# java -version
> >         > > > > > > > java version "1.7.0_05"
> >         > > > > > > > Java(TM) SE Runtime Environment (build
> >         1.7.0_05-b06)
> >         > > > > > > > Java HotSpot(TM) Client VM (build 23.1-b03,
> >         mixed mode,
> >         > > > > > > > sharing)
> >         > > > > > > >
> >         > > > > > > > As you can see, I just upgraded the Java
> >         installation to the
> >         > > > > > > > very latest from
> >         > > > > > > > Oracle.  However, I still get:
> >         > > > > > > >
> >         > > > > > > > Exception in thread "main"
> >         > > > > > > >
> >         org.artofsolving.jodconverter.office.OfficeException:
> >         > > > > > > > could not load document: FAX COVER SHEET.doc
> >         > > > > > > > ~
> >         > > > > > > > Caused by:
> >         com.sun.star.lang.IllegalArgumentException: URL
> >         > > > > > > > seems
> >         > >
> >         > > to
> >         > >
> >         > > > > > > > be an unsupported one.
> >         > > > > > > > ~
> >         > > > > > > >
> >         > > > > > > > I think I'm infuriatingly close to getting this
> >         to work.  Your
> >         > >
> >         > > (and
> >         > >
> >         > > > > > > > others) continuing assistance much appreciated.
> >         > > > > > > >
> >         > > > > > > > Dimitri
> >         > > > > > > >
> >         > > > > > > > On Monday 30 July 2012 3:17:49 pm Maxim
> >         Solodovnik wrote:
> >         > > > > > > > > please follow the link I have sent you
> >         > > > > > > > > you need to install alternative _before_ you
> >         can configure it
> >         > > > > > > > >
> >         > > > > > > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri
> >         Yioulos
> >         > > > > > > >
> >         > > > > > > > <dy...@onpointfc.com>wrote:
> >         > > > > > > > > > Thanks, Stephen.  Here's what I get:
> >         > > > > > > > > >
> >         > > > > > > > > > [root@openmeetings ~]# alternatives --config
> >         java
> >         > > > > > > > > >
> >         > > > > > > > > > There is 1 program that provides 'java'.
> >         > > > > > > > > >
> >         > > > > > > > > >   Selection    Command
> >         > > > > > > > > >
> >         -----------------------------------------------
> >         > > > > > > > > > *+ 1
> >           /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> >         > > > > > > > > >
> >         > > > > > > > > > Enter to keep the current selection[+], or
> >         type selection
> >         > > > > > > > > > number:
> >         > > > > > > > > >
> >         > > > > > > > > > Oh, oh.  I don't even see the Oracle
> >         version.  But, I
> >         > >
> >         > > installed
> >         > >
> >         > > > > > > > > > the
> >         > > > > > > >
> >         > > > > > > > JRE,
> >         > > > > > > >
> >         > > > > > > > > > not the
> >         > > > > > > > > > JDK.  Might that be the rub?
> >         > > > > > > > > >
> >         > > > > > > > > > Dimitri
> >         > > > > > > > > >
> >         > > > > > > > > > On Monday 30 July 2012 3:03:57 pm Stephen
> >         Cottham wrote:
> >         > > > > > > > > > > For java try
> >         > > > > > > > > > >
> >         > > > > > > > > > > update-java-alternatives
> >         > > > > > > > > > >
> >         > > > > > > > > > > Or
> >         > > > > > > > > > >
> >         > > > > > > > > > > alternatives --config java
> >         > > > > > > > > > >
> >         > > > > > > > > > > Should show you all java's installed and
> >         allow you to
> >         > >
> >         > > change
> >         > >
> >         > > > > > > > > > > the default.
> >         > > > > > > > > > >
> >         > > > > > > > > > > Sent from my iPhone
> >         > > > > > > > > > >
> >         > > > > > > > > > > On 30 Jul 2012, at 19:58, "Dimitri
> >         Yioulos"
> >         > > > > > > > > > > <dy...@onpointfc.com>
> >         > > > > > > > > >
> >         > > > > > > > > > wrote:
> >         > > > > > > > > > > > Maxim,
> >         > > > > > > > > > > >
> >         > > > > > > > > > > > I'm not quite sure how to proceed.
> >          First, I just
> >         > >
> >         > > installed
> >         > >
> >         > > > > > > > > > > > parts
> >         > > > > > > >
> >         > > > > > > > of
> >         > > > > > > >
> >         > > > > > > > > > > > libreoffice:
> >         > > > > > > > > > > >
> >         > > > > > > > > > > > libreoffice-headless-3.4.5.2-16.el6.i686
> >         > > > > > > > > > > >
> >         libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> >         > > > > > > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> >         > > > > > > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> >         > > > > > > > > > > >
> >         > > > > > > > > > > > Should I do a "yum groupinstall
> >         libreoffice"?
> >         > > > > > > > > > > >
> >         > > > > > > > > > > > Next, I'm not sure how to open my doc.
> >          This is a
> >         > > > > > > > > > > > server install
> >         > > > > > > >
> >         > > > > > > > and,
> >         > > > > > > >
> >         > > > > > > > > > so,
> >         > > > > > > > > >
> >         > > > > > > > > > > > there is no Xwindow/desktop system
> >         installed.
> >         > > > > > > > > > > >
> >         > > > > > > > > > > > Finally, how do I get the Oracle java to
> >         be the
> >         > > > > > > > > > > > default?
> >         > >
> >         > >  I
> >         > >
> >         > > > > > > > > > > > do have the following in /etc/profile so
> >         that the
> >         > > > > > > > > > > > proper java be loaded at boot (I think):
> >         > > > > > > > > > > >
> >         > > > > > > > > > > > export
> >         JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> >         > > > > > > > > > > > export PATH=
> >         $PATH:/usr/java/jdk1.7.0_04/bin
> >         > > > > > > > > > > >
> >         > > > > > > > > > > > Dimitri
> >         > > > > > > > > > > >
> >         > > > > > > > > > > > On Monday 30 July 2012 2:47:04 pm Maxim
> >         Solodovnik wrote:
> >         > > > > > > > > > > >> Yes you could :)
> >         > > > > > > > > > > >> According to this:
> >         > >
> >         > >
> >
> http://stackoverflow.com/questions/8420449/docsplit-jodconverter-op
> >         > >
> >         > > > > > > >en of f
> >         > > > > > > >
> >         > > > > > > > > > > >>ice -issue-on-debian
> >         > > > > > > > > > > >>
> >         > > > > > > > > > > >> can you ensure you have
> >         writer/calc/impress installed
> >         > >
> >         > > (by
> >         > >
> >         > > > > > > > > > > >> opening your doc for example)
> >         > > > > > > > > > > >>
> >         > > > > > > > > > > >> were you install your libreoffice via
> >         yum
> >         > > > > > > > > > > >> groupinstall?
> >         > > > > > > > > > > >>
> >         > > > > > > > > > > >> I would recommend you to have Oracle
> >         java as default
> >         > > > > > > > > > > >> one There are some weird issued with
> >          OpenJDK.
> >         > > > > > > > > > > >>
> >         > > > > > > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM,
> >         Dimitri Yioulos
> >         > > > > > > > > > > >
> >         > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> >         > > > > > > > > > > >>> Let me take the easy part first:
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>> [root@openmeetings ~]# java -version
> >         > > > > > > > > > > >>> java version "1.7.0_05-icedtea"
> >         > > > > > > > > > > >>> OpenJDK Runtime Environment
> >         (rhel-2.2.1.el6_3-i386)
> >         > > > > > > > > > > >>> OpenJDK Client VM (build 23.0-b21,
> >         mixed mode)
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>> Now, the thing of it is, even though I
> >         installed the
> >         > > > > > > > > > > >>> Sun/Oracle version, when I
> >         > > > > > > > > > > >>> installed some other component
> >         (libreoffice, I think,
> >         > >
> >         > > but
> >         > >
> >         > > > > > > > > > > >>> I
> >         > > > > > > >
> >         > > > > > > > forget
> >         > > > > > > >
> >         > > > > > > > > > > >>> exactly what), a dependency that was
> >         installed was
> >         > > > > > > > > > > >>> OpenJDK.
> >         > > > > > > >
> >         > > > > > > >  Hmmm.
> >         > > > > > > >
> >         > > > > > > > > > > >>> I tried to do the following conversion
> >         at the command
> >         > > > > > > > > > > >>> line:
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>> java -jar
> >         > > > > > > > > >
> >         > > > > > > > >
> >         > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> >         > > > > > > > > >r
> >         > > > > > > > > >
> >         > > > > > > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>> It failed.  I got:
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>> Exception in thread "main"
> >         > > > > > > > > > > >>>
> >         org.artofsolving.jodconverter.office.OfficeException:
> >         > > > > > > > > > > >>> could not load document: FAX COVER
> >         SHEET.doc
> >         > > > > > > > > > > >>> ~
> >         > > > > > > > > > > >>> Caused by:
> >         > > > > > > > > > > >>>
> >         com.sun.star.lang.IllegalArgumentException: URL seems
> >         > > > > > > >
> >         > > > > > > > to
> >         > > > > > > >
> >         > > > > > > > > > be
> >         > > > > > > > > >
> >         > > > > > > > > > > >>> an unsupported one.
> >         > > > > > > > > > > >>> ~
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>> I can convert MS Word docs, can't I?
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>> Dimitri
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>> On Monday 30 July 2012 2:27:56 pm
> >         Maxim Solodovnik
> >         > >
> >         > > wrote:
> >         > > > > > > > > > > >>>> Please try to stop it and run jod
> >         converter via
> >         > > > > > > > > > > >>>> commandline (jod
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>> converter
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>> will start libreoffice automatically)
> >         > > > > > > > > > > >>>> also please check your java version?
> >         > > > > > > > > > > >>>>
> >         > > > > > > > > > > >>>>
> >         > > > > > > > > > > >>>> java
> >         -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> >         > > > > > > > > > > >>>>
> >         -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> >         > > > > > > > > > > >>>>
> >         -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> >         > > > > > > > > > > >>>>
> >         -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> >         > > > > > > > > > > >>>>
> >         -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar
> >         > >
> >         > > -cp
> >         > >
> >         > > > > > > > > > >
> >         >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
> >         > > > > > > > > > > >>>>
> >         -cp /usr/local/jodconverter/lib/json-20090211.jar
> >         > > > > > > > > > > >>>> -cp
> >         > >
> >         > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4
> >         > >
> >         > > > > > > > > > > >>>>.j ar -jar
> >         > > > > > > >
> >         > > > > > >
> >         > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> >         > >
> >         >
> >         > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >         > >
> >         > > > > > > > > >e1 8e 94 e7
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>b1 78
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>
> >         4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc
> >         > > > > > > > > > > >>>> 1a.pdf
> >         > > > > > > > > > > >>>>
> >         > > > > > > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM,
> >         Dimitri Yioulos
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>> <dy...@onpointfc.com>wrote:
> >         > > > > > > > > > > >>>>> Thanks to both Maxim and Alexsei for
> >         your
> >         > > > > > > > > > > >>>>> responses. CentOS
> >         > > > > > > >
> >         > > > > > > > 6.x
> >         > > > > > > >
> >         > > > > > > > > > > >>>>> (and,
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>> by
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>> extension, I'd guess, RHEL 6.x) no
> >         longer use
> >         > > > > > > > > > > >>>>> openoffice but,
> >         > > > > > > > > >
> >         > > > > > > > > > rather,
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>>> libreoffice.  libreoffice-headless
> >         is installed,
> >         > > > > > > > > > > >>>>> and
> >         > >
> >         > > is
> >         > >
> >         > > > > > > > > > > >>>>> running as
> >         > > > > > > > > >
> >         > > > > > > > > > a
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>>> service:
> >         > > > > > > > > > > >>>>>
> >         > > > > > > > > > > >>>>> tcp        0      0 127.0.0.1:8100
> >         > > > > > > > > > > >>>>> 0.0.0.0:* LISTEN
> >          13514/soffice.bin
> >         > > > > > > > > > > >>>>>
> >         > > > > > > > > > > >>>>> started with:
> >         > > > > > > > > > > >>>>>
> >         > > > > > > > > > > >>>>> soffice --headless
> >         > > > > > > > > > > >>>>>
> >         --accept="socket,host=127.0.0.1,port=8100;urp;"
> >         > > > > > > > > > > >>>>> --nofirststartwizard
> >         > > > > > > > > > > >>>>>
> >         > > > > > > > > > > >>>>> Dimitri
> >         > > > > > > > > > > >>>>>
> >         > > > > > > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm
> >         Alexei Fedotov
> >         > >
> >         > > wrote:
> >         > > > > > > > > > > >>>>>> It says, URL seems to be
> >         unsupported.
> >         > > > > > > > > > > >>>>>>
> >         > > > > > > > > > > >>>>>> The class which produces it is
> >         under com.sun, so
> >         > > > > > > > > > > >>>>>> the problem
> >         > > > > > > >
> >         > > > > > > > may
> >         > > > > > > >
> >         > > > > > > > > > be
> >         > > > > > > > > >
> >         > > > > > > > > > > >>> in
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>> the
> >         > > > > > > > > > > >>>>>
> >         > > > > > > > > > > >>>>>> old OpenOffice version
> >         > > > > > > > > > > >>>>>> 30.07.2012 21:54 пользователь
> >         "Dimitri Yioulos"
> >         > > > > > > > > > > >>>>>> <dy...@onpointfc.com>
> >         > > > > > > > > > > >>>>>>
> >         > > > > > > > > > > >>>>>> написал:
> >         > > > > > > > > > > >>>>>>> Hello to all.
> >         > > > > > > > > > > >>>>>>>
> >         > > > > > > > > > > >>>>>>> I'm not new to Openmeetings,
> >         having originally
> >         > > > > > > > > > > >>>>>>> installed and tried
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>> it
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>> at
> >         > > > > > > > > > > >>>>>
> >         > > > > > > > > > > >>>>>>> least a
> >         > > > > > > > > > > >>>>>>> couple of years ago.  Thanks to
> >         Sabastian Wgner
> >         > > > > > > > > > > >>>>>>> for having created it, and to
> >         > > > > > > > > > > >>>>>>> Apache for taking the project
> >         forward.
> >         > > > > > > > > > > >>>>>>>
> >         > > > > > > > > > > >>>>>>> I've installed version 2.0.0 on a
> >         CentOS 6.2
> >         > >
> >         > > server.
> >         > >
> >         > > > > > > > > > > >>>>>>> All of the prerequisites
> >         > > > > > > > > > > >>>>>>> are installed, and Openmeetings
> >         works well.  With
> >         > >
> >         > > the
> >         > >
> >         > > > > > > > exception
> >         > > > > > > >
> >         > > > > > > > > > > >>>>>>> of file uploading, that is.  After
> >         figuring out
> >         > > > > > > > > > > >>>>>>> the paths of the
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>> various
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> components required to make file
> >         uploading work,
> >         > >
> >         > > I'm
> >         > >
> >         > > > > > > > > > > >>>>>>> finally
> >         > > > > > > >
> >         > > > > > > > at
> >         > > > > > > >
> >         > > > > > > > > > > >>>>>>> a point where I'm stuck.
> >         > > > > > > > > > > >>>>>>> When I try to upload a file, I get
> >         the following
> >         > > > > > > > > > > >>>>>>> (it's
> >         > > > > > > >
> >         > > > > > > > verbose;
> >         > > > > > > >
> >         > > > > > > > > > > >>>>>>> I apologize):
> >         > > > > > > > > > > >>>>>>>
> >         > > > > > > > > > > >>>>>>> Name: out
> >         > > > > > > > > > > >>>>>>> Value:
> >         > > > > > > > > > > >>>>>>> Name: exitValue
> >         > > > > > > > > > > >>>>>>> Value: 1
> >         > > > > > > > > > > >>>>>>> Name: command
> >         > > > > > > > > > > >>>>>>> Value:
> >         > > > > > > > > > > >>>>>>> [java, -cp,
> >         > > > > > > > > > >
> >         >>>>>>> /usr/local/jodconverter/lib/juh-3.2.1.jar, -cp,
> >         > > > > > > > > > >
> >         >>>>>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
> >         > > > > > > > > > >
> >         >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
> >         > > > > > > > > > >
> >         >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
> >         > > > > > > > > > >
> >         >>>>>>> /usr/local/jodconverter/lib/commons-cli-1.1.jar,
> >         > >
> >         > > -cp,
> >         > >
> >         > > > > > > > > > >
> >         >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar,
> >         > >
> >         > > -cp,
> >         > >
> >         > > > > > > > > > >
> >         >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar,
> >         > > > > > > > > > > >>>>>>> -cp,
> >         > >
> >         > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> >         > >
> >         > > > > > > > > > > >>>>>>>a- 4. ja r, -jar,
> >         > >
> >         > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> >         > >
> >         > > > > > > > > > > >>>>>>>a- 4. ja r,
> >         > >
> >         >
> >         > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> >         > >
> >         > > > > > > > > >b4 94 e1 8e
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>94
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> >         > >
> >         >
> >         > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >         > >
> >         > > > > > > > > >e1 8e 94 e7
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>b1
> >         > >
> >         > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> >         > >
> >         > > > > > > > > > > >>>>>>>f] Name: error Value: Jul 30, 2012
> >         1:18:25 PM
> >         > >
> >         > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> >         > >
> >         > > > > > > > > > > >>>>>>>eM an ag er INFO: ProcessManager
> >         implementation is
> >         > > > > > > > > > > >>>>>>> LinuxProcessManager Jul 30, 2012
> >         1:18:26 PM
> >         > > > > > > > > > > >>>>>>>
> >         org.artofsolving.jodconverter.office.OfficeProces
> >
> >         > > > > > > > > > > >>>>>>>s start INFO: starting process with
> >         > > > > > > > > > > >>>>>>> acceptString
> >         > > > > > > > > > > >>>>>>>
> >         'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> >         > > > > > > >
> >         > > > > > > > and
> >         > > > > > > >
> >         > > > > > > > > > > >>>>>>> profileDir
> >         > > > > > > >
> >         > > > > > > >
> >         '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> >         > > > > > > >
> >         > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> >         > > > > > > > > > > >>>>>>>
> >         org.artofsolving.jodconverter.office.OfficeProces
> >
> >         > > > > > > > > > > >>>>>>>s start INFO: started process; pid
> >         = 13986 Jul 30,
> >         > > > > > > > > > > >>>>>>> 2012 1:18:26 PM
> >         > >
> >         > > org.artofsolving.jodconverter.office.OfficeConnection
> >         > >
> >         > > > > > > > > > > >>>>>>> connect
> >         > > > > > > > > > > >>>>>>> INFO: connected:
> >         > > > > > > >
> >         > > > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> >         > > > > > > >
> >         > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> >         > >
> >         > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> >         > >
> >         > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopping
> >         > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> >         > >
> >         > > org.artofsolving.jodconverter.office.OfficeConnection
> >         > >
> >         > > > > > > > > > > >>>>>>>$1 disposing
> >         > > > > > > > > > > >>>>>>> INFO: disconnected:
> >         > > > > > > > > > > >>>>>>>
> >         'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> >         > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> >         > >
> >         > > org.artofsolving.jodconverter.office.ManagedOfficePro
> >         > >
> >         > > > > > > > > > > >>>>>>>ce ss doEnsureProcessExited
> >         > > > > > > > > > > >>>>>>> INFO: process exited with code 0
> >         > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> >         > >
> >         > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> >         > >
> >         > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopped
> >         > > > > > > > > > > >>>>>>> Exception in thread "main"
> >         > >
> >         > > org.artofsolving.jodconverter.office.OfficeException:
> >         > > > > > > > > > > >>>>>>> could not load document:
> >         > > > > > > > > > > >>>>>>>
> >         5b494e18e94e7b1784cbc2a9b42b161a.doc at
> >         > >
> >         > >
> >         org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> >         > >
> >         > > > > > > > > >nt (A bs tr
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>ac
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> tConversionTask.java:92) at
> >         > >
> >         > >
> >         org.artofsolving.jodconverter.AbstractConversionTask.execute(Ab
> >         > >
> >         > > > > > > > > >st ra ct Co
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>nv
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> ersionTask.java:59) at
> >         > >
> >         > > org.artofsolving.jodconverter.office.PooledOfficeManager
> >         $2.run(
> >         > >
> >         > > > > > > > > >Po ol ed Of
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>fi
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> ceManager.java:80) at
> >         > >
> >         > > java.util.concurrent.Executors
> >         $RunnableAdapter.call(Executors.java:
> >         > > > > > > > > > > >>>47
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> 1) at
> >         > > > > > > >
> >         > > > > > > > java.util.concurrent.FutureTask
> >         $Sync.innerRun(FutureTask.java:3
> >         > > > > > > >
> >         > > > > > > > > > > >>>>>>>34 ) at
> >         > > > > > > >
> >         > > > > > > >
> >         java.util.concurrent.FutureTask.run(FutureTask.java:166)
> >         > > > > > > >
> >         > > > > > > > > > > >>>>>>> at
> >         > >
> >         > >
> >         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe
> >         > >
> >         > > > > > > > > >cu to r. ja
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>va
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> :1110) at
> >         > >
> >         > > java.util.concurrent.ThreadPoolExecutor
> >         $Worker.run(ThreadPoolEx
> >         > >
> >         > > > > > > > > >ec ut or .j
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>av
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> a:603) at
> >         java.lang.Thread.run(Thread.java:722)
> >         > > > > > > > > > > >>>>>>> Caused by:
> >         > > > > > > > > > > >>>>>>>
> >         com.sun.star.lang.IllegalArgumentException: URL
> >         > >
> >         > > seems
> >         > >
> >         > > > > > > > > > > >>>>>>> to be
> >         > > > > > > > > > > >>>>>
> >         > > > > > > > > > > >>>>> an
> >         > > > > > > > > > > >>>>>
> >         > > > > > > > > > > >>>>>>> unsupported one.
> >         > > > > > > > > > > >>>>>>>        at
> >         > >
> >         > >
> >         com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRa
> >         > >
> >         > > > > > > > > >is ed Ex ce
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>pt
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> ion(Job.java:177) at
> >         > > > > > > >
> >         > > > > > > >
> >         com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> >         > > > > > > >
> >         > > > > > > > > > > >>>>>>>43 ) at
> >         > >
> >         > >
> >         com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> >         > >
> >         > > > > > > > > >e. ja va
> >         > > > > > > > > >
> >         > > > > > > > > >:3
> >         > > > > > > > > >:
> >         > > > > > > > > > > >>>35
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> ) at
> >         > >
> >         > >
> >         com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> >         > >
> >         > > > > > > > > >e. ja va
> >         > > > > > > > > >
> >         > > > > > > > > >:3
> >         > > > > > > > > >:
> >         > > > > > > > > > > >>>04
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> ) at
> >         > >
> >         > >
> >         com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(J
> >         > >
> >         > > > > > > > > >av aT hr ea
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>dP
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> ool.java:91) at
> >         > >
> >         > >
> >         com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sen
> >         > >
> >         > > > > > > > > >dR eq ue st
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>(j
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> ava_remote_bridge.java:639) at
> >         > >
> >         > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory
> >         $Handler.r
> >         > >
> >         > > > > > > > > >eq ue st (P
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>ro
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> xyFactory.java:151) at
> >         > >
> >         > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory
> >         $Handler.i
> >         > >
> >         > > > > > > > > >nv ok e( Pr
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>ox
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> yFactory.java:133) at
> >         > > > > > > > > > > >>>>>>>
> >         $Proxy4.loadComponentFromURL(Unknown
> >         > > > > > > > > >
> >         > > > > > > > > > Source)
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>>>>>        at
> >         > >
> >         > >
> >         org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> >         > >
> >         > > > > > > > > >nt (A bs tr
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>ac
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> tConversionTask.java:90) ... 8
> >         more
> >         > > > > > > > > > > >>>>>>>
> >         > > > > > > > > > > >>>>>>> Name: process
> >         > > > > > > > > > > >>>>>>> Value: doJodConvert
> >         > > > > > > > > > > >>>>>>> Name: exitValue
> >         > > > > > > > > > > >>>>>>> Value: 0
> >         > > > > > > > > > > >>>>>>> Name: command
> >         > > > > > > > > > > >>>>>>> Value:
> >         > > > > > > > > > > >>>>>>> Name: completeName
> >         > > > > > > > > > > >>>>>>> Value:
> >         > >
> >         >
> >         > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> >         > >
> >         > > > > > > > > >b4 94 e1 8e
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>94
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> >         > > > > > > > > > > >>>>>>> Value:
> >         > > > > > > > > > > >>>>>>> Name: fileExplorerItemId
> >         > > > > > > > > > > >>>>>>> Value: 7
> >         > > > > > > > > > > >>>>>>> Name: process
> >         > > > > > > > > > > >>>>>>> Value:
> >         > > > > > > > > > > >>>>>>> Name: exitValue
> >         > > > > > > > > > > >>>>>>> Value: 0
> >         > > > > > > > > > > >>>>>>> Name: process
> >         > > > > > > > > > > >>>>>>> Value: generateXMLDocument
> >         > > > > > > > > > > >>>>>>> Name: out
> >         > > > > > > > > > > >>>>>>> Value:
> >         > > > > > > > > > > >>>>>>> Name: exitValue
> >         > > > > > > > > > > >>>>>>> Value: 1
> >         > > > > > > > > > > >>>>>>> Name: command
> >         > > > > > > > > > > >>>>>>> Value: [/usr/bin/convert,
> >         -thumbnail,
> >         > > > > > > > > > > >>>>>>> 80,
> >         > >
> >         >
> >         > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >         > >
> >         > > > > > > > > >e1 8e 94 e7
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>b1
> >         > >
> >         > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> >         > >
> >         > > > > > > > > > > >>>>>>>f,
> >         > >
> >         >
> >         > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >         > >
> >         > > > > > > > > >e1 8e 94 e7
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>b1
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%
> >         04d.jpg] Name:
> >         > > > > > > > > > > >>>>>>> error Value: convert: unable to
> >         open image
> >         > >
> >         > >
> >         `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> >         > >
> >         > > > > > > > > >4e 18 e9 4e
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>7b
> >         > >
> >         > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> >         > >
> >         > > > > > > > > > > >>>>>>>df ': No such
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>> file
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>> or
> >         > > > > > > > > > > >>>>>
> >         > > > > > > > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> >         > > > > > > > > > > >>>>>>> convert: missing an image filename
> >         > >
> >         > >
> >         `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> >         > >
> >         > > > > > > > > >4e 18 e9 4e
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>7b
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%
> >         04d.jpg' @
> >         > > > > > > > > > > >>>>>>>
> >         convert.c/ConvertImageCommand/2800.
> >         > > > > > > > > > > >>>>>>>
> >         > > > > > > > > > > >>>>>>> Name: process
> >         > > > > > > > > > > >>>>>>> Value: generateBatchThumbByWidth
> >         > > > > > > > > > > >>>>>>> Name: exitValue
> >         > > > > > > > > > > >>>>>>> Value: 0
> >         > > > > > > > > > > >>>>>>> Name: process
> >         > > > > > > > > > > >>>>>>> Value: processPDF
> >         > > > > > > > > > > >>>>>>> Name: out
> >         > > > > > > > > > > >>>>>>> Value:
> >         > > > > > > > > > > >>>>>>> Name: exitValue
> >         > > > > > > > > > > >>>>>>> Value: 1
> >         > > > > > > > > > > >>>>>>> Name: command
> >         > > > > > > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf,
> >         -s, insertstop,
> >         > > > > > > > > > > >>>>>>> -s, poly2bitmap,
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>> -i,
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>> -j,
> >         > > > > > > > > > > >>>>>
> >         > > > > > > > > > > >>>>>>> 85, -s,
> >         > > > > > > > > > > >>>>>>> zoom=72,
> >         > >
> >         >
> >         > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >         > >
> >         > > > > > > > > >e1 8e 94 e7
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>b1
> >         > >
> >         > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> >         > >
> >         > > > > > > > > > > >>>>>>>f,
> >         > >
> >         >
> >         > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >         > >
> >         > > > > > > > > >e1 8e 94 e7
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>b1
> >         > >
> >         > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.sw
> >         > >
> >         > > > > > > > > > > >>>>>>>f] Name: error
> >         > > > > > > > > > > >>>>>>>
> >         > > > > > > > > > > >>>>>>> Value: Error: Couldn't open
> >         > > > > > > > > > > >>>>>>> file
> >         > >
> >         > >
> >         '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> >         > >
> >         > > > > > > > > >4e 18 e9 4e
> >         > > > > > > > > >
> >         > > > > > > > > > > >>>7b
> >         > >
> >         > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> >         > >
> >         > > > > > > > > > > >>>>>>>df '
> >         > > > > > > > > > > >>>>>>>
> >         > > > > > > > > > > >>>>>>> Name: process
> >         > > > > > > > > > > >>>>>>> Value: generateSwf
> >         > > > > > > > > > > >>>>>>>
> >         > > > > > > > > > > >>>>>>> So, it looks like a file couldn't
> >         be opened.  The
> >         > > > > > > > > > > >>>>>>> file is
> >         > > > > > > >
> >         > > > > > > > owner
> >         > > > > > > >
> >         > > > > > > > > > > >>>>>>> by
> >         > > > > > > > > > > >>>>>
> >         > > > > > > > > > > >>>>> root,
> >         > > > > > > > > > > >>>>>
> >         > > > > > > > > > > >>>>>>> and has
> >         > > > > > > > > > > >>>>>>> 644 permissions.  Are these set by
> >         jodconverter?
> >         > > > > > > > > > > >>>>>>> Anyway,
> >         > > > > > > >
> >         > > > > > > > does
> >         > > > > > > >
> >         > > > > > > > > > > >>> anyone
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>>>>>> know how
> >         > > > > > > > > > > >>>>>>> I can resolve this issue?
> >         > > > > > > > > > > >>>>>>>
> >         > > > > > > > > > > >>>>>>> Many thanks.
> >         > > > > > > > > > > >>>>>>>
> >         > > > > > > > > > > >>>>>>> Dimitri
> >         > > > > > > > > > > >>>>>>>
> >         > > > > > > > > > > >>>>>>> --
> >         > > > > > > > > > > >>>>>>> This message has been scanned for
> >         viruses and
> >         > > > > > > > > > > >>>>>>> dangerous content by MailScanner,
> >         and is
> >         > > > > > > > > > > >>>>>>> believed to be clean.
> >         > > > > > > > > > > >>>>>
> >         > > > > > > > > > > >>>>> --
> >         > > > > > > > > > > >>>>> This message has been scanned for
> >         viruses and
> >         > > > > > > > > > > >>>>> dangerous content by MailScanner,
> >         and is
> >         > > > > > > > > > > >>>>> believed to be clean.
> >         > > > > > > > > > > >>>>
> >         > > > > > > > > > > >>>> --
> >         > > > > > > > > > > >>>> WBR
> >         > > > > > > > > > > >>>> Maxim aka solomax
> >         > > > > > > > > > > >>>
> >         > > > > > > > > > > >>> --
> >         > > > > > > > > > > >>> This message has been scanned for
> >         viruses and
> >         > > > > > > > > > > >>> dangerous content by MailScanner, and
> >         is
> >         > > > > > > > > > > >>> believed to be clean.
> >         > > > > > > > > > > >>
> >         > > > > > > > > > > >> --
> >         > > > > > > > > > > >> WBR
> >         > > > > > > > > > > >> Maxim aka solomax
> >         > > > > > > > > > > >
> >         > > > > > > > > > > > --
> >         > > > > > > > > > > > This message has been scanned for
> >         viruses and
> >         > > > > > > > > > > > dangerous content by MailScanner, and is
> >         > > > > > > > > > > > believed to be clean.
> >         > > > > > > > > > >
> >         > > > > > > > > > > Stephen Cottham
> >         > > > > > > > > > > Group IT Manager (Associate)
> >         > > > > > > > > > >
> >         > > > > > > > > > > Robert Bird Group
> >         > > > > > > > > > > Level 5, 333 Ann St
> >         > > > > > > > > > > Brisbane, Queensland, 4000, Australia
> >         > > > > > > > > > > Phone: +6173 319 2777 (AUS)
> >         > > > > > > > > > > Phone: +44207 592 8000 (UK)
> >         > > > > > > > > > > Fax: +6173 319 2799
> >         > > > > > > > > > >
> >         > > > > > > > > > > Mobile:  +61400 756 963 (AUS)
> >         > > > > > > > > > > Mobile: +447900 918 616 (UK)
> >         > > > > > > > > > > Web: www.robertbird.com
> >         > > > > > > > > > >
> >         > > > > > > > > > >
> >         > > > > > > > > > > This email and any attachments are
> >         confidential and may
> >         > > > > > > > > > > contain
> >         > > > > > > >
> >         > > > > > > > legally
> >         > > > > > > >
> >         > > > > > > > > > > privileged information or copyright
> >         material. Unless
> >         > > > > > > > > > > expressly
> >         > > > > > > >
> >         > > > > > > > stated,
> >         > > > > > > >
> >         > > > > > > > > > > confidentiality and/or legal privilege is
> >         not intended to
> >         > >
> >         > > be
> >         > >
> >         > > > > > > > > > > waived
> >         > > > > > > >
> >         > > > > > > > by
> >         > > > > > > >
> >         > > > > > > > > > the
> >         > > > > > > > > >
> >         > > > > > > > > > > sending of this email. The contents of
> >         this email,
> >         > >
> >         > > including
> >         > >
> >         > > > > > > > > > > any attachments, are intended solely for
> >         the use of the
> >         > > > > > > > > > > individual or entity
> >         > > > > > > > > >
> >         > > > > > > > > > to
> >         > > > > > > > > >
> >         > > > > > > > > > > whom they are addressed. If you are not an
> >         intended
> >         > > > > > > > > > > recipient, please contact us immediately
> >         by return email
> >         > >
> >         > > and
> >         > >
> >         > > > > > > > > > > then delete both messages. You may not
> >         otherwise read,
> >         > > > > > > > > > > forward, copy, use or disclose this email
> >         or any
> >         > >
> >         > > attachments.
> >         > >
> >         > > > > > > > > > > Any views expressed in this email are
> >         those of
> >         > > > > > > >
> >         > > > > > > > the
> >         > > > > > > >
> >         > > > > > > > > > individual
> >         > > > > > > > > >
> >         > > > > > > > > > > sender except where the sender expressly,
> >         and with
> >         > >
> >         > > authority,
> >         > >
> >         > > > > > > > > > > states otherwise. It is your
> >         responsibility to check any
> >         > > > > > > > > > > attachments for viruses or defects before
> >         opening or
> >         > >
> >         > > sending
> >         > >
> >         > > > > > > > > > > them on. None of the sender or its related
> >         entities
> >         > > > > > > > > > > accepts any liability for any
> >         consequential damage
> >         > > > > > > > > > > resulting from this email containing
> >         computer viruses.
> >         > > > > > > > > > >
> >         > > > > > > > > > > Disclaimer added by CodeTwo Exchange Rules
> >         > > > > > > > > > > http://www.codetwo.com
> >         > > > > > > > > > >
> >         > > > > > > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> >         > >
> >         > > LSUwNGQuanBnJyBADQo+Pj4+Pj4
> >         +IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5
> >         > >
> >         > > > > > > >kL zI 4M
> >         > > > > > > >
> >         > > > > > > > > >DA
> >         > > > > > > > > >
> >         > > > > > > > > > >u
> >         > >
> >         > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4
> >         +IFZhbHVlOiB
> >         > >
> >         > > > > > > >nZ W5 lc
> >         > > > > > > >
> >         > > > > > > > > >mF
> >         > > > > > > > > >
> >         > > > > > > > > > >0
> >         > >
> >         > > ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4
> >         +IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4
> >         > >
> >         > > > > > > >+P iB WY
> >         > > > > > > >
> >         > > > > > > > > >Wx
> >         > > > > > > > > >
> >         > > > > > > > > > >1
> >         > >
> >         > > ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4
> >         +IFZhbHVlOiBwcm9jZXN
> >         > >
> >         > > > > > > >zU ER GD
> >         > > > > > > >
> >         > > > > > > > > >Qo
> >         > > > > > > > > >
> >         > > > > > > > > > >+
> >         > >
> >         > > Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4
> >         +Pj4gTmFtZTogZXh
> >         > >
> >         > > > > > > >pd FZ hb
> >         > > > > > > >
> >         > > > > > > > > >HV
> >         > > > > > > > > >
> >         > > > > > > > > > >l
> >         > >
> >         > > DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4
> >         +IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4
> >         > >
> >         > > > > > > >gV mF sd
> >         > > > > > > >
> >         > > > > > > > > >WU
> >         > > > > > > > > >
> >         > > > > > > > > > >6
> >         > >
> >         > >
> >
> IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHk
> >         > >
> >         > > > > > > >yY ml 0b
> >         > > > > > > >
> >         > > > > > > > > >WF
> >         > > > > > > > > >
> >         > > > > > > > > > >w
> >         > >
> >         > > LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4
> >         +PiANCj4+Pj4+Pj4
> >         > >
> >         > > > > > > >gO DU sI
> >         > > > > > > >
> >         > > > > > > > > >C1
> >         > > > > > > > > >
> >         > > > > > > > > > >z
> >         > >
> >         > > LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4
> >         +IC91c3IvbG9jYWwvb3Blbm1lZXR
> >         > >
> >         > > > > > > >pb md zL
> >         > > > > > > >
> >         > > > > > > > > >3d
> >         > > > > > > > > >
> >         > > > > > > > > > >l
> >         > >
> >         > >
> >
> YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4
> >         > >
> >         > > > > > > >+P iA NC
> >         > > > > > > >
> >         > > > > > > > > >j4
> >         > > > > > > > > >
> >         > > > > > > > > > >+
> >         > >
> >         > > Pj4
> >         +Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQ
> >         > >
> >         > > > > > > >yY jE 2M
> >         > > > > > > >
> >         > > > > > > > > >WE
> >         > > > > > > > > >
> >         > > > > > > > > > >u
> >         > >
> >         > > cGRmLA0KPj4+IA0KPj4
> >         +IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3B
> >         > >
> >         > > > > > > >lb m1 lZ
> >         > > > > > > >
> >         > > > > > > > > >XR
> >         > > > > > > > > >
> >         > > > > > > > > > >p
> >         > >
> >         > > bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4
> >         +Pj4+Pj4gNzg
> >         > >
> >         > > > > > > >0Y 2J jM
> >         > > > > > > >
> >         > > > > > > > > >mE
> >         > > > > > > > > >
> >         > > > > > > > > > >5
> >         > >
> >         > >
> >
> YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1
> >         > >
> >         > > > > > > >lO g0 KP
> >         > > > > > > >
> >         > > > > > > > > >j4
> >         > > > > > > > > >
> >         > > > > > > > > > >+
> >         > >
> >         > > Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4
> >         +Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4
> >         > >
> >         > > > > > > >nd CB vc
> >         > > > > > > >
> >         > > > > > > > > >GV
> >         > > > > > > > > >
> >         > > > > > > > > > >u
> >         > >
> >         > > DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4
> >         +PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3M
> >         > >
> >         > > > > > > >vd 2V iY
> >         > > > > > > >
> >         > > > > > > > > >XB
> >         > > > > > > > > >
> >         > > > > > > > > > >w
> >         > >
> >         > >
> >         cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo
> >         +Pj4gDQo
> >         > >
> >         > > > > > > >+P j4 +P
> >         > > > > > > >
> >         > > > > > > > > >j4
> >         > > > > > > > > >
> >         > > > > > > > > > >+
> >         > >
> >         > >
> >
> IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTY
> >         > >
> >         > > > > > > >xY S5 wZ
> >         > > > > > > >
> >         > > > > > > > > >GY
> >         > > > > > > > > >
> >         > > > > > > > > > >n
> >         > >
> >         > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4
> >         +IFZhbHVlOiB
> >         > >
> >         > > > > > > >nZ W5 lc
> >         > > > > > > >
> >         > > > > > > > > >mF
> >         > > > > > > > > >
> >         > > > > > > > > > >0
> >         > >
> >         > > ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4
> >         +Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGN
> >         > >
> >         > > > > > > >vd Wx kb
> >         > > > > > > >
> >         > > > > > > > > >id
> >         > > > > > > > > >
> >         > > > > > > > > > >0
> >         > >
> >         > > IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4
> >         +IGJ5DQo+Pj4+PiA
> >         > >
> >         > > > > > > >NC j4 +P
> >         > > > > > > >
> >         > > > > > > > > >j4
> >         > > > > > > > > >
> >         > > > > > > > > > >+
> >         > >
> >         > > IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4
> >         +PiA2NDQgcGVybWl
> >         > >
> >         > > > > > > >zc 2l vb
> >         > > > > > > >
> >         > > > > > > > > >nM
> >         > > > > > > > > >
> >         > > > > > > > > > >u
> >         > >
> >         > >
> >
> ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4
> >         > >
> >         > > > > > > >+I A0 KP
> >         > > > > > > >
> >         > > > > > > > > >j4
> >         > > > > > > > > >
> >         > > > > > > > > > >+
> >         > >
> >         > > IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4
> >         +PiBJIGNhbiByZXN
> >         > >
> >         > > > > > > >vb HZ lI
> >         > > > > > > >
> >         > > > > > > > > >HR
> >         > > > > > > > > >
> >         > > > > > > > > > >o
> >         > >
> >         > > aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4
> >         +PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4
> >         > >
> >         > > > > > > >gD Qo +P
> >         > > > > > > >
> >         > > > > > > > > >j4
> >         > > > > > > > > >
> >         > > > > > > > > > >+
> >         > >
> >         > > Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4
> >         +IFRoaXMgbWV
> >         > >
> >         > > > > > > >zc 2F nZ
> >         > > > > > > >
> >         > > > > > > > > >SB
> >         > > > > > > > > >
> >         > > > > > > > > > >o
> >         > >
> >         > > YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4
> >         +PiBkYW5nZXJvdXM
> >         > >
> >         > > > > > > >gY 29 ud
> >         > > > > > > >
> >         > > > > > > > > >GV
> >         > > > > > > > > >
> >         > > > > > > > > > >u
> >         > >
> >         > > dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4
> >         +IGJlbGlldmVkIHRvIGJlIGN
> >         > >
> >         > > > > > > >sZ WF uL
> >         > > > > > > >
> >         > > > > > > > > >g0
> >         > > > > > > > > >
> >         > > > > > > > > > >K
> >         > >
> >         > > Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4
> >         +Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5
> >         > >
> >         > > > > > > >uZ WQ gZ
> >         > > > > > > >
> >         > > > > > > > > >m9
> >         > > > > > > > > >
> >         > > > > > > > > > >y
> >         > >
> >         > > IHZpcnVzZXMgYW5kDQo+Pj4
> >         +PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5
> >         > >
> >         > > > > > > >lc iw gY
> >         > > > > > > >
> >         > > > > > > > > >W5
> >         > > > > > > > > >
> >         > > > > > > > > > >k
> >         > >
> >         > > IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo
> >         +Pj4+IC0tDQo
> >         > >
> >         > > > > > > >+P j4 +I
> >         > > > > > > >
> >         > > > > > > > > >Fd
> >         > > > > > > > > >
> >         > > > > > > > > > >C
> >         > >
> >         > > Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo
> >         +Pj4gVGhpcyB
> >         > >
> >         > > > > > > >tZ XN zY
> >         > > > > > > >
> >         > > > > > > > > >Wd
> >         > > > > > > > > >
> >         > > > > > > > > > >l
> >         > >
> >         > > IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo
> >         +Pj4gZGFuZ2Vyb3VzIGN
> >         > >
> >         > > > > > > >vb nR lb
> >         > > > > > > >
> >         > > > > > > > > >nQ
> >         > > > > > > > > >
> >         > > > > > > > > > >g
> >         > >
> >         > > YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4
> >         +IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0
> >         > >
> >         > > > > > > >KP j4 gD
> >         > > > > > > >
> >         > > > > > > > > >Qo
> >         > > > > > > > > >
> >         > > > > > > > > > >+
> >         > >
> >         > > PiAtLQ0KPj4gV0JSDQo
> >         +PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiA
> >         > >
> >         > > > > > > >tL SA NC
> >         > > > > > > >
> >         > > > > > > > > >j4
> >         > > > > > > > > >
> >         > > > > > > > > > >g
> >         > >
> >         > >
> >
> VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGR
> >         > >
> >         > > > > > > >hb md lc
> >         > > > > > > >
> >         > > > > > > > > >m9
> >         > > > > > > > > >
> >         > > > > > > > > > >1
> >         > >
> >         > >
> >
> cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmU
> >         > >
> >         > > > > > > >gY 2x lY
> >         > > > > > > >
> >         > > > > > > > > >W4
> >         > > > > > > > > >
> >         > > > > > > > > > >u DQo+IA0K
> >         > > > > > > > > >
> >         > > > > > > > > > --
> >         > > > > > > > > > This message has been scanned for viruses
> >         and
> >         > > > > > > > > > dangerous content by MailScanner, and is
> >         > > > > > > > > > believed to be clean.
> >         > > > > > > > >
> >         > > > > > > > > --
> >         > > > > > > > > WBR
> >         > > > > > > > > Maxim aka solomax
> >         > > > > > > >
> >         > > > > > > > --
> >         > > > > > > > This message has been scanned for viruses and
> >         > > > > > > > dangerous content by MailScanner, and is
> >         > > > > > > > believed to be clean.
> >         > > > > > >
> >         > > > > > > --
> >         > > > > > > WBR
> >         > > > > > > Maxim aka solomax
> >         > >
> >         > > --
> >         > > This message has been scanned for viruses and
> >         > > dangerous content by MailScanner, and is
> >         > > believed to be clean.
> >
> >
> >
> >         --
> >         This message has been scanned for viruses and
> >         dangerous content by MailScanner, and is
> >         believed to be clean.
> >
> >
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
>
>


-- 
WBR
Maxim aka solomax

Re: File upload troubles

Posted by greenes <zu...@gmail.com>.
Hi,

Maxim look at:

[root@openmeetings ~]# java -version
        > > > > > > > java version "1.7.0_05"

...but you know OpenMeetings works with
Sun or Oracle Java 1.6...no?

Alvaro


............


El mié, 01-08-2012 a las 21:56 +0700, Maxim Solodovnik escribió:
> I wrote you: 
> 
> "You need to remove ImageMagic installed with yum and build it from
> sources"
> 
> On Wed, Aug 1, 2012 at 6:55 PM, Dimitri Yioulos
> <dy...@onpointfc.com> wrote:
>         Hi, Alexei.
>         
>         If you mean the Monday post by Maxim, where he asks:
>         
>         what is the output of yum groupinstall "Office Suite
>         and Productivity" 
>         
>         then, yes, I saw it and responded to it.  Here's what I wrote
>         (most recent post
>         first; again, sorry for the verbosity):
>         
>         
>         1.  Apologies for the drips-and-drabs of information.  I just
>         ran "java
>         -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
>         faxcover.doc faxcover.pdf" at the command line (obviously, I
>         guess), and it
>         worked successfully.  So, why is file upload still failing?
>         
>         
>         
>         2.  I ran yum groupinstall "Office Suite and Productivity",
>         feeling there was
>         nothing to lose.  Still no joy.  When I try to upload a file,
>         I get the
>         following errors:
>         
>         Name: error
>         Value: convert: unable to open image
>         `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf':
>         No such file or directory @ blob.c/OpenBlob/2480.
>         convert: missing an image filename
>         `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/_thumb_page-%04d.jpg'
>         @ convert.c/ConvertImageCommand/2800.
>         
>         Name: process
>         Value: generateBatchThumbByWidth
>         Name: exitValue
>         Value: 0
>         Name: process
>         Value: processPDF
>         Name: out
>         Value:
>         Name: exitValue
>         Value: 1
>         Name: command
>         Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
>         poly2bitmap, -i, -j, 85, -s,
>         zoom=72, /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf, /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf]
>         Name: error
>         Value: Error: Couldn't open
>         file
>         '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
>         
>         Name: process
>         Value: generateSwf
>         
>         ImageMagick is installed properly, afaik.  Is this a bug, or a
>         misconfiguration
>         on my part?
>         
>         
>         
>         3.  Maxim,
>         
>         Output of yum groupinstall "Office Suite and Productivity" is:
>         
>         Installing:
>          libreoffice-calc
>          libreoffice-draw
>          libreoffice-graphicfilter
>          libreoffice-impress
>          libreoffice-langpack-en
>          libreoffice-math
>          libreoffice-writer
>          libreoffice-xsltfilter
>         Installing for dependencies:
>          libreoffice-pdfimport
>          libreoffice-presenter-screen
>          libwpd
>          lpsolve
>          mythes-en
>         
>         Output of tail "FAX COVER SHEET.doc" is:
>         
>         þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*
>         +,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
>         Entryÿÿÿÿÿÿÿÿ    ÀF É
>         
>                              
>         NljÍ5Data
>         1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!
>         DocumentSummaryInformation8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ
>         ÿÿÿÿ    ÀFMicrosoft Office Word Document
>         MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
>         PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
>         
>         (that's some weird stuff :-) ).
>         
>         Output of ps -ef|grep office is:
>         
>         [root@openmeetings ~]# ps -ef|grep office
>         root      1587     1  0 Jul30 ?        
>         00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
>         --accept=socket,host=127.0.0.1,port=8100;urp;
>         --nofirststartwizard
>         root      1599  1587  0 Jul30 ?        
>         00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
>         --accept=socket,host=127.0.0.1,port=8100;urp;
>         --nofirststartwizard
>         root     16352 16270  0 07:25 pts/1    00:00:00 grep office
>         
>         
>         
>         Does any of this information help you to help me?
>         
>         Dimitri
>         
>         
>         On Wednesday 01 August 2012 7:27:19 am Alexei Fedotov wrote:
>         > Dimitri, have you noticed the message from Maxim
>         > 01.08.2012 15:23 пользователь "Dimitri Yioulos"
>         <dy...@onpointfc.com>
>         >
>         > написал:
>         > > I sent some updated information yesterday regarding this
>         issue.  Does
>         > > anyone
>         > > have any more ideas on how I can resolve this?  Your
>         continued help would
>         > > be
>         > > appreciated.
>         > >
>         > > Many thanks.
>         > >
>         > > Dimitri
>         > >
>         > > On Tuesday 31 July 2012 9:00:53 am Dimitri Yioulos wrote:
>         > > > Apologies for the drips-and-drabs of information.  I
>         just
>         > > > ran "java -jar
>         > >
>         >
>         > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
>         > >
>         > > > faxcover.doc faxcover.pdf" at the command line
>         (obviously, I guess),
>         > > > and
>         > >
>         > > it
>         > >
>         > > > worked successfully.  So, why is file upload still
>         failing?
>         > > >
>         > > > Dimitri
>         > > >
>         > > > On Tuesday 31 July 2012 8:50:01 am Dimitri Yioulos
>         wrote:
>         > > > > I ran yum groupinstall "Office Suite and
>         Productivity", feeling there
>         > >
>         > > was
>         > >
>         > > > > nothing to lose.  Still no joy.  When I try to upload
>         a file, I get
>         > > > > the following errors:
>         > > > >
>         > > > > Name: error
>         > > > > Value: convert: unable to open image
>         > >
>         > >
>         `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
>         > >
>         > > > >bd
>         c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No
>         such
>         > > > > file
>         > >
>         > > or
>         > >
>         > > > > directory @ blob.c/OpenBlob/2480.
>         > > > > convert: missing an image filename
>         > >
>         > >
>         `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
>         > >
>         > > > >bd c964575ce968b9ca/_thumb_page-%04d.jpg' @
>         > > > > convert.c/ConvertImageCommand/2800.
>         > > > >
>         > > > > Name: process
>         > > > > Value: generateBatchThumbByWidth
>         > > > > Name: exitValue
>         > > > > Value: 0
>         > > > > Name: process
>         > > > > Value: processPDF
>         > > > > Name: out
>         > > > > Value:
>         > > > > Name: exitValue
>         > > > > Value: 1
>         > > > > Name: command
>         > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
>         poly2bitmap, -i,
>         > >
>         > > -j,
>         > >
>         > > > > 85, -s, zoom=72,
>         > >
>         >
>         > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
>         > >
>         > > > >dc
>         964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
>         > >
>         >
>         > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
>         > >
>         > > > >dc
>         964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf] Name:
>         error
>         > > > > Value: Error: Couldn't open
>         > > > > file
>         > >
>         > >
>         '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
>         > >
>         > > > >bd
>         c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
>         > > > >
>         > > > > Name: process
>         > > > > Value: generateSwf
>         > > > >
>         > > > > ImageMagick is installed properly, afaik.  Is this a
>         bug, or a
>         > > > > misconfiguration on my part?
>         > > > >
>         > > > > Dimitri
>         > > > >
>         > > > > On Tuesday 31 July 2012 7:24:20 am Dimitri Yioulos
>         wrote:
>         > > > > > Maxim,
>         > > > > >
>         > > > > > Output of yum groupinstall "Office Suite and
>         Productivity" is:
>         > > > > >
>         > > > > > Installing:
>         > > > > >  libreoffice-calc
>         > > > > >  libreoffice-draw
>         > > > > >  libreoffice-graphicfilter
>         > > > > >  libreoffice-impress
>         > > > > >  libreoffice-langpack-en
>         > > > > >  libreoffice-math
>         > > > > >  libreoffice-writer
>         > > > > >  libreoffice-xsltfilter
>         > > > > > Installing for dependencies:
>         > > > > >  libreoffice-pdfimport
>         > > > > >  libreoffice-presenter-screen
>         > > > > >  libwpd
>         > > > > >  lpsolve
>         > > > > >  mythes-en
>         > > > > >
>         > > > > > Output of tail "FAX COVER SHEET.doc" is:
>         > >
>         > > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*
>         +,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>         > >
>         > > > > >ÿÿ ÿÿ
>         > >
>         > >
>         ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>         > >
>         > > > > >ÿÿ ÿÿÿ
>         > >
>         > >
>         ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>         > >
>         > > > > >ÿÿ ÿÿÿ
>         > >
>         > >
>         ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>         > >
>         > > > > >ÿÿ ÿÿÿ
>         ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot Entryÿÿÿÿÿÿÿÿ
>         > > > > > ÀF É
>         > > > > >
>         > > > > > NljÍ5Data
>         > >
>         > >
>         1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!
>         DocumentSum
>         > >
>         > > > > >ma ry
>         > >
>         > >
>         Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>         > >
>         > > > > >ÿÿ ÿÿÿ
>         > >
>         > >
>         ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>         > >
>         > > > > >ÿÿ ÿÿÿ
>         > >
>         > >
>         ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>         > >
>         > > > > >ÿÿ ÿÿÿ
>         > >
>         > >
>         ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>         > >
>         > > > > >ÿÿ ÿÿÿ
>         > >
>         > >
>         ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>         > >
>         > > > > >ÿÿ ÿÿÿ
>         > >
>         > >
>         ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>         > >
>         > > > > >ÿÿ ÿÿÿ
>         > >
>         > >
>         ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>         > >
>         > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ
>          ÀFMicrosoft Office
>         > > > > > Word Document
>         MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
>         > >
>         > >
>         PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYP
>         > >
>         > > > > >uT TY PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
>         > > > > >
>         > > > > > (that's some weird stuff :-) ).
>         > > > > >
>         > > > > > Output of ps -ef|grep office is:
>         > > > > >
>         > > > > > [root@openmeetings ~]# ps -ef|grep office
>         > > > > > root      1587     1  0 Jul30 ?
>         > > > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin
>         --headless
>         > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
>         --nofirststartwizard
>         > >
>         > > root
>         > >
>         > > > > >  1599  1587  0 Jul30 ?
>         > > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin
>         --headless
>         > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
>         --nofirststartwizard
>         > >
>         > > root
>         > >
>         > > > > > 16352 16270  0 07:25 pts/1    00:00:00 grep office
>         > > > > >
>         > > > > > Dimitri
>         > > > > >
>         > > > > > On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik
>         wrote:
>         > > > > > > what is the output of
>         > > > > > >
>         > > > > > > *yum groupinstall* "*Office* Suite and
>         Productivity"
>         > > > > > >
>         > > > > > > yum install openoffice.org-headless
>         > > > > > >
>         > > > > > > what is the output of (to ensure it is not
>         file/permission
>         > > > > > > problem) tail "FAX COVER SHEET.doc"
>         > > > > > >
>         > > > > > > can you check there is no office processes
>         running?
>         > > > > > > ps -ef|grep office
>         > > > > > >
>         > > > > > > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos
>         > > > > >
>         > > > > > <dy...@onpointfc.com>wrote:
>         > > > > > > > Maxim,
>         > > > > > > >
>         > > > > > > > Followed the instructions in the link you
>         provided, and now:
>         > > > > > > >
>         > > > > > > > [root@openmeetings ~]# java -version
>         > > > > > > > java version "1.7.0_05"
>         > > > > > > > Java(TM) SE Runtime Environment (build
>         1.7.0_05-b06)
>         > > > > > > > Java HotSpot(TM) Client VM (build 23.1-b03,
>         mixed mode,
>         > > > > > > > sharing)
>         > > > > > > >
>         > > > > > > > As you can see, I just upgraded the Java
>         installation to the
>         > > > > > > > very latest from
>         > > > > > > > Oracle.  However, I still get:
>         > > > > > > >
>         > > > > > > > Exception in thread "main"
>         > > > > > > >
>         org.artofsolving.jodconverter.office.OfficeException:
>         > > > > > > > could not load document: FAX COVER SHEET.doc
>         > > > > > > > ~
>         > > > > > > > Caused by:
>         com.sun.star.lang.IllegalArgumentException: URL
>         > > > > > > > seems
>         > >
>         > > to
>         > >
>         > > > > > > > be an unsupported one.
>         > > > > > > > ~
>         > > > > > > >
>         > > > > > > > I think I'm infuriatingly close to getting this
>         to work.  Your
>         > >
>         > > (and
>         > >
>         > > > > > > > others) continuing assistance much appreciated.
>         > > > > > > >
>         > > > > > > > Dimitri
>         > > > > > > >
>         > > > > > > > On Monday 30 July 2012 3:17:49 pm Maxim
>         Solodovnik wrote:
>         > > > > > > > > please follow the link I have sent you
>         > > > > > > > > you need to install alternative _before_ you
>         can configure it
>         > > > > > > > >
>         > > > > > > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri
>         Yioulos
>         > > > > > > >
>         > > > > > > > <dy...@onpointfc.com>wrote:
>         > > > > > > > > > Thanks, Stephen.  Here's what I get:
>         > > > > > > > > >
>         > > > > > > > > > [root@openmeetings ~]# alternatives --config
>         java
>         > > > > > > > > >
>         > > > > > > > > > There is 1 program that provides 'java'.
>         > > > > > > > > >
>         > > > > > > > > >   Selection    Command
>         > > > > > > > > >
>         -----------------------------------------------
>         > > > > > > > > > *+ 1
>           /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
>         > > > > > > > > >
>         > > > > > > > > > Enter to keep the current selection[+], or
>         type selection
>         > > > > > > > > > number:
>         > > > > > > > > >
>         > > > > > > > > > Oh, oh.  I don't even see the Oracle
>         version.  But, I
>         > >
>         > > installed
>         > >
>         > > > > > > > > > the
>         > > > > > > >
>         > > > > > > > JRE,
>         > > > > > > >
>         > > > > > > > > > not the
>         > > > > > > > > > JDK.  Might that be the rub?
>         > > > > > > > > >
>         > > > > > > > > > Dimitri
>         > > > > > > > > >
>         > > > > > > > > > On Monday 30 July 2012 3:03:57 pm Stephen
>         Cottham wrote:
>         > > > > > > > > > > For java try
>         > > > > > > > > > >
>         > > > > > > > > > > update-java-alternatives
>         > > > > > > > > > >
>         > > > > > > > > > > Or
>         > > > > > > > > > >
>         > > > > > > > > > > alternatives --config java
>         > > > > > > > > > >
>         > > > > > > > > > > Should show you all java's installed and
>         allow you to
>         > >
>         > > change
>         > >
>         > > > > > > > > > > the default.
>         > > > > > > > > > >
>         > > > > > > > > > > Sent from my iPhone
>         > > > > > > > > > >
>         > > > > > > > > > > On 30 Jul 2012, at 19:58, "Dimitri
>         Yioulos"
>         > > > > > > > > > > <dy...@onpointfc.com>
>         > > > > > > > > >
>         > > > > > > > > > wrote:
>         > > > > > > > > > > > Maxim,
>         > > > > > > > > > > >
>         > > > > > > > > > > > I'm not quite sure how to proceed.
>          First, I just
>         > >
>         > > installed
>         > >
>         > > > > > > > > > > > parts
>         > > > > > > >
>         > > > > > > > of
>         > > > > > > >
>         > > > > > > > > > > > libreoffice:
>         > > > > > > > > > > >
>         > > > > > > > > > > > libreoffice-headless-3.4.5.2-16.el6.i686
>         > > > > > > > > > > >
>         libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
>         > > > > > > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
>         > > > > > > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
>         > > > > > > > > > > >
>         > > > > > > > > > > > Should I do a "yum groupinstall
>         libreoffice"?
>         > > > > > > > > > > >
>         > > > > > > > > > > > Next, I'm not sure how to open my doc.
>          This is a
>         > > > > > > > > > > > server install
>         > > > > > > >
>         > > > > > > > and,
>         > > > > > > >
>         > > > > > > > > > so,
>         > > > > > > > > >
>         > > > > > > > > > > > there is no Xwindow/desktop system
>         installed.
>         > > > > > > > > > > >
>         > > > > > > > > > > > Finally, how do I get the Oracle java to
>         be the
>         > > > > > > > > > > > default?
>         > >
>         > >  I
>         > >
>         > > > > > > > > > > > do have the following in /etc/profile so
>         that the
>         > > > > > > > > > > > proper java be loaded at boot (I think):
>         > > > > > > > > > > >
>         > > > > > > > > > > > export
>         JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
>         > > > > > > > > > > > export PATH=
>         $PATH:/usr/java/jdk1.7.0_04/bin
>         > > > > > > > > > > >
>         > > > > > > > > > > > Dimitri
>         > > > > > > > > > > >
>         > > > > > > > > > > > On Monday 30 July 2012 2:47:04 pm Maxim
>         Solodovnik wrote:
>         > > > > > > > > > > >> Yes you could :)
>         > > > > > > > > > > >> According to this:
>         > >
>         > >
>         http://stackoverflow.com/questions/8420449/docsplit-jodconverter-op
>         > >
>         > > > > > > >en of f
>         > > > > > > >
>         > > > > > > > > > > >>ice -issue-on-debian
>         > > > > > > > > > > >>
>         > > > > > > > > > > >> can you ensure you have
>         writer/calc/impress installed
>         > >
>         > > (by
>         > >
>         > > > > > > > > > > >> opening your doc for example)
>         > > > > > > > > > > >>
>         > > > > > > > > > > >> were you install your libreoffice via
>         yum
>         > > > > > > > > > > >> groupinstall?
>         > > > > > > > > > > >>
>         > > > > > > > > > > >> I would recommend you to have Oracle
>         java as default
>         > > > > > > > > > > >> one There are some weird issued with
>          OpenJDK.
>         > > > > > > > > > > >>
>         > > > > > > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM,
>         Dimitri Yioulos
>         > > > > > > > > > > >
>         > > > > > > > > > > > <dy...@onpointfc.com>wrote:
>         > > > > > > > > > > >>> Let me take the easy part first:
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>> [root@openmeetings ~]# java -version
>         > > > > > > > > > > >>> java version "1.7.0_05-icedtea"
>         > > > > > > > > > > >>> OpenJDK Runtime Environment
>         (rhel-2.2.1.el6_3-i386)
>         > > > > > > > > > > >>> OpenJDK Client VM (build 23.0-b21,
>         mixed mode)
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>> Now, the thing of it is, even though I
>         installed the
>         > > > > > > > > > > >>> Sun/Oracle version, when I
>         > > > > > > > > > > >>> installed some other component
>         (libreoffice, I think,
>         > >
>         > > but
>         > >
>         > > > > > > > > > > >>> I
>         > > > > > > >
>         > > > > > > > forget
>         > > > > > > >
>         > > > > > > > > > > >>> exactly what), a dependency that was
>         installed was
>         > > > > > > > > > > >>> OpenJDK.
>         > > > > > > >
>         > > > > > > >  Hmmm.
>         > > > > > > >
>         > > > > > > > > > > >>> I tried to do the following conversion
>         at the command
>         > > > > > > > > > > >>> line:
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>> java -jar
>         > > > > > > > > >
>         > > > > > > > >
>         > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
>         > > > > > > > > >r
>         > > > > > > > > >
>         > > > > > > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>> It failed.  I got:
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>> Exception in thread "main"
>         > > > > > > > > > > >>>
>         org.artofsolving.jodconverter.office.OfficeException:
>         > > > > > > > > > > >>> could not load document: FAX COVER
>         SHEET.doc
>         > > > > > > > > > > >>> ~
>         > > > > > > > > > > >>> Caused by:
>         > > > > > > > > > > >>>
>         com.sun.star.lang.IllegalArgumentException: URL seems
>         > > > > > > >
>         > > > > > > > to
>         > > > > > > >
>         > > > > > > > > > be
>         > > > > > > > > >
>         > > > > > > > > > > >>> an unsupported one.
>         > > > > > > > > > > >>> ~
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>> I can convert MS Word docs, can't I?
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>> Dimitri
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>> On Monday 30 July 2012 2:27:56 pm
>         Maxim Solodovnik
>         > >
>         > > wrote:
>         > > > > > > > > > > >>>> Please try to stop it and run jod
>         converter via
>         > > > > > > > > > > >>>> commandline (jod
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>> converter
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>> will start libreoffice automatically)
>         > > > > > > > > > > >>>> also please check your java version?
>         > > > > > > > > > > >>>>
>         > > > > > > > > > > >>>>
>         > > > > > > > > > > >>>> java
>         -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
>         > > > > > > > > > > >>>>
>         -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
>         > > > > > > > > > > >>>>
>         -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
>         > > > > > > > > > > >>>>
>         -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
>         > > > > > > > > > > >>>>
>         -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar
>         > >
>         > > -cp
>         > >
>         > > > > > > > > > >
>         >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
>         > > > > > > > > > > >>>>
>         -cp /usr/local/jodconverter/lib/json-20090211.jar
>         > > > > > > > > > > >>>> -cp
>         > >
>         > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4
>         > >
>         > > > > > > > > > > >>>>.j ar -jar
>         > > > > > > >
>         > > > > > >
>         > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
>         > >
>         >
>         > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
>         > >
>         > > > > > > > > >e1 8e 94 e7
>         > > > > > > > > >
>         > > > > > > > > > > >>>b1 78
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>
>         4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc
>         > > > > > > > > > > >>>> 1a.pdf
>         > > > > > > > > > > >>>>
>         > > > > > > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM,
>         Dimitri Yioulos
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>> <dy...@onpointfc.com>wrote:
>         > > > > > > > > > > >>>>> Thanks to both Maxim and Alexsei for
>         your
>         > > > > > > > > > > >>>>> responses. CentOS
>         > > > > > > >
>         > > > > > > > 6.x
>         > > > > > > >
>         > > > > > > > > > > >>>>> (and,
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>> by
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>> extension, I'd guess, RHEL 6.x) no
>         longer use
>         > > > > > > > > > > >>>>> openoffice but,
>         > > > > > > > > >
>         > > > > > > > > > rather,
>         > > > > > > > > >
>         > > > > > > > > > > >>>>> libreoffice.  libreoffice-headless
>         is installed,
>         > > > > > > > > > > >>>>> and
>         > >
>         > > is
>         > >
>         > > > > > > > > > > >>>>> running as
>         > > > > > > > > >
>         > > > > > > > > > a
>         > > > > > > > > >
>         > > > > > > > > > > >>>>> service:
>         > > > > > > > > > > >>>>>
>         > > > > > > > > > > >>>>> tcp        0      0 127.0.0.1:8100
>         > > > > > > > > > > >>>>> 0.0.0.0:* LISTEN
>          13514/soffice.bin
>         > > > > > > > > > > >>>>>
>         > > > > > > > > > > >>>>> started with:
>         > > > > > > > > > > >>>>>
>         > > > > > > > > > > >>>>> soffice --headless
>         > > > > > > > > > > >>>>>
>         --accept="socket,host=127.0.0.1,port=8100;urp;"
>         > > > > > > > > > > >>>>> --nofirststartwizard
>         > > > > > > > > > > >>>>>
>         > > > > > > > > > > >>>>> Dimitri
>         > > > > > > > > > > >>>>>
>         > > > > > > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm
>         Alexei Fedotov
>         > >
>         > > wrote:
>         > > > > > > > > > > >>>>>> It says, URL seems to be
>         unsupported.
>         > > > > > > > > > > >>>>>>
>         > > > > > > > > > > >>>>>> The class which produces it is
>         under com.sun, so
>         > > > > > > > > > > >>>>>> the problem
>         > > > > > > >
>         > > > > > > > may
>         > > > > > > >
>         > > > > > > > > > be
>         > > > > > > > > >
>         > > > > > > > > > > >>> in
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>> the
>         > > > > > > > > > > >>>>>
>         > > > > > > > > > > >>>>>> old OpenOffice version
>         > > > > > > > > > > >>>>>> 30.07.2012 21:54 пользователь
>         "Dimitri Yioulos"
>         > > > > > > > > > > >>>>>> <dy...@onpointfc.com>
>         > > > > > > > > > > >>>>>>
>         > > > > > > > > > > >>>>>> написал:
>         > > > > > > > > > > >>>>>>> Hello to all.
>         > > > > > > > > > > >>>>>>>
>         > > > > > > > > > > >>>>>>> I'm not new to Openmeetings,
>         having originally
>         > > > > > > > > > > >>>>>>> installed and tried
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>> it
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>> at
>         > > > > > > > > > > >>>>>
>         > > > > > > > > > > >>>>>>> least a
>         > > > > > > > > > > >>>>>>> couple of years ago.  Thanks to
>         Sabastian Wgner
>         > > > > > > > > > > >>>>>>> for having created it, and to
>         > > > > > > > > > > >>>>>>> Apache for taking the project
>         forward.
>         > > > > > > > > > > >>>>>>>
>         > > > > > > > > > > >>>>>>> I've installed version 2.0.0 on a
>         CentOS 6.2
>         > >
>         > > server.
>         > >
>         > > > > > > > > > > >>>>>>> All of the prerequisites
>         > > > > > > > > > > >>>>>>> are installed, and Openmeetings
>         works well.  With
>         > >
>         > > the
>         > >
>         > > > > > > > exception
>         > > > > > > >
>         > > > > > > > > > > >>>>>>> of file uploading, that is.  After
>         figuring out
>         > > > > > > > > > > >>>>>>> the paths of the
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>> various
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> components required to make file
>         uploading work,
>         > >
>         > > I'm
>         > >
>         > > > > > > > > > > >>>>>>> finally
>         > > > > > > >
>         > > > > > > > at
>         > > > > > > >
>         > > > > > > > > > > >>>>>>> a point where I'm stuck.
>         > > > > > > > > > > >>>>>>> When I try to upload a file, I get
>         the following
>         > > > > > > > > > > >>>>>>> (it's
>         > > > > > > >
>         > > > > > > > verbose;
>         > > > > > > >
>         > > > > > > > > > > >>>>>>> I apologize):
>         > > > > > > > > > > >>>>>>>
>         > > > > > > > > > > >>>>>>> Name: out
>         > > > > > > > > > > >>>>>>> Value:
>         > > > > > > > > > > >>>>>>> Name: exitValue
>         > > > > > > > > > > >>>>>>> Value: 1
>         > > > > > > > > > > >>>>>>> Name: command
>         > > > > > > > > > > >>>>>>> Value:
>         > > > > > > > > > > >>>>>>> [java, -cp,
>         > > > > > > > > > >
>         >>>>>>> /usr/local/jodconverter/lib/juh-3.2.1.jar, -cp,
>         > > > > > > > > > >
>         >>>>>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
>         > > > > > > > > > >
>         >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
>         > > > > > > > > > >
>         >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
>         > > > > > > > > > >
>         >>>>>>> /usr/local/jodconverter/lib/commons-cli-1.1.jar,
>         > >
>         > > -cp,
>         > >
>         > > > > > > > > > >
>         >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar,
>         > >
>         > > -cp,
>         > >
>         > > > > > > > > > >
>         >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar,
>         > > > > > > > > > > >>>>>>> -cp,
>         > >
>         > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
>         > >
>         > > > > > > > > > > >>>>>>>a- 4. ja r, -jar,
>         > >
>         > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
>         > >
>         > > > > > > > > > > >>>>>>>a- 4. ja r,
>         > >
>         >
>         > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
>         > >
>         > > > > > > > > >b4 94 e1 8e
>         > > > > > > > > >
>         > > > > > > > > > > >>>94
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
>         > >
>         >
>         > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
>         > >
>         > > > > > > > > >e1 8e 94 e7
>         > > > > > > > > >
>         > > > > > > > > > > >>>b1
>         > >
>         > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
>         > >
>         > > > > > > > > > > >>>>>>>f] Name: error Value: Jul 30, 2012
>         1:18:25 PM
>         > >
>         > > org.artofsolving.jodconverter.office.ProcessPoolOffic
>         > >
>         > > > > > > > > > > >>>>>>>eM an ag er INFO: ProcessManager
>         implementation is
>         > > > > > > > > > > >>>>>>> LinuxProcessManager Jul 30, 2012
>         1:18:26 PM
>         > > > > > > > > > > >>>>>>>
>         org.artofsolving.jodconverter.office.OfficeProces
>         
>         > > > > > > > > > > >>>>>>>s start INFO: starting process with
>         > > > > > > > > > > >>>>>>> acceptString
>         > > > > > > > > > > >>>>>>>
>         'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
>         > > > > > > >
>         > > > > > > > and
>         > > > > > > >
>         > > > > > > > > > > >>>>>>> profileDir
>         > > > > > > >
>         > > > > > > >
>         '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
>         > > > > > > >
>         > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
>         > > > > > > > > > > >>>>>>>
>         org.artofsolving.jodconverter.office.OfficeProces
>         
>         > > > > > > > > > > >>>>>>>s start INFO: started process; pid
>         = 13986 Jul 30,
>         > > > > > > > > > > >>>>>>> 2012 1:18:26 PM
>         > >
>         > > org.artofsolving.jodconverter.office.OfficeConnection
>         > >
>         > > > > > > > > > > >>>>>>> connect
>         > > > > > > > > > > >>>>>>> INFO: connected:
>         > > > > > > >
>         > > > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
>         > > > > > > >
>         > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
>         > >
>         > > org.artofsolving.jodconverter.office.ProcessPoolOffic
>         > >
>         > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopping
>         > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
>         > >
>         > > org.artofsolving.jodconverter.office.OfficeConnection
>         > >
>         > > > > > > > > > > >>>>>>>$1 disposing
>         > > > > > > > > > > >>>>>>> INFO: disconnected:
>         > > > > > > > > > > >>>>>>>
>         'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
>         > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
>         > >
>         > > org.artofsolving.jodconverter.office.ManagedOfficePro
>         > >
>         > > > > > > > > > > >>>>>>>ce ss doEnsureProcessExited
>         > > > > > > > > > > >>>>>>> INFO: process exited with code 0
>         > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
>         > >
>         > > org.artofsolving.jodconverter.office.ProcessPoolOffic
>         > >
>         > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopped
>         > > > > > > > > > > >>>>>>> Exception in thread "main"
>         > >
>         > > org.artofsolving.jodconverter.office.OfficeException:
>         > > > > > > > > > > >>>>>>> could not load document:
>         > > > > > > > > > > >>>>>>>
>         5b494e18e94e7b1784cbc2a9b42b161a.doc at
>         > >
>         > >
>         org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
>         > >
>         > > > > > > > > >nt (A bs tr
>         > > > > > > > > >
>         > > > > > > > > > > >>>ac
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> tConversionTask.java:92) at
>         > >
>         > >
>         org.artofsolving.jodconverter.AbstractConversionTask.execute(Ab
>         > >
>         > > > > > > > > >st ra ct Co
>         > > > > > > > > >
>         > > > > > > > > > > >>>nv
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> ersionTask.java:59) at
>         > >
>         > > org.artofsolving.jodconverter.office.PooledOfficeManager
>         $2.run(
>         > >
>         > > > > > > > > >Po ol ed Of
>         > > > > > > > > >
>         > > > > > > > > > > >>>fi
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> ceManager.java:80) at
>         > >
>         > > java.util.concurrent.Executors
>         $RunnableAdapter.call(Executors.java:
>         > > > > > > > > > > >>>47
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> 1) at
>         > > > > > > >
>         > > > > > > > java.util.concurrent.FutureTask
>         $Sync.innerRun(FutureTask.java:3
>         > > > > > > >
>         > > > > > > > > > > >>>>>>>34 ) at
>         > > > > > > >
>         > > > > > > >
>         java.util.concurrent.FutureTask.run(FutureTask.java:166)
>         > > > > > > >
>         > > > > > > > > > > >>>>>>> at
>         > >
>         > >
>         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe
>         > >
>         > > > > > > > > >cu to r. ja
>         > > > > > > > > >
>         > > > > > > > > > > >>>va
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> :1110) at
>         > >
>         > > java.util.concurrent.ThreadPoolExecutor
>         $Worker.run(ThreadPoolEx
>         > >
>         > > > > > > > > >ec ut or .j
>         > > > > > > > > >
>         > > > > > > > > > > >>>av
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> a:603) at
>         java.lang.Thread.run(Thread.java:722)
>         > > > > > > > > > > >>>>>>> Caused by:
>         > > > > > > > > > > >>>>>>>
>         com.sun.star.lang.IllegalArgumentException: URL
>         > >
>         > > seems
>         > >
>         > > > > > > > > > > >>>>>>> to be
>         > > > > > > > > > > >>>>>
>         > > > > > > > > > > >>>>> an
>         > > > > > > > > > > >>>>>
>         > > > > > > > > > > >>>>>>> unsupported one.
>         > > > > > > > > > > >>>>>>>        at
>         > >
>         > >
>         com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRa
>         > >
>         > > > > > > > > >is ed Ex ce
>         > > > > > > > > >
>         > > > > > > > > > > >>>pt
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> ion(Job.java:177) at
>         > > > > > > >
>         > > > > > > >
>         com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
>         > > > > > > >
>         > > > > > > > > > > >>>>>>>43 ) at
>         > >
>         > >
>         com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
>         > >
>         > > > > > > > > >e. ja va
>         > > > > > > > > >
>         > > > > > > > > >:3
>         > > > > > > > > >:
>         > > > > > > > > > > >>>35
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> ) at
>         > >
>         > >
>         com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
>         > >
>         > > > > > > > > >e. ja va
>         > > > > > > > > >
>         > > > > > > > > >:3
>         > > > > > > > > >:
>         > > > > > > > > > > >>>04
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> ) at
>         > >
>         > >
>         com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(J
>         > >
>         > > > > > > > > >av aT hr ea
>         > > > > > > > > >
>         > > > > > > > > > > >>>dP
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> ool.java:91) at
>         > >
>         > >
>         com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sen
>         > >
>         > > > > > > > > >dR eq ue st
>         > > > > > > > > >
>         > > > > > > > > > > >>>(j
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> ava_remote_bridge.java:639) at
>         > >
>         > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory
>         $Handler.r
>         > >
>         > > > > > > > > >eq ue st (P
>         > > > > > > > > >
>         > > > > > > > > > > >>>ro
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> xyFactory.java:151) at
>         > >
>         > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory
>         $Handler.i
>         > >
>         > > > > > > > > >nv ok e( Pr
>         > > > > > > > > >
>         > > > > > > > > > > >>>ox
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> yFactory.java:133) at
>         > > > > > > > > > > >>>>>>>
>         $Proxy4.loadComponentFromURL(Unknown
>         > > > > > > > > >
>         > > > > > > > > > Source)
>         > > > > > > > > >
>         > > > > > > > > > > >>>>>>>        at
>         > >
>         > >
>         org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
>         > >
>         > > > > > > > > >nt (A bs tr
>         > > > > > > > > >
>         > > > > > > > > > > >>>ac
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> tConversionTask.java:90) ... 8
>         more
>         > > > > > > > > > > >>>>>>>
>         > > > > > > > > > > >>>>>>> Name: process
>         > > > > > > > > > > >>>>>>> Value: doJodConvert
>         > > > > > > > > > > >>>>>>> Name: exitValue
>         > > > > > > > > > > >>>>>>> Value: 0
>         > > > > > > > > > > >>>>>>> Name: command
>         > > > > > > > > > > >>>>>>> Value:
>         > > > > > > > > > > >>>>>>> Name: completeName
>         > > > > > > > > > > >>>>>>> Value:
>         > >
>         >
>         > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
>         > >
>         > > > > > > > > >b4 94 e1 8e
>         > > > > > > > > >
>         > > > > > > > > > > >>>94
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
>         > > > > > > > > > > >>>>>>> Value:
>         > > > > > > > > > > >>>>>>> Name: fileExplorerItemId
>         > > > > > > > > > > >>>>>>> Value: 7
>         > > > > > > > > > > >>>>>>> Name: process
>         > > > > > > > > > > >>>>>>> Value:
>         > > > > > > > > > > >>>>>>> Name: exitValue
>         > > > > > > > > > > >>>>>>> Value: 0
>         > > > > > > > > > > >>>>>>> Name: process
>         > > > > > > > > > > >>>>>>> Value: generateXMLDocument
>         > > > > > > > > > > >>>>>>> Name: out
>         > > > > > > > > > > >>>>>>> Value:
>         > > > > > > > > > > >>>>>>> Name: exitValue
>         > > > > > > > > > > >>>>>>> Value: 1
>         > > > > > > > > > > >>>>>>> Name: command
>         > > > > > > > > > > >>>>>>> Value: [/usr/bin/convert,
>         -thumbnail,
>         > > > > > > > > > > >>>>>>> 80,
>         > >
>         >
>         > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
>         > >
>         > > > > > > > > >e1 8e 94 e7
>         > > > > > > > > >
>         > > > > > > > > > > >>>b1
>         > >
>         > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
>         > >
>         > > > > > > > > > > >>>>>>>f,
>         > >
>         >
>         > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
>         > >
>         > > > > > > > > >e1 8e 94 e7
>         > > > > > > > > >
>         > > > > > > > > > > >>>b1
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%
>         04d.jpg] Name:
>         > > > > > > > > > > >>>>>>> error Value: convert: unable to
>         open image
>         > >
>         > >
>         `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
>         > >
>         > > > > > > > > >4e 18 e9 4e
>         > > > > > > > > >
>         > > > > > > > > > > >>>7b
>         > >
>         > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
>         > >
>         > > > > > > > > > > >>>>>>>df ': No such
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>> file
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>> or
>         > > > > > > > > > > >>>>>
>         > > > > > > > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
>         > > > > > > > > > > >>>>>>> convert: missing an image filename
>         > >
>         > >
>         `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
>         > >
>         > > > > > > > > >4e 18 e9 4e
>         > > > > > > > > >
>         > > > > > > > > > > >>>7b
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%
>         04d.jpg' @
>         > > > > > > > > > > >>>>>>>
>         convert.c/ConvertImageCommand/2800.
>         > > > > > > > > > > >>>>>>>
>         > > > > > > > > > > >>>>>>> Name: process
>         > > > > > > > > > > >>>>>>> Value: generateBatchThumbByWidth
>         > > > > > > > > > > >>>>>>> Name: exitValue
>         > > > > > > > > > > >>>>>>> Value: 0
>         > > > > > > > > > > >>>>>>> Name: process
>         > > > > > > > > > > >>>>>>> Value: processPDF
>         > > > > > > > > > > >>>>>>> Name: out
>         > > > > > > > > > > >>>>>>> Value:
>         > > > > > > > > > > >>>>>>> Name: exitValue
>         > > > > > > > > > > >>>>>>> Value: 1
>         > > > > > > > > > > >>>>>>> Name: command
>         > > > > > > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf,
>         -s, insertstop,
>         > > > > > > > > > > >>>>>>> -s, poly2bitmap,
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>> -i,
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>> -j,
>         > > > > > > > > > > >>>>>
>         > > > > > > > > > > >>>>>>> 85, -s,
>         > > > > > > > > > > >>>>>>> zoom=72,
>         > >
>         >
>         > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
>         > >
>         > > > > > > > > >e1 8e 94 e7
>         > > > > > > > > >
>         > > > > > > > > > > >>>b1
>         > >
>         > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
>         > >
>         > > > > > > > > > > >>>>>>>f,
>         > >
>         >
>         > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
>         > >
>         > > > > > > > > >e1 8e 94 e7
>         > > > > > > > > >
>         > > > > > > > > > > >>>b1
>         > >
>         > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.sw
>         > >
>         > > > > > > > > > > >>>>>>>f] Name: error
>         > > > > > > > > > > >>>>>>>
>         > > > > > > > > > > >>>>>>> Value: Error: Couldn't open
>         > > > > > > > > > > >>>>>>> file
>         > >
>         > >
>         '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
>         > >
>         > > > > > > > > >4e 18 e9 4e
>         > > > > > > > > >
>         > > > > > > > > > > >>>7b
>         > >
>         > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
>         > >
>         > > > > > > > > > > >>>>>>>df '
>         > > > > > > > > > > >>>>>>>
>         > > > > > > > > > > >>>>>>> Name: process
>         > > > > > > > > > > >>>>>>> Value: generateSwf
>         > > > > > > > > > > >>>>>>>
>         > > > > > > > > > > >>>>>>> So, it looks like a file couldn't
>         be opened.  The
>         > > > > > > > > > > >>>>>>> file is
>         > > > > > > >
>         > > > > > > > owner
>         > > > > > > >
>         > > > > > > > > > > >>>>>>> by
>         > > > > > > > > > > >>>>>
>         > > > > > > > > > > >>>>> root,
>         > > > > > > > > > > >>>>>
>         > > > > > > > > > > >>>>>>> and has
>         > > > > > > > > > > >>>>>>> 644 permissions.  Are these set by
>         jodconverter?
>         > > > > > > > > > > >>>>>>> Anyway,
>         > > > > > > >
>         > > > > > > > does
>         > > > > > > >
>         > > > > > > > > > > >>> anyone
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>>>>>> know how
>         > > > > > > > > > > >>>>>>> I can resolve this issue?
>         > > > > > > > > > > >>>>>>>
>         > > > > > > > > > > >>>>>>> Many thanks.
>         > > > > > > > > > > >>>>>>>
>         > > > > > > > > > > >>>>>>> Dimitri
>         > > > > > > > > > > >>>>>>>
>         > > > > > > > > > > >>>>>>> --
>         > > > > > > > > > > >>>>>>> This message has been scanned for
>         viruses and
>         > > > > > > > > > > >>>>>>> dangerous content by MailScanner,
>         and is
>         > > > > > > > > > > >>>>>>> believed to be clean.
>         > > > > > > > > > > >>>>>
>         > > > > > > > > > > >>>>> --
>         > > > > > > > > > > >>>>> This message has been scanned for
>         viruses and
>         > > > > > > > > > > >>>>> dangerous content by MailScanner,
>         and is
>         > > > > > > > > > > >>>>> believed to be clean.
>         > > > > > > > > > > >>>>
>         > > > > > > > > > > >>>> --
>         > > > > > > > > > > >>>> WBR
>         > > > > > > > > > > >>>> Maxim aka solomax
>         > > > > > > > > > > >>>
>         > > > > > > > > > > >>> --
>         > > > > > > > > > > >>> This message has been scanned for
>         viruses and
>         > > > > > > > > > > >>> dangerous content by MailScanner, and
>         is
>         > > > > > > > > > > >>> believed to be clean.
>         > > > > > > > > > > >>
>         > > > > > > > > > > >> --
>         > > > > > > > > > > >> WBR
>         > > > > > > > > > > >> Maxim aka solomax
>         > > > > > > > > > > >
>         > > > > > > > > > > > --
>         > > > > > > > > > > > This message has been scanned for
>         viruses and
>         > > > > > > > > > > > dangerous content by MailScanner, and is
>         > > > > > > > > > > > believed to be clean.
>         > > > > > > > > > >
>         > > > > > > > > > > Stephen Cottham
>         > > > > > > > > > > Group IT Manager (Associate)
>         > > > > > > > > > >
>         > > > > > > > > > > Robert Bird Group
>         > > > > > > > > > > Level 5, 333 Ann St
>         > > > > > > > > > > Brisbane, Queensland, 4000, Australia
>         > > > > > > > > > > Phone: +6173 319 2777 (AUS)
>         > > > > > > > > > > Phone: +44207 592 8000 (UK)
>         > > > > > > > > > > Fax: +6173 319 2799
>         > > > > > > > > > >
>         > > > > > > > > > > Mobile:  +61400 756 963 (AUS)
>         > > > > > > > > > > Mobile: +447900 918 616 (UK)
>         > > > > > > > > > > Web: www.robertbird.com
>         > > > > > > > > > >
>         > > > > > > > > > >
>         > > > > > > > > > > This email and any attachments are
>         confidential and may
>         > > > > > > > > > > contain
>         > > > > > > >
>         > > > > > > > legally
>         > > > > > > >
>         > > > > > > > > > > privileged information or copyright
>         material. Unless
>         > > > > > > > > > > expressly
>         > > > > > > >
>         > > > > > > > stated,
>         > > > > > > >
>         > > > > > > > > > > confidentiality and/or legal privilege is
>         not intended to
>         > >
>         > > be
>         > >
>         > > > > > > > > > > waived
>         > > > > > > >
>         > > > > > > > by
>         > > > > > > >
>         > > > > > > > > > the
>         > > > > > > > > >
>         > > > > > > > > > > sending of this email. The contents of
>         this email,
>         > >
>         > > including
>         > >
>         > > > > > > > > > > any attachments, are intended solely for
>         the use of the
>         > > > > > > > > > > individual or entity
>         > > > > > > > > >
>         > > > > > > > > > to
>         > > > > > > > > >
>         > > > > > > > > > > whom they are addressed. If you are not an
>         intended
>         > > > > > > > > > > recipient, please contact us immediately
>         by return email
>         > >
>         > > and
>         > >
>         > > > > > > > > > > then delete both messages. You may not
>         otherwise read,
>         > > > > > > > > > > forward, copy, use or disclose this email
>         or any
>         > >
>         > > attachments.
>         > >
>         > > > > > > > > > > Any views expressed in this email are
>         those of
>         > > > > > > >
>         > > > > > > > the
>         > > > > > > >
>         > > > > > > > > > individual
>         > > > > > > > > >
>         > > > > > > > > > > sender except where the sender expressly,
>         and with
>         > >
>         > > authority,
>         > >
>         > > > > > > > > > > states otherwise. It is your
>         responsibility to check any
>         > > > > > > > > > > attachments for viruses or defects before
>         opening or
>         > >
>         > > sending
>         > >
>         > > > > > > > > > > them on. None of the sender or its related
>         entities
>         > > > > > > > > > > accepts any liability for any
>         consequential damage
>         > > > > > > > > > > resulting from this email containing
>         computer viruses.
>         > > > > > > > > > >
>         > > > > > > > > > > Disclaimer added by CodeTwo Exchange Rules
>         > > > > > > > > > > http://www.codetwo.com
>         > > > > > > > > > >
>         > > > > > > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
>         > >
>         > > LSUwNGQuanBnJyBADQo+Pj4+Pj4
>         +IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5
>         > >
>         > > > > > > >kL zI 4M
>         > > > > > > >
>         > > > > > > > > >DA
>         > > > > > > > > >
>         > > > > > > > > > >u
>         > >
>         > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4
>         +IFZhbHVlOiB
>         > >
>         > > > > > > >nZ W5 lc
>         > > > > > > >
>         > > > > > > > > >mF
>         > > > > > > > > >
>         > > > > > > > > > >0
>         > >
>         > > ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4
>         +IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4
>         > >
>         > > > > > > >+P iB WY
>         > > > > > > >
>         > > > > > > > > >Wx
>         > > > > > > > > >
>         > > > > > > > > > >1
>         > >
>         > > ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4
>         +IFZhbHVlOiBwcm9jZXN
>         > >
>         > > > > > > >zU ER GD
>         > > > > > > >
>         > > > > > > > > >Qo
>         > > > > > > > > >
>         > > > > > > > > > >+
>         > >
>         > > Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4
>         +Pj4gTmFtZTogZXh
>         > >
>         > > > > > > >pd FZ hb
>         > > > > > > >
>         > > > > > > > > >HV
>         > > > > > > > > >
>         > > > > > > > > > >l
>         > >
>         > > DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4
>         +IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4
>         > >
>         > > > > > > >gV mF sd
>         > > > > > > >
>         > > > > > > > > >WU
>         > > > > > > > > >
>         > > > > > > > > > >6
>         > >
>         > >
>         IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHk
>         > >
>         > > > > > > >yY ml 0b
>         > > > > > > >
>         > > > > > > > > >WF
>         > > > > > > > > >
>         > > > > > > > > > >w
>         > >
>         > > LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4
>         +PiANCj4+Pj4+Pj4
>         > >
>         > > > > > > >gO DU sI
>         > > > > > > >
>         > > > > > > > > >C1
>         > > > > > > > > >
>         > > > > > > > > > >z
>         > >
>         > > LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4
>         +IC91c3IvbG9jYWwvb3Blbm1lZXR
>         > >
>         > > > > > > >pb md zL
>         > > > > > > >
>         > > > > > > > > >3d
>         > > > > > > > > >
>         > > > > > > > > > >l
>         > >
>         > >
>         YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4
>         > >
>         > > > > > > >+P iA NC
>         > > > > > > >
>         > > > > > > > > >j4
>         > > > > > > > > >
>         > > > > > > > > > >+
>         > >
>         > > Pj4
>         +Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQ
>         > >
>         > > > > > > >yY jE 2M
>         > > > > > > >
>         > > > > > > > > >WE
>         > > > > > > > > >
>         > > > > > > > > > >u
>         > >
>         > > cGRmLA0KPj4+IA0KPj4
>         +IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3B
>         > >
>         > > > > > > >lb m1 lZ
>         > > > > > > >
>         > > > > > > > > >XR
>         > > > > > > > > >
>         > > > > > > > > > >p
>         > >
>         > > bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4
>         +Pj4+Pj4gNzg
>         > >
>         > > > > > > >0Y 2J jM
>         > > > > > > >
>         > > > > > > > > >mE
>         > > > > > > > > >
>         > > > > > > > > > >5
>         > >
>         > >
>         YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1
>         > >
>         > > > > > > >lO g0 KP
>         > > > > > > >
>         > > > > > > > > >j4
>         > > > > > > > > >
>         > > > > > > > > > >+
>         > >
>         > > Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4
>         +Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4
>         > >
>         > > > > > > >nd CB vc
>         > > > > > > >
>         > > > > > > > > >GV
>         > > > > > > > > >
>         > > > > > > > > > >u
>         > >
>         > > DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4
>         +PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3M
>         > >
>         > > > > > > >vd 2V iY
>         > > > > > > >
>         > > > > > > > > >XB
>         > > > > > > > > >
>         > > > > > > > > > >w
>         > >
>         > >
>         cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo
>         +Pj4gDQo
>         > >
>         > > > > > > >+P j4 +P
>         > > > > > > >
>         > > > > > > > > >j4
>         > > > > > > > > >
>         > > > > > > > > > >+
>         > >
>         > >
>         IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTY
>         > >
>         > > > > > > >xY S5 wZ
>         > > > > > > >
>         > > > > > > > > >GY
>         > > > > > > > > >
>         > > > > > > > > > >n
>         > >
>         > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4
>         +IFZhbHVlOiB
>         > >
>         > > > > > > >nZ W5 lc
>         > > > > > > >
>         > > > > > > > > >mF
>         > > > > > > > > >
>         > > > > > > > > > >0
>         > >
>         > > ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4
>         +Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGN
>         > >
>         > > > > > > >vd Wx kb
>         > > > > > > >
>         > > > > > > > > >id
>         > > > > > > > > >
>         > > > > > > > > > >0
>         > >
>         > > IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4
>         +IGJ5DQo+Pj4+PiA
>         > >
>         > > > > > > >NC j4 +P
>         > > > > > > >
>         > > > > > > > > >j4
>         > > > > > > > > >
>         > > > > > > > > > >+
>         > >
>         > > IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4
>         +PiA2NDQgcGVybWl
>         > >
>         > > > > > > >zc 2l vb
>         > > > > > > >
>         > > > > > > > > >nM
>         > > > > > > > > >
>         > > > > > > > > > >u
>         > >
>         > >
>         ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4
>         > >
>         > > > > > > >+I A0 KP
>         > > > > > > >
>         > > > > > > > > >j4
>         > > > > > > > > >
>         > > > > > > > > > >+
>         > >
>         > > IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4
>         +PiBJIGNhbiByZXN
>         > >
>         > > > > > > >vb HZ lI
>         > > > > > > >
>         > > > > > > > > >HR
>         > > > > > > > > >
>         > > > > > > > > > >o
>         > >
>         > > aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4
>         +PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4
>         > >
>         > > > > > > >gD Qo +P
>         > > > > > > >
>         > > > > > > > > >j4
>         > > > > > > > > >
>         > > > > > > > > > >+
>         > >
>         > > Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4
>         +IFRoaXMgbWV
>         > >
>         > > > > > > >zc 2F nZ
>         > > > > > > >
>         > > > > > > > > >SB
>         > > > > > > > > >
>         > > > > > > > > > >o
>         > >
>         > > YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4
>         +PiBkYW5nZXJvdXM
>         > >
>         > > > > > > >gY 29 ud
>         > > > > > > >
>         > > > > > > > > >GV
>         > > > > > > > > >
>         > > > > > > > > > >u
>         > >
>         > > dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4
>         +IGJlbGlldmVkIHRvIGJlIGN
>         > >
>         > > > > > > >sZ WF uL
>         > > > > > > >
>         > > > > > > > > >g0
>         > > > > > > > > >
>         > > > > > > > > > >K
>         > >
>         > > Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4
>         +Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5
>         > >
>         > > > > > > >uZ WQ gZ
>         > > > > > > >
>         > > > > > > > > >m9
>         > > > > > > > > >
>         > > > > > > > > > >y
>         > >
>         > > IHZpcnVzZXMgYW5kDQo+Pj4
>         +PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5
>         > >
>         > > > > > > >lc iw gY
>         > > > > > > >
>         > > > > > > > > >W5
>         > > > > > > > > >
>         > > > > > > > > > >k
>         > >
>         > > IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo
>         +Pj4+IC0tDQo
>         > >
>         > > > > > > >+P j4 +I
>         > > > > > > >
>         > > > > > > > > >Fd
>         > > > > > > > > >
>         > > > > > > > > > >C
>         > >
>         > > Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo
>         +Pj4gVGhpcyB
>         > >
>         > > > > > > >tZ XN zY
>         > > > > > > >
>         > > > > > > > > >Wd
>         > > > > > > > > >
>         > > > > > > > > > >l
>         > >
>         > > IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo
>         +Pj4gZGFuZ2Vyb3VzIGN
>         > >
>         > > > > > > >vb nR lb
>         > > > > > > >
>         > > > > > > > > >nQ
>         > > > > > > > > >
>         > > > > > > > > > >g
>         > >
>         > > YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4
>         +IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0
>         > >
>         > > > > > > >KP j4 gD
>         > > > > > > >
>         > > > > > > > > >Qo
>         > > > > > > > > >
>         > > > > > > > > > >+
>         > >
>         > > PiAtLQ0KPj4gV0JSDQo
>         +PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiA
>         > >
>         > > > > > > >tL SA NC
>         > > > > > > >
>         > > > > > > > > >j4
>         > > > > > > > > >
>         > > > > > > > > > >g
>         > >
>         > >
>         VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGR
>         > >
>         > > > > > > >hb md lc
>         > > > > > > >
>         > > > > > > > > >m9
>         > > > > > > > > >
>         > > > > > > > > > >1
>         > >
>         > >
>         cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmU
>         > >
>         > > > > > > >gY 2x lY
>         > > > > > > >
>         > > > > > > > > >W4
>         > > > > > > > > >
>         > > > > > > > > > >u DQo+IA0K
>         > > > > > > > > >
>         > > > > > > > > > --
>         > > > > > > > > > This message has been scanned for viruses
>         and
>         > > > > > > > > > dangerous content by MailScanner, and is
>         > > > > > > > > > believed to be clean.
>         > > > > > > > >
>         > > > > > > > > --
>         > > > > > > > > WBR
>         > > > > > > > > Maxim aka solomax
>         > > > > > > >
>         > > > > > > > --
>         > > > > > > > This message has been scanned for viruses and
>         > > > > > > > dangerous content by MailScanner, and is
>         > > > > > > > believed to be clean.
>         > > > > > >
>         > > > > > > --
>         > > > > > > WBR
>         > > > > > > Maxim aka solomax
>         > >
>         > > --
>         > > This message has been scanned for viruses and
>         > > dangerous content by MailScanner, and is
>         > > believed to be clean.
>         
>         
>         
>         --
>         This message has been scanned for viruses and
>         dangerous content by MailScanner, and is
>         believed to be clean.
>         
>         
> 
> 
> 
> 
> -- 
> WBR
> Maxim aka solomax
> 
> 


Re: File upload troubles

Posted by Maxim Solodovnik <so...@gmail.com>.
I wrote you:

"You need to remove ImageMagic installed with yum and build it from sources"

On Wed, Aug 1, 2012 at 6:55 PM, Dimitri Yioulos <dy...@onpointfc.com>wrote:

> Hi, Alexei.
>
> If you mean the Monday post by Maxim, where he asks:
>
> what is the output of yum groupinstall "Office Suite and Productivity"
>
> then, yes, I saw it and responded to it.  Here's what I wrote (most recent
> post
> first; again, sorry for the verbosity):
>
>
> 1.  Apologies for the drips-and-drabs of information.  I just
> ran "java -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> faxcover.doc faxcover.pdf" at the command line (obviously, I guess), and it
> worked successfully.  So, why is file upload still failing?
>
>
> 2.  I ran yum groupinstall "Office Suite and Productivity", feeling there
> was
> nothing to lose.  Still no joy.  When I try to upload a file, I get the
> following errors:
>
> Name: error
> Value: convert: unable to open image
>
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf':
> No such file or directory @ blob.c/OpenBlob/2480.
> convert: missing an image filename
>
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/_thumb_page-%04d.jpg'
> @ convert.c/ConvertImageCommand/2800.
>
> Name: process
> Value: generateBatchThumbByWidth
> Name: exitValue
> Value: 0
> Name: process
> Value: processPDF
> Name: out
> Value:
> Name: exitValue
> Value: 1
> Name: command
> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i, -j,
> 85, -s,
> zoom=72,
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf]
> Name: error
> Value: Error: Couldn't open
> file
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
>
> Name: process
> Value: generateSwf
>
> ImageMagick is installed properly, afaik.  Is this a bug, or a
> misconfiguration
> on my part?
>
>
> 3.  Maxim,
>
> Output of yum groupinstall "Office Suite and Productivity" is:
>
> Installing:
>  libreoffice-calc
>  libreoffice-draw
>  libreoffice-graphicfilter
>  libreoffice-impress
>  libreoffice-langpack-en
>  libreoffice-math
>  libreoffice-writer
>  libreoffice-xsltfilter
> Installing for dependencies:
>  libreoffice-pdfimport
>  libreoffice-presenter-screen
>  libwpd
>  lpsolve
>  mythes-en
>
> Output of tail "FAX COVER SHEET.doc" is:
>
>
> þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> Entryÿÿÿÿÿÿÿÿ    ÀF É
>
>
> NljÍ5Data
>
> 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSummaryInformation8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ
> ÿÿÿÿ    ÀFMicrosoft Office Word Document
> MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
>
> PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
>
> (that's some weird stuff :-) ).
>
> Output of ps -ef|grep office is:
>
> [root@openmeetings ~]# ps -ef|grep office
> root      1587     1  0 Jul30 ?
> 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
> root      1599  1587  0 Jul30 ?
> 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
> root     16352 16270  0 07:25 pts/1    00:00:00 grep office
>
>
> Does any of this information help you to help me?
>
> Dimitri
>
>
> On Wednesday 01 August 2012 7:27:19 am Alexei Fedotov wrote:
> > Dimitri, have you noticed the message from Maxim
> > 01.08.2012 15:23 пользователь "Dimitri Yioulos" <dy...@onpointfc.com>
> >
> > написал:
> > > I sent some updated information yesterday regarding this issue.  Does
> > > anyone
> > > have any more ideas on how I can resolve this?  Your continued help
> would
> > > be
> > > appreciated.
> > >
> > > Many thanks.
> > >
> > > Dimitri
> > >
> > > On Tuesday 31 July 2012 9:00:53 am Dimitri Yioulos wrote:
> > > > Apologies for the drips-and-drabs of information.  I just
> > > > ran "java -jar
> > >
> > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > >
> > > > faxcover.doc faxcover.pdf" at the command line (obviously, I guess),
> > > > and
> > >
> > > it
> > >
> > > > worked successfully.  So, why is file upload still failing?
> > > >
> > > > Dimitri
> > > >
> > > > On Tuesday 31 July 2012 8:50:01 am Dimitri Yioulos wrote:
> > > > > I ran yum groupinstall "Office Suite and Productivity", feeling
> there
> > >
> > > was
> > >
> > > > > nothing to lose.  Still no joy.  When I try to upload a file, I get
> > > > > the following errors:
> > > > >
> > > > > Name: error
> > > > > Value: convert: unable to open image
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No such
> > > > > file
> > >
> > > or
> > >
> > > > > directory @ blob.c/OpenBlob/2480.
> > > > > convert: missing an image filename
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > >bd c964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > > convert.c/ConvertImageCommand/2800.
> > > > >
> > > > > Name: process
> > > > > Value: generateBatchThumbByWidth
> > > > > Name: exitValue
> > > > > Value: 0
> > > > > Name: process
> > > > > Value: processPDF
> > > > > Name: out
> > > > > Value:
> > > > > Name: exitValue
> > > > > Value: 1
> > > > > Name: command
> > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap,
> -i,
> > >
> > > -j,
> > >
> > > > > 85, -s, zoom=72,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >
> > > > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >
> > > > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf] Name: error
> > > > > Value: Error: Couldn't open
> > > > > file
> > >
> > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >
> > > > >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > > > >
> > > > > Name: process
> > > > > Value: generateSwf
> > > > >
> > > > > ImageMagick is installed properly, afaik.  Is this a bug, or a
> > > > > misconfiguration on my part?
> > > > >
> > > > > Dimitri
> > > > >
> > > > > On Tuesday 31 July 2012 7:24:20 am Dimitri Yioulos wrote:
> > > > > > Maxim,
> > > > > >
> > > > > > Output of yum groupinstall "Office Suite and Productivity" is:
> > > > > >
> > > > > > Installing:
> > > > > >  libreoffice-calc
> > > > > >  libreoffice-draw
> > > > > >  libreoffice-graphicfilter
> > > > > >  libreoffice-impress
> > > > > >  libreoffice-langpack-en
> > > > > >  libreoffice-math
> > > > > >  libreoffice-writer
> > > > > >  libreoffice-xsltfilter
> > > > > > Installing for dependencies:
> > > > > >  libreoffice-pdfimport
> > > > > >  libreoffice-presenter-screen
> > > > > >  libwpd
> > > > > >  lpsolve
> > > > > >  mythes-en
> > > > > >
> > > > > > Output of tail "FAX COVER SHEET.doc" is:
> > >
> > > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > >ÿÿ ÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> Entryÿÿÿÿÿÿÿÿ
> > > > > > ÀF É
> > > > > >
> > > > > > NljÍ5Data
> > >
> > > 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSum
> > >
> > > > > >ma ry
> > >
> > > Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > >ÿÿ ÿÿÿ
> > >
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >
> > > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ    ÀFMicrosoft Office
> > > > > > Word Document MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> > >
> > > PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYP
> > >
> > > > > >uT TY PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > > > >
> > > > > > (that's some weird stuff :-) ).
> > > > > >
> > > > > > Output of ps -ef|grep office is:
> > > > > >
> > > > > > [root@openmeetings ~]# ps -ef|grep office
> > > > > > root      1587     1  0 Jul30 ?
> > > > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> --nofirststartwizard
> > >
> > > root
> > >
> > > > > >  1599  1587  0 Jul30 ?
> > > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> > > > > > --accept=socket,host=127.0.0.1,port=8100;urp;
> --nofirststartwizard
> > >
> > > root
> > >
> > > > > > 16352 16270  0 07:25 pts/1    00:00:00 grep office
> > > > > >
> > > > > > Dimitri
> > > > > >
> > > > > > On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik wrote:
> > > > > > > what is the output of
> > > > > > >
> > > > > > > *yum groupinstall* "*Office* Suite and Productivity"
> > > > > > >
> > > > > > > yum install openoffice.org-headless
> > > > > > >
> > > > > > > what is the output of (to ensure it is not file/permission
> > > > > > > problem) tail "FAX COVER SHEET.doc"
> > > > > > >
> > > > > > > can you check there is no office processes running?
> > > > > > > ps -ef|grep office
> > > > > > >
> > > > > > > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos
> > > > > >
> > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > Maxim,
> > > > > > > >
> > > > > > > > Followed the instructions in the link you provided, and now:
> > > > > > > >
> > > > > > > > [root@openmeetings ~]# java -version
> > > > > > > > java version "1.7.0_05"
> > > > > > > > Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
> > > > > > > > Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode,
> > > > > > > > sharing)
> > > > > > > >
> > > > > > > > As you can see, I just upgraded the Java installation to the
> > > > > > > > very latest from
> > > > > > > > Oracle.  However, I still get:
> > > > > > > >
> > > > > > > > Exception in thread "main"
> > > > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > could not load document: FAX COVER SHEET.doc
> > > > > > > > ~
> > > > > > > > Caused by: com.sun.star.lang.IllegalArgumentException: URL
> > > > > > > > seems
> > >
> > > to
> > >
> > > > > > > > be an unsupported one.
> > > > > > > > ~
> > > > > > > >
> > > > > > > > I think I'm infuriatingly close to getting this to work.
>  Your
> > >
> > > (and
> > >
> > > > > > > > others) continuing assistance much appreciated.
> > > > > > > >
> > > > > > > > Dimitri
> > > > > > > >
> > > > > > > > On Monday 30 July 2012 3:17:49 pm Maxim Solodovnik wrote:
> > > > > > > > > please follow the link I have sent you
> > > > > > > > > you need to install alternative _before_ you can configure
> it
> > > > > > > > >
> > > > > > > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos
> > > > > > > >
> > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > Thanks, Stephen.  Here's what I get:
> > > > > > > > > >
> > > > > > > > > > [root@openmeetings ~]# alternatives --config java
> > > > > > > > > >
> > > > > > > > > > There is 1 program that provides 'java'.
> > > > > > > > > >
> > > > > > > > > >   Selection    Command
> > > > > > > > > > -----------------------------------------------
> > > > > > > > > > *+ 1           /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > > > > > > > > >
> > > > > > > > > > Enter to keep the current selection[+], or type selection
> > > > > > > > > > number:
> > > > > > > > > >
> > > > > > > > > > Oh, oh.  I don't even see the Oracle version.  But, I
> > >
> > > installed
> > >
> > > > > > > > > > the
> > > > > > > >
> > > > > > > > JRE,
> > > > > > > >
> > > > > > > > > > not the
> > > > > > > > > > JDK.  Might that be the rub?
> > > > > > > > > >
> > > > > > > > > > Dimitri
> > > > > > > > > >
> > > > > > > > > > On Monday 30 July 2012 3:03:57 pm Stephen Cottham wrote:
> > > > > > > > > > > For java try
> > > > > > > > > > >
> > > > > > > > > > > update-java-alternatives
> > > > > > > > > > >
> > > > > > > > > > > Or
> > > > > > > > > > >
> > > > > > > > > > > alternatives --config java
> > > > > > > > > > >
> > > > > > > > > > > Should show you all java's installed and allow you to
> > >
> > > change
> > >
> > > > > > > > > > > the default.
> > > > > > > > > > >
> > > > > > > > > > > Sent from my iPhone
> > > > > > > > > > >
> > > > > > > > > > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos"
> > > > > > > > > > > <dy...@onpointfc.com>
> > > > > > > > > >
> > > > > > > > > > wrote:
> > > > > > > > > > > > Maxim,
> > > > > > > > > > > >
> > > > > > > > > > > > I'm not quite sure how to proceed.  First, I just
> > >
> > > installed
> > >
> > > > > > > > > > > > parts
> > > > > > > >
> > > > > > > > of
> > > > > > > >
> > > > > > > > > > > > libreoffice:
> > > > > > > > > > > >
> > > > > > > > > > > > libreoffice-headless-3.4.5.2-16.el6.i686
> > > > > > > > > > > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > > > > > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > > > > > > > > >
> > > > > > > > > > > > Should I do a "yum groupinstall libreoffice"?
> > > > > > > > > > > >
> > > > > > > > > > > > Next, I'm not sure how to open my doc.  This is a
> > > > > > > > > > > > server install
> > > > > > > >
> > > > > > > > and,
> > > > > > > >
> > > > > > > > > > so,
> > > > > > > > > >
> > > > > > > > > > > > there is no Xwindow/desktop system installed.
> > > > > > > > > > > >
> > > > > > > > > > > > Finally, how do I get the Oracle java to be the
> > > > > > > > > > > > default?
> > >
> > >  I
> > >
> > > > > > > > > > > > do have the following in /etc/profile so that the
> > > > > > > > > > > > proper java be loaded at boot (I think):
> > > > > > > > > > > >
> > > > > > > > > > > > export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > > > > > > > > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > > > > > > > >
> > > > > > > > > > > > Dimitri
> > > > > > > > > > > >
> > > > > > > > > > > > On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik
> wrote:
> > > > > > > > > > > >> Yes you could :)
> > > > > > > > > > > >> According to this:
> > >
> > > http://stackoverflow.com/questions/8420449/docsplit-jodconverter-op
> > >
> > > > > > > >en of f
> > > > > > > >
> > > > > > > > > > > >>ice -issue-on-debian
> > > > > > > > > > > >>
> > > > > > > > > > > >> can you ensure you have writer/calc/impress
> installed
> > >
> > > (by
> > >
> > > > > > > > > > > >> opening your doc for example)
> > > > > > > > > > > >>
> > > > > > > > > > > >> were you install your libreoffice via yum
> > > > > > > > > > > >> groupinstall?
> > > > > > > > > > > >>
> > > > > > > > > > > >> I would recommend you to have Oracle java as default
> > > > > > > > > > > >> one There are some weird issued with  OpenJDK.
> > > > > > > > > > > >>
> > > > > > > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos
> > > > > > > > > > > >
> > > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > > >>> Let me take the easy part first:
> > > > > > > > > > > >>>
> > > > > > > > > > > >>> [root@openmeetings ~]# java -version
> > > > > > > > > > > >>> java version "1.7.0_05-icedtea"
> > > > > > > > > > > >>> OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
> > > > > > > > > > > >>> OpenJDK Client VM (build 23.0-b21, mixed mode)
> > > > > > > > > > > >>>
> > > > > > > > > > > >>> Now, the thing of it is, even though I installed
> the
> > > > > > > > > > > >>> Sun/Oracle version, when I
> > > > > > > > > > > >>> installed some other component (libreoffice, I
> think,
> > >
> > > but
> > >
> > > > > > > > > > > >>> I
> > > > > > > >
> > > > > > > > forget
> > > > > > > >
> > > > > > > > > > > >>> exactly what), a dependency that was installed was
> > > > > > > > > > > >>> OpenJDK.
> > > > > > > >
> > > > > > > >  Hmmm.
> > > > > > > >
> > > > > > > > > > > >>> I tried to do the following conversion at the
> command
> > > > > > > > > > > >>> line:
> > > > > > > > > > > >>>
> > > > > > > > > > > >>> java -jar
> > > > > > > > > >
> > > > > > > > > >
> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > > > > > >r
> > > > > > > > > >
> > > > > > > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > > > > > > > > >>>
> > > > > > > > > > > >>> It failed.  I got:
> > > > > > > > > > > >>>
> > > > > > > > > > > >>> Exception in thread "main"
> > > > > > > > > > > >>>
> org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > >>> could not load document: FAX COVER SHEET.doc
> > > > > > > > > > > >>> ~
> > > > > > > > > > > >>> Caused by:
> > > > > > > > > > > >>> com.sun.star.lang.IllegalArgumentException: URL
> seems
> > > > > > > >
> > > > > > > > to
> > > > > > > >
> > > > > > > > > > be
> > > > > > > > > >
> > > > > > > > > > > >>> an unsupported one.
> > > > > > > > > > > >>> ~
> > > > > > > > > > > >>>
> > > > > > > > > > > >>> I can convert MS Word docs, can't I?
> > > > > > > > > > > >>>
> > > > > > > > > > > >>> Dimitri
> > > > > > > > > > > >>>
> > > > > > > > > > > >>> On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik
> > >
> > > wrote:
> > > > > > > > > > > >>>> Please try to stop it and run jod converter via
> > > > > > > > > > > >>>> commandline (jod
> > > > > > > > > > > >>>
> > > > > > > > > > > >>> converter
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>> will start libreoffice automatically)
> > > > > > > > > > > >>>> also please check your java version?
> > > > > > > > > > > >>>>
> > > > > > > > > > > >>>>
> > > > > > > > > > > >>>> java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> > > > > > > > > > > >>>> -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > > > > > > > > > > >>>> -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > > > > > > > > > > >>>> -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> > > > > > > > > > > >>>> -cp
> /usr/local/jodconverter/lib/commons-cli-1.1.jar
> > >
> > > -cp
> > >
> > > > > > > > > > > >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > > > > > > > > > >>>> -cp /usr/local/jodconverter/lib/json-20090211.jar
> > > > > > > > > > > >>>> -cp
> > >
> > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4
> > >
> > > > > > > > > > > >>>>.j ar -jar
> > > > > > > >
> > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > >
> > > > > > > > > >e1 8e 94 e7
> > > > > > > > > >
> > > > > > > > > > > >>>b1 78
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>
> 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > > > > > > > > > >>>> 1a.pdf
> > > > > > > > > > > >>>>
> > > > > > > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> > > > > > > > > > > >>>
> > > > > > > > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > > > > > > > >>>>> Thanks to both Maxim and Alexsei for your
> > > > > > > > > > > >>>>> responses. CentOS
> > > > > > > >
> > > > > > > > 6.x
> > > > > > > >
> > > > > > > > > > > >>>>> (and,
> > > > > > > > > > > >>>
> > > > > > > > > > > >>> by
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>> extension, I'd guess, RHEL 6.x) no longer use
> > > > > > > > > > > >>>>> openoffice but,
> > > > > > > > > >
> > > > > > > > > > rather,
> > > > > > > > > >
> > > > > > > > > > > >>>>> libreoffice.  libreoffice-headless is installed,
> > > > > > > > > > > >>>>> and
> > >
> > > is
> > >
> > > > > > > > > > > >>>>> running as
> > > > > > > > > >
> > > > > > > > > > a
> > > > > > > > > >
> > > > > > > > > > > >>>>> service:
> > > > > > > > > > > >>>>>
> > > > > > > > > > > >>>>> tcp        0      0 127.0.0.1:8100
> > > > > > > > > > > >>>>> 0.0.0.0:* LISTEN      13514/soffice.bin
> > > > > > > > > > > >>>>>
> > > > > > > > > > > >>>>> started with:
> > > > > > > > > > > >>>>>
> > > > > > > > > > > >>>>> soffice --headless
> > > > > > > > > > > >>>>> --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > > > > > > > > >>>>> --nofirststartwizard
> > > > > > > > > > > >>>>>
> > > > > > > > > > > >>>>> Dimitri
> > > > > > > > > > > >>>>>
> > > > > > > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm Alexei Fedotov
> > >
> > > wrote:
> > > > > > > > > > > >>>>>> It says, URL seems to be unsupported.
> > > > > > > > > > > >>>>>>
> > > > > > > > > > > >>>>>> The class which produces it is under com.sun, so
> > > > > > > > > > > >>>>>> the problem
> > > > > > > >
> > > > > > > > may
> > > > > > > >
> > > > > > > > > > be
> > > > > > > > > >
> > > > > > > > > > > >>> in
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>> the
> > > > > > > > > > > >>>>>
> > > > > > > > > > > >>>>>> old OpenOffice version
> > > > > > > > > > > >>>>>> 30.07.2012 21:54 пользователь "Dimitri Yioulos"
> > > > > > > > > > > >>>>>> <dy...@onpointfc.com>
> > > > > > > > > > > >>>>>>
> > > > > > > > > > > >>>>>> написал:
> > > > > > > > > > > >>>>>>> Hello to all.
> > > > > > > > > > > >>>>>>>
> > > > > > > > > > > >>>>>>> I'm not new to Openmeetings, having originally
> > > > > > > > > > > >>>>>>> installed and tried
> > > > > > > > > > > >>>
> > > > > > > > > > > >>> it
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>> at
> > > > > > > > > > > >>>>>
> > > > > > > > > > > >>>>>>> least a
> > > > > > > > > > > >>>>>>> couple of years ago.  Thanks to Sabastian Wgner
> > > > > > > > > > > >>>>>>> for having created it, and to
> > > > > > > > > > > >>>>>>> Apache for taking the project forward.
> > > > > > > > > > > >>>>>>>
> > > > > > > > > > > >>>>>>> I've installed version 2.0.0 on a CentOS 6.2
> > >
> > > server.
> > >
> > > > > > > > > > > >>>>>>> All of the prerequisites
> > > > > > > > > > > >>>>>>> are installed, and Openmeetings works well.
>  With
> > >
> > > the
> > >
> > > > > > > > exception
> > > > > > > >
> > > > > > > > > > > >>>>>>> of file uploading, that is.  After figuring out
> > > > > > > > > > > >>>>>>> the paths of the
> > > > > > > > > > > >>>
> > > > > > > > > > > >>> various
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> components required to make file uploading
> work,
> > >
> > > I'm
> > >
> > > > > > > > > > > >>>>>>> finally
> > > > > > > >
> > > > > > > > at
> > > > > > > >
> > > > > > > > > > > >>>>>>> a point where I'm stuck.
> > > > > > > > > > > >>>>>>> When I try to upload a file, I get the
> following
> > > > > > > > > > > >>>>>>> (it's
> > > > > > > >
> > > > > > > > verbose;
> > > > > > > >
> > > > > > > > > > > >>>>>>> I apologize):
> > > > > > > > > > > >>>>>>>
> > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > >>>>>>> [java, -cp,
> > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/juh-3.2.1.jar, -cp,
> > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar,
> -cp,
> > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar,
> -cp,
> > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar,
> -cp,
> > > > > > > > > > > >>>>>>>
> /usr/local/jodconverter/lib/commons-cli-1.1.jar,
> > >
> > > -cp,
> > >
> > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar,
> > >
> > > -cp,
> > >
> > > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar,
> > > > > > > > > > > >>>>>>> -cp,
> > >
> > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > >
> > > > > > > > > > > >>>>>>>a- 4. ja r, -jar,
> > >
> > > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > >
> > > > > > > > > > > >>>>>>>a- 4. ja r,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > >
> > > > > > > > > >b4 94 e1 8e
> > > > > > > > > >
> > > > > > > > > > > >>>94
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > >
> > > > > > > > > >e1 8e 94 e7
> > > > > > > > > >
> > > > > > > > > > > >>>b1
> > >
> > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > >
> > > > > > > > > > > >>>>>>>f] Name: error Value: Jul 30, 2012 1:18:25 PM
> > >
> > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > >
> > > > > > > > > > > >>>>>>>eM an ag er INFO: ProcessManager implementation
> is
> > > > > > > > > > > >>>>>>> LinuxProcessManager Jul 30, 2012 1:18:26 PM
> > > > > > > > > > > >>>>>>>
> org.artofsolving.jodconverter.office.OfficeProces
> > > > > > > > > > > >>>>>>>s start INFO: starting process with
> > > > > > > > > > > >>>>>>> acceptString
> > > > > > > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > > > >
> > > > > > > > and
> > > > > > > >
> > > > > > > > > > > >>>>>>> profileDir
> > > > > > > >
> > > > > > > > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > > > > > >
> > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > > > > >>>>>>>
> org.artofsolving.jodconverter.office.OfficeProces
> > > > > > > > > > > >>>>>>>s start INFO: started process; pid = 13986 Jul
> 30,
> > > > > > > > > > > >>>>>>> 2012 1:18:26 PM
> > >
> > > org.artofsolving.jodconverter.office.OfficeConnection
> > >
> > > > > > > > > > > >>>>>>> connect
> > > > > > > > > > > >>>>>>> INFO: connected:
> > > > > > > >
> > > > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > > > >
> > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > >
> > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > >
> > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopping
> > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > >
> > > org.artofsolving.jodconverter.office.OfficeConnection
> > >
> > > > > > > > > > > >>>>>>>$1 disposing
> > > > > > > > > > > >>>>>>> INFO: disconnected:
> > > > > > > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > >
> > > org.artofsolving.jodconverter.office.ManagedOfficePro
> > >
> > > > > > > > > > > >>>>>>>ce ss doEnsureProcessExited
> > > > > > > > > > > >>>>>>> INFO: process exited with code 0
> > > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > >
> > > org.artofsolving.jodconverter.office.ProcessPoolOffic
> > >
> > > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopped
> > > > > > > > > > > >>>>>>> Exception in thread "main"
> > >
> > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > > >>>>>>> could not load document:
> > > > > > > > > > > >>>>>>> 5b494e18e94e7b1784cbc2a9b42b161a.doc at
> > >
> > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > >
> > > > > > > > > >nt (A bs tr
> > > > > > > > > >
> > > > > > > > > > > >>>ac
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> tConversionTask.java:92) at
> > >
> > > org.artofsolving.jodconverter.AbstractConversionTask.execute(Ab
> > >
> > > > > > > > > >st ra ct Co
> > > > > > > > > >
> > > > > > > > > > > >>>nv
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> ersionTask.java:59) at
> > >
> > > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(
> > >
> > > > > > > > > >Po ol ed Of
> > > > > > > > > >
> > > > > > > > > > > >>>fi
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> ceManager.java:80) at
> > >
> > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > > > > > > > >>>47
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> 1) at
> > > > > > > >
> > > > > > > >
> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> > > > > > > >
> > > > > > > > > > > >>>>>>>34 ) at
> > > > > > > >
> > > > > > > > java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > > > > > > >
> > > > > > > > > > > >>>>>>> at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe
> > >
> > > > > > > > > >cu to r. ja
> > > > > > > > > >
> > > > > > > > > > > >>>va
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> :1110) at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolEx
> > >
> > > > > > > > > >ec ut or .j
> > > > > > > > > >
> > > > > > > > > > > >>>av
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> a:603) at java.lang.Thread.run(Thread.java:722)
> > > > > > > > > > > >>>>>>> Caused by:
> > > > > > > > > > > >>>>>>> com.sun.star.lang.IllegalArgumentException: URL
> > >
> > > seems
> > >
> > > > > > > > > > > >>>>>>> to be
> > > > > > > > > > > >>>>>
> > > > > > > > > > > >>>>> an
> > > > > > > > > > > >>>>>
> > > > > > > > > > > >>>>>>> unsupported one.
> > > > > > > > > > > >>>>>>>        at
> > >
> > > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRa
> > >
> > > > > > > > > >is ed Ex ce
> > > > > > > > > >
> > > > > > > > > > > >>>pt
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> ion(Job.java:177) at
> > > > > > > >
> > > > > > > >
> com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> > > > > > > >
> > > > > > > > > > > >>>>>>>43 ) at
> > >
> > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > >
> > > > > > > > > >e. ja va
> > > > > > > > > >
> > > > > > > > > >:3
> > > > > > > > > >:
> > > > > > > > > > > >>>35
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> ) at
> > >
> > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > >
> > > > > > > > > >e. ja va
> > > > > > > > > >
> > > > > > > > > >:3
> > > > > > > > > >:
> > > > > > > > > > > >>>04
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> ) at
> > >
> > > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(J
> > >
> > > > > > > > > >av aT hr ea
> > > > > > > > > >
> > > > > > > > > > > >>>dP
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> ool.java:91) at
> > >
> > > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sen
> > >
> > > > > > > > > >dR eq ue st
> > > > > > > > > >
> > > > > > > > > > > >>>(j
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> ava_remote_bridge.java:639) at
> > >
> > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.r
> > >
> > > > > > > > > >eq ue st (P
> > > > > > > > > >
> > > > > > > > > > > >>>ro
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> xyFactory.java:151) at
> > >
> > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.i
> > >
> > > > > > > > > >nv ok e( Pr
> > > > > > > > > >
> > > > > > > > > > > >>>ox
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> yFactory.java:133) at
> > > > > > > > > > > >>>>>>> $Proxy4.loadComponentFromURL(Unknown
> > > > > > > > > >
> > > > > > > > > > Source)
> > > > > > > > > >
> > > > > > > > > > > >>>>>>>        at
> > >
> > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > >
> > > > > > > > > >nt (A bs tr
> > > > > > > > > >
> > > > > > > > > > > >>>ac
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> tConversionTask.java:90) ... 8 more
> > > > > > > > > > > >>>>>>>
> > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > >>>>>>> Value: doJodConvert
> > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > >>>>>>> Name: completeName
> > > > > > > > > > > >>>>>>> Value:
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > >
> > > > > > > > > >b4 94 e1 8e
> > > > > > > > > >
> > > > > > > > > > > >>>94
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > >>>>>>> Name: fileExplorerItemId
> > > > > > > > > > > >>>>>>> Value: 7
> > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > >>>>>>> Value: generateXMLDocument
> > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> > > > > > > > > > > >>>>>>> 80,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > >
> > > > > > > > > >e1 8e 94 e7
> > > > > > > > > >
> > > > > > > > > > > >>>b1
> > >
> > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > >
> > > > > > > > > > > >>>>>>>f,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > >
> > > > > > > > > >e1 8e 94 e7
> > > > > > > > > >
> > > > > > > > > > > >>>b1
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name:
> > > > > > > > > > > >>>>>>> error Value: convert: unable to open image
> > >
> > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > >
> > > > > > > > > >4e 18 e9 4e
> > > > > > > > > >
> > > > > > > > > > > >>>7b
> > >
> > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > >
> > > > > > > > > > > >>>>>>>df ': No such
> > > > > > > > > > > >>>
> > > > > > > > > > > >>> file
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>> or
> > > > > > > > > > > >>>>>
> > > > > > > > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > > > > > > > > > >>>>>>> convert: missing an image filename
> > >
> > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > >
> > > > > > > > > >4e 18 e9 4e
> > > > > > > > > >
> > > > > > > > > > > >>>7b
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > > > > > > > > > > >>>>>>> convert.c/ConvertImageCommand/2800.
> > > > > > > > > > > >>>>>>>
> > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > >>>>>>> Value: generateBatchThumbByWidth
> > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > >>>>>>> Value: processPDF
> > > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s, insertstop,
> > > > > > > > > > > >>>>>>> -s, poly2bitmap,
> > > > > > > > > > > >>>
> > > > > > > > > > > >>> -i,
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>> -j,
> > > > > > > > > > > >>>>>
> > > > > > > > > > > >>>>>>> 85, -s,
> > > > > > > > > > > >>>>>>> zoom=72,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > >
> > > > > > > > > >e1 8e 94 e7
> > > > > > > > > >
> > > > > > > > > > > >>>b1
> > >
> > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > >
> > > > > > > > > > > >>>>>>>f,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > >
> > > > > > > > > >e1 8e 94 e7
> > > > > > > > > >
> > > > > > > > > > > >>>b1
> > >
> > > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.sw
> > >
> > > > > > > > > > > >>>>>>>f] Name: error
> > > > > > > > > > > >>>>>>>
> > > > > > > > > > > >>>>>>> Value: Error: Couldn't open
> > > > > > > > > > > >>>>>>> file
> > >
> > > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > >
> > > > > > > > > >4e 18 e9 4e
> > > > > > > > > >
> > > > > > > > > > > >>>7b
> > >
> > > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > >
> > > > > > > > > > > >>>>>>>df '
> > > > > > > > > > > >>>>>>>
> > > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > > >>>>>>> Value: generateSwf
> > > > > > > > > > > >>>>>>>
> > > > > > > > > > > >>>>>>> So, it looks like a file couldn't be opened.
>  The
> > > > > > > > > > > >>>>>>> file is
> > > > > > > >
> > > > > > > > owner
> > > > > > > >
> > > > > > > > > > > >>>>>>> by
> > > > > > > > > > > >>>>>
> > > > > > > > > > > >>>>> root,
> > > > > > > > > > > >>>>>
> > > > > > > > > > > >>>>>>> and has
> > > > > > > > > > > >>>>>>> 644 permissions.  Are these set by
> jodconverter?
> > > > > > > > > > > >>>>>>> Anyway,
> > > > > > > >
> > > > > > > > does
> > > > > > > >
> > > > > > > > > > > >>> anyone
> > > > > > > > > > > >>>
> > > > > > > > > > > >>>>>>> know how
> > > > > > > > > > > >>>>>>> I can resolve this issue?
> > > > > > > > > > > >>>>>>>
> > > > > > > > > > > >>>>>>> Many thanks.
> > > > > > > > > > > >>>>>>>
> > > > > > > > > > > >>>>>>> Dimitri
> > > > > > > > > > > >>>>>>>
> > > > > > > > > > > >>>>>>> --
> > > > > > > > > > > >>>>>>> This message has been scanned for viruses and
> > > > > > > > > > > >>>>>>> dangerous content by MailScanner, and is
> > > > > > > > > > > >>>>>>> believed to be clean.
> > > > > > > > > > > >>>>>
> > > > > > > > > > > >>>>> --
> > > > > > > > > > > >>>>> This message has been scanned for viruses and
> > > > > > > > > > > >>>>> dangerous content by MailScanner, and is
> > > > > > > > > > > >>>>> believed to be clean.
> > > > > > > > > > > >>>>
> > > > > > > > > > > >>>> --
> > > > > > > > > > > >>>> WBR
> > > > > > > > > > > >>>> Maxim aka solomax
> > > > > > > > > > > >>>
> > > > > > > > > > > >>> --
> > > > > > > > > > > >>> This message has been scanned for viruses and
> > > > > > > > > > > >>> dangerous content by MailScanner, and is
> > > > > > > > > > > >>> believed to be clean.
> > > > > > > > > > > >>
> > > > > > > > > > > >> --
> > > > > > > > > > > >> WBR
> > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > > believed to be clean.
> > > > > > > > > > >
> > > > > > > > > > > Stephen Cottham
> > > > > > > > > > > Group IT Manager (Associate)
> > > > > > > > > > >
> > > > > > > > > > > Robert Bird Group
> > > > > > > > > > > Level 5, 333 Ann St
> > > > > > > > > > > Brisbane, Queensland, 4000, Australia
> > > > > > > > > > > Phone: +6173 319 2777 (AUS)
> > > > > > > > > > > Phone: +44207 592 8000 (UK)
> > > > > > > > > > > Fax: +6173 319 2799
> > > > > > > > > > >
> > > > > > > > > > > Mobile:  +61400 756 963 (AUS)
> > > > > > > > > > > Mobile: +447900 918 616 (UK)
> > > > > > > > > > > Web: www.robertbird.com
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > This email and any attachments are confidential and may
> > > > > > > > > > > contain
> > > > > > > >
> > > > > > > > legally
> > > > > > > >
> > > > > > > > > > > privileged information or copyright material. Unless
> > > > > > > > > > > expressly
> > > > > > > >
> > > > > > > > stated,
> > > > > > > >
> > > > > > > > > > > confidentiality and/or legal privilege is not intended
> to
> > >
> > > be
> > >
> > > > > > > > > > > waived
> > > > > > > >
> > > > > > > > by
> > > > > > > >
> > > > > > > > > > the
> > > > > > > > > >
> > > > > > > > > > > sending of this email. The contents of this email,
> > >
> > > including
> > >
> > > > > > > > > > > any attachments, are intended solely for the use of the
> > > > > > > > > > > individual or entity
> > > > > > > > > >
> > > > > > > > > > to
> > > > > > > > > >
> > > > > > > > > > > whom they are addressed. If you are not an intended
> > > > > > > > > > > recipient, please contact us immediately by return
> email
> > >
> > > and
> > >
> > > > > > > > > > > then delete both messages. You may not otherwise read,
> > > > > > > > > > > forward, copy, use or disclose this email or any
> > >
> > > attachments.
> > >
> > > > > > > > > > > Any views expressed in this email are those of
> > > > > > > >
> > > > > > > > the
> > > > > > > >
> > > > > > > > > > individual
> > > > > > > > > >
> > > > > > > > > > > sender except where the sender expressly, and with
> > >
> > > authority,
> > >
> > > > > > > > > > > states otherwise. It is your responsibility to check
> any
> > > > > > > > > > > attachments for viruses or defects before opening or
> > >
> > > sending
> > >
> > > > > > > > > > > them on. None of the sender or its related entities
> > > > > > > > > > > accepts any liability for any consequential damage
> > > > > > > > > > > resulting from this email containing computer viruses.
> > > > > > > > > > >
> > > > > > > > > > > Disclaimer added by CodeTwo Exchange Rules
> > > > > > > > > > > http://www.codetwo.com
> > > > > > > > > > >
> > > > > > > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> > >
> > > LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5
> > >
> > > > > > > >kL zI 4M
> > > > > > > >
> > > > > > > > > >DA
> > > > > > > > > >
> > > > > > > > > > >u
> > >
> > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > >
> > > > > > > >nZ W5 lc
> > > > > > > >
> > > > > > > > > >mF
> > > > > > > > > >
> > > > > > > > > > >0
> > >
> > > ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4
> > >
> > > > > > > >+P iB WY
> > > > > > > >
> > > > > > > > > >Wx
> > > > > > > > > >
> > > > > > > > > > >1
> > >
> > > ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXN
> > >
> > > > > > > >zU ER GD
> > > > > > > >
> > > > > > > > > >Qo
> > > > > > > > > >
> > > > > > > > > > >+
> > >
> > > Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXh
> > >
> > > > > > > >pd FZ hb
> > > > > > > >
> > > > > > > > > >HV
> > > > > > > > > >
> > > > > > > > > > >l
> > >
> > > DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4
> > >
> > > > > > > >gV mF sd
> > > > > > > >
> > > > > > > > > >WU
> > > > > > > > > >
> > > > > > > > > > >6
> > >
> > > IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHk
> > >
> > > > > > > >yY ml 0b
> > > > > > > >
> > > > > > > > > >WF
> > > > > > > > > >
> > > > > > > > > > >w
> > >
> > > LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4
> > >
> > > > > > > >gO DU sI
> > > > > > > >
> > > > > > > > > >C1
> > > > > > > > > >
> > > > > > > > > > >z
> > >
> > > LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXR
> > >
> > > > > > > >pb md zL
> > > > > > > >
> > > > > > > > > >3d
> > > > > > > > > >
> > > > > > > > > > >l
> > >
> > > YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4
> > >
> > > > > > > >+P iA NC
> > > > > > > >
> > > > > > > > > >j4
> > > > > > > > > >
> > > > > > > > > > >+
> > >
> > > Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQ
> > >
> > > > > > > >yY jE 2M
> > > > > > > >
> > > > > > > > > >WE
> > > > > > > > > >
> > > > > > > > > > >u
> > >
> > > cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3B
> > >
> > > > > > > >lb m1 lZ
> > > > > > > >
> > > > > > > > > >XR
> > > > > > > > > >
> > > > > > > > > > >p
> > >
> > > bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg
> > >
> > > > > > > >0Y 2J jM
> > > > > > > >
> > > > > > > > > >mE
> > > > > > > > > >
> > > > > > > > > > >5
> > >
> > > YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1
> > >
> > > > > > > >lO g0 KP
> > > > > > > >
> > > > > > > > > >j4
> > > > > > > > > >
> > > > > > > > > > >+
> > >
> > > Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4
> > >
> > > > > > > >nd CB vc
> > > > > > > >
> > > > > > > > > >GV
> > > > > > > > > >
> > > > > > > > > > >u
> > >
> > > DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3M
> > >
> > > > > > > >vd 2V iY
> > > > > > > >
> > > > > > > > > >XB
> > > > > > > > > >
> > > > > > > > > > >w
> > >
> > > cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo
> > >
> > > > > > > >+P j4 +P
> > > > > > > >
> > > > > > > > > >j4
> > > > > > > > > >
> > > > > > > > > > >+
> > >
> > > IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTY
> > >
> > > > > > > >xY S5 wZ
> > > > > > > >
> > > > > > > > > >GY
> > > > > > > > > >
> > > > > > > > > > >n
> > >
> > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > >
> > > > > > > >nZ W5 lc
> > > > > > > >
> > > > > > > > > >mF
> > > > > > > > > >
> > > > > > > > > > >0
> > >
> > > ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGN
> > >
> > > > > > > >vd Wx kb
> > > > > > > >
> > > > > > > > > >id
> > > > > > > > > >
> > > > > > > > > > >0
> > >
> > > IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiA
> > >
> > > > > > > >NC j4 +P
> > > > > > > >
> > > > > > > > > >j4
> > > > > > > > > >
> > > > > > > > > > >+
> > >
> > > IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWl
> > >
> > > > > > > >zc 2l vb
> > > > > > > >
> > > > > > > > > >nM
> > > > > > > > > >
> > > > > > > > > > >u
> > >
> > > ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4
> > >
> > > > > > > >+I A0 KP
> > > > > > > >
> > > > > > > > > >j4
> > > > > > > > > >
> > > > > > > > > > >+
> > >
> > > IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXN
> > >
> > > > > > > >vb HZ lI
> > > > > > > >
> > > > > > > > > >HR
> > > > > > > > > >
> > > > > > > > > > >o
> > >
> > > aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4
> > >
> > > > > > > >gD Qo +P
> > > > > > > >
> > > > > > > > > >j4
> > > > > > > > > >
> > > > > > > > > > >+
> > >
> > > Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWV
> > >
> > > > > > > >zc 2F nZ
> > > > > > > >
> > > > > > > > > >SB
> > > > > > > > > >
> > > > > > > > > > >o
> > >
> > > YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXM
> > >
> > > > > > > >gY 29 ud
> > > > > > > >
> > > > > > > > > >GV
> > > > > > > > > >
> > > > > > > > > > >u
> > >
> > > dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGN
> > >
> > > > > > > >sZ WF uL
> > > > > > > >
> > > > > > > > > >g0
> > > > > > > > > >
> > > > > > > > > > >K
> > >
> > > Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5
> > >
> > > > > > > >uZ WQ gZ
> > > > > > > >
> > > > > > > > > >m9
> > > > > > > > > >
> > > > > > > > > > >y
> > >
> > > IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5
> > >
> > > > > > > >lc iw gY
> > > > > > > >
> > > > > > > > > >W5
> > > > > > > > > >
> > > > > > > > > > >k
> > >
> > > IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo
> > >
> > > > > > > >+P j4 +I
> > > > > > > >
> > > > > > > > > >Fd
> > > > > > > > > >
> > > > > > > > > > >C
> > >
> > > Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyB
> > >
> > > > > > > >tZ XN zY
> > > > > > > >
> > > > > > > > > >Wd
> > > > > > > > > >
> > > > > > > > > > >l
> > >
> > > IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGN
> > >
> > > > > > > >vb nR lb
> > > > > > > >
> > > > > > > > > >nQ
> > > > > > > > > >
> > > > > > > > > > >g
> > >
> > > YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0
> > >
> > > > > > > >KP j4 gD
> > > > > > > >
> > > > > > > > > >Qo
> > > > > > > > > >
> > > > > > > > > > >+
> > >
> > > PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiA
> > >
> > > > > > > >tL SA NC
> > > > > > > >
> > > > > > > > > >j4
> > > > > > > > > >
> > > > > > > > > > >g
> > >
> > > VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGR
> > >
> > > > > > > >hb md lc
> > > > > > > >
> > > > > > > > > >m9
> > > > > > > > > >
> > > > > > > > > > >1
> > >
> > > cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmU
> > >
> > > > > > > >gY 2x lY
> > > > > > > >
> > > > > > > > > >W4
> > > > > > > > > >
> > > > > > > > > > >u DQo+IA0K
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > believed to be clean.
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > WBR
> > > > > > > > > Maxim aka solomax
> > > > > > > >
> > > > > > > > --
> > > > > > > > This message has been scanned for viruses and
> > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > believed to be clean.
> > > > > > >
> > > > > > > --
> > > > > > > WBR
> > > > > > > Maxim aka solomax
> > >
> > > --
> > > This message has been scanned for viruses and
> > > dangerous content by MailScanner, and is
> > > believed to be clean.
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>


-- 
WBR
Maxim aka solomax

Re: File upload troubles

Posted by Dimitri Yioulos <dy...@onpointfc.com>.
Hi, Alexei.

If you mean the Monday post by Maxim, where he asks:

what is the output of yum groupinstall "Office Suite and Productivity" 

then, yes, I saw it and responded to it.  Here's what I wrote (most recent post 
first; again, sorry for the verbosity):


1.  Apologies for the drips-and-drabs of information.  I just 
ran "java -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar 
faxcover.doc faxcover.pdf" at the command line (obviously, I guess), and it 
worked successfully.  So, why is file upload still failing?


2.  I ran yum groupinstall "Office Suite and Productivity", feeling there was 
nothing to lose.  Still no joy.  When I try to upload a file, I get the 
following errors:

Name: error
Value: convert: unable to open image 
`/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': 
No such file or directory @ blob.c/OpenBlob/2480.
convert: missing an image filename 
`/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/_thumb_page-%04d.jpg' 
@ convert.c/ConvertImageCommand/2800.

Name: process
Value: generateBatchThumbByWidth
Name: exitValue
Value: 0
Name: process
Value: processPDF
Name: out
Value: 
Name: exitValue
Value: 1
Name: command
Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i, -j, 85, -s, 
zoom=72, /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf, /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf]
Name: error
Value: Error: Couldn't open 
file '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'

Name: process
Value: generateSwf

ImageMagick is installed properly, afaik.  Is this a bug, or a misconfiguration 
on my part?


3.  Maxim,

Output of yum groupinstall "Office Suite and Productivity" is:

Installing:
 libreoffice-calc
 libreoffice-draw
 libreoffice-graphicfilter
 libreoffice-impress
 libreoffice-langpack-en
 libreoffice-math
 libreoffice-writer
 libreoffice-xsltfilter
Installing for dependencies:
 libreoffice-pdfimport
 libreoffice-presenter-screen
 libwpd
 lpsolve
 mythes-en

Output of tail "FAX COVER SHEET.doc" is:

þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot 
Entryÿÿÿÿÿÿÿÿ    ÀF É
                                                                                    
NljÍ5Data
1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSummaryInformation8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ
ÿÿÿÿ    ÀFMicrosoft Office Word Document
MSWordDocWord.Document.8ô9²q[root@openmeetings ~]# 
PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY

(that's some weird stuff :-) ).

Output of ps -ef|grep office is:

[root@openmeetings ~]# ps -ef|grep office
root      1587     1  0 Jul30 ?        
00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
root      1599  1587  0 Jul30 ?        
00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
root     16352 16270  0 07:25 pts/1    00:00:00 grep office


Does any of this information help you to help me?

Dimitri


On Wednesday 01 August 2012 7:27:19 am Alexei Fedotov wrote:
> Dimitri, have you noticed the message from Maxim
> 01.08.2012 15:23 пользователь "Dimitri Yioulos" <dy...@onpointfc.com>
>
> написал:
> > I sent some updated information yesterday regarding this issue.  Does
> > anyone
> > have any more ideas on how I can resolve this?  Your continued help would
> > be
> > appreciated.
> >
> > Many thanks.
> >
> > Dimitri
> >
> > On Tuesday 31 July 2012 9:00:53 am Dimitri Yioulos wrote:
> > > Apologies for the drips-and-drabs of information.  I just
> > > ran "java -jar
> >
> > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> >
> > > faxcover.doc faxcover.pdf" at the command line (obviously, I guess),
> > > and
> >
> > it
> >
> > > worked successfully.  So, why is file upload still failing?
> > >
> > > Dimitri
> > >
> > > On Tuesday 31 July 2012 8:50:01 am Dimitri Yioulos wrote:
> > > > I ran yum groupinstall "Office Suite and Productivity", feeling there
> >
> > was
> >
> > > > nothing to lose.  Still no joy.  When I try to upload a file, I get
> > > > the following errors:
> > > >
> > > > Name: error
> > > > Value: convert: unable to open image
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No such
> > > > file
> >
> > or
> >
> > > > directory @ blob.c/OpenBlob/2480.
> > > > convert: missing an image filename
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > >bd c964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > > convert.c/ConvertImageCommand/2800.
> > > >
> > > > Name: process
> > > > Value: generateBatchThumbByWidth
> > > > Name: exitValue
> > > > Value: 0
> > > > Name: process
> > > > Value: processPDF
> > > > Name: out
> > > > Value:
> > > > Name: exitValue
> > > > Value: 1
> > > > Name: command
> > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i,
> >
> > -j,
> >
> > > > 85, -s, zoom=72,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >
> > > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >
> > > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf] Name: error
> > > > Value: Error: Couldn't open
> > > > file
> >
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >
> > > >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > > >
> > > > Name: process
> > > > Value: generateSwf
> > > >
> > > > ImageMagick is installed properly, afaik.  Is this a bug, or a
> > > > misconfiguration on my part?
> > > >
> > > > Dimitri
> > > >
> > > > On Tuesday 31 July 2012 7:24:20 am Dimitri Yioulos wrote:
> > > > > Maxim,
> > > > >
> > > > > Output of yum groupinstall "Office Suite and Productivity" is:
> > > > >
> > > > > Installing:
> > > > >  libreoffice-calc
> > > > >  libreoffice-draw
> > > > >  libreoffice-graphicfilter
> > > > >  libreoffice-impress
> > > > >  libreoffice-langpack-en
> > > > >  libreoffice-math
> > > > >  libreoffice-writer
> > > > >  libreoffice-xsltfilter
> > > > > Installing for dependencies:
> > > > >  libreoffice-pdfimport
> > > > >  libreoffice-presenter-screen
> > > > >  libwpd
> > > > >  lpsolve
> > > > >  mythes-en
> > > > >
> > > > > Output of tail "FAX COVER SHEET.doc" is:
> >
> > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > >ÿÿ ÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot Entryÿÿÿÿÿÿÿÿ
> > > > > ÀF É
> > > > >
> > > > > NljÍ5Data
> >
> > 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSum
> >
> > > > >ma ry
> >
> > Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > >ÿÿ ÿÿÿ
> >
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >
> > > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ    ÀFMicrosoft Office
> > > > > Word Document MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> >
> > PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYP
> >
> > > > >uT TY PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > > >
> > > > > (that's some weird stuff :-) ).
> > > > >
> > > > > Output of ps -ef|grep office is:
> > > > >
> > > > > [root@openmeetings ~]# ps -ef|grep office
> > > > > root      1587     1  0 Jul30 ?
> > > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> > > > > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
> >
> > root
> >
> > > > >  1599  1587  0 Jul30 ?
> > > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> > > > > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
> >
> > root
> >
> > > > > 16352 16270  0 07:25 pts/1    00:00:00 grep office
> > > > >
> > > > > Dimitri
> > > > >
> > > > > On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik wrote:
> > > > > > what is the output of
> > > > > >
> > > > > > *yum groupinstall* "*Office* Suite and Productivity"
> > > > > >
> > > > > > yum install openoffice.org-headless
> > > > > >
> > > > > > what is the output of (to ensure it is not file/permission
> > > > > > problem) tail "FAX COVER SHEET.doc"
> > > > > >
> > > > > > can you check there is no office processes running?
> > > > > > ps -ef|grep office
> > > > > >
> > > > > > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos
> > > > >
> > > > > <dy...@onpointfc.com>wrote:
> > > > > > > Maxim,
> > > > > > >
> > > > > > > Followed the instructions in the link you provided, and now:
> > > > > > >
> > > > > > > [root@openmeetings ~]# java -version
> > > > > > > java version "1.7.0_05"
> > > > > > > Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
> > > > > > > Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode,
> > > > > > > sharing)
> > > > > > >
> > > > > > > As you can see, I just upgraded the Java installation to the
> > > > > > > very latest from
> > > > > > > Oracle.  However, I still get:
> > > > > > >
> > > > > > > Exception in thread "main"
> > > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > could not load document: FAX COVER SHEET.doc
> > > > > > > ~
> > > > > > > Caused by: com.sun.star.lang.IllegalArgumentException: URL
> > > > > > > seems
> >
> > to
> >
> > > > > > > be an unsupported one.
> > > > > > > ~
> > > > > > >
> > > > > > > I think I'm infuriatingly close to getting this to work.  Your
> >
> > (and
> >
> > > > > > > others) continuing assistance much appreciated.
> > > > > > >
> > > > > > > Dimitri
> > > > > > >
> > > > > > > On Monday 30 July 2012 3:17:49 pm Maxim Solodovnik wrote:
> > > > > > > > please follow the link I have sent you
> > > > > > > > you need to install alternative _before_ you can configure it
> > > > > > > >
> > > > > > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos
> > > > > > >
> > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > Thanks, Stephen.  Here's what I get:
> > > > > > > > >
> > > > > > > > > [root@openmeetings ~]# alternatives --config java
> > > > > > > > >
> > > > > > > > > There is 1 program that provides 'java'.
> > > > > > > > >
> > > > > > > > >   Selection    Command
> > > > > > > > > -----------------------------------------------
> > > > > > > > > *+ 1           /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > > > > > > > >
> > > > > > > > > Enter to keep the current selection[+], or type selection
> > > > > > > > > number:
> > > > > > > > >
> > > > > > > > > Oh, oh.  I don't even see the Oracle version.  But, I
> >
> > installed
> >
> > > > > > > > > the
> > > > > > >
> > > > > > > JRE,
> > > > > > >
> > > > > > > > > not the
> > > > > > > > > JDK.  Might that be the rub?
> > > > > > > > >
> > > > > > > > > Dimitri
> > > > > > > > >
> > > > > > > > > On Monday 30 July 2012 3:03:57 pm Stephen Cottham wrote:
> > > > > > > > > > For java try
> > > > > > > > > >
> > > > > > > > > > update-java-alternatives
> > > > > > > > > >
> > > > > > > > > > Or
> > > > > > > > > >
> > > > > > > > > > alternatives --config java
> > > > > > > > > >
> > > > > > > > > > Should show you all java's installed and allow you to
> >
> > change
> >
> > > > > > > > > > the default.
> > > > > > > > > >
> > > > > > > > > > Sent from my iPhone
> > > > > > > > > >
> > > > > > > > > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos"
> > > > > > > > > > <dy...@onpointfc.com>
> > > > > > > > >
> > > > > > > > > wrote:
> > > > > > > > > > > Maxim,
> > > > > > > > > > >
> > > > > > > > > > > I'm not quite sure how to proceed.  First, I just
> >
> > installed
> >
> > > > > > > > > > > parts
> > > > > > >
> > > > > > > of
> > > > > > >
> > > > > > > > > > > libreoffice:
> > > > > > > > > > >
> > > > > > > > > > > libreoffice-headless-3.4.5.2-16.el6.i686
> > > > > > > > > > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > > > > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > > > > > > > >
> > > > > > > > > > > Should I do a "yum groupinstall libreoffice"?
> > > > > > > > > > >
> > > > > > > > > > > Next, I'm not sure how to open my doc.  This is a
> > > > > > > > > > > server install
> > > > > > >
> > > > > > > and,
> > > > > > >
> > > > > > > > > so,
> > > > > > > > >
> > > > > > > > > > > there is no Xwindow/desktop system installed.
> > > > > > > > > > >
> > > > > > > > > > > Finally, how do I get the Oracle java to be the
> > > > > > > > > > > default?
> >
> >  I
> >
> > > > > > > > > > > do have the following in /etc/profile so that the
> > > > > > > > > > > proper java be loaded at boot (I think):
> > > > > > > > > > >
> > > > > > > > > > > export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > > > > > > > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > > > > > > >
> > > > > > > > > > > Dimitri
> > > > > > > > > > >
> > > > > > > > > > > On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik wrote:
> > > > > > > > > > >> Yes you could :)
> > > > > > > > > > >> According to this:
> >
> > http://stackoverflow.com/questions/8420449/docsplit-jodconverter-op
> >
> > > > > > >en of f
> > > > > > >
> > > > > > > > > > >>ice -issue-on-debian
> > > > > > > > > > >>
> > > > > > > > > > >> can you ensure you have writer/calc/impress installed
> >
> > (by
> >
> > > > > > > > > > >> opening your doc for example)
> > > > > > > > > > >>
> > > > > > > > > > >> were you install your libreoffice via yum
> > > > > > > > > > >> groupinstall?
> > > > > > > > > > >>
> > > > > > > > > > >> I would recommend you to have Oracle java as default
> > > > > > > > > > >> one There are some weird issued with  OpenJDK.
> > > > > > > > > > >>
> > > > > > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos
> > > > > > > > > > >
> > > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > > >>> Let me take the easy part first:
> > > > > > > > > > >>>
> > > > > > > > > > >>> [root@openmeetings ~]# java -version
> > > > > > > > > > >>> java version "1.7.0_05-icedtea"
> > > > > > > > > > >>> OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
> > > > > > > > > > >>> OpenJDK Client VM (build 23.0-b21, mixed mode)
> > > > > > > > > > >>>
> > > > > > > > > > >>> Now, the thing of it is, even though I installed the
> > > > > > > > > > >>> Sun/Oracle version, when I
> > > > > > > > > > >>> installed some other component (libreoffice, I think,
> >
> > but
> >
> > > > > > > > > > >>> I
> > > > > > >
> > > > > > > forget
> > > > > > >
> > > > > > > > > > >>> exactly what), a dependency that was installed was
> > > > > > > > > > >>> OpenJDK.
> > > > > > >
> > > > > > >  Hmmm.
> > > > > > >
> > > > > > > > > > >>> I tried to do the following conversion at the command
> > > > > > > > > > >>> line:
> > > > > > > > > > >>>
> > > > > > > > > > >>> java -jar
> > > > > > > > >
> > > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > > > > >r
> > > > > > > > >
> > > > > > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > > > > > > > >>>
> > > > > > > > > > >>> It failed.  I got:
> > > > > > > > > > >>>
> > > > > > > > > > >>> Exception in thread "main"
> > > > > > > > > > >>> org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > >>> could not load document: FAX COVER SHEET.doc
> > > > > > > > > > >>> ~
> > > > > > > > > > >>> Caused by:
> > > > > > > > > > >>> com.sun.star.lang.IllegalArgumentException: URL seems
> > > > > > >
> > > > > > > to
> > > > > > >
> > > > > > > > > be
> > > > > > > > >
> > > > > > > > > > >>> an unsupported one.
> > > > > > > > > > >>> ~
> > > > > > > > > > >>>
> > > > > > > > > > >>> I can convert MS Word docs, can't I?
> > > > > > > > > > >>>
> > > > > > > > > > >>> Dimitri
> > > > > > > > > > >>>
> > > > > > > > > > >>> On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik
> >
> > wrote:
> > > > > > > > > > >>>> Please try to stop it and run jod converter via
> > > > > > > > > > >>>> commandline (jod
> > > > > > > > > > >>>
> > > > > > > > > > >>> converter
> > > > > > > > > > >>>
> > > > > > > > > > >>>> will start libreoffice automatically)
> > > > > > > > > > >>>> also please check your java version?
> > > > > > > > > > >>>>
> > > > > > > > > > >>>>
> > > > > > > > > > >>>> java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> > > > > > > > > > >>>> -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > > > > > > > > > >>>> -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > > > > > > > > > >>>> -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> > > > > > > > > > >>>> -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar
> >
> > -cp
> >
> > > > > > > > > > >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > > > > > > > > >>>> -cp /usr/local/jodconverter/lib/json-20090211.jar
> > > > > > > > > > >>>> -cp
> >
> > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4
> >
> > > > > > > > > > >>>>.j ar -jar
> > > > > > >
> > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >
> > > > > > > > >e1 8e 94 e7
> > > > > > > > >
> > > > > > > > > > >>>b1 78
> > > > > > > > > > >>>
> > > > > > > > > > >>>> 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > > > > > > > > >>>> 1a.pdf
> > > > > > > > > > >>>>
> > > > > > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> > > > > > > > > > >>>
> > > > > > > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > > > > > > >>>>> Thanks to both Maxim and Alexsei for your
> > > > > > > > > > >>>>> responses. CentOS
> > > > > > >
> > > > > > > 6.x
> > > > > > >
> > > > > > > > > > >>>>> (and,
> > > > > > > > > > >>>
> > > > > > > > > > >>> by
> > > > > > > > > > >>>
> > > > > > > > > > >>>>> extension, I'd guess, RHEL 6.x) no longer use
> > > > > > > > > > >>>>> openoffice but,
> > > > > > > > >
> > > > > > > > > rather,
> > > > > > > > >
> > > > > > > > > > >>>>> libreoffice.  libreoffice-headless is installed,
> > > > > > > > > > >>>>> and
> >
> > is
> >
> > > > > > > > > > >>>>> running as
> > > > > > > > >
> > > > > > > > > a
> > > > > > > > >
> > > > > > > > > > >>>>> service:
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>> tcp        0      0 127.0.0.1:8100
> > > > > > > > > > >>>>> 0.0.0.0:* LISTEN      13514/soffice.bin
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>> started with:
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>> soffice --headless
> > > > > > > > > > >>>>> --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > > > > > > > >>>>> --nofirststartwizard
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>> Dimitri
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm Alexei Fedotov
> >
> > wrote:
> > > > > > > > > > >>>>>> It says, URL seems to be unsupported.
> > > > > > > > > > >>>>>>
> > > > > > > > > > >>>>>> The class which produces it is under com.sun, so
> > > > > > > > > > >>>>>> the problem
> > > > > > >
> > > > > > > may
> > > > > > >
> > > > > > > > > be
> > > > > > > > >
> > > > > > > > > > >>> in
> > > > > > > > > > >>>
> > > > > > > > > > >>>>> the
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>>> old OpenOffice version
> > > > > > > > > > >>>>>> 30.07.2012 21:54 пользователь "Dimitri Yioulos"
> > > > > > > > > > >>>>>> <dy...@onpointfc.com>
> > > > > > > > > > >>>>>>
> > > > > > > > > > >>>>>> написал:
> > > > > > > > > > >>>>>>> Hello to all.
> > > > > > > > > > >>>>>>>
> > > > > > > > > > >>>>>>> I'm not new to Openmeetings, having originally
> > > > > > > > > > >>>>>>> installed and tried
> > > > > > > > > > >>>
> > > > > > > > > > >>> it
> > > > > > > > > > >>>
> > > > > > > > > > >>>>> at
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>>>> least a
> > > > > > > > > > >>>>>>> couple of years ago.  Thanks to Sabastian Wgner
> > > > > > > > > > >>>>>>> for having created it, and to
> > > > > > > > > > >>>>>>> Apache for taking the project forward.
> > > > > > > > > > >>>>>>>
> > > > > > > > > > >>>>>>> I've installed version 2.0.0 on a CentOS 6.2
> >
> > server.
> >
> > > > > > > > > > >>>>>>> All of the prerequisites
> > > > > > > > > > >>>>>>> are installed, and Openmeetings works well.  With
> >
> > the
> >
> > > > > > > exception
> > > > > > >
> > > > > > > > > > >>>>>>> of file uploading, that is.  After figuring out
> > > > > > > > > > >>>>>>> the paths of the
> > > > > > > > > > >>>
> > > > > > > > > > >>> various
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> components required to make file uploading work,
> >
> > I'm
> >
> > > > > > > > > > >>>>>>> finally
> > > > > > >
> > > > > > > at
> > > > > > >
> > > > > > > > > > >>>>>>> a point where I'm stuck.
> > > > > > > > > > >>>>>>> When I try to upload a file, I get the following
> > > > > > > > > > >>>>>>> (it's
> > > > > > >
> > > > > > > verbose;
> > > > > > >
> > > > > > > > > > >>>>>>> I apologize):
> > > > > > > > > > >>>>>>>
> > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > >>>>>>> [java, -cp,
> > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/juh-3.2.1.jar, -cp,
> > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
> > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
> > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
> > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/commons-cli-1.1.jar,
> >
> > -cp,
> >
> > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar,
> >
> > -cp,
> >
> > > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar,
> > > > > > > > > > >>>>>>> -cp,
> >
> > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> >
> > > > > > > > > > >>>>>>>a- 4. ja r, -jar,
> >
> > /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> >
> > > > > > > > > > >>>>>>>a- 4. ja r,
> >
> > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> >
> > > > > > > > >b4 94 e1 8e
> > > > > > > > >
> > > > > > > > > > >>>94
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >
> > > > > > > > >e1 8e 94 e7
> > > > > > > > >
> > > > > > > > > > >>>b1
> >
> > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> >
> > > > > > > > > > >>>>>>>f] Name: error Value: Jul 30, 2012 1:18:25 PM
> >
> > org.artofsolving.jodconverter.office.ProcessPoolOffic
> >
> > > > > > > > > > >>>>>>>eM an ag er INFO: ProcessManager implementation is
> > > > > > > > > > >>>>>>> LinuxProcessManager Jul 30, 2012 1:18:26 PM
> > > > > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProces
> > > > > > > > > > >>>>>>>s start INFO: starting process with
> > > > > > > > > > >>>>>>> acceptString
> > > > > > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > > >
> > > > > > > and
> > > > > > >
> > > > > > > > > > >>>>>>> profileDir
> > > > > > >
> > > > > > > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > > > > >
> > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProces
> > > > > > > > > > >>>>>>>s start INFO: started process; pid = 13986 Jul 30,
> > > > > > > > > > >>>>>>> 2012 1:18:26 PM
> >
> > org.artofsolving.jodconverter.office.OfficeConnection
> >
> > > > > > > > > > >>>>>>> connect
> > > > > > > > > > >>>>>>> INFO: connected:
> > > > > > >
> > > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > > >
> > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> >
> > org.artofsolving.jodconverter.office.ProcessPoolOffic
> >
> > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopping
> > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> >
> > org.artofsolving.jodconverter.office.OfficeConnection
> >
> > > > > > > > > > >>>>>>>$1 disposing
> > > > > > > > > > >>>>>>> INFO: disconnected:
> > > > > > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> >
> > org.artofsolving.jodconverter.office.ManagedOfficePro
> >
> > > > > > > > > > >>>>>>>ce ss doEnsureProcessExited
> > > > > > > > > > >>>>>>> INFO: process exited with code 0
> > > > > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> >
> > org.artofsolving.jodconverter.office.ProcessPoolOffic
> >
> > > > > > > > > > >>>>>>>eM an ag er stop INFO: stopped
> > > > > > > > > > >>>>>>> Exception in thread "main"
> >
> > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > > >>>>>>> could not load document:
> > > > > > > > > > >>>>>>> 5b494e18e94e7b1784cbc2a9b42b161a.doc at
> >
> > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> >
> > > > > > > > >nt (A bs tr
> > > > > > > > >
> > > > > > > > > > >>>ac
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> tConversionTask.java:92) at
> >
> > org.artofsolving.jodconverter.AbstractConversionTask.execute(Ab
> >
> > > > > > > > >st ra ct Co
> > > > > > > > >
> > > > > > > > > > >>>nv
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> ersionTask.java:59) at
> >
> > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(
> >
> > > > > > > > >Po ol ed Of
> > > > > > > > >
> > > > > > > > > > >>>fi
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> ceManager.java:80) at
> >
> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > > > > > > >>>47
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> 1) at
> > > > > > >
> > > > > > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> > > > > > >
> > > > > > > > > > >>>>>>>34 ) at
> > > > > > >
> > > > > > > java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > > > > > >
> > > > > > > > > > >>>>>>> at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe
> >
> > > > > > > > >cu to r. ja
> > > > > > > > >
> > > > > > > > > > >>>va
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> :1110) at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolEx
> >
> > > > > > > > >ec ut or .j
> > > > > > > > >
> > > > > > > > > > >>>av
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> a:603) at java.lang.Thread.run(Thread.java:722)
> > > > > > > > > > >>>>>>> Caused by:
> > > > > > > > > > >>>>>>> com.sun.star.lang.IllegalArgumentException: URL
> >
> > seems
> >
> > > > > > > > > > >>>>>>> to be
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>> an
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>>>> unsupported one.
> > > > > > > > > > >>>>>>>        at
> >
> > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRa
> >
> > > > > > > > >is ed Ex ce
> > > > > > > > >
> > > > > > > > > > >>>pt
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> ion(Job.java:177) at
> > > > > > >
> > > > > > > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> > > > > > >
> > > > > > > > > > >>>>>>>43 ) at
> >
> > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> >
> > > > > > > > >e. ja va
> > > > > > > > >
> > > > > > > > >:3
> > > > > > > > >:
> > > > > > > > > > >>>35
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> ) at
> >
> > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> >
> > > > > > > > >e. ja va
> > > > > > > > >
> > > > > > > > >:3
> > > > > > > > >:
> > > > > > > > > > >>>04
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> ) at
> >
> > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(J
> >
> > > > > > > > >av aT hr ea
> > > > > > > > >
> > > > > > > > > > >>>dP
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> ool.java:91) at
> >
> > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sen
> >
> > > > > > > > >dR eq ue st
> > > > > > > > >
> > > > > > > > > > >>>(j
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> ava_remote_bridge.java:639) at
> >
> > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.r
> >
> > > > > > > > >eq ue st (P
> > > > > > > > >
> > > > > > > > > > >>>ro
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> xyFactory.java:151) at
> >
> > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.i
> >
> > > > > > > > >nv ok e( Pr
> > > > > > > > >
> > > > > > > > > > >>>ox
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> yFactory.java:133) at
> > > > > > > > > > >>>>>>> $Proxy4.loadComponentFromURL(Unknown
> > > > > > > > >
> > > > > > > > > Source)
> > > > > > > > >
> > > > > > > > > > >>>>>>>        at
> >
> > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> >
> > > > > > > > >nt (A bs tr
> > > > > > > > >
> > > > > > > > > > >>>ac
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> tConversionTask.java:90) ... 8 more
> > > > > > > > > > >>>>>>>
> > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > >>>>>>> Value: doJodConvert
> > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > >>>>>>> Name: completeName
> > > > > > > > > > >>>>>>> Value:
> >
> > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> >
> > > > > > > > >b4 94 e1 8e
> > > > > > > > >
> > > > > > > > > > >>>94
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > >>>>>>> Name: fileExplorerItemId
> > > > > > > > > > >>>>>>> Value: 7
> > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > >>>>>>> Value: generateXMLDocument
> > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> > > > > > > > > > >>>>>>> 80,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >
> > > > > > > > >e1 8e 94 e7
> > > > > > > > >
> > > > > > > > > > >>>b1
> >
> > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> >
> > > > > > > > > > >>>>>>>f,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >
> > > > > > > > >e1 8e 94 e7
> > > > > > > > >
> > > > > > > > > > >>>b1
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name:
> > > > > > > > > > >>>>>>> error Value: convert: unable to open image
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> >
> > > > > > > > >4e 18 e9 4e
> > > > > > > > >
> > > > > > > > > > >>>7b
> >
> > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> >
> > > > > > > > > > >>>>>>>df ': No such
> > > > > > > > > > >>>
> > > > > > > > > > >>> file
> > > > > > > > > > >>>
> > > > > > > > > > >>>>> or
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > > > > > > > > >>>>>>> convert: missing an image filename
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> >
> > > > > > > > >4e 18 e9 4e
> > > > > > > > >
> > > > > > > > > > >>>7b
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > > > > > > > > > >>>>>>> convert.c/ConvertImageCommand/2800.
> > > > > > > > > > >>>>>>>
> > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > >>>>>>> Value: generateBatchThumbByWidth
> > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > >>>>>>> Value: processPDF
> > > > > > > > > > >>>>>>> Name: out
> > > > > > > > > > >>>>>>> Value:
> > > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > > >>>>>>> Name: command
> > > > > > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s, insertstop,
> > > > > > > > > > >>>>>>> -s, poly2bitmap,
> > > > > > > > > > >>>
> > > > > > > > > > >>> -i,
> > > > > > > > > > >>>
> > > > > > > > > > >>>>> -j,
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>>>> 85, -s,
> > > > > > > > > > >>>>>>> zoom=72,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >
> > > > > > > > >e1 8e 94 e7
> > > > > > > > >
> > > > > > > > > > >>>b1
> >
> > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> >
> > > > > > > > > > >>>>>>>f,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> >
> > > > > > > > >e1 8e 94 e7
> > > > > > > > >
> > > > > > > > > > >>>b1
> >
> > 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.sw
> >
> > > > > > > > > > >>>>>>>f] Name: error
> > > > > > > > > > >>>>>>>
> > > > > > > > > > >>>>>>> Value: Error: Couldn't open
> > > > > > > > > > >>>>>>> file
> >
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> >
> > > > > > > > >4e 18 e9 4e
> > > > > > > > >
> > > > > > > > > > >>>7b
> >
> > 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> >
> > > > > > > > > > >>>>>>>df '
> > > > > > > > > > >>>>>>>
> > > > > > > > > > >>>>>>> Name: process
> > > > > > > > > > >>>>>>> Value: generateSwf
> > > > > > > > > > >>>>>>>
> > > > > > > > > > >>>>>>> So, it looks like a file couldn't be opened.  The
> > > > > > > > > > >>>>>>> file is
> > > > > > >
> > > > > > > owner
> > > > > > >
> > > > > > > > > > >>>>>>> by
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>> root,
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>>>> and has
> > > > > > > > > > >>>>>>> 644 permissions.  Are these set by jodconverter?
> > > > > > > > > > >>>>>>> Anyway,
> > > > > > >
> > > > > > > does
> > > > > > >
> > > > > > > > > > >>> anyone
> > > > > > > > > > >>>
> > > > > > > > > > >>>>>>> know how
> > > > > > > > > > >>>>>>> I can resolve this issue?
> > > > > > > > > > >>>>>>>
> > > > > > > > > > >>>>>>> Many thanks.
> > > > > > > > > > >>>>>>>
> > > > > > > > > > >>>>>>> Dimitri
> > > > > > > > > > >>>>>>>
> > > > > > > > > > >>>>>>> --
> > > > > > > > > > >>>>>>> This message has been scanned for viruses and
> > > > > > > > > > >>>>>>> dangerous content by MailScanner, and is
> > > > > > > > > > >>>>>>> believed to be clean.
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>> --
> > > > > > > > > > >>>>> This message has been scanned for viruses and
> > > > > > > > > > >>>>> dangerous content by MailScanner, and is
> > > > > > > > > > >>>>> believed to be clean.
> > > > > > > > > > >>>>
> > > > > > > > > > >>>> --
> > > > > > > > > > >>>> WBR
> > > > > > > > > > >>>> Maxim aka solomax
> > > > > > > > > > >>>
> > > > > > > > > > >>> --
> > > > > > > > > > >>> This message has been scanned for viruses and
> > > > > > > > > > >>> dangerous content by MailScanner, and is
> > > > > > > > > > >>> believed to be clean.
> > > > > > > > > > >>
> > > > > > > > > > >> --
> > > > > > > > > > >> WBR
> > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > > believed to be clean.
> > > > > > > > > >
> > > > > > > > > > Stephen Cottham
> > > > > > > > > > Group IT Manager (Associate)
> > > > > > > > > >
> > > > > > > > > > Robert Bird Group
> > > > > > > > > > Level 5, 333 Ann St
> > > > > > > > > > Brisbane, Queensland, 4000, Australia
> > > > > > > > > > Phone: +6173 319 2777 (AUS)
> > > > > > > > > > Phone: +44207 592 8000 (UK)
> > > > > > > > > > Fax: +6173 319 2799
> > > > > > > > > >
> > > > > > > > > > Mobile:  +61400 756 963 (AUS)
> > > > > > > > > > Mobile: +447900 918 616 (UK)
> > > > > > > > > > Web: www.robertbird.com
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > This email and any attachments are confidential and may
> > > > > > > > > > contain
> > > > > > >
> > > > > > > legally
> > > > > > >
> > > > > > > > > > privileged information or copyright material. Unless
> > > > > > > > > > expressly
> > > > > > >
> > > > > > > stated,
> > > > > > >
> > > > > > > > > > confidentiality and/or legal privilege is not intended to
> >
> > be
> >
> > > > > > > > > > waived
> > > > > > >
> > > > > > > by
> > > > > > >
> > > > > > > > > the
> > > > > > > > >
> > > > > > > > > > sending of this email. The contents of this email,
> >
> > including
> >
> > > > > > > > > > any attachments, are intended solely for the use of the
> > > > > > > > > > individual or entity
> > > > > > > > >
> > > > > > > > > to
> > > > > > > > >
> > > > > > > > > > whom they are addressed. If you are not an intended
> > > > > > > > > > recipient, please contact us immediately by return email
> >
> > and
> >
> > > > > > > > > > then delete both messages. You may not otherwise read,
> > > > > > > > > > forward, copy, use or disclose this email or any
> >
> > attachments.
> >
> > > > > > > > > > Any views expressed in this email are those of
> > > > > > >
> > > > > > > the
> > > > > > >
> > > > > > > > > individual
> > > > > > > > >
> > > > > > > > > > sender except where the sender expressly, and with
> >
> > authority,
> >
> > > > > > > > > > states otherwise. It is your responsibility to check any
> > > > > > > > > > attachments for viruses or defects before opening or
> >
> > sending
> >
> > > > > > > > > > them on. None of the sender or its related entities
> > > > > > > > > > accepts any liability for any consequential damage
> > > > > > > > > > resulting from this email containing computer viruses.
> > > > > > > > > >
> > > > > > > > > > Disclaimer added by CodeTwo Exchange Rules
> > > > > > > > > > http://www.codetwo.com
> > > > > > > > > >
> > > > > > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> >
> > LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5
> >
> > > > > > >kL zI 4M
> > > > > > >
> > > > > > > > >DA
> > > > > > > > >
> > > > > > > > > >u
> >
> > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> >
> > > > > > >nZ W5 lc
> > > > > > >
> > > > > > > > >mF
> > > > > > > > >
> > > > > > > > > >0
> >
> > ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4
> >
> > > > > > >+P iB WY
> > > > > > >
> > > > > > > > >Wx
> > > > > > > > >
> > > > > > > > > >1
> >
> > ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXN
> >
> > > > > > >zU ER GD
> > > > > > >
> > > > > > > > >Qo
> > > > > > > > >
> > > > > > > > > >+
> >
> > Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXh
> >
> > > > > > >pd FZ hb
> > > > > > >
> > > > > > > > >HV
> > > > > > > > >
> > > > > > > > > >l
> >
> > DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4
> >
> > > > > > >gV mF sd
> > > > > > >
> > > > > > > > >WU
> > > > > > > > >
> > > > > > > > > >6
> >
> > IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHk
> >
> > > > > > >yY ml 0b
> > > > > > >
> > > > > > > > >WF
> > > > > > > > >
> > > > > > > > > >w
> >
> > LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4
> >
> > > > > > >gO DU sI
> > > > > > >
> > > > > > > > >C1
> > > > > > > > >
> > > > > > > > > >z
> >
> > LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXR
> >
> > > > > > >pb md zL
> > > > > > >
> > > > > > > > >3d
> > > > > > > > >
> > > > > > > > > >l
> >
> > YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4
> >
> > > > > > >+P iA NC
> > > > > > >
> > > > > > > > >j4
> > > > > > > > >
> > > > > > > > > >+
> >
> > Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQ
> >
> > > > > > >yY jE 2M
> > > > > > >
> > > > > > > > >WE
> > > > > > > > >
> > > > > > > > > >u
> >
> > cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3B
> >
> > > > > > >lb m1 lZ
> > > > > > >
> > > > > > > > >XR
> > > > > > > > >
> > > > > > > > > >p
> >
> > bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg
> >
> > > > > > >0Y 2J jM
> > > > > > >
> > > > > > > > >mE
> > > > > > > > >
> > > > > > > > > >5
> >
> > YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1
> >
> > > > > > >lO g0 KP
> > > > > > >
> > > > > > > > >j4
> > > > > > > > >
> > > > > > > > > >+
> >
> > Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4
> >
> > > > > > >nd CB vc
> > > > > > >
> > > > > > > > >GV
> > > > > > > > >
> > > > > > > > > >u
> >
> > DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3M
> >
> > > > > > >vd 2V iY
> > > > > > >
> > > > > > > > >XB
> > > > > > > > >
> > > > > > > > > >w
> >
> > cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo
> >
> > > > > > >+P j4 +P
> > > > > > >
> > > > > > > > >j4
> > > > > > > > >
> > > > > > > > > >+
> >
> > IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTY
> >
> > > > > > >xY S5 wZ
> > > > > > >
> > > > > > > > >GY
> > > > > > > > >
> > > > > > > > > >n
> >
> > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> >
> > > > > > >nZ W5 lc
> > > > > > >
> > > > > > > > >mF
> > > > > > > > >
> > > > > > > > > >0
> >
> > ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGN
> >
> > > > > > >vd Wx kb
> > > > > > >
> > > > > > > > >id
> > > > > > > > >
> > > > > > > > > >0
> >
> > IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiA
> >
> > > > > > >NC j4 +P
> > > > > > >
> > > > > > > > >j4
> > > > > > > > >
> > > > > > > > > >+
> >
> > IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWl
> >
> > > > > > >zc 2l vb
> > > > > > >
> > > > > > > > >nM
> > > > > > > > >
> > > > > > > > > >u
> >
> > ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4
> >
> > > > > > >+I A0 KP
> > > > > > >
> > > > > > > > >j4
> > > > > > > > >
> > > > > > > > > >+
> >
> > IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXN
> >
> > > > > > >vb HZ lI
> > > > > > >
> > > > > > > > >HR
> > > > > > > > >
> > > > > > > > > >o
> >
> > aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4
> >
> > > > > > >gD Qo +P
> > > > > > >
> > > > > > > > >j4
> > > > > > > > >
> > > > > > > > > >+
> >
> > Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWV
> >
> > > > > > >zc 2F nZ
> > > > > > >
> > > > > > > > >SB
> > > > > > > > >
> > > > > > > > > >o
> >
> > YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXM
> >
> > > > > > >gY 29 ud
> > > > > > >
> > > > > > > > >GV
> > > > > > > > >
> > > > > > > > > >u
> >
> > dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGN
> >
> > > > > > >sZ WF uL
> > > > > > >
> > > > > > > > >g0
> > > > > > > > >
> > > > > > > > > >K
> >
> > Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5
> >
> > > > > > >uZ WQ gZ
> > > > > > >
> > > > > > > > >m9
> > > > > > > > >
> > > > > > > > > >y
> >
> > IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5
> >
> > > > > > >lc iw gY
> > > > > > >
> > > > > > > > >W5
> > > > > > > > >
> > > > > > > > > >k
> >
> > IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo
> >
> > > > > > >+P j4 +I
> > > > > > >
> > > > > > > > >Fd
> > > > > > > > >
> > > > > > > > > >C
> >
> > Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyB
> >
> > > > > > >tZ XN zY
> > > > > > >
> > > > > > > > >Wd
> > > > > > > > >
> > > > > > > > > >l
> >
> > IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGN
> >
> > > > > > >vb nR lb
> > > > > > >
> > > > > > > > >nQ
> > > > > > > > >
> > > > > > > > > >g
> >
> > YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0
> >
> > > > > > >KP j4 gD
> > > > > > >
> > > > > > > > >Qo
> > > > > > > > >
> > > > > > > > > >+
> >
> > PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiA
> >
> > > > > > >tL SA NC
> > > > > > >
> > > > > > > > >j4
> > > > > > > > >
> > > > > > > > > >g
> >
> > VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGR
> >
> > > > > > >hb md lc
> > > > > > >
> > > > > > > > >m9
> > > > > > > > >
> > > > > > > > > >1
> >
> > cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmU
> >
> > > > > > >gY 2x lY
> > > > > > >
> > > > > > > > >W4
> > > > > > > > >
> > > > > > > > > >u DQo+IA0K
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > believed to be clean.
> > > > > > > >
> > > > > > > > --
> > > > > > > > WBR
> > > > > > > > Maxim aka solomax
> > > > > > >
> > > > > > > --
> > > > > > > This message has been scanned for viruses and
> > > > > > > dangerous content by MailScanner, and is
> > > > > > > believed to be clean.
> > > > > >
> > > > > > --
> > > > > > WBR
> > > > > > Maxim aka solomax
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: File upload troubles

Posted by Alexei Fedotov <al...@gmail.com>.
Dimitri, have you noticed the message from Maxim
01.08.2012 15:23 пользователь "Dimitri Yioulos" <dy...@onpointfc.com>
написал:

> I sent some updated information yesterday regarding this issue.  Does
> anyone
> have any more ideas on how I can resolve this?  Your continued help would
> be
> appreciated.
>
> Many thanks.
>
> Dimitri
>
>
> On Tuesday 31 July 2012 9:00:53 am Dimitri Yioulos wrote:
> > Apologies for the drips-and-drabs of information.  I just
> > ran "java -jar
> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > faxcover.doc faxcover.pdf" at the command line (obviously, I guess), and
> it
> > worked successfully.  So, why is file upload still failing?
> >
> > Dimitri
> >
> > On Tuesday 31 July 2012 8:50:01 am Dimitri Yioulos wrote:
> > > I ran yum groupinstall "Office Suite and Productivity", feeling there
> was
> > > nothing to lose.  Still no joy.  When I try to upload a file, I get the
> > > following errors:
> > >
> > > Name: error
> > > Value: convert: unable to open image
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No such file
> or
> > > directory @ blob.c/OpenBlob/2480.
> > > convert: missing an image filename
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >bd c964575ce968b9ca/_thumb_page-%04d.jpg' @
> > > convert.c/ConvertImageCommand/2800.
> > >
> > > Name: process
> > > Value: generateBatchThumbByWidth
> > > Name: exitValue
> > > Value: 0
> > > Name: process
> > > Value: processPDF
> > > Name: out
> > > Value:
> > > Name: exitValue
> > > Value: 1
> > > Name: command
> > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i,
> -j,
> > > 85, -s, zoom=72,
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> > >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf] Name: error
> > > Value: Error: Couldn't open
> > > file
> > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> > >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> > >
> > > Name: process
> > > Value: generateSwf
> > >
> > > ImageMagick is installed properly, afaik.  Is this a bug, or a
> > > misconfiguration on my part?
> > >
> > > Dimitri
> > >
> > > On Tuesday 31 July 2012 7:24:20 am Dimitri Yioulos wrote:
> > > > Maxim,
> > > >
> > > > Output of yum groupinstall "Office Suite and Productivity" is:
> > > >
> > > > Installing:
> > > >  libreoffice-calc
> > > >  libreoffice-draw
> > > >  libreoffice-graphicfilter
> > > >  libreoffice-impress
> > > >  libreoffice-langpack-en
> > > >  libreoffice-math
> > > >  libreoffice-writer
> > > >  libreoffice-xsltfilter
> > > > Installing for dependencies:
> > > >  libreoffice-pdfimport
> > > >  libreoffice-presenter-screen
> > > >  libwpd
> > > >  lpsolve
> > > >  mythes-en
> > > >
> > > > Output of tail "FAX COVER SHEET.doc" is:
> > > >
> > > >
> þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ ÿÿ
> > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ ÿÿÿ
> > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ ÿÿÿ
> > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot Entryÿÿÿÿÿÿÿÿ
> > > > ÀF É
> > > >
> > > > NljÍ5Data
> > > >
> 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSum
> > > >ma ry
> > > >
> Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ ÿÿÿ
> > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ ÿÿÿ
> > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ ÿÿÿ
> > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ ÿÿÿ
> > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ ÿÿÿ
> > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ ÿÿÿ
> > > >
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ    ÀFMicrosoft Office Word
> > > > Document MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> > > >
> PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYP
> > > >uT TY PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > > >
> > > > (that's some weird stuff :-) ).
> > > >
> > > > Output of ps -ef|grep office is:
> > > >
> > > > [root@openmeetings ~]# ps -ef|grep office
> > > > root      1587     1  0 Jul30 ?
> > > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> > > > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
> root
> > > >  1599  1587  0 Jul30 ?
> > > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> > > > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
> root
> > > > 16352 16270  0 07:25 pts/1    00:00:00 grep office
> > > >
> > > > Dimitri
> > > >
> > > > On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik wrote:
> > > > > what is the output of
> > > > >
> > > > > *yum groupinstall* "*Office* Suite and Productivity"
> > > > >
> > > > > yum install openoffice.org-headless
> > > > >
> > > > > what is the output of (to ensure it is not file/permission problem)
> > > > > tail "FAX COVER SHEET.doc"
> > > > >
> > > > > can you check there is no office processes running?
> > > > > ps -ef|grep office
> > > > >
> > > > > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos
> > > >
> > > > <dy...@onpointfc.com>wrote:
> > > > > > Maxim,
> > > > > >
> > > > > > Followed the instructions in the link you provided, and now:
> > > > > >
> > > > > > [root@openmeetings ~]# java -version
> > > > > > java version "1.7.0_05"
> > > > > > Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
> > > > > > Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode, sharing)
> > > > > >
> > > > > > As you can see, I just upgraded the Java installation to the very
> > > > > > latest from
> > > > > > Oracle.  However, I still get:
> > > > > >
> > > > > > Exception in thread "main"
> > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > could not load document: FAX COVER SHEET.doc
> > > > > > ~
> > > > > > Caused by: com.sun.star.lang.IllegalArgumentException: URL seems
> to
> > > > > > be an unsupported one.
> > > > > > ~
> > > > > >
> > > > > > I think I'm infuriatingly close to getting this to work.  Your
> (and
> > > > > > others) continuing assistance much appreciated.
> > > > > >
> > > > > > Dimitri
> > > > > >
> > > > > > On Monday 30 July 2012 3:17:49 pm Maxim Solodovnik wrote:
> > > > > > > please follow the link I have sent you
> > > > > > > you need to install alternative _before_ you can configure it
> > > > > > >
> > > > > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos
> > > > > >
> > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > Thanks, Stephen.  Here's what I get:
> > > > > > > >
> > > > > > > > [root@openmeetings ~]# alternatives --config java
> > > > > > > >
> > > > > > > > There is 1 program that provides 'java'.
> > > > > > > >
> > > > > > > >   Selection    Command
> > > > > > > > -----------------------------------------------
> > > > > > > > *+ 1           /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > > > > > > >
> > > > > > > > Enter to keep the current selection[+], or type selection
> > > > > > > > number:
> > > > > > > >
> > > > > > > > Oh, oh.  I don't even see the Oracle version.  But, I
> installed
> > > > > > > > the
> > > > > >
> > > > > > JRE,
> > > > > >
> > > > > > > > not the
> > > > > > > > JDK.  Might that be the rub?
> > > > > > > >
> > > > > > > > Dimitri
> > > > > > > >
> > > > > > > > On Monday 30 July 2012 3:03:57 pm Stephen Cottham wrote:
> > > > > > > > > For java try
> > > > > > > > >
> > > > > > > > > update-java-alternatives
> > > > > > > > >
> > > > > > > > > Or
> > > > > > > > >
> > > > > > > > > alternatives --config java
> > > > > > > > >
> > > > > > > > > Should show you all java's installed and allow you to
> change
> > > > > > > > > the default.
> > > > > > > > >
> > > > > > > > > Sent from my iPhone
> > > > > > > > >
> > > > > > > > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos"
> > > > > > > > > <dy...@onpointfc.com>
> > > > > > > >
> > > > > > > > wrote:
> > > > > > > > > > Maxim,
> > > > > > > > > >
> > > > > > > > > > I'm not quite sure how to proceed.  First, I just
> installed
> > > > > > > > > > parts
> > > > > >
> > > > > > of
> > > > > >
> > > > > > > > > > libreoffice:
> > > > > > > > > >
> > > > > > > > > > libreoffice-headless-3.4.5.2-16.el6.i686
> > > > > > > > > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > > > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > > > > > > >
> > > > > > > > > > Should I do a "yum groupinstall libreoffice"?
> > > > > > > > > >
> > > > > > > > > > Next, I'm not sure how to open my doc.  This is a server
> > > > > > > > > > install
> > > > > >
> > > > > > and,
> > > > > >
> > > > > > > > so,
> > > > > > > >
> > > > > > > > > > there is no Xwindow/desktop system installed.
> > > > > > > > > >
> > > > > > > > > > Finally, how do I get the Oracle java to be the default?
>  I
> > > > > > > > > > do have the following in /etc/profile so that the proper
> > > > > > > > > > java be loaded at boot (I think):
> > > > > > > > > >
> > > > > > > > > > export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > > > > > > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > > > > > >
> > > > > > > > > > Dimitri
> > > > > > > > > >
> > > > > > > > > > On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik wrote:
> > > > > > > > > >> Yes you could :)
> > > > > > > > > >> According to this:
> > > > > >
> > > > > >
> http://stackoverflow.com/questions/8420449/docsplit-jodconverter-op
> > > > > >en of f
> > > > > >
> > > > > > > > > >>ice -issue-on-debian
> > > > > > > > > >>
> > > > > > > > > >> can you ensure you have writer/calc/impress installed
> (by
> > > > > > > > > >> opening your doc for example)
> > > > > > > > > >>
> > > > > > > > > >> were you install your libreoffice via yum groupinstall?
> > > > > > > > > >>
> > > > > > > > > >> I would recommend you to have Oracle java as default one
> > > > > > > > > >> There are some weird issued with  OpenJDK.
> > > > > > > > > >>
> > > > > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos
> > > > > > > > > >
> > > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > > >>> Let me take the easy part first:
> > > > > > > > > >>>
> > > > > > > > > >>> [root@openmeetings ~]# java -version
> > > > > > > > > >>> java version "1.7.0_05-icedtea"
> > > > > > > > > >>> OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
> > > > > > > > > >>> OpenJDK Client VM (build 23.0-b21, mixed mode)
> > > > > > > > > >>>
> > > > > > > > > >>> Now, the thing of it is, even though I installed the
> > > > > > > > > >>> Sun/Oracle version, when I
> > > > > > > > > >>> installed some other component (libreoffice, I think,
> but
> > > > > > > > > >>> I
> > > > > >
> > > > > > forget
> > > > > >
> > > > > > > > > >>> exactly what), a dependency that was installed was
> > > > > > > > > >>> OpenJDK.
> > > > > >
> > > > > >  Hmmm.
> > > > > >
> > > > > > > > > >>> I tried to do the following conversion at the command
> > > > > > > > > >>> line:
> > > > > > > > > >>>
> > > > > > > > > >>> java -jar
> > > > > > > >
> > > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > > > > >
> > > > > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > > > > > > >>>
> > > > > > > > > >>> It failed.  I got:
> > > > > > > > > >>>
> > > > > > > > > >>> Exception in thread "main"
> > > > > > > > > >>> org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > >>> could not load document: FAX COVER SHEET.doc
> > > > > > > > > >>> ~
> > > > > > > > > >>> Caused by: com.sun.star.lang.IllegalArgumentException:
> > > > > > > > > >>> URL seems
> > > > > >
> > > > > > to
> > > > > >
> > > > > > > > be
> > > > > > > >
> > > > > > > > > >>> an unsupported one.
> > > > > > > > > >>> ~
> > > > > > > > > >>>
> > > > > > > > > >>> I can convert MS Word docs, can't I?
> > > > > > > > > >>>
> > > > > > > > > >>> Dimitri
> > > > > > > > > >>>
> > > > > > > > > >>> On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik
> wrote:
> > > > > > > > > >>>> Please try to stop it and run jod converter via
> > > > > > > > > >>>> commandline (jod
> > > > > > > > > >>>
> > > > > > > > > >>> converter
> > > > > > > > > >>>
> > > > > > > > > >>>> will start libreoffice automatically)
> > > > > > > > > >>>> also please check your java version?
> > > > > > > > > >>>>
> > > > > > > > > >>>>
> > > > > > > > > >>>> java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> > > > > > > > > >>>> -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > > > > > > > > >>>> -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > > > > > > > > >>>> -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> > > > > > > > > >>>> -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar
> -cp
> > > > > > > > > >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > > > > > > > >>>> -cp /usr/local/jodconverter/lib/json-20090211.jar
> > > > > > > > > >>>> -cp
> > > > > > > > > >>>>
> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4
> > > > > > > > > >>>>.j ar -jar
> > > > > >
> > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > > >
> > > > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > > >e1 8e 94 e7
> > > > > > > >
> > > > > > > > > >>>b1 78
> > > > > > > > > >>>
> > > > > > > > > >>>> 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > > > > > > > >>>> 1a.pdf
> > > > > > > > > >>>>
> > > > > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> > > > > > > > > >>>
> > > > > > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > > > > > >>>>> Thanks to both Maxim and Alexsei for your responses.
> > > > > > > > > >>>>> CentOS
> > > > > >
> > > > > > 6.x
> > > > > >
> > > > > > > > > >>>>> (and,
> > > > > > > > > >>>
> > > > > > > > > >>> by
> > > > > > > > > >>>
> > > > > > > > > >>>>> extension, I'd guess, RHEL 6.x) no longer use
> > > > > > > > > >>>>> openoffice but,
> > > > > > > >
> > > > > > > > rather,
> > > > > > > >
> > > > > > > > > >>>>> libreoffice.  libreoffice-headless is installed, and
> is
> > > > > > > > > >>>>> running as
> > > > > > > >
> > > > > > > > a
> > > > > > > >
> > > > > > > > > >>>>> service:
> > > > > > > > > >>>>>
> > > > > > > > > >>>>> tcp        0      0 127.0.0.1:8100
> > > > > > > > > >>>>> 0.0.0.0:* LISTEN      13514/soffice.bin
> > > > > > > > > >>>>>
> > > > > > > > > >>>>> started with:
> > > > > > > > > >>>>>
> > > > > > > > > >>>>> soffice --headless
> > > > > > > > > >>>>> --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > > > > > > >>>>> --nofirststartwizard
> > > > > > > > > >>>>>
> > > > > > > > > >>>>> Dimitri
> > > > > > > > > >>>>>
> > > > > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm Alexei Fedotov
> wrote:
> > > > > > > > > >>>>>> It says, URL seems to be unsupported.
> > > > > > > > > >>>>>>
> > > > > > > > > >>>>>> The class which produces it is under com.sun, so the
> > > > > > > > > >>>>>> problem
> > > > > >
> > > > > > may
> > > > > >
> > > > > > > > be
> > > > > > > >
> > > > > > > > > >>> in
> > > > > > > > > >>>
> > > > > > > > > >>>>> the
> > > > > > > > > >>>>>
> > > > > > > > > >>>>>> old OpenOffice version
> > > > > > > > > >>>>>> 30.07.2012 21:54 пользователь "Dimitri Yioulos"
> > > > > > > > > >>>>>> <dy...@onpointfc.com>
> > > > > > > > > >>>>>>
> > > > > > > > > >>>>>> написал:
> > > > > > > > > >>>>>>> Hello to all.
> > > > > > > > > >>>>>>>
> > > > > > > > > >>>>>>> I'm not new to Openmeetings, having originally
> > > > > > > > > >>>>>>> installed and tried
> > > > > > > > > >>>
> > > > > > > > > >>> it
> > > > > > > > > >>>
> > > > > > > > > >>>>> at
> > > > > > > > > >>>>>
> > > > > > > > > >>>>>>> least a
> > > > > > > > > >>>>>>> couple of years ago.  Thanks to Sabastian Wgner for
> > > > > > > > > >>>>>>> having created it, and to
> > > > > > > > > >>>>>>> Apache for taking the project forward.
> > > > > > > > > >>>>>>>
> > > > > > > > > >>>>>>> I've installed version 2.0.0 on a CentOS 6.2
> server.
> > > > > > > > > >>>>>>> All of the prerequisites
> > > > > > > > > >>>>>>> are installed, and Openmeetings works well.  With
> the
> > > > > >
> > > > > > exception
> > > > > >
> > > > > > > > > >>>>>>> of file uploading, that is.  After figuring out the
> > > > > > > > > >>>>>>> paths of the
> > > > > > > > > >>>
> > > > > > > > > >>> various
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> components required to make file uploading work,
> I'm
> > > > > > > > > >>>>>>> finally
> > > > > >
> > > > > > at
> > > > > >
> > > > > > > > > >>>>>>> a point where I'm stuck.
> > > > > > > > > >>>>>>> When I try to upload a file, I get the following
> > > > > > > > > >>>>>>> (it's
> > > > > >
> > > > > > verbose;
> > > > > >
> > > > > > > > > >>>>>>> I apologize):
> > > > > > > > > >>>>>>>
> > > > > > > > > >>>>>>> Name: out
> > > > > > > > > >>>>>>> Value:
> > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > >>>>>>> Name: command
> > > > > > > > > >>>>>>> Value:
> > > > > > > > > >>>>>>> [java, -cp,
> > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/juh-3.2.1.jar, -cp,
> > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
> > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
> > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
> > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/commons-cli-1.1.jar,
> -cp,
> > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar,
> -cp,
> > > > > > > > > >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar, -cp,
> > > > > > > > > >>>>>>>
> /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > > > > > >>>>>>>a- 4. ja r, -jar,
> > > > > > > > > >>>>>>>
> /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > > > > > >>>>>>>a- 4. ja r,
> > > > > > > >
> > > > > > > >
> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > > > > > >b4 94 e1 8e
> > > > > > > >
> > > > > > > > > >>>94
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > > > > > > >
> > > > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > > >e1 8e 94 e7
> > > > > > > >
> > > > > > > > > >>>b1
> > > > > > > > > >>>
> > > > > > > > > >>>>>>>
> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > > >>>>>>>f] Name: error Value: Jul 30, 2012 1:18:25 PM
> > > > > > > > > >>>>>>>
> org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > > >>>>>>>eM an ag er INFO: ProcessManager implementation is
> > > > > > > > > >>>>>>> LinuxProcessManager Jul 30, 2012 1:18:26 PM
> > > > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess
> > > > > > > > > >>>>>>> start INFO: starting process with
> > > > > > > > > >>>>>>> acceptString
> > > > > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > >
> > > > > > and
> > > > > >
> > > > > > > > > >>>>>>> profileDir
> > > > > >
> > > > > > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > > > >
> > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess
> > > > > > > > > >>>>>>> start INFO: started process; pid = 13986
> > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > > >>>>>>>
> org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > > > > >>>>>>> connect
> > > > > > > > > >>>>>>> INFO: connected:
> > > > > >
> > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > >
> > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > > >>>>>>>
> org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > > >>>>>>>eM an ag er stop INFO: stopping
> > > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > > >>>>>>>
> org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > > > > >>>>>>>$1 disposing
> > > > > > > > > >>>>>>> INFO: disconnected:
> > > > > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' Jul
> > > > > > > > > >>>>>>> 30, 2012 1:18:27 PM
> > > > > > > > > >>>>>>>
> org.artofsolving.jodconverter.office.ManagedOfficePro
> > > > > > > > > >>>>>>>ce ss doEnsureProcessExited
> > > > > > > > > >>>>>>> INFO: process exited with code 0
> > > > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > > > > > > > > >>>>>>>
> org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > > >>>>>>>eM an ag er stop INFO: stopped
> > > > > > > > > >>>>>>> Exception in thread "main"
> > > > > > > > > >>>>>>>
> org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > > >>>>>>> could not load document:
> > > > > > > > > >>>>>>> 5b494e18e94e7b1784cbc2a9b42b161a.doc at
> > > > > > > >
> > > > > > > >
> org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > > > > > >nt (A bs tr
> > > > > > > >
> > > > > > > > > >>>ac
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> tConversionTask.java:92) at
> > > > > > > >
> > > > > > > >
> org.artofsolving.jodconverter.AbstractConversionTask.execute(Ab
> > > > > > > >st ra ct Co
> > > > > > > >
> > > > > > > > > >>>nv
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> ersionTask.java:59) at
> > > > > > > >
> > > > > > > >
> org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(
> > > > > > > >Po ol ed Of
> > > > > > > >
> > > > > > > > > >>>fi
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> ceManager.java:80) at
> > > > > >
> > > > > >
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > > > > > >>>47
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> 1) at
> > > > > >
> > > > > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> > > > > >
> > > > > > > > > >>>>>>>34 ) at
> > > > > >
> > > > > > java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > > > > >
> > > > > > > > > >>>>>>> at
> > > > > > > >
> > > > > > > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe
> > > > > > > >cu to r. ja
> > > > > > > >
> > > > > > > > > >>>va
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> :1110) at
> > > > > > > >
> > > > > > > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolEx
> > > > > > > >ec ut or .j
> > > > > > > >
> > > > > > > > > >>>av
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> a:603) at java.lang.Thread.run(Thread.java:722)
> > > > > > > > > >>>>>>> Caused by:
> > > > > > > > > >>>>>>> com.sun.star.lang.IllegalArgumentException: URL
> seems
> > > > > > > > > >>>>>>> to be
> > > > > > > > > >>>>>
> > > > > > > > > >>>>> an
> > > > > > > > > >>>>>
> > > > > > > > > >>>>>>> unsupported one.
> > > > > > > > > >>>>>>>        at
> > > > > > > >
> > > > > > > >
> com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRa
> > > > > > > >is ed Ex ce
> > > > > > > >
> > > > > > > > > >>>pt
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> ion(Job.java:177) at
> > > > > >
> > > > > > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> > > > > >
> > > > > > > > > >>>>>>>43 ) at
> > > > > > > >
> > > > > > > >
> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > > > > > >e. ja va
> > > > > > > >
> > > > > > > >:3
> > > > > > > >:
> > > > > > > > > >>>35
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> ) at
> > > > > > > >
> > > > > > > >
> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > > > > > >e. ja va
> > > > > > > >
> > > > > > > >:3
> > > > > > > >:
> > > > > > > > > >>>04
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> ) at
> > > > > > > >
> > > > > > > >
> com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(J
> > > > > > > >av aT hr ea
> > > > > > > >
> > > > > > > > > >>>dP
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> ool.java:91) at
> > > > > > > >
> > > > > > > >
> com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sen
> > > > > > > >dR eq ue st
> > > > > > > >
> > > > > > > > > >>>(j
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> ava_remote_bridge.java:639) at
> > > > > > > >
> > > > > > > >
> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.r
> > > > > > > >eq ue st (P
> > > > > > > >
> > > > > > > > > >>>ro
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> xyFactory.java:151) at
> > > > > > > >
> > > > > > > >
> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.i
> > > > > > > >nv ok e( Pr
> > > > > > > >
> > > > > > > > > >>>ox
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> yFactory.java:133) at
> > > > > > > > > >>>>>>> $Proxy4.loadComponentFromURL(Unknown
> > > > > > > >
> > > > > > > > Source)
> > > > > > > >
> > > > > > > > > >>>>>>>        at
> > > > > > > >
> > > > > > > >
> org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > > > > > >nt (A bs tr
> > > > > > > >
> > > > > > > > > >>>ac
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> tConversionTask.java:90) ... 8 more
> > > > > > > > > >>>>>>>
> > > > > > > > > >>>>>>> Name: process
> > > > > > > > > >>>>>>> Value: doJodConvert
> > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > >>>>>>> Name: command
> > > > > > > > > >>>>>>> Value:
> > > > > > > > > >>>>>>> Name: completeName
> > > > > > > > > >>>>>>> Value:
> > > > > > > >
> > > > > > > >
> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > > > > > >b4 94 e1 8e
> > > > > > > >
> > > > > > > > > >>>94
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > > > > > > > >>>>>>> Value:
> > > > > > > > > >>>>>>> Name: fileExplorerItemId
> > > > > > > > > >>>>>>> Value: 7
> > > > > > > > > >>>>>>> Name: process
> > > > > > > > > >>>>>>> Value:
> > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > >>>>>>> Name: process
> > > > > > > > > >>>>>>> Value: generateXMLDocument
> > > > > > > > > >>>>>>> Name: out
> > > > > > > > > >>>>>>> Value:
> > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > >>>>>>> Name: command
> > > > > > > > > >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> > > > > > > > > >>>>>>> 80,
> > > > > > > >
> > > > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > > >e1 8e 94 e7
> > > > > > > >
> > > > > > > > > >>>b1
> > > > > > > > > >>>
> > > > > > > > > >>>>>>>
> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > > >>>>>>>f,
> > > > > > > >
> > > > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > > >e1 8e 94 e7
> > > > > > > >
> > > > > > > > > >>>b1
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name: error
> > > > > > > > > >>>>>>> Value: convert: unable to open image
> > > > > > > >
> > > > > > > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > > > > >4e 18 e9 4e
> > > > > > > >
> > > > > > > > > >>>7b
> > > > > > > > > >>>
> > > > > > > > > >>>>>>>
> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > > > > > >>>>>>>df ': No such
> > > > > > > > > >>>
> > > > > > > > > >>> file
> > > > > > > > > >>>
> > > > > > > > > >>>>> or
> > > > > > > > > >>>>>
> > > > > > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > > > > > > > >>>>>>> convert: missing an image filename
> > > > > > > >
> > > > > > > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > > > > >4e 18 e9 4e
> > > > > > > >
> > > > > > > > > >>>7b
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > > > > > > > > >>>>>>> convert.c/ConvertImageCommand/2800.
> > > > > > > > > >>>>>>>
> > > > > > > > > >>>>>>> Name: process
> > > > > > > > > >>>>>>> Value: generateBatchThumbByWidth
> > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > >>>>>>> Value: 0
> > > > > > > > > >>>>>>> Name: process
> > > > > > > > > >>>>>>> Value: processPDF
> > > > > > > > > >>>>>>> Name: out
> > > > > > > > > >>>>>>> Value:
> > > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > > >>>>>>> Value: 1
> > > > > > > > > >>>>>>> Name: command
> > > > > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> > > > > > > > > >>>>>>> poly2bitmap,
> > > > > > > > > >>>
> > > > > > > > > >>> -i,
> > > > > > > > > >>>
> > > > > > > > > >>>>> -j,
> > > > > > > > > >>>>>
> > > > > > > > > >>>>>>> 85, -s,
> > > > > > > > > >>>>>>> zoom=72,
> > > > > > > >
> > > > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > > >e1 8e 94 e7
> > > > > > > >
> > > > > > > > > >>>b1
> > > > > > > > > >>>
> > > > > > > > > >>>>>>>
> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > > >>>>>>>f,
> > > > > > > >
> > > > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > > >e1 8e 94 e7
> > > > > > > >
> > > > > > > > > >>>b1
> > > > > > > > > >>>
> > > > > > > > > >>>>>>>
> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.sw
> > > > > > > > > >>>>>>>f] Name: error
> > > > > > > > > >>>>>>>
> > > > > > > > > >>>>>>> Value: Error: Couldn't open
> > > > > > > > > >>>>>>> file
> > > > > > > >
> > > > > > > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > > > > >4e 18 e9 4e
> > > > > > > >
> > > > > > > > > >>>7b
> > > > > > > > > >>>
> > > > > > > > > >>>>>>>
> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > > > > > >>>>>>>df '
> > > > > > > > > >>>>>>>
> > > > > > > > > >>>>>>> Name: process
> > > > > > > > > >>>>>>> Value: generateSwf
> > > > > > > > > >>>>>>>
> > > > > > > > > >>>>>>> So, it looks like a file couldn't be opened.  The
> > > > > > > > > >>>>>>> file is
> > > > > >
> > > > > > owner
> > > > > >
> > > > > > > > > >>>>>>> by
> > > > > > > > > >>>>>
> > > > > > > > > >>>>> root,
> > > > > > > > > >>>>>
> > > > > > > > > >>>>>>> and has
> > > > > > > > > >>>>>>> 644 permissions.  Are these set by jodconverter?
> > > > > > > > > >>>>>>> Anyway,
> > > > > >
> > > > > > does
> > > > > >
> > > > > > > > > >>> anyone
> > > > > > > > > >>>
> > > > > > > > > >>>>>>> know how
> > > > > > > > > >>>>>>> I can resolve this issue?
> > > > > > > > > >>>>>>>
> > > > > > > > > >>>>>>> Many thanks.
> > > > > > > > > >>>>>>>
> > > > > > > > > >>>>>>> Dimitri
> > > > > > > > > >>>>>>>
> > > > > > > > > >>>>>>> --
> > > > > > > > > >>>>>>> This message has been scanned for viruses and
> > > > > > > > > >>>>>>> dangerous content by MailScanner, and is
> > > > > > > > > >>>>>>> believed to be clean.
> > > > > > > > > >>>>>
> > > > > > > > > >>>>> --
> > > > > > > > > >>>>> This message has been scanned for viruses and
> > > > > > > > > >>>>> dangerous content by MailScanner, and is
> > > > > > > > > >>>>> believed to be clean.
> > > > > > > > > >>>>
> > > > > > > > > >>>> --
> > > > > > > > > >>>> WBR
> > > > > > > > > >>>> Maxim aka solomax
> > > > > > > > > >>>
> > > > > > > > > >>> --
> > > > > > > > > >>> This message has been scanned for viruses and
> > > > > > > > > >>> dangerous content by MailScanner, and is
> > > > > > > > > >>> believed to be clean.
> > > > > > > > > >>
> > > > > > > > > >> --
> > > > > > > > > >> WBR
> > > > > > > > > >> Maxim aka solomax
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > > believed to be clean.
> > > > > > > > >
> > > > > > > > > Stephen Cottham
> > > > > > > > > Group IT Manager (Associate)
> > > > > > > > >
> > > > > > > > > Robert Bird Group
> > > > > > > > > Level 5, 333 Ann St
> > > > > > > > > Brisbane, Queensland, 4000, Australia
> > > > > > > > > Phone: +6173 319 2777 (AUS)
> > > > > > > > > Phone: +44207 592 8000 (UK)
> > > > > > > > > Fax: +6173 319 2799
> > > > > > > > >
> > > > > > > > > Mobile:  +61400 756 963 (AUS)
> > > > > > > > > Mobile: +447900 918 616 (UK)
> > > > > > > > > Web: www.robertbird.com
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > This email and any attachments are confidential and may
> > > > > > > > > contain
> > > > > >
> > > > > > legally
> > > > > >
> > > > > > > > > privileged information or copyright material. Unless
> > > > > > > > > expressly
> > > > > >
> > > > > > stated,
> > > > > >
> > > > > > > > > confidentiality and/or legal privilege is not intended to
> be
> > > > > > > > > waived
> > > > > >
> > > > > > by
> > > > > >
> > > > > > > > the
> > > > > > > >
> > > > > > > > > sending of this email. The contents of this email,
> including
> > > > > > > > > any attachments, are intended solely for the use of the
> > > > > > > > > individual or entity
> > > > > > > >
> > > > > > > > to
> > > > > > > >
> > > > > > > > > whom they are addressed. If you are not an intended
> > > > > > > > > recipient, please contact us immediately by return email
> and
> > > > > > > > > then delete both messages. You may not otherwise read,
> > > > > > > > > forward, copy, use or disclose this email or any
> attachments.
> > > > > > > > > Any views expressed in this email are those of
> > > > > >
> > > > > > the
> > > > > >
> > > > > > > > individual
> > > > > > > >
> > > > > > > > > sender except where the sender expressly, and with
> authority,
> > > > > > > > > states otherwise. It is your responsibility to check any
> > > > > > > > > attachments for viruses or defects before opening or
> sending
> > > > > > > > > them on. None of the sender or its related entities accepts
> > > > > > > > > any liability for any consequential damage resulting from
> > > > > > > > > this email containing computer viruses.
> > > > > > > > >
> > > > > > > > > Disclaimer added by CodeTwo Exchange Rules
> > > > > > > > > http://www.codetwo.com
> > > > > > > > >
> > > > > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> > > > > >
> > > > > >
> LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5
> > > > > >kL zI 4M
> > > > > >
> > > > > > > >DA
> > > > > > > >
> > > > > > > > >u
> > > > > >
> > > > > >
> DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > > > > >nZ W5 lc
> > > > > >
> > > > > > > >mF
> > > > > > > >
> > > > > > > > >0
> > > > > >
> > > > > >
> ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4
> > > > > >+P iB WY
> > > > > >
> > > > > > > >Wx
> > > > > > > >
> > > > > > > > >1
> > > > > >
> > > > > >
> ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXN
> > > > > >zU ER GD
> > > > > >
> > > > > > > >Qo
> > > > > > > >
> > > > > > > > >+
> > > > > >
> > > > > >
> Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXh
> > > > > >pd FZ hb
> > > > > >
> > > > > > > >HV
> > > > > > > >
> > > > > > > > >l
> > > > > >
> > > > > >
> DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4
> > > > > >gV mF sd
> > > > > >
> > > > > > > >WU
> > > > > > > >
> > > > > > > > >6
> > > > > >
> > > > > >
> IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHk
> > > > > >yY ml 0b
> > > > > >
> > > > > > > >WF
> > > > > > > >
> > > > > > > > >w
> > > > > >
> > > > > >
> LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4
> > > > > >gO DU sI
> > > > > >
> > > > > > > >C1
> > > > > > > >
> > > > > > > > >z
> > > > > >
> > > > > >
> LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXR
> > > > > >pb md zL
> > > > > >
> > > > > > > >3d
> > > > > > > >
> > > > > > > > >l
> > > > > >
> > > > > >
> YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4
> > > > > >+P iA NC
> > > > > >
> > > > > > > >j4
> > > > > > > >
> > > > > > > > >+
> > > > > >
> > > > > >
> Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQ
> > > > > >yY jE 2M
> > > > > >
> > > > > > > >WE
> > > > > > > >
> > > > > > > > >u
> > > > > >
> > > > > >
> cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3B
> > > > > >lb m1 lZ
> > > > > >
> > > > > > > >XR
> > > > > > > >
> > > > > > > > >p
> > > > > >
> > > > > >
> bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg
> > > > > >0Y 2J jM
> > > > > >
> > > > > > > >mE
> > > > > > > >
> > > > > > > > >5
> > > > > >
> > > > > >
> YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1
> > > > > >lO g0 KP
> > > > > >
> > > > > > > >j4
> > > > > > > >
> > > > > > > > >+
> > > > > >
> > > > > >
> Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4
> > > > > >nd CB vc
> > > > > >
> > > > > > > >GV
> > > > > > > >
> > > > > > > > >u
> > > > > >
> > > > > >
> DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3M
> > > > > >vd 2V iY
> > > > > >
> > > > > > > >XB
> > > > > > > >
> > > > > > > > >w
> > > > > >
> > > > > >
> cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo
> > > > > >+P j4 +P
> > > > > >
> > > > > > > >j4
> > > > > > > >
> > > > > > > > >+
> > > > > >
> > > > > >
> IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTY
> > > > > >xY S5 wZ
> > > > > >
> > > > > > > >GY
> > > > > > > >
> > > > > > > > >n
> > > > > >
> > > > > >
> DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > > > > >nZ W5 lc
> > > > > >
> > > > > > > >mF
> > > > > > > >
> > > > > > > > >0
> > > > > >
> > > > > >
> ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGN
> > > > > >vd Wx kb
> > > > > >
> > > > > > > >id
> > > > > > > >
> > > > > > > > >0
> > > > > >
> > > > > >
> IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiA
> > > > > >NC j4 +P
> > > > > >
> > > > > > > >j4
> > > > > > > >
> > > > > > > > >+
> > > > > >
> > > > > >
> IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWl
> > > > > >zc 2l vb
> > > > > >
> > > > > > > >nM
> > > > > > > >
> > > > > > > > >u
> > > > > >
> > > > > >
> ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4
> > > > > >+I A0 KP
> > > > > >
> > > > > > > >j4
> > > > > > > >
> > > > > > > > >+
> > > > > >
> > > > > >
> IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXN
> > > > > >vb HZ lI
> > > > > >
> > > > > > > >HR
> > > > > > > >
> > > > > > > > >o
> > > > > >
> > > > > >
> aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4
> > > > > >gD Qo +P
> > > > > >
> > > > > > > >j4
> > > > > > > >
> > > > > > > > >+
> > > > > >
> > > > > >
> Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWV
> > > > > >zc 2F nZ
> > > > > >
> > > > > > > >SB
> > > > > > > >
> > > > > > > > >o
> > > > > >
> > > > > >
> YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXM
> > > > > >gY 29 ud
> > > > > >
> > > > > > > >GV
> > > > > > > >
> > > > > > > > >u
> > > > > >
> > > > > >
> dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGN
> > > > > >sZ WF uL
> > > > > >
> > > > > > > >g0
> > > > > > > >
> > > > > > > > >K
> > > > > >
> > > > > >
> Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5
> > > > > >uZ WQ gZ
> > > > > >
> > > > > > > >m9
> > > > > > > >
> > > > > > > > >y
> > > > > >
> > > > > >
> IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5
> > > > > >lc iw gY
> > > > > >
> > > > > > > >W5
> > > > > > > >
> > > > > > > > >k
> > > > > >
> > > > > >
> IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo
> > > > > >+P j4 +I
> > > > > >
> > > > > > > >Fd
> > > > > > > >
> > > > > > > > >C
> > > > > >
> > > > > >
> Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyB
> > > > > >tZ XN zY
> > > > > >
> > > > > > > >Wd
> > > > > > > >
> > > > > > > > >l
> > > > > >
> > > > > >
> IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGN
> > > > > >vb nR lb
> > > > > >
> > > > > > > >nQ
> > > > > > > >
> > > > > > > > >g
> > > > > >
> > > > > >
> YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0
> > > > > >KP j4 gD
> > > > > >
> > > > > > > >Qo
> > > > > > > >
> > > > > > > > >+
> > > > > >
> > > > > >
> PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiA
> > > > > >tL SA NC
> > > > > >
> > > > > > > >j4
> > > > > > > >
> > > > > > > > >g
> > > > > >
> > > > > >
> VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGR
> > > > > >hb md lc
> > > > > >
> > > > > > > >m9
> > > > > > > >
> > > > > > > > >1
> > > > > >
> > > > > >
> cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmU
> > > > > >gY 2x lY
> > > > > >
> > > > > > > >W4
> > > > > > > >
> > > > > > > > >u DQo+IA0K
> > > > > > > >
> > > > > > > > --
> > > > > > > > This message has been scanned for viruses and
> > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > believed to be clean.
> > > > > > >
> > > > > > > --
> > > > > > > WBR
> > > > > > > Maxim aka solomax
> > > > > >
> > > > > > --
> > > > > > This message has been scanned for viruses and
> > > > > > dangerous content by MailScanner, and is
> > > > > > believed to be clean.
> > > > >
> > > > > --
> > > > > WBR
> > > > > Maxim aka solomax
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>

Re: File upload troubles

Posted by Dimitri Yioulos <dy...@onpointfc.com>.
I sent some updated information yesterday regarding this issue.  Does anyone 
have any more ideas on how I can resolve this?  Your continued help would be 
appreciated.

Many thanks.

Dimitri


On Tuesday 31 July 2012 9:00:53 am Dimitri Yioulos wrote:
> Apologies for the drips-and-drabs of information.  I just
> ran "java -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> faxcover.doc faxcover.pdf" at the command line (obviously, I guess), and it
> worked successfully.  So, why is file upload still failing?
>
> Dimitri
>
> On Tuesday 31 July 2012 8:50:01 am Dimitri Yioulos wrote:
> > I ran yum groupinstall "Office Suite and Productivity", feeling there was
> > nothing to lose.  Still no joy.  When I try to upload a file, I get the
> > following errors:
> >
> > Name: error
> > Value: convert: unable to open image
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No such file or
> > directory @ blob.c/OpenBlob/2480.
> > convert: missing an image filename
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >bd c964575ce968b9ca/_thumb_page-%04d.jpg' @
> > convert.c/ConvertImageCommand/2800.
> >
> > Name: process
> > Value: generateBatchThumbByWidth
> > Name: exitValue
> > Value: 0
> > Name: process
> > Value: processPDF
> > Name: out
> > Value:
> > Name: exitValue
> > Value: 1
> > Name: command
> > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i, -j,
> > 85, -s, zoom=72,
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8b
> >dc 964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf] Name: error
> > Value: Error: Couldn't open
> > file
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8
> >bd c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
> >
> > Name: process
> > Value: generateSwf
> >
> > ImageMagick is installed properly, afaik.  Is this a bug, or a
> > misconfiguration on my part?
> >
> > Dimitri
> >
> > On Tuesday 31 July 2012 7:24:20 am Dimitri Yioulos wrote:
> > > Maxim,
> > >
> > > Output of yum groupinstall "Office Suite and Productivity" is:
> > >
> > > Installing:
> > >  libreoffice-calc
> > >  libreoffice-draw
> > >  libreoffice-graphicfilter
> > >  libreoffice-impress
> > >  libreoffice-langpack-en
> > >  libreoffice-math
> > >  libreoffice-writer
> > >  libreoffice-xsltfilter
> > > Installing for dependencies:
> > >  libreoffice-pdfimport
> > >  libreoffice-presenter-screen
> > >  libwpd
> > >  lpsolve
> > >  mythes-en
> > >
> > > Output of tail "FAX COVER SHEET.doc" is:
> > >
> > > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ ÿÿ
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ ÿÿÿ
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ ÿÿÿ
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot Entryÿÿÿÿÿÿÿÿ   
> > > ÀF É
> > >
> > > NljÍ5Data
> > > 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSum
> > >ma ry
> > > Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ ÿÿÿ
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ ÿÿÿ
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ ÿÿÿ
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ ÿÿÿ
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ ÿÿÿ
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ ÿÿÿ
> > > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> > >ÿÿ ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ    ÀFMicrosoft Office Word
> > > Document MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> > > PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYP
> > >uT TY PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> > >
> > > (that's some weird stuff :-) ).
> > >
> > > Output of ps -ef|grep office is:
> > >
> > > [root@openmeetings ~]# ps -ef|grep office
> > > root      1587     1  0 Jul30 ?
> > > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> > > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard root
> > >  1599  1587  0 Jul30 ?
> > > 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> > > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard root
> > > 16352 16270  0 07:25 pts/1    00:00:00 grep office
> > >
> > > Dimitri
> > >
> > > On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik wrote:
> > > > what is the output of
> > > >
> > > > *yum groupinstall* "*Office* Suite and Productivity"
> > > >
> > > > yum install openoffice.org-headless
> > > >
> > > > what is the output of (to ensure it is not file/permission problem)
> > > > tail "FAX COVER SHEET.doc"
> > > >
> > > > can you check there is no office processes running?
> > > > ps -ef|grep office
> > > >
> > > > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos
> > >
> > > <dy...@onpointfc.com>wrote:
> > > > > Maxim,
> > > > >
> > > > > Followed the instructions in the link you provided, and now:
> > > > >
> > > > > [root@openmeetings ~]# java -version
> > > > > java version "1.7.0_05"
> > > > > Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
> > > > > Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode, sharing)
> > > > >
> > > > > As you can see, I just upgraded the Java installation to the very
> > > > > latest from
> > > > > Oracle.  However, I still get:
> > > > >
> > > > > Exception in thread "main"
> > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > could not load document: FAX COVER SHEET.doc
> > > > > ~
> > > > > Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to
> > > > > be an unsupported one.
> > > > > ~
> > > > >
> > > > > I think I'm infuriatingly close to getting this to work.  Your (and
> > > > > others) continuing assistance much appreciated.
> > > > >
> > > > > Dimitri
> > > > >
> > > > > On Monday 30 July 2012 3:17:49 pm Maxim Solodovnik wrote:
> > > > > > please follow the link I have sent you
> > > > > > you need to install alternative _before_ you can configure it
> > > > > >
> > > > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos
> > > > >
> > > > > <dy...@onpointfc.com>wrote:
> > > > > > > Thanks, Stephen.  Here's what I get:
> > > > > > >
> > > > > > > [root@openmeetings ~]# alternatives --config java
> > > > > > >
> > > > > > > There is 1 program that provides 'java'.
> > > > > > >
> > > > > > >   Selection    Command
> > > > > > > -----------------------------------------------
> > > > > > > *+ 1           /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > > > > > >
> > > > > > > Enter to keep the current selection[+], or type selection
> > > > > > > number:
> > > > > > >
> > > > > > > Oh, oh.  I don't even see the Oracle version.  But, I installed
> > > > > > > the
> > > > >
> > > > > JRE,
> > > > >
> > > > > > > not the
> > > > > > > JDK.  Might that be the rub?
> > > > > > >
> > > > > > > Dimitri
> > > > > > >
> > > > > > > On Monday 30 July 2012 3:03:57 pm Stephen Cottham wrote:
> > > > > > > > For java try
> > > > > > > >
> > > > > > > > update-java-alternatives
> > > > > > > >
> > > > > > > > Or
> > > > > > > >
> > > > > > > > alternatives --config java
> > > > > > > >
> > > > > > > > Should show you all java's installed and allow you to change
> > > > > > > > the default.
> > > > > > > >
> > > > > > > > Sent from my iPhone
> > > > > > > >
> > > > > > > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos"
> > > > > > > > <dy...@onpointfc.com>
> > > > > > >
> > > > > > > wrote:
> > > > > > > > > Maxim,
> > > > > > > > >
> > > > > > > > > I'm not quite sure how to proceed.  First, I just installed
> > > > > > > > > parts
> > > > >
> > > > > of
> > > > >
> > > > > > > > > libreoffice:
> > > > > > > > >
> > > > > > > > > libreoffice-headless-3.4.5.2-16.el6.i686
> > > > > > > > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > > > > > >
> > > > > > > > > Should I do a "yum groupinstall libreoffice"?
> > > > > > > > >
> > > > > > > > > Next, I'm not sure how to open my doc.  This is a server
> > > > > > > > > install
> > > > >
> > > > > and,
> > > > >
> > > > > > > so,
> > > > > > >
> > > > > > > > > there is no Xwindow/desktop system installed.
> > > > > > > > >
> > > > > > > > > Finally, how do I get the Oracle java to be the default?  I
> > > > > > > > > do have the following in /etc/profile so that the proper
> > > > > > > > > java be loaded at boot (I think):
> > > > > > > > >
> > > > > > > > > export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > > > > > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > > > > >
> > > > > > > > > Dimitri
> > > > > > > > >
> > > > > > > > > On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik wrote:
> > > > > > > > >> Yes you could :)
> > > > > > > > >> According to this:
> > > > >
> > > > > http://stackoverflow.com/questions/8420449/docsplit-jodconverter-op
> > > > >en of f
> > > > >
> > > > > > > > >>ice -issue-on-debian
> > > > > > > > >>
> > > > > > > > >> can you ensure you have writer/calc/impress installed (by
> > > > > > > > >> opening your doc for example)
> > > > > > > > >>
> > > > > > > > >> were you install your libreoffice via yum groupinstall?
> > > > > > > > >>
> > > > > > > > >> I would recommend you to have Oracle java as default one
> > > > > > > > >> There are some weird issued with  OpenJDK.
> > > > > > > > >>
> > > > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos
> > > > > > > > >
> > > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > > >>> Let me take the easy part first:
> > > > > > > > >>>
> > > > > > > > >>> [root@openmeetings ~]# java -version
> > > > > > > > >>> java version "1.7.0_05-icedtea"
> > > > > > > > >>> OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
> > > > > > > > >>> OpenJDK Client VM (build 23.0-b21, mixed mode)
> > > > > > > > >>>
> > > > > > > > >>> Now, the thing of it is, even though I installed the
> > > > > > > > >>> Sun/Oracle version, when I
> > > > > > > > >>> installed some other component (libreoffice, I think, but
> > > > > > > > >>> I
> > > > >
> > > > > forget
> > > > >
> > > > > > > > >>> exactly what), a dependency that was installed was
> > > > > > > > >>> OpenJDK.
> > > > >
> > > > >  Hmmm.
> > > > >
> > > > > > > > >>> I tried to do the following conversion at the command
> > > > > > > > >>> line:
> > > > > > > > >>>
> > > > > > > > >>> java -jar
> > > > > > >
> > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > > > >
> > > > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > > > > > >>>
> > > > > > > > >>> It failed.  I got:
> > > > > > > > >>>
> > > > > > > > >>> Exception in thread "main"
> > > > > > > > >>> org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > >>> could not load document: FAX COVER SHEET.doc
> > > > > > > > >>> ~
> > > > > > > > >>> Caused by: com.sun.star.lang.IllegalArgumentException:
> > > > > > > > >>> URL seems
> > > > >
> > > > > to
> > > > >
> > > > > > > be
> > > > > > >
> > > > > > > > >>> an unsupported one.
> > > > > > > > >>> ~
> > > > > > > > >>>
> > > > > > > > >>> I can convert MS Word docs, can't I?
> > > > > > > > >>>
> > > > > > > > >>> Dimitri
> > > > > > > > >>>
> > > > > > > > >>> On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik wrote:
> > > > > > > > >>>> Please try to stop it and run jod converter via
> > > > > > > > >>>> commandline (jod
> > > > > > > > >>>
> > > > > > > > >>> converter
> > > > > > > > >>>
> > > > > > > > >>>> will start libreoffice automatically)
> > > > > > > > >>>> also please check your java version?
> > > > > > > > >>>>
> > > > > > > > >>>>
> > > > > > > > >>>> java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> > > > > > > > >>>> -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > > > > > > > >>>> -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > > > > > > > >>>> -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> > > > > > > > >>>> -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar -cp
> > > > > > > > >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > > > > > > >>>> -cp /usr/local/jodconverter/lib/json-20090211.jar
> > > > > > > > >>>> -cp
> > > > > > > > >>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4
> > > > > > > > >>>>.j ar -jar
> > > > >
> > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > >
> > > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > >e1 8e 94 e7
> > > > > > >
> > > > > > > > >>>b1 78
> > > > > > > > >>>
> > > > > > > > >>>> 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > > > > > > >>>> 1a.pdf
> > > > > > > > >>>>
> > > > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> > > > > > > > >>>
> > > > > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > > > > >>>>> Thanks to both Maxim and Alexsei for your responses.
> > > > > > > > >>>>> CentOS
> > > > >
> > > > > 6.x
> > > > >
> > > > > > > > >>>>> (and,
> > > > > > > > >>>
> > > > > > > > >>> by
> > > > > > > > >>>
> > > > > > > > >>>>> extension, I'd guess, RHEL 6.x) no longer use
> > > > > > > > >>>>> openoffice but,
> > > > > > >
> > > > > > > rather,
> > > > > > >
> > > > > > > > >>>>> libreoffice.  libreoffice-headless is installed, and is
> > > > > > > > >>>>> running as
> > > > > > >
> > > > > > > a
> > > > > > >
> > > > > > > > >>>>> service:
> > > > > > > > >>>>>
> > > > > > > > >>>>> tcp        0      0 127.0.0.1:8100             
> > > > > > > > >>>>> 0.0.0.0:* LISTEN      13514/soffice.bin
> > > > > > > > >>>>>
> > > > > > > > >>>>> started with:
> > > > > > > > >>>>>
> > > > > > > > >>>>> soffice --headless
> > > > > > > > >>>>> --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > > > > > >>>>> --nofirststartwizard
> > > > > > > > >>>>>
> > > > > > > > >>>>> Dimitri
> > > > > > > > >>>>>
> > > > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm Alexei Fedotov wrote:
> > > > > > > > >>>>>> It says, URL seems to be unsupported.
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> The class which produces it is under com.sun, so the
> > > > > > > > >>>>>> problem
> > > > >
> > > > > may
> > > > >
> > > > > > > be
> > > > > > >
> > > > > > > > >>> in
> > > > > > > > >>>
> > > > > > > > >>>>> the
> > > > > > > > >>>>>
> > > > > > > > >>>>>> old OpenOffice version
> > > > > > > > >>>>>> 30.07.2012 21:54 пользователь "Dimitri Yioulos"
> > > > > > > > >>>>>> <dy...@onpointfc.com>
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> написал:
> > > > > > > > >>>>>>> Hello to all.
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> I'm not new to Openmeetings, having originally
> > > > > > > > >>>>>>> installed and tried
> > > > > > > > >>>
> > > > > > > > >>> it
> > > > > > > > >>>
> > > > > > > > >>>>> at
> > > > > > > > >>>>>
> > > > > > > > >>>>>>> least a
> > > > > > > > >>>>>>> couple of years ago.  Thanks to Sabastian Wgner for
> > > > > > > > >>>>>>> having created it, and to
> > > > > > > > >>>>>>> Apache for taking the project forward.
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> I've installed version 2.0.0 on a CentOS 6.2 server.
> > > > > > > > >>>>>>> All of the prerequisites
> > > > > > > > >>>>>>> are installed, and Openmeetings works well.  With the
> > > > >
> > > > > exception
> > > > >
> > > > > > > > >>>>>>> of file uploading, that is.  After figuring out the
> > > > > > > > >>>>>>> paths of the
> > > > > > > > >>>
> > > > > > > > >>> various
> > > > > > > > >>>
> > > > > > > > >>>>>>> components required to make file uploading work, I'm
> > > > > > > > >>>>>>> finally
> > > > >
> > > > > at
> > > > >
> > > > > > > > >>>>>>> a point where I'm stuck.
> > > > > > > > >>>>>>> When I try to upload a file, I get the following
> > > > > > > > >>>>>>> (it's
> > > > >
> > > > > verbose;
> > > > >
> > > > > > > > >>>>>>> I apologize):
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> Name: out
> > > > > > > > >>>>>>> Value:
> > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > >>>>>>> Value: 1
> > > > > > > > >>>>>>> Name: command
> > > > > > > > >>>>>>> Value:
> > > > > > > > >>>>>>> [java, -cp,
> > > > > > > > >>>>>>> /usr/local/jodconverter/lib/juh-3.2.1.jar, -cp,
> > > > > > > > >>>>>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
> > > > > > > > >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
> > > > > > > > >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
> > > > > > > > >>>>>>> /usr/local/jodconverter/lib/commons-cli-1.1.jar, -cp,
> > > > > > > > >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar, -cp,
> > > > > > > > >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar, -cp,
> > > > > > > > >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > > > > >>>>>>>a- 4. ja r, -jar,
> > > > > > > > >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-bet
> > > > > > > > >>>>>>>a- 4. ja r,
> > > > > > >
> > > > > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > > > > >b4 94 e1 8e
> > > > > > >
> > > > > > > > >>>94
> > > > > > > > >>>
> > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > > > > > >
> > > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > >e1 8e 94 e7
> > > > > > >
> > > > > > > > >>>b1
> > > > > > > > >>>
> > > > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > >>>>>>>f] Name: error Value: Jul 30, 2012 1:18:25 PM
> > > > > > > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > >>>>>>>eM an ag er INFO: ProcessManager implementation is
> > > > > > > > >>>>>>> LinuxProcessManager Jul 30, 2012 1:18:26 PM
> > > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess
> > > > > > > > >>>>>>> start INFO: starting process with
> > > > > > > > >>>>>>> acceptString
> > > > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > >
> > > > > and
> > > > >
> > > > > > > > >>>>>>> profileDir
> > > > >
> > > > > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > > >
> > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess
> > > > > > > > >>>>>>> start INFO: started process; pid = 13986
> > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > > > >>>>>>> connect
> > > > > > > > >>>>>>> INFO: connected:
> > > > >
> > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > >
> > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > >>>>>>>eM an ag er stop INFO: stopping
> > > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > > > >>>>>>>$1 disposing
> > > > > > > > >>>>>>> INFO: disconnected:
> > > > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' Jul
> > > > > > > > >>>>>>> 30, 2012 1:18:27 PM
> > > > > > > > >>>>>>> org.artofsolving.jodconverter.office.ManagedOfficePro
> > > > > > > > >>>>>>>ce ss doEnsureProcessExited
> > > > > > > > >>>>>>> INFO: process exited with code 0
> > > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > > > > > > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOffic
> > > > > > > > >>>>>>>eM an ag er stop INFO: stopped
> > > > > > > > >>>>>>> Exception in thread "main"
> > > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > > >>>>>>> could not load document:
> > > > > > > > >>>>>>> 5b494e18e94e7b1784cbc2a9b42b161a.doc at
> > > > > > >
> > > > > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > > > > >nt (A bs tr
> > > > > > >
> > > > > > > > >>>ac
> > > > > > > > >>>
> > > > > > > > >>>>>>> tConversionTask.java:92) at
> > > > > > >
> > > > > > > org.artofsolving.jodconverter.AbstractConversionTask.execute(Ab
> > > > > > >st ra ct Co
> > > > > > >
> > > > > > > > >>>nv
> > > > > > > > >>>
> > > > > > > > >>>>>>> ersionTask.java:59) at
> > > > > > >
> > > > > > > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(
> > > > > > >Po ol ed Of
> > > > > > >
> > > > > > > > >>>fi
> > > > > > > > >>>
> > > > > > > > >>>>>>> ceManager.java:80) at
> > > > >
> > > > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > > > > >>>47
> > > > > > > > >>>
> > > > > > > > >>>>>>> 1) at
> > > > >
> > > > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> > > > >
> > > > > > > > >>>>>>>34 ) at
> > > > >
> > > > > java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > > > >
> > > > > > > > >>>>>>> at
> > > > > > >
> > > > > > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe
> > > > > > >cu to r. ja
> > > > > > >
> > > > > > > > >>>va
> > > > > > > > >>>
> > > > > > > > >>>>>>> :1110) at
> > > > > > >
> > > > > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolEx
> > > > > > >ec ut or .j
> > > > > > >
> > > > > > > > >>>av
> > > > > > > > >>>
> > > > > > > > >>>>>>> a:603) at java.lang.Thread.run(Thread.java:722)
> > > > > > > > >>>>>>> Caused by:
> > > > > > > > >>>>>>> com.sun.star.lang.IllegalArgumentException: URL seems
> > > > > > > > >>>>>>> to be
> > > > > > > > >>>>>
> > > > > > > > >>>>> an
> > > > > > > > >>>>>
> > > > > > > > >>>>>>> unsupported one.
> > > > > > > > >>>>>>>        at
> > > > > > >
> > > > > > > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRa
> > > > > > >is ed Ex ce
> > > > > > >
> > > > > > > > >>>pt
> > > > > > > > >>>
> > > > > > > > >>>>>>> ion(Job.java:177) at
> > > > >
> > > > > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> > > > >
> > > > > > > > >>>>>>>43 ) at
> > > > > > >
> > > > > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > > > > >e. ja va
> > > > > > >
> > > > > > >:3
> > > > > > >:
> > > > > > > > >>>35
> > > > > > > > >>>
> > > > > > > > >>>>>>> ) at
> > > > > > >
> > > > > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueu
> > > > > > >e. ja va
> > > > > > >
> > > > > > >:3
> > > > > > >:
> > > > > > > > >>>04
> > > > > > > > >>>
> > > > > > > > >>>>>>> ) at
> > > > > > >
> > > > > > > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(J
> > > > > > >av aT hr ea
> > > > > > >
> > > > > > > > >>>dP
> > > > > > > > >>>
> > > > > > > > >>>>>>> ool.java:91) at
> > > > > > >
> > > > > > > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sen
> > > > > > >dR eq ue st
> > > > > > >
> > > > > > > > >>>(j
> > > > > > > > >>>
> > > > > > > > >>>>>>> ava_remote_bridge.java:639) at
> > > > > > >
> > > > > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.r
> > > > > > >eq ue st (P
> > > > > > >
> > > > > > > > >>>ro
> > > > > > > > >>>
> > > > > > > > >>>>>>> xyFactory.java:151) at
> > > > > > >
> > > > > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.i
> > > > > > >nv ok e( Pr
> > > > > > >
> > > > > > > > >>>ox
> > > > > > > > >>>
> > > > > > > > >>>>>>> yFactory.java:133) at
> > > > > > > > >>>>>>> $Proxy4.loadComponentFromURL(Unknown
> > > > > > >
> > > > > > > Source)
> > > > > > >
> > > > > > > > >>>>>>>        at
> > > > > > >
> > > > > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocume
> > > > > > >nt (A bs tr
> > > > > > >
> > > > > > > > >>>ac
> > > > > > > > >>>
> > > > > > > > >>>>>>> tConversionTask.java:90) ... 8 more
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> Name: process
> > > > > > > > >>>>>>> Value: doJodConvert
> > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > >>>>>>> Value: 0
> > > > > > > > >>>>>>> Name: command
> > > > > > > > >>>>>>> Value:
> > > > > > > > >>>>>>> Name: completeName
> > > > > > > > >>>>>>> Value:
> > > > > > >
> > > > > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5
> > > > > > >b4 94 e1 8e
> > > > > > >
> > > > > > > > >>>94
> > > > > > > > >>>
> > > > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > > > > > > >>>>>>> Value:
> > > > > > > > >>>>>>> Name: fileExplorerItemId
> > > > > > > > >>>>>>> Value: 7
> > > > > > > > >>>>>>> Name: process
> > > > > > > > >>>>>>> Value:
> > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > >>>>>>> Value: 0
> > > > > > > > >>>>>>> Name: process
> > > > > > > > >>>>>>> Value: generateXMLDocument
> > > > > > > > >>>>>>> Name: out
> > > > > > > > >>>>>>> Value:
> > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > >>>>>>> Value: 1
> > > > > > > > >>>>>>> Name: command
> > > > > > > > >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> > > > > > > > >>>>>>> 80,
> > > > > > >
> > > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > >e1 8e 94 e7
> > > > > > >
> > > > > > > > >>>b1
> > > > > > > > >>>
> > > > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > >>>>>>>f,
> > > > > > >
> > > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > >e1 8e 94 e7
> > > > > > >
> > > > > > > > >>>b1
> > > > > > > > >>>
> > > > > > > > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name: error
> > > > > > > > >>>>>>> Value: convert: unable to open image
> > > > > > >
> > > > > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > > > >4e 18 e9 4e
> > > > > > >
> > > > > > > > >>>7b
> > > > > > > > >>>
> > > > > > > > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > > > > >>>>>>>df ': No such
> > > > > > > > >>>
> > > > > > > > >>> file
> > > > > > > > >>>
> > > > > > > > >>>>> or
> > > > > > > > >>>>>
> > > > > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > > > > > > >>>>>>> convert: missing an image filename
> > > > > > >
> > > > > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > > > >4e 18 e9 4e
> > > > > > >
> > > > > > > > >>>7b
> > > > > > > > >>>
> > > > > > > > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > > > > > > > >>>>>>> convert.c/ConvertImageCommand/2800.
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> Name: process
> > > > > > > > >>>>>>> Value: generateBatchThumbByWidth
> > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > >>>>>>> Value: 0
> > > > > > > > >>>>>>> Name: process
> > > > > > > > >>>>>>> Value: processPDF
> > > > > > > > >>>>>>> Name: out
> > > > > > > > >>>>>>> Value:
> > > > > > > > >>>>>>> Name: exitValue
> > > > > > > > >>>>>>> Value: 1
> > > > > > > > >>>>>>> Name: command
> > > > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> > > > > > > > >>>>>>> poly2bitmap,
> > > > > > > > >>>
> > > > > > > > >>> -i,
> > > > > > > > >>>
> > > > > > > > >>>>> -j,
> > > > > > > > >>>>>
> > > > > > > > >>>>>>> 85, -s,
> > > > > > > > >>>>>>> zoom=72,
> > > > > > >
> > > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > >e1 8e 94 e7
> > > > > > >
> > > > > > > > >>>b1
> > > > > > > > >>>
> > > > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pd
> > > > > > > > >>>>>>>f,
> > > > > > >
> > > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494
> > > > > > >e1 8e 94 e7
> > > > > > >
> > > > > > > > >>>b1
> > > > > > > > >>>
> > > > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.sw
> > > > > > > > >>>>>>>f] Name: error
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> Value: Error: Couldn't open
> > > > > > > > >>>>>>> file
> > > > > > >
> > > > > > > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b49
> > > > > > >4e 18 e9 4e
> > > > > > >
> > > > > > > > >>>7b
> > > > > > > > >>>
> > > > > > > > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.p
> > > > > > > > >>>>>>>df '
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> Name: process
> > > > > > > > >>>>>>> Value: generateSwf
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> So, it looks like a file couldn't be opened.  The
> > > > > > > > >>>>>>> file is
> > > > >
> > > > > owner
> > > > >
> > > > > > > > >>>>>>> by
> > > > > > > > >>>>>
> > > > > > > > >>>>> root,
> > > > > > > > >>>>>
> > > > > > > > >>>>>>> and has
> > > > > > > > >>>>>>> 644 permissions.  Are these set by jodconverter?
> > > > > > > > >>>>>>> Anyway,
> > > > >
> > > > > does
> > > > >
> > > > > > > > >>> anyone
> > > > > > > > >>>
> > > > > > > > >>>>>>> know how
> > > > > > > > >>>>>>> I can resolve this issue?
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> Many thanks.
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> Dimitri
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> --
> > > > > > > > >>>>>>> This message has been scanned for viruses and
> > > > > > > > >>>>>>> dangerous content by MailScanner, and is
> > > > > > > > >>>>>>> believed to be clean.
> > > > > > > > >>>>>
> > > > > > > > >>>>> --
> > > > > > > > >>>>> This message has been scanned for viruses and
> > > > > > > > >>>>> dangerous content by MailScanner, and is
> > > > > > > > >>>>> believed to be clean.
> > > > > > > > >>>>
> > > > > > > > >>>> --
> > > > > > > > >>>> WBR
> > > > > > > > >>>> Maxim aka solomax
> > > > > > > > >>>
> > > > > > > > >>> --
> > > > > > > > >>> This message has been scanned for viruses and
> > > > > > > > >>> dangerous content by MailScanner, and is
> > > > > > > > >>> believed to be clean.
> > > > > > > > >>
> > > > > > > > >> --
> > > > > > > > >> WBR
> > > > > > > > >> Maxim aka solomax
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > This message has been scanned for viruses and
> > > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > > believed to be clean.
> > > > > > > >
> > > > > > > > Stephen Cottham
> > > > > > > > Group IT Manager (Associate)
> > > > > > > >
> > > > > > > > Robert Bird Group
> > > > > > > > Level 5, 333 Ann St
> > > > > > > > Brisbane, Queensland, 4000, Australia
> > > > > > > > Phone: +6173 319 2777 (AUS)
> > > > > > > > Phone: +44207 592 8000 (UK)
> > > > > > > > Fax: +6173 319 2799
> > > > > > > >
> > > > > > > > Mobile:  +61400 756 963 (AUS)
> > > > > > > > Mobile: +447900 918 616 (UK)
> > > > > > > > Web: www.robertbird.com
> > > > > > > >
> > > > > > > >
> > > > > > > > This email and any attachments are confidential and may
> > > > > > > > contain
> > > > >
> > > > > legally
> > > > >
> > > > > > > > privileged information or copyright material. Unless
> > > > > > > > expressly
> > > > >
> > > > > stated,
> > > > >
> > > > > > > > confidentiality and/or legal privilege is not intended to be
> > > > > > > > waived
> > > > >
> > > > > by
> > > > >
> > > > > > > the
> > > > > > >
> > > > > > > > sending of this email. The contents of this email, including
> > > > > > > > any attachments, are intended solely for the use of the
> > > > > > > > individual or entity
> > > > > > >
> > > > > > > to
> > > > > > >
> > > > > > > > whom they are addressed. If you are not an intended
> > > > > > > > recipient, please contact us immediately by return email and
> > > > > > > > then delete both messages. You may not otherwise read,
> > > > > > > > forward, copy, use or disclose this email or any attachments.
> > > > > > > > Any views expressed in this email are those of
> > > > >
> > > > > the
> > > > >
> > > > > > > individual
> > > > > > >
> > > > > > > > sender except where the sender expressly, and with authority,
> > > > > > > > states otherwise. It is your responsibility to check any
> > > > > > > > attachments for viruses or defects before opening or sending
> > > > > > > > them on. None of the sender or its related entities accepts
> > > > > > > > any liability for any consequential damage resulting from
> > > > > > > > this email containing computer viruses.
> > > > > > > >
> > > > > > > > Disclaimer added by CodeTwo Exchange Rules
> > > > > > > > http://www.codetwo.com
> > > > > > > >
> > > > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> > > > >
> > > > > LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5
> > > > >kL zI 4M
> > > > >
> > > > > > >DA
> > > > > > >
> > > > > > > >u
> > > > >
> > > > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > > > >nZ W5 lc
> > > > >
> > > > > > >mF
> > > > > > >
> > > > > > > >0
> > > > >
> > > > > ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4
> > > > >+P iB WY
> > > > >
> > > > > > >Wx
> > > > > > >
> > > > > > > >1
> > > > >
> > > > > ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXN
> > > > >zU ER GD
> > > > >
> > > > > > >Qo
> > > > > > >
> > > > > > > >+
> > > > >
> > > > > Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXh
> > > > >pd FZ hb
> > > > >
> > > > > > >HV
> > > > > > >
> > > > > > > >l
> > > > >
> > > > > DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4
> > > > >gV mF sd
> > > > >
> > > > > > >WU
> > > > > > >
> > > > > > > >6
> > > > >
> > > > > IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHk
> > > > >yY ml 0b
> > > > >
> > > > > > >WF
> > > > > > >
> > > > > > > >w
> > > > >
> > > > > LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4
> > > > >gO DU sI
> > > > >
> > > > > > >C1
> > > > > > >
> > > > > > > >z
> > > > >
> > > > > LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXR
> > > > >pb md zL
> > > > >
> > > > > > >3d
> > > > > > >
> > > > > > > >l
> > > > >
> > > > > YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4
> > > > >+P iA NC
> > > > >
> > > > > > >j4
> > > > > > >
> > > > > > > >+
> > > > >
> > > > > Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQ
> > > > >yY jE 2M
> > > > >
> > > > > > >WE
> > > > > > >
> > > > > > > >u
> > > > >
> > > > > cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3B
> > > > >lb m1 lZ
> > > > >
> > > > > > >XR
> > > > > > >
> > > > > > > >p
> > > > >
> > > > > bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg
> > > > >0Y 2J jM
> > > > >
> > > > > > >mE
> > > > > > >
> > > > > > > >5
> > > > >
> > > > > YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1
> > > > >lO g0 KP
> > > > >
> > > > > > >j4
> > > > > > >
> > > > > > > >+
> > > > >
> > > > > Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4
> > > > >nd CB vc
> > > > >
> > > > > > >GV
> > > > > > >
> > > > > > > >u
> > > > >
> > > > > DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3M
> > > > >vd 2V iY
> > > > >
> > > > > > >XB
> > > > > > >
> > > > > > > >w
> > > > >
> > > > > cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo
> > > > >+P j4 +P
> > > > >
> > > > > > >j4
> > > > > > >
> > > > > > > >+
> > > > >
> > > > > IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTY
> > > > >xY S5 wZ
> > > > >
> > > > > > >GY
> > > > > > >
> > > > > > > >n
> > > > >
> > > > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiB
> > > > >nZ W5 lc
> > > > >
> > > > > > >mF
> > > > > > >
> > > > > > > >0
> > > > >
> > > > > ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGN
> > > > >vd Wx kb
> > > > >
> > > > > > >id
> > > > > > >
> > > > > > > >0
> > > > >
> > > > > IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiA
> > > > >NC j4 +P
> > > > >
> > > > > > >j4
> > > > > > >
> > > > > > > >+
> > > > >
> > > > > IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWl
> > > > >zc 2l vb
> > > > >
> > > > > > >nM
> > > > > > >
> > > > > > > >u
> > > > >
> > > > > ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4
> > > > >+I A0 KP
> > > > >
> > > > > > >j4
> > > > > > >
> > > > > > > >+
> > > > >
> > > > > IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXN
> > > > >vb HZ lI
> > > > >
> > > > > > >HR
> > > > > > >
> > > > > > > >o
> > > > >
> > > > > aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4
> > > > >gD Qo +P
> > > > >
> > > > > > >j4
> > > > > > >
> > > > > > > >+
> > > > >
> > > > > Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWV
> > > > >zc 2F nZ
> > > > >
> > > > > > >SB
> > > > > > >
> > > > > > > >o
> > > > >
> > > > > YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXM
> > > > >gY 29 ud
> > > > >
> > > > > > >GV
> > > > > > >
> > > > > > > >u
> > > > >
> > > > > dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGN
> > > > >sZ WF uL
> > > > >
> > > > > > >g0
> > > > > > >
> > > > > > > >K
> > > > >
> > > > > Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5
> > > > >uZ WQ gZ
> > > > >
> > > > > > >m9
> > > > > > >
> > > > > > > >y
> > > > >
> > > > > IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5
> > > > >lc iw gY
> > > > >
> > > > > > >W5
> > > > > > >
> > > > > > > >k
> > > > >
> > > > > IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo
> > > > >+P j4 +I
> > > > >
> > > > > > >Fd
> > > > > > >
> > > > > > > >C
> > > > >
> > > > > Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyB
> > > > >tZ XN zY
> > > > >
> > > > > > >Wd
> > > > > > >
> > > > > > > >l
> > > > >
> > > > > IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGN
> > > > >vb nR lb
> > > > >
> > > > > > >nQ
> > > > > > >
> > > > > > > >g
> > > > >
> > > > > YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0
> > > > >KP j4 gD
> > > > >
> > > > > > >Qo
> > > > > > >
> > > > > > > >+
> > > > >
> > > > > PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiA
> > > > >tL SA NC
> > > > >
> > > > > > >j4
> > > > > > >
> > > > > > > >g
> > > > >
> > > > > VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGR
> > > > >hb md lc
> > > > >
> > > > > > >m9
> > > > > > >
> > > > > > > >1
> > > > >
> > > > > cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmU
> > > > >gY 2x lY
> > > > >
> > > > > > >W4
> > > > > > >
> > > > > > > >u DQo+IA0K
> > > > > > >
> > > > > > > --
> > > > > > > This message has been scanned for viruses and
> > > > > > > dangerous content by MailScanner, and is
> > > > > > > believed to be clean.
> > > > > >
> > > > > > --
> > > > > > WBR
> > > > > > Maxim aka solomax
> > > > >
> > > > > --
> > > > > This message has been scanned for viruses and
> > > > > dangerous content by MailScanner, and is
> > > > > believed to be clean.
> > > >
> > > > --
> > > > WBR
> > > > Maxim aka solomax



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: File upload troubles

Posted by Dimitri Yioulos <dy...@onpointfc.com>.
Apologies for the drips-and-drabs of information.  I just 
ran "java -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar 
faxcover.doc faxcover.pdf" at the command line (obviously, I guess), and it 
worked successfully.  So, why is file upload still failing?

Dimitri


On Tuesday 31 July 2012 8:50:01 am Dimitri Yioulos wrote:
> I ran yum groupinstall "Office Suite and Productivity", feeling there was
> nothing to lose.  Still no joy.  When I try to upload a file, I get the
> following errors:
>
> Name: error
> Value: convert: unable to open image
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bd
>c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': No such file or
> directory @ blob.c/OpenBlob/2480.
> convert: missing an image filename
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bd
>c964575ce968b9ca/_thumb_page-%04d.jpg' @ convert.c/ConvertImageCommand/2800.
>
> Name: process
> Value: generateBatchThumbByWidth
> Name: exitValue
> Value: 0
> Name: process
> Value: processPDF
> Name: out
> Value:
> Name: exitValue
> Value: 1
> Name: command
> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i, -j,
> 85, -s, zoom=72,
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc
>964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc
>964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf] Name: error
> Value: Error: Couldn't open
> file
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bd
>c964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
>
> Name: process
> Value: generateSwf
>
> ImageMagick is installed properly, afaik.  Is this a bug, or a
> misconfiguration on my part?
>
> Dimitri
>
> On Tuesday 31 July 2012 7:24:20 am Dimitri Yioulos wrote:
> > Maxim,
> >
> > Output of yum groupinstall "Office Suite and Productivity" is:
> >
> > Installing:
> >  libreoffice-calc
> >  libreoffice-draw
> >  libreoffice-graphicfilter
> >  libreoffice-impress
> >  libreoffice-langpack-en
> >  libreoffice-math
> >  libreoffice-writer
> >  libreoffice-xsltfilter
> > Installing for dependencies:
> >  libreoffice-pdfimport
> >  libreoffice-presenter-screen
> >  libwpd
> >  lpsolve
> >  mythes-en
> >
> > Output of tail "FAX COVER SHEET.doc" is:
> >
> > þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿ
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿ
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿ
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot Entryÿÿÿÿÿÿÿÿ    ÀF É
> >
> > NljÍ5Data
> > 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSumma
> >ry
> > Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿ
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿ
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿ
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿ
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿ
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿ
> > ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ    ÀFMicrosoft Office Word
> > Document MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> > PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuT
> >TY PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> >
> > (that's some weird stuff :-) ).
> >
> > Output of ps -ef|grep office is:
> >
> > [root@openmeetings ~]# ps -ef|grep office
> > root      1587     1  0 Jul30 ?
> > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard root
> >  1599  1587  0 Jul30 ?
> > 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard root
> > 16352 16270  0 07:25 pts/1    00:00:00 grep office
> >
> > Dimitri
> >
> > On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik wrote:
> > > what is the output of
> > >
> > > *yum groupinstall* "*Office* Suite and Productivity"
> > >
> > > yum install openoffice.org-headless
> > >
> > > what is the output of (to ensure it is not file/permission problem)
> > > tail "FAX COVER SHEET.doc"
> > >
> > > can you check there is no office processes running?
> > > ps -ef|grep office
> > >
> > > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos
> >
> > <dy...@onpointfc.com>wrote:
> > > > Maxim,
> > > >
> > > > Followed the instructions in the link you provided, and now:
> > > >
> > > > [root@openmeetings ~]# java -version
> > > > java version "1.7.0_05"
> > > > Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
> > > > Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode, sharing)
> > > >
> > > > As you can see, I just upgraded the Java installation to the very
> > > > latest from
> > > > Oracle.  However, I still get:
> > > >
> > > > Exception in thread "main"
> > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > could not load document: FAX COVER SHEET.doc
> > > > ~
> > > > Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to
> > > > be an unsupported one.
> > > > ~
> > > >
> > > > I think I'm infuriatingly close to getting this to work.  Your (and
> > > > others) continuing assistance much appreciated.
> > > >
> > > > Dimitri
> > > >
> > > > On Monday 30 July 2012 3:17:49 pm Maxim Solodovnik wrote:
> > > > > please follow the link I have sent you
> > > > > you need to install alternative _before_ you can configure it
> > > > >
> > > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos
> > > >
> > > > <dy...@onpointfc.com>wrote:
> > > > > > Thanks, Stephen.  Here's what I get:
> > > > > >
> > > > > > [root@openmeetings ~]# alternatives --config java
> > > > > >
> > > > > > There is 1 program that provides 'java'.
> > > > > >
> > > > > >   Selection    Command
> > > > > > -----------------------------------------------
> > > > > > *+ 1           /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > > > > >
> > > > > > Enter to keep the current selection[+], or type selection number:
> > > > > >
> > > > > > Oh, oh.  I don't even see the Oracle version.  But, I installed
> > > > > > the
> > > >
> > > > JRE,
> > > >
> > > > > > not the
> > > > > > JDK.  Might that be the rub?
> > > > > >
> > > > > > Dimitri
> > > > > >
> > > > > > On Monday 30 July 2012 3:03:57 pm Stephen Cottham wrote:
> > > > > > > For java try
> > > > > > >
> > > > > > > update-java-alternatives
> > > > > > >
> > > > > > > Or
> > > > > > >
> > > > > > > alternatives --config java
> > > > > > >
> > > > > > > Should show you all java's installed and allow you to change
> > > > > > > the default.
> > > > > > >
> > > > > > > Sent from my iPhone
> > > > > > >
> > > > > > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos"
> > > > > > > <dy...@onpointfc.com>
> > > > > >
> > > > > > wrote:
> > > > > > > > Maxim,
> > > > > > > >
> > > > > > > > I'm not quite sure how to proceed.  First, I just installed
> > > > > > > > parts
> > > >
> > > > of
> > > >
> > > > > > > > libreoffice:
> > > > > > > >
> > > > > > > > libreoffice-headless-3.4.5.2-16.el6.i686
> > > > > > > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > > > > >
> > > > > > > > Should I do a "yum groupinstall libreoffice"?
> > > > > > > >
> > > > > > > > Next, I'm not sure how to open my doc.  This is a server
> > > > > > > > install
> > > >
> > > > and,
> > > >
> > > > > > so,
> > > > > >
> > > > > > > > there is no Xwindow/desktop system installed.
> > > > > > > >
> > > > > > > > Finally, how do I get the Oracle java to be the default?  I
> > > > > > > > do have the following in /etc/profile so that the proper java
> > > > > > > > be loaded at boot (I think):
> > > > > > > >
> > > > > > > > export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > > > > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > > > >
> > > > > > > > Dimitri
> > > > > > > >
> > > > > > > > On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik wrote:
> > > > > > > >> Yes you could :)
> > > > > > > >> According to this:
> > > >
> > > > http://stackoverflow.com/questions/8420449/docsplit-jodconverter-open
> > > >of f
> > > >
> > > > > > > >>ice -issue-on-debian
> > > > > > > >>
> > > > > > > >> can you ensure you have writer/calc/impress installed (by
> > > > > > > >> opening your doc for example)
> > > > > > > >>
> > > > > > > >> were you install your libreoffice via yum groupinstall?
> > > > > > > >>
> > > > > > > >> I would recommend you to have Oracle java as default one
> > > > > > > >> There are some weird issued with  OpenJDK.
> > > > > > > >>
> > > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos
> > > > > > > >
> > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > >>> Let me take the easy part first:
> > > > > > > >>>
> > > > > > > >>> [root@openmeetings ~]# java -version
> > > > > > > >>> java version "1.7.0_05-icedtea"
> > > > > > > >>> OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
> > > > > > > >>> OpenJDK Client VM (build 23.0-b21, mixed mode)
> > > > > > > >>>
> > > > > > > >>> Now, the thing of it is, even though I installed the
> > > > > > > >>> Sun/Oracle version, when I
> > > > > > > >>> installed some other component (libreoffice, I think, but I
> > > >
> > > > forget
> > > >
> > > > > > > >>> exactly what), a dependency that was installed was OpenJDK.
> > > >
> > > >  Hmmm.
> > > >
> > > > > > > >>> I tried to do the following conversion at the command line:
> > > > > > > >>>
> > > > > > > >>> java -jar
> > > > > >
> > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > > >
> > > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > > > > >>>
> > > > > > > >>> It failed.  I got:
> > > > > > > >>>
> > > > > > > >>> Exception in thread "main"
> > > > > > > >>> org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > >>> could not load document: FAX COVER SHEET.doc
> > > > > > > >>> ~
> > > > > > > >>> Caused by: com.sun.star.lang.IllegalArgumentException: URL
> > > > > > > >>> seems
> > > >
> > > > to
> > > >
> > > > > > be
> > > > > >
> > > > > > > >>> an unsupported one.
> > > > > > > >>> ~
> > > > > > > >>>
> > > > > > > >>> I can convert MS Word docs, can't I?
> > > > > > > >>>
> > > > > > > >>> Dimitri
> > > > > > > >>>
> > > > > > > >>> On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik wrote:
> > > > > > > >>>> Please try to stop it and run jod converter via
> > > > > > > >>>> commandline (jod
> > > > > > > >>>
> > > > > > > >>> converter
> > > > > > > >>>
> > > > > > > >>>> will start libreoffice automatically)
> > > > > > > >>>> also please check your java version?
> > > > > > > >>>>
> > > > > > > >>>>
> > > > > > > >>>> java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> > > > > > > >>>> -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > > > > > > >>>> -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > > > > > > >>>> -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> > > > > > > >>>> -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar -cp
> > > > > > > >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > > > > > >>>> -cp /usr/local/jodconverter/lib/json-20090211.jar
> > > > > > > >>>> -cp
> > > > > > > >>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.j
> > > > > > > >>>>ar -jar
> > > >
> > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > >
> > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e1
> > > > > >8e 94 e7
> > > > > >
> > > > > > > >>>b1 78
> > > > > > > >>>
> > > > > > > >>>> 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > > > > > >>>> 1a.pdf
> > > > > > > >>>>
> > > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> > > > > > > >>>
> > > > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > > > >>>>> Thanks to both Maxim and Alexsei for your responses.
> > > > > > > >>>>> CentOS
> > > >
> > > > 6.x
> > > >
> > > > > > > >>>>> (and,
> > > > > > > >>>
> > > > > > > >>> by
> > > > > > > >>>
> > > > > > > >>>>> extension, I'd guess, RHEL 6.x) no longer use openoffice
> > > > > > > >>>>> but,
> > > > > >
> > > > > > rather,
> > > > > >
> > > > > > > >>>>> libreoffice.  libreoffice-headless is installed, and is
> > > > > > > >>>>> running as
> > > > > >
> > > > > > a
> > > > > >
> > > > > > > >>>>> service:
> > > > > > > >>>>>
> > > > > > > >>>>> tcp        0      0 127.0.0.1:8100              0.0.0.0:*
> > > > > > > >>>>> LISTEN      13514/soffice.bin
> > > > > > > >>>>>
> > > > > > > >>>>> started with:
> > > > > > > >>>>>
> > > > > > > >>>>> soffice --headless
> > > > > > > >>>>> --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > > > > >>>>> --nofirststartwizard
> > > > > > > >>>>>
> > > > > > > >>>>> Dimitri
> > > > > > > >>>>>
> > > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm Alexei Fedotov wrote:
> > > > > > > >>>>>> It says, URL seems to be unsupported.
> > > > > > > >>>>>>
> > > > > > > >>>>>> The class which produces it is under com.sun, so the
> > > > > > > >>>>>> problem
> > > >
> > > > may
> > > >
> > > > > > be
> > > > > >
> > > > > > > >>> in
> > > > > > > >>>
> > > > > > > >>>>> the
> > > > > > > >>>>>
> > > > > > > >>>>>> old OpenOffice version
> > > > > > > >>>>>> 30.07.2012 21:54 пользователь "Dimitri Yioulos"
> > > > > > > >>>>>> <dy...@onpointfc.com>
> > > > > > > >>>>>>
> > > > > > > >>>>>> написал:
> > > > > > > >>>>>>> Hello to all.
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> I'm not new to Openmeetings, having originally
> > > > > > > >>>>>>> installed and tried
> > > > > > > >>>
> > > > > > > >>> it
> > > > > > > >>>
> > > > > > > >>>>> at
> > > > > > > >>>>>
> > > > > > > >>>>>>> least a
> > > > > > > >>>>>>> couple of years ago.  Thanks to Sabastian Wgner for
> > > > > > > >>>>>>> having created it, and to
> > > > > > > >>>>>>> Apache for taking the project forward.
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> I've installed version 2.0.0 on a CentOS 6.2 server. 
> > > > > > > >>>>>>> All of the prerequisites
> > > > > > > >>>>>>> are installed, and Openmeetings works well.  With the
> > > >
> > > > exception
> > > >
> > > > > > > >>>>>>> of file uploading, that is.  After figuring out the
> > > > > > > >>>>>>> paths of the
> > > > > > > >>>
> > > > > > > >>> various
> > > > > > > >>>
> > > > > > > >>>>>>> components required to make file uploading work, I'm
> > > > > > > >>>>>>> finally
> > > >
> > > > at
> > > >
> > > > > > > >>>>>>> a point where I'm stuck.
> > > > > > > >>>>>>> When I try to upload a file, I get the following (it's
> > > >
> > > > verbose;
> > > >
> > > > > > > >>>>>>> I apologize):
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> Name: out
> > > > > > > >>>>>>> Value:
> > > > > > > >>>>>>> Name: exitValue
> > > > > > > >>>>>>> Value: 1
> > > > > > > >>>>>>> Name: command
> > > > > > > >>>>>>> Value:
> > > > > > > >>>>>>> [java, -cp, /usr/local/jodconverter/lib/juh-3.2.1.jar,
> > > > > > > >>>>>>> -cp, /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
> > > > > > > >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
> > > > > > > >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
> > > > > > > >>>>>>> /usr/local/jodconverter/lib/commons-cli-1.1.jar, -cp,
> > > > > > > >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar, -cp,
> > > > > > > >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar, -cp,
> > > > > > > >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-
> > > > > > > >>>>>>>4. ja r, -jar,
> > > > > > > >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-
> > > > > > > >>>>>>>4. ja r,
> > > > > >
> > > > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b4
> > > > > >94 e1 8e
> > > > > >
> > > > > > > >>>94
> > > > > > > >>>
> > > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > > > > >
> > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e1
> > > > > >8e 94 e7
> > > > > >
> > > > > > > >>>b1
> > > > > > > >>>
> > > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf]
> > > > > > > >>>>>>> Name: error Value: Jul 30, 2012 1:18:25 PM
> > > > > > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeM
> > > > > > > >>>>>>>an ag er INFO: ProcessManager implementation is
> > > > > > > >>>>>>> LinuxProcessManager Jul 30, 2012 1:18:26 PM
> > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess
> > > > > > > >>>>>>> start INFO: starting process with
> > > > > > > >>>>>>> acceptString
> > > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > >
> > > > and
> > > >
> > > > > > > >>>>>>> profileDir
> > > >
> > > > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > >
> > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess
> > > > > > > >>>>>>> start INFO: started process; pid = 13986
> > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > > >>>>>>> connect
> > > > > > > >>>>>>> INFO: connected:
> > > >
> > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > >
> > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeM
> > > > > > > >>>>>>>an ag er stop INFO: stopping
> > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection$1
> > > > > > > >>>>>>> disposing
> > > > > > > >>>>>>> INFO: disconnected:
> > > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' Jul 30,
> > > > > > > >>>>>>> 2012 1:18:27 PM
> > > > > > > >>>>>>> org.artofsolving.jodconverter.office.ManagedOfficeProce
> > > > > > > >>>>>>>ss doEnsureProcessExited
> > > > > > > >>>>>>> INFO: process exited with code 0
> > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > > > > > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeM
> > > > > > > >>>>>>>an ag er stop INFO: stopped
> > > > > > > >>>>>>> Exception in thread "main"
> > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > >>>>>>> could not load document:
> > > > > > > >>>>>>> 5b494e18e94e7b1784cbc2a9b42b161a.doc at
> > > > > >
> > > > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocument
> > > > > >(A bs tr
> > > > > >
> > > > > > > >>>ac
> > > > > > > >>>
> > > > > > > >>>>>>> tConversionTask.java:92) at
> > > > > >
> > > > > > org.artofsolving.jodconverter.AbstractConversionTask.execute(Abst
> > > > > >ra ct Co
> > > > > >
> > > > > > > >>>nv
> > > > > > > >>>
> > > > > > > >>>>>>> ersionTask.java:59) at
> > > > > >
> > > > > > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(Po
> > > > > >ol ed Of
> > > > > >
> > > > > > > >>>fi
> > > > > > > >>>
> > > > > > > >>>>>>> ceManager.java:80) at
> > > >
> > > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > > > >>>47
> > > > > > > >>>
> > > > > > > >>>>>>> 1) at
> > > >
> > > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> > > >
> > > > > > > >>>>>>>34 ) at
> > > >
> > > > java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > > >
> > > > > > > >>>>>>> at
> > > > > >
> > > > > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecu
> > > > > >to r. ja
> > > > > >
> > > > > > > >>>va
> > > > > > > >>>
> > > > > > > >>>>>>> :1110) at
> > > > > >
> > > > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExec
> > > > > >ut or .j
> > > > > >
> > > > > > > >>>av
> > > > > > > >>>
> > > > > > > >>>>>>> a:603) at java.lang.Thread.run(Thread.java:722)
> > > > > > > >>>>>>> Caused by: com.sun.star.lang.IllegalArgumentException:
> > > > > > > >>>>>>> URL seems to be
> > > > > > > >>>>>
> > > > > > > >>>>> an
> > > > > > > >>>>>
> > > > > > > >>>>>>> unsupported one.
> > > > > > > >>>>>>>        at
> > > > > >
> > > > > > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRais
> > > > > >ed Ex ce
> > > > > >
> > > > > > > >>>pt
> > > > > > > >>>
> > > > > > > >>>>>>> ion(Job.java:177) at
> > > >
> > > > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> > > >
> > > > > > > >>>>>>>43 ) at
> > > > > >
> > > > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.
> > > > > >ja va
> > > > > >
> > > > > >:3
> > > > > >:
> > > > > > > >>>35
> > > > > > > >>>
> > > > > > > >>>>>>> ) at
> > > > > >
> > > > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.
> > > > > >ja va
> > > > > >
> > > > > >:3
> > > > > >:
> > > > > > > >>>04
> > > > > > > >>>
> > > > > > > >>>>>>> ) at
> > > > > >
> > > > > > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(Jav
> > > > > >aT hr ea
> > > > > >
> > > > > > > >>>dP
> > > > > > > >>>
> > > > > > > >>>>>>> ool.java:91) at
> > > > > >
> > > > > > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendR
> > > > > >eq ue st
> > > > > >
> > > > > > > >>>(j
> > > > > > > >>>
> > > > > > > >>>>>>> ava_remote_bridge.java:639) at
> > > > > >
> > > > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.req
> > > > > >ue st (P
> > > > > >
> > > > > > > >>>ro
> > > > > > > >>>
> > > > > > > >>>>>>> xyFactory.java:151) at
> > > > > >
> > > > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.inv
> > > > > >ok e( Pr
> > > > > >
> > > > > > > >>>ox
> > > > > > > >>>
> > > > > > > >>>>>>> yFactory.java:133) at
> > > > > > > >>>>>>> $Proxy4.loadComponentFromURL(Unknown
> > > > > >
> > > > > > Source)
> > > > > >
> > > > > > > >>>>>>>        at
> > > > > >
> > > > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocument
> > > > > >(A bs tr
> > > > > >
> > > > > > > >>>ac
> > > > > > > >>>
> > > > > > > >>>>>>> tConversionTask.java:90) ... 8 more
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> Name: process
> > > > > > > >>>>>>> Value: doJodConvert
> > > > > > > >>>>>>> Name: exitValue
> > > > > > > >>>>>>> Value: 0
> > > > > > > >>>>>>> Name: command
> > > > > > > >>>>>>> Value:
> > > > > > > >>>>>>> Name: completeName
> > > > > > > >>>>>>> Value:
> > > > > >
> > > > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b4
> > > > > >94 e1 8e
> > > > > >
> > > > > > > >>>94
> > > > > > > >>>
> > > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > > > > > >>>>>>> Value:
> > > > > > > >>>>>>> Name: fileExplorerItemId
> > > > > > > >>>>>>> Value: 7
> > > > > > > >>>>>>> Name: process
> > > > > > > >>>>>>> Value:
> > > > > > > >>>>>>> Name: exitValue
> > > > > > > >>>>>>> Value: 0
> > > > > > > >>>>>>> Name: process
> > > > > > > >>>>>>> Value: generateXMLDocument
> > > > > > > >>>>>>> Name: out
> > > > > > > >>>>>>> Value:
> > > > > > > >>>>>>> Name: exitValue
> > > > > > > >>>>>>> Value: 1
> > > > > > > >>>>>>> Name: command
> > > > > > > >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> > > > > > > >>>>>>> 80,
> > > > > >
> > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e1
> > > > > >8e 94 e7
> > > > > >
> > > > > > > >>>b1
> > > > > > > >>>
> > > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > > > > >
> > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e1
> > > > > >8e 94 e7
> > > > > >
> > > > > > > >>>b1
> > > > > > > >>>
> > > > > > > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name: error
> > > > > > > >>>>>>> Value: convert: unable to open image
> > > > > >
> > > > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e
> > > > > >18 e9 4e
> > > > > >
> > > > > > > >>>7b
> > > > > > > >>>
> > > > > > > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf
> > > > > > > >>>>>>>': No such
> > > > > > > >>>
> > > > > > > >>> file
> > > > > > > >>>
> > > > > > > >>>>> or
> > > > > > > >>>>>
> > > > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > > > > > >>>>>>> convert: missing an image filename
> > > > > >
> > > > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e
> > > > > >18 e9 4e
> > > > > >
> > > > > > > >>>7b
> > > > > > > >>>
> > > > > > > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > > > > > > >>>>>>> convert.c/ConvertImageCommand/2800.
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> Name: process
> > > > > > > >>>>>>> Value: generateBatchThumbByWidth
> > > > > > > >>>>>>> Name: exitValue
> > > > > > > >>>>>>> Value: 0
> > > > > > > >>>>>>> Name: process
> > > > > > > >>>>>>> Value: processPDF
> > > > > > > >>>>>>> Name: out
> > > > > > > >>>>>>> Value:
> > > > > > > >>>>>>> Name: exitValue
> > > > > > > >>>>>>> Value: 1
> > > > > > > >>>>>>> Name: command
> > > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> > > > > > > >>>>>>> poly2bitmap,
> > > > > > > >>>
> > > > > > > >>> -i,
> > > > > > > >>>
> > > > > > > >>>>> -j,
> > > > > > > >>>>>
> > > > > > > >>>>>>> 85, -s,
> > > > > > > >>>>>>> zoom=72,
> > > > > >
> > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e1
> > > > > >8e 94 e7
> > > > > >
> > > > > > > >>>b1
> > > > > > > >>>
> > > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > > > > >
> > > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e1
> > > > > >8e 94 e7
> > > > > >
> > > > > > > >>>b1
> > > > > > > >>>
> > > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.swf]
> > > > > > > >>>>>>> Name: error
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> Value: Error: Couldn't open
> > > > > > > >>>>>>> file
> > > > > >
> > > > > > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e
> > > > > >18 e9 4e
> > > > > >
> > > > > > > >>>7b
> > > > > > > >>>
> > > > > > > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf
> > > > > > > >>>>>>>'
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> Name: process
> > > > > > > >>>>>>> Value: generateSwf
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> So, it looks like a file couldn't be opened.  The file
> > > > > > > >>>>>>> is
> > > >
> > > > owner
> > > >
> > > > > > > >>>>>>> by
> > > > > > > >>>>>
> > > > > > > >>>>> root,
> > > > > > > >>>>>
> > > > > > > >>>>>>> and has
> > > > > > > >>>>>>> 644 permissions.  Are these set by jodconverter? 
> > > > > > > >>>>>>> Anyway,
> > > >
> > > > does
> > > >
> > > > > > > >>> anyone
> > > > > > > >>>
> > > > > > > >>>>>>> know how
> > > > > > > >>>>>>> I can resolve this issue?
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> Many thanks.
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> Dimitri
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> --
> > > > > > > >>>>>>> This message has been scanned for viruses and
> > > > > > > >>>>>>> dangerous content by MailScanner, and is
> > > > > > > >>>>>>> believed to be clean.
> > > > > > > >>>>>
> > > > > > > >>>>> --
> > > > > > > >>>>> This message has been scanned for viruses and
> > > > > > > >>>>> dangerous content by MailScanner, and is
> > > > > > > >>>>> believed to be clean.
> > > > > > > >>>>
> > > > > > > >>>> --
> > > > > > > >>>> WBR
> > > > > > > >>>> Maxim aka solomax
> > > > > > > >>>
> > > > > > > >>> --
> > > > > > > >>> This message has been scanned for viruses and
> > > > > > > >>> dangerous content by MailScanner, and is
> > > > > > > >>> believed to be clean.
> > > > > > > >>
> > > > > > > >> --
> > > > > > > >> WBR
> > > > > > > >> Maxim aka solomax
> > > > > > > >
> > > > > > > > --
> > > > > > > > This message has been scanned for viruses and
> > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > believed to be clean.
> > > > > > >
> > > > > > > Stephen Cottham
> > > > > > > Group IT Manager (Associate)
> > > > > > >
> > > > > > > Robert Bird Group
> > > > > > > Level 5, 333 Ann St
> > > > > > > Brisbane, Queensland, 4000, Australia
> > > > > > > Phone: +6173 319 2777 (AUS)
> > > > > > > Phone: +44207 592 8000 (UK)
> > > > > > > Fax: +6173 319 2799
> > > > > > >
> > > > > > > Mobile:  +61400 756 963 (AUS)
> > > > > > > Mobile: +447900 918 616 (UK)
> > > > > > > Web: www.robertbird.com
> > > > > > >
> > > > > > >
> > > > > > > This email and any attachments are confidential and may contain
> > > >
> > > > legally
> > > >
> > > > > > > privileged information or copyright material. Unless expressly
> > > >
> > > > stated,
> > > >
> > > > > > > confidentiality and/or legal privilege is not intended to be
> > > > > > > waived
> > > >
> > > > by
> > > >
> > > > > > the
> > > > > >
> > > > > > > sending of this email. The contents of this email, including
> > > > > > > any attachments, are intended solely for the use of the
> > > > > > > individual or entity
> > > > > >
> > > > > > to
> > > > > >
> > > > > > > whom they are addressed. If you are not an intended recipient,
> > > > > > > please contact us immediately by return email and then delete
> > > > > > > both messages. You may not otherwise read, forward, copy, use
> > > > > > > or disclose this email or any attachments. Any views expressed
> > > > > > > in this email are those of
> > > >
> > > > the
> > > >
> > > > > > individual
> > > > > >
> > > > > > > sender except where the sender expressly, and with authority,
> > > > > > > states otherwise. It is your responsibility to check any
> > > > > > > attachments for viruses or defects before opening or sending
> > > > > > > them on. None of the sender or its related entities accepts any
> > > > > > > liability for any consequential damage resulting from this
> > > > > > > email containing computer viruses.
> > > > > > >
> > > > > > > Disclaimer added by CodeTwo Exchange Rules
> > > > > > > http://www.codetwo.com
> > > > > > >
> > > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> > > >
> > > > LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5kL
> > > >zI 4M
> > > >
> > > > > >DA
> > > > > >
> > > > > > >u
> > > >
> > > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZ
> > > >W5 lc
> > > >
> > > > > >mF
> > > > > >
> > > > > > >0
> > > >
> > > > ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4+P
> > > >iB WY
> > > >
> > > > > >Wx
> > > > > >
> > > > > > >1
> > > >
> > > > ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXNzU
> > > >ER GD
> > > >
> > > > > >Qo
> > > > > >
> > > > > > >+
> > > >
> > > > Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXhpd
> > > >FZ hb
> > > >
> > > > > >HV
> > > > > >
> > > > > > >l
> > > >
> > > > DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4gV
> > > >mF sd
> > > >
> > > > > >WU
> > > > > >
> > > > > > >6
> > > >
> > > > IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHkyY
> > > >ml 0b
> > > >
> > > > > >WF
> > > > > >
> > > > > > >w
> > > >
> > > > LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4gO
> > > >DU sI
> > > >
> > > > > >C1
> > > > > >
> > > > > > >z
> > > >
> > > > LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpb
> > > >md zL
> > > >
> > > > > >3d
> > > > > >
> > > > > > >l
> > > >
> > > > YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+P
> > > >iA NC
> > > >
> > > > > >j4
> > > > > >
> > > > > > >+
> > > >
> > > > Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyY
> > > >jE 2M
> > > >
> > > > > >WE
> > > > > >
> > > > > > >u
> > > >
> > > > cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3Blb
> > > >m1 lZ
> > > >
> > > > > >XR
> > > > > >
> > > > > > >p
> > > >
> > > > bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg0Y
> > > >2J jM
> > > >
> > > > > >mE
> > > > > >
> > > > > > >5
> > > >
> > > > YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1lO
> > > >g0 KP
> > > >
> > > > > >j4
> > > > > >
> > > > > > >+
> > > >
> > > > Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4nd
> > > >CB vc
> > > >
> > > > > >GV
> > > > > >
> > > > > > >u
> > > >
> > > > DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3Mvd
> > > >2V iY
> > > >
> > > > > >XB
> > > > > >
> > > > > > >w
> > > >
> > > > cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo+P
> > > >j4 +P
> > > >
> > > > > >j4
> > > > > >
> > > > > > >+
> > > >
> > > > IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTYxY
> > > >S5 wZ
> > > >
> > > > > >GY
> > > > > >
> > > > > > >n
> > > >
> > > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZ
> > > >W5 lc
> > > >
> > > > > >mF
> > > > > >
> > > > > > >0
> > > >
> > > > ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGNvd
> > > >Wx kb
> > > >
> > > > > >id
> > > > > >
> > > > > > >0
> > > >
> > > > IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiANC
> > > >j4 +P
> > > >
> > > > > >j4
> > > > > >
> > > > > > >+
> > > >
> > > > IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWlzc
> > > >2l vb
> > > >
> > > > > >nM
> > > > > >
> > > > > > >u
> > > >
> > > > ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4+I
> > > >A0 KP
> > > >
> > > > > >j4
> > > > > >
> > > > > > >+
> > > >
> > > > IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXNvb
> > > >HZ lI
> > > >
> > > > > >HR
> > > > > >
> > > > > > >o
> > > >
> > > > aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4gD
> > > >Qo +P
> > > >
> > > > > >j4
> > > > > >
> > > > > > >+
> > > >
> > > > Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWVzc
> > > >2F nZ
> > > >
> > > > > >SB
> > > > > >
> > > > > > >o
> > > >
> > > > YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXMgY
> > > >29 ud
> > > >
> > > > > >GV
> > > > > >
> > > > > > >u
> > > >
> > > > dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGNsZ
> > > >WF uL
> > > >
> > > > > >g0
> > > > > >
> > > > > > >K
> > > >
> > > > Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZ
> > > >WQ gZ
> > > >
> > > > > >m9
> > > > > >
> > > > > > >y
> > > >
> > > > IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5lc
> > > >iw gY
> > > >
> > > > > >W5
> > > > > >
> > > > > > >k
> > > >
> > > > IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo+P
> > > >j4 +I
> > > >
> > > > > >Fd
> > > > > >
> > > > > > >C
> > > >
> > > > Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyBtZ
> > > >XN zY
> > > >
> > > > > >Wd
> > > > > >
> > > > > > >l
> > > >
> > > > IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGNvb
> > > >nR lb
> > > >
> > > > > >nQ
> > > > > >
> > > > > > >g
> > > >
> > > > YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0KP
> > > >j4 gD
> > > >
> > > > > >Qo
> > > > > >
> > > > > > >+
> > > >
> > > > PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiAtL
> > > >SA NC
> > > >
> > > > > >j4
> > > > > >
> > > > > > >g
> > > >
> > > > VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGRhb
> > > >md lc
> > > >
> > > > > >m9
> > > > > >
> > > > > > >1
> > > >
> > > > cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmUgY
> > > >2x lY
> > > >
> > > > > >W4
> > > > > >
> > > > > > >u DQo+IA0K
> > > > > >
> > > > > > --
> > > > > > This message has been scanned for viruses and
> > > > > > dangerous content by MailScanner, and is
> > > > > > believed to be clean.
> > > > >
> > > > > --
> > > > > WBR
> > > > > Maxim aka solomax
> > > >
> > > > --
> > > > This message has been scanned for viruses and
> > > > dangerous content by MailScanner, and is
> > > > believed to be clean.
> > >
> > > --
> > > WBR
> > > Maxim aka solomax



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: File upload troubles

Posted by Maxim Solodovnik <so...@gmail.com>.
you need to remove ImageMagic installed with yum
and compile it from the sources

On Tue, Jul 31, 2012 at 7:50 PM, Dimitri Yioulos <dy...@onpointfc.com>wrote:

> I ran yum groupinstall "Office Suite and Productivity", feeling there was
> nothing to lose.  Still no joy.  When I try to upload a file, I get the
> following errors:
>
> Name: error
> Value: convert: unable to open image
>
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf':
> No such file or directory @ blob.c/OpenBlob/2480.
> convert: missing an image filename
>
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/_thumb_page-%04d.jpg'
> @ convert.c/ConvertImageCommand/2800.
>
> Name: process
> Value: generateBatchThumbByWidth
> Name: exitValue
> Value: 0
> Name: process
> Value: processPDF
> Name: out
> Value:
> Name: exitValue
> Value: 1
> Name: command
> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i, -j,
> 85, -s,
> zoom=72,
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf,
> /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf]
> Name: error
> Value: Error: Couldn't open
> file
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'
>
> Name: process
> Value: generateSwf
>
> ImageMagick is installed properly, afaik.  Is this a bug, or a
> misconfiguration
> on my part?
>
> Dimitri
>
>
> On Tuesday 31 July 2012 7:24:20 am Dimitri Yioulos wrote:
> > Maxim,
> >
> > Output of yum groupinstall "Office Suite and Productivity" is:
> >
> > Installing:
> >  libreoffice-calc
> >  libreoffice-draw
> >  libreoffice-graphicfilter
> >  libreoffice-impress
> >  libreoffice-langpack-en
> >  libreoffice-math
> >  libreoffice-writer
> >  libreoffice-xsltfilter
> > Installing for dependencies:
> >  libreoffice-pdfimport
> >  libreoffice-presenter-screen
> >  libwpd
> >  lpsolve
> >  mythes-en
> >
> > Output of tail "FAX COVER SHEET.doc" is:
> >
> >
> þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot Entryÿÿÿÿÿÿÿÿ    ÀF É
> >
> > NljÍ5Data
> >
> 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSummary
>
> >Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
> >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ    ÀFMicrosoft Office Word Document
> > MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> >
> PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> >PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
> >
> > (that's some weird stuff :-) ).
> >
> > Output of ps -ef|grep office is:
> >
> > [root@openmeetings ~]# ps -ef|grep office
> > root      1587     1  0 Jul30 ?
> > 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard root
> >  1599  1587  0 Jul30 ?
> > 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> > --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard root
> > 16352 16270  0 07:25 pts/1    00:00:00 grep office
> >
> > Dimitri
> >
> > On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik wrote:
> > > what is the output of
> > >
> > > *yum groupinstall* "*Office* Suite and Productivity"
> > >
> > > yum install openoffice.org-headless
> > >
> > > what is the output of (to ensure it is not file/permission problem)
> > > tail "FAX COVER SHEET.doc"
> > >
> > > can you check there is no office processes running?
> > > ps -ef|grep office
> > >
> > > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos
> >
> > <dy...@onpointfc.com>wrote:
> > > > Maxim,
> > > >
> > > > Followed the instructions in the link you provided, and now:
> > > >
> > > > [root@openmeetings ~]# java -version
> > > > java version "1.7.0_05"
> > > > Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
> > > > Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode, sharing)
> > > >
> > > > As you can see, I just upgraded the Java installation to the very
> > > > latest from
> > > > Oracle.  However, I still get:
> > > >
> > > > Exception in thread "main"
> > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > could not load document: FAX COVER SHEET.doc
> > > > ~
> > > > Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to
> be
> > > > an unsupported one.
> > > > ~
> > > >
> > > > I think I'm infuriatingly close to getting this to work.  Your (and
> > > > others) continuing assistance much appreciated.
> > > >
> > > > Dimitri
> > > >
> > > > On Monday 30 July 2012 3:17:49 pm Maxim Solodovnik wrote:
> > > > > please follow the link I have sent you
> > > > > you need to install alternative _before_ you can configure it
> > > > >
> > > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos
> > > >
> > > > <dy...@onpointfc.com>wrote:
> > > > > > Thanks, Stephen.  Here's what I get:
> > > > > >
> > > > > > [root@openmeetings ~]# alternatives --config java
> > > > > >
> > > > > > There is 1 program that provides 'java'.
> > > > > >
> > > > > >   Selection    Command
> > > > > > -----------------------------------------------
> > > > > > *+ 1           /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > > > > >
> > > > > > Enter to keep the current selection[+], or type selection number:
> > > > > >
> > > > > > Oh, oh.  I don't even see the Oracle version.  But, I installed
> the
> > > >
> > > > JRE,
> > > >
> > > > > > not the
> > > > > > JDK.  Might that be the rub?
> > > > > >
> > > > > > Dimitri
> > > > > >
> > > > > > On Monday 30 July 2012 3:03:57 pm Stephen Cottham wrote:
> > > > > > > For java try
> > > > > > >
> > > > > > > update-java-alternatives
> > > > > > >
> > > > > > > Or
> > > > > > >
> > > > > > > alternatives --config java
> > > > > > >
> > > > > > > Should show you all java's installed and allow you to change
> the
> > > > > > > default.
> > > > > > >
> > > > > > > Sent from my iPhone
> > > > > > >
> > > > > > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos"
> > > > > > > <dy...@onpointfc.com>
> > > > > >
> > > > > > wrote:
> > > > > > > > Maxim,
> > > > > > > >
> > > > > > > > I'm not quite sure how to proceed.  First, I just installed
> > > > > > > > parts
> > > >
> > > > of
> > > >
> > > > > > > > libreoffice:
> > > > > > > >
> > > > > > > > libreoffice-headless-3.4.5.2-16.el6.i686
> > > > > > > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > > > > >
> > > > > > > > Should I do a "yum groupinstall libreoffice"?
> > > > > > > >
> > > > > > > > Next, I'm not sure how to open my doc.  This is a server
> > > > > > > > install
> > > >
> > > > and,
> > > >
> > > > > > so,
> > > > > >
> > > > > > > > there is no Xwindow/desktop system installed.
> > > > > > > >
> > > > > > > > Finally, how do I get the Oracle java to be the default?  I
> do
> > > > > > > > have the following in /etc/profile so that the proper java be
> > > > > > > > loaded at boot (I think):
> > > > > > > >
> > > > > > > > export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > > > > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > > > >
> > > > > > > > Dimitri
> > > > > > > >
> > > > > > > > On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik wrote:
> > > > > > > >> Yes you could :)
> > > > > > > >> According to this:
> > > >
> > > >
> http://stackoverflow.com/questions/8420449/docsplit-jodconverter-openof
> > > >f
> > > >
> > > > > > > >>ice -issue-on-debian
> > > > > > > >>
> > > > > > > >> can you ensure you have writer/calc/impress installed (by
> > > > > > > >> opening your doc for example)
> > > > > > > >>
> > > > > > > >> were you install your libreoffice via yum groupinstall?
> > > > > > > >>
> > > > > > > >> I would recommend you to have Oracle java as default one
> > > > > > > >> There are some weird issued with  OpenJDK.
> > > > > > > >>
> > > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos
> > > > > > > >
> > > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > > >>> Let me take the easy part first:
> > > > > > > >>>
> > > > > > > >>> [root@openmeetings ~]# java -version
> > > > > > > >>> java version "1.7.0_05-icedtea"
> > > > > > > >>> OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
> > > > > > > >>> OpenJDK Client VM (build 23.0-b21, mixed mode)
> > > > > > > >>>
> > > > > > > >>> Now, the thing of it is, even though I installed the
> > > > > > > >>> Sun/Oracle version, when I
> > > > > > > >>> installed some other component (libreoffice, I think, but I
> > > >
> > > > forget
> > > >
> > > > > > > >>> exactly what), a dependency that was installed was OpenJDK.
> > > >
> > > >  Hmmm.
> > > >
> > > > > > > >>> I tried to do the following conversion at the command line:
> > > > > > > >>>
> > > > > > > >>> java -jar
> > > > > >
> > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > > >
> > > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > > > > >>>
> > > > > > > >>> It failed.  I got:
> > > > > > > >>>
> > > > > > > >>> Exception in thread "main"
> > > > > > > >>> org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > >>> could not load document: FAX COVER SHEET.doc
> > > > > > > >>> ~
> > > > > > > >>> Caused by: com.sun.star.lang.IllegalArgumentException: URL
> > > > > > > >>> seems
> > > >
> > > > to
> > > >
> > > > > > be
> > > > > >
> > > > > > > >>> an unsupported one.
> > > > > > > >>> ~
> > > > > > > >>>
> > > > > > > >>> I can convert MS Word docs, can't I?
> > > > > > > >>>
> > > > > > > >>> Dimitri
> > > > > > > >>>
> > > > > > > >>> On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik wrote:
> > > > > > > >>>> Please try to stop it and run jod converter via
> commandline
> > > > > > > >>>> (jod
> > > > > > > >>>
> > > > > > > >>> converter
> > > > > > > >>>
> > > > > > > >>>> will start libreoffice automatically)
> > > > > > > >>>> also please check your java version?
> > > > > > > >>>>
> > > > > > > >>>>
> > > > > > > >>>> java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> > > > > > > >>>> -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > > > > > > >>>> -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > > > > > > >>>> -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> > > > > > > >>>> -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar -cp
> > > > > > > >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > > > > > >>>> -cp /usr/local/jodconverter/lib/json-20090211.jar
> > > > > > > >>>> -cp
> > > > > > > >>>>
> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > > > > >>>> -jar
> > > >
> > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > >
> > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e
> > > > > >94 e7
> > > > > >
> > > > > > > >>>b1 78
> > > > > > > >>>
> > > > > > > >>>> 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc
> 1a.pdf
> > > > > > > >>>>
> > > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> > > > > > > >>>
> > > > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > > > >>>>> Thanks to both Maxim and Alexsei for your responses.
> > > > > > > >>>>> CentOS
> > > >
> > > > 6.x
> > > >
> > > > > > > >>>>> (and,
> > > > > > > >>>
> > > > > > > >>> by
> > > > > > > >>>
> > > > > > > >>>>> extension, I'd guess, RHEL 6.x) no longer use openoffice
> > > > > > > >>>>> but,
> > > > > >
> > > > > > rather,
> > > > > >
> > > > > > > >>>>> libreoffice.  libreoffice-headless is installed, and is
> > > > > > > >>>>> running as
> > > > > >
> > > > > > a
> > > > > >
> > > > > > > >>>>> service:
> > > > > > > >>>>>
> > > > > > > >>>>> tcp        0      0 127.0.0.1:8100              0.0.0.0:
> *
> > > > > > > >>>>> LISTEN      13514/soffice.bin
> > > > > > > >>>>>
> > > > > > > >>>>> started with:
> > > > > > > >>>>>
> > > > > > > >>>>> soffice --headless
> > > > > > > >>>>> --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > > > > >>>>> --nofirststartwizard
> > > > > > > >>>>>
> > > > > > > >>>>> Dimitri
> > > > > > > >>>>>
> > > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm Alexei Fedotov wrote:
> > > > > > > >>>>>> It says, URL seems to be unsupported.
> > > > > > > >>>>>>
> > > > > > > >>>>>> The class which produces it is under com.sun, so the
> > > > > > > >>>>>> problem
> > > >
> > > > may
> > > >
> > > > > > be
> > > > > >
> > > > > > > >>> in
> > > > > > > >>>
> > > > > > > >>>>> the
> > > > > > > >>>>>
> > > > > > > >>>>>> old OpenOffice version
> > > > > > > >>>>>> 30.07.2012 21:54 пользователь "Dimitri Yioulos"
> > > > > > > >>>>>> <dy...@onpointfc.com>
> > > > > > > >>>>>>
> > > > > > > >>>>>> написал:
> > > > > > > >>>>>>> Hello to all.
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> I'm not new to Openmeetings, having originally
> installed
> > > > > > > >>>>>>> and tried
> > > > > > > >>>
> > > > > > > >>> it
> > > > > > > >>>
> > > > > > > >>>>> at
> > > > > > > >>>>>
> > > > > > > >>>>>>> least a
> > > > > > > >>>>>>> couple of years ago.  Thanks to Sabastian Wgner for
> > > > > > > >>>>>>> having created it, and to
> > > > > > > >>>>>>> Apache for taking the project forward.
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> I've installed version 2.0.0 on a CentOS 6.2 server.
>  All
> > > > > > > >>>>>>> of the prerequisites
> > > > > > > >>>>>>> are installed, and Openmeetings works well.  With the
> > > >
> > > > exception
> > > >
> > > > > > > >>>>>>> of file uploading, that is.  After figuring out the
> paths
> > > > > > > >>>>>>> of the
> > > > > > > >>>
> > > > > > > >>> various
> > > > > > > >>>
> > > > > > > >>>>>>> components required to make file uploading work, I'm
> > > > > > > >>>>>>> finally
> > > >
> > > > at
> > > >
> > > > > > > >>>>>>> a point where I'm stuck.
> > > > > > > >>>>>>> When I try to upload a file, I get the following (it's
> > > >
> > > > verbose;
> > > >
> > > > > > > >>>>>>> I apologize):
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> Name: out
> > > > > > > >>>>>>> Value:
> > > > > > > >>>>>>> Name: exitValue
> > > > > > > >>>>>>> Value: 1
> > > > > > > >>>>>>> Name: command
> > > > > > > >>>>>>> Value:
> > > > > > > >>>>>>> [java, -cp, /usr/local/jodconverter/lib/juh-3.2.1.jar,
> > > > > > > >>>>>>> -cp, /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
> > > > > > > >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
> > > > > > > >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
> > > > > > > >>>>>>> /usr/local/jodconverter/lib/commons-cli-1.1.jar, -cp,
> > > > > > > >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar, -cp,
> > > > > > > >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar, -cp,
> > > > > > > >>>>>>>
> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.
> > > > > > > >>>>>>>ja r, -jar,
> > > > > > > >>>>>>>
> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.
> > > > > > > >>>>>>>ja r,
> > > > > >
> > > > > >
> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494
> > > > > >e1 8e
> > > > > >
> > > > > > > >>>94
> > > > > > > >>>
> > > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > > > > >
> > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e
> > > > > >94 e7
> > > > > >
> > > > > > > >>>b1
> > > > > > > >>>
> > > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf]
> > > > > > > >>>>>>> Name: error Value: Jul 30, 2012 1:18:25 PM
> > > > > > > >>>>>>>
> org.artofsolving.jodconverter.office.ProcessPoolOfficeMan
> > > > > > > >>>>>>>ag er INFO: ProcessManager implementation is
> > > > > > > >>>>>>> LinuxProcessManager Jul 30, 2012 1:18:26 PM
> > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess
> start
> > > > > > > >>>>>>> INFO: starting process with
> > > > > > > >>>>>>> acceptString
> > > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > >
> > > > and
> > > >
> > > > > > > >>>>>>> profileDir
> > > >
> > > > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > >
> > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess
> start
> > > > > > > >>>>>>> INFO: started process; pid = 13986
> > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > > >>>>>>> connect
> > > > > > > >>>>>>> INFO: connected:
> > > >
> > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > >
> > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > >>>>>>>
> org.artofsolving.jodconverter.office.ProcessPoolOfficeMan
> > > > > > > >>>>>>>ag er stop INFO: stopping
> > > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection$1
> > > > > > > >>>>>>> disposing
> > > > > > > >>>>>>> INFO: disconnected:
> > > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' Jul 30,
> > > > > > > >>>>>>> 2012 1:18:27 PM
> > > > > > > >>>>>>>
> org.artofsolving.jodconverter.office.ManagedOfficeProcess
> > > > > > > >>>>>>> doEnsureProcessExited
> > > > > > > >>>>>>> INFO: process exited with code 0
> > > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > > > > > > >>>>>>>
> org.artofsolving.jodconverter.office.ProcessPoolOfficeMan
> > > > > > > >>>>>>>ag er stop INFO: stopped
> > > > > > > >>>>>>> Exception in thread "main"
> > > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > >>>>>>> could not load document:
> > > > > > > >>>>>>> 5b494e18e94e7b1784cbc2a9b42b161a.doc at
> > > > > >
> > > > > >
> org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(A
> > > > > >bs tr
> > > > > >
> > > > > > > >>>ac
> > > > > > > >>>
> > > > > > > >>>>>>> tConversionTask.java:92) at
> > > > > >
> > > > > >
> org.artofsolving.jodconverter.AbstractConversionTask.execute(Abstra
> > > > > >ct Co
> > > > > >
> > > > > > > >>>nv
> > > > > > > >>>
> > > > > > > >>>>>>> ersionTask.java:59) at
> > > > > >
> > > > > >
> org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(Pool
> > > > > >ed Of
> > > > > >
> > > > > > > >>>fi
> > > > > > > >>>
> > > > > > > >>>>>>> ceManager.java:80) at
> > > >
> > > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > > > >>>47
> > > > > > > >>>
> > > > > > > >>>>>>> 1) at
> > > >
> > > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> > > >
> > > > > > > >>>>>>>34 ) at
> > > >
> > > > java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > > >
> > > > > > > >>>>>>> at
> > > > > >
> > > > > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecuto
> > > > > >r. ja
> > > > > >
> > > > > > > >>>va
> > > > > > > >>>
> > > > > > > >>>>>>> :1110) at
> > > > > >
> > > > > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecut
> > > > > >or .j
> > > > > >
> > > > > > > >>>av
> > > > > > > >>>
> > > > > > > >>>>>>> a:603) at java.lang.Thread.run(Thread.java:722)
> > > > > > > >>>>>>> Caused by: com.sun.star.lang.IllegalArgumentException:
> > > > > > > >>>>>>> URL seems to be
> > > > > > > >>>>>
> > > > > > > >>>>> an
> > > > > > > >>>>>
> > > > > > > >>>>>>> unsupported one.
> > > > > > > >>>>>>>        at
> > > > > >
> > > > > >
> com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaised
> > > > > >Ex ce
> > > > > >
> > > > > > > >>>pt
> > > > > > > >>>
> > > > > > > >>>>>>> ion(Job.java:177) at
> > > >
> > > > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> > > >
> > > > > > > >>>>>>>43 ) at
> > > > > >
> > > > > >
> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.ja
> > > > > >va
> > > > > >
> > > > > >:3
> > > > > >:
> > > > > > > >>>35
> > > > > > > >>>
> > > > > > > >>>>>>> ) at
> > > > > >
> > > > > >
> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.ja
> > > > > >va
> > > > > >
> > > > > >:3
> > > > > >:
> > > > > > > >>>04
> > > > > > > >>>
> > > > > > > >>>>>>> ) at
> > > > > >
> > > > > >
> com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaT
> > > > > >hr ea
> > > > > >
> > > > > > > >>>dP
> > > > > > > >>>
> > > > > > > >>>>>>> ool.java:91) at
> > > > > >
> > > > > >
> com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendReq
> > > > > >ue st
> > > > > >
> > > > > > > >>>(j
> > > > > > > >>>
> > > > > > > >>>>>>> ava_remote_bridge.java:639) at
> > > > > >
> > > > > >
> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.reque
> > > > > >st (P
> > > > > >
> > > > > > > >>>ro
> > > > > > > >>>
> > > > > > > >>>>>>> xyFactory.java:151) at
> > > > > >
> > > > > >
> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invok
> > > > > >e( Pr
> > > > > >
> > > > > > > >>>ox
> > > > > > > >>>
> > > > > > > >>>>>>> yFactory.java:133) at
> > > > > > > >>>>>>> $Proxy4.loadComponentFromURL(Unknown
> > > > > >
> > > > > > Source)
> > > > > >
> > > > > > > >>>>>>>        at
> > > > > >
> > > > > >
> org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(A
> > > > > >bs tr
> > > > > >
> > > > > > > >>>ac
> > > > > > > >>>
> > > > > > > >>>>>>> tConversionTask.java:90) ... 8 more
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> Name: process
> > > > > > > >>>>>>> Value: doJodConvert
> > > > > > > >>>>>>> Name: exitValue
> > > > > > > >>>>>>> Value: 0
> > > > > > > >>>>>>> Name: command
> > > > > > > >>>>>>> Value:
> > > > > > > >>>>>>> Name: completeName
> > > > > > > >>>>>>> Value:
> > > > > >
> > > > > >
> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494
> > > > > >e1 8e
> > > > > >
> > > > > > > >>>94
> > > > > > > >>>
> > > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > > > > > >>>>>>> Value:
> > > > > > > >>>>>>> Name: fileExplorerItemId
> > > > > > > >>>>>>> Value: 7
> > > > > > > >>>>>>> Name: process
> > > > > > > >>>>>>> Value:
> > > > > > > >>>>>>> Name: exitValue
> > > > > > > >>>>>>> Value: 0
> > > > > > > >>>>>>> Name: process
> > > > > > > >>>>>>> Value: generateXMLDocument
> > > > > > > >>>>>>> Name: out
> > > > > > > >>>>>>> Value:
> > > > > > > >>>>>>> Name: exitValue
> > > > > > > >>>>>>> Value: 1
> > > > > > > >>>>>>> Name: command
> > > > > > > >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> > > > > > > >>>>>>> 80,
> > > > > >
> > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e
> > > > > >94 e7
> > > > > >
> > > > > > > >>>b1
> > > > > > > >>>
> > > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > > > > >
> > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e
> > > > > >94 e7
> > > > > >
> > > > > > > >>>b1
> > > > > > > >>>
> > > > > > > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name: error
> > > > > > > >>>>>>> Value: convert: unable to open image
> > > > > >
> > > > > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18
> > > > > >e9 4e
> > > > > >
> > > > > > > >>>7b
> > > > > > > >>>
> > > > > > > >>>>>>>
> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf':
> > > > > > > >>>>>>> No such
> > > > > > > >>>
> > > > > > > >>> file
> > > > > > > >>>
> > > > > > > >>>>> or
> > > > > > > >>>>>
> > > > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > > > > > >>>>>>> convert: missing an image filename
> > > > > >
> > > > > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18
> > > > > >e9 4e
> > > > > >
> > > > > > > >>>7b
> > > > > > > >>>
> > > > > > > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > > > > > > >>>>>>> convert.c/ConvertImageCommand/2800.
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> Name: process
> > > > > > > >>>>>>> Value: generateBatchThumbByWidth
> > > > > > > >>>>>>> Name: exitValue
> > > > > > > >>>>>>> Value: 0
> > > > > > > >>>>>>> Name: process
> > > > > > > >>>>>>> Value: processPDF
> > > > > > > >>>>>>> Name: out
> > > > > > > >>>>>>> Value:
> > > > > > > >>>>>>> Name: exitValue
> > > > > > > >>>>>>> Value: 1
> > > > > > > >>>>>>> Name: command
> > > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> > > > > > > >>>>>>> poly2bitmap,
> > > > > > > >>>
> > > > > > > >>> -i,
> > > > > > > >>>
> > > > > > > >>>>> -j,
> > > > > > > >>>>>
> > > > > > > >>>>>>> 85, -s,
> > > > > > > >>>>>>> zoom=72,
> > > > > >
> > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e
> > > > > >94 e7
> > > > > >
> > > > > > > >>>b1
> > > > > > > >>>
> > > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > > > > >
> > > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e
> > > > > >94 e7
> > > > > >
> > > > > > > >>>b1
> > > > > > > >>>
> > > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.swf]
> > > > > > > >>>>>>> Name: error
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> Value: Error: Couldn't open
> > > > > > > >>>>>>> file
> > > > > >
> > > > > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18
> > > > > >e9 4e
> > > > > >
> > > > > > > >>>7b
> > > > > > > >>>
> > > > > > > >>>>>>>
> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf'
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> Name: process
> > > > > > > >>>>>>> Value: generateSwf
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> So, it looks like a file couldn't be opened.  The file
> is
> > > >
> > > > owner
> > > >
> > > > > > > >>>>>>> by
> > > > > > > >>>>>
> > > > > > > >>>>> root,
> > > > > > > >>>>>
> > > > > > > >>>>>>> and has
> > > > > > > >>>>>>> 644 permissions.  Are these set by jodconverter?
>  Anyway,
> > > >
> > > > does
> > > >
> > > > > > > >>> anyone
> > > > > > > >>>
> > > > > > > >>>>>>> know how
> > > > > > > >>>>>>> I can resolve this issue?
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> Many thanks.
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> Dimitri
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> --
> > > > > > > >>>>>>> This message has been scanned for viruses and
> > > > > > > >>>>>>> dangerous content by MailScanner, and is
> > > > > > > >>>>>>> believed to be clean.
> > > > > > > >>>>>
> > > > > > > >>>>> --
> > > > > > > >>>>> This message has been scanned for viruses and
> > > > > > > >>>>> dangerous content by MailScanner, and is
> > > > > > > >>>>> believed to be clean.
> > > > > > > >>>>
> > > > > > > >>>> --
> > > > > > > >>>> WBR
> > > > > > > >>>> Maxim aka solomax
> > > > > > > >>>
> > > > > > > >>> --
> > > > > > > >>> This message has been scanned for viruses and
> > > > > > > >>> dangerous content by MailScanner, and is
> > > > > > > >>> believed to be clean.
> > > > > > > >>
> > > > > > > >> --
> > > > > > > >> WBR
> > > > > > > >> Maxim aka solomax
> > > > > > > >
> > > > > > > > --
> > > > > > > > This message has been scanned for viruses and
> > > > > > > > dangerous content by MailScanner, and is
> > > > > > > > believed to be clean.
> > > > > > >
> > > > > > > Stephen Cottham
> > > > > > > Group IT Manager (Associate)
> > > > > > >
> > > > > > > Robert Bird Group
> > > > > > > Level 5, 333 Ann St
> > > > > > > Brisbane, Queensland, 4000, Australia
> > > > > > > Phone: +6173 319 2777 (AUS)
> > > > > > > Phone: +44207 592 8000 (UK)
> > > > > > > Fax: +6173 319 2799
> > > > > > >
> > > > > > > Mobile:  +61400 756 963 (AUS)
> > > > > > > Mobile: +447900 918 616 (UK)
> > > > > > > Web: www.robertbird.com
> > > > > > >
> > > > > > >
> > > > > > > This email and any attachments are confidential and may contain
> > > >
> > > > legally
> > > >
> > > > > > > privileged information or copyright material. Unless expressly
> > > >
> > > > stated,
> > > >
> > > > > > > confidentiality and/or legal privilege is not intended to be
> > > > > > > waived
> > > >
> > > > by
> > > >
> > > > > > the
> > > > > >
> > > > > > > sending of this email. The contents of this email, including
> any
> > > > > > > attachments, are intended solely for the use of the individual
> or
> > > > > > > entity
> > > > > >
> > > > > > to
> > > > > >
> > > > > > > whom they are addressed. If you are not an intended recipient,
> > > > > > > please contact us immediately by return email and then delete
> > > > > > > both messages. You may not otherwise read, forward, copy, use
> or
> > > > > > > disclose this email or any attachments. Any views expressed in
> > > > > > > this email are those of
> > > >
> > > > the
> > > >
> > > > > > individual
> > > > > >
> > > > > > > sender except where the sender expressly, and with authority,
> > > > > > > states otherwise. It is your responsibility to check any
> > > > > > > attachments for viruses or defects before opening or sending
> them
> > > > > > > on. None of the sender or its related entities accepts any
> > > > > > > liability for any consequential damage resulting from this
> email
> > > > > > > containing computer viruses.
> > > > > > >
> > > > > > > Disclaimer added by CodeTwo Exchange Rules
> > > > > > > http://www.codetwo.com
> > > > > > >
> > > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> > > >
> > > >
> LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5kLzI
> > > >4M
> > > >
> > > > > >DA
> > > > > >
> > > > > > >u
> > > >
> > > >
> DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5
> > > >lc
> > > >
> > > > > >mF
> > > > > >
> > > > > > >0
> > > >
> > > >
> ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4+PiB
> > > >WY
> > > >
> > > > > >Wx
> > > > > >
> > > > > > >1
> > > >
> > > >
> ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXNzUER
> > > >GD
> > > >
> > > > > >Qo
> > > > > >
> > > > > > >+
> > > >
> > > >
> Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXhpdFZ
> > > >hb
> > > >
> > > > > >HV
> > > > > >
> > > > > > >l
> > > >
> > > >
> DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4gVmF
> > > >sd
> > > >
> > > > > >WU
> > > > > >
> > > > > > >6
> > > >
> > > >
> IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHkyYml
> > > >0b
> > > >
> > > > > >WF
> > > > > >
> > > > > > >w
> > > >
> > > >
> LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4gODU
> > > >sI
> > > >
> > > > > >C1
> > > > > >
> > > > > > >z
> > > >
> > > >
> LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmd
> > > >zL
> > > >
> > > > > >3d
> > > > > >
> > > > > > >l
> > > >
> > > >
> YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiA
> > > >NC
> > > >
> > > > > >j4
> > > > > >
> > > > > > >+
> > > >
> > > >
> Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE
> > > >2M
> > > >
> > > > > >WE
> > > > > >
> > > > > > >u
> > > >
> > > >
> cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3Blbm1
> > > >lZ
> > > >
> > > > > >XR
> > > > > >
> > > > > > >p
> > > >
> > > >
> bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg0Y2J
> > > >jM
> > > >
> > > > > >mE
> > > > > >
> > > > > > >5
> > > >
> > > >
> YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1lOg0
> > > >KP
> > > >
> > > > > >j4
> > > > > >
> > > > > > >+
> > > >
> > > >
> Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4ndCB
> > > >vc
> > > >
> > > > > >GV
> > > > > >
> > > > > > >u
> > > >
> > > >
> DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3Mvd2V
> > > >iY
> > > >
> > > > > >XB
> > > > > >
> > > > > > >w
> > > >
> > > >
> cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo+Pj4
> > > >+P
> > > >
> > > > > >j4
> > > > > >
> > > > > > >+
> > > >
> > > >
> IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTYxYS5
> > > >wZ
> > > >
> > > > > >GY
> > > > > >
> > > > > > >n
> > > >
> > > >
> DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5
> > > >lc
> > > >
> > > > > >mF
> > > > > >
> > > > > > >0
> > > >
> > > >
> ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGNvdWx
> > > >kb
> > > >
> > > > > >id
> > > > > >
> > > > > > >0
> > > >
> > > >
> IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiANCj4
> > > >+P
> > > >
> > > > > >j4
> > > > > >
> > > > > > >+
> > > >
> > > >
> IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWlzc2l
> > > >vb
> > > >
> > > > > >nM
> > > > > >
> > > > > > >u
> > > >
> > > >
> ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4+IA0
> > > >KP
> > > >
> > > > > >j4
> > > > > >
> > > > > > >+
> > > >
> > > >
> IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXNvbHZ
> > > >lI
> > > >
> > > > > >HR
> > > > > >
> > > > > > >o
> > > >
> > > >
> aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4gDQo
> > > >+P
> > > >
> > > > > >j4
> > > > > >
> > > > > > >+
> > > >
> > > >
> Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWVzc2F
> > > >nZ
> > > >
> > > > > >SB
> > > > > >
> > > > > > >o
> > > >
> > > >
> YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXMgY29
> > > >ud
> > > >
> > > > > >GV
> > > > > >
> > > > > > >u
> > > >
> > > >
> dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGNsZWF
> > > >uL
> > > >
> > > > > >g0
> > > > > >
> > > > > > >K
> > > >
> > > >
> Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQ
> > > >gZ
> > > >
> > > > > >m9
> > > > > >
> > > > > > >y
> > > >
> > > >
> IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5lciw
> > > >gY
> > > >
> > > > > >W5
> > > > > >
> > > > > > >k
> > > >
> > > >
> IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo+Pj4
> > > >+I
> > > >
> > > > > >Fd
> > > > > >
> > > > > > >C
> > > >
> > > >
> Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyBtZXN
> > > >zY
> > > >
> > > > > >Wd
> > > > > >
> > > > > > >l
> > > >
> > > >
> IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGNvbnR
> > > >lb
> > > >
> > > > > >nQ
> > > > > >
> > > > > > >g
> > > >
> > > >
> YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0KPj4
> > > >gD
> > > >
> > > > > >Qo
> > > > > >
> > > > > > >+
> > > >
> > > >
> PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiAtLSA
> > > >NC
> > > >
> > > > > >j4
> > > > > >
> > > > > > >g
> > > >
> > > >
> VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGRhbmd
> > > >lc
> > > >
> > > > > >m9
> > > > > >
> > > > > > >1
> > > >
> > > >
> cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmUgY2x
> > > >lY
> > > >
> > > > > >W4
> > > > > >
> > > > > > >u DQo+IA0K
> > > > > >
> > > > > > --
> > > > > > This message has been scanned for viruses and
> > > > > > dangerous content by MailScanner, and is
> > > > > > believed to be clean.
> > > > >
> > > > > --
> > > > > WBR
> > > > > Maxim aka solomax
> > > >
> > > > --
> > > > This message has been scanned for viruses and
> > > > dangerous content by MailScanner, and is
> > > > believed to be clean.
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>


-- 
WBR
Maxim aka solomax

Re: File upload troubles

Posted by Dimitri Yioulos <dy...@onpointfc.com>.
I ran yum groupinstall "Office Suite and Productivity", feeling there was 
nothing to lose.  Still no joy.  When I try to upload a file, I get the 
following errors:

Name: error
Value: convert: unable to open image 
`/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf': 
No such file or directory @ blob.c/OpenBlob/2480.
convert: missing an image filename 
`/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/_thumb_page-%04d.jpg' 
@ convert.c/ConvertImageCommand/2800.

Name: process
Value: generateBatchThumbByWidth
Name: exitValue
Value: 0
Name: process
Value: processPDF
Name: out
Value: 
Name: exitValue
Value: 1
Name: command
Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -i, -j, 85, -s, 
zoom=72, /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf, /usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.swf]
Name: error
Value: Error: Couldn't open 
file '/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575ce968b9ca/4367df46dd27b8bdc964575ce968b9ca.pdf'

Name: process
Value: generateSwf

ImageMagick is installed properly, afaik.  Is this a bug, or a misconfiguration 
on my part?

Dimitri


On Tuesday 31 July 2012 7:24:20 am Dimitri Yioulos wrote:
> Maxim,
>
> Output of yum groupinstall "Office Suite and Productivity" is:
>
> Installing:
>  libreoffice-calc
>  libreoffice-draw
>  libreoffice-graphicfilter
>  libreoffice-impress
>  libreoffice-langpack-en
>  libreoffice-math
>  libreoffice-writer
>  libreoffice-xsltfilter
> Installing for dependencies:
>  libreoffice-pdfimport
>  libreoffice-presenter-screen
>  libwpd
>  lpsolve
>  mythes-en
>
> Output of tail "FAX COVER SHEET.doc" is:
>
> þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot Entryÿÿÿÿÿÿÿÿ    ÀF É
>
> NljÍ5Data
> 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSummary
>Information8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
>ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ ÿÿÿÿ    ÀFMicrosoft Office Word Document
> MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
> PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
>PuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
>
> (that's some weird stuff :-) ).
>
> Output of ps -ef|grep office is:
>
> [root@openmeetings ~]# ps -ef|grep office
> root      1587     1  0 Jul30 ?
> 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard root    
>  1599  1587  0 Jul30 ?
> 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard root    
> 16352 16270  0 07:25 pts/1    00:00:00 grep office
>
> Dimitri
>
> On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik wrote:
> > what is the output of
> >
> > *yum groupinstall* "*Office* Suite and Productivity"
> >
> > yum install openoffice.org-headless
> >
> > what is the output of (to ensure it is not file/permission problem)
> > tail "FAX COVER SHEET.doc"
> >
> > can you check there is no office processes running?
> > ps -ef|grep office
> >
> > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos
>
> <dy...@onpointfc.com>wrote:
> > > Maxim,
> > >
> > > Followed the instructions in the link you provided, and now:
> > >
> > > [root@openmeetings ~]# java -version
> > > java version "1.7.0_05"
> > > Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
> > > Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode, sharing)
> > >
> > > As you can see, I just upgraded the Java installation to the very
> > > latest from
> > > Oracle.  However, I still get:
> > >
> > > Exception in thread "main"
> > > org.artofsolving.jodconverter.office.OfficeException:
> > > could not load document: FAX COVER SHEET.doc
> > > ~
> > > Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to be
> > > an unsupported one.
> > > ~
> > >
> > > I think I'm infuriatingly close to getting this to work.  Your (and
> > > others) continuing assistance much appreciated.
> > >
> > > Dimitri
> > >
> > > On Monday 30 July 2012 3:17:49 pm Maxim Solodovnik wrote:
> > > > please follow the link I have sent you
> > > > you need to install alternative _before_ you can configure it
> > > >
> > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos
> > >
> > > <dy...@onpointfc.com>wrote:
> > > > > Thanks, Stephen.  Here's what I get:
> > > > >
> > > > > [root@openmeetings ~]# alternatives --config java
> > > > >
> > > > > There is 1 program that provides 'java'.
> > > > >
> > > > >   Selection    Command
> > > > > -----------------------------------------------
> > > > > *+ 1           /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > > > >
> > > > > Enter to keep the current selection[+], or type selection number:
> > > > >
> > > > > Oh, oh.  I don't even see the Oracle version.  But, I installed the
> > >
> > > JRE,
> > >
> > > > > not the
> > > > > JDK.  Might that be the rub?
> > > > >
> > > > > Dimitri
> > > > >
> > > > > On Monday 30 July 2012 3:03:57 pm Stephen Cottham wrote:
> > > > > > For java try
> > > > > >
> > > > > > update-java-alternatives
> > > > > >
> > > > > > Or
> > > > > >
> > > > > > alternatives --config java
> > > > > >
> > > > > > Should show you all java's installed and allow you to change the
> > > > > > default.
> > > > > >
> > > > > > Sent from my iPhone
> > > > > >
> > > > > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos"
> > > > > > <dy...@onpointfc.com>
> > > > >
> > > > > wrote:
> > > > > > > Maxim,
> > > > > > >
> > > > > > > I'm not quite sure how to proceed.  First, I just installed
> > > > > > > parts
> > >
> > > of
> > >
> > > > > > > libreoffice:
> > > > > > >
> > > > > > > libreoffice-headless-3.4.5.2-16.el6.i686
> > > > > > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > > > >
> > > > > > > Should I do a "yum groupinstall libreoffice"?
> > > > > > >
> > > > > > > Next, I'm not sure how to open my doc.  This is a server
> > > > > > > install
> > >
> > > and,
> > >
> > > > > so,
> > > > >
> > > > > > > there is no Xwindow/desktop system installed.
> > > > > > >
> > > > > > > Finally, how do I get the Oracle java to be the default?  I do
> > > > > > > have the following in /etc/profile so that the proper java be
> > > > > > > loaded at boot (I think):
> > > > > > >
> > > > > > > export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > > > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > > >
> > > > > > > Dimitri
> > > > > > >
> > > > > > > On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik wrote:
> > > > > > >> Yes you could :)
> > > > > > >> According to this:
> > >
> > > http://stackoverflow.com/questions/8420449/docsplit-jodconverter-openof
> > >f
> > >
> > > > > > >>ice -issue-on-debian
> > > > > > >>
> > > > > > >> can you ensure you have writer/calc/impress installed (by
> > > > > > >> opening your doc for example)
> > > > > > >>
> > > > > > >> were you install your libreoffice via yum groupinstall?
> > > > > > >>
> > > > > > >> I would recommend you to have Oracle java as default one
> > > > > > >> There are some weird issued with  OpenJDK.
> > > > > > >>
> > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos
> > > > > > >
> > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > >>> Let me take the easy part first:
> > > > > > >>>
> > > > > > >>> [root@openmeetings ~]# java -version
> > > > > > >>> java version "1.7.0_05-icedtea"
> > > > > > >>> OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
> > > > > > >>> OpenJDK Client VM (build 23.0-b21, mixed mode)
> > > > > > >>>
> > > > > > >>> Now, the thing of it is, even though I installed the
> > > > > > >>> Sun/Oracle version, when I
> > > > > > >>> installed some other component (libreoffice, I think, but I
> > >
> > > forget
> > >
> > > > > > >>> exactly what), a dependency that was installed was OpenJDK.
> > >
> > >  Hmmm.
> > >
> > > > > > >>> I tried to do the following conversion at the command line:
> > > > > > >>>
> > > > > > >>> java -jar
> > > > >
> > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > >
> > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > > > >>>
> > > > > > >>> It failed.  I got:
> > > > > > >>>
> > > > > > >>> Exception in thread "main"
> > > > > > >>> org.artofsolving.jodconverter.office.OfficeException:
> > > > > > >>> could not load document: FAX COVER SHEET.doc
> > > > > > >>> ~
> > > > > > >>> Caused by: com.sun.star.lang.IllegalArgumentException: URL
> > > > > > >>> seems
> > >
> > > to
> > >
> > > > > be
> > > > >
> > > > > > >>> an unsupported one.
> > > > > > >>> ~
> > > > > > >>>
> > > > > > >>> I can convert MS Word docs, can't I?
> > > > > > >>>
> > > > > > >>> Dimitri
> > > > > > >>>
> > > > > > >>> On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik wrote:
> > > > > > >>>> Please try to stop it and run jod converter via commandline
> > > > > > >>>> (jod
> > > > > > >>>
> > > > > > >>> converter
> > > > > > >>>
> > > > > > >>>> will start libreoffice automatically)
> > > > > > >>>> also please check your java version?
> > > > > > >>>>
> > > > > > >>>>
> > > > > > >>>> java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> > > > > > >>>> -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > > > > > >>>> -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > > > > > >>>> -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> > > > > > >>>> -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar -cp
> > > > > > >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > > > > >>>> -cp /usr/local/jodconverter/lib/json-20090211.jar
> > > > > > >>>> -cp
> > > > > > >>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > > > >>>> -jar
> > >
> > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e
> > > > >94 e7
> > > > >
> > > > > > >>>b1 78
> > > > > > >>>
> > > > > > >>>> 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc 1a.pdf
> > > > > > >>>>
> > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> > > > > > >>>
> > > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > > >>>>> Thanks to both Maxim and Alexsei for your responses. 
> > > > > > >>>>> CentOS
> > >
> > > 6.x
> > >
> > > > > > >>>>> (and,
> > > > > > >>>
> > > > > > >>> by
> > > > > > >>>
> > > > > > >>>>> extension, I'd guess, RHEL 6.x) no longer use openoffice
> > > > > > >>>>> but,
> > > > >
> > > > > rather,
> > > > >
> > > > > > >>>>> libreoffice.  libreoffice-headless is installed, and is
> > > > > > >>>>> running as
> > > > >
> > > > > a
> > > > >
> > > > > > >>>>> service:
> > > > > > >>>>>
> > > > > > >>>>> tcp        0      0 127.0.0.1:8100              0.0.0.0:*
> > > > > > >>>>> LISTEN      13514/soffice.bin
> > > > > > >>>>>
> > > > > > >>>>> started with:
> > > > > > >>>>>
> > > > > > >>>>> soffice --headless
> > > > > > >>>>> --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > > > >>>>> --nofirststartwizard
> > > > > > >>>>>
> > > > > > >>>>> Dimitri
> > > > > > >>>>>
> > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm Alexei Fedotov wrote:
> > > > > > >>>>>> It says, URL seems to be unsupported.
> > > > > > >>>>>>
> > > > > > >>>>>> The class which produces it is under com.sun, so the
> > > > > > >>>>>> problem
> > >
> > > may
> > >
> > > > > be
> > > > >
> > > > > > >>> in
> > > > > > >>>
> > > > > > >>>>> the
> > > > > > >>>>>
> > > > > > >>>>>> old OpenOffice version
> > > > > > >>>>>> 30.07.2012 21:54 пользователь "Dimitri Yioulos"
> > > > > > >>>>>> <dy...@onpointfc.com>
> > > > > > >>>>>>
> > > > > > >>>>>> написал:
> > > > > > >>>>>>> Hello to all.
> > > > > > >>>>>>>
> > > > > > >>>>>>> I'm not new to Openmeetings, having originally installed
> > > > > > >>>>>>> and tried
> > > > > > >>>
> > > > > > >>> it
> > > > > > >>>
> > > > > > >>>>> at
> > > > > > >>>>>
> > > > > > >>>>>>> least a
> > > > > > >>>>>>> couple of years ago.  Thanks to Sabastian Wgner for
> > > > > > >>>>>>> having created it, and to
> > > > > > >>>>>>> Apache for taking the project forward.
> > > > > > >>>>>>>
> > > > > > >>>>>>> I've installed version 2.0.0 on a CentOS 6.2 server.  All
> > > > > > >>>>>>> of the prerequisites
> > > > > > >>>>>>> are installed, and Openmeetings works well.  With the
> > >
> > > exception
> > >
> > > > > > >>>>>>> of file uploading, that is.  After figuring out the paths
> > > > > > >>>>>>> of the
> > > > > > >>>
> > > > > > >>> various
> > > > > > >>>
> > > > > > >>>>>>> components required to make file uploading work, I'm
> > > > > > >>>>>>> finally
> > >
> > > at
> > >
> > > > > > >>>>>>> a point where I'm stuck.
> > > > > > >>>>>>> When I try to upload a file, I get the following (it's
> > >
> > > verbose;
> > >
> > > > > > >>>>>>> I apologize):
> > > > > > >>>>>>>
> > > > > > >>>>>>> Name: out
> > > > > > >>>>>>> Value:
> > > > > > >>>>>>> Name: exitValue
> > > > > > >>>>>>> Value: 1
> > > > > > >>>>>>> Name: command
> > > > > > >>>>>>> Value:
> > > > > > >>>>>>> [java, -cp, /usr/local/jodconverter/lib/juh-3.2.1.jar,
> > > > > > >>>>>>> -cp, /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
> > > > > > >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
> > > > > > >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
> > > > > > >>>>>>> /usr/local/jodconverter/lib/commons-cli-1.1.jar, -cp,
> > > > > > >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar, -cp,
> > > > > > >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar, -cp,
> > > > > > >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.
> > > > > > >>>>>>>ja r, -jar,
> > > > > > >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.
> > > > > > >>>>>>>ja r,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494
> > > > >e1 8e
> > > > >
> > > > > > >>>94
> > > > > > >>>
> > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e
> > > > >94 e7
> > > > >
> > > > > > >>>b1
> > > > > > >>>
> > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf]
> > > > > > >>>>>>> Name: error Value: Jul 30, 2012 1:18:25 PM
> > > > > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeMan
> > > > > > >>>>>>>ag er INFO: ProcessManager implementation is
> > > > > > >>>>>>> LinuxProcessManager Jul 30, 2012 1:18:26 PM
> > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start
> > > > > > >>>>>>> INFO: starting process with
> > > > > > >>>>>>> acceptString
> > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > >
> > > and
> > >
> > > > > > >>>>>>> profileDir
> > >
> > > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > >
> > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start
> > > > > > >>>>>>> INFO: started process; pid = 13986
> > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > >>>>>>> connect
> > > > > > >>>>>>> INFO: connected:
> > >
> > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > >
> > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeMan
> > > > > > >>>>>>>ag er stop INFO: stopping
> > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection$1
> > > > > > >>>>>>> disposing
> > > > > > >>>>>>> INFO: disconnected:
> > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' Jul 30,
> > > > > > >>>>>>> 2012 1:18:27 PM
> > > > > > >>>>>>> org.artofsolving.jodconverter.office.ManagedOfficeProcess
> > > > > > >>>>>>> doEnsureProcessExited
> > > > > > >>>>>>> INFO: process exited with code 0
> > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > > > > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeMan
> > > > > > >>>>>>>ag er stop INFO: stopped
> > > > > > >>>>>>> Exception in thread "main"
> > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeException:
> > > > > > >>>>>>> could not load document:
> > > > > > >>>>>>> 5b494e18e94e7b1784cbc2a9b42b161a.doc at
> > > > >
> > > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(A
> > > > >bs tr
> > > > >
> > > > > > >>>ac
> > > > > > >>>
> > > > > > >>>>>>> tConversionTask.java:92) at
> > > > >
> > > > > org.artofsolving.jodconverter.AbstractConversionTask.execute(Abstra
> > > > >ct Co
> > > > >
> > > > > > >>>nv
> > > > > > >>>
> > > > > > >>>>>>> ersionTask.java:59) at
> > > > >
> > > > > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(Pool
> > > > >ed Of
> > > > >
> > > > > > >>>fi
> > > > > > >>>
> > > > > > >>>>>>> ceManager.java:80) at
> > >
> > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > > >>>47
> > > > > > >>>
> > > > > > >>>>>>> 1) at
> > >
> > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> > >
> > > > > > >>>>>>>34 ) at
> > >
> > > java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > >
> > > > > > >>>>>>> at
> > > > >
> > > > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecuto
> > > > >r. ja
> > > > >
> > > > > > >>>va
> > > > > > >>>
> > > > > > >>>>>>> :1110) at
> > > > >
> > > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecut
> > > > >or .j
> > > > >
> > > > > > >>>av
> > > > > > >>>
> > > > > > >>>>>>> a:603) at java.lang.Thread.run(Thread.java:722)
> > > > > > >>>>>>> Caused by: com.sun.star.lang.IllegalArgumentException:
> > > > > > >>>>>>> URL seems to be
> > > > > > >>>>>
> > > > > > >>>>> an
> > > > > > >>>>>
> > > > > > >>>>>>> unsupported one.
> > > > > > >>>>>>>        at
> > > > >
> > > > > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaised
> > > > >Ex ce
> > > > >
> > > > > > >>>pt
> > > > > > >>>
> > > > > > >>>>>>> ion(Job.java:177) at
> > >
> > > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> > >
> > > > > > >>>>>>>43 ) at
> > > > >
> > > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.ja
> > > > >va
> > > > >
> > > > >:3
> > > > >:
> > > > > > >>>35
> > > > > > >>>
> > > > > > >>>>>>> ) at
> > > > >
> > > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.ja
> > > > >va
> > > > >
> > > > >:3
> > > > >:
> > > > > > >>>04
> > > > > > >>>
> > > > > > >>>>>>> ) at
> > > > >
> > > > > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaT
> > > > >hr ea
> > > > >
> > > > > > >>>dP
> > > > > > >>>
> > > > > > >>>>>>> ool.java:91) at
> > > > >
> > > > > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendReq
> > > > >ue st
> > > > >
> > > > > > >>>(j
> > > > > > >>>
> > > > > > >>>>>>> ava_remote_bridge.java:639) at
> > > > >
> > > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.reque
> > > > >st (P
> > > > >
> > > > > > >>>ro
> > > > > > >>>
> > > > > > >>>>>>> xyFactory.java:151) at
> > > > >
> > > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invok
> > > > >e( Pr
> > > > >
> > > > > > >>>ox
> > > > > > >>>
> > > > > > >>>>>>> yFactory.java:133) at
> > > > > > >>>>>>> $Proxy4.loadComponentFromURL(Unknown
> > > > >
> > > > > Source)
> > > > >
> > > > > > >>>>>>>        at
> > > > >
> > > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(A
> > > > >bs tr
> > > > >
> > > > > > >>>ac
> > > > > > >>>
> > > > > > >>>>>>> tConversionTask.java:90) ... 8 more
> > > > > > >>>>>>>
> > > > > > >>>>>>> Name: process
> > > > > > >>>>>>> Value: doJodConvert
> > > > > > >>>>>>> Name: exitValue
> > > > > > >>>>>>> Value: 0
> > > > > > >>>>>>> Name: command
> > > > > > >>>>>>> Value:
> > > > > > >>>>>>> Name: completeName
> > > > > > >>>>>>> Value:
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494
> > > > >e1 8e
> > > > >
> > > > > > >>>94
> > > > > > >>>
> > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > > > > >>>>>>> Value:
> > > > > > >>>>>>> Name: fileExplorerItemId
> > > > > > >>>>>>> Value: 7
> > > > > > >>>>>>> Name: process
> > > > > > >>>>>>> Value:
> > > > > > >>>>>>> Name: exitValue
> > > > > > >>>>>>> Value: 0
> > > > > > >>>>>>> Name: process
> > > > > > >>>>>>> Value: generateXMLDocument
> > > > > > >>>>>>> Name: out
> > > > > > >>>>>>> Value:
> > > > > > >>>>>>> Name: exitValue
> > > > > > >>>>>>> Value: 1
> > > > > > >>>>>>> Name: command
> > > > > > >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> > > > > > >>>>>>> 80,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e
> > > > >94 e7
> > > > >
> > > > > > >>>b1
> > > > > > >>>
> > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e
> > > > >94 e7
> > > > >
> > > > > > >>>b1
> > > > > > >>>
> > > > > > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name: error
> > > > > > >>>>>>> Value: convert: unable to open image
> > > > >
> > > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18
> > > > >e9 4e
> > > > >
> > > > > > >>>7b
> > > > > > >>>
> > > > > > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf':
> > > > > > >>>>>>> No such
> > > > > > >>>
> > > > > > >>> file
> > > > > > >>>
> > > > > > >>>>> or
> > > > > > >>>>>
> > > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > > > > >>>>>>> convert: missing an image filename
> > > > >
> > > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18
> > > > >e9 4e
> > > > >
> > > > > > >>>7b
> > > > > > >>>
> > > > > > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > > > > > >>>>>>> convert.c/ConvertImageCommand/2800.
> > > > > > >>>>>>>
> > > > > > >>>>>>> Name: process
> > > > > > >>>>>>> Value: generateBatchThumbByWidth
> > > > > > >>>>>>> Name: exitValue
> > > > > > >>>>>>> Value: 0
> > > > > > >>>>>>> Name: process
> > > > > > >>>>>>> Value: processPDF
> > > > > > >>>>>>> Name: out
> > > > > > >>>>>>> Value:
> > > > > > >>>>>>> Name: exitValue
> > > > > > >>>>>>> Value: 1
> > > > > > >>>>>>> Name: command
> > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> > > > > > >>>>>>> poly2bitmap,
> > > > > > >>>
> > > > > > >>> -i,
> > > > > > >>>
> > > > > > >>>>> -j,
> > > > > > >>>>>
> > > > > > >>>>>>> 85, -s,
> > > > > > >>>>>>> zoom=72,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e
> > > > >94 e7
> > > > >
> > > > > > >>>b1
> > > > > > >>>
> > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > > > >
> > > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e
> > > > >94 e7
> > > > >
> > > > > > >>>b1
> > > > > > >>>
> > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.swf]
> > > > > > >>>>>>> Name: error
> > > > > > >>>>>>>
> > > > > > >>>>>>> Value: Error: Couldn't open
> > > > > > >>>>>>> file
> > > > >
> > > > > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18
> > > > >e9 4e
> > > > >
> > > > > > >>>7b
> > > > > > >>>
> > > > > > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf'
> > > > > > >>>>>>>
> > > > > > >>>>>>> Name: process
> > > > > > >>>>>>> Value: generateSwf
> > > > > > >>>>>>>
> > > > > > >>>>>>> So, it looks like a file couldn't be opened.  The file is
> > >
> > > owner
> > >
> > > > > > >>>>>>> by
> > > > > > >>>>>
> > > > > > >>>>> root,
> > > > > > >>>>>
> > > > > > >>>>>>> and has
> > > > > > >>>>>>> 644 permissions.  Are these set by jodconverter?  Anyway,
> > >
> > > does
> > >
> > > > > > >>> anyone
> > > > > > >>>
> > > > > > >>>>>>> know how
> > > > > > >>>>>>> I can resolve this issue?
> > > > > > >>>>>>>
> > > > > > >>>>>>> Many thanks.
> > > > > > >>>>>>>
> > > > > > >>>>>>> Dimitri
> > > > > > >>>>>>>
> > > > > > >>>>>>> --
> > > > > > >>>>>>> This message has been scanned for viruses and
> > > > > > >>>>>>> dangerous content by MailScanner, and is
> > > > > > >>>>>>> believed to be clean.
> > > > > > >>>>>
> > > > > > >>>>> --
> > > > > > >>>>> This message has been scanned for viruses and
> > > > > > >>>>> dangerous content by MailScanner, and is
> > > > > > >>>>> believed to be clean.
> > > > > > >>>>
> > > > > > >>>> --
> > > > > > >>>> WBR
> > > > > > >>>> Maxim aka solomax
> > > > > > >>>
> > > > > > >>> --
> > > > > > >>> This message has been scanned for viruses and
> > > > > > >>> dangerous content by MailScanner, and is
> > > > > > >>> believed to be clean.
> > > > > > >>
> > > > > > >> --
> > > > > > >> WBR
> > > > > > >> Maxim aka solomax
> > > > > > >
> > > > > > > --
> > > > > > > This message has been scanned for viruses and
> > > > > > > dangerous content by MailScanner, and is
> > > > > > > believed to be clean.
> > > > > >
> > > > > > Stephen Cottham
> > > > > > Group IT Manager (Associate)
> > > > > >
> > > > > > Robert Bird Group
> > > > > > Level 5, 333 Ann St
> > > > > > Brisbane, Queensland, 4000, Australia
> > > > > > Phone: +6173 319 2777 (AUS)
> > > > > > Phone: +44207 592 8000 (UK)
> > > > > > Fax: +6173 319 2799
> > > > > >
> > > > > > Mobile:  +61400 756 963 (AUS)
> > > > > > Mobile: +447900 918 616 (UK)
> > > > > > Web: www.robertbird.com
> > > > > >
> > > > > >
> > > > > > This email and any attachments are confidential and may contain
> > >
> > > legally
> > >
> > > > > > privileged information or copyright material. Unless expressly
> > >
> > > stated,
> > >
> > > > > > confidentiality and/or legal privilege is not intended to be
> > > > > > waived
> > >
> > > by
> > >
> > > > > the
> > > > >
> > > > > > sending of this email. The contents of this email, including any
> > > > > > attachments, are intended solely for the use of the individual or
> > > > > > entity
> > > > >
> > > > > to
> > > > >
> > > > > > whom they are addressed. If you are not an intended recipient,
> > > > > > please contact us immediately by return email and then delete
> > > > > > both messages. You may not otherwise read, forward, copy, use or
> > > > > > disclose this email or any attachments. Any views expressed in
> > > > > > this email are those of
> > >
> > > the
> > >
> > > > > individual
> > > > >
> > > > > > sender except where the sender expressly, and with authority,
> > > > > > states otherwise. It is your responsibility to check any
> > > > > > attachments for viruses or defects before opening or sending them
> > > > > > on. None of the sender or its related entities accepts any
> > > > > > liability for any consequential damage resulting from this email
> > > > > > containing computer viruses.
> > > > > >
> > > > > > Disclaimer added by CodeTwo Exchange Rules
> > > > > > http://www.codetwo.com
> > > > > >
> > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> > >
> > > LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5kLzI
> > >4M
> > >
> > > > >DA
> > > > >
> > > > > >u
> > >
> > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5
> > >lc
> > >
> > > > >mF
> > > > >
> > > > > >0
> > >
> > > ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4+PiB
> > >WY
> > >
> > > > >Wx
> > > > >
> > > > > >1
> > >
> > > ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXNzUER
> > >GD
> > >
> > > > >Qo
> > > > >
> > > > > >+
> > >
> > > Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXhpdFZ
> > >hb
> > >
> > > > >HV
> > > > >
> > > > > >l
> > >
> > > DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4gVmF
> > >sd
> > >
> > > > >WU
> > > > >
> > > > > >6
> > >
> > > IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHkyYml
> > >0b
> > >
> > > > >WF
> > > > >
> > > > > >w
> > >
> > > LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4gODU
> > >sI
> > >
> > > > >C1
> > > > >
> > > > > >z
> > >
> > > LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmd
> > >zL
> > >
> > > > >3d
> > > > >
> > > > > >l
> > >
> > > YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiA
> > >NC
> > >
> > > > >j4
> > > > >
> > > > > >+
> > >
> > > Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE
> > >2M
> > >
> > > > >WE
> > > > >
> > > > > >u
> > >
> > > cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3Blbm1
> > >lZ
> > >
> > > > >XR
> > > > >
> > > > > >p
> > >
> > > bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg0Y2J
> > >jM
> > >
> > > > >mE
> > > > >
> > > > > >5
> > >
> > > YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1lOg0
> > >KP
> > >
> > > > >j4
> > > > >
> > > > > >+
> > >
> > > Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4ndCB
> > >vc
> > >
> > > > >GV
> > > > >
> > > > > >u
> > >
> > > DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3Mvd2V
> > >iY
> > >
> > > > >XB
> > > > >
> > > > > >w
> > >
> > > cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo+Pj4
> > >+P
> > >
> > > > >j4
> > > > >
> > > > > >+
> > >
> > > IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTYxYS5
> > >wZ
> > >
> > > > >GY
> > > > >
> > > > > >n
> > >
> > > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5
> > >lc
> > >
> > > > >mF
> > > > >
> > > > > >0
> > >
> > > ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGNvdWx
> > >kb
> > >
> > > > >id
> > > > >
> > > > > >0
> > >
> > > IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiANCj4
> > >+P
> > >
> > > > >j4
> > > > >
> > > > > >+
> > >
> > > IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWlzc2l
> > >vb
> > >
> > > > >nM
> > > > >
> > > > > >u
> > >
> > > ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4+IA0
> > >KP
> > >
> > > > >j4
> > > > >
> > > > > >+
> > >
> > > IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXNvbHZ
> > >lI
> > >
> > > > >HR
> > > > >
> > > > > >o
> > >
> > > aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4gDQo
> > >+P
> > >
> > > > >j4
> > > > >
> > > > > >+
> > >
> > > Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWVzc2F
> > >nZ
> > >
> > > > >SB
> > > > >
> > > > > >o
> > >
> > > YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXMgY29
> > >ud
> > >
> > > > >GV
> > > > >
> > > > > >u
> > >
> > > dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGNsZWF
> > >uL
> > >
> > > > >g0
> > > > >
> > > > > >K
> > >
> > > Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQ
> > >gZ
> > >
> > > > >m9
> > > > >
> > > > > >y
> > >
> > > IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5lciw
> > >gY
> > >
> > > > >W5
> > > > >
> > > > > >k
> > >
> > > IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo+Pj4
> > >+I
> > >
> > > > >Fd
> > > > >
> > > > > >C
> > >
> > > Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyBtZXN
> > >zY
> > >
> > > > >Wd
> > > > >
> > > > > >l
> > >
> > > IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGNvbnR
> > >lb
> > >
> > > > >nQ
> > > > >
> > > > > >g
> > >
> > > YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0KPj4
> > >gD
> > >
> > > > >Qo
> > > > >
> > > > > >+
> > >
> > > PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiAtLSA
> > >NC
> > >
> > > > >j4
> > > > >
> > > > > >g
> > >
> > > VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGRhbmd
> > >lc
> > >
> > > > >m9
> > > > >
> > > > > >1
> > >
> > > cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmUgY2x
> > >lY
> > >
> > > > >W4
> > > > >
> > > > > >u DQo+IA0K
> > > > >
> > > > > --
> > > > > This message has been scanned for viruses and
> > > > > dangerous content by MailScanner, and is
> > > > > believed to be clean.
> > > >
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > >
> > > --
> > > This message has been scanned for viruses and
> > > dangerous content by MailScanner, and is
> > > believed to be clean.
> >
> > --
> > WBR
> > Maxim aka solomax



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: {Disarmed} Re: File upload troubles

Posted by Maxim Solodovnik <so...@gmail.com>.
According to your output:
1) you don't have office installed
2) you have read access to your file
3) you have headless office running

please
1) finish groupinstall
2) stop headless office
3) try jodconvert one more time


On Tue, Jul 31, 2012 at 6:24 PM, Dimitri Yioulos <dy...@onpointfc.com>wrote:

> Maxim,
>
> Output of yum groupinstall "Office Suite and Productivity" is:
>
> Installing:
>  libreoffice-calc
>  libreoffice-draw
>  libreoffice-graphicfilter
>  libreoffice-impress
>  libreoffice-langpack-en
>  libreoffice-math
>  libreoffice-writer
>  libreoffice-xsltfilter
> Installing for dependencies:
>  libreoffice-pdfimport
>  libreoffice-presenter-screen
>  libwpd
>  lpsolve
>  mythes-en
>
> Output of tail "FAX COVER SHEET.doc" is:
>
>
> þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot
> Entryÿÿÿÿÿÿÿÿ    ÀF É
>
> NljÍ5Data
>
> 1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSummaryInformation8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ
> ÿÿÿÿ    ÀFMicrosoft Office Word Document
> MSWordDocWord.Document.8ô9²q[root@openmeetings ~]#
>
> PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY
>
> (that's some weird stuff :-) ).
>
> Output of ps -ef|grep office is:
>
> [root@openmeetings ~]# ps -ef|grep office
> root      1587     1  0 Jul30 ?
> 00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless
> --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
> root      1599  1587  0 Jul30 ?
> 00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless
> --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
> root     16352 16270  0 07:25 pts/1    00:00:00 grep office
>
> Dimitri
>
>
> On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik wrote:
> > what is the output of
> >
> > *yum groupinstall* "*Office* Suite and Productivity"
> >
> > yum install openoffice.org-headless
> >
> > what is the output of (to ensure it is not file/permission problem)
> > tail "FAX COVER SHEET.doc"
> >
> > can you check there is no office processes running?
> > ps -ef|grep office
> >
> > On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos
> <dy...@onpointfc.com>wrote:
> > > Maxim,
> > >
> > > Followed the instructions in the link you provided, and now:
> > >
> > > [root@openmeetings ~]# java -version
> > > java version "1.7.0_05"
> > > Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
> > > Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode, sharing)
> > >
> > > As you can see, I just upgraded the Java installation to the very
> latest
> > > from
> > > Oracle.  However, I still get:
> > >
> > > Exception in thread "main"
> > > org.artofsolving.jodconverter.office.OfficeException:
> > > could not load document: FAX COVER SHEET.doc
> > > ~
> > > Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to be
> an
> > > unsupported one.
> > > ~
> > >
> > > I think I'm infuriatingly close to getting this to work.  Your (and
> > > others) continuing assistance much appreciated.
> > >
> > > Dimitri
> > >
> > > On Monday 30 July 2012 3:17:49 pm Maxim Solodovnik wrote:
> > > > please follow the link I have sent you
> > > > you need to install alternative _before_ you can configure it
> > > >
> > > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos
> > >
> > > <dy...@onpointfc.com>wrote:
> > > > > Thanks, Stephen.  Here's what I get:
> > > > >
> > > > > [root@openmeetings ~]# alternatives --config java
> > > > >
> > > > > There is 1 program that provides 'java'.
> > > > >
> > > > >   Selection    Command
> > > > > -----------------------------------------------
> > > > > *+ 1           /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > > > >
> > > > > Enter to keep the current selection[+], or type selection number:
> > > > >
> > > > > Oh, oh.  I don't even see the Oracle version.  But, I installed the
> > >
> > > JRE,
> > >
> > > > > not the
> > > > > JDK.  Might that be the rub?
> > > > >
> > > > > Dimitri
> > > > >
> > > > > On Monday 30 July 2012 3:03:57 pm Stephen Cottham wrote:
> > > > > > For java try
> > > > > >
> > > > > > update-java-alternatives
> > > > > >
> > > > > > Or
> > > > > >
> > > > > > alternatives --config java
> > > > > >
> > > > > > Should show you all java's installed and allow you to change the
> > > > > > default.
> > > > > >
> > > > > > Sent from my iPhone
> > > > > >
> > > > > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos"
> > > > > > <dy...@onpointfc.com>
> > > > >
> > > > > wrote:
> > > > > > > Maxim,
> > > > > > >
> > > > > > > I'm not quite sure how to proceed.  First, I just installed
> parts
> > >
> > > of
> > >
> > > > > > > libreoffice:
> > > > > > >
> > > > > > > libreoffice-headless-3.4.5.2-16.el6.i686
> > > > > > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > > > >
> > > > > > > Should I do a "yum groupinstall libreoffice"?
> > > > > > >
> > > > > > > Next, I'm not sure how to open my doc.  This is a server
> install
> > >
> > > and,
> > >
> > > > > so,
> > > > >
> > > > > > > there is no Xwindow/desktop system installed.
> > > > > > >
> > > > > > > Finally, how do I get the Oracle java to be the default?  I do
> > > > > > > have the following in /etc/profile so that the proper java be
> > > > > > > loaded at boot (I think):
> > > > > > >
> > > > > > > export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > > > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > > >
> > > > > > > Dimitri
> > > > > > >
> > > > > > > On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik wrote:
> > > > > > >> Yes you could :)
> > > > > > >> According to this:
> > >
> > >
> http://stackoverflow.com/questions/8420449/docsplit-jodconverter-openoff
> > >
> > > > > > >>ice -issue-on-debian
> > > > > > >>
> > > > > > >> can you ensure you have writer/calc/impress installed (by
> > > > > > >> opening your doc for example)
> > > > > > >>
> > > > > > >> were you install your libreoffice via yum groupinstall?
> > > > > > >>
> > > > > > >> I would recommend you to have Oracle java as default one
> > > > > > >> There are some weird issued with  OpenJDK.
> > > > > > >>
> > > > > > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos
> > > > > > >
> > > > > > > <dy...@onpointfc.com>wrote:
> > > > > > >>> Let me take the easy part first:
> > > > > > >>>
> > > > > > >>> [root@openmeetings ~]# java -version
> > > > > > >>> java version "1.7.0_05-icedtea"
> > > > > > >>> OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
> > > > > > >>> OpenJDK Client VM (build 23.0-b21, mixed mode)
> > > > > > >>>
> > > > > > >>> Now, the thing of it is, even though I installed the
> Sun/Oracle
> > > > > > >>> version, when I
> > > > > > >>> installed some other component (libreoffice, I think, but I
> > >
> > > forget
> > >
> > > > > > >>> exactly what), a dependency that was installed was OpenJDK.
> > >
> > >  Hmmm.
> > >
> > > > > > >>> I tried to do the following conversion at the command line:
> > > > > > >>>
> > > > > > >>> java -jar
> > > > >
> > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > >
> > > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > > > >>>
> > > > > > >>> It failed.  I got:
> > > > > > >>>
> > > > > > >>> Exception in thread "main"
> > > > > > >>> org.artofsolving.jodconverter.office.OfficeException:
> > > > > > >>> could not load document: FAX COVER SHEET.doc
> > > > > > >>> ~
> > > > > > >>> Caused by: com.sun.star.lang.IllegalArgumentException: URL
> > > > > > >>> seems
> > >
> > > to
> > >
> > > > > be
> > > > >
> > > > > > >>> an unsupported one.
> > > > > > >>> ~
> > > > > > >>>
> > > > > > >>> I can convert MS Word docs, can't I?
> > > > > > >>>
> > > > > > >>> Dimitri
> > > > > > >>>
> > > > > > >>> On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik wrote:
> > > > > > >>>> Please try to stop it and run jod converter via commandline
> > > > > > >>>> (jod
> > > > > > >>>
> > > > > > >>> converter
> > > > > > >>>
> > > > > > >>>> will start libreoffice automatically)
> > > > > > >>>> also please check your java version?
> > > > > > >>>>
> > > > > > >>>>
> > > > > > >>>> java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> > > > > > >>>> -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > > > > > >>>> -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > > > > > >>>> -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> > > > > > >>>> -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar -cp
> > > > > > >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > > > > >>>> -cp /usr/local/jodconverter/lib/json-20090211.jar
> > > > > > >>>> -cp
> > > > > > >>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > > > >>>> -jar
> > >
> > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > >
> > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94
> > > > >e7
> > > > >
> > > > > > >>>b1 78
> > > > > > >>>
> > > > > > >>>> 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc 1a.pdf
> > > > > > >>>>
> > > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> > > > > > >>>
> > > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > > >>>>> Thanks to both Maxim and Alexsei for your responses.
>  CentOS
> > >
> > > 6.x
> > >
> > > > > > >>>>> (and,
> > > > > > >>>
> > > > > > >>> by
> > > > > > >>>
> > > > > > >>>>> extension, I'd guess, RHEL 6.x) no longer use openoffice
> but,
> > > > >
> > > > > rather,
> > > > >
> > > > > > >>>>> libreoffice.  libreoffice-headless is installed, and is
> > > > > > >>>>> running as
> > > > >
> > > > > a
> > > > >
> > > > > > >>>>> service:
> > > > > > >>>>>
> > > > > > >>>>> tcp        0      0 127.0.0.1:8100              0.0.0.0:*
> > > > > > >>>>> LISTEN      13514/soffice.bin
> > > > > > >>>>>
> > > > > > >>>>> started with:
> > > > > > >>>>>
> > > > > > >>>>> soffice --headless
> > > > > > >>>>> --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > > > >>>>> --nofirststartwizard
> > > > > > >>>>>
> > > > > > >>>>> Dimitri
> > > > > > >>>>>
> > > > > > >>>>> On Monday 30 July 2012 2:08:17 pm Alexei Fedotov wrote:
> > > > > > >>>>>> It says, URL seems to be unsupported.
> > > > > > >>>>>>
> > > > > > >>>>>> The class which produces it is under com.sun, so the
> problem
> > >
> > > may
> > >
> > > > > be
> > > > >
> > > > > > >>> in
> > > > > > >>>
> > > > > > >>>>> the
> > > > > > >>>>>
> > > > > > >>>>>> old OpenOffice version
> > > > > > >>>>>> 30.07.2012 21:54 пользователь "Dimitri Yioulos"
> > > > > > >>>>>> <dy...@onpointfc.com>
> > > > > > >>>>>>
> > > > > > >>>>>> написал:
> > > > > > >>>>>>> Hello to all.
> > > > > > >>>>>>>
> > > > > > >>>>>>> I'm not new to Openmeetings, having originally installed
> > > > > > >>>>>>> and tried
> > > > > > >>>
> > > > > > >>> it
> > > > > > >>>
> > > > > > >>>>> at
> > > > > > >>>>>
> > > > > > >>>>>>> least a
> > > > > > >>>>>>> couple of years ago.  Thanks to Sabastian Wgner for
> having
> > > > > > >>>>>>> created it, and to
> > > > > > >>>>>>> Apache for taking the project forward.
> > > > > > >>>>>>>
> > > > > > >>>>>>> I've installed version 2.0.0 on a CentOS 6.2 server.  All
> > > > > > >>>>>>> of the prerequisites
> > > > > > >>>>>>> are installed, and Openmeetings works well.  With the
> > >
> > > exception
> > >
> > > > > > >>>>>>> of file uploading, that is.  After figuring out the paths
> > > > > > >>>>>>> of the
> > > > > > >>>
> > > > > > >>> various
> > > > > > >>>
> > > > > > >>>>>>> components required to make file uploading work, I'm
> > > > > > >>>>>>> finally
> > >
> > > at
> > >
> > > > > > >>>>>>> a point where I'm stuck.
> > > > > > >>>>>>> When I try to upload a file, I get the following (it's
> > >
> > > verbose;
> > >
> > > > > > >>>>>>> I apologize):
> > > > > > >>>>>>>
> > > > > > >>>>>>> Name: out
> > > > > > >>>>>>> Value:
> > > > > > >>>>>>> Name: exitValue
> > > > > > >>>>>>> Value: 1
> > > > > > >>>>>>> Name: command
> > > > > > >>>>>>> Value:
> > > > > > >>>>>>> [java, -cp, /usr/local/jodconverter/lib/juh-3.2.1.jar,
> -cp,
> > > > > > >>>>>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
> > > > > > >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
> > > > > > >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
> > > > > > >>>>>>> /usr/local/jodconverter/lib/commons-cli-1.1.jar, -cp,
> > > > > > >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar, -cp,
> > > > > > >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar, -cp,
> > > > > > >>>>>>>
> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > > >>>>>>>r, -jar,
> > > > > > >>>>>>>
> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > > >>>>>>>r,
> > > > >
> > > > >
> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e1
> > > > >8e
> > > > >
> > > > > > >>>94
> > > > > > >>>
> > > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > > > >
> > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94
> > > > >e7
> > > > >
> > > > > > >>>b1
> > > > > > >>>
> > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf]
> > > > > > >>>>>>> Name: error Value: Jul 30, 2012 1:18:25 PM
> > > > > > >>>>>>>
> org.artofsolving.jodconverter.office.ProcessPoolOfficeManag
> > > > > > >>>>>>>er INFO: ProcessManager implementation is
> > > > > > >>>>>>> LinuxProcessManager Jul 30, 2012 1:18:26 PM
> > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start
> > > > > > >>>>>>> INFO: starting process with
> > > > > > >>>>>>> acceptString
> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > >
> > > and
> > >
> > > > > > >>>>>>> profileDir
> > >
> > > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > >
> > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start
> > > > > > >>>>>>> INFO: started process; pid = 13986
> > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > >>>>>>> connect
> > > > > > >>>>>>> INFO: connected:
> > >
> > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > >
> > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > >>>>>>>
> org.artofsolving.jodconverter.office.ProcessPoolOfficeManag
> > > > > > >>>>>>>er stop INFO: stopping
> > > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection$1
> > > > > > >>>>>>> disposing
> > > > > > >>>>>>> INFO: disconnected:
> > > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' Jul 30,
> 2012
> > > > > > >>>>>>> 1:18:27 PM
> > > > > > >>>>>>> org.artofsolving.jodconverter.office.ManagedOfficeProcess
> > > > > > >>>>>>> doEnsureProcessExited
> > > > > > >>>>>>> INFO: process exited with code 0
> > > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > > > > > >>>>>>>
> org.artofsolving.jodconverter.office.ProcessPoolOfficeManag
> > > > > > >>>>>>>er stop INFO: stopped
> > > > > > >>>>>>> Exception in thread "main"
> > > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeException:
> > > > > > >>>>>>> could not load document:
> > > > > > >>>>>>> 5b494e18e94e7b1784cbc2a9b42b161a.doc at
> > > > >
> > > > >
> org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abs
> > > > >tr
> > > > >
> > > > > > >>>ac
> > > > > > >>>
> > > > > > >>>>>>> tConversionTask.java:92) at
> > > > >
> > > > >
> org.artofsolving.jodconverter.AbstractConversionTask.execute(Abstract
> > > > >Co
> > > > >
> > > > > > >>>nv
> > > > > > >>>
> > > > > > >>>>>>> ersionTask.java:59) at
> > > > >
> > > > >
> org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(Pooled
> > > > >Of
> > > > >
> > > > > > >>>fi
> > > > > > >>>
> > > > > > >>>>>>> ceManager.java:80) at
> > >
> > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > > >>>47
> > > > > > >>>
> > > > > > >>>>>>> 1) at
> > >
> > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> > >
> > > > > > >>>>>>>34 ) at
> > >
> > > java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > >
> > > > > > >>>>>>> at
> > > > >
> > > > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
> > > > >ja
> > > > >
> > > > > > >>>va
> > > > > > >>>
> > > > > > >>>>>>> :1110) at
> > > > >
> > > > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
> > > > >.j
> > > > >
> > > > > > >>>av
> > > > > > >>>
> > > > > > >>>>>>> a:603) at java.lang.Thread.run(Thread.java:722)
> > > > > > >>>>>>> Caused by: com.sun.star.lang.IllegalArgumentException:
> URL
> > > > > > >>>>>>> seems to be
> > > > > > >>>>>
> > > > > > >>>>> an
> > > > > > >>>>>
> > > > > > >>>>>>> unsupported one.
> > > > > > >>>>>>>        at
> > > > >
> > > > >
> com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedEx
> > > > >ce
> > > > >
> > > > > > >>>pt
> > > > > > >>>
> > > > > > >>>>>>> ion(Job.java:177) at
> > >
> > > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> > >
> > > > > > >>>>>>>43 ) at
> > > > >
> > > > >
> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java
> > > > >:3
> > > > >
> > > > > > >>>35
> > > > > > >>>
> > > > > > >>>>>>> ) at
> > > > >
> > > > >
> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java
> > > > >:3
> > > > >
> > > > > > >>>04
> > > > > > >>>
> > > > > > >>>>>>> ) at
> > > > >
> > > > >
> com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThr
> > > > >ea
> > > > >
> > > > > > >>>dP
> > > > > > >>>
> > > > > > >>>>>>> ool.java:91) at
> > > > >
> > > > >
> com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendReque
> > > > >st
> > > > >
> > > > > > >>>(j
> > > > > > >>>
> > > > > > >>>>>>> ava_remote_bridge.java:639) at
> > > > >
> > > > >
> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request
> > > > >(P
> > > > >
> > > > > > >>>ro
> > > > > > >>>
> > > > > > >>>>>>> xyFactory.java:151) at
> > > > >
> > > > >
> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(
> > > > >Pr
> > > > >
> > > > > > >>>ox
> > > > > > >>>
> > > > > > >>>>>>> yFactory.java:133) at
> $Proxy4.loadComponentFromURL(Unknown
> > > > >
> > > > > Source)
> > > > >
> > > > > > >>>>>>>        at
> > > > >
> > > > >
> org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abs
> > > > >tr
> > > > >
> > > > > > >>>ac
> > > > > > >>>
> > > > > > >>>>>>> tConversionTask.java:90) ... 8 more
> > > > > > >>>>>>>
> > > > > > >>>>>>> Name: process
> > > > > > >>>>>>> Value: doJodConvert
> > > > > > >>>>>>> Name: exitValue
> > > > > > >>>>>>> Value: 0
> > > > > > >>>>>>> Name: command
> > > > > > >>>>>>> Value:
> > > > > > >>>>>>> Name: completeName
> > > > > > >>>>>>> Value:
> > > > >
> > > > >
> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e1
> > > > >8e
> > > > >
> > > > > > >>>94
> > > > > > >>>
> > > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > > > > >>>>>>> Value:
> > > > > > >>>>>>> Name: fileExplorerItemId
> > > > > > >>>>>>> Value: 7
> > > > > > >>>>>>> Name: process
> > > > > > >>>>>>> Value:
> > > > > > >>>>>>> Name: exitValue
> > > > > > >>>>>>> Value: 0
> > > > > > >>>>>>> Name: process
> > > > > > >>>>>>> Value: generateXMLDocument
> > > > > > >>>>>>> Name: out
> > > > > > >>>>>>> Value:
> > > > > > >>>>>>> Name: exitValue
> > > > > > >>>>>>> Value: 1
> > > > > > >>>>>>> Name: command
> > > > > > >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> > > > > > >>>>>>> 80,
> > > > >
> > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94
> > > > >e7
> > > > >
> > > > > > >>>b1
> > > > > > >>>
> > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > > > >
> > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94
> > > > >e7
> > > > >
> > > > > > >>>b1
> > > > > > >>>
> > > > > > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name: error
> > > > > > >>>>>>> Value: convert: unable to open image
> > > > >
> > > > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e9
> > > > >4e
> > > > >
> > > > > > >>>7b
> > > > > > >>>
> > > > > > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf':
> > > > > > >>>>>>> No such
> > > > > > >>>
> > > > > > >>> file
> > > > > > >>>
> > > > > > >>>>> or
> > > > > > >>>>>
> > > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > > > > >>>>>>> convert: missing an image filename
> > > > >
> > > > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e9
> > > > >4e
> > > > >
> > > > > > >>>7b
> > > > > > >>>
> > > > > > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > > > > > >>>>>>> convert.c/ConvertImageCommand/2800.
> > > > > > >>>>>>>
> > > > > > >>>>>>> Name: process
> > > > > > >>>>>>> Value: generateBatchThumbByWidth
> > > > > > >>>>>>> Name: exitValue
> > > > > > >>>>>>> Value: 0
> > > > > > >>>>>>> Name: process
> > > > > > >>>>>>> Value: processPDF
> > > > > > >>>>>>> Name: out
> > > > > > >>>>>>> Value:
> > > > > > >>>>>>> Name: exitValue
> > > > > > >>>>>>> Value: 1
> > > > > > >>>>>>> Name: command
> > > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> > > > > > >>>>>>> poly2bitmap,
> > > > > > >>>
> > > > > > >>> -i,
> > > > > > >>>
> > > > > > >>>>> -j,
> > > > > > >>>>>
> > > > > > >>>>>>> 85, -s,
> > > > > > >>>>>>> zoom=72,
> > > > >
> > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94
> > > > >e7
> > > > >
> > > > > > >>>b1
> > > > > > >>>
> > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > > > >
> > > > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94
> > > > >e7
> > > > >
> > > > > > >>>b1
> > > > > > >>>
> > > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.swf]
> > > > > > >>>>>>> Name: error
> > > > > > >>>>>>>
> > > > > > >>>>>>> Value: Error: Couldn't open
> > > > > > >>>>>>> file
> > > > >
> > > > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e9
> > > > >4e
> > > > >
> > > > > > >>>7b
> > > > > > >>>
> > > > > > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf'
> > > > > > >>>>>>>
> > > > > > >>>>>>> Name: process
> > > > > > >>>>>>> Value: generateSwf
> > > > > > >>>>>>>
> > > > > > >>>>>>> So, it looks like a file couldn't be opened.  The file is
> > >
> > > owner
> > >
> > > > > > >>>>>>> by
> > > > > > >>>>>
> > > > > > >>>>> root,
> > > > > > >>>>>
> > > > > > >>>>>>> and has
> > > > > > >>>>>>> 644 permissions.  Are these set by jodconverter?  Anyway,
> > >
> > > does
> > >
> > > > > > >>> anyone
> > > > > > >>>
> > > > > > >>>>>>> know how
> > > > > > >>>>>>> I can resolve this issue?
> > > > > > >>>>>>>
> > > > > > >>>>>>> Many thanks.
> > > > > > >>>>>>>
> > > > > > >>>>>>> Dimitri
> > > > > > >>>>>>>
> > > > > > >>>>>>> --
> > > > > > >>>>>>> This message has been scanned for viruses and
> > > > > > >>>>>>> dangerous content by MailScanner, and is
> > > > > > >>>>>>> believed to be clean.
> > > > > > >>>>>
> > > > > > >>>>> --
> > > > > > >>>>> This message has been scanned for viruses and
> > > > > > >>>>> dangerous content by MailScanner, and is
> > > > > > >>>>> believed to be clean.
> > > > > > >>>>
> > > > > > >>>> --
> > > > > > >>>> WBR
> > > > > > >>>> Maxim aka solomax
> > > > > > >>>
> > > > > > >>> --
> > > > > > >>> This message has been scanned for viruses and
> > > > > > >>> dangerous content by MailScanner, and is
> > > > > > >>> believed to be clean.
> > > > > > >>
> > > > > > >> --
> > > > > > >> WBR
> > > > > > >> Maxim aka solomax
> > > > > > >
> > > > > > > --
> > > > > > > This message has been scanned for viruses and
> > > > > > > dangerous content by MailScanner, and is
> > > > > > > believed to be clean.
> > > > > >
> > > > > > Stephen Cottham
> > > > > > Group IT Manager (Associate)
> > > > > >
> > > > > > Robert Bird Group
> > > > > > Level 5, 333 Ann St
> > > > > > Brisbane, Queensland, 4000, Australia
> > > > > > Phone: +6173 319 2777 (AUS)
> > > > > > Phone: +44207 592 8000 (UK)
> > > > > > Fax: +6173 319 2799
> > > > > >
> > > > > > Mobile:  +61400 756 963 (AUS)
> > > > > > Mobile: +447900 918 616 (UK)
> > > > > > Web: www.robertbird.com
> > > > > >
> > > > > >
> > > > > > This email and any attachments are confidential and may contain
> > >
> > > legally
> > >
> > > > > > privileged information or copyright material. Unless expressly
> > >
> > > stated,
> > >
> > > > > > confidentiality and/or legal privilege is not intended to be
> waived
> > >
> > > by
> > >
> > > > > the
> > > > >
> > > > > > sending of this email. The contents of this email, including any
> > > > > > attachments, are intended solely for the use of the individual or
> > > > > > entity
> > > > >
> > > > > to
> > > > >
> > > > > > whom they are addressed. If you are not an intended recipient,
> > > > > > please contact us immediately by return email and then delete
> both
> > > > > > messages. You may not otherwise read, forward, copy, use or
> > > > > > disclose this email or any attachments. Any views expressed in
> this
> > > > > > email are those of
> > >
> > > the
> > >
> > > > > individual
> > > > >
> > > > > > sender except where the sender expressly, and with authority,
> > > > > > states otherwise. It is your responsibility to check any
> > > > > > attachments for viruses or defects before opening or sending them
> > > > > > on. None of the sender or its related entities accepts any
> > > > > > liability for any consequential damage resulting from this email
> > > > > > containing computer viruses.
> > > > > >
> > > > > > Disclaimer added by CodeTwo Exchange Rules
> > > > > > http://www.codetwo.com
> > > > > >
> > > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> > >
> > >
> LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5kLzI4M
> > >
> > > > >DA
> > > > >
> > > > > >u
> > >
> > >
> DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5lc
> > >
> > > > >mF
> > > > >
> > > > > >0
> > >
> > >
> ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4+PiBWY
> > >
> > > > >Wx
> > > > >
> > > > > >1
> > >
> > >
> ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXNzUERGD
> > >
> > > > >Qo
> > > > >
> > > > > >+
> > >
> > >
> Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXhpdFZhb
> > >
> > > > >HV
> > > > >
> > > > > >l
> > >
> > >
> DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4gVmFsd
> > >
> > > > >WU
> > > > >
> > > > > >6
> > >
> > >
> IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHkyYml0b
> > >
> > > > >WF
> > > > >
> > > > > >w
> > >
> > >
> LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4gODUsI
> > >
> > > > >C1
> > > > >
> > > > > >z
> > >
> > >
> LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL
> > >
> > > > >3d
> > > > >
> > > > > >l
> > >
> > >
> YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANC
> > >
> > > > >j4
> > > > >
> > > > > >+
> > >
> > >
> Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2M
> > >
> > > > >WE
> > > > >
> > > > > >u
> > >
> > >
> cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3Blbm1lZ
> > >
> > > > >XR
> > > > >
> > > > > >p
> > >
> > >
> bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg0Y2JjM
> > >
> > > > >mE
> > > > >
> > > > > >5
> > >
> > >
> YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1lOg0KP
> > >
> > > > >j4
> > > > >
> > > > > >+
> > >
> > >
> Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4ndCBvc
> > >
> > > > >GV
> > > > >
> > > > > >u
> > >
> > >
> DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3Mvd2ViY
> > >
> > > > >XB
> > > > >
> > > > > >w
> > >
> > >
> cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo+Pj4+P
> > >
> > > > >j4
> > > > >
> > > > > >+
> > >
> > >
> IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTYxYS5wZ
> > >
> > > > >GY
> > > > >
> > > > > >n
> > >
> > >
> DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5lc
> > >
> > > > >mF
> > > > >
> > > > > >0
> > >
> > >
> ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGNvdWxkb
> > >
> > > > >id
> > > > >
> > > > > >0
> > >
> > >
> IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiANCj4+P
> > >
> > > > >j4
> > > > >
> > > > > >+
> > >
> > >
> IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWlzc2lvb
> > >
> > > > >nM
> > > > >
> > > > > >u
> > >
> > >
> ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4+IA0KP
> > >
> > > > >j4
> > > > >
> > > > > >+
> > >
> > >
> IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXNvbHZlI
> > >
> > > > >HR
> > > > >
> > > > > >o
> > >
> > >
> aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4gDQo+P
> > >
> > > > >j4
> > > > >
> > > > > >+
> > >
> > >
> Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWVzc2FnZ
> > >
> > > > >SB
> > > > >
> > > > > >o
> > >
> > >
> YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXMgY29ud
> > >
> > > > >GV
> > > > >
> > > > > >u
> > >
> > >
> dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuL
> > >
> > > > >g0
> > > > >
> > > > > >K
> > >
> > >
> Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZ
> > >
> > > > >m9
> > > > >
> > > > > >y
> > >
> > >
> IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5lciwgY
> > >
> > > > >W5
> > > > >
> > > > > >k
> > >
> > >
> IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo+Pj4+I
> > >
> > > > >Fd
> > > > >
> > > > > >C
> > >
> > >
> Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyBtZXNzY
> > >
> > > > >Wd
> > > > >
> > > > > >l
> > >
> > >
> IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGNvbnRlb
> > >
> > > > >nQ
> > > > >
> > > > > >g
> > >
> > >
> YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0KPj4gD
> > >
> > > > >Qo
> > > > >
> > > > > >+
> > >
> > >
> PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiAtLSANC
> > >
> > > > >j4
> > > > >
> > > > > >g
> > >
> > >
> VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGRhbmdlc
> > >
> > > > >m9
> > > > >
> > > > > >1
> > >
> > >
> cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmUgY2xlY
> > >
> > > > >W4
> > > > >
> > > > > >u DQo+IA0K
> > > > >
> > > > > --
> > > > > This message has been scanned for viruses and
> > > > > dangerous content by MailScanner, and is
> > > > > believed to be clean.
> > > >
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > >
> > > --
> > > This message has been scanned for viruses and
> > > dangerous content by MailScanner, and is
> > > believed to be clean.
> >
> > --
> > WBR
> > Maxim aka solomax
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>


-- 
WBR
Maxim aka solomax

Re: {Disarmed} Re: File upload troubles

Posted by Dimitri Yioulos <dy...@onpointfc.com>.
Maxim,

Output of yum groupinstall "Office Suite and Productivity" is:

Installing:
 libreoffice-calc
 libreoffice-draw
 libreoffice-graphicfilter
 libreoffice-impress
 libreoffice-langpack-en
 libreoffice-math
 libreoffice-writer
 libreoffice-xsltfilter
Installing for dependencies:
 libreoffice-pdfimport
 libreoffice-presenter-screen
 libwpd
 lpsolve
 mythes-en

Output of tail "FAX COVER SHEET.doc" is:

þÿÿÿþÿÿÿÿÿÿ"#$%&'(þÿÿÿ*+,-./0þÿÿÿýÿÿÿ3þÿÿÿþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿRoot 
Entryÿÿÿÿÿÿÿÿ    ÀF É
                                                                                    
NljÍ5Data
1TableÿÿÿÿÕWordDocumentÿÿÿÿ4SummaryInformation(ÿÿÿÿÿÿÿÿÿÿÿÿ!DocumentSummaryInformation8ÿÿÿÿÿÿÿÿ)CompObjÿÿÿÿÿÿÿÿÿÿÿÿqÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ
ÿÿÿÿ    ÀFMicrosoft Office Word Document
MSWordDocWord.Document.8ô9²q[root@openmeetings ~]# 
PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY

(that's some weird stuff :-) ).

Output of ps -ef|grep office is:

[root@openmeetings ~]# ps -ef|grep office
root      1587     1  0 Jul30 ?        
00:00:00 /usr/lib/libreoffice/program/oosplash.bin --headless --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
root      1599  1587  0 Jul30 ?        
00:00:00 /usr/lib/libreoffice/program/soffice.bin --headless --accept=socket,host=127.0.0.1,port=8100;urp; --nofirststartwizard
root     16352 16270  0 07:25 pts/1    00:00:00 grep office

Dimitri


On Monday 30 July 2012 10:13:57 pm Maxim Solodovnik wrote:
> what is the output of
>
> *yum groupinstall* "*Office* Suite and Productivity"
>
> yum install openoffice.org-headless
>
> what is the output of (to ensure it is not file/permission problem)
> tail "FAX COVER SHEET.doc"
>
> can you check there is no office processes running?
> ps -ef|grep office
>
> On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos 
<dy...@onpointfc.com>wrote:
> > Maxim,
> >
> > Followed the instructions in the link you provided, and now:
> >
> > [root@openmeetings ~]# java -version
> > java version "1.7.0_05"
> > Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
> > Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode, sharing)
> >
> > As you can see, I just upgraded the Java installation to the very latest
> > from
> > Oracle.  However, I still get:
> >
> > Exception in thread "main"
> > org.artofsolving.jodconverter.office.OfficeException:
> > could not load document: FAX COVER SHEET.doc
> > ~
> > Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to be an
> > unsupported one.
> > ~
> >
> > I think I'm infuriatingly close to getting this to work.  Your (and
> > others) continuing assistance much appreciated.
> >
> > Dimitri
> >
> > On Monday 30 July 2012 3:17:49 pm Maxim Solodovnik wrote:
> > > please follow the link I have sent you
> > > you need to install alternative _before_ you can configure it
> > >
> > > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos
> >
> > <dy...@onpointfc.com>wrote:
> > > > Thanks, Stephen.  Here's what I get:
> > > >
> > > > [root@openmeetings ~]# alternatives --config java
> > > >
> > > > There is 1 program that provides 'java'.
> > > >
> > > >   Selection    Command
> > > > -----------------------------------------------
> > > > *+ 1           /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > > >
> > > > Enter to keep the current selection[+], or type selection number:
> > > >
> > > > Oh, oh.  I don't even see the Oracle version.  But, I installed the
> >
> > JRE,
> >
> > > > not the
> > > > JDK.  Might that be the rub?
> > > >
> > > > Dimitri
> > > >
> > > > On Monday 30 July 2012 3:03:57 pm Stephen Cottham wrote:
> > > > > For java try
> > > > >
> > > > > update-java-alternatives
> > > > >
> > > > > Or
> > > > >
> > > > > alternatives --config java
> > > > >
> > > > > Should show you all java's installed and allow you to change the
> > > > > default.
> > > > >
> > > > > Sent from my iPhone
> > > > >
> > > > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos"
> > > > > <dy...@onpointfc.com>
> > > >
> > > > wrote:
> > > > > > Maxim,
> > > > > >
> > > > > > I'm not quite sure how to proceed.  First, I just installed parts
> >
> > of
> >
> > > > > > libreoffice:
> > > > > >
> > > > > > libreoffice-headless-3.4.5.2-16.el6.i686
> > > > > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > > >
> > > > > > Should I do a "yum groupinstall libreoffice"?
> > > > > >
> > > > > > Next, I'm not sure how to open my doc.  This is a server install
> >
> > and,
> >
> > > > so,
> > > >
> > > > > > there is no Xwindow/desktop system installed.
> > > > > >
> > > > > > Finally, how do I get the Oracle java to be the default?  I do
> > > > > > have the following in /etc/profile so that the proper java be
> > > > > > loaded at boot (I think):
> > > > > >
> > > > > > export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > > >
> > > > > > Dimitri
> > > > > >
> > > > > > On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik wrote:
> > > > > >> Yes you could :)
> > > > > >> According to this:
> >
> > http://stackoverflow.com/questions/8420449/docsplit-jodconverter-openoff
> >
> > > > > >>ice -issue-on-debian
> > > > > >>
> > > > > >> can you ensure you have writer/calc/impress installed (by
> > > > > >> opening your doc for example)
> > > > > >>
> > > > > >> were you install your libreoffice via yum groupinstall?
> > > > > >>
> > > > > >> I would recommend you to have Oracle java as default one
> > > > > >> There are some weird issued with  OpenJDK.
> > > > > >>
> > > > > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos
> > > > > >
> > > > > > <dy...@onpointfc.com>wrote:
> > > > > >>> Let me take the easy part first:
> > > > > >>>
> > > > > >>> [root@openmeetings ~]# java -version
> > > > > >>> java version "1.7.0_05-icedtea"
> > > > > >>> OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
> > > > > >>> OpenJDK Client VM (build 23.0-b21, mixed mode)
> > > > > >>>
> > > > > >>> Now, the thing of it is, even though I installed the Sun/Oracle
> > > > > >>> version, when I
> > > > > >>> installed some other component (libreoffice, I think, but I
> >
> > forget
> >
> > > > > >>> exactly what), a dependency that was installed was OpenJDK.
> >
> >  Hmmm.
> >
> > > > > >>> I tried to do the following conversion at the command line:
> > > > > >>>
> > > > > >>> java -jar
> > > >
> > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > >
> > > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > > >>>
> > > > > >>> It failed.  I got:
> > > > > >>>
> > > > > >>> Exception in thread "main"
> > > > > >>> org.artofsolving.jodconverter.office.OfficeException:
> > > > > >>> could not load document: FAX COVER SHEET.doc
> > > > > >>> ~
> > > > > >>> Caused by: com.sun.star.lang.IllegalArgumentException: URL
> > > > > >>> seems
> >
> > to
> >
> > > > be
> > > >
> > > > > >>> an unsupported one.
> > > > > >>> ~
> > > > > >>>
> > > > > >>> I can convert MS Word docs, can't I?
> > > > > >>>
> > > > > >>> Dimitri
> > > > > >>>
> > > > > >>> On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik wrote:
> > > > > >>>> Please try to stop it and run jod converter via commandline
> > > > > >>>> (jod
> > > > > >>>
> > > > > >>> converter
> > > > > >>>
> > > > > >>>> will start libreoffice automatically)
> > > > > >>>> also please check your java version?
> > > > > >>>>
> > > > > >>>>
> > > > > >>>> java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> > > > > >>>> -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > > > > >>>> -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > > > > >>>> -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> > > > > >>>> -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar -cp
> > > > > >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > > > >>>> -cp /usr/local/jodconverter/lib/json-20090211.jar
> > > > > >>>> -cp
> > > > > >>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > > >>>> -jar
> >
> > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94
> > > >e7
> > > >
> > > > > >>>b1 78
> > > > > >>>
> > > > > >>>> 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc 1a.pdf
> > > > > >>>>
> > > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> > > > > >>>
> > > > > >>> <dy...@onpointfc.com>wrote:
> > > > > >>>>> Thanks to both Maxim and Alexsei for your responses.  CentOS
> >
> > 6.x
> >
> > > > > >>>>> (and,
> > > > > >>>
> > > > > >>> by
> > > > > >>>
> > > > > >>>>> extension, I'd guess, RHEL 6.x) no longer use openoffice but,
> > > >
> > > > rather,
> > > >
> > > > > >>>>> libreoffice.  libreoffice-headless is installed, and is
> > > > > >>>>> running as
> > > >
> > > > a
> > > >
> > > > > >>>>> service:
> > > > > >>>>>
> > > > > >>>>> tcp        0      0 127.0.0.1:8100              0.0.0.0:*
> > > > > >>>>> LISTEN      13514/soffice.bin
> > > > > >>>>>
> > > > > >>>>> started with:
> > > > > >>>>>
> > > > > >>>>> soffice --headless
> > > > > >>>>> --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > > >>>>> --nofirststartwizard
> > > > > >>>>>
> > > > > >>>>> Dimitri
> > > > > >>>>>
> > > > > >>>>> On Monday 30 July 2012 2:08:17 pm Alexei Fedotov wrote:
> > > > > >>>>>> It says, URL seems to be unsupported.
> > > > > >>>>>>
> > > > > >>>>>> The class which produces it is under com.sun, so the problem
> >
> > may
> >
> > > > be
> > > >
> > > > > >>> in
> > > > > >>>
> > > > > >>>>> the
> > > > > >>>>>
> > > > > >>>>>> old OpenOffice version
> > > > > >>>>>> 30.07.2012 21:54 пользователь "Dimitri Yioulos"
> > > > > >>>>>> <dy...@onpointfc.com>
> > > > > >>>>>>
> > > > > >>>>>> написал:
> > > > > >>>>>>> Hello to all.
> > > > > >>>>>>>
> > > > > >>>>>>> I'm not new to Openmeetings, having originally installed
> > > > > >>>>>>> and tried
> > > > > >>>
> > > > > >>> it
> > > > > >>>
> > > > > >>>>> at
> > > > > >>>>>
> > > > > >>>>>>> least a
> > > > > >>>>>>> couple of years ago.  Thanks to Sabastian Wgner for having
> > > > > >>>>>>> created it, and to
> > > > > >>>>>>> Apache for taking the project forward.
> > > > > >>>>>>>
> > > > > >>>>>>> I've installed version 2.0.0 on a CentOS 6.2 server.  All
> > > > > >>>>>>> of the prerequisites
> > > > > >>>>>>> are installed, and Openmeetings works well.  With the
> >
> > exception
> >
> > > > > >>>>>>> of file uploading, that is.  After figuring out the paths
> > > > > >>>>>>> of the
> > > > > >>>
> > > > > >>> various
> > > > > >>>
> > > > > >>>>>>> components required to make file uploading work, I'm
> > > > > >>>>>>> finally
> >
> > at
> >
> > > > > >>>>>>> a point where I'm stuck.
> > > > > >>>>>>> When I try to upload a file, I get the following (it's
> >
> > verbose;
> >
> > > > > >>>>>>> I apologize):
> > > > > >>>>>>>
> > > > > >>>>>>> Name: out
> > > > > >>>>>>> Value:
> > > > > >>>>>>> Name: exitValue
> > > > > >>>>>>> Value: 1
> > > > > >>>>>>> Name: command
> > > > > >>>>>>> Value:
> > > > > >>>>>>> [java, -cp, /usr/local/jodconverter/lib/juh-3.2.1.jar, -cp,
> > > > > >>>>>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
> > > > > >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
> > > > > >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
> > > > > >>>>>>> /usr/local/jodconverter/lib/commons-cli-1.1.jar, -cp,
> > > > > >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar, -cp,
> > > > > >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar, -cp,
> > > > > >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > >>>>>>>r, -jar,
> > > > > >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.ja
> > > > > >>>>>>>r,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e1
> > > >8e
> > > >
> > > > > >>>94
> > > > > >>>
> > > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94
> > > >e7
> > > >
> > > > > >>>b1
> > > > > >>>
> > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf]
> > > > > >>>>>>> Name: error Value: Jul 30, 2012 1:18:25 PM
> > > > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManag
> > > > > >>>>>>>er INFO: ProcessManager implementation is
> > > > > >>>>>>> LinuxProcessManager Jul 30, 2012 1:18:26 PM
> > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start
> > > > > >>>>>>> INFO: starting process with
> > > > > >>>>>>> acceptString 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> >
> > and
> >
> > > > > >>>>>>> profileDir
> >
> > '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> >
> > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start
> > > > > >>>>>>> INFO: started process; pid = 13986
> > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection
> > > > > >>>>>>> connect
> > > > > >>>>>>> INFO: connected:
> >
> > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> >
> > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManag
> > > > > >>>>>>>er stop INFO: stopping
> > > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection$1
> > > > > >>>>>>> disposing
> > > > > >>>>>>> INFO: disconnected:
> > > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' Jul 30, 2012
> > > > > >>>>>>> 1:18:27 PM
> > > > > >>>>>>> org.artofsolving.jodconverter.office.ManagedOfficeProcess
> > > > > >>>>>>> doEnsureProcessExited
> > > > > >>>>>>> INFO: process exited with code 0
> > > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > > > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManag
> > > > > >>>>>>>er stop INFO: stopped
> > > > > >>>>>>> Exception in thread "main"
> > > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeException:
> > > > > >>>>>>> could not load document:
> > > > > >>>>>>> 5b494e18e94e7b1784cbc2a9b42b161a.doc at
> > > >
> > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abs
> > > >tr
> > > >
> > > > > >>>ac
> > > > > >>>
> > > > > >>>>>>> tConversionTask.java:92) at
> > > >
> > > > org.artofsolving.jodconverter.AbstractConversionTask.execute(Abstract
> > > >Co
> > > >
> > > > > >>>nv
> > > > > >>>
> > > > > >>>>>>> ersionTask.java:59) at
> > > >
> > > > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(Pooled
> > > >Of
> > > >
> > > > > >>>fi
> > > > > >>>
> > > > > >>>>>>> ceManager.java:80) at
> >
> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > > >>>47
> > > > > >>>
> > > > > >>>>>>> 1) at
> >
> > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> >
> > > > > >>>>>>>34 ) at
> >
> > java.util.concurrent.FutureTask.run(FutureTask.java:166)
> >
> > > > > >>>>>>> at
> > > >
> > > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
> > > >ja
> > > >
> > > > > >>>va
> > > > > >>>
> > > > > >>>>>>> :1110) at
> > > >
> > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
> > > >.j
> > > >
> > > > > >>>av
> > > > > >>>
> > > > > >>>>>>> a:603) at java.lang.Thread.run(Thread.java:722)
> > > > > >>>>>>> Caused by: com.sun.star.lang.IllegalArgumentException: URL
> > > > > >>>>>>> seems to be
> > > > > >>>>>
> > > > > >>>>> an
> > > > > >>>>>
> > > > > >>>>>>> unsupported one.
> > > > > >>>>>>>        at
> > > >
> > > > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedEx
> > > >ce
> > > >
> > > > > >>>pt
> > > > > >>>
> > > > > >>>>>>> ion(Job.java:177) at
> >
> > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> >
> > > > > >>>>>>>43 ) at
> > > >
> > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java
> > > >:3
> > > >
> > > > > >>>35
> > > > > >>>
> > > > > >>>>>>> ) at
> > > >
> > > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java
> > > >:3
> > > >
> > > > > >>>04
> > > > > >>>
> > > > > >>>>>>> ) at
> > > >
> > > > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThr
> > > >ea
> > > >
> > > > > >>>dP
> > > > > >>>
> > > > > >>>>>>> ool.java:91) at
> > > >
> > > > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendReque
> > > >st
> > > >
> > > > > >>>(j
> > > > > >>>
> > > > > >>>>>>> ava_remote_bridge.java:639) at
> > > >
> > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request
> > > >(P
> > > >
> > > > > >>>ro
> > > > > >>>
> > > > > >>>>>>> xyFactory.java:151) at
> > > >
> > > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(
> > > >Pr
> > > >
> > > > > >>>ox
> > > > > >>>
> > > > > >>>>>>> yFactory.java:133) at $Proxy4.loadComponentFromURL(Unknown
> > > >
> > > > Source)
> > > >
> > > > > >>>>>>>        at
> > > >
> > > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abs
> > > >tr
> > > >
> > > > > >>>ac
> > > > > >>>
> > > > > >>>>>>> tConversionTask.java:90) ... 8 more
> > > > > >>>>>>>
> > > > > >>>>>>> Name: process
> > > > > >>>>>>> Value: doJodConvert
> > > > > >>>>>>> Name: exitValue
> > > > > >>>>>>> Value: 0
> > > > > >>>>>>> Name: command
> > > > > >>>>>>> Value:
> > > > > >>>>>>> Name: completeName
> > > > > >>>>>>> Value:
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e1
> > > >8e
> > > >
> > > > > >>>94
> > > > > >>>
> > > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > > > >>>>>>> Value:
> > > > > >>>>>>> Name: fileExplorerItemId
> > > > > >>>>>>> Value: 7
> > > > > >>>>>>> Name: process
> > > > > >>>>>>> Value:
> > > > > >>>>>>> Name: exitValue
> > > > > >>>>>>> Value: 0
> > > > > >>>>>>> Name: process
> > > > > >>>>>>> Value: generateXMLDocument
> > > > > >>>>>>> Name: out
> > > > > >>>>>>> Value:
> > > > > >>>>>>> Name: exitValue
> > > > > >>>>>>> Value: 1
> > > > > >>>>>>> Name: command
> > > > > >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> > > > > >>>>>>> 80,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94
> > > >e7
> > > >
> > > > > >>>b1
> > > > > >>>
> > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94
> > > >e7
> > > >
> > > > > >>>b1
> > > > > >>>
> > > > > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name: error
> > > > > >>>>>>> Value: convert: unable to open image
> > > >
> > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e9
> > > >4e
> > > >
> > > > > >>>7b
> > > > > >>>
> > > > > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf':
> > > > > >>>>>>> No such
> > > > > >>>
> > > > > >>> file
> > > > > >>>
> > > > > >>>>> or
> > > > > >>>>>
> > > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > > > >>>>>>> convert: missing an image filename
> > > >
> > > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e9
> > > >4e
> > > >
> > > > > >>>7b
> > > > > >>>
> > > > > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > > > > >>>>>>> convert.c/ConvertImageCommand/2800.
> > > > > >>>>>>>
> > > > > >>>>>>> Name: process
> > > > > >>>>>>> Value: generateBatchThumbByWidth
> > > > > >>>>>>> Name: exitValue
> > > > > >>>>>>> Value: 0
> > > > > >>>>>>> Name: process
> > > > > >>>>>>> Value: processPDF
> > > > > >>>>>>> Name: out
> > > > > >>>>>>> Value:
> > > > > >>>>>>> Name: exitValue
> > > > > >>>>>>> Value: 1
> > > > > >>>>>>> Name: command
> > > > > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> > > > > >>>>>>> poly2bitmap,
> > > > > >>>
> > > > > >>> -i,
> > > > > >>>
> > > > > >>>>> -j,
> > > > > >>>>>
> > > > > >>>>>>> 85, -s,
> > > > > >>>>>>> zoom=72,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94
> > > >e7
> > > >
> > > > > >>>b1
> > > > > >>>
> > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > > >
> > > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94
> > > >e7
> > > >
> > > > > >>>b1
> > > > > >>>
> > > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.swf]
> > > > > >>>>>>> Name: error
> > > > > >>>>>>>
> > > > > >>>>>>> Value: Error: Couldn't open
> > > > > >>>>>>> file
> > > >
> > > > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e9
> > > >4e
> > > >
> > > > > >>>7b
> > > > > >>>
> > > > > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf'
> > > > > >>>>>>>
> > > > > >>>>>>> Name: process
> > > > > >>>>>>> Value: generateSwf
> > > > > >>>>>>>
> > > > > >>>>>>> So, it looks like a file couldn't be opened.  The file is
> >
> > owner
> >
> > > > > >>>>>>> by
> > > > > >>>>>
> > > > > >>>>> root,
> > > > > >>>>>
> > > > > >>>>>>> and has
> > > > > >>>>>>> 644 permissions.  Are these set by jodconverter?  Anyway,
> >
> > does
> >
> > > > > >>> anyone
> > > > > >>>
> > > > > >>>>>>> know how
> > > > > >>>>>>> I can resolve this issue?
> > > > > >>>>>>>
> > > > > >>>>>>> Many thanks.
> > > > > >>>>>>>
> > > > > >>>>>>> Dimitri
> > > > > >>>>>>>
> > > > > >>>>>>> --
> > > > > >>>>>>> This message has been scanned for viruses and
> > > > > >>>>>>> dangerous content by MailScanner, and is
> > > > > >>>>>>> believed to be clean.
> > > > > >>>>>
> > > > > >>>>> --
> > > > > >>>>> This message has been scanned for viruses and
> > > > > >>>>> dangerous content by MailScanner, and is
> > > > > >>>>> believed to be clean.
> > > > > >>>>
> > > > > >>>> --
> > > > > >>>> WBR
> > > > > >>>> Maxim aka solomax
> > > > > >>>
> > > > > >>> --
> > > > > >>> This message has been scanned for viruses and
> > > > > >>> dangerous content by MailScanner, and is
> > > > > >>> believed to be clean.
> > > > > >>
> > > > > >> --
> > > > > >> WBR
> > > > > >> Maxim aka solomax
> > > > > >
> > > > > > --
> > > > > > This message has been scanned for viruses and
> > > > > > dangerous content by MailScanner, and is
> > > > > > believed to be clean.
> > > > >
> > > > > Stephen Cottham
> > > > > Group IT Manager (Associate)
> > > > >
> > > > > Robert Bird Group
> > > > > Level 5, 333 Ann St
> > > > > Brisbane, Queensland, 4000, Australia
> > > > > Phone: +6173 319 2777 (AUS)
> > > > > Phone: +44207 592 8000 (UK)
> > > > > Fax: +6173 319 2799
> > > > >
> > > > > Mobile:  +61400 756 963 (AUS)
> > > > > Mobile: +447900 918 616 (UK)
> > > > > Web: www.robertbird.com
> > > > >
> > > > >
> > > > > This email and any attachments are confidential and may contain
> >
> > legally
> >
> > > > > privileged information or copyright material. Unless expressly
> >
> > stated,
> >
> > > > > confidentiality and/or legal privilege is not intended to be waived
> >
> > by
> >
> > > > the
> > > >
> > > > > sending of this email. The contents of this email, including any
> > > > > attachments, are intended solely for the use of the individual or
> > > > > entity
> > > >
> > > > to
> > > >
> > > > > whom they are addressed. If you are not an intended recipient,
> > > > > please contact us immediately by return email and then delete both
> > > > > messages. You may not otherwise read, forward, copy, use or
> > > > > disclose this email or any attachments. Any views expressed in this
> > > > > email are those of
> >
> > the
> >
> > > > individual
> > > >
> > > > > sender except where the sender expressly, and with authority,
> > > > > states otherwise. It is your responsibility to check any
> > > > > attachments for viruses or defects before opening or sending them
> > > > > on. None of the sender or its related entities accepts any
> > > > > liability for any consequential damage resulting from this email
> > > > > containing computer viruses.
> > > > >
> > > > > Disclaimer added by CodeTwo Exchange Rules
> > > > > http://www.codetwo.com
> > > > >
> > > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> >
> > LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5kLzI4M
> >
> > > >DA
> > > >
> > > > >u
> >
> > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5lc
> >
> > > >mF
> > > >
> > > > >0
> >
> > ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4+PiBWY
> >
> > > >Wx
> > > >
> > > > >1
> >
> > ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXNzUERGD
> >
> > > >Qo
> > > >
> > > > >+
> >
> > Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXhpdFZhb
> >
> > > >HV
> > > >
> > > > >l
> >
> > DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4gVmFsd
> >
> > > >WU
> > > >
> > > > >6
> >
> > IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHkyYml0b
> >
> > > >WF
> > > >
> > > > >w
> >
> > LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4gODUsI
> >
> > > >C1
> > > >
> > > > >z
> >
> > LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL
> >
> > > >3d
> > > >
> > > > >l
> >
> > YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANC
> >
> > > >j4
> > > >
> > > > >+
> >
> > Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2M
> >
> > > >WE
> > > >
> > > > >u
> >
> > cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3Blbm1lZ
> >
> > > >XR
> > > >
> > > > >p
> >
> > bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg0Y2JjM
> >
> > > >mE
> > > >
> > > > >5
> >
> > YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1lOg0KP
> >
> > > >j4
> > > >
> > > > >+
> >
> > Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4ndCBvc
> >
> > > >GV
> > > >
> > > > >u
> >
> > DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3Mvd2ViY
> >
> > > >XB
> > > >
> > > > >w
> >
> > cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo+Pj4+P
> >
> > > >j4
> > > >
> > > > >+
> >
> > IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTYxYS5wZ
> >
> > > >GY
> > > >
> > > > >n
> >
> > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5lc
> >
> > > >mF
> > > >
> > > > >0
> >
> > ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGNvdWxkb
> >
> > > >id
> > > >
> > > > >0
> >
> > IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiANCj4+P
> >
> > > >j4
> > > >
> > > > >+
> >
> > IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWlzc2lvb
> >
> > > >nM
> > > >
> > > > >u
> >
> > ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4+IA0KP
> >
> > > >j4
> > > >
> > > > >+
> >
> > IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXNvbHZlI
> >
> > > >HR
> > > >
> > > > >o
> >
> > aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4gDQo+P
> >
> > > >j4
> > > >
> > > > >+
> >
> > Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWVzc2FnZ
> >
> > > >SB
> > > >
> > > > >o
> >
> > YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXMgY29ud
> >
> > > >GV
> > > >
> > > > >u
> >
> > dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuL
> >
> > > >g0
> > > >
> > > > >K
> >
> > Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZ
> >
> > > >m9
> > > >
> > > > >y
> >
> > IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5lciwgY
> >
> > > >W5
> > > >
> > > > >k
> >
> > IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo+Pj4+I
> >
> > > >Fd
> > > >
> > > > >C
> >
> > Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyBtZXNzY
> >
> > > >Wd
> > > >
> > > > >l
> >
> > IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGNvbnRlb
> >
> > > >nQ
> > > >
> > > > >g
> >
> > YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0KPj4gD
> >
> > > >Qo
> > > >
> > > > >+
> >
> > PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiAtLSANC
> >
> > > >j4
> > > >
> > > > >g
> >
> > VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGRhbmdlc
> >
> > > >m9
> > > >
> > > > >1
> >
> > cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmUgY2xlY
> >
> > > >W4
> > > >
> > > > >u DQo+IA0K
> > > >
> > > > --
> > > > This message has been scanned for viruses and
> > > > dangerous content by MailScanner, and is
> > > > believed to be clean.
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
>
> --
> WBR
> Maxim aka solomax



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: File upload troubles

Posted by Maxim Solodovnik <so...@gmail.com>.
what is the output of

*yum groupinstall* "*Office* Suite and Productivity"

yum install openoffice.org-headless

what is the output of (to ensure it is not file/permission problem)
tail "FAX COVER SHEET.doc"

can you check there is no office processes running?
ps -ef|grep office

On Tue, Jul 31, 2012 at 2:39 AM, Dimitri Yioulos <dy...@onpointfc.com>wrote:

> Maxim,
>
> Followed the instructions in the link you provided, and now:
>
> [root@openmeetings ~]# java -version
> java version "1.7.0_05"
> Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
> Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode, sharing)
>
> As you can see, I just upgraded the Java installation to the very latest
> from
> Oracle.  However, I still get:
>
> Exception in thread "main"
> org.artofsolving.jodconverter.office.OfficeException:
> could not load document: FAX COVER SHEET.doc
> ~
> Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to be an
> unsupported one.
> ~
>
> I think I'm infuriatingly close to getting this to work.  Your (and others)
> continuing assistance much appreciated.
>
> Dimitri
>
>
> On Monday 30 July 2012 3:17:49 pm Maxim Solodovnik wrote:
> > please follow the link I have sent you
> > you need to install alternative _before_ you can configure it
> >
> > On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos
> <dy...@onpointfc.com>wrote:
> > > Thanks, Stephen.  Here's what I get:
> > >
> > > [root@openmeetings ~]# alternatives --config java
> > >
> > > There is 1 program that provides 'java'.
> > >
> > >   Selection    Command
> > > -----------------------------------------------
> > > *+ 1           /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> > >
> > > Enter to keep the current selection[+], or type selection number:
> > >
> > > Oh, oh.  I don't even see the Oracle version.  But, I installed the
> JRE,
> > > not the
> > > JDK.  Might that be the rub?
> > >
> > > Dimitri
> > >
> > > On Monday 30 July 2012 3:03:57 pm Stephen Cottham wrote:
> > > > For java try
> > > >
> > > > update-java-alternatives
> > > >
> > > > Or
> > > >
> > > > alternatives --config java
> > > >
> > > > Should show you all java's installed and allow you to change the
> > > > default.
> > > >
> > > > Sent from my iPhone
> > > >
> > > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos" <dy...@onpointfc.com>
> > >
> > > wrote:
> > > > > Maxim,
> > > > >
> > > > > I'm not quite sure how to proceed.  First, I just installed parts
> of
> > > > > libreoffice:
> > > > >
> > > > > libreoffice-headless-3.4.5.2-16.el6.i686
> > > > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > > >
> > > > > Should I do a "yum groupinstall libreoffice"?
> > > > >
> > > > > Next, I'm not sure how to open my doc.  This is a server install
> and,
> > >
> > > so,
> > >
> > > > > there is no Xwindow/desktop system installed.
> > > > >
> > > > > Finally, how do I get the Oracle java to be the default?  I do have
> > > > > the following in /etc/profile so that the proper java be loaded at
> > > > > boot (I think):
> > > > >
> > > > > export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > > >
> > > > > Dimitri
> > > > >
> > > > > On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik wrote:
> > > > >> Yes you could :)
> > > > >> According to this:
> > >
> > >
> http://stackoverflow.com/questions/8420449/docsplit-jodconverter-openoff
> > >
> > > > >>ice -issue-on-debian
> > > > >>
> > > > >> can you ensure you have writer/calc/impress installed (by opening
> > > > >> your doc for example)
> > > > >>
> > > > >> were you install your libreoffice via yum groupinstall?
> > > > >>
> > > > >> I would recommend you to have Oracle java as default one
> > > > >> There are some weird issued with  OpenJDK.
> > > > >>
> > > > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos
> > > > >
> > > > > <dy...@onpointfc.com>wrote:
> > > > >>> Let me take the easy part first:
> > > > >>>
> > > > >>> [root@openmeetings ~]# java -version
> > > > >>> java version "1.7.0_05-icedtea"
> > > > >>> OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
> > > > >>> OpenJDK Client VM (build 23.0-b21, mixed mode)
> > > > >>>
> > > > >>> Now, the thing of it is, even though I installed the Sun/Oracle
> > > > >>> version, when I
> > > > >>> installed some other component (libreoffice, I think, but I
> forget
> > > > >>> exactly what), a dependency that was installed was OpenJDK.
>  Hmmm.
> > > > >>>
> > > > >>> I tried to do the following conversion at the command line:
> > > > >>>
> > > > >>> java -jar
> > >
> > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > >
> > > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > > >>>
> > > > >>> It failed.  I got:
> > > > >>>
> > > > >>> Exception in thread "main"
> > > > >>> org.artofsolving.jodconverter.office.OfficeException:
> > > > >>> could not load document: FAX COVER SHEET.doc
> > > > >>> ~
> > > > >>> Caused by: com.sun.star.lang.IllegalArgumentException: URL seems
> to
> > >
> > > be
> > >
> > > > >>> an unsupported one.
> > > > >>> ~
> > > > >>>
> > > > >>> I can convert MS Word docs, can't I?
> > > > >>>
> > > > >>> Dimitri
> > > > >>>
> > > > >>> On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik wrote:
> > > > >>>> Please try to stop it and run jod converter via commandline (jod
> > > > >>>
> > > > >>> converter
> > > > >>>
> > > > >>>> will start libreoffice automatically)
> > > > >>>> also please check your java version?
> > > > >>>>
> > > > >>>>
> > > > >>>> java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> > > > >>>> -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > > > >>>> -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > > > >>>> -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> > > > >>>> -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar -cp
> > > > >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > > >>>> -cp /usr/local/jodconverter/lib/json-20090211.jar
> > > > >>>> -cp /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > >>>> -jar
> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> > >
> > > > >>>b1 78
> > > > >>>
> > > > >>>> 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc 1a.pdf
> > > > >>>>
> > > > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> > > > >>>
> > > > >>> <dy...@onpointfc.com>wrote:
> > > > >>>>> Thanks to both Maxim and Alexsei for your responses.  CentOS
> 6.x
> > > > >>>>> (and,
> > > > >>>
> > > > >>> by
> > > > >>>
> > > > >>>>> extension, I'd guess, RHEL 6.x) no longer use openoffice but,
> > >
> > > rather,
> > >
> > > > >>>>> libreoffice.  libreoffice-headless is installed, and is running
> > > > >>>>> as
> > >
> > > a
> > >
> > > > >>>>> service:
> > > > >>>>>
> > > > >>>>> tcp        0      0 127.0.0.1:8100              0.0.0.0:*
> > > > >>>>> LISTEN      13514/soffice.bin
> > > > >>>>>
> > > > >>>>> started with:
> > > > >>>>>
> > > > >>>>> soffice --headless
> > > > >>>>> --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > >>>>> --nofirststartwizard
> > > > >>>>>
> > > > >>>>> Dimitri
> > > > >>>>>
> > > > >>>>> On Monday 30 July 2012 2:08:17 pm Alexei Fedotov wrote:
> > > > >>>>>> It says, URL seems to be unsupported.
> > > > >>>>>>
> > > > >>>>>> The class which produces it is under com.sun, so the problem
> may
> > >
> > > be
> > >
> > > > >>> in
> > > > >>>
> > > > >>>>> the
> > > > >>>>>
> > > > >>>>>> old OpenOffice version
> > > > >>>>>> 30.07.2012 21:54 пользователь "Dimitri Yioulos"
> > > > >>>>>> <dy...@onpointfc.com>
> > > > >>>>>>
> > > > >>>>>> написал:
> > > > >>>>>>> Hello to all.
> > > > >>>>>>>
> > > > >>>>>>> I'm not new to Openmeetings, having originally installed and
> > > > >>>>>>> tried
> > > > >>>
> > > > >>> it
> > > > >>>
> > > > >>>>> at
> > > > >>>>>
> > > > >>>>>>> least a
> > > > >>>>>>> couple of years ago.  Thanks to Sabastian Wgner for having
> > > > >>>>>>> created it, and to
> > > > >>>>>>> Apache for taking the project forward.
> > > > >>>>>>>
> > > > >>>>>>> I've installed version 2.0.0 on a CentOS 6.2 server.  All of
> > > > >>>>>>> the prerequisites
> > > > >>>>>>> are installed, and Openmeetings works well.  With the
> exception
> > > > >>>>>>> of file uploading, that is.  After figuring out the paths of
> > > > >>>>>>> the
> > > > >>>
> > > > >>> various
> > > > >>>
> > > > >>>>>>> components required to make file uploading work, I'm finally
> at
> > > > >>>>>>> a point where I'm stuck.
> > > > >>>>>>> When I try to upload a file, I get the following (it's
> verbose;
> > > > >>>>>>> I apologize):
> > > > >>>>>>>
> > > > >>>>>>> Name: out
> > > > >>>>>>> Value:
> > > > >>>>>>> Name: exitValue
> > > > >>>>>>> Value: 1
> > > > >>>>>>> Name: command
> > > > >>>>>>> Value:
> > > > >>>>>>> [java, -cp, /usr/local/jodconverter/lib/juh-3.2.1.jar, -cp,
> > > > >>>>>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
> > > > >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
> > > > >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
> > > > >>>>>>> /usr/local/jodconverter/lib/commons-cli-1.1.jar, -cp,
> > > > >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar, -cp,
> > > > >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar, -cp,
> > > > >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar,
> > > > >>>>>>> -jar,
> > > > >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e
> > >
> > > > >>>94
> > > > >>>
> > > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> > >
> > > > >>>b1
> > > > >>>
> > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf] Name:
> > > > >>>>>>> error Value: Jul 30, 2012 1:18:25 PM
> > > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > > > >>>>>>> INFO: ProcessManager implementation is LinuxProcessManager
> > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start
> > > > >>>>>>> INFO: starting process with
> > > > >>>>>>> acceptString 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> and
> > > > >>>>>>> profileDir
> '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start
> > > > >>>>>>> INFO: started process; pid = 13986
> > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection
> > > > >>>>>>> connect
> > > > >>>>>>> INFO: connected:
> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > > > >>>>>>> stop INFO: stopping
> > > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection$1
> > > > >>>>>>> disposing
> > > > >>>>>>> INFO: disconnected:
> > > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' Jul 30, 2012
> > > > >>>>>>> 1:18:27 PM
> > > > >>>>>>> org.artofsolving.jodconverter.office.ManagedOfficeProcess
> > > > >>>>>>> doEnsureProcessExited
> > > > >>>>>>> INFO: process exited with code 0
> > > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > > > >>>>>>> stop INFO: stopped
> > > > >>>>>>> Exception in thread "main"
> > > > >>>>>>> org.artofsolving.jodconverter.office.OfficeException:
> > > > >>>>>>> could not load document: 5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > > >>>>>>>        at
> > >
> > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstr
> > >
> > > > >>>ac
> > > > >>>
> > > > >>>>>>> tConversionTask.java:92) at
> > >
> > > org.artofsolving.jodconverter.AbstractConversionTask.execute(AbstractCo
> > >
> > > > >>>nv
> > > > >>>
> > > > >>>>>>> ersionTask.java:59) at
> > >
> > > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(PooledOf
> > >
> > > > >>>fi
> > > > >>>
> > > > >>>>>>> ceManager.java:80) at
> > > > >>>
> > > > >>>
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > > >>>47
> > > > >>>
> > > > >>>>>>> 1) at
> > > > >>>>>>>
> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> > > > >>>>>>>34 ) at
> java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > > > >>>>>>> at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.ja
> > >
> > > > >>>va
> > > > >>>
> > > > >>>>>>> :1110) at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.j
> > >
> > > > >>>av
> > > > >>>
> > > > >>>>>>> a:603) at java.lang.Thread.run(Thread.java:722)
> > > > >>>>>>> Caused by: com.sun.star.lang.IllegalArgumentException: URL
> > > > >>>>>>> seems to be
> > > > >>>>>
> > > > >>>>> an
> > > > >>>>>
> > > > >>>>>>> unsupported one.
> > > > >>>>>>>        at
> > >
> > > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedExce
> > >
> > > > >>>pt
> > > > >>>
> > > > >>>>>>> ion(Job.java:177) at
> > > > >>>>>>>
> com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> > > > >>>>>>>43 ) at
> > >
> > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:3
> > >
> > > > >>>35
> > > > >>>
> > > > >>>>>>> ) at
> > >
> > > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:3
> > >
> > > > >>>04
> > > > >>>
> > > > >>>>>>> ) at
> > >
> > > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThrea
> > >
> > > > >>>dP
> > > > >>>
> > > > >>>>>>> ool.java:91) at
> > >
> > > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest
> > >
> > > > >>>(j
> > > > >>>
> > > > >>>>>>> ava_remote_bridge.java:639) at
> > >
> > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(P
> > >
> > > > >>>ro
> > > > >>>
> > > > >>>>>>> xyFactory.java:151) at
> > >
> > > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(Pr
> > >
> > > > >>>ox
> > > > >>>
> > > > >>>>>>> yFactory.java:133) at $Proxy4.loadComponentFromURL(Unknown
> > >
> > > Source)
> > >
> > > > >>>>>>>        at
> > >
> > > org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstr
> > >
> > > > >>>ac
> > > > >>>
> > > > >>>>>>> tConversionTask.java:90) ... 8 more
> > > > >>>>>>>
> > > > >>>>>>> Name: process
> > > > >>>>>>> Value: doJodConvert
> > > > >>>>>>> Name: exitValue
> > > > >>>>>>> Value: 0
> > > > >>>>>>> Name: command
> > > > >>>>>>> Value:
> > > > >>>>>>> Name: completeName
> > > > >>>>>>> Value:
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e
> > >
> > > > >>>94
> > > > >>>
> > > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > > >>>>>>> Value:
> > > > >>>>>>> Name: fileExplorerItemId
> > > > >>>>>>> Value: 7
> > > > >>>>>>> Name: process
> > > > >>>>>>> Value:
> > > > >>>>>>> Name: exitValue
> > > > >>>>>>> Value: 0
> > > > >>>>>>> Name: process
> > > > >>>>>>> Value: generateXMLDocument
> > > > >>>>>>> Name: out
> > > > >>>>>>> Value:
> > > > >>>>>>> Name: exitValue
> > > > >>>>>>> Value: 1
> > > > >>>>>>> Name: command
> > > > >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> > > > >>>>>>> 80,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> > >
> > > > >>>b1
> > > > >>>
> > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> > >
> > > > >>>b1
> > > > >>>
> > > > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name: error
> > > > >>>>>>> Value: convert: unable to open image
> > >
> > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e
> > >
> > > > >>>7b
> > > > >>>
> > > > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf': No
> > > > >>>>>>> such
> > > > >>>
> > > > >>> file
> > > > >>>
> > > > >>>>> or
> > > > >>>>>
> > > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > > >>>>>>> convert: missing an image filename
> > >
> > > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e
> > >
> > > > >>>7b
> > > > >>>
> > > > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > > > >>>>>>> convert.c/ConvertImageCommand/2800.
> > > > >>>>>>>
> > > > >>>>>>> Name: process
> > > > >>>>>>> Value: generateBatchThumbByWidth
> > > > >>>>>>> Name: exitValue
> > > > >>>>>>> Value: 0
> > > > >>>>>>> Name: process
> > > > >>>>>>> Value: processPDF
> > > > >>>>>>> Name: out
> > > > >>>>>>> Value:
> > > > >>>>>>> Name: exitValue
> > > > >>>>>>> Value: 1
> > > > >>>>>>> Name: command
> > > > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> > > > >>>>>>> poly2bitmap,
> > > > >>>
> > > > >>> -i,
> > > > >>>
> > > > >>>>> -j,
> > > > >>>>>
> > > > >>>>>>> 85, -s,
> > > > >>>>>>> zoom=72,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> > >
> > > > >>>b1
> > > > >>>
> > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > >
> > > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> > >
> > > > >>>b1
> > > > >>>
> > > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.swf] Name:
> > > > >>>>>>> error
> > > > >>>>>>>
> > > > >>>>>>> Value: Error: Couldn't open
> > > > >>>>>>> file
> > >
> > > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e
> > >
> > > > >>>7b
> > > > >>>
> > > > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf'
> > > > >>>>>>>
> > > > >>>>>>> Name: process
> > > > >>>>>>> Value: generateSwf
> > > > >>>>>>>
> > > > >>>>>>> So, it looks like a file couldn't be opened.  The file is
> owner
> > > > >>>>>>> by
> > > > >>>>>
> > > > >>>>> root,
> > > > >>>>>
> > > > >>>>>>> and has
> > > > >>>>>>> 644 permissions.  Are these set by jodconverter?  Anyway,
> does
> > > > >>>
> > > > >>> anyone
> > > > >>>
> > > > >>>>>>> know how
> > > > >>>>>>> I can resolve this issue?
> > > > >>>>>>>
> > > > >>>>>>> Many thanks.
> > > > >>>>>>>
> > > > >>>>>>> Dimitri
> > > > >>>>>>>
> > > > >>>>>>> --
> > > > >>>>>>> This message has been scanned for viruses and
> > > > >>>>>>> dangerous content by MailScanner, and is
> > > > >>>>>>> believed to be clean.
> > > > >>>>>
> > > > >>>>> --
> > > > >>>>> This message has been scanned for viruses and
> > > > >>>>> dangerous content by MailScanner, and is
> > > > >>>>> believed to be clean.
> > > > >>>>
> > > > >>>> --
> > > > >>>> WBR
> > > > >>>> Maxim aka solomax
> > > > >>>
> > > > >>> --
> > > > >>> This message has been scanned for viruses and
> > > > >>> dangerous content by MailScanner, and is
> > > > >>> believed to be clean.
> > > > >>
> > > > >> --
> > > > >> WBR
> > > > >> Maxim aka solomax
> > > > >
> > > > > --
> > > > > This message has been scanned for viruses and
> > > > > dangerous content by MailScanner, and is
> > > > > believed to be clean.
> > > >
> > > > Stephen Cottham
> > > > Group IT Manager (Associate)
> > > >
> > > > Robert Bird Group
> > > > Level 5, 333 Ann St
> > > > Brisbane, Queensland, 4000, Australia
> > > > Phone: +6173 319 2777 (AUS)
> > > > Phone: +44207 592 8000 (UK)
> > > > Fax: +6173 319 2799
> > > >
> > > > Mobile:  +61400 756 963 (AUS)
> > > > Mobile: +447900 918 616 (UK)
> > > > Web: www.robertbird.com
> > > >
> > > >
> > > > This email and any attachments are confidential and may contain
> legally
> > > > privileged information or copyright material. Unless expressly
> stated,
> > > > confidentiality and/or legal privilege is not intended to be waived
> by
> > >
> > > the
> > >
> > > > sending of this email. The contents of this email, including any
> > > > attachments, are intended solely for the use of the individual or
> > > > entity
> > >
> > > to
> > >
> > > > whom they are addressed. If you are not an intended recipient, please
> > > > contact us immediately by return email and then delete both messages.
> > > > You may not otherwise read, forward, copy, use or disclose this email
> > > > or any attachments. Any views expressed in this email are those of
> the
> > >
> > > individual
> > >
> > > > sender except where the sender expressly, and with authority, states
> > > > otherwise. It is your responsibility to check any attachments for
> > > > viruses or defects before opening or sending them on. None of the
> > > > sender or its related entities accepts any liability for any
> > > > consequential damage resulting from this email containing computer
> > > > viruses.
> > > >
> > > > Disclaimer added by CodeTwo Exchange Rules
> > > > http://www.codetwo.com
> > > >
> > > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> > >
> > >
> LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5kLzI4M
> > >DA
> > >
> > > >u
> > >
> > >
> DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5lc
> > >mF
> > >
> > > >0
> > >
> > >
> ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4+PiBWY
> > >Wx
> > >
> > > >1
> > >
> > >
> ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXNzUERGD
> > >Qo
> > >
> > > >+
> > >
> > >
> Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXhpdFZhb
> > >HV
> > >
> > > >l
> > >
> > >
> DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4gVmFsd
> > >WU
> > >
> > > >6
> > >
> > >
> IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHkyYml0b
> > >WF
> > >
> > > >w
> > >
> > >
> LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4gODUsI
> > >C1
> > >
> > > >z
> > >
> > >
> LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL
> > >3d
> > >
> > > >l
> > >
> > >
> YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANC
> > >j4
> > >
> > > >+
> > >
> > >
> Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2M
> > >WE
> > >
> > > >u
> > >
> > >
> cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3Blbm1lZ
> > >XR
> > >
> > > >p
> > >
> > >
> bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg0Y2JjM
> > >mE
> > >
> > > >5
> > >
> > >
> YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1lOg0KP
> > >j4
> > >
> > > >+
> > >
> > >
> Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4ndCBvc
> > >GV
> > >
> > > >u
> > >
> > >
> DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3Mvd2ViY
> > >XB
> > >
> > > >w
> > >
> > >
> cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo+Pj4+P
> > >j4
> > >
> > > >+
> > >
> > >
> IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTYxYS5wZ
> > >GY
> > >
> > > >n
> > >
> > >
> DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5lc
> > >mF
> > >
> > > >0
> > >
> > >
> ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGNvdWxkb
> > >id
> > >
> > > >0
> > >
> > >
> IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiANCj4+P
> > >j4
> > >
> > > >+
> > >
> > >
> IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWlzc2lvb
> > >nM
> > >
> > > >u
> > >
> > >
> ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4+IA0KP
> > >j4
> > >
> > > >+
> > >
> > >
> IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXNvbHZlI
> > >HR
> > >
> > > >o
> > >
> > >
> aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4gDQo+P
> > >j4
> > >
> > > >+
> > >
> > >
> Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWVzc2FnZ
> > >SB
> > >
> > > >o
> > >
> > >
> YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXMgY29ud
> > >GV
> > >
> > > >u
> > >
> > >
> dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuL
> > >g0
> > >
> > > >K
> > >
> > >
> Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZ
> > >m9
> > >
> > > >y
> > >
> > >
> IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5lciwgY
> > >W5
> > >
> > > >k
> > >
> > >
> IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo+Pj4+I
> > >Fd
> > >
> > > >C
> > >
> > >
> Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyBtZXNzY
> > >Wd
> > >
> > > >l
> > >
> > >
> IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGNvbnRlb
> > >nQ
> > >
> > > >g
> > >
> > >
> YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0KPj4gD
> > >Qo
> > >
> > > >+
> > >
> > >
> PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiAtLSANC
> > >j4
> > >
> > > >g
> > >
> > >
> VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGRhbmdlc
> > >m9
> > >
> > > >1
> > >
> > >
> cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmUgY2xlY
> > >W4
> > >
> > > >u DQo+IA0K
> > >
> > > --
> > > This message has been scanned for viruses and
> > > dangerous content by MailScanner, and is
> > > believed to be clean.
> >
> > --
> > WBR
> > Maxim aka solomax
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>


-- 
WBR
Maxim aka solomax

Re: File upload troubles

Posted by Dimitri Yioulos <dy...@onpointfc.com>.
Maxim,

Followed the instructions in the link you provided, and now:

[root@openmeetings ~]# java -version
java version "1.7.0_05"
Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode, sharing)

As you can see, I just upgraded the Java installation to the very latest from 
Oracle.  However, I still get:

Exception in thread "main" org.artofsolving.jodconverter.office.OfficeException: 
could not load document: FAX COVER SHEET.doc
~
Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to be an 
unsupported one.
~

I think I'm infuriatingly close to getting this to work.  Your (and others) 
continuing assistance much appreciated.

Dimitri


On Monday 30 July 2012 3:17:49 pm Maxim Solodovnik wrote:
> please follow the link I have sent you
> you need to install alternative _before_ you can configure it
>
> On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos 
<dy...@onpointfc.com>wrote:
> > Thanks, Stephen.  Here's what I get:
> >
> > [root@openmeetings ~]# alternatives --config java
> >
> > There is 1 program that provides 'java'.
> >
> >   Selection    Command
> > -----------------------------------------------
> > *+ 1           /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
> >
> > Enter to keep the current selection[+], or type selection number:
> >
> > Oh, oh.  I don't even see the Oracle version.  But, I installed the JRE,
> > not the
> > JDK.  Might that be the rub?
> >
> > Dimitri
> >
> > On Monday 30 July 2012 3:03:57 pm Stephen Cottham wrote:
> > > For java try
> > >
> > > update-java-alternatives
> > >
> > > Or
> > >
> > > alternatives --config java
> > >
> > > Should show you all java's installed and allow you to change the
> > > default.
> > >
> > > Sent from my iPhone
> > >
> > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos" <dy...@onpointfc.com>
> >
> > wrote:
> > > > Maxim,
> > > >
> > > > I'm not quite sure how to proceed.  First, I just installed parts of
> > > > libreoffice:
> > > >
> > > > libreoffice-headless-3.4.5.2-16.el6.i686
> > > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > > libreoffice-core-3.4.5.2-16.el6.i686
> > > >
> > > > Should I do a "yum groupinstall libreoffice"?
> > > >
> > > > Next, I'm not sure how to open my doc.  This is a server install and,
> >
> > so,
> >
> > > > there is no Xwindow/desktop system installed.
> > > >
> > > > Finally, how do I get the Oracle java to be the default?  I do have
> > > > the following in /etc/profile so that the proper java be loaded at
> > > > boot (I think):
> > > >
> > > > export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > > >
> > > > Dimitri
> > > >
> > > > On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik wrote:
> > > >> Yes you could :)
> > > >> According to this:
> >
> > http://stackoverflow.com/questions/8420449/docsplit-jodconverter-openoff
> >
> > > >>ice -issue-on-debian
> > > >>
> > > >> can you ensure you have writer/calc/impress installed (by opening
> > > >> your doc for example)
> > > >>
> > > >> were you install your libreoffice via yum groupinstall?
> > > >>
> > > >> I would recommend you to have Oracle java as default one
> > > >> There are some weird issued with  OpenJDK.
> > > >>
> > > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos
> > > >
> > > > <dy...@onpointfc.com>wrote:
> > > >>> Let me take the easy part first:
> > > >>>
> > > >>> [root@openmeetings ~]# java -version
> > > >>> java version "1.7.0_05-icedtea"
> > > >>> OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
> > > >>> OpenJDK Client VM (build 23.0-b21, mixed mode)
> > > >>>
> > > >>> Now, the thing of it is, even though I installed the Sun/Oracle
> > > >>> version, when I
> > > >>> installed some other component (libreoffice, I think, but I forget
> > > >>> exactly what), a dependency that was installed was OpenJDK.  Hmmm.
> > > >>>
> > > >>> I tried to do the following conversion at the command line:
> > > >>>
> > > >>> java -jar
> >
> > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> >
> > > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > > >>>
> > > >>> It failed.  I got:
> > > >>>
> > > >>> Exception in thread "main"
> > > >>> org.artofsolving.jodconverter.office.OfficeException:
> > > >>> could not load document: FAX COVER SHEET.doc
> > > >>> ~
> > > >>> Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to
> >
> > be
> >
> > > >>> an unsupported one.
> > > >>> ~
> > > >>>
> > > >>> I can convert MS Word docs, can't I?
> > > >>>
> > > >>> Dimitri
> > > >>>
> > > >>> On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik wrote:
> > > >>>> Please try to stop it and run jod converter via commandline (jod
> > > >>>
> > > >>> converter
> > > >>>
> > > >>>> will start libreoffice automatically)
> > > >>>> also please check your java version?
> > > >>>>
> > > >>>>
> > > >>>> java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> > > >>>> -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > > >>>> -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > > >>>> -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> > > >>>> -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar -cp
> > > >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > >>>> -cp /usr/local/jodconverter/lib/json-20090211.jar
> > > >>>> -cp /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > >>>> -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> >
> > > >>>b1 78
> > > >>>
> > > >>>> 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc 1a.pdf
> > > >>>>
> > > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> > > >>>
> > > >>> <dy...@onpointfc.com>wrote:
> > > >>>>> Thanks to both Maxim and Alexsei for your responses.  CentOS 6.x
> > > >>>>> (and,
> > > >>>
> > > >>> by
> > > >>>
> > > >>>>> extension, I'd guess, RHEL 6.x) no longer use openoffice but,
> >
> > rather,
> >
> > > >>>>> libreoffice.  libreoffice-headless is installed, and is running
> > > >>>>> as
> >
> > a
> >
> > > >>>>> service:
> > > >>>>>
> > > >>>>> tcp        0      0 127.0.0.1:8100              0.0.0.0:*
> > > >>>>> LISTEN      13514/soffice.bin
> > > >>>>>
> > > >>>>> started with:
> > > >>>>>
> > > >>>>> soffice --headless
> > > >>>>> --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > >>>>> --nofirststartwizard
> > > >>>>>
> > > >>>>> Dimitri
> > > >>>>>
> > > >>>>> On Monday 30 July 2012 2:08:17 pm Alexei Fedotov wrote:
> > > >>>>>> It says, URL seems to be unsupported.
> > > >>>>>>
> > > >>>>>> The class which produces it is under com.sun, so the problem may
> >
> > be
> >
> > > >>> in
> > > >>>
> > > >>>>> the
> > > >>>>>
> > > >>>>>> old OpenOffice version
> > > >>>>>> 30.07.2012 21:54 пользователь "Dimitri Yioulos"
> > > >>>>>> <dy...@onpointfc.com>
> > > >>>>>>
> > > >>>>>> написал:
> > > >>>>>>> Hello to all.
> > > >>>>>>>
> > > >>>>>>> I'm not new to Openmeetings, having originally installed and
> > > >>>>>>> tried
> > > >>>
> > > >>> it
> > > >>>
> > > >>>>> at
> > > >>>>>
> > > >>>>>>> least a
> > > >>>>>>> couple of years ago.  Thanks to Sabastian Wgner for having
> > > >>>>>>> created it, and to
> > > >>>>>>> Apache for taking the project forward.
> > > >>>>>>>
> > > >>>>>>> I've installed version 2.0.0 on a CentOS 6.2 server.  All of
> > > >>>>>>> the prerequisites
> > > >>>>>>> are installed, and Openmeetings works well.  With the exception
> > > >>>>>>> of file uploading, that is.  After figuring out the paths of
> > > >>>>>>> the
> > > >>>
> > > >>> various
> > > >>>
> > > >>>>>>> components required to make file uploading work, I'm finally at
> > > >>>>>>> a point where I'm stuck.
> > > >>>>>>> When I try to upload a file, I get the following (it's verbose;
> > > >>>>>>> I apologize):
> > > >>>>>>>
> > > >>>>>>> Name: out
> > > >>>>>>> Value:
> > > >>>>>>> Name: exitValue
> > > >>>>>>> Value: 1
> > > >>>>>>> Name: command
> > > >>>>>>> Value:
> > > >>>>>>> [java, -cp, /usr/local/jodconverter/lib/juh-3.2.1.jar, -cp,
> > > >>>>>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
> > > >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
> > > >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
> > > >>>>>>> /usr/local/jodconverter/lib/commons-cli-1.1.jar, -cp,
> > > >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar, -cp,
> > > >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar, -cp,
> > > >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar,
> > > >>>>>>> -jar,
> > > >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar,
> >
> > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e
> >
> > > >>>94
> > > >>>
> > > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> >
> > > >>>b1
> > > >>>
> > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf] Name:
> > > >>>>>>> error Value: Jul 30, 2012 1:18:25 PM
> > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > > >>>>>>> INFO: ProcessManager implementation is LinuxProcessManager
> > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start
> > > >>>>>>> INFO: starting process with
> > > >>>>>>> acceptString 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and
> > > >>>>>>> profileDir '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start
> > > >>>>>>> INFO: started process; pid = 13986
> > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection
> > > >>>>>>> connect
> > > >>>>>>> INFO: connected: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > > >>>>>>> stop INFO: stopping
> > > >>>>>>> Jul 30, 2012 1:18:26 PM
> > > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection$1
> > > >>>>>>> disposing
> > > >>>>>>> INFO: disconnected:
> > > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' Jul 30, 2012
> > > >>>>>>> 1:18:27 PM
> > > >>>>>>> org.artofsolving.jodconverter.office.ManagedOfficeProcess
> > > >>>>>>> doEnsureProcessExited
> > > >>>>>>> INFO: process exited with code 0
> > > >>>>>>> Jul 30, 2012 1:18:27 PM
> > > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > > >>>>>>> stop INFO: stopped
> > > >>>>>>> Exception in thread "main"
> > > >>>>>>> org.artofsolving.jodconverter.office.OfficeException:
> > > >>>>>>> could not load document: 5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > >>>>>>>        at
> >
> > org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstr
> >
> > > >>>ac
> > > >>>
> > > >>>>>>> tConversionTask.java:92) at
> >
> > org.artofsolving.jodconverter.AbstractConversionTask.execute(AbstractCo
> >
> > > >>>nv
> > > >>>
> > > >>>>>>> ersionTask.java:59) at
> >
> > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(PooledOf
> >
> > > >>>fi
> > > >>>
> > > >>>>>>> ceManager.java:80) at
> > > >>>
> > > >>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> > > >>>47
> > > >>>
> > > >>>>>>> 1) at
> > > >>>>>>> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:3
> > > >>>>>>>34 ) at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > > >>>>>>> at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.ja
> >
> > > >>>va
> > > >>>
> > > >>>>>>> :1110) at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.j
> >
> > > >>>av
> > > >>>
> > > >>>>>>> a:603) at java.lang.Thread.run(Thread.java:722)
> > > >>>>>>> Caused by: com.sun.star.lang.IllegalArgumentException: URL
> > > >>>>>>> seems to be
> > > >>>>>
> > > >>>>> an
> > > >>>>>
> > > >>>>>>> unsupported one.
> > > >>>>>>>        at
> >
> > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedExce
> >
> > > >>>pt
> > > >>>
> > > >>>>>>> ion(Job.java:177) at
> > > >>>>>>> com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:1
> > > >>>>>>>43 ) at
> >
> > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:3
> >
> > > >>>35
> > > >>>
> > > >>>>>>> ) at
> >
> > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:3
> >
> > > >>>04
> > > >>>
> > > >>>>>>> ) at
> >
> > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThrea
> >
> > > >>>dP
> > > >>>
> > > >>>>>>> ool.java:91) at
> >
> > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest
> >
> > > >>>(j
> > > >>>
> > > >>>>>>> ava_remote_bridge.java:639) at
> >
> > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(P
> >
> > > >>>ro
> > > >>>
> > > >>>>>>> xyFactory.java:151) at
> >
> > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(Pr
> >
> > > >>>ox
> > > >>>
> > > >>>>>>> yFactory.java:133) at $Proxy4.loadComponentFromURL(Unknown
> >
> > Source)
> >
> > > >>>>>>>        at
> >
> > org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstr
> >
> > > >>>ac
> > > >>>
> > > >>>>>>> tConversionTask.java:90) ... 8 more
> > > >>>>>>>
> > > >>>>>>> Name: process
> > > >>>>>>> Value: doJodConvert
> > > >>>>>>> Name: exitValue
> > > >>>>>>> Value: 0
> > > >>>>>>> Name: command
> > > >>>>>>> Value:
> > > >>>>>>> Name: completeName
> > > >>>>>>> Value:
> >
> > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e
> >
> > > >>>94
> > > >>>
> > > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > > >>>>>>> Value:
> > > >>>>>>> Name: fileExplorerItemId
> > > >>>>>>> Value: 7
> > > >>>>>>> Name: process
> > > >>>>>>> Value:
> > > >>>>>>> Name: exitValue
> > > >>>>>>> Value: 0
> > > >>>>>>> Name: process
> > > >>>>>>> Value: generateXMLDocument
> > > >>>>>>> Name: out
> > > >>>>>>> Value:
> > > >>>>>>> Name: exitValue
> > > >>>>>>> Value: 1
> > > >>>>>>> Name: command
> > > >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> > > >>>>>>> 80,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> >
> > > >>>b1
> > > >>>
> > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> >
> > > >>>b1
> > > >>>
> > > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name: error
> > > >>>>>>> Value: convert: unable to open image
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e
> >
> > > >>>7b
> > > >>>
> > > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf': No
> > > >>>>>>> such
> > > >>>
> > > >>> file
> > > >>>
> > > >>>>> or
> > > >>>>>
> > > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > > >>>>>>> convert: missing an image filename
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e
> >
> > > >>>7b
> > > >>>
> > > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > > >>>>>>> convert.c/ConvertImageCommand/2800.
> > > >>>>>>>
> > > >>>>>>> Name: process
> > > >>>>>>> Value: generateBatchThumbByWidth
> > > >>>>>>> Name: exitValue
> > > >>>>>>> Value: 0
> > > >>>>>>> Name: process
> > > >>>>>>> Value: processPDF
> > > >>>>>>> Name: out
> > > >>>>>>> Value:
> > > >>>>>>> Name: exitValue
> > > >>>>>>> Value: 1
> > > >>>>>>> Name: command
> > > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> > > >>>>>>> poly2bitmap,
> > > >>>
> > > >>> -i,
> > > >>>
> > > >>>>> -j,
> > > >>>>>
> > > >>>>>>> 85, -s,
> > > >>>>>>> zoom=72,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> >
> > > >>>b1
> > > >>>
> > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> >
> > > >>>b1
> > > >>>
> > > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.swf] Name:
> > > >>>>>>> error
> > > >>>>>>>
> > > >>>>>>> Value: Error: Couldn't open
> > > >>>>>>> file
> >
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e
> >
> > > >>>7b
> > > >>>
> > > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf'
> > > >>>>>>>
> > > >>>>>>> Name: process
> > > >>>>>>> Value: generateSwf
> > > >>>>>>>
> > > >>>>>>> So, it looks like a file couldn't be opened.  The file is owner
> > > >>>>>>> by
> > > >>>>>
> > > >>>>> root,
> > > >>>>>
> > > >>>>>>> and has
> > > >>>>>>> 644 permissions.  Are these set by jodconverter?  Anyway, does
> > > >>>
> > > >>> anyone
> > > >>>
> > > >>>>>>> know how
> > > >>>>>>> I can resolve this issue?
> > > >>>>>>>
> > > >>>>>>> Many thanks.
> > > >>>>>>>
> > > >>>>>>> Dimitri
> > > >>>>>>>
> > > >>>>>>> --
> > > >>>>>>> This message has been scanned for viruses and
> > > >>>>>>> dangerous content by MailScanner, and is
> > > >>>>>>> believed to be clean.
> > > >>>>>
> > > >>>>> --
> > > >>>>> This message has been scanned for viruses and
> > > >>>>> dangerous content by MailScanner, and is
> > > >>>>> believed to be clean.
> > > >>>>
> > > >>>> --
> > > >>>> WBR
> > > >>>> Maxim aka solomax
> > > >>>
> > > >>> --
> > > >>> This message has been scanned for viruses and
> > > >>> dangerous content by MailScanner, and is
> > > >>> believed to be clean.
> > > >>
> > > >> --
> > > >> WBR
> > > >> Maxim aka solomax
> > > >
> > > > --
> > > > This message has been scanned for viruses and
> > > > dangerous content by MailScanner, and is
> > > > believed to be clean.
> > >
> > > Stephen Cottham
> > > Group IT Manager (Associate)
> > >
> > > Robert Bird Group
> > > Level 5, 333 Ann St
> > > Brisbane, Queensland, 4000, Australia
> > > Phone: +6173 319 2777 (AUS)
> > > Phone: +44207 592 8000 (UK)
> > > Fax: +6173 319 2799
> > >
> > > Mobile:  +61400 756 963 (AUS)
> > > Mobile: +447900 918 616 (UK)
> > > Web: www.robertbird.com
> > >
> > >
> > > This email and any attachments are confidential and may contain legally
> > > privileged information or copyright material. Unless expressly stated,
> > > confidentiality and/or legal privilege is not intended to be waived by
> >
> > the
> >
> > > sending of this email. The contents of this email, including any
> > > attachments, are intended solely for the use of the individual or
> > > entity
> >
> > to
> >
> > > whom they are addressed. If you are not an intended recipient, please
> > > contact us immediately by return email and then delete both messages.
> > > You may not otherwise read, forward, copy, use or disclose this email
> > > or any attachments. Any views expressed in this email are those of the
> >
> > individual
> >
> > > sender except where the sender expressly, and with authority, states
> > > otherwise. It is your responsibility to check any attachments for
> > > viruses or defects before opening or sending them on. None of the
> > > sender or its related entities accepts any liability for any
> > > consequential damage resulting from this email containing computer
> > > viruses.
> > >
> > > Disclaimer added by CodeTwo Exchange Rules
> > > http://www.codetwo.com
> > >
> > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> >
> > LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5kLzI4M
> >DA
> >
> > >u
> >
> > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5lc
> >mF
> >
> > >0
> >
> > ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4+PiBWY
> >Wx
> >
> > >1
> >
> > ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXNzUERGD
> >Qo
> >
> > >+
> >
> > Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXhpdFZhb
> >HV
> >
> > >l
> >
> > DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4gVmFsd
> >WU
> >
> > >6
> >
> > IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHkyYml0b
> >WF
> >
> > >w
> >
> > LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4gODUsI
> >C1
> >
> > >z
> >
> > LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL
> >3d
> >
> > >l
> >
> > YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANC
> >j4
> >
> > >+
> >
> > Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2M
> >WE
> >
> > >u
> >
> > cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3Blbm1lZ
> >XR
> >
> > >p
> >
> > bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg0Y2JjM
> >mE
> >
> > >5
> >
> > YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1lOg0KP
> >j4
> >
> > >+
> >
> > Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4ndCBvc
> >GV
> >
> > >u
> >
> > DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3Mvd2ViY
> >XB
> >
> > >w
> >
> > cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo+Pj4+P
> >j4
> >
> > >+
> >
> > IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTYxYS5wZ
> >GY
> >
> > >n
> >
> > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5lc
> >mF
> >
> > >0
> >
> > ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGNvdWxkb
> >id
> >
> > >0
> >
> > IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiANCj4+P
> >j4
> >
> > >+
> >
> > IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWlzc2lvb
> >nM
> >
> > >u
> >
> > ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4+IA0KP
> >j4
> >
> > >+
> >
> > IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXNvbHZlI
> >HR
> >
> > >o
> >
> > aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4gDQo+P
> >j4
> >
> > >+
> >
> > Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWVzc2FnZ
> >SB
> >
> > >o
> >
> > YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXMgY29ud
> >GV
> >
> > >u
> >
> > dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuL
> >g0
> >
> > >K
> >
> > Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZ
> >m9
> >
> > >y
> >
> > IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5lciwgY
> >W5
> >
> > >k
> >
> > IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo+Pj4+I
> >Fd
> >
> > >C
> >
> > Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyBtZXNzY
> >Wd
> >
> > >l
> >
> > IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGNvbnRlb
> >nQ
> >
> > >g
> >
> > YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0KPj4gD
> >Qo
> >
> > >+
> >
> > PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiAtLSANC
> >j4
> >
> > >g
> >
> > VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGRhbmdlc
> >m9
> >
> > >1
> >
> > cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmUgY2xlY
> >W4
> >
> > >u DQo+IA0K
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
>
> --
> WBR
> Maxim aka solomax



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: File upload troubles

Posted by Maxim Solodovnik <so...@gmail.com>.
please follow the link I have sent you
you need to install alternative _before_ you can configure it

On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos <dy...@onpointfc.com>wrote:

> Thanks, Stephen.  Here's what I get:
>
> [root@openmeetings ~]# alternatives --config java
>
> There is 1 program that provides 'java'.
>
>   Selection    Command
> -----------------------------------------------
> *+ 1           /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
>
> Enter to keep the current selection[+], or type selection number:
>
> Oh, oh.  I don't even see the Oracle version.  But, I installed the JRE,
> not the
> JDK.  Might that be the rub?
>
> Dimitri
>
>
> On Monday 30 July 2012 3:03:57 pm Stephen Cottham wrote:
> > For java try
> >
> > update-java-alternatives
> >
> > Or
> >
> > alternatives --config java
> >
> > Should show you all java's installed and allow you to change the default.
> >
> > Sent from my iPhone
> >
> > On 30 Jul 2012, at 19:58, "Dimitri Yioulos" <dy...@onpointfc.com>
> wrote:
> > > Maxim,
> > >
> > > I'm not quite sure how to proceed.  First, I just installed parts of
> > > libreoffice:
> > >
> > > libreoffice-headless-3.4.5.2-16.el6.i686
> > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > > libreoffice-ure-3.4.5.2-16.el6.i686
> > > libreoffice-core-3.4.5.2-16.el6.i686
> > >
> > > Should I do a "yum groupinstall libreoffice"?
> > >
> > > Next, I'm not sure how to open my doc.  This is a server install and,
> so,
> > > there is no Xwindow/desktop system installed.
> > >
> > > Finally, how do I get the Oracle java to be the default?  I do have the
> > > following in /etc/profile so that the proper java be loaded at boot (I
> > > think):
> > >
> > > export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> > >
> > > Dimitri
> > >
> > > On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik wrote:
> > >> Yes you could :)
> > >> According to this:
> > >>
> http://stackoverflow.com/questions/8420449/docsplit-jodconverter-openoff
> > >>ice -issue-on-debian
> > >>
> > >> can you ensure you have writer/calc/impress installed (by opening your
> > >> doc for example)
> > >>
> > >> were you install your libreoffice via yum groupinstall?
> > >>
> > >> I would recommend you to have Oracle java as default one
> > >> There are some weird issued with  OpenJDK.
> > >>
> > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos
> > >
> > > <dy...@onpointfc.com>wrote:
> > >>> Let me take the easy part first:
> > >>>
> > >>> [root@openmeetings ~]# java -version
> > >>> java version "1.7.0_05-icedtea"
> > >>> OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
> > >>> OpenJDK Client VM (build 23.0-b21, mixed mode)
> > >>>
> > >>> Now, the thing of it is, even though I installed the Sun/Oracle
> > >>> version, when I
> > >>> installed some other component (libreoffice, I think, but I forget
> > >>> exactly what), a dependency that was installed was OpenJDK.  Hmmm.
> > >>>
> > >>> I tried to do the following conversion at the command line:
> > >>>
> > >>> java -jar
> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > >>> "FAX COVER SHEET.doc" faxcover.pdf
> > >>>
> > >>> It failed.  I got:
> > >>>
> > >>> Exception in thread "main"
> > >>> org.artofsolving.jodconverter.office.OfficeException:
> > >>> could not load document: FAX COVER SHEET.doc
> > >>> ~
> > >>> Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to
> be
> > >>> an unsupported one.
> > >>> ~
> > >>>
> > >>> I can convert MS Word docs, can't I?
> > >>>
> > >>> Dimitri
> > >>>
> > >>> On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik wrote:
> > >>>> Please try to stop it and run jod converter via commandline (jod
> > >>>
> > >>> converter
> > >>>
> > >>>> will start libreoffice automatically)
> > >>>> also please check your java version?
> > >>>>
> > >>>>
> > >>>> java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> > >>>> -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > >>>> -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > >>>> -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> > >>>> -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar -cp
> > >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
> > >>>> -cp /usr/local/jodconverter/lib/json-20090211.jar
> > >>>> -cp /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > >>>> -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > >>>
> > >>>
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> > >>>b1 78
> > >>>
> > >>>> 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc 1a.pdf
> > >>>>
> > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> > >>>
> > >>> <dy...@onpointfc.com>wrote:
> > >>>>> Thanks to both Maxim and Alexsei for your responses.  CentOS 6.x
> > >>>>> (and,
> > >>>
> > >>> by
> > >>>
> > >>>>> extension, I'd guess, RHEL 6.x) no longer use openoffice but,
> rather,
> > >>>>> libreoffice.  libreoffice-headless is installed, and is running as
> a
> > >>>>> service:
> > >>>>>
> > >>>>> tcp        0      0 127.0.0.1:8100              0.0.0.0:*
> > >>>>> LISTEN      13514/soffice.bin
> > >>>>>
> > >>>>> started with:
> > >>>>>
> > >>>>> soffice --headless --accept="socket,host=127.0.0.1,port=8100;urp;"
> > >>>>> --nofirststartwizard
> > >>>>>
> > >>>>> Dimitri
> > >>>>>
> > >>>>> On Monday 30 July 2012 2:08:17 pm Alexei Fedotov wrote:
> > >>>>>> It says, URL seems to be unsupported.
> > >>>>>>
> > >>>>>> The class which produces it is under com.sun, so the problem may
> be
> > >>>
> > >>> in
> > >>>
> > >>>>> the
> > >>>>>
> > >>>>>> old OpenOffice version
> > >>>>>> 30.07.2012 21:54 пользователь "Dimitri Yioulos"
> > >>>>>> <dy...@onpointfc.com>
> > >>>>>>
> > >>>>>> написал:
> > >>>>>>> Hello to all.
> > >>>>>>>
> > >>>>>>> I'm not new to Openmeetings, having originally installed and
> > >>>>>>> tried
> > >>>
> > >>> it
> > >>>
> > >>>>> at
> > >>>>>
> > >>>>>>> least a
> > >>>>>>> couple of years ago.  Thanks to Sabastian Wgner for having
> > >>>>>>> created it, and to
> > >>>>>>> Apache for taking the project forward.
> > >>>>>>>
> > >>>>>>> I've installed version 2.0.0 on a CentOS 6.2 server.  All of the
> > >>>>>>> prerequisites
> > >>>>>>> are installed, and Openmeetings works well.  With the exception
> > >>>>>>> of file uploading, that is.  After figuring out the paths of the
> > >>>
> > >>> various
> > >>>
> > >>>>>>> components required to make file uploading work, I'm finally at a
> > >>>>>>> point where I'm stuck.
> > >>>>>>> When I try to upload a file, I get the following (it's verbose; I
> > >>>>>>> apologize):
> > >>>>>>>
> > >>>>>>> Name: out
> > >>>>>>> Value:
> > >>>>>>> Name: exitValue
> > >>>>>>> Value: 1
> > >>>>>>> Name: command
> > >>>>>>> Value:
> > >>>>>>> [java, -cp, /usr/local/jodconverter/lib/juh-3.2.1.jar, -cp,
> > >>>>>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
> > >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
> > >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
> > >>>>>>> /usr/local/jodconverter/lib/commons-cli-1.1.jar, -cp,
> > >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar, -cp,
> > >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar, -cp,
> > >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar,
> > >>>>>>> -jar,
> > >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar,
> > >>>
> > >>>
> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e
> > >>>94
> > >>>
> > >>>>>>> e7b1784cbc2a9b42b161a.doc,
> > >>>
> > >>>
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> > >>>b1
> > >>>
> > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf] Name:
> > >>>>>>> error Value: Jul 30, 2012 1:18:25 PM
> > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > >>>>>>> INFO: ProcessManager implementation is LinuxProcessManager
> > >>>>>>> Jul 30, 2012 1:18:26 PM
> > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start
> > >>>>>>> INFO: starting process with
> > >>>>>>> acceptString 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and
> > >>>>>>> profileDir '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > >>>>>>> Jul 30, 2012 1:18:26 PM
> > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start
> > >>>>>>> INFO: started process; pid = 13986
> > >>>>>>> Jul 30, 2012 1:18:26 PM
> > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection
> > >>>>>>> connect
> > >>>>>>> INFO: connected: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > >>>>>>> Jul 30, 2012 1:18:26 PM
> > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > >>>>>>> stop INFO: stopping
> > >>>>>>> Jul 30, 2012 1:18:26 PM
> > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection$1
> > >>>>>>> disposing
> > >>>>>>> INFO: disconnected:
> > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' Jul 30, 2012
> > >>>>>>> 1:18:27 PM
> > >>>>>>> org.artofsolving.jodconverter.office.ManagedOfficeProcess
> > >>>>>>> doEnsureProcessExited
> > >>>>>>> INFO: process exited with code 0
> > >>>>>>> Jul 30, 2012 1:18:27 PM
> > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > >>>>>>> stop INFO: stopped
> > >>>>>>> Exception in thread "main"
> > >>>>>>> org.artofsolving.jodconverter.office.OfficeException:
> > >>>>>>> could not load document: 5b494e18e94e7b1784cbc2a9b42b161a.doc
> > >>>>>>>        at
> > >>>
> > >>>
> org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstr
> > >>>ac
> > >>>
> > >>>>>>> tConversionTask.java:92) at
> > >>>
> > >>>
> org.artofsolving.jodconverter.AbstractConversionTask.execute(AbstractCo
> > >>>nv
> > >>>
> > >>>>>>> ersionTask.java:59) at
> > >>>
> > >>>
> org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(PooledOf
> > >>>fi
> > >>>
> > >>>>>>> ceManager.java:80) at
> > >>>
> > >>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:47
> > >>>
> > >>>>>>> 1) at
> > >>>>>>> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334
> > >>>>>>> ) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at
> > >>>
> > >>>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.ja
> > >>>va
> > >>>
> > >>>>>>> :1110) at
> > >>>
> > >>>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.j
> > >>>av
> > >>>
> > >>>>>>> a:603) at java.lang.Thread.run(Thread.java:722)
> > >>>>>>> Caused by: com.sun.star.lang.IllegalArgumentException: URL seems
> > >>>>>>> to be
> > >>>>>
> > >>>>> an
> > >>>>>
> > >>>>>>> unsupported one.
> > >>>>>>>        at
> > >>>
> > >>>
> com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedExce
> > >>>pt
> > >>>
> > >>>>>>> ion(Job.java:177) at
> > >>>>>>> com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:143
> > >>>>>>> ) at
> > >>>
> > >>>
> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:3
> > >>>35
> > >>>
> > >>>>>>> ) at
> > >>>
> > >>>
> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:3
> > >>>04
> > >>>
> > >>>>>>> ) at
> > >>>
> > >>>
> com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThrea
> > >>>dP
> > >>>
> > >>>>>>> ool.java:91) at
> > >>>
> > >>>
> com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest
> > >>>(j
> > >>>
> > >>>>>>> ava_remote_bridge.java:639) at
> > >>>
> > >>>
> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(P
> > >>>ro
> > >>>
> > >>>>>>> xyFactory.java:151) at
> > >>>
> > >>>
> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(Pr
> > >>>ox
> > >>>
> > >>>>>>> yFactory.java:133) at $Proxy4.loadComponentFromURL(Unknown
> Source)
> > >>>>>>>        at
> > >>>
> > >>>
> org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstr
> > >>>ac
> > >>>
> > >>>>>>> tConversionTask.java:90) ... 8 more
> > >>>>>>>
> > >>>>>>> Name: process
> > >>>>>>> Value: doJodConvert
> > >>>>>>> Name: exitValue
> > >>>>>>> Value: 0
> > >>>>>>> Name: command
> > >>>>>>> Value:
> > >>>>>>> Name: completeName
> > >>>>>>> Value:
> > >>>
> > >>>
> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e
> > >>>94
> > >>>
> > >>>>>>> e7b1784cbc2a9b42b161a Name: error
> > >>>>>>> Value:
> > >>>>>>> Name: fileExplorerItemId
> > >>>>>>> Value: 7
> > >>>>>>> Name: process
> > >>>>>>> Value:
> > >>>>>>> Name: exitValue
> > >>>>>>> Value: 0
> > >>>>>>> Name: process
> > >>>>>>> Value: generateXMLDocument
> > >>>>>>> Name: out
> > >>>>>>> Value:
> > >>>>>>> Name: exitValue
> > >>>>>>> Value: 1
> > >>>>>>> Name: command
> > >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> > >>>>>>> 80,
> > >>>
> > >>>
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> > >>>b1
> > >>>
> > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > >>>
> > >>>
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> > >>>b1
> > >>>
> > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name: error
> > >>>>>>> Value: convert: unable to open image
> > >>>
> > >>>
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e
> > >>>7b
> > >>>
> > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf': No such
> > >>>
> > >>> file
> > >>>
> > >>>>> or
> > >>>>>
> > >>>>>>> directory @ blob.c/OpenBlob/2480.
> > >>>>>>> convert: missing an image filename
> > >>>
> > >>>
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e
> > >>>7b
> > >>>
> > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > >>>>>>> convert.c/ConvertImageCommand/2800.
> > >>>>>>>
> > >>>>>>> Name: process
> > >>>>>>> Value: generateBatchThumbByWidth
> > >>>>>>> Name: exitValue
> > >>>>>>> Value: 0
> > >>>>>>> Name: process
> > >>>>>>> Value: processPDF
> > >>>>>>> Name: out
> > >>>>>>> Value:
> > >>>>>>> Name: exitValue
> > >>>>>>> Value: 1
> > >>>>>>> Name: command
> > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap,
> > >>>
> > >>> -i,
> > >>>
> > >>>>> -j,
> > >>>>>
> > >>>>>>> 85, -s,
> > >>>>>>> zoom=72,
> > >>>
> > >>>
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> > >>>b1
> > >>>
> > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > >>>
> > >>>
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> > >>>b1
> > >>>
> > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.swf] Name:
> > >>>>>>> error
> > >>>>>>>
> > >>>>>>> Value: Error: Couldn't open
> > >>>>>>> file
> > >>>
> > >>>
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e
> > >>>7b
> > >>>
> > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf'
> > >>>>>>>
> > >>>>>>> Name: process
> > >>>>>>> Value: generateSwf
> > >>>>>>>
> > >>>>>>> So, it looks like a file couldn't be opened.  The file is owner
> > >>>>>>> by
> > >>>>>
> > >>>>> root,
> > >>>>>
> > >>>>>>> and has
> > >>>>>>> 644 permissions.  Are these set by jodconverter?  Anyway, does
> > >>>
> > >>> anyone
> > >>>
> > >>>>>>> know how
> > >>>>>>> I can resolve this issue?
> > >>>>>>>
> > >>>>>>> Many thanks.
> > >>>>>>>
> > >>>>>>> Dimitri
> > >>>>>>>
> > >>>>>>> --
> > >>>>>>> This message has been scanned for viruses and
> > >>>>>>> dangerous content by MailScanner, and is
> > >>>>>>> believed to be clean.
> > >>>>>
> > >>>>> --
> > >>>>> This message has been scanned for viruses and
> > >>>>> dangerous content by MailScanner, and is
> > >>>>> believed to be clean.
> > >>>>
> > >>>> --
> > >>>> WBR
> > >>>> Maxim aka solomax
> > >>>
> > >>> --
> > >>> This message has been scanned for viruses and
> > >>> dangerous content by MailScanner, and is
> > >>> believed to be clean.
> > >>
> > >> --
> > >> WBR
> > >> Maxim aka solomax
> > >
> > > --
> > > This message has been scanned for viruses and
> > > dangerous content by MailScanner, and is
> > > believed to be clean.
> >
> > Stephen Cottham
> > Group IT Manager (Associate)
> >
> > Robert Bird Group
> > Level 5, 333 Ann St
> > Brisbane, Queensland, 4000, Australia
> > Phone: +6173 319 2777 (AUS)
> > Phone: +44207 592 8000 (UK)
> > Fax: +6173 319 2799
> >
> > Mobile:  +61400 756 963 (AUS)
> > Mobile: +447900 918 616 (UK)
> > Web: www.robertbird.com
> >
> >
> > This email and any attachments are confidential and may contain legally
> > privileged information or copyright material. Unless expressly stated,
> > confidentiality and/or legal privilege is not intended to be waived by
> the
> > sending of this email. The contents of this email, including any
> > attachments, are intended solely for the use of the individual or entity
> to
> > whom they are addressed. If you are not an intended recipient, please
> > contact us immediately by return email and then delete both messages. You
> > may not otherwise read, forward, copy, use or disclose this email or any
> > attachments. Any views expressed in this email are those of the
> individual
> > sender except where the sender expressly, and with authority, states
> > otherwise. It is your responsibility to check any attachments for viruses
> > or defects before opening or sending them on. None of the sender or its
> > related entities accepts any liability for any consequential damage
> > resulting from this email containing computer viruses.
> >
> > Disclaimer added by CodeTwo Exchange Rules
> > http://www.codetwo.com
> >
> > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> >
> LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5kLzI4MDA
> >u
> >
> DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5lcmF
> >0
> >
> ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4+PiBWYWx
> >1
> >
> ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXNzUERGDQo
> >+
> >
> Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXhpdFZhbHV
> >l
> >
> DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4gVmFsdWU
> >6
> >
> IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHkyYml0bWF
> >w
> >
> LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4gODUsIC1
> >z
> >
> LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3d
> >l
> >
> YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4
> >+
> >
> Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWE
> >u
> >
> cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3Blbm1lZXR
> >p
> >
> bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg0Y2JjMmE
> >5
> >
> YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1lOg0KPj4
> >+
> >
> Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4ndCBvcGV
> >u
> >
> DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3Mvd2ViYXB
> >w
> >
> cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo+Pj4+Pj4
> >+
> >
> IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTYxYS5wZGY
> >n
> >
> DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5lcmF
> >0
> >
> ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGNvdWxkbid
> >0
> >
> IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiANCj4+Pj4
> >+
> >
> IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWlzc2lvbnM
> >u
> >
> ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4+IA0KPj4
> >+
> >
> IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXNvbHZlIHR
> >o
> >
> aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4gDQo+Pj4
> >+
> >
> Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWVzc2FnZSB
> >o
> >
> YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXMgY29udGV
> >u
> >
> dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0
> >K
> >
> Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9
> >y
> >
> IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5lciwgYW5
> >k
> >
> IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo+Pj4+IFd
> >C
> >
> Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyBtZXNzYWd
> >l
> >
> IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGNvbnRlbnQ
> >g
> >
> YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0KPj4gDQo
> >+
> >
> PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiAtLSANCj4
> >g
> >
> VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGRhbmdlcm9
> >1
> >
> cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmUgY2xlYW4
> >u DQo+IA0K
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>


-- 
WBR
Maxim aka solomax

Re: File upload troubles

Posted by Dimitri Yioulos <dy...@onpointfc.com>.
Thanks, Stephen.  Here's what I get:

[root@openmeetings ~]# alternatives --config java

There is 1 program that provides 'java'.

  Selection    Command
-----------------------------------------------
*+ 1           /usr/lib/jvm/jre-1.7.0-openjdk/bin/java

Enter to keep the current selection[+], or type selection number:

Oh, oh.  I don't even see the Oracle version.  But, I installed the JRE, not the 
JDK.  Might that be the rub?

Dimitri


On Monday 30 July 2012 3:03:57 pm Stephen Cottham wrote:
> For java try
>
> update-java-alternatives
>
> Or
>
> alternatives --config java
>
> Should show you all java's installed and allow you to change the default.
>
> Sent from my iPhone
>
> On 30 Jul 2012, at 19:58, "Dimitri Yioulos" <dy...@onpointfc.com> wrote:
> > Maxim,
> >
> > I'm not quite sure how to proceed.  First, I just installed parts of
> > libreoffice:
> >
> > libreoffice-headless-3.4.5.2-16.el6.i686
> > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> > libreoffice-ure-3.4.5.2-16.el6.i686
> > libreoffice-core-3.4.5.2-16.el6.i686
> >
> > Should I do a "yum groupinstall libreoffice"?
> >
> > Next, I'm not sure how to open my doc.  This is a server install and, so,
> > there is no Xwindow/desktop system installed.
> >
> > Finally, how do I get the Oracle java to be the default?  I do have the
> > following in /etc/profile so that the proper java be loaded at boot (I
> > think):
> >
> > export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> >
> > Dimitri
> >
> > On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik wrote:
> >> Yes you could :)
> >> According to this:
> >> http://stackoverflow.com/questions/8420449/docsplit-jodconverter-openoff
> >>ice -issue-on-debian
> >>
> >> can you ensure you have writer/calc/impress installed (by opening your
> >> doc for example)
> >>
> >> were you install your libreoffice via yum groupinstall?
> >>
> >> I would recommend you to have Oracle java as default one
> >> There are some weird issued with  OpenJDK.
> >>
> >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos
> >
> > <dy...@onpointfc.com>wrote:
> >>> Let me take the easy part first:
> >>>
> >>> [root@openmeetings ~]# java -version
> >>> java version "1.7.0_05-icedtea"
> >>> OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
> >>> OpenJDK Client VM (build 23.0-b21, mixed mode)
> >>>
> >>> Now, the thing of it is, even though I installed the Sun/Oracle
> >>> version, when I
> >>> installed some other component (libreoffice, I think, but I forget
> >>> exactly what), a dependency that was installed was OpenJDK.  Hmmm.
> >>>
> >>> I tried to do the following conversion at the command line:
> >>>
> >>> java -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> >>> "FAX COVER SHEET.doc" faxcover.pdf
> >>>
> >>> It failed.  I got:
> >>>
> >>> Exception in thread "main"
> >>> org.artofsolving.jodconverter.office.OfficeException:
> >>> could not load document: FAX COVER SHEET.doc
> >>> ~
> >>> Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to be
> >>> an unsupported one.
> >>> ~
> >>>
> >>> I can convert MS Word docs, can't I?
> >>>
> >>> Dimitri
> >>>
> >>> On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik wrote:
> >>>> Please try to stop it and run jod converter via commandline (jod
> >>>
> >>> converter
> >>>
> >>>> will start libreoffice automatically)
> >>>> also please check your java version?
> >>>>
> >>>>
> >>>> java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> >>>> -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> >>>> -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> >>>> -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> >>>> -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar -cp
> >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
> >>>> -cp /usr/local/jodconverter/lib/json-20090211.jar
> >>>> -cp /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> >>>> -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> >>>
> >>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> >>>b1 78
> >>>
> >>>> 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc 1a.pdf
> >>>>
> >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> >>>
> >>> <dy...@onpointfc.com>wrote:
> >>>>> Thanks to both Maxim and Alexsei for your responses.  CentOS 6.x
> >>>>> (and,
> >>>
> >>> by
> >>>
> >>>>> extension, I'd guess, RHEL 6.x) no longer use openoffice but, rather,
> >>>>> libreoffice.  libreoffice-headless is installed, and is running as a
> >>>>> service:
> >>>>>
> >>>>> tcp        0      0 127.0.0.1:8100              0.0.0.0:*
> >>>>> LISTEN      13514/soffice.bin
> >>>>>
> >>>>> started with:
> >>>>>
> >>>>> soffice --headless --accept="socket,host=127.0.0.1,port=8100;urp;"
> >>>>> --nofirststartwizard
> >>>>>
> >>>>> Dimitri
> >>>>>
> >>>>> On Monday 30 July 2012 2:08:17 pm Alexei Fedotov wrote:
> >>>>>> It says, URL seems to be unsupported.
> >>>>>>
> >>>>>> The class which produces it is under com.sun, so the problem may be
> >>>
> >>> in
> >>>
> >>>>> the
> >>>>>
> >>>>>> old OpenOffice version
> >>>>>> 30.07.2012 21:54 пользователь "Dimitri Yioulos"
> >>>>>> <dy...@onpointfc.com>
> >>>>>>
> >>>>>> написал:
> >>>>>>> Hello to all.
> >>>>>>>
> >>>>>>> I'm not new to Openmeetings, having originally installed and
> >>>>>>> tried
> >>>
> >>> it
> >>>
> >>>>> at
> >>>>>
> >>>>>>> least a
> >>>>>>> couple of years ago.  Thanks to Sabastian Wgner for having
> >>>>>>> created it, and to
> >>>>>>> Apache for taking the project forward.
> >>>>>>>
> >>>>>>> I've installed version 2.0.0 on a CentOS 6.2 server.  All of the
> >>>>>>> prerequisites
> >>>>>>> are installed, and Openmeetings works well.  With the exception
> >>>>>>> of file uploading, that is.  After figuring out the paths of the
> >>>
> >>> various
> >>>
> >>>>>>> components required to make file uploading work, I'm finally at a
> >>>>>>> point where I'm stuck.
> >>>>>>> When I try to upload a file, I get the following (it's verbose; I
> >>>>>>> apologize):
> >>>>>>>
> >>>>>>> Name: out
> >>>>>>> Value:
> >>>>>>> Name: exitValue
> >>>>>>> Value: 1
> >>>>>>> Name: command
> >>>>>>> Value:
> >>>>>>> [java, -cp, /usr/local/jodconverter/lib/juh-3.2.1.jar, -cp,
> >>>>>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
> >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
> >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
> >>>>>>> /usr/local/jodconverter/lib/commons-cli-1.1.jar, -cp,
> >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar, -cp,
> >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar, -cp,
> >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar,
> >>>>>>> -jar,
> >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar,
> >>>
> >>> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e
> >>>94
> >>>
> >>>>>>> e7b1784cbc2a9b42b161a.doc,
> >>>
> >>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> >>>b1
> >>>
> >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf] Name:
> >>>>>>> error Value: Jul 30, 2012 1:18:25 PM
> >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> >>>>>>> INFO: ProcessManager implementation is LinuxProcessManager
> >>>>>>> Jul 30, 2012 1:18:26 PM
> >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start
> >>>>>>> INFO: starting process with
> >>>>>>> acceptString 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and
> >>>>>>> profileDir '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> >>>>>>> Jul 30, 2012 1:18:26 PM
> >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start
> >>>>>>> INFO: started process; pid = 13986
> >>>>>>> Jul 30, 2012 1:18:26 PM
> >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection
> >>>>>>> connect
> >>>>>>> INFO: connected: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> >>>>>>> Jul 30, 2012 1:18:26 PM
> >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> >>>>>>> stop INFO: stopping
> >>>>>>> Jul 30, 2012 1:18:26 PM
> >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection$1
> >>>>>>> disposing
> >>>>>>> INFO: disconnected:
> >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' Jul 30, 2012
> >>>>>>> 1:18:27 PM
> >>>>>>> org.artofsolving.jodconverter.office.ManagedOfficeProcess
> >>>>>>> doEnsureProcessExited
> >>>>>>> INFO: process exited with code 0
> >>>>>>> Jul 30, 2012 1:18:27 PM
> >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> >>>>>>> stop INFO: stopped
> >>>>>>> Exception in thread "main"
> >>>>>>> org.artofsolving.jodconverter.office.OfficeException:
> >>>>>>> could not load document: 5b494e18e94e7b1784cbc2a9b42b161a.doc
> >>>>>>>        at
> >>>
> >>> org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstr
> >>>ac
> >>>
> >>>>>>> tConversionTask.java:92) at
> >>>
> >>> org.artofsolving.jodconverter.AbstractConversionTask.execute(AbstractCo
> >>>nv
> >>>
> >>>>>>> ersionTask.java:59) at
> >>>
> >>> org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(PooledOf
> >>>fi
> >>>
> >>>>>>> ceManager.java:80) at
> >>>
> >>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:47
> >>>
> >>>>>>> 1) at
> >>>>>>> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334
> >>>>>>> ) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at
> >>>
> >>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.ja
> >>>va
> >>>
> >>>>>>> :1110) at
> >>>
> >>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.j
> >>>av
> >>>
> >>>>>>> a:603) at java.lang.Thread.run(Thread.java:722)
> >>>>>>> Caused by: com.sun.star.lang.IllegalArgumentException: URL seems
> >>>>>>> to be
> >>>>>
> >>>>> an
> >>>>>
> >>>>>>> unsupported one.
> >>>>>>>        at
> >>>
> >>> com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedExce
> >>>pt
> >>>
> >>>>>>> ion(Job.java:177) at
> >>>>>>> com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:143
> >>>>>>> ) at
> >>>
> >>> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:3
> >>>35
> >>>
> >>>>>>> ) at
> >>>
> >>> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:3
> >>>04
> >>>
> >>>>>>> ) at
> >>>
> >>> com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThrea
> >>>dP
> >>>
> >>>>>>> ool.java:91) at
> >>>
> >>> com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest
> >>>(j
> >>>
> >>>>>>> ava_remote_bridge.java:639) at
> >>>
> >>> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(P
> >>>ro
> >>>
> >>>>>>> xyFactory.java:151) at
> >>>
> >>> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(Pr
> >>>ox
> >>>
> >>>>>>> yFactory.java:133) at $Proxy4.loadComponentFromURL(Unknown Source)
> >>>>>>>        at
> >>>
> >>> org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstr
> >>>ac
> >>>
> >>>>>>> tConversionTask.java:90) ... 8 more
> >>>>>>>
> >>>>>>> Name: process
> >>>>>>> Value: doJodConvert
> >>>>>>> Name: exitValue
> >>>>>>> Value: 0
> >>>>>>> Name: command
> >>>>>>> Value:
> >>>>>>> Name: completeName
> >>>>>>> Value:
> >>>
> >>> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e
> >>>94
> >>>
> >>>>>>> e7b1784cbc2a9b42b161a Name: error
> >>>>>>> Value:
> >>>>>>> Name: fileExplorerItemId
> >>>>>>> Value: 7
> >>>>>>> Name: process
> >>>>>>> Value:
> >>>>>>> Name: exitValue
> >>>>>>> Value: 0
> >>>>>>> Name: process
> >>>>>>> Value: generateXMLDocument
> >>>>>>> Name: out
> >>>>>>> Value:
> >>>>>>> Name: exitValue
> >>>>>>> Value: 1
> >>>>>>> Name: command
> >>>>>>> Value: [/usr/bin/convert, -thumbnail,
> >>>>>>> 80,
> >>>
> >>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> >>>b1
> >>>
> >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> >>>
> >>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> >>>b1
> >>>
> >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name: error
> >>>>>>> Value: convert: unable to open image
> >>>
> >>> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e
> >>>7b
> >>>
> >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf': No such
> >>>
> >>> file
> >>>
> >>>>> or
> >>>>>
> >>>>>>> directory @ blob.c/OpenBlob/2480.
> >>>>>>> convert: missing an image filename
> >>>
> >>> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e
> >>>7b
> >>>
> >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> >>>>>>> convert.c/ConvertImageCommand/2800.
> >>>>>>>
> >>>>>>> Name: process
> >>>>>>> Value: generateBatchThumbByWidth
> >>>>>>> Name: exitValue
> >>>>>>> Value: 0
> >>>>>>> Name: process
> >>>>>>> Value: processPDF
> >>>>>>> Name: out
> >>>>>>> Value:
> >>>>>>> Name: exitValue
> >>>>>>> Value: 1
> >>>>>>> Name: command
> >>>>>>> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap,
> >>>
> >>> -i,
> >>>
> >>>>> -j,
> >>>>>
> >>>>>>> 85, -s,
> >>>>>>> zoom=72,
> >>>
> >>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> >>>b1
> >>>
> >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> >>>
> >>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7
> >>>b1
> >>>
> >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.swf] Name:
> >>>>>>> error
> >>>>>>>
> >>>>>>> Value: Error: Couldn't open
> >>>>>>> file
> >>>
> >>> '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e
> >>>7b
> >>>
> >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf'
> >>>>>>>
> >>>>>>> Name: process
> >>>>>>> Value: generateSwf
> >>>>>>>
> >>>>>>> So, it looks like a file couldn't be opened.  The file is owner
> >>>>>>> by
> >>>>>
> >>>>> root,
> >>>>>
> >>>>>>> and has
> >>>>>>> 644 permissions.  Are these set by jodconverter?  Anyway, does
> >>>
> >>> anyone
> >>>
> >>>>>>> know how
> >>>>>>> I can resolve this issue?
> >>>>>>>
> >>>>>>> Many thanks.
> >>>>>>>
> >>>>>>> Dimitri
> >>>>>>>
> >>>>>>> --
> >>>>>>> This message has been scanned for viruses and
> >>>>>>> dangerous content by MailScanner, and is
> >>>>>>> believed to be clean.
> >>>>>
> >>>>> --
> >>>>> This message has been scanned for viruses and
> >>>>> dangerous content by MailScanner, and is
> >>>>> believed to be clean.
> >>>>
> >>>> --
> >>>> WBR
> >>>> Maxim aka solomax
> >>>
> >>> --
> >>> This message has been scanned for viruses and
> >>> dangerous content by MailScanner, and is
> >>> believed to be clean.
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
>
> Stephen Cottham
> Group IT Manager (Associate)
>
> Robert Bird Group
> Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia
> Phone: +6173 319 2777 (AUS)
> Phone: +44207 592 8000 (UK)
> Fax: +6173 319 2799
>
> Mobile:  +61400 756 963 (AUS)
> Mobile: +447900 918 616 (UK)
> Web: www.robertbird.com
>
>
> This email and any attachments are confidential and may contain legally
> privileged information or copyright material. Unless expressly stated,
> confidentiality and/or legal privilege is not intended to be waived by the
> sending of this email. The contents of this email, including any
> attachments, are intended solely for the use of the individual or entity to
> whom they are addressed. If you are not an intended recipient, please
> contact us immediately by return email and then delete both messages. You
> may not otherwise read, forward, copy, use or disclose this email or any
> attachments. Any views expressed in this email are those of the individual
> sender except where the sender expressly, and with authority, states
> otherwise. It is your responsibility to check any attachments for viruses
> or defects before opening or sending them on. None of the sender or its
> related entities accepts any liability for any consequential damage
> resulting from this email containing computer viruses.
>
> Disclaimer added by CodeTwo Exchange Rules
> http://www.codetwo.com
>
> 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
> LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5kLzI4MDA
>u
> DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5lcmF
>0
> ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4+PiBWYWx
>1
> ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXNzUERGDQo
>+
> Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXhpdFZhbHV
>l
> DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4gVmFsdWU
>6
> IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHkyYml0bWF
>w
> LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4gODUsIC1
>z
> LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3d
>l
> YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4
>+
> Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWE
>u
> cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3Blbm1lZXR
>p
> bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg0Y2JjMmE
>5
> YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1lOg0KPj4
>+
> Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4ndCBvcGV
>u
> DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3Mvd2ViYXB
>w
> cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo+Pj4+Pj4
>+
> IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTYxYS5wZGY
>n
> DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5lcmF
>0
> ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGNvdWxkbid
>0
> IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiANCj4+Pj4
>+
> IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWlzc2lvbnM
>u
> ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4+IA0KPj4
>+
> IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXNvbHZlIHR
>o
> aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4gDQo+Pj4
>+
> Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWVzc2FnZSB
>o
> YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXMgY29udGV
>u
> dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0
>K
> Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9
>y
> IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5lciwgYW5
>k
> IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo+Pj4+IFd
>C
> Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyBtZXNzYWd
>l
> IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGNvbnRlbnQ
>g
> YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0KPj4gDQo
>+
> PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiAtLSANCj4
>g
> VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGRhbmdlcm9
>1
> cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmUgY2xlYW4
>u DQo+IA0K



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: File upload troubles

Posted by Stephen Cottham <St...@robertbird.com.au>.
For java try

update-java-alternatives

Or

alternatives --config java

Should show you all java's installed and allow you to change the default.

Sent from my iPhone

On 30 Jul 2012, at 19:58, "Dimitri Yioulos" <dy...@onpointfc.com> wrote:

> Maxim,
> 
> I'm not quite sure how to proceed.  First, I just installed parts of 
> libreoffice:
> 
> libreoffice-headless-3.4.5.2-16.el6.i686
> libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> libreoffice-ure-3.4.5.2-16.el6.i686
> libreoffice-core-3.4.5.2-16.el6.i686
> 
> Should I do a "yum groupinstall libreoffice"?
> 
> Next, I'm not sure how to open my doc.  This is a server install and, so, there 
> is no Xwindow/desktop system installed.
> 
> Finally, how do I get the Oracle java to be the default?  I do have the 
> following in /etc/profile so that the proper java be loaded at boot (I think):
> 
> export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
> 
> Dimitri
> 
> 
> On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik wrote:
>> Yes you could :)
>> According to this:
>> http://stackoverflow.com/questions/8420449/docsplit-jodconverter-openoffice
>> -issue-on-debian
>> 
>> can you ensure you have writer/calc/impress installed (by opening your doc
>> for example)
>> 
>> were you install your libreoffice via yum groupinstall?
>> 
>> I would recommend you to have Oracle java as default one
>> There are some weird issued with  OpenJDK.
>> 
>> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos 
> <dy...@onpointfc.com>wrote:
>>> Let me take the easy part first:
>>> 
>>> [root@openmeetings ~]# java -version
>>> java version "1.7.0_05-icedtea"
>>> OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
>>> OpenJDK Client VM (build 23.0-b21, mixed mode)
>>> 
>>> Now, the thing of it is, even though I installed the Sun/Oracle version,
>>> when I
>>> installed some other component (libreoffice, I think, but I forget
>>> exactly what), a dependency that was installed was OpenJDK.  Hmmm.
>>> 
>>> I tried to do the following conversion at the command line:
>>> 
>>> java -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
>>> "FAX COVER SHEET.doc" faxcover.pdf
>>> 
>>> It failed.  I got:
>>> 
>>> Exception in thread "main"
>>> org.artofsolving.jodconverter.office.OfficeException:
>>> could not load document: FAX COVER SHEET.doc
>>> ~
>>> Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to be an
>>> unsupported one.
>>> ~
>>> 
>>> I can convert MS Word docs, can't I?
>>> 
>>> Dimitri
>>> 
>>> On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik wrote:
>>>> Please try to stop it and run jod converter via commandline (jod
>>> 
>>> converter
>>> 
>>>> will start libreoffice automatically)
>>>> also please check your java version?
>>>> 
>>>> 
>>>> java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
>>>> -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
>>>> -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
>>>> -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
>>>> -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar -cp
>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar
>>>> -cp /usr/local/jodconverter/lib/json-20090211.jar
>>>> -cp /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
>>>> -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
>>> 
>>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
>>> 78
>>> 
>>>> 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc 1a.pdf
>>>> 
>>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
>>> 
>>> <dy...@onpointfc.com>wrote:
>>>>> Thanks to both Maxim and Alexsei for your responses.  CentOS 6.x
>>>>> (and,
>>> 
>>> by
>>> 
>>>>> extension, I'd guess, RHEL 6.x) no longer use openoffice but, rather,
>>>>> libreoffice.  libreoffice-headless is installed, and is running as a
>>>>> service:
>>>>> 
>>>>> tcp        0      0 127.0.0.1:8100              0.0.0.0:*
>>>>> LISTEN      13514/soffice.bin
>>>>> 
>>>>> started with:
>>>>> 
>>>>> soffice --headless --accept="socket,host=127.0.0.1,port=8100;urp;"
>>>>> --nofirststartwizard
>>>>> 
>>>>> Dimitri
>>>>> 
>>>>> On Monday 30 July 2012 2:08:17 pm Alexei Fedotov wrote:
>>>>>> It says, URL seems to be unsupported.
>>>>>> 
>>>>>> The class which produces it is under com.sun, so the problem may be
>>> 
>>> in
>>> 
>>>>> the
>>>>> 
>>>>>> old OpenOffice version
>>>>>> 30.07.2012 21:54 пользователь "Dimitri Yioulos"
>>>>>> <dy...@onpointfc.com>
>>>>>> 
>>>>>> написал:
>>>>>>> Hello to all.
>>>>>>> 
>>>>>>> I'm not new to Openmeetings, having originally installed and
>>>>>>> tried
>>> 
>>> it
>>> 
>>>>> at
>>>>> 
>>>>>>> least a
>>>>>>> couple of years ago.  Thanks to Sabastian Wgner for having
>>>>>>> created it, and to
>>>>>>> Apache for taking the project forward.
>>>>>>> 
>>>>>>> I've installed version 2.0.0 on a CentOS 6.2 server.  All of the
>>>>>>> prerequisites
>>>>>>> are installed, and Openmeetings works well.  With the exception
>>>>>>> of file uploading, that is.  After figuring out the paths of the
>>> 
>>> various
>>> 
>>>>>>> components required to make file uploading work, I'm finally at a
>>>>>>> point where I'm stuck.
>>>>>>> When I try to upload a file, I get the following (it's verbose; I
>>>>>>> apologize):
>>>>>>> 
>>>>>>> Name: out
>>>>>>> Value:
>>>>>>> Name: exitValue
>>>>>>> Value: 1
>>>>>>> Name: command
>>>>>>> Value:
>>>>>>> [java, -cp, /usr/local/jodconverter/lib/juh-3.2.1.jar, -cp,
>>>>>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
>>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
>>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
>>>>>>> /usr/local/jodconverter/lib/commons-cli-1.1.jar, -cp,
>>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar, -cp,
>>>>>>> /usr/local/jodconverter/lib/json-20090211.jar, -cp,
>>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar,
>>>>>>> -jar,
>>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar,
>>> 
>>> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e94
>>> 
>>>>>>> e7b1784cbc2a9b42b161a.doc,
>>> 
>>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
>>> 
>>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf] Name:
>>>>>>> error Value: Jul 30, 2012 1:18:25 PM
>>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
>>>>>>> INFO: ProcessManager implementation is LinuxProcessManager
>>>>>>> Jul 30, 2012 1:18:26 PM
>>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start
>>>>>>> INFO: starting process with
>>>>>>> acceptString 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and
>>>>>>> profileDir '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
>>>>>>> Jul 30, 2012 1:18:26 PM
>>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start
>>>>>>> INFO: started process; pid = 13986
>>>>>>> Jul 30, 2012 1:18:26 PM
>>>>>>> org.artofsolving.jodconverter.office.OfficeConnection
>>>>>>> connect
>>>>>>> INFO: connected: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
>>>>>>> Jul 30, 2012 1:18:26 PM
>>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
>>>>>>> stop INFO: stopping
>>>>>>> Jul 30, 2012 1:18:26 PM
>>>>>>> org.artofsolving.jodconverter.office.OfficeConnection$1
>>>>>>> disposing
>>>>>>> INFO: disconnected:
>>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' Jul 30, 2012
>>>>>>> 1:18:27 PM
>>>>>>> org.artofsolving.jodconverter.office.ManagedOfficeProcess
>>>>>>> doEnsureProcessExited
>>>>>>> INFO: process exited with code 0
>>>>>>> Jul 30, 2012 1:18:27 PM
>>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
>>>>>>> stop INFO: stopped
>>>>>>> Exception in thread "main"
>>>>>>> org.artofsolving.jodconverter.office.OfficeException:
>>>>>>> could not load document: 5b494e18e94e7b1784cbc2a9b42b161a.doc
>>>>>>>        at
>>> 
>>> org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstrac
>>> 
>>>>>>> tConversionTask.java:92) at
>>> 
>>> org.artofsolving.jodconverter.AbstractConversionTask.execute(AbstractConv
>>> 
>>>>>>> ersionTask.java:59) at
>>> 
>>> org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(PooledOffi
>>> 
>>>>>>> ceManager.java:80) at
>>> 
>>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:47
>>> 
>>>>>>> 1) at
>>>>>>> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334
>>>>>>> ) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at
>>> 
>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java
>>> 
>>>>>>> :1110) at
>>> 
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav
>>> 
>>>>>>> a:603) at java.lang.Thread.run(Thread.java:722)
>>>>>>> Caused by: com.sun.star.lang.IllegalArgumentException: URL seems
>>>>>>> to be
>>>>> 
>>>>> an
>>>>> 
>>>>>>> unsupported one.
>>>>>>>        at
>>> 
>>> com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedExcept
>>> 
>>>>>>> ion(Job.java:177) at
>>>>>>> com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:143
>>>>>>> ) at
>>> 
>>> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:335
>>> 
>>>>>>> ) at
>>> 
>>> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:304
>>> 
>>>>>>> ) at
>>> 
>>> com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThreadP
>>> 
>>>>>>> ool.java:91) at
>>> 
>>> com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(j
>>> 
>>>>>>> ava_remote_bridge.java:639) at
>>> 
>>> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(Pro
>>> 
>>>>>>> xyFactory.java:151) at
>>> 
>>> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(Prox
>>> 
>>>>>>> yFactory.java:133) at $Proxy4.loadComponentFromURL(Unknown Source)
>>>>>>>        at
>>> 
>>> org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstrac
>>> 
>>>>>>> tConversionTask.java:90) ... 8 more
>>>>>>> 
>>>>>>> Name: process
>>>>>>> Value: doJodConvert
>>>>>>> Name: exitValue
>>>>>>> Value: 0
>>>>>>> Name: command
>>>>>>> Value:
>>>>>>> Name: completeName
>>>>>>> Value:
>>> 
>>> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e94
>>> 
>>>>>>> e7b1784cbc2a9b42b161a Name: error
>>>>>>> Value:
>>>>>>> Name: fileExplorerItemId
>>>>>>> Value: 7
>>>>>>> Name: process
>>>>>>> Value:
>>>>>>> Name: exitValue
>>>>>>> Value: 0
>>>>>>> Name: process
>>>>>>> Value: generateXMLDocument
>>>>>>> Name: out
>>>>>>> Value:
>>>>>>> Name: exitValue
>>>>>>> Value: 1
>>>>>>> Name: command
>>>>>>> Value: [/usr/bin/convert, -thumbnail,
>>>>>>> 80,
>>> 
>>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
>>> 
>>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
>>> 
>>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
>>> 
>>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name: error
>>>>>>> Value: convert: unable to open image
>>> 
>>> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b
>>> 
>>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf': No such
>>> 
>>> file
>>> 
>>>>> or
>>>>> 
>>>>>>> directory @ blob.c/OpenBlob/2480.
>>>>>>> convert: missing an image filename
>>> 
>>> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b
>>> 
>>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
>>>>>>> convert.c/ConvertImageCommand/2800.
>>>>>>> 
>>>>>>> Name: process
>>>>>>> Value: generateBatchThumbByWidth
>>>>>>> Name: exitValue
>>>>>>> Value: 0
>>>>>>> Name: process
>>>>>>> Value: processPDF
>>>>>>> Name: out
>>>>>>> Value:
>>>>>>> Name: exitValue
>>>>>>> Value: 1
>>>>>>> Name: command
>>>>>>> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap,
>>> 
>>> -i,
>>> 
>>>>> -j,
>>>>> 
>>>>>>> 85, -s,
>>>>>>> zoom=72,
>>> 
>>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
>>> 
>>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
>>> 
>>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
>>> 
>>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.swf] Name:
>>>>>>> error
>>>>>>> 
>>>>>>> Value: Error: Couldn't open
>>>>>>> file
>>> 
>>> '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b
>>> 
>>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf'
>>>>>>> 
>>>>>>> Name: process
>>>>>>> Value: generateSwf
>>>>>>> 
>>>>>>> So, it looks like a file couldn't be opened.  The file is owner
>>>>>>> by
>>>>> 
>>>>> root,
>>>>> 
>>>>>>> and has
>>>>>>> 644 permissions.  Are these set by jodconverter?  Anyway, does
>>> 
>>> anyone
>>> 
>>>>>>> know how
>>>>>>> I can resolve this issue?
>>>>>>> 
>>>>>>> Many thanks.
>>>>>>> 
>>>>>>> Dimitri
>>>>>>> 
>>>>>>> --
>>>>>>> This message has been scanned for viruses and
>>>>>>> dangerous content by MailScanner, and is
>>>>>>> believed to be clean.
>>>>> 
>>>>> --
>>>>> This message has been scanned for viruses and
>>>>> dangerous content by MailScanner, and is
>>>>> believed to be clean.
>>>> 
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>> 
>>> --
>>> This message has been scanned for viruses and
>>> dangerous content by MailScanner, and is
>>> believed to be clean.
>> 
>> --
>> WBR
>> Maxim aka solomax
> 
> 
> 
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
> 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com	

4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl
LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5kLzI4MDAu
DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5lcmF0
ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4+PiBWYWx1
ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXNzUERGDQo+
Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXhpdFZhbHVl
DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4gVmFsdWU6
IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHkyYml0bWFw
LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4gODUsIC1z
LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dl
YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+
Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEu
cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3Blbm1lZXRp
bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg0Y2JjMmE5
YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1lOg0KPj4+
Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4ndCBvcGVu
DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3Mvd2ViYXBw
cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo+Pj4+Pj4+
IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTYxYS5wZGYn
DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5lcmF0
ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGNvdWxkbid0
IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiANCj4+Pj4+
IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWlzc2lvbnMu
ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4+IA0KPj4+
IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXNvbHZlIHRo
aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4gDQo+Pj4+
Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWVzc2FnZSBo
YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXMgY29udGVu
dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0K
Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9y
IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5lciwgYW5k
IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo+Pj4+IFdC
Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyBtZXNzYWdl
IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGNvbnRlbnQg
YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0KPj4gDQo+
PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiAtLSANCj4g
VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGRhbmdlcm91
cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmUgY2xlYW4u
DQo+IA0K

Re: File upload troubles

Posted by Maxim Solodovnik <so...@gmail.com>.
to install office you need to do
*yum groupinstall* "*Office* Suite and Productivity"

yum install openoffice.org-headless

as root

to set up Sun java as default you should do
1) install Oracle java as default using alternatives (
http://www.if-not-true-then-false.com/2010/install-sun-oracle-java-jdk-jre-7-on-fedora-centos-red-hat-rhel/
)
OR
2) correctly set you environment:
export JAVA_HOME=/usr/java/jdk1.7.0_04
export PATH=/usr/java/jdk1.7.0_04/bin:$PATH

On Tue, Jul 31, 2012 at 1:57 AM, Dimitri Yioulos <dy...@onpointfc.com>wrote:

> Maxim,
>
> I'm not quite sure how to proceed.  First, I just installed parts of
> libreoffice:
>
> libreoffice-headless-3.4.5.2-16.el6.i686
> libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
> libreoffice-ure-3.4.5.2-16.el6.i686
> libreoffice-core-3.4.5.2-16.el6.i686
>
> Should I do a "yum groupinstall libreoffice"?
>
> Next, I'm not sure how to open my doc.  This is a server install and, so,
> there
> is no Xwindow/desktop system installed.
>
> Finally, how do I get the Oracle java to be the default?  I do have the
> following in /etc/profile so that the proper java be loaded at boot (I
> think):
>
> export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
> export PATH=$PATH:/usr/java/jdk1.7.0_04/bin
>
> Dimitri
>
>
> On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik wrote:
> > Yes you could :)
> > According to this:
> >
> http://stackoverflow.com/questions/8420449/docsplit-jodconverter-openoffice
> >-issue-on-debian
> >
> > can you ensure you have writer/calc/impress installed (by opening your
> doc
> > for example)
> >
> > were you install your libreoffice via yum groupinstall?
> >
> > I would recommend you to have Oracle java as default one
> > There are some weird issued with  OpenJDK.
> >
> > On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos
> <dy...@onpointfc.com>wrote:
> > > Let me take the easy part first:
> > >
> > > [root@openmeetings ~]# java -version
> > > java version "1.7.0_05-icedtea"
> > > OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
> > > OpenJDK Client VM (build 23.0-b21, mixed mode)
> > >
> > > Now, the thing of it is, even though I installed the Sun/Oracle
> version,
> > > when I
> > > installed some other component (libreoffice, I think, but I forget
> > > exactly what), a dependency that was installed was OpenJDK.  Hmmm.
> > >
> > > I tried to do the following conversion at the command line:
> > >
> > > java -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > "FAX COVER SHEET.doc" faxcover.pdf
> > >
> > > It failed.  I got:
> > >
> > > Exception in thread "main"
> > > org.artofsolving.jodconverter.office.OfficeException:
> > > could not load document: FAX COVER SHEET.doc
> > > ~
> > > Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to be
> an
> > > unsupported one.
> > > ~
> > >
> > > I can convert MS Word docs, can't I?
> > >
> > > Dimitri
> > >
> > > On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik wrote:
> > > > Please try to stop it and run jod converter via commandline (jod
> > >
> > > converter
> > >
> > > > will start libreoffice automatically)
> > > > also please check your java version?
> > > >
> > > >
> > > > java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> > > > -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > > > -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > > > -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> > > > -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar -cp
> > > > /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > > -cp /usr/local/jodconverter/lib/json-20090211.jar
> > > > -cp /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > > -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> > >78
> > >
> > > >4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc 1a.pdf
> > > >
> > > > On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> > >
> > > <dy...@onpointfc.com>wrote:
> > > > > Thanks to both Maxim and Alexsei for your responses.  CentOS 6.x
> > > > > (and,
> > >
> > > by
> > >
> > > > > extension, I'd guess, RHEL 6.x) no longer use openoffice but,
> rather,
> > > > > libreoffice.  libreoffice-headless is installed, and is running as
> a
> > > > > service:
> > > > >
> > > > > tcp        0      0 127.0.0.1:8100              0.0.0.0:*
> > > > > LISTEN      13514/soffice.bin
> > > > >
> > > > > started with:
> > > > >
> > > > > soffice --headless --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > > --nofirststartwizard
> > > > >
> > > > > Dimitri
> > > > >
> > > > > On Monday 30 July 2012 2:08:17 pm Alexei Fedotov wrote:
> > > > > > It says, URL seems to be unsupported.
> > > > > >
> > > > > > The class which produces it is under com.sun, so the problem may
> be
> > >
> > > in
> > >
> > > > > the
> > > > >
> > > > > > old OpenOffice version
> > > > > > 30.07.2012 21:54 пользователь "Dimitri Yioulos"
> > > > > > <dy...@onpointfc.com>
> > > > > >
> > > > > > написал:
> > > > > > > Hello to all.
> > > > > > >
> > > > > > > I'm not new to Openmeetings, having originally installed and
> > > > > > > tried
> > >
> > > it
> > >
> > > > > at
> > > > >
> > > > > > > least a
> > > > > > > couple of years ago.  Thanks to Sabastian Wgner for having
> > > > > > > created it, and to
> > > > > > > Apache for taking the project forward.
> > > > > > >
> > > > > > > I've installed version 2.0.0 on a CentOS 6.2 server.  All of
> the
> > > > > > > prerequisites
> > > > > > > are installed, and Openmeetings works well.  With the exception
> > > > > > > of file uploading, that is.  After figuring out the paths of
> the
> > >
> > > various
> > >
> > > > > > > components required to make file uploading work, I'm finally
> at a
> > > > > > > point where I'm stuck.
> > > > > > > When I try to upload a file, I get the following (it's
> verbose; I
> > > > > > > apologize):
> > > > > > >
> > > > > > > Name: out
> > > > > > > Value:
> > > > > > > Name: exitValue
> > > > > > > Value: 1
> > > > > > > Name: command
> > > > > > > Value:
> > > > > > > [java, -cp, /usr/local/jodconverter/lib/juh-3.2.1.jar, -cp,
> > > > > > > /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
> > > > > > > /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
> > > > > > > /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
> > > > > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar, -cp,
> > > > > > > /usr/local/jodconverter/lib/commons-io-1.4.jar, -cp,
> > > > > > > /usr/local/jodconverter/lib/json-20090211.jar, -cp,
> > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar,
> > > > > > > -jar,
> > > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e94
> > >
> > > > > > >e7b1784cbc2a9b42b161a.doc,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> > >
> > > > > > >784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf] Name:
> > > > > > > error Value: Jul 30, 2012 1:18:25 PM
> > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > > > > > > INFO: ProcessManager implementation is LinuxProcessManager
> > > > > > > Jul 30, 2012 1:18:26 PM
> > > > > > > org.artofsolving.jodconverter.office.OfficeProcess start
> > > > > > > INFO: starting process with
> > > > > > > acceptString 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and
> > > > > > > profileDir '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > > > > > Jul 30, 2012 1:18:26 PM
> > > > > > > org.artofsolving.jodconverter.office.OfficeProcess start
> > > > > > > INFO: started process; pid = 13986
> > > > > > > Jul 30, 2012 1:18:26 PM
> > > > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > > connect
> > > > > > > INFO: connected: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > > > Jul 30, 2012 1:18:26 PM
> > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > > > > > > stop INFO: stopping
> > > > > > > Jul 30, 2012 1:18:26 PM
> > > > > > > org.artofsolving.jodconverter.office.OfficeConnection$1
> > > > > > > disposing
> > > > > > > INFO: disconnected:
> > > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' Jul 30, 2012
> > > > > > > 1:18:27 PM
> > > > > > > org.artofsolving.jodconverter.office.ManagedOfficeProcess
> > > > > > > doEnsureProcessExited
> > > > > > > INFO: process exited with code 0
> > > > > > > Jul 30, 2012 1:18:27 PM
> > > > > > > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > > > > > > stop INFO: stopped
> > > > > > > Exception in thread "main"
> > > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > > could not load document: 5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > > > > >         at
> > >
> > >
> org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstrac
> > >
> > > > > > >tConversionTask.java:92) at
> > >
> > >
> org.artofsolving.jodconverter.AbstractConversionTask.execute(AbstractConv
> > >
> > > > > > >ersionTask.java:59) at
> > >
> > >
> org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(PooledOffi
> > >
> > > > > > >ceManager.java:80) at
> > >
> > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:47
> > >
> > > > > > >1) at
> > > > > > >
> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334
> > > > > > >) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at
> > >
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java
> > >
> > > > > > >:1110) at
> > >
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav
> > >
> > > > > > >a:603) at java.lang.Thread.run(Thread.java:722)
> > > > > > > Caused by: com.sun.star.lang.IllegalArgumentException: URL
> seems
> > > > > > > to be
> > > > >
> > > > > an
> > > > >
> > > > > > > unsupported one.
> > > > > > >         at
> > >
> > >
> com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedExcept
> > >
> > > > > > >ion(Job.java:177) at
> > > > > > >
> com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:143
> > > > > > >) at
> > >
> > >
> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:335
> > >
> > > > > > >) at
> > >
> > >
> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:304
> > >
> > > > > > >) at
> > >
> > >
> com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThreadP
> > >
> > > > > > >ool.java:91) at
> > >
> > >
> com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(j
> > >
> > > > > > >ava_remote_bridge.java:639) at
> > >
> > >
> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(Pro
> > >
> > > > > > >xyFactory.java:151) at
> > >
> > >
> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(Prox
> > >
> > > > > > >yFactory.java:133) at $Proxy4.loadComponentFromURL(Unknown
> Source)
> > > > > > >         at
> > >
> > >
> org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstrac
> > >
> > > > > > >tConversionTask.java:90) ... 8 more
> > > > > > >
> > > > > > > Name: process
> > > > > > > Value: doJodConvert
> > > > > > > Name: exitValue
> > > > > > > Value: 0
> > > > > > > Name: command
> > > > > > > Value:
> > > > > > > Name: completeName
> > > > > > > Value:
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e94
> > >
> > > > > > >e7b1784cbc2a9b42b161a Name: error
> > > > > > > Value:
> > > > > > > Name: fileExplorerItemId
> > > > > > > Value: 7
> > > > > > > Name: process
> > > > > > > Value:
> > > > > > > Name: exitValue
> > > > > > > Value: 0
> > > > > > > Name: process
> > > > > > > Value: generateXMLDocument
> > > > > > > Name: out
> > > > > > > Value:
> > > > > > > Name: exitValue
> > > > > > > Value: 1
> > > > > > > Name: command
> > > > > > > Value: [/usr/bin/convert, -thumbnail,
> > > > > > > 80,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> > >
> > > > > > >784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> > >
> > > > > > >784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name: error
> > > > > > > Value: convert: unable to open image
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b
> > >
> > > > > > >1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf': No
> such
> > >
> > > file
> > >
> > > > > or
> > > > >
> > > > > > > directory @ blob.c/OpenBlob/2480.
> > > > > > > convert: missing an image filename
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b
> > >
> > > > > > >1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > > > > > > convert.c/ConvertImageCommand/2800.
> > > > > > >
> > > > > > > Name: process
> > > > > > > Value: generateBatchThumbByWidth
> > > > > > > Name: exitValue
> > > > > > > Value: 0
> > > > > > > Name: process
> > > > > > > Value: processPDF
> > > > > > > Name: out
> > > > > > > Value:
> > > > > > > Name: exitValue
> > > > > > > Value: 1
> > > > > > > Name: command
> > > > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s,
> poly2bitmap,
> > >
> > > -i,
> > >
> > > > > -j,
> > > > >
> > > > > > > 85, -s,
> > > > > > > zoom=72,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> > >
> > > > > > >784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> > >
> > > > > > >784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.swf] Name:
> > > > > > > error
> > > > > > >
> > > > > > > Value: Error: Couldn't open
> > > > > > > file
> > >
> > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b
> > >
> > > > > > >1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf'
> > > > > > >
> > > > > > > Name: process
> > > > > > > Value: generateSwf
> > > > > > >
> > > > > > > So, it looks like a file couldn't be opened.  The file is owner
> > > > > > > by
> > > > >
> > > > > root,
> > > > >
> > > > > > > and has
> > > > > > > 644 permissions.  Are these set by jodconverter?  Anyway, does
> > >
> > > anyone
> > >
> > > > > > > know how
> > > > > > > I can resolve this issue?
> > > > > > >
> > > > > > > Many thanks.
> > > > > > >
> > > > > > > Dimitri
> > > > > > >
> > > > > > > --
> > > > > > > This message has been scanned for viruses and
> > > > > > > dangerous content by MailScanner, and is
> > > > > > > believed to be clean.
> > > > >
> > > > > --
> > > > > This message has been scanned for viruses and
> > > > > dangerous content by MailScanner, and is
> > > > > believed to be clean.
> > > >
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > >
> > > --
> > > This message has been scanned for viruses and
> > > dangerous content by MailScanner, and is
> > > believed to be clean.
> >
> > --
> > WBR
> > Maxim aka solomax
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>


-- 
WBR
Maxim aka solomax

Re: File upload troubles

Posted by Dimitri Yioulos <dy...@onpointfc.com>.
Maxim,

I'm not quite sure how to proceed.  First, I just installed parts of 
libreoffice:

libreoffice-headless-3.4.5.2-16.el6.i686
libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
libreoffice-ure-3.4.5.2-16.el6.i686
libreoffice-core-3.4.5.2-16.el6.i686

Should I do a "yum groupinstall libreoffice"?

Next, I'm not sure how to open my doc.  This is a server install and, so, there 
is no Xwindow/desktop system installed.

Finally, how do I get the Oracle java to be the default?  I do have the 
following in /etc/profile so that the proper java be loaded at boot (I think):

export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java
export PATH=$PATH:/usr/java/jdk1.7.0_04/bin

Dimitri


On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik wrote:
> Yes you could :)
> According to this:
> http://stackoverflow.com/questions/8420449/docsplit-jodconverter-openoffice
>-issue-on-debian
>
> can you ensure you have writer/calc/impress installed (by opening your doc
> for example)
>
> were you install your libreoffice via yum groupinstall?
>
> I would recommend you to have Oracle java as default one
> There are some weird issued with  OpenJDK.
>
> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos 
<dy...@onpointfc.com>wrote:
> > Let me take the easy part first:
> >
> > [root@openmeetings ~]# java -version
> > java version "1.7.0_05-icedtea"
> > OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
> > OpenJDK Client VM (build 23.0-b21, mixed mode)
> >
> > Now, the thing of it is, even though I installed the Sun/Oracle version,
> > when I
> > installed some other component (libreoffice, I think, but I forget
> > exactly what), a dependency that was installed was OpenJDK.  Hmmm.
> >
> > I tried to do the following conversion at the command line:
> >
> > java -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > "FAX COVER SHEET.doc" faxcover.pdf
> >
> > It failed.  I got:
> >
> > Exception in thread "main"
> > org.artofsolving.jodconverter.office.OfficeException:
> > could not load document: FAX COVER SHEET.doc
> > ~
> > Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to be an
> > unsupported one.
> > ~
> >
> > I can convert MS Word docs, can't I?
> >
> > Dimitri
> >
> > On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik wrote:
> > > Please try to stop it and run jod converter via commandline (jod
> >
> > converter
> >
> > > will start libreoffice automatically)
> > > also please check your java version?
> > >
> > >
> > > java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> > > -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > > -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > > -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> > > -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar -cp
> > > /usr/local/jodconverter/lib/commons-io-1.4.jar
> > > -cp /usr/local/jodconverter/lib/json-20090211.jar
> > > -cp /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > > -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> >78
> >
> > >4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc 1a.pdf
> > >
> > > On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> >
> > <dy...@onpointfc.com>wrote:
> > > > Thanks to both Maxim and Alexsei for your responses.  CentOS 6.x
> > > > (and,
> >
> > by
> >
> > > > extension, I'd guess, RHEL 6.x) no longer use openoffice but, rather,
> > > > libreoffice.  libreoffice-headless is installed, and is running as a
> > > > service:
> > > >
> > > > tcp        0      0 127.0.0.1:8100              0.0.0.0:*
> > > > LISTEN      13514/soffice.bin
> > > >
> > > > started with:
> > > >
> > > > soffice --headless --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > > --nofirststartwizard
> > > >
> > > > Dimitri
> > > >
> > > > On Monday 30 July 2012 2:08:17 pm Alexei Fedotov wrote:
> > > > > It says, URL seems to be unsupported.
> > > > >
> > > > > The class which produces it is under com.sun, so the problem may be
> >
> > in
> >
> > > > the
> > > >
> > > > > old OpenOffice version
> > > > > 30.07.2012 21:54 пользователь "Dimitri Yioulos"
> > > > > <dy...@onpointfc.com>
> > > > >
> > > > > написал:
> > > > > > Hello to all.
> > > > > >
> > > > > > I'm not new to Openmeetings, having originally installed and
> > > > > > tried
> >
> > it
> >
> > > > at
> > > >
> > > > > > least a
> > > > > > couple of years ago.  Thanks to Sabastian Wgner for having
> > > > > > created it, and to
> > > > > > Apache for taking the project forward.
> > > > > >
> > > > > > I've installed version 2.0.0 on a CentOS 6.2 server.  All of the
> > > > > > prerequisites
> > > > > > are installed, and Openmeetings works well.  With the exception
> > > > > > of file uploading, that is.  After figuring out the paths of the
> >
> > various
> >
> > > > > > components required to make file uploading work, I'm finally at a
> > > > > > point where I'm stuck.
> > > > > > When I try to upload a file, I get the following (it's verbose; I
> > > > > > apologize):
> > > > > >
> > > > > > Name: out
> > > > > > Value:
> > > > > > Name: exitValue
> > > > > > Value: 1
> > > > > > Name: command
> > > > > > Value:
> > > > > > [java, -cp, /usr/local/jodconverter/lib/juh-3.2.1.jar, -cp,
> > > > > > /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
> > > > > > /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
> > > > > > /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
> > > > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar, -cp,
> > > > > > /usr/local/jodconverter/lib/commons-io-1.4.jar, -cp,
> > > > > > /usr/local/jodconverter/lib/json-20090211.jar, -cp,
> > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar,
> > > > > > -jar,
> > > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar,
> >
> > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e94
> >
> > > > > >e7b1784cbc2a9b42b161a.doc,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> >
> > > > > >784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf] Name:
> > > > > > error Value: Jul 30, 2012 1:18:25 PM
> > > > > > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > > > > > INFO: ProcessManager implementation is LinuxProcessManager
> > > > > > Jul 30, 2012 1:18:26 PM
> > > > > > org.artofsolving.jodconverter.office.OfficeProcess start
> > > > > > INFO: starting process with
> > > > > > acceptString 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and
> > > > > > profileDir '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > > > > Jul 30, 2012 1:18:26 PM
> > > > > > org.artofsolving.jodconverter.office.OfficeProcess start
> > > > > > INFO: started process; pid = 13986
> > > > > > Jul 30, 2012 1:18:26 PM
> > > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > > > connect
> > > > > > INFO: connected: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > > Jul 30, 2012 1:18:26 PM
> > > > > > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > > > > > stop INFO: stopping
> > > > > > Jul 30, 2012 1:18:26 PM
> > > > > > org.artofsolving.jodconverter.office.OfficeConnection$1
> > > > > > disposing
> > > > > > INFO: disconnected:
> > > > > > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' Jul 30, 2012
> > > > > > 1:18:27 PM
> > > > > > org.artofsolving.jodconverter.office.ManagedOfficeProcess
> > > > > > doEnsureProcessExited
> > > > > > INFO: process exited with code 0
> > > > > > Jul 30, 2012 1:18:27 PM
> > > > > > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > > > > > stop INFO: stopped
> > > > > > Exception in thread "main"
> > > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > > could not load document: 5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > > > >         at
> >
> > org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstrac
> >
> > > > > >tConversionTask.java:92) at
> >
> > org.artofsolving.jodconverter.AbstractConversionTask.execute(AbstractConv
> >
> > > > > >ersionTask.java:59) at
> >
> > org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(PooledOffi
> >
> > > > > >ceManager.java:80) at
> >
> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:47
> >
> > > > > >1) at
> > > > > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334
> > > > > >) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java
> >
> > > > > >:1110) at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav
> >
> > > > > >a:603) at java.lang.Thread.run(Thread.java:722)
> > > > > > Caused by: com.sun.star.lang.IllegalArgumentException: URL seems
> > > > > > to be
> > > >
> > > > an
> > > >
> > > > > > unsupported one.
> > > > > >         at
> >
> > com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedExcept
> >
> > > > > >ion(Job.java:177) at
> > > > > > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:143
> > > > > >) at
> >
> > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:335
> >
> > > > > >) at
> >
> > com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:304
> >
> > > > > >) at
> >
> > com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThreadP
> >
> > > > > >ool.java:91) at
> >
> > com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(j
> >
> > > > > >ava_remote_bridge.java:639) at
> >
> > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(Pro
> >
> > > > > >xyFactory.java:151) at
> >
> > com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(Prox
> >
> > > > > >yFactory.java:133) at $Proxy4.loadComponentFromURL(Unknown Source)
> > > > > >         at
> >
> > org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstrac
> >
> > > > > >tConversionTask.java:90) ... 8 more
> > > > > >
> > > > > > Name: process
> > > > > > Value: doJodConvert
> > > > > > Name: exitValue
> > > > > > Value: 0
> > > > > > Name: command
> > > > > > Value:
> > > > > > Name: completeName
> > > > > > Value:
> >
> > /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e94
> >
> > > > > >e7b1784cbc2a9b42b161a Name: error
> > > > > > Value:
> > > > > > Name: fileExplorerItemId
> > > > > > Value: 7
> > > > > > Name: process
> > > > > > Value:
> > > > > > Name: exitValue
> > > > > > Value: 0
> > > > > > Name: process
> > > > > > Value: generateXMLDocument
> > > > > > Name: out
> > > > > > Value:
> > > > > > Name: exitValue
> > > > > > Value: 1
> > > > > > Name: command
> > > > > > Value: [/usr/bin/convert, -thumbnail,
> > > > > > 80,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> >
> > > > > >784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> >
> > > > > >784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name: error
> > > > > > Value: convert: unable to open image
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b
> >
> > > > > >1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf': No such
> >
> > file
> >
> > > > or
> > > >
> > > > > > directory @ blob.c/OpenBlob/2480.
> > > > > > convert: missing an image filename
> >
> > `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b
> >
> > > > > >1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > > > > > convert.c/ConvertImageCommand/2800.
> > > > > >
> > > > > > Name: process
> > > > > > Value: generateBatchThumbByWidth
> > > > > > Name: exitValue
> > > > > > Value: 0
> > > > > > Name: process
> > > > > > Value: processPDF
> > > > > > Name: out
> > > > > > Value:
> > > > > > Name: exitValue
> > > > > > Value: 1
> > > > > > Name: command
> > > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap,
> >
> > -i,
> >
> > > > -j,
> > > >
> > > > > > 85, -s,
> > > > > > zoom=72,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> >
> > > > > >784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> >
> > /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> >
> > > > > >784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.swf] Name:
> > > > > > error
> > > > > >
> > > > > > Value: Error: Couldn't open
> > > > > > file
> >
> > '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b
> >
> > > > > >1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf'
> > > > > >
> > > > > > Name: process
> > > > > > Value: generateSwf
> > > > > >
> > > > > > So, it looks like a file couldn't be opened.  The file is owner
> > > > > > by
> > > >
> > > > root,
> > > >
> > > > > > and has
> > > > > > 644 permissions.  Are these set by jodconverter?  Anyway, does
> >
> > anyone
> >
> > > > > > know how
> > > > > > I can resolve this issue?
> > > > > >
> > > > > > Many thanks.
> > > > > >
> > > > > > Dimitri
> > > > > >
> > > > > > --
> > > > > > This message has been scanned for viruses and
> > > > > > dangerous content by MailScanner, and is
> > > > > > believed to be clean.
> > > >
> > > > --
> > > > This message has been scanned for viruses and
> > > > dangerous content by MailScanner, and is
> > > > believed to be clean.
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
>
> --
> WBR
> Maxim aka solomax



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: {Disarmed} Re: File upload troubles

Posted by Maxim Solodovnik <so...@gmail.com>.
Yes you could :)
According to this:
http://stackoverflow.com/questions/8420449/docsplit-jodconverter-openoffice-issue-on-debian

can you ensure you have writer/calc/impress installed (by opening your doc
for example)

were you install your libreoffice via yum groupinstall?

I would recommend you to have Oracle java as default one
There are some weird issued with  OpenJDK.

On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos <dy...@onpointfc.com>wrote:

> Let me take the easy part first:
>
> [root@openmeetings ~]# java -version
> java version "1.7.0_05-icedtea"
> OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
> OpenJDK Client VM (build 23.0-b21, mixed mode)
>
> Now, the thing of it is, even though I installed the Sun/Oracle version,
> when I
> installed some other component (libreoffice, I think, but I forget exactly
> what), a dependency that was installed was OpenJDK.  Hmmm.
>
> I tried to do the following conversion at the command line:
>
> java -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar "FAX
> COVER SHEET.doc" faxcover.pdf
>
> It failed.  I got:
>
> Exception in thread "main"
> org.artofsolving.jodconverter.office.OfficeException:
> could not load document: FAX COVER SHEET.doc
> ~
> Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to be an
> unsupported one.
> ~
>
> I can convert MS Word docs, can't I?
>
> Dimitri
>
>
> On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik wrote:
> > Please try to stop it and run jod converter via commandline (jod
> converter
> > will start libreoffice automatically)
> > also please check your java version?
> >
> >
> > java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
> > -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
> > -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
> > -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar
> > -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar -cp
> > /usr/local/jodconverter/lib/commons-io-1.4.jar
> > -cp /usr/local/jodconverter/lib/json-20090211.jar
> > -cp /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> > -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar
> >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b178
> >4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc 1a.pdf
> >
> > On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos
> <dy...@onpointfc.com>wrote:
> > > Thanks to both Maxim and Alexsei for your responses.  CentOS 6.x (and,
> by
> > > extension, I'd guess, RHEL 6.x) no longer use openoffice but, rather,
> > > libreoffice.  libreoffice-headless is installed, and is running as a
> > > service:
> > >
> > > tcp        0      0 127.0.0.1:8100              0.0.0.0:*
> > > LISTEN      13514/soffice.bin
> > >
> > > started with:
> > >
> > > soffice --headless --accept="socket,host=127.0.0.1,port=8100;urp;"
> > > --nofirststartwizard
> > >
> > > Dimitri
> > >
> > > On Monday 30 July 2012 2:08:17 pm Alexei Fedotov wrote:
> > > > It says, URL seems to be unsupported.
> > > >
> > > > The class which produces it is under com.sun, so the problem may be
> in
> > >
> > > the
> > >
> > > > old OpenOffice version
> > > > 30.07.2012 21:54 пользователь "Dimitri Yioulos"
> > > > <dy...@onpointfc.com>
> > > >
> > > > написал:
> > > > > Hello to all.
> > > > >
> > > > > I'm not new to Openmeetings, having originally installed and tried
> it
> > >
> > > at
> > >
> > > > > least a
> > > > > couple of years ago.  Thanks to Sabastian Wgner for having created
> > > > > it, and to
> > > > > Apache for taking the project forward.
> > > > >
> > > > > I've installed version 2.0.0 on a CentOS 6.2 server.  All of the
> > > > > prerequisites
> > > > > are installed, and Openmeetings works well.  With the exception of
> > > > > file uploading, that is.  After figuring out the paths of the
> various
> > > > > components required to make file uploading work, I'm finally at a
> > > > > point where I'm stuck.
> > > > > When I try to upload a file, I get the following (it's verbose; I
> > > > > apologize):
> > > > >
> > > > > Name: out
> > > > > Value:
> > > > > Name: exitValue
> > > > > Value: 1
> > > > > Name: command
> > > > > Value:
> > > > > [java, -cp, /usr/local/jodconverter/lib/juh-3.2.1.jar, -cp,
> > > > > /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp,
> > > > > /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp,
> > > > > /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp,
> > > > > /usr/local/jodconverter/lib/commons-cli-1.1.jar, -cp,
> > > > > /usr/local/jodconverter/lib/commons-io-1.4.jar, -cp,
> > > > > /usr/local/jodconverter/lib/json-20090211.jar, -cp,
> > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar, -jar,
> > > > > /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e94
> > >
> > > > >e7b1784cbc2a9b42b161a.doc,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> > >
> > > > >784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf] Name: error
> > > > > Value: Jul 30, 2012 1:18:25 PM
> > > > > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager
> > > > > INFO: ProcessManager implementation is LinuxProcessManager
> > > > > Jul 30, 2012 1:18:26 PM
> > > > > org.artofsolving.jodconverter.office.OfficeProcess start
> > > > > INFO: starting process with
> > > > > acceptString 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and
> > > > > profileDir '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002'
> > > > > Jul 30, 2012 1:18:26 PM
> > > > > org.artofsolving.jodconverter.office.OfficeProcess start
> > > > > INFO: started process; pid = 13986
> > > > > Jul 30, 2012 1:18:26 PM
> > > > > org.artofsolving.jodconverter.office.OfficeConnection
> > > > > connect
> > > > > INFO: connected: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > Jul 30, 2012 1:18:26 PM
> > > > > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager stop
> > > > > INFO: stopping
> > > > > Jul 30, 2012 1:18:26 PM
> > > > > org.artofsolving.jodconverter.office.OfficeConnection$1
> > > > > disposing
> > > > > INFO: disconnected: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
> > > > > Jul 30, 2012 1:18:27 PM
> > > > > org.artofsolving.jodconverter.office.ManagedOfficeProcess
> > > > > doEnsureProcessExited
> > > > > INFO: process exited with code 0
> > > > > Jul 30, 2012 1:18:27 PM
> > > > > org.artofsolving.jodconverter.office.ProcessPoolOfficeManager stop
> > > > > INFO: stopped
> > > > > Exception in thread "main"
> > > > > org.artofsolving.jodconverter.office.OfficeException:
> > > > > could not load document: 5b494e18e94e7b1784cbc2a9b42b161a.doc
> > > > >         at
> > >
> > >
> org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstrac
> > >
> > > > >tConversionTask.java:92) at
> > >
> > >
> org.artofsolving.jodconverter.AbstractConversionTask.execute(AbstractConv
> > >
> > > > >ersionTask.java:59) at
> > >
> > >
> org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(PooledOffi
> > >
> > > > >ceManager.java:80) at
> > > > >
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:47
> > > > >1) at
> > > > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> > > > >         at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> > > > >         at
> > >
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java
> > >
> > > > >:1110) at
> > >
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav
> > >
> > > > >a:603) at java.lang.Thread.run(Thread.java:722)
> > > > > Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to
> > > > > be
> > >
> > > an
> > >
> > > > > unsupported one.
> > > > >         at
> > >
> > >
> com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedExcept
> > >
> > > > >ion(Job.java:177) at
> > > > > com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:143)
> > > > >         at
> > >
> > >
> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:335
> > >
> > > > >) at
> > >
> > >
> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:304
> > >
> > > > >) at
> > >
> > >
> com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThreadP
> > >
> > > > >ool.java:91) at
> > >
> > >
> com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(j
> > >
> > > > >ava_remote_bridge.java:639) at
> > >
> > >
> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(Pro
> > >
> > > > >xyFactory.java:151) at
> > >
> > >
> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(Prox
> > >
> > > > >yFactory.java:133) at $Proxy4.loadComponentFromURL(Unknown Source)
> > > > >         at
> > >
> > >
> org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstrac
> > >
> > > > >tConversionTask.java:90) ... 8 more
> > > > >
> > > > > Name: process
> > > > > Value: doJodConvert
> > > > > Name: exitValue
> > > > > Value: 0
> > > > > Name: command
> > > > > Value:
> > > > > Name: completeName
> > > > > Value:
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e94
> > >
> > > > >e7b1784cbc2a9b42b161a Name: error
> > > > > Value:
> > > > > Name: fileExplorerItemId
> > > > > Value: 7
> > > > > Name: process
> > > > > Value:
> > > > > Name: exitValue
> > > > > Value: 0
> > > > > Name: process
> > > > > Value: generateXMLDocument
> > > > > Name: out
> > > > > Value:
> > > > > Name: exitValue
> > > > > Value: 1
> > > > > Name: command
> > > > > Value: [/usr/bin/convert, -thumbnail,
> > > > > 80,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> > >
> > > > >784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> > >
> > > > >784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name: error
> > > > > Value: convert: unable to open image
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b
> > >
> > > > >1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf': No such
> file
> > >
> > > or
> > >
> > > > > directory @ blob.c/OpenBlob/2480.
> > > > > convert: missing an image filename
> > >
> > >
> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b
> > >
> > > > >1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @
> > > > > convert.c/ConvertImageCommand/2800.
> > > > >
> > > > > Name: process
> > > > > Value: generateBatchThumbByWidth
> > > > > Name: exitValue
> > > > > Value: 0
> > > > > Name: process
> > > > > Value: processPDF
> > > > > Name: out
> > > > > Value:
> > > > > Name: exitValue
> > > > > Value: 1
> > > > > Name: command
> > > > > Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap,
> -i,
> > >
> > > -j,
> > >
> > > > > 85, -s,
> > > > > zoom=72,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> > >
> > > > >784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf,
> > >
> > >
> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b1
> > >
> > > > >784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.swf] Name: error
> > > > >
> > > > > Value: Error: Couldn't open
> > > > > file
> > >
> > >
> '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7b
> > >
> > > > >1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf'
> > > > >
> > > > > Name: process
> > > > > Value: generateSwf
> > > > >
> > > > > So, it looks like a file couldn't be opened.  The file is owner by
> > >
> > > root,
> > >
> > > > > and has
> > > > > 644 permissions.  Are these set by jodconverter?  Anyway, does
> anyone
> > > > > know how
> > > > > I can resolve this issue?
> > > > >
> > > > > Many thanks.
> > > > >
> > > > > Dimitri
> > > > >
> > > > > --
> > > > > This message has been scanned for viruses and
> > > > > dangerous content by MailScanner, and is
> > > > > believed to be clean.
> > >
> > > --
> > > This message has been scanned for viruses and
> > > dangerous content by MailScanner, and is
> > > believed to be clean.
> >
> > --
> > WBR
> > Maxim aka solomax
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>


-- 
WBR
Maxim aka solomax