You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Aysha Saddiqa <ay...@yahoo.com> on 2013/07/15 07:43:15 UTC

Document upload error

I upload documents of different type all works fine but 

key: processSWF
process: generateSwf
command; [C:\Program Files (x86)\SWFTools\pdf2swf.exe, -s, insertstop, -s, poly2bitmap, -i, -j, 85, -s, zoom=100, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.swf]
exception: null
error: Error: Couldn't open file 'C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf'

exitValue: null
out: 
key: processThumb
process: processImageWindows
command; [cmd.exe, /C, C:\Program Files (x86)\ImageMagick-6.8.2-Q16\convert.exe, -thumbnail, 80, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\_thumb_page-%04d.jpg]
exception: null
error: 'C:\Program' is not recognized as an internal or external command,
operable program or batch file.

exitValue: null
out: 
key: processXML
process: generateXMLDocument
command; null
exception: null
error: null
exitValue: null
out: null
key: processOpenOffice
process: doJodConvert
command; null
exception: java.lang.Exception: Path to JOD Library folder does not exist
error: Path to JOD Library folder does not exist
exitValue: java.lang.Exception: Path to JOD Library folder does not exist
out: null

Re: Document upload error

Posted by Aysha Saddiqa <ay...@yahoo.com>.
I am using the version same as you told


________________________________
 From: Shaad <sh...@gmail.com>
To: user@openmeetings.apache.org 
Cc: Aysha Saddiqa <ay...@yahoo.com> 
Sent: Monday, July 15, 2013 12:03 PM
Subject: Re: Document upload error
 


Thanks Maxim for the correction. 


-- 
Shaad


On Monday, 15 July 2013 at 12:22 PM, Maxim Solodovnik wrote:
OM 2.0+ requires jodconverter 3.0b4
>
>
>
>On Mon, Jul 15, 2013 at 1:48 PM, Shaad <sh...@gmail.com> wrote:
>
>Please put as much info as possible. You are providing very less info.
>>
>>
>>When are you getting this error? 
>>I mean, during upload of which type of document. Is it word doc?
>>
>>
>>My guess is, you jodconverter is not set properly.
>>Do the following :
>>1. Download and unzip "jodconverter-2.2.2" or other version available.
>>note down the location of jodconverter's lib folder. Say its c:\jodconverter\lib
>>2. Run queries:
>>UPDATE configuration SET conf_value='c:\jodconverter\lib' WHERE conf_key='jod.path';
>>UPDATE configuration SET conf_value='c:\path\to\ur\openofficeOrlibreoffice' WHERE conf_key='office.path';
>>3. Start the openOffice/libreoffice service.
>>4. Restart red5
>>5. Try to upload now.
>>
>>
>>
>>
>>HTH
>>Shaad
>>
>>
>>
>>
>>On Monday, 15 July 2013 at 11:13 AM, Aysha Saddiqa wrote:
>>I upload documents of different type all works fine but 
>>>
>>>
>>>key: processSWF
>>>process: generateSwf
>>>command; [C:\Program Files (x86)\SWFTools\pdf2swf.exe, -s, insertstop, -s, poly2bitmap, -i, -j, 85, -s, zoom=100, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.swf]
>>>exception: null
>>>error: Error: Couldn't open file 'C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf'
>>>
>>>
>>>exitValue: null
>>>out: 
>>>key: processThumb
>>>process: processImageWindows
>>>command; [cmd.exe, /C, C:\Program Files (x86)\ImageMagick-6.8.2-Q16\convert.exe, -thumbnail, 80, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\_thumb_page-%04d.jpg]
>>>exception: null
>>>error: 'C:\Program' is not recognized as an internal or external command,
>>>operable program or batch file.
>>>
>>>
>>>exitValue: null
>>>out: 
>>>key: processXML
>>>process: generateXMLDocument
>>>command; null
>>>exception: null
>>>error: null
>>>exitValue: null
>>>out: null
>>>key: processOpenOffice
>>>process: doJodConvert
>>>command; null
>>>exception: java.lang.Exception: Path to JOD Library folder does not exist
>>>error: Path to JOD Library folder does not exist
>>>exitValue: java.lang.Exception: Path to JOD Library folder does not exist
>>>out: null
>>>
>>> 
>>
>>
>
>
>
>-- 
>WBR
>Maxim aka solomax  

Re: Document upload error

Posted by Shaad <sh...@gmail.com>.
Thanks Maxim for the correction. 

-- 
Shaad



On Monday, 15 July 2013 at 12:22 PM, Maxim Solodovnik wrote:

> OM 2.0+ requires jodconverter 3.0b4
> 
> 
> On Mon, Jul 15, 2013 at 1:48 PM, Shaad <shaad.nitw@gmail.com (mailto:shaad.nitw@gmail.com)> wrote:
> > Please put as much info as possible. You are providing very less info.
> > 
> > When are you getting this error? 
> > I mean, during upload of which type of document. Is it word doc?
> > 
> > My guess is, you jodconverter is not set properly.
> > Do the following :
> > 1. Download and unzip "jodconverter-2.2.2" or other version available.
> > note down the location of jodconverter's lib folder. Say its c:\jodconverter\lib
> > 2. Run queries:
> > UPDATE configuration SET conf_value='c:\jodconverter\lib' WHERE conf_key='jod.path';
> > UPDATE configuration SET conf_value='c:\path\to\ur\openofficeOrlibreoffice' WHERE conf_key='office.path';
> > 3. Start the openOffice/libreoffice service.
> > 4. Restart red5
> > 5. Try to upload now.
> > 
> > 
> > HTH
> > Shaad
> > 
> > 
> > 
> > On Monday, 15 July 2013 at 11:13 AM, Aysha Saddiqa wrote:
> > 
> > > I upload documents of different type all works fine but 
> > > 
> > > key: processSWF
> > > process: generateSwf
> > > command; [C:\Program Files (x86)\SWFTools\pdf2swf.exe, -s, insertstop, -s, poly2bitmap, -i, -j, 85, -s, zoom=100, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.swf]
> > > exception: null
> > > error: Error: Couldn't open file 'C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf'
> > > 
> > > exitValue: null
> > > out: 
> > > key: processThumb
> > > process: processImageWindows
> > > command; [cmd.exe, /C, C:\Program Files (x86)\ImageMagick-6.8.2-Q16\convert.exe, -thumbnail, 80, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\_thumb_page-%04d.jpg]
> > > exception: null
> > > error: 'C:\Program' is not recognized as an internal or external command,
> > > operable program or batch file.
> > > 
> > > exitValue: null 
> > > out: 
> > > key: processXML
> > > process: generateXMLDocument
> > > command; null
> > > exception: null
> > > error: null
> > > exitValue: null
> > > out: null
> > > key: processOpenOffice
> > > process: doJodConvert
> > > command; null
> > > exception: java.lang.Exception: Path to JOD Library folder does not exist
> > > error: Path to JOD Library folder does not exist
> > > exitValue: java.lang.Exception: Path to JOD Library folder does not exist
> > > out: null
> > > 
> > 
> 
> 
> 
> -- 
> WBR
> Maxim aka solomax 


Re: Document upload error

Posted by Shaad <sh...@gmail.com>.
Please see my friendly comment inline below


On Monday, 15 July 2013 at 1:00 PM, Aysha Saddiqa wrote:

> Please Provide me link of jodconverter 3.0b4
> 
> 
> 

You should not ask such simple question in an open source project forum.
You can get the download link by googling it.
Its just a friendly remark.
Here is the link : https://code.google.com/p/jodconverter/downloads/list?can=2&q=&colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount
 
 
> 
> From: Maxim Solodovnik <solomax666@gmail.com (mailto:solomax666@gmail.com)>
> To: Openmeetings user-list <user@openmeetings.apache.org (mailto:user@openmeetings.apache.org)> 
> Cc: Aysha Saddiqa <ayshasaddiqa@yahoo.com (mailto:ayshasaddiqa@yahoo.com)> 
> Sent: Monday, July 15, 2013 11:52 AM
> Subject: Re: Document upload error
> 
> OM 2.0+ requires jodconverter 3.0b4
> 
> 
> On Mon, Jul 15, 2013 at 1:48 PM, Shaad <shaad.nitw@gmail.com (mailto:shaad.nitw@gmail.com)> wrote:
> > Please put as much info as possible. You are providing very less info.
> > 
> > When are you getting this error? 
> > I mean, during upload of which type of document. Is it word doc?
> > 
> > My guess is, you jodconverter is not set properly.
> > Do the following :
> > 1. Download and unzip "jodconverter-2.2.2" or other version available.
> > note down the location of jodconverter's lib folder. Say its c:\jodconverter\lib
> > 2. Run queries:
> > UPDATE configuration SET conf_value='c:\jodconverter\lib' WHERE conf_key='jod.path';
> > UPDATE configuration SET conf_value='c:\path\to\ur\openofficeOrlibreoffice' WHERE conf_key='office.path';
> > 3. Start the openOffice/libreoffice service.
> > 4. Restart red5
> > 5. Try to upload now.
> > 
> > 
> > HTH
> > Shaad
> > 
> > 
> > On Monday, 15 July 2013 at 11:13 AM, Aysha Saddiqa wrote:
> > > I upload documents of different type all works fine but 
> > > 
> > > key: processSWF
> > > process: generateSwf
> > > command; [C:\Program Files (x86)\SWFTools\pdf2swf.exe, -s, insertstop, -s, poly2bitmap, -i, -j, 85, -s, zoom=100, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.swf]
> > > exception: null
> > > error: Error: Couldn't open file 'C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf'
> > > 
> > > exitValue: null
> > > out: 
> > > key: processThumb
> > > process: processImageWindows
> > > command; [cmd.exe, /C, C:\Program Files (x86)\ImageMagick-6.8.2-Q16\convert.exe, -thumbnail, 80, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\_thumb_page-%04d.jpg]
> > > exception: null
> > > error: 'C:\Program' is not recognized as an internal or external command,
> > > operable program or batch file.
> > > 
> > > exitValue: null 
> > > out: 
> > > key: processXML
> > > process: generateXMLDocument
> > > command; null
> > > exception: null
> > > error: null
> > > exitValue: null
> > > out: null
> > > key: processOpenOffice
> > > process: doJodConvert
> > > command; null
> > > exception: java.lang.Exception: Path to JOD Library folder does not exist
> > > error: Path to JOD Library folder does not exist
> > > exitValue: java.lang.Exception: Path to JOD Library folder does not exist
> > > out: null
> > > 
> > 
> 
> 
> 
> -- 
> WBR
> Maxim aka solomax 
> 


Re: Document upload error

Posted by Aysha Saddiqa <ay...@yahoo.com>.
Please Provide me link of jodconverter 3.0b4


________________________________
 From: Maxim Solodovnik <so...@gmail.com>
To: Openmeetings user-list <us...@openmeetings.apache.org> 
Cc: Aysha Saddiqa <ay...@yahoo.com> 
Sent: Monday, July 15, 2013 11:52 AM
Subject: Re: Document upload error
 


OM 2.0+ requires jodconverter 3.0b4



On Mon, Jul 15, 2013 at 1:48 PM, Shaad <sh...@gmail.com> wrote:

Please put as much info as possible. You are providing very less info.
>
>
>When are you getting this error? 
>I mean, during upload of which type of document. Is it word doc?
>
>
>My guess is, you jodconverter is not set properly.
>Do the following :
>1. Download and unzip "jodconverter-2.2.2" or other version available.
>note down the location of jodconverter's lib folder. Say its c:\jodconverter\lib
>2. Run queries:
>UPDATE configuration SET conf_value='c:\jodconverter\lib' WHERE conf_key='jod.path';
>UPDATE configuration SET conf_value='c:\path\to\ur\openofficeOrlibreoffice' WHERE conf_key='office.path';
>3. Start the openOffice/libreoffice service.
>4. Restart red5
>5. Try to upload now.
>
>
>
>
>HTH
>Shaad
>
>
>
>
>On Monday, 15 July 2013 at 11:13 AM, Aysha Saddiqa wrote:
>I upload documents of different type all works fine but 
>>
>>
>>key: processSWF
>>process: generateSwf
>>command; [C:\Program Files (x86)\SWFTools\pdf2swf.exe, -s, insertstop, -s, poly2bitmap, -i, -j, 85, -s, zoom=100, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.swf]
>>exception: null
>>error: Error: Couldn't open file 'C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf'
>>
>>
>>exitValue: null
>>out: 
>>key: processThumb
>>process: processImageWindows
>>command; [cmd.exe, /C, C:\Program Files (x86)\ImageMagick-6.8.2-Q16\convert.exe, -thumbnail, 80, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\_thumb_page-%04d.jpg]
>>exception: null
>>error: 'C:\Program' is not recognized as an internal or external command,
>>operable program or batch file.
>>
>>
>>exitValue: null
>>out: 
>>key: processXML
>>process: generateXMLDocument
>>command; null
>>exception: null
>>error: null
>>exitValue: null
>>out: null
>>key: processOpenOffice
>>process: doJodConvert
>>command; null
>>exception: java.lang.Exception: Path to JOD Library folder does not exist
>>error: Path to JOD Library folder does not exist
>>exitValue: java.lang.Exception: Path to JOD Library folder does not exist
>>out: null
>>
>> 
>
>


-- 
WBR
Maxim aka solomax 

Re: Document upload error

Posted by Maxim Solodovnik <so...@gmail.com>.
OM 2.0+ requires jodconverter 3.0b4


On Mon, Jul 15, 2013 at 1:48 PM, Shaad <sh...@gmail.com> wrote:

> Please put as much info as possible. You are providing very less info.
>
> When are you getting this error?
> I mean, during upload of which type of document. Is it word doc?
>
> My guess is, you jodconverter is not set properly.
> Do the following :
> 1. Download and unzip "jodconverter-2.2.2" or other version available.
> note down the location of jodconverter's lib folder. Say its
> c:\jodconverter\lib
> 2. Run queries:
> *UPDATE configuration SET conf_value='*c:\jodconverter\lib*' WHERE
> conf_key='*jod.path';
> *UPDATE configuration SET conf_value='*
> c:\path\to\ur\openofficeOrlibreoffice*' WHERE conf_key='*office.path';
> 3. Start the openOffice/libreoffice service.
> 4. Restart red5
> 5. Try to upload now.
> *
> *
>
> HTH
> Shaad
>
>
> On Monday, 15 July 2013 at 11:13 AM, Aysha Saddiqa wrote:
>
> I upload documents of different type all works fine but
>
> key: processSWF
> process: generateSwf
> command; [C:\Program Files (x86)\SWFTools\pdf2swf.exe, -s, insertstop, -s,
> poly2bitmap, -i, -j, 85, -s, zoom=100, C:\red5 -
> Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf,
> C:\red5 -
> Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.swf]
> exception: null
> error: Error: Couldn't open file 'C:\red5 -
> Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf'
>
> exitValue: null
> out:
> key: processThumb
> process: processImageWindows
> command; [cmd.exe, /C, C:\Program Files
> (x86)\ImageMagick-6.8.2-Q16\convert.exe, -thumbnail, 80, C:\red5 -
> Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf,
> C:\red5 -
> Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\_thumb_page-%04d.jpg]
> exception: null
> error: 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
>
> exitValue: null
> out:
> key: processXML
> process: generateXMLDocument
> command; null
> exception: null
> error: null
> exitValue: null
> out: null
> key: processOpenOffice
> process: doJodConvert
> command; null
> exception: java.lang.Exception: Path to JOD Library folder does not exist
> error: Path to JOD Library folder does not exist
> exitValue: java.lang.Exception: Path to JOD Library folder does not exist
> out: null
>
>
>


-- 
WBR
Maxim aka solomax

Re: Document upload error

Posted by Shaad <sh...@gmail.com>.
Please put as much info as possible. You are providing very less info.

When are you getting this error? 
I mean, during upload of which type of document. Is it word doc?

My guess is, you jodconverter is not set properly.
Do the following :
1. Download and unzip "jodconverter-2.2.2" or other version available.
note down the location of jodconverter's lib folder. Say its c:\jodconverter\lib
2. Run queries:
UPDATE configuration SET conf_value='c:\jodconverter\lib' WHERE conf_key='jod.path';
UPDATE configuration SET conf_value='c:\path\to\ur\openofficeOrlibreoffice' WHERE conf_key='office.path';
3. Start the openOffice/libreoffice service.
4. Restart red5
5. Try to upload now.


HTH
Shaad



On Monday, 15 July 2013 at 11:13 AM, Aysha Saddiqa wrote:

> I upload documents of different type all works fine but 
> 
> key: processSWF
> process: generateSwf
> command; [C:\Program Files (x86)\SWFTools\pdf2swf.exe, -s, insertstop, -s, poly2bitmap, -i, -j, 85, -s, zoom=100, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.swf]
> exception: null
> error: Error: Couldn't open file 'C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf'
> 
> exitValue: null
> out: 
> key: processThumb
> process: processImageWindows
> command; [cmd.exe, /C, C:\Program Files (x86)\ImageMagick-6.8.2-Q16\convert.exe, -thumbnail, 80, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\195ba4c792df69611a405ac7f44ca863.pdf, C:\red5 - Copy\webapps\openmeetings\upload\files\195ba4c792df69611a405ac7f44ca863\_thumb_page-%04d.jpg]
> exception: null
> error: 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> 
> exitValue: null
> out: 
> key: processXML
> process: generateXMLDocument
> command; null
> exception: null
> error: null
> exitValue: null
> out: null
> key: processOpenOffice
> process: doJodConvert
> command; null
> exception: java.lang.Exception: Path to JOD Library folder does not exist
> error: Path to JOD Library folder does not exist
> exitValue: java.lang.Exception: Path to JOD Library folder does not exist
> out: null
>