Uploading to the demo server worked for all exept animated GIF, which
produced a different error and jpeg, which also seemed to hang.
But this is really odd. When I changed OM server to DEVELOPMENT, I could
import jpg, png and bmp to the whiteboard, but after changing back to
DEPLOYMENT, the imports hang again.
1605openmeetings.log is the DEVELOPMENT log file with successful image
imports to whiteboard.
1718openmeetings.log is from where the server setting is changed back to
DEPLOYMENT and import of the same jpg hangs again.
Why would the import of images be successful on the development server
setting but fail on deployment setting?
On 2016-05-09 13:42, Maxim Solodovnik wrote:
I can see only only one unsuccessful conversion:
DEBUG 05-09 11:10:22.506 o.a.o.u.p.ProcessHelper:106
[http-nio-0.0.0.0-5080-exec-6] - /usr/bin/convert -thumbnail 50x50
/opt/red5311/webapps/openmeetings/upload/files/938fbc824825a7177d9097a526698067.jpg
/opt/red5311/webapps/openmeetings/upload/files/_thumb_938fbc824825a7177d9097a526698067.jpg
DEBUG 05-09 11:10:22.532 o.a.o.u.p.ProcessHelper:154
[http-nio-0.0.0.0-5080-exec-6] - *exitVal: 1*
could you please additionally do the following
1) stop OM
2) open /opt/red5311/webapps/openmeetings/WEB-INF/web.xml file
3) change DEPLOYMENT to be DEVELOPMENT
4) start OM
perform import and check client debug messages?
On Mon, May 9, 2016 at 5:37 PM, Maxim Solodovnik <solomax...@gmail.com
<mailto:solomax...@gmail.com>> wrote:
Can you please check if upload works on our demo server:
https://om.alteametasoft.com/openmeetings ?
I'll check the logs you have provided
On Mon, May 9, 2016 at 3:29 PM, Jacob Wenzel
<j...@energiakademiet.dk <mailto:j...@energiakademiet.dk>> wrote:
No problem, thanks for your reply! Hope you had a nice vacation :)
I have tried jpg, jpeg, png, gif and bmp. All hangs after
upload, and I have to cancel/close the upload dialog.
I'm new to openmeetings, and I am guessing I have at problem
with my setup, so I am not sure, you will be able to
reproduce. I have attached the relevant part of the log.
When I check the folders, it seems the files are being
converted and moved around the /uploadtemp/files/ and
/upload/files/ folders, they just never make it to the white
board.
On 2016-05-08 11:14, Maxim Solodovnik wrote:
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 <mailto: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/
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 <mailto:j...@energiakademiet.dk>
www.energiakademiet.dk <http://www.energiakademiet.dk>
--
WBR
Maxim aka solomax
--
WBR
Maxim aka solomax
--
WBR
Maxim aka solomax
DEBUG 05-09 16:05:47.832 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-7] - Invoking handleMessage on interceptor org.apache.cxf.ws.policy.PolicyInInterceptor@198728bc
DEBUG 05-09 16:05:47.832 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-7] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.LoggingInInterceptor@76b6d8d9
DEBUG 05-09 16:05:47.891 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-7] - Invoking handleMessage on interceptor org.apache.cxf.transport.https.CertConstraintsInterceptor@5e968e72
DEBUG 05-09 16:05:47.891 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-7] - Invoking handleMessage on interceptor org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor@5e56cb72
DEBUG 05-09 16:05:48.013 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-7] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.OneWayProcessorInterceptor@249dd79e
DEBUG 05-09 16:05:48.015 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-7] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.ServiceInvokerInterceptor@78835bbb
DEBUG 05-09 16:05:48.058 o.a.o.d.u.AuthLevelUtil:36 [http-nio-0.0.0.0-5080-exec-7] - Level Room :: [GRANTED]
DEBUG 05-09 16:05:48.059 o.a.o.c.d.f.FileProcessor:74 [http-nio-0.0.0.0-5080-exec-7] - file extension: jpg
DEBUG 05-09 16:05:48.061 o.a.o.c.d.f.FileProcessor:87 [http-nio-0.0.0.0-5080-exec-7] - isAsIs: true
DEBUG 05-09 16:05:48.061 o.a.o.c.d.f.FileProcessor:97 [http-nio-0.0.0.0-5080-exec-7] - writing file to: /opt/red5311/webapps/openmeetings/upload/files/09f53da0b74337c6a89d0cbdad324eaf.jpg
DEBUG 05-09 16:05:48.093 o.a.o.c.d.f.FileProcessor:117 [http-nio-0.0.0.0-5080-exec-7] - fileId: 68
DEBUG 05-09 16:05:48.095 o.a.o.c.d.f.FileProcessor:119 [http-nio-0.0.0.0-5080-exec-7] - canBeConverted: false
DEBUG 05-09 16:05:48.095 o.a.o.c.c.GenerateThumbs:35 [http-nio-0.0.0.0-5080-exec-7] - generateThumb
DEBUG 05-09 16:05:48.104 o.a.o.u.p.ProcessHelper:105 [http-nio-0.0.0.0-5080-exec-7] - START generateBatchThumbByWidth #################
DEBUG 05-09 16:05:48.105 o.a.o.u.p.ProcessHelper:106 [http-nio-0.0.0.0-5080-exec-7] - /usr/bin/convert -thumbnail 50x50 /opt/red5311/webapps/openmeetings/upload/files/09f53da0b74337c6a89d0cbdad324eaf.jpg /opt/red5311/webapps/openmeetings/upload/files/_thumb_09f53da0b74337c6a89d0cbdad324eaf.jpg
DEBUG 05-09 16:05:48.245 o.a.o.u.p.ProcessHelper:154 [http-nio-0.0.0.0-5080-exec-7] - exitVal: 0
DEBUG 05-09 16:05:48.249 o.a.o.u.p.ProcessHelper:112 [http-nio-0.0.0.0-5080-exec-7] - END generateBatchThumbByWidth #################
DEBUG 05-09 16:05:48.251 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-7] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.OutgoingChainInterceptor@77fb8fcc
DEBUG 05-09 16:05:48.252 o.a.c.p.PhaseInterceptorChain:733 [http-nio-0.0.0.0-5080-exec-7] - Chain org.apache.cxf.phase.PhaseInterceptorChain@293c15f5 was created. Current flow:
setup [PolicyOutInterceptor]
prepare-send [MessageSenderInterceptor]
pre-stream [LoggingOutInterceptor]
marshal [JAXRSOutInterceptor]
DEBUG 05-09 16:05:48.252 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-7] - Invoking handleMessage on interceptor org.apache.cxf.ws.policy.PolicyOutInterceptor@6873de4e
DEBUG 05-09 16:05:48.253 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-7] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.MessageSenderInterceptor@f080875
DEBUG 05-09 16:05:48.255 o.a.c.p.PhaseInterceptorChain:243 [http-nio-0.0.0.0-5080-exec-7] - Adding interceptor org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor@2a20f613 to phase prepare-send-ending
DEBUG 05-09 16:05:48.260 o.a.c.p.PhaseInterceptorChain:731 [http-nio-0.0.0.0-5080-exec-7] - Chain org.apache.cxf.phase.PhaseInterceptorChain@293c15f5 was modified. Current flow:
setup [PolicyOutInterceptor]
prepare-send [MessageSenderInterceptor]
pre-stream [LoggingOutInterceptor]
marshal [JAXRSOutInterceptor]
prepare-send-ending [MessageSenderEndingInterceptor]
DEBUG 05-09 16:05:48.260 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-7] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.LoggingOutInterceptor@58634108
DEBUG 05-09 16:05:48.260 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-7] - Invoking handleMessage on interceptor org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor@5c42a18d
DEBUG 05-09 16:05:48.269 o.a.c.w.a.ContextUtils:241 [http-nio-0.0.0.0-5080-exec-7] - retrieving MAPs from context property javax.xml.ws.addressing.context.inbound
DEBUG 05-09 16:05:48.272 o.a.c.w.a.ContextUtils:449 [http-nio-0.0.0.0-5080-exec-7] - WS-Addressing - failed to retrieve Message Addressing Properties from context
DEBUG 05-09 16:05:48.273 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-7] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor@2a20f613
TRACE 05-09 16:05:48.471 o.a.o.c.r.r.ScopeApplicationAdapter:1727 [Thread-10] - [MessageSender] -> 'sending message' sendVarsToMessage, [fileslist, 16:5, newfile, null]
TRACE 05-09 16:05:48.473 o.a.o.c.r.r.ScopeApplicationAdapter:1741 [Thread-10] - [MessageSender] -> 'sending message to 1 clients, DONE' sendVarsToMessage
DEBUG 05-09 16:05:48.509 o.a.c.t.h.Headers:416 [http-nio-0.0.0.0-5080-exec-6] - Request Headers: {Accept=[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8], accept-encoding=[gzip, deflate], accept-language=[en-US,en;q=0.5], connection=[keep-alive], Content-Type=[null], cookie=[JSESSIONID=C24BFD6487D935440A021BAE3E29E3E3; wicketDebugBarState=expanded], host=[xxx.xx.xxx.xxx:5080], referer=[http://xxx.xx.xxx.xxx:5080/openmeetings/public/maindebug.swf11.swf?secureHash=b50ebeeb56825580cfb5adeb8660ee3b&scopeRoomId=14&language=31&wicketroomid=14], user-agent=[...]}
DEBUG 05-09 16:05:48.519 o.a.c.p.PhaseInterceptorChain:243 [http-nio-0.0.0.0-5080-exec-6] - Adding interceptor org.apache.cxf.transport.https.CertConstraintsInterceptor@5e968e72 to phase pre-stream
DEBUG 05-09 16:05:48.520 o.a.c.p.PhaseInterceptorChain:733 [http-nio-0.0.0.0-5080-exec-6] - Chain org.apache.cxf.phase.PhaseInterceptorChain@4c9a081c was created. Current flow:
receive [PolicyInInterceptor, LoggingInInterceptor]
pre-stream [CertConstraintsInterceptor]
unmarshal [JAXRSInInterceptor]
pre-logical [OneWayProcessorInterceptor]
invoke [ServiceInvokerInterceptor]
post-invoke [OutgoingChainInterceptor]
DEBUG 05-09 16:05:48.520 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-6] - Invoking handleMessage on interceptor org.apache.cxf.ws.policy.PolicyInInterceptor@198728bc
DEBUG 05-09 16:05:48.520 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-6] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.LoggingInInterceptor@76b6d8d9
DEBUG 05-09 16:05:48.521 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-6] - Invoking handleMessage on interceptor org.apache.cxf.transport.https.CertConstraintsInterceptor@5e968e72
DEBUG 05-09 16:05:48.524 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-6] - Invoking handleMessage on interceptor org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor@5e56cb72
DEBUG 05-09 16:05:48.528 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-6] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.OneWayProcessorInterceptor@249dd79e
DEBUG 05-09 16:05:48.528 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-6] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.ServiceInvokerInterceptor@78835bbb
DEBUG 05-09 16:05:48.541 o.a.c.t.h.Headers:416 [http-nio-0.0.0.0-5080-exec-8] - Request Headers: {Accept=[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8], accept-encoding=[gzip, deflate], accept-language=[en-US,en;q=0.5], connection=[keep-alive], Content-Type=[null], cookie=[JSESSIONID=C24BFD6487D935440A021BAE3E29E3E3; wicketDebugBarState=expanded], host=[xxx.xx.xxx.xxx:5080], referer=[http://xxx.xx.xxx.xxx:5080/openmeetings/public/maindebug.swf11.swf?secureHash=b50ebeeb56825580cfb5adeb8660ee3b&scopeRoomId=14&language=31&wicketroomid=14], user-agent=[...]}
DEBUG 05-09 16:05:48.542 o.a.c.p.PhaseInterceptorChain:243 [http-nio-0.0.0.0-5080-exec-8] - Adding interceptor org.apache.cxf.transport.https.CertConstraintsInterceptor@5e968e72 to phase pre-stream
DEBUG 05-09 16:05:48.543 o.a.c.p.PhaseInterceptorChain:733 [http-nio-0.0.0.0-5080-exec-8] - Chain org.apache.cxf.phase.PhaseInterceptorChain@669ceb81 was created. Current flow:
receive [PolicyInInterceptor, LoggingInInterceptor]
pre-stream [CertConstraintsInterceptor]
unmarshal [JAXRSInInterceptor]
pre-logical [OneWayProcessorInterceptor]
invoke [ServiceInvokerInterceptor]
post-invoke [OutgoingChainInterceptor]
DEBUG 05-09 16:05:48.553 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-8] - Invoking handleMessage on interceptor org.apache.cxf.ws.policy.PolicyInInterceptor@198728bc
DEBUG 05-09 16:05:48.554 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-8] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.LoggingInInterceptor@76b6d8d9
DEBUG 05-09 16:05:48.555 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-8] - Invoking handleMessage on interceptor org.apache.cxf.transport.https.CertConstraintsInterceptor@5e968e72
DEBUG 05-09 16:05:48.555 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-8] - Invoking handleMessage on interceptor org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor@5e56cb72
DEBUG 05-09 16:05:48.556 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-8] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.OneWayProcessorInterceptor@249dd79e
DEBUG 05-09 16:05:48.556 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-8] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.ServiceInvokerInterceptor@78835bbb
DEBUG 05-09 16:05:48.651 o.a.o.d.u.AuthLevelUtil:36 [http-nio-0.0.0.0-5080-exec-6] - Level Room :: [GRANTED]
DEBUG 05-09 16:05:48.652 o.a.o.d.u.AuthLevelUtil:36 [http-nio-0.0.0.0-5080-exec-8] - Level Room :: [GRANTED]
DEBUG 05-09 16:05:48.653 o.a.o.w.FileWebService:337 [http-nio-0.0.0.0-5080-exec-6] - getRoomByParent -1
DEBUG 05-09 16:05:48.664 o.a.o.w.FileWebService:288 [http-nio-0.0.0.0-5080-exec-8] - roomId 14
DEBUG 05-09 16:05:48.665 o.a.o.d.d.f.FileExplorerItemDao:103 [http-nio-0.0.0.0-5080-exec-8] - getByOwner() started
DEBUG 05-09 16:05:48.668 o.a.o.d.d.f.FileExplorerItemDao:103 [http-nio-0.0.0.0-5080-exec-6] - getByOwner() started
DEBUG 05-09 16:05:48.730 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList 1344458446665.jpg
DEBUG 05-09 16:05:48.731 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:48.757 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:48.764 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-6] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.OutgoingChainInterceptor@77fb8fcc
DEBUG 05-09 16:05:48.764 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList 1344458446665.jpg
DEBUG 05-09 16:05:48.765 o.a.c.p.PhaseInterceptorChain:733 [http-nio-0.0.0.0-5080-exec-6] - Chain org.apache.cxf.phase.PhaseInterceptorChain@108a5642 was created. Current flow:
setup [PolicyOutInterceptor]
prepare-send [MessageSenderInterceptor]
pre-stream [LoggingOutInterceptor]
marshal [JAXRSOutInterceptor]
DEBUG 05-09 16:05:48.765 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:48.765 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-6] - Invoking handleMessage on interceptor org.apache.cxf.ws.policy.PolicyOutInterceptor@6873de4e
DEBUG 05-09 16:05:48.767 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-6] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.MessageSenderInterceptor@f080875
DEBUG 05-09 16:05:48.768 o.a.c.p.PhaseInterceptorChain:243 [http-nio-0.0.0.0-5080-exec-6] - Adding interceptor org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor@2a20f613 to phase prepare-send-ending
DEBUG 05-09 16:05:48.768 o.a.c.p.PhaseInterceptorChain:731 [http-nio-0.0.0.0-5080-exec-6] - Chain org.apache.cxf.phase.PhaseInterceptorChain@108a5642 was modified. Current flow:
setup [PolicyOutInterceptor]
prepare-send [MessageSenderInterceptor]
pre-stream [LoggingOutInterceptor]
marshal [JAXRSOutInterceptor]
prepare-send-ending [MessageSenderEndingInterceptor]
DEBUG 05-09 16:05:48.769 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-6] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.LoggingOutInterceptor@58634108
DEBUG 05-09 16:05:48.769 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-6] - Invoking handleMessage on interceptor org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor@5c42a18d
DEBUG 05-09 16:05:48.773 o.a.c.w.a.ContextUtils:241 [http-nio-0.0.0.0-5080-exec-6] - retrieving MAPs from context property javax.xml.ws.addressing.context.inbound
DEBUG 05-09 16:05:48.776 o.a.c.w.a.ContextUtils:449 [http-nio-0.0.0.0-5080-exec-6] - WS-Addressing - failed to retrieve Message Addressing Properties from context
DEBUG 05-09 16:05:48.785 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:48.797 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-6] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor@2a20f613
DEBUG 05-09 16:05:48.805 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList 1344458446665.jpg
DEBUG 05-09 16:05:48.805 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:48.833 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:48.843 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList KB-Sams? lecture.pptx
DEBUG 05-09 16:05:48.845 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:48.866 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:48.873 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList L?S_MIG_Designmanual_2,0.pdf
DEBUG 05-09 16:05:48.876 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:48.891 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:48.896 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList test.txt
DEBUG 05-09 16:05:48.897 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:48.908 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:48.925 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList Untitled 1.doc
DEBUG 05-09 16:05:48.927 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:48.939 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:48.944 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList Untitled 1.docx
DEBUG 05-09 16:05:48.945 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:48.950 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:48.971 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList Untitled 1.odp
DEBUG 05-09 16:05:48.979 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:48.992 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:48.996 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList Untitled 1.ods
DEBUG 05-09 16:05:48.999 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:49.005 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:49.009 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList Untitled 1.odt
DEBUG 05-09 16:05:49.010 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:49.017 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:49.024 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList Untitled 1.pdf
DEBUG 05-09 16:05:49.024 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:49.034 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:49.045 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList Untitled 1.ppt
DEBUG 05-09 16:05:49.045 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:49.055 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:49.059 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList Untitled 1.ppt
DEBUG 05-09 16:05:49.059 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:49.065 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:49.070 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList Untitled 1.pptx
DEBUG 05-09 16:05:49.071 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:49.083 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:49.088 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList Untitled 1.xls
DEBUG 05-09 16:05:49.088 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:49.102 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:49.112 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList Untitled 1.xlsx
DEBUG 05-09 16:05:49.113 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:49.131 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:49.139 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList nyt?rslur.mp4
DEBUG 05-09 16:05:49.139 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:49.148 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:49.152 o.a.o.w.FileWebService:261 [http-nio-0.0.0.0-5080-exec-8] - FileExplorerItem fList sample.mov
DEBUG 05-09 16:05:49.152 o.a.o.c.d.f.FileProcessor:69 [http-nio-0.0.0.0-5080-exec-8] - calling [1] fileDao.update()
DEBUG 05-09 16:05:49.160 o.a.o.d.d.f.FileExplorerItemDao:111 [http-nio-0.0.0.0-5080-exec-8] - getByParent() started
DEBUG 05-09 16:05:49.163 o.a.o.d.d.f.FileExplorerItemDao:95 [http-nio-0.0.0.0-5080-exec-8] - getFileExplorerItemsByRoom roomId :: 14
DEBUG 05-09 16:05:49.167 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-8] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.OutgoingChainInterceptor@77fb8fcc
DEBUG 05-09 16:05:49.167 o.a.c.p.PhaseInterceptorChain:733 [http-nio-0.0.0.0-5080-exec-8] - Chain org.apache.cxf.phase.PhaseInterceptorChain@4a8ee937 was created. Current flow:
setup [PolicyOutInterceptor]
prepare-send [MessageSenderInterceptor]
pre-stream [LoggingOutInterceptor]
marshal [JAXRSOutInterceptor]
DEBUG 05-09 16:05:49.168 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-8] - Invoking handleMessage on interceptor org.apache.cxf.ws.policy.PolicyOutInterceptor@6873de4e
DEBUG 05-09 16:05:49.168 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-8] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.MessageSenderInterceptor@f080875
DEBUG 05-09 16:05:49.168 o.a.c.p.PhaseInterceptorChain:243 [http-nio-0.0.0.0-5080-exec-8] - Adding interceptor org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor@2a20f613 to phase prepare-send-ending
DEBUG 05-09 16:05:49.168 o.a.c.p.PhaseInterceptorChain:731 [http-nio-0.0.0.0-5080-exec-8] - Chain org.apache.cxf.phase.PhaseInterceptorChain@4a8ee937 was modified. Current flow:
setup [PolicyOutInterceptor]
prepare-send [MessageSenderInterceptor]
pre-stream [LoggingOutInterceptor]
marshal [JAXRSOutInterceptor]
prepare-send-ending [MessageSenderEndingInterceptor]
DEBUG 05-09 16:05:49.168 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-8] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.LoggingOutInterceptor@58634108
DEBUG 05-09 16:05:49.169 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-8] - Invoking handleMessage on interceptor org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor@5c42a18d
DEBUG 05-09 16:05:49.175 o.a.c.w.a.ContextUtils:241 [http-nio-0.0.0.0-5080-exec-8] - retrieving MAPs from context property javax.xml.ws.addressing.context.inbound
DEBUG 05-09 16:05:49.176 o.a.c.w.a.ContextUtils:449 [http-nio-0.0.0.0-5080-exec-8] - WS-Addressing - failed to retrieve Message Addressing Properties from context
DEBUG 05-09 16:05:49.176 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-8] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor@2a20f613
DEBUG 05-09 16:05:50.520 o.a.o.c.d.w.WhiteboardManager:42 [RTMPConnectionExecutor-1] - addWhiteBoardObjectById:
DEBUG 05-09 16:05:50.520 o.a.o.c.d.w.WhiteboardManager:46 [RTMPConnectionExecutor-1] - action: clear
DEBUG 05-09 16:05:50.520 o.a.o.c.d.w.WhiteboardManager:47 [RTMPConnectionExecutor-1] - actionObject: null
TRACE 05-09 16:05:50.524 o.a.o.c.r.r.ScopeApplicationAdapter:1727 [Thread-11] - [MessageSender] -> 'sending message' sendVarsToWhiteboardById, [Ljava.lang.Object;@32788cf6
TRACE 05-09 16:05:50.525 o.a.o.c.r.r.ScopeApplicationAdapter:1741 [Thread-11] - [MessageSender] -> 'sending message to 0 clients, DONE' sendVarsToWhiteboardById
DEBUG 05-09 16:05:50.608 o.a.o.c.r.WhiteBoardService:353 [RTMPConnectionExecutor-3] - startNewObjectSyncprocess: 09f53da0b74337c6a89d0cbdad324eaf.jpg1462802750545
DEBUG 05-09 16:05:50.609 o.a.o.c.d.w.WhiteBoardObjectSyncManager:88 [RTMPConnectionExecutor-3] - getWhiteBoardImagesSyncListByRoomAndImageid roomId: 14
DEBUG 05-09 16:05:50.612 o.a.o.c.d.w.WhiteBoardObjectSyncManager:93 [RTMPConnectionExecutor-3] - getWhiteBoardImagesSyncListByRoomAndImageid roomList: {}
DEBUG 05-09 16:05:50.612 o.a.o.c.d.w.WhiteBoardObjectSyncManager:94 [RTMPConnectionExecutor-3] - getWhiteBoardImagesSyncListByRoomAndImageid objectId: 09f53da0b74337c6a89d0cbdad324eaf.jpg1462802750545
TRACE 05-09 16:05:50.616 o.a.o.c.r.r.ScopeApplicationAdapter:1727 [Thread-12] - [MessageSender] -> 'sending message' sendObjectSyncFlag, org.apache.openmeetings.db.dto.room.WhiteboardSyncLockObject@70e19abf
TRACE 05-09 16:05:50.637 o.a.o.c.r.r.ScopeApplicationAdapter:1741 [Thread-12] - [MessageSender] -> 'sending message to 1 clients, DONE' sendObjectSyncFlag
DEBUG 05-09 16:05:50.664 o.a.o.c.s.o.DownloadHandler:83 [http-nio-0.0.0.0-5080-exec-9] -
query = fileName=09f53da0b74337c6a89d0cbdad324eaf.jpg&moduleName=videoconf1&parentPath=%2F&room_id=files&sid=a145b2073a112d6e81a15389ebb32a1c
DEBUG 05-09 16:05:50.664 o.a.o.c.s.o.DownloadHandler:84 [http-nio-0.0.0.0-5080-exec-9] -
fileName = 09f53da0b74337c6a89d0cbdad324eaf.jpg
DEBUG 05-09 16:05:50.665 o.a.o.c.s.o.DownloadHandler:85 [http-nio-0.0.0.0-5080-exec-9] -
parentPath = /
DEBUG 05-09 16:05:50.665 o.a.o.c.s.o.DownloadHandler:97 [http-nio-0.0.0.0-5080-exec-9] - sid: a145b2073a112d6e81a15389ebb32a1c
DEBUG 05-09 16:05:50.724 o.a.o.c.s.o.DownloadHandler:172 [http-nio-0.0.0.0-5080-exec-9] - requestedFile: 09f53da0b74337c6a89d0cbdad324eaf.jpg current_dir: /opt/red5311/webapps/openmeetings/upload/files
DEBUG 05-09 16:05:50.732 o.a.o.c.s.o.DownloadHandler:211 [http-nio-0.0.0.0-5080-exec-9] - full_path: /opt/red5311/webapps/openmeetings/upload/files/09f53da0b74337c6a89d0cbdad324eaf.jpg
DEBUG 05-09 16:05:50.732 o.a.o.c.s.o.DownloadHandler:236 [http-nio-0.0.0.0-5080-exec-9] - Detected browser type:1
DEBUG 05-09 16:05:50.736 o.a.o.u.OmFileHelper:340 [http-nio-0.0.0.0-5080-exec-9] - File copied.
DEBUG 05-09 16:05:50.867 o.a.o.c.r.WhiteBoardService:381 [RTMPConnectionExecutor-4] - sendCompletedObjectSyncEvent: 09f53da0b74337c6a89d0cbdad324eaf.jpg1462802750545
DEBUG 05-09 16:05:50.869 o.a.o.c.d.w.WhiteBoardObjectSyncManager:88 [RTMPConnectionExecutor-4] - getWhiteBoardImagesSyncListByRoomAndImageid roomId: 14
DEBUG 05-09 16:05:50.870 o.a.o.c.d.w.WhiteBoardObjectSyncManager:93 [RTMPConnectionExecutor-4] - getWhiteBoardImagesSyncListByRoomAndImageid roomList: {09f53da0b74337c6a89d0cbdad324eaf.jpg1462802750545={c7e3a0913c0cb2883da07afaf1c70dc7=org.apache.openmeetings.db.dto.room.WhiteboardSyncLockObject@70e19abf}}
DEBUG 05-09 16:05:50.870 o.a.o.c.d.w.WhiteBoardObjectSyncManager:94 [RTMPConnectionExecutor-4] - getWhiteBoardImagesSyncListByRoomAndImageid objectId: 09f53da0b74337c6a89d0cbdad324eaf.jpg1462802750545
DEBUG 05-09 16:05:50.870 o.a.o.c.d.w.WhiteBoardObjectSyncManager:96 [RTMPConnectionExecutor-4] - getWhiteBoardImagesSyncListByRoomAndImageid roomList Key imageId: 09f53da0b74337c6a89d0cbdad324eaf.jpg1462802750545
DEBUG 05-09 16:05:50.871 o.a.o.c.r.WhiteBoardService:390 [RTMPConnectionExecutor-4] - sendCompletedObjectSyncEvent syncListImage: {c7e3a0913c0cb2883da07afaf1c70dc7=org.apache.openmeetings.db.dto.room.WhiteboardSyncLockObject@70e19abf}
DEBUG 05-09 16:05:50.871 o.a.o.c.r.WhiteBoardService:399 [RTMPConnectionExecutor-4] - sendCompletedImagesSyncEvent remove: c7e3a0913c0cb2883da07afaf1c70dc7
DEBUG 05-09 16:05:50.871 o.a.o.c.r.WhiteBoardService:406 [RTMPConnectionExecutor-4] - sendCompletedImagesSyncEvent numberOfInitial: 0
TRACE 05-09 16:05:50.873 o.a.o.c.r.r.ScopeApplicationAdapter:1727 [Thread-13] - [MessageSender] -> 'sending message' sendObjectSyncCompleteFlag, org.apache.openmeetings.db.dto.room.WhiteboardSyncLockObject@70e19abf
TRACE 05-09 16:05:50.877 o.a.o.c.r.r.ScopeApplicationAdapter:1741 [Thread-13] - [MessageSender] -> 'sending message to 1 clients, DONE' sendObjectSyncCompleteFlag
DEBUG 05-09 16:05:50.924 o.a.o.c.d.w.WhiteboardManager:42 [RTMPConnectionExecutor-1] - addWhiteBoardObjectById:
DEBUG 05-09 16:05:50.925 o.a.o.c.d.w.WhiteboardManager:46 [RTMPConnectionExecutor-1] - action: draw
DEBUG 05-09 16:05:50.925 o.a.o.c.d.w.WhiteboardManager:47 [RTMPConnectionExecutor-1] - actionObject: [image, http://xxx.xx.xxx.xxx:5080/openmeetings/DownloadHandler?fileName=09f53da0b74337c6a89d0cbdad324eaf.jpg&moduleName=videoconf1&parentPath=%2F&room_id=files&sid=a145b2073a112d6e81a15389ebb32a1c, http://xxx.xx.xxx.xxx:5080/openmeetings/DownloadHandler, 09f53da0b74337c6a89d0cbdad324eaf.jpg, videoconf1, /, files, public, 09f53da0b74337c6a89d0cbdad324eaf.jpg1462802750545, 1, null, 0, 0, 0, 300, 400, image_1462802750553]
DEBUG 05-09 16:05:50.925 o.a.o.c.d.w.WhiteboardManager:67 [RTMPConnectionExecutor-1] - objectOID: image_1462802750553
TRACE 05-09 16:05:50.928 o.a.o.c.r.r.ScopeApplicationAdapter:1727 [Thread-14] - [MessageSender] -> 'sending message' sendVarsToWhiteboardById, [Ljava.lang.Object;@b7be84c
TRACE 05-09 16:05:50.929 o.a.o.c.r.r.ScopeApplicationAdapter:1741 [Thread-14] - [MessageSender] -> 'sending message to 0 clients, DONE' sendVarsToWhiteboardById
DEBUG 05-09 16:05:51.091 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - sendMails enter ...
DEBUG 05-09 16:05:51.092 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - Number of emails in init queue 0
DEBUG 05-09 16:05:51.093 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - ... sendMails done.
DEBUG 05-09 16:06:04.840 o.a.o.c.r.r.ScopeApplicationAdapter:451 [NioProcessor-2] - roomLeave 0 0 /openmeetings/14 14
DEBUG 05-09 16:06:04.841 o.a.o.c.r.r.ScopeApplicationAdapter:458 [NioProcessor-2] - currentClient IS NOT NULL
DEBUG 05-09 16:06:04.841 o.a.o.c.r.r.ScopeApplicationAdapter:503 [NioProcessor-2] - currentClient Client [streamid=0, publicSID=c7e3a0913c0cb2883da07afaf1c70dc7, isScreenClient=false, isMobile = false, roomId=14, broadCastID=-2, userId=2, avsettings=, isRecording=false, recordingId=null, recordingMetaDataId=null, screenPublishStarted=false, interviewPodId=null, server=null]
DEBUG 05-09 16:06:04.844 o.a.o.d.d.l.ConferenceLogDao:52 [NioProcessor-2] - [addConferenceLog]: org.apache.openmeetings.db.entity.log.ConferenceLog@5fec3f44
DEBUG 05-09 16:06:04.852 o.a.o.c.r.WhiteBoardService:428 [NioProcessor-2] - removeUserFromAllLists this.whiteBoardObjectListManager: org.apache.openmeetings.core.data.whiteboard.WhiteBoardObjectSyncManager@bda2562
DEBUG 05-09 16:06:04.852 o.a.o.c.r.WhiteBoardService:429 [NioProcessor-2] - removeUserFromAllLists roomId: 14
DEBUG 05-09 16:06:04.852 o.a.o.c.r.WhiteBoardService:443 [NioProcessor-2] - scope Scope [name=14, path=/default/openmeetings, type=ROOM, autoStart=true, creationTime=1462802732699, depth=2, enabled=true, running=true]
DEBUG 05-09 16:06:04.853 o.a.o.c.r.r.ScopeApplicationAdapter:516 [NioProcessor-2] - removing Username admin Mon May 09 16:05:32 CEST 2016 streamid: 0
DEBUG 05-09 16:06:04.853 o.a.o.c.r.r.ScopeApplicationAdapter:537 [NioProcessor-2] - currentScope Scope [name=14, path=/default/openmeetings, type=ROOM, autoStart=true, creationTime=1462802732699, depth=2, enabled=true, running=true]
TRACE 05-09 16:06:04.855 o.a.o.c.r.r.ScopeApplicationAdapter:1727 [Thread-15] - [MessageSender] -> 'sending message' sendSyncCompleteFlag, null
TRACE 05-09 16:06:04.855 o.a.o.c.r.r.ScopeApplicationAdapter:1741 [Thread-15] - [MessageSender] -> 'sending message to 0 clients, DONE' sendSyncCompleteFlag
TRACE 05-09 16:06:04.860 o.a.o.c.r.r.ScopeApplicationAdapter:1727 [Thread-16] - [MessageSender] -> 'sending message' sendImagesSyncCompleteFlag, [Ljava.lang.Object;@caffc1f
TRACE 05-09 16:06:04.863 o.a.o.c.r.r.ScopeApplicationAdapter:1741 [Thread-16] - [MessageSender] -> 'sending message to 0 clients, DONE' sendImagesSyncCompleteFlag
DEBUG 05-09 16:06:44.257 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8] - sendMails enter ...
DEBUG 05-09 16:06:44.266 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8] - Number of emails in init queue 0
DEBUG 05-09 16:06:44.267 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8] - ... sendMails done.
DEBUG 05-09 16:06:49.216 o.a.o.d.d.s.SessiondataDao:369 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9] - ****** clearSessionTable:
DEBUG 05-09 16:06:49.221 o.a.o.d.d.s.SessiondataDao:371 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9] - clearSessionTable: 0
DEBUG 05-09 16:06:49.236 o.a.o.s.q.s.MeetingReminderJob:35 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-10] - MeetingReminderJob.execute
DEBUG 05-09 16:06:51.098 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8] - sendMails enter ...
DEBUG 05-09 16:06:51.099 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8] - Number of emails in init queue 0
DEBUG 05-09 16:06:51.101 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8] - ... sendMails done.
DEBUG 05-09 16:06:56.077 o.a.o.d.d.s.SessiondataDao:369 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9] - ****** clearSessionTable:
DEBUG 05-09 16:06:56.080 o.a.o.s.q.s.MeetingReminderJob:35 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-10] - MeetingReminderJob.execute
DEBUG 05-09 16:06:56.111 o.a.o.d.d.s.SessiondataDao:371 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9] - clearSessionTable: 0
DEBUG 05-09 17:18:36.087 o.a.o.d.u.AuthLevelUtil:36 [http-nio-0.0.0.0-5080-exec-3] - Level Room :: [GRANTED]
DEBUG 05-09 17:18:36.087 o.a.o.c.d.f.FileProcessor:74 [http-nio-0.0.0.0-5080-exec-3] - file extension: jpg
DEBUG 05-09 17:18:36.089 o.a.o.c.d.f.FileProcessor:87 [http-nio-0.0.0.0-5080-exec-3] - isAsIs: true
DEBUG 05-09 17:18:36.089 o.a.o.c.d.f.FileProcessor:97 [http-nio-0.0.0.0-5080-exec-3] - writing file to: /opt/red5311/webapps/openmeetings/upload/files/8146fc5ab9b701119a1b22f6216714ab.jpg
DEBUG 05-09 17:18:36.101 o.a.o.c.d.f.FileProcessor:117 [http-nio-0.0.0.0-5080-exec-3] - fileId: 69
DEBUG 05-09 17:18:36.101 o.a.o.c.d.f.FileProcessor:119 [http-nio-0.0.0.0-5080-exec-3] - canBeConverted: false
DEBUG 05-09 17:18:36.101 o.a.o.c.c.GenerateThumbs:35 [http-nio-0.0.0.0-5080-exec-3] - generateThumb
DEBUG 05-09 17:18:36.116 o.a.o.u.p.ProcessHelper:105 [http-nio-0.0.0.0-5080-exec-3] - START generateBatchThumbByWidth #################
DEBUG 05-09 17:18:36.116 o.a.o.u.p.ProcessHelper:106 [http-nio-0.0.0.0-5080-exec-3] - /usr/bin/convert -thumbnail 50x50 /opt/red5311/webapps/openmeetings/upload/files/8146fc5ab9b701119a1b22f6216714ab.jpg /opt/red5311/webapps/openmeetings/upload/files/_thumb_8146fc5ab9b701119a1b22f6216714ab.jpg
DEBUG 05-09 17:18:36.220 o.a.o.u.p.ProcessHelper:154 [http-nio-0.0.0.0-5080-exec-3] - exitVal: 0
DEBUG 05-09 17:18:36.220 o.a.o.u.p.ProcessHelper:112 [http-nio-0.0.0.0-5080-exec-3] - END generateBatchThumbByWidth #################
DEBUG 05-09 17:18:36.221 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-3] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.OutgoingChainInterceptor@15c2927d
DEBUG 05-09 17:18:36.221 o.a.c.p.PhaseInterceptorChain:733 [http-nio-0.0.0.0-5080-exec-3] - Chain org.apache.cxf.phase.PhaseInterceptorChain@c0492d7 was created. Current flow:
setup [PolicyOutInterceptor]
prepare-send [MessageSenderInterceptor]
pre-stream [LoggingOutInterceptor]
marshal [JAXRSOutInterceptor]
DEBUG 05-09 17:18:36.221 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-3] - Invoking handleMessage on interceptor org.apache.cxf.ws.policy.PolicyOutInterceptor@6ac68d3e
DEBUG 05-09 17:18:36.221 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-3] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.MessageSenderInterceptor@11631836
DEBUG 05-09 17:18:36.222 o.a.c.p.PhaseInterceptorChain:243 [http-nio-0.0.0.0-5080-exec-3] - Adding interceptor org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor@2e9373e8 to phase prepare-send-ending
DEBUG 05-09 17:18:36.222 o.a.c.p.PhaseInterceptorChain:731 [http-nio-0.0.0.0-5080-exec-3] - Chain org.apache.cxf.phase.PhaseInterceptorChain@c0492d7 was modified. Current flow:
setup [PolicyOutInterceptor]
prepare-send [MessageSenderInterceptor]
pre-stream [LoggingOutInterceptor]
marshal [JAXRSOutInterceptor]
prepare-send-ending [MessageSenderEndingInterceptor]
DEBUG 05-09 17:18:36.222 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-3] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.LoggingOutInterceptor@ca8a25
DEBUG 05-09 17:18:36.222 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-3] - Invoking handleMessage on interceptor org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor@7133838a
DEBUG 05-09 17:18:36.229 o.a.c.w.a.ContextUtils:241 [http-nio-0.0.0.0-5080-exec-3] - retrieving MAPs from context property javax.xml.ws.addressing.context.inbound
DEBUG 05-09 17:18:36.231 o.a.c.w.a.ContextUtils:449 [http-nio-0.0.0.0-5080-exec-3] - WS-Addressing - failed to retrieve Message Addressing Properties from context
DEBUG 05-09 17:18:36.231 o.a.c.p.PhaseInterceptorChain:305 [http-nio-0.0.0.0-5080-exec-3] - Invoking handleMessage on interceptor org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor@2e9373e8
DEBUG 05-09 17:18:48.547 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-4] - sendMails enter ...
DEBUG 05-09 17:18:48.548 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-4] - Number of emails in init queue 0
DEBUG 05-09 17:18:48.548 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-4] - ... sendMails done.
DEBUG 05-09 17:18:55.164 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-4] - sendMails enter ...
DEBUG 05-09 17:18:55.165 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-4] - Number of emails in init queue 0
DEBUG 05-09 17:18:55.165 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-4] - ... sendMails done.
DEBUG 05-09 17:19:13.496 o.a.o.s.q.s.MeetingReminderJob:35 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] - MeetingReminderJob.execute
DEBUG 05-09 17:19:20.153 o.a.o.s.q.s.MeetingReminderJob:35 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] - MeetingReminderJob.execute
DEBUG 05-09 17:19:48.533 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-6] - sendMails enter ...
DEBUG 05-09 17:19:48.534 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-6] - Number of emails in init queue 0
DEBUG 05-09 17:19:48.534 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-6] - ... sendMails done.
DEBUG 05-09 17:19:55.166 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-6] - sendMails enter ...
DEBUG 05-09 17:19:55.167 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-6] - Number of emails in init queue 0
DEBUG 05-09 17:19:55.167 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-6] - ... sendMails done.
DEBUG 05-09 17:20:48.521 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - sendMails enter ...
DEBUG 05-09 17:20:48.522 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - Number of emails in init queue 0
DEBUG 05-09 17:20:48.527 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - ... sendMails done.
DEBUG 05-09 17:20:53.476 o.a.o.d.d.s.SessiondataDao:369 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8] - ****** clearSessionTable:
DEBUG 05-09 17:20:53.480 o.a.o.d.d.s.SessiondataDao:371 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8] - clearSessionTable: 0
DEBUG 05-09 17:20:53.495 o.a.o.s.q.s.MeetingReminderJob:35 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9] - MeetingReminderJob.execute
DEBUG 05-09 17:20:55.165 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - sendMails enter ...
DEBUG 05-09 17:20:55.165 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - Number of emails in init queue 0
DEBUG 05-09 17:20:55.166 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - ... sendMails done.
DEBUG 05-09 17:21:00.150 o.a.o.d.d.s.SessiondataDao:369 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8] - ****** clearSessionTable:
DEBUG 05-09 17:21:00.153 o.a.o.s.q.s.MeetingReminderJob:35 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9] - MeetingReminderJob.execute
DEBUG 05-09 17:21:00.161 o.a.o.d.d.s.SessiondataDao:371 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8] - clearSessionTable: 0
DEBUG 05-09 17:21:48.528 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-10] - sendMails enter ...
DEBUG 05-09 17:21:48.529 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-10] - Number of emails in init queue 0
DEBUG 05-09 17:21:48.529 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-10] - ... sendMails done.
DEBUG 05-09 17:21:55.165 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-10] - sendMails enter ...
DEBUG 05-09 17:21:55.168 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-10] - Number of emails in init queue 0
DEBUG 05-09 17:21:55.168 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-10] - ... sendMails done.
DEBUG 05-09 17:22:33.496 o.a.o.s.q.s.MeetingReminderJob:35 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1] - MeetingReminderJob.execute
DEBUG 05-09 17:22:40.153 o.a.o.s.q.s.MeetingReminderJob:35 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1] - MeetingReminderJob.execute
DEBUG 05-09 17:22:48.525 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2] - sendMails enter ...
DEBUG 05-09 17:22:48.529 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2] - Number of emails in init queue 0
DEBUG 05-09 17:22:48.529 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2] - ... sendMails done.
DEBUG 05-09 17:22:55.168 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2] - sendMails enter ...
DEBUG 05-09 17:22:55.169 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2] - Number of emails in init queue 0
DEBUG 05-09 17:22:55.169 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2] - ... sendMails done.
DEBUG 05-09 17:23:22.682 o.a.o.d.d.s.SessiondataDao:82 [http-nio-0.0.0.0-5080-exec-2] - updateUser User SID: null
ERROR 05-09 17:23:22.683 o.a.o.d.d.s.SessiondataDao:88 [http-nio-0.0.0.0-5080-exec-2] - Could not find session to update: null
DEBUG 05-09 17:23:22.684 o.a.o.d.d.s.SessiondataDao:61 [http-nio-0.0.0.0-5080-exec-2] - startsession :: startsession
DEBUG 05-09 17:23:22.684 o.a.o.u.c.ManageCryptStyle:32 [http-nio-0.0.0.0-5080-exec-2] - getInstanceOfCrypt:: configKeyCryptClassName: org.apache.openmeetings.util.crypt.MD5Implementation
DEBUG 05-09 17:23:22.699 o.a.o.d.d.s.SessiondataDao:179 [http-nio-0.0.0.0-5080-exec-2] - updateUser User: 2 || 7bff800bd6b2f37d4bdf58b249f4b803
DEBUG 05-09 17:23:22.704 o.a.o.d.d.s.SessiondataDao:193 [http-nio-0.0.0.0-5080-exec-2] - Found session to update: 7bff800bd6b2f37d4bdf58b249f4b803 userId: 2
DEBUG 05-09 17:23:48.520 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3] - sendMails enter ...
DEBUG 05-09 17:23:48.521 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3] - Number of emails in init queue 0
DEBUG 05-09 17:23:48.521 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3] - ... sendMails done.
DEBUG 05-09 17:23:55.171 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3] - sendMails enter ...
DEBUG 05-09 17:23:55.172 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3] - Number of emails in init queue 0
DEBUG 05-09 17:23:55.172 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3] - ... sendMails done.
DEBUG 05-09 17:24:13.496 o.a.o.s.q.s.MeetingReminderJob:35 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-4] - MeetingReminderJob.execute
DEBUG 05-09 17:24:20.154 o.a.o.s.q.s.MeetingReminderJob:35 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-4] - MeetingReminderJob.execute
DEBUG 05-09 17:24:48.520 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] - sendMails enter ...
DEBUG 05-09 17:24:48.520 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] - Number of emails in init queue 0
DEBUG 05-09 17:24:48.521 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] - ... sendMails done.
DEBUG 05-09 17:24:55.164 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] - sendMails enter ...
DEBUG 05-09 17:24:55.164 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] - Number of emails in init queue 0
DEBUG 05-09 17:24:55.164 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] - ... sendMails done.
DEBUG 05-09 17:25:48.535 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-6] - sendMails enter ...
DEBUG 05-09 17:25:48.537 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-6] - Number of emails in init queue 0
DEBUG 05-09 17:25:48.537 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-6] - ... sendMails done.
DEBUG 05-09 17:25:53.476 o.a.o.d.d.s.SessiondataDao:369 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - ****** clearSessionTable:
DEBUG 05-09 17:25:53.489 o.a.o.d.d.s.SessiondataDao:371 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - clearSessionTable: 0
DEBUG 05-09 17:25:53.495 o.a.o.s.q.s.MeetingReminderJob:35 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8] - MeetingReminderJob.execute
DEBUG 05-09 17:25:55.165 o.a.o.c.m.MailHandler:272 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-6] - sendMails enter ...
DEBUG 05-09 17:25:55.166 o.a.o.c.m.MailHandler:274 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-6] - Number of emails in init queue 0
DEBUG 05-09 17:25:55.166 o.a.o.c.m.MailHandler:279 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-6] - ... sendMails done.
DEBUG 05-09 17:26:00.149 o.a.o.d.d.s.SessiondataDao:369 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - ****** clearSessionTable:
DEBUG 05-09 17:26:00.151 o.a.o.d.d.s.SessiondataDao:371 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - clearSessionTable: 0
DEBUG 05-09 17:26:00.152 o.a.o.s.q.s.MeetingReminderJob:35 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8] - MeetingReminderJob.execute