Hello Jacob,

sorry for the late response, I was on the vacation
I'll try to reproduce/fix your issue
could you please try if files with JPG (not JPEG) extension works as
expected?

On Wed, May 4, 2016 at 1:21 AM, Jacob Wenzel <j...@energiakademiet.dk> wrote:

> Hi all!
>
> I'm sorry if this has been answered already, but I have not been able to
> find a solution by searching <http://openmeetings.markmail.org/>
> http://openmeetings.markmail.org/
>
> I'm having trouble with importing image files to the white board in OM.
>
> All document and video formats upload and import correctly. But whenever I
> try to upload an image file, the upload dialog just hangs with the text
> "Upload complete, converting document".
>
> I see the following in the log and the images show up in
> /opt/red5311/webapps/openmeetings/uploadtemp/files/ but they never get
> imported to the white board.
>
> DEBUG 05-03 16:18:34.755 o.a.o.d.u.AuthLevelUtil:36 
> [http-nio-0.0.0.0-5080-exec-1] - Level Room :: [GRANTED]
> DEBUG 05-03 16:18:34.756 o.a.o.c.d.f.FileProcessor:74 
> [http-nio-0.0.0.0-5080-exec-1] - file extension: jpeg
> DEBUG 05-03 16:18:34.757 o.a.o.c.d.f.FileProcessor:87 
> [http-nio-0.0.0.0-5080-exec-1] - isAsIs: false
> DEBUG 05-03 16:18:34.757 o.a.o.c.d.f.FileProcessor:97 
> [http-nio-0.0.0.0-5080-exec-1] - writing file to: 
> /opt/red5311/webapps/openmeetings/uploadtemp/files/55f2b81253a499e73a83d7215a43e365.jpeg
> DEBUG 05-03 16:18:34.769 o.a.o.c.d.f.FileProcessor:117 
> [http-nio-0.0.0.0-5080-exec-1] - fileId: 47
> DEBUG 05-03 16:18:34.769 o.a.o.c.d.f.FileProcessor:119 
> [http-nio-0.0.0.0-5080-exec-1] - canBeConverted: false
> DEBUG 05-03 16:18:34.769 o.a.o.c.d.f.FileProcessor:130 
> [http-nio-0.0.0.0-5080-exec-1] - ##### convert it to JPG:
> DEBUG 05-03 16:18:34.770 o.a.o.c.c.GenerateImage:63 
> [http-nio-0.0.0.0-5080-exec-1] - ##### convertImage destinationFile: 
> /opt/red5311/webapps/openmeetings/upload/files/55f2b81253a499e73a83d7215a43e365.jpg
> DEBUG 05-03 16:18:34.771 o.a.o.u.p.ProcessHelper:105 
> [http-nio-0.0.0.0-5080-exec-1] - START generateBatchThumbByWidth 
> #################
> DEBUG 05-03 16:18:34.772 o.a.o.u.p.ProcessHelper:106 
> [http-nio-0.0.0.0-5080-exec-1] - /usr/bin/convert 
> /opt/red5311/webapps/openmeetings/uploadtemp/files/55f2b81253a499e73a83d7215a43e365.jpeg
>  
> /opt/red5311/webapps/openmeetings/upload/files/55f2b81253a499e73a83d7215a43e365.jpg
> DEBUG 05-03 16:18:34.875 o.a.o.u.p.ProcessHelper:154 
> [http-nio-0.0.0.0-5080-exec-1] - exitVal: 0
> DEBUG 05-03 16:18:34.876 o.a.o.u.p.ProcessHelper:112 
> [http-nio-0.0.0.0-5080-exec-1] - END generateBatchThumbByWidth 
> #################
> DEBUG 05-03 16:18:34.876 o.a.o.c.c.GenerateThumbs:35 
> [http-nio-0.0.0.0-5080-exec-1] - generateThumb
> DEBUG 05-03 16:18:34.878 o.a.o.u.p.ProcessHelper:105 
> [http-nio-0.0.0.0-5080-exec-1] - START generateBatchThumbByWidth 
> #################
> DEBUG 05-03 16:18:34.879 o.a.o.u.p.ProcessHelper:106 
> [http-nio-0.0.0.0-5080-exec-1] - /usr/bin/convert -thumbnail 50x50 
> /opt/red5311/webapps/openmeetings/upload/files/55f2b81253a499e73a83d7215a43e365.jpg
>  
> /opt/red5311/webapps/openmeetings/upload/files/_thumb_55f2b81253a499e73a83d7215a43e365.jpg
> DEBUG 05-03 16:18:34.932 o.a.o.u.p.ProcessHelper:154 
> [http-nio-0.0.0.0-5080-exec-1] - exitVal: 0
> DEBUG 05-03 16:18:34.932 o.a.o.u.p.ProcessHelper:112 
> [http-nio-0.0.0.0-5080-exec-1] - END generateBatchThumbByWidth 
> #################
> DEBUG 05-03 16:18:34.933 o.a.c.p.PhaseInterceptorChain:305 
> [http-nio-0.0.0.0-5080-exec-1] - Invoking handleMessage on interceptor 
> org.apache.cxf.interceptor.OutgoingChainInterceptor@23aea796
> DEBUG 05-03 16:18:34.934 o.a.c.p.PhaseInterceptorChain:733 
> [http-nio-0.0.0.0-5080-exec-1] - Chain 
> org.apache.cxf.phase.PhaseInterceptorChain@5e9964fb was created. Current flow:
>   setup [PolicyOutInterceptor]
>   prepare-send [MessageSenderInterceptor]
>   pre-stream [LoggingOutInterceptor]
>   marshal [JAXRSOutInterceptor]
>
> If I exit and re-enter the room, the images are in the file browser, but
> the cursor freezes on the green plus sign, if I drop them on the white
> board.
>
> In have tried both no value and /usr/bin for imagemagick_path in
> Admin->config
>
> Setup:
> OS: Ubuntu Server x64 14.04.4 LTS
> OM: 3.1.1
> Imagemagick: from APT
> GhostScript: from APT
> Swftools: 0.9.1-1
> Ffmpeg: from ffmpeg_script_compile_Ubuntu_Debian.zip?version=8
> Flash: from APT
> Java: openjdk-7-jre-headless, icedtea-7-plugin
> Sox: 14.4.2
> Jodconverter: 3.0-beta-4
>
> I would appreciate some help.
>
>
> Med venlig hilsen/Best regards
>
> JACOB WENZEL
> Projektleder
>
> ENERGIAKADEMIET
> Strandengen 1
> 8305 SAMSØ
> +45 60 61 15 97
> j...@energiakademiet.dk
> www.energiakademiet.dk
>



-- 
WBR
Maxim aka solomax

Reply via email to