Re: Moodle plugin doesn't work for me

2014-10-24 Thread Linas Redeckis
by similar i ment blank screen. but apparently the cause is deeper.
yes - the link is exact, and i think this is my problem. I changed amp; to
 and browser gets in room.
... (after an hour reading ) ...
i just failed! just checked if my Firefox is at fault - and it was. MS IE
works fine, and no /amp; problem..
Long ago Firefox turned on by default blocking of mixed content. and since
my Moodle is SSL enhanced, and OM server is on different ip, no ssl, the
browser just blocked it.. and internal scrips even messed up the link
(/amp;).
clicked on shield icon in address bar, chose not to block in this page
and everything works just fine.

sorry for disturbance, and thank you for fast response on every small
question : )

2014-10-23 17:28 GMT+03:00 Maxim Solodovnik solomax...@gmail.com:

 sorry similar problem with which one?

 do you get the exact URL you have posted? (with  replaced with amp;)
 If yes, could you try to modify URL (replace amp; with ) and access
 it using your browser?

 According to the log: remoteSessionObject user should log in as
 expected .
 Can you switch OM client to debug mode and re-check? (maybe client logs
 will contain anything useful?

 1) open web.xml
 2) replace DEPLOYMENT with DEVELOPMENT
 3) start OM

 Thanks

 On 23 October 2014 19:05, Linas Redeckis linre...@gmail.com wrote:

 i just tested again and again. create room, enter room, close blank
 browser windows in log looks like this:
 --plugin loading
 DEBUG 10-23 14:35:05.323 SessiondataDao.java 770732431 404
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9] -
 ** clearSessionTable:
 DEBUG 10-23 14:35:05.326 SessiondataDao.java 770732434 408
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9] -
 clearSessionTable: 2
 DEBUG 10-23 14:35:05.340 MeetingReminderJob.java 770732448 34
 org.apache.openmeetings.quartz.scheduler.MeetingReminderJob
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] -
 MeetingReminderJob.execute
 DEBUG 10-23 14:35:07.010 UserWebService.java 770734118 98
 org.apache.openmeetings.axis.services.UserWebService
 [http-nio-0.0.0.0-5080-exec-5] - SPRING LOADED getSession --
 DEBUG 10-23 14:35:07.011 SessiondataDao.java 770734119 68
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [http-nio-0.0.0.0-5080-exec-5] - startsession :: startsession
 DEBUG 10-23 14:35:07.011 ManageCryptStyle.java 770734119 32
 org.apache.openmeetings.util.crypt.ManageCryptStyle
 [http-nio-0.0.0.0-5080-exec-5] - getInstanceOfCrypt::
 configKeyCryptClassName:
 org.apache.openmeetings.util.crypt.MD5Implementation
 DEBUG 10-23 14:35:07.025 UserWebService.java 770734133 115
 org.apache.openmeetings.axis.services.UserWebService
 [http-nio-0.0.0.0-5080-exec-9] - Login user SID :
 4ee206712b2b88f5326adfd4e1c02a88
 DEBUG 10-23 14:35:07.031 UserDao.java 770734139 585
 org.apache.openmeetings.db.dao.user.UserDao [http-nio-0.0.0.0-5080-exec-9]
 - debug SIZE: 1
 DEBUG 10-23 14:35:07.032 ManageCryptStyle.java 770734140 32
 org.apache.openmeetings.util.crypt.ManageCryptStyle
 [http-nio-0.0.0.0-5080-exec-9] - getInstanceOfCrypt::
 configKeyCryptClassName:
 org.apache.openmeetings.util.crypt.MD5Implementation
 DEBUG 10-23 14:35:07.035 AuthLevelUtil.java 770734143 36
 org.apache.openmeetings.util.AuthLevelUtil [http-nio-0.0.0.0-5080-exec-9] -
 Level Login :: [GRANTED]
 DEBUG 10-23 14:35:07.040 UserDao.java 770734148 599
 org.apache.openmeetings.db.dao.user.UserDao [http-nio-0.0.0.0-5080-exec-9]
 - loginUser [org.apache.openmeetings.db.entity.user.Organisation_Users@21
 ]
 DEBUG 10-23 14:35:07.046 SessiondataDao.java 770734154 195
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [http-nio-0.0.0.0-5080-exec-9] - updateUser User: 1 ||
 4ee206712b2b88f5326adfd4e1c02a88
 DEBUG 10-23 14:35:07.049 SessiondataDao.java 770734157 210
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [http-nio-0.0.0.0-5080-exec-9] - Found session to update:
 4ee206712b2b88f5326adfd4e1c02a88 userId: 1
 DEBUG 10-23 14:35:07.104 AuthLevelUtil.java 770734212 36
 org.apache.openmeetings.util.AuthLevelUtil [http-nio-0.0.0.0-5080-exec-10]
 - Level Soap :: [GRANTED]
 DEBUG 10-23 14:35:07.105 FlvRecordingDao.java 770734213 165
 org.apache.openmeetings.db.dao.record.FlvRecordingDao
 [http-nio-0.0.0.0-5080-exec-10] - getFlvRecordingByExternalRoomType
 :externalRoomType: moodle
 DEBUG 10-23 14:35:07.109 FlvRecordingDao.java 770734217 176
 org.apache.openmeetings.db.dao.record.FlvRecordingDao
 [http-nio-0.0.0.0-5080-exec-10] - getFlvRecordingByExternalRoomType :: 0
 DEBUG 10-23 14:35:07.149 AuthLevelUtil.java 770734257 36
 org.apache.openmeetings.util.AuthLevelUtil [http-nio-0.0.0.0-5080-exec-1] -
 Level Soap :: [GRANTED]
 DEBUG 10-23 14:35:07.150 FlvRecordingDao.java 770734258 165
 org.apache.openmeetings.db.dao.record.FlvRecordingDao
 [http-nio-0.0.0.0-5080-exec-1] - 

Re: Moodle plugin doesn't work for me

2014-10-24 Thread Maxim Solodovnik
Maybe you can set up OM in HTTPS/RTMPS mode?
I can try to fix plugin if you can provide steps to reproduce of maybe ssh
access to the server I can debug/fix Moodle plugin

On 24 October 2014 14:28, Linas Redeckis linre...@gmail.com wrote:

 by similar i ment blank screen. but apparently the cause is deeper.
 yes - the link is exact, and i think this is my problem. I changed amp;
 to  and browser gets in room.
 ... (after an hour reading ) ...
 i just failed! just checked if my Firefox is at fault - and it was. MS IE
 works fine, and no /amp; problem..
 Long ago Firefox turned on by default blocking of mixed content. and since
 my Moodle is SSL enhanced, and OM server is on different ip, no ssl, the
 browser just blocked it.. and internal scrips even messed up the link
 (/amp;).
 clicked on shield icon in address bar, chose not to block in this page
 and everything works just fine.

 sorry for disturbance, and thank you for fast response on every small
 question : )

 2014-10-23 17:28 GMT+03:00 Maxim Solodovnik solomax...@gmail.com:

 sorry similar problem with which one?

 do you get the exact URL you have posted? (with  replaced with amp;)
 If yes, could you try to modify URL (replace amp; with ) and access
 it using your browser?

 According to the log: remoteSessionObject user should log in as
 expected .
 Can you switch OM client to debug mode and re-check? (maybe client logs
 will contain anything useful?

 1) open web.xml
 2) replace DEPLOYMENT with DEVELOPMENT
 3) start OM

 Thanks

 On 23 October 2014 19:05, Linas Redeckis linre...@gmail.com wrote:

 i just tested again and again. create room, enter room, close blank
 browser windows in log looks like this:
 --plugin loading
 DEBUG 10-23 14:35:05.323 SessiondataDao.java 770732431 404
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9] -
 ** clearSessionTable:
 DEBUG 10-23 14:35:05.326 SessiondataDao.java 770732434 408
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9] -
 clearSessionTable: 2
 DEBUG 10-23 14:35:05.340 MeetingReminderJob.java 770732448 34
 org.apache.openmeetings.quartz.scheduler.MeetingReminderJob
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] -
 MeetingReminderJob.execute
 DEBUG 10-23 14:35:07.010 UserWebService.java 770734118 98
 org.apache.openmeetings.axis.services.UserWebService
 [http-nio-0.0.0.0-5080-exec-5] - SPRING LOADED getSession --
 DEBUG 10-23 14:35:07.011 SessiondataDao.java 770734119 68
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [http-nio-0.0.0.0-5080-exec-5] - startsession :: startsession
 DEBUG 10-23 14:35:07.011 ManageCryptStyle.java 770734119 32
 org.apache.openmeetings.util.crypt.ManageCryptStyle
 [http-nio-0.0.0.0-5080-exec-5] - getInstanceOfCrypt::
 configKeyCryptClassName:
 org.apache.openmeetings.util.crypt.MD5Implementation
 DEBUG 10-23 14:35:07.025 UserWebService.java 770734133 115
 org.apache.openmeetings.axis.services.UserWebService
 [http-nio-0.0.0.0-5080-exec-9] - Login user SID :
 4ee206712b2b88f5326adfd4e1c02a88
 DEBUG 10-23 14:35:07.031 UserDao.java 770734139 585
 org.apache.openmeetings.db.dao.user.UserDao [http-nio-0.0.0.0-5080-exec-9]
 - debug SIZE: 1
 DEBUG 10-23 14:35:07.032 ManageCryptStyle.java 770734140 32
 org.apache.openmeetings.util.crypt.ManageCryptStyle
 [http-nio-0.0.0.0-5080-exec-9] - getInstanceOfCrypt::
 configKeyCryptClassName:
 org.apache.openmeetings.util.crypt.MD5Implementation
 DEBUG 10-23 14:35:07.035 AuthLevelUtil.java 770734143 36
 org.apache.openmeetings.util.AuthLevelUtil [http-nio-0.0.0.0-5080-exec-9] -
 Level Login :: [GRANTED]
 DEBUG 10-23 14:35:07.040 UserDao.java 770734148 599
 org.apache.openmeetings.db.dao.user.UserDao [http-nio-0.0.0.0-5080-exec-9]
 - loginUser [org.apache.openmeetings.db.entity.user.Organisation_Users@21
 ]
 DEBUG 10-23 14:35:07.046 SessiondataDao.java 770734154 195
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [http-nio-0.0.0.0-5080-exec-9] - updateUser User: 1 ||
 4ee206712b2b88f5326adfd4e1c02a88
 DEBUG 10-23 14:35:07.049 SessiondataDao.java 770734157 210
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [http-nio-0.0.0.0-5080-exec-9] - Found session to update:
 4ee206712b2b88f5326adfd4e1c02a88 userId: 1
 DEBUG 10-23 14:35:07.104 AuthLevelUtil.java 770734212 36
 org.apache.openmeetings.util.AuthLevelUtil [http-nio-0.0.0.0-5080-exec-10]
 - Level Soap :: [GRANTED]
 DEBUG 10-23 14:35:07.105 FlvRecordingDao.java 770734213 165
 org.apache.openmeetings.db.dao.record.FlvRecordingDao
 [http-nio-0.0.0.0-5080-exec-10] - getFlvRecordingByExternalRoomType
 :externalRoomType: moodle
 DEBUG 10-23 14:35:07.109 FlvRecordingDao.java 770734217 176
 org.apache.openmeetings.db.dao.record.FlvRecordingDao
 [http-nio-0.0.0.0-5080-exec-10] - getFlvRecordingByExternalRoomType :: 0
 DEBUG 10-23 14:35:07.149 AuthLevelUtil.java 770734257 36
 

Re: Moodle plugin doesn't work for me

2014-10-24 Thread Linas Redeckis
i'm not sure plugin is faulty. MS IE shows everything right, with no
limitations. its just Firefox with it's protection.
and i think, after i configure OM server to be https, problem should be
gone.
it is not urgent for now. as i already done that on some other TomCat
project. if i remember correctly, i need to import key to java keyfile on
server, and set tomcat configuration to use it.

2014-10-24 10:32 GMT+03:00 Maxim Solodovnik solomax...@gmail.com:

 Maybe you can set up OM in HTTPS/RTMPS mode?
 I can try to fix plugin if you can provide steps to reproduce of maybe ssh
 access to the server I can debug/fix Moodle plugin

 On 24 October 2014 14:28, Linas Redeckis linre...@gmail.com wrote:

 by similar i ment blank screen. but apparently the cause is deeper.
 yes - the link is exact, and i think this is my problem. I changed amp;
 to  and browser gets in room.
 ... (after an hour reading ) ...
 i just failed! just checked if my Firefox is at fault - and it was. MS IE
 works fine, and no /amp; problem..
 Long ago Firefox turned on by default blocking of mixed content. and
 since my Moodle is SSL enhanced, and OM server is on different ip, no ssl,
 the browser just blocked it.. and internal scrips even messed up the link
 (/amp;).
 clicked on shield icon in address bar, chose not to block in this page
 and everything works just fine.

 sorry for disturbance, and thank you for fast response on every small
 question : )

 2014-10-23 17:28 GMT+03:00 Maxim Solodovnik solomax...@gmail.com:

 sorry similar problem with which one?

 do you get the exact URL you have posted? (with  replaced with amp;)
 If yes, could you try to modify URL (replace amp; with ) and
 access it using your browser?

 According to the log: remoteSessionObject user should log in as
 expected .
 Can you switch OM client to debug mode and re-check? (maybe client logs
 will contain anything useful?

 1) open web.xml
 2) replace DEPLOYMENT with DEVELOPMENT
 3) start OM

 Thanks

 On 23 October 2014 19:05, Linas Redeckis linre...@gmail.com wrote:

 i just tested again and again. create room, enter room, close blank
 browser windows in log looks like this:
 --plugin loading
 DEBUG 10-23 14:35:05.323 SessiondataDao.java 770732431 404
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9] -
 ** clearSessionTable:
 DEBUG 10-23 14:35:05.326 SessiondataDao.java 770732434 408
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9] -
 clearSessionTable: 2
 DEBUG 10-23 14:35:05.340 MeetingReminderJob.java 770732448 34
 org.apache.openmeetings.quartz.scheduler.MeetingReminderJob
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] -
 MeetingReminderJob.execute
 DEBUG 10-23 14:35:07.010 UserWebService.java 770734118 98
 org.apache.openmeetings.axis.services.UserWebService
 [http-nio-0.0.0.0-5080-exec-5] - SPRING LOADED getSession --
 DEBUG 10-23 14:35:07.011 SessiondataDao.java 770734119 68
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [http-nio-0.0.0.0-5080-exec-5] - startsession :: startsession
 DEBUG 10-23 14:35:07.011 ManageCryptStyle.java 770734119 32
 org.apache.openmeetings.util.crypt.ManageCryptStyle
 [http-nio-0.0.0.0-5080-exec-5] - getInstanceOfCrypt::
 configKeyCryptClassName:
 org.apache.openmeetings.util.crypt.MD5Implementation
 DEBUG 10-23 14:35:07.025 UserWebService.java 770734133 115
 org.apache.openmeetings.axis.services.UserWebService
 [http-nio-0.0.0.0-5080-exec-9] - Login user SID :
 4ee206712b2b88f5326adfd4e1c02a88
 DEBUG 10-23 14:35:07.031 UserDao.java 770734139 585
 org.apache.openmeetings.db.dao.user.UserDao [http-nio-0.0.0.0-5080-exec-9]
 - debug SIZE: 1
 DEBUG 10-23 14:35:07.032 ManageCryptStyle.java 770734140 32
 org.apache.openmeetings.util.crypt.ManageCryptStyle
 [http-nio-0.0.0.0-5080-exec-9] - getInstanceOfCrypt::
 configKeyCryptClassName:
 org.apache.openmeetings.util.crypt.MD5Implementation
 DEBUG 10-23 14:35:07.035 AuthLevelUtil.java 770734143 36
 org.apache.openmeetings.util.AuthLevelUtil [http-nio-0.0.0.0-5080-exec-9] -
 Level Login :: [GRANTED]
 DEBUG 10-23 14:35:07.040 UserDao.java 770734148 599
 org.apache.openmeetings.db.dao.user.UserDao [http-nio-0.0.0.0-5080-exec-9]
 - loginUser [org.apache.openmeetings.db.entity.user.Organisation_Users@21
 ]
 DEBUG 10-23 14:35:07.046 SessiondataDao.java 770734154 195
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [http-nio-0.0.0.0-5080-exec-9] - updateUser User: 1 ||
 4ee206712b2b88f5326adfd4e1c02a88
 DEBUG 10-23 14:35:07.049 SessiondataDao.java 770734157 210
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [http-nio-0.0.0.0-5080-exec-9] - Found session to update:
 4ee206712b2b88f5326adfd4e1c02a88 userId: 1
 DEBUG 10-23 14:35:07.104 AuthLevelUtil.java 770734212 36
 org.apache.openmeetings.util.AuthLevelUtil [http-nio-0.0.0.0-5080-exec-10]
 - Level Soap :: [GRANTED]
 DEBUG 10-23 

Re: Moodle plugin doesn't work for me

2014-10-24 Thread Michael Wuttke
Hello Maxim, Hello Linas,

the problem is the so called mixed mode: if moodle is using only https
and openmeetings is using http only. Most browsers will block the
content presented in http - like firefox does, see attached screenshot.

Thanks  greetings,
Michael

Am 24.10.2014 um 09:32 schrieb Maxim Solodovnik:
 Maybe you can set up OM in HTTPS/RTMPS mode?
 I can try to fix plugin if you can provide steps to reproduce of maybe
 ssh access to the server I can debug/fix Moodle plugin
 
 On 24 October 2014 14:28, Linas Redeckis linre...@gmail.com
 mailto:linre...@gmail.com wrote:
 
 by similar i ment blank screen. but apparently the cause is deeper.
 yes - the link is exact, and i think this is my problem. I changed
 amp; to  and browser gets in room.
 ... (after an hour reading ) ...
 i just failed! just checked if my Firefox is at fault - and it was.
 MS IE works fine, and no /amp; problem..
 Long ago Firefox turned on by default blocking of mixed content. and
 since my Moodle is SSL enhanced, and OM server is on different ip,
 no ssl, the browser just blocked it.. and internal scrips even
 messed up the link (/amp;).
 clicked on shield icon in address bar, chose not to block in this
 page and everything works just fine.
 
 sorry for disturbance, and thank you for fast response on every
 small question : )
 
 2014-10-23 17:28 GMT+03:00 Maxim Solodovnik solomax...@gmail.com
 mailto:solomax...@gmail.com:
 
 sorry similar problem with which one?
 
 do you get the exact URL you have posted? (with  replaced with
 amp;)
 If yes, could you try to modify URL (replace amp; with )
 and access it using your browser?
 
 According to the log: remoteSessionObject user should log in
 as expected .
 Can you switch OM client to debug mode and re-check? (maybe
 client logs will contain anything useful?
 
 1) open web.xml
 2) replace DEPLOYMENT with DEVELOPMENT
 3) start OM
 
 Thanks
 
 On 23 October 2014 19:05, Linas Redeckis linre...@gmail.com
 mailto:linre...@gmail.com wrote:
 
 i just tested again and again. create room, enter room,
 close blank browser windows in log looks like this:
 --plugin loading
 DEBUG 10-23 14:35:05.323 SessiondataDao.java 770732431 404
 org.apache.openmeetings.db.dao.server.SessiondataDao
 
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9]
 - ** clearSessionTable:
 DEBUG 10-23 14:35:05.326 SessiondataDao.java 770732434 408
 org.apache.openmeetings.db.dao.server.SessiondataDao
 
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9]
 - clearSessionTable: 2
 DEBUG 10-23 14:35:05.340 MeetingReminderJob.java 770732448
 34
 org.apache.openmeetings.quartz.scheduler.MeetingReminderJob
 
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5]
 - MeetingReminderJob.execute
 DEBUG 10-23 14:35:07.010 UserWebService.java 770734118 98
 org.apache.openmeetings.axis.services.UserWebService
 [http-nio-0.0.0.0-5080-exec-5] - SPRING LOADED getSession --
 DEBUG 10-23 14:35:07.011 SessiondataDao.java 770734119 68
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [http-nio-0.0.0.0-5080-exec-5] - startsession :: startsession
 DEBUG 10-23 14:35:07.011 ManageCryptStyle.java 770734119 32
 org.apache.openmeetings.util.crypt.ManageCryptStyle
 [http-nio-0.0.0.0-5080-exec-5] - getInstanceOfCrypt::
 configKeyCryptClassName:
 org.apache.openmeetings.util.crypt.MD5Implementation
 DEBUG 10-23 14:35:07.025 UserWebService.java 770734133 115
 org.apache.openmeetings.axis.services.UserWebService
 [http-nio-0.0.0.0-5080-exec-9] - Login user SID :
 4ee206712b2b88f5326adfd4e1c02a88
 DEBUG 10-23 14:35:07.031 UserDao.java 770734139 585
 org.apache.openmeetings.db.dao.user.UserDao
 [http-nio-0.0.0.0-5080-exec-9] - debug SIZE: 1
 DEBUG 10-23 14:35:07.032 ManageCryptStyle.java 770734140 32
 org.apache.openmeetings.util.crypt.ManageCryptStyle
 [http-nio-0.0.0.0-5080-exec-9] - getInstanceOfCrypt::
 configKeyCryptClassName:
 org.apache.openmeetings.util.crypt.MD5Implementation
 DEBUG 10-23 14:35:07.035 AuthLevelUtil.java 770734143 36
 org.apache.openmeetings.util.AuthLevelUtil
 [http-nio-0.0.0.0-5080-exec-9] - Level Login :: [GRANTED]
 DEBUG 10-23 14:35:07.040 UserDao.java 770734148 599
 org.apache.openmeetings.db.dao.user.UserDao
 [http-nio-0.0.0.0-5080-exec-9] 

Re: Moodle plugin doesn't work for me

2014-10-23 Thread Linas Redeckis
Maxim, i think i have similar problem. Moodle is 2.6.5+, OM is 3.0.3, and
plugin is 1.7 (2014062601, its specificaly for 2.6 moodle and om3), all is
fresh installed.
after creating activity in moodle, i click the link, and only see moodle
header. after checking html source, in iframe i see a link to my
openmeetings server and some parameters attached (
http://192.168.3.38:5080/openmeetings/swf?amp;secureHash=deaa2bc70922fd049bfcba23ad0d50e9amp;scopeRoomId=hibernateamp;language=1amp;user_id=2amp;moodleRoom=1amp;wwwroot=https://blah.blah.lt/moodle26).
i tried opening this link, but i only see some flash loading line, then
blank screen again (white). i click right mouse button to check if flash is
working, and menu pops up with flash options.. so flash stuff is loaded
from OM server. The moment when i'm entering link log shows this:

DEBUG 10-23 14:00:12.204 ServletWebRequest.java 768639312 189
org.apache.wicket.protocol.http.servlet.ServletWebRequest
[http-nio-0.0.0.0-5080-exec-6] - Calculating context relative path from:
context path '/openmeetings', filterPrefix '', uri '/openmeetings/swf'
DEBUG 10-23 14:00:12.205 ServletWebRequest.java 768639313 189
org.apache.wicket.protocol.http.servlet.ServletWebRequest
[http-nio-0.0.0.0-5080-exec-6] - Calculating context relative path from:
context path '/openmeetings', filterPrefix '', uri '/openmeetings/swf'
DEBUG 10-23 14:00:12.206 ServletWebRequest.java 768639314 189
org.apache.wicket.protocol.http.servlet.ServletWebRequest
[http-nio-0.0.0.0-5080-exec-6] - Calculating context relative path from:
context path '/openmeetings', filterPrefix '', uri '/openmeetings/swf'
DEBUG 10-23 14:00:12.206 ServletWebRequest.java 768639314 189
org.apache.wicket.protocol.http.servlet.ServletWebRequest
[http-nio-0.0.0.0-5080-exec-6] - Calculating context relative path from:
context path '/openmeetings', filterPrefix '', uri '/openmeetings/swf'
DEBUG 10-23 14:00:12.208 PageAccessSynchronizer.java 768639316 100
org.apache.wicket.page.PageAccessSynchronizer
[http-nio-0.0.0.0-5080-exec-6] - 'http-nio-0.0.0.0-5080-exec-6' attempting
to acquire lock to page with id '0'
DEBUG 10-23 14:00:12.209 PageAccessSynchronizer.java 768639317 125
org.apache.wicket.page.PageAccessSynchronizer
[http-nio-0.0.0.0-5080-exec-6] - http-nio-0.0.0.0-5080-exec-6 acquired lock
to page 0
DEBUG 10-23 14:00:12.211 ServletWebRequest.java 768639319 189
org.apache.wicket.protocol.http.servlet.ServletWebRequest
[http-nio-0.0.0.0-5080-exec-6] - Calculating context relative path from:
context path '/openmeetings', filterPrefix '', uri '/openmeetings/swf'
DEBUG 10-23 14:00:12.213 ServletWebRequest.java 768639321 189
org.apache.wicket.protocol.http.servlet.ServletWebRequest
[http-nio-0.0.0.0-5080-exec-6] - Calculating context relative path from:
context path '/openmeetings', filterPrefix '', uri '/openmeetings/swf'
DEBUG 10-23 14:00:12.213 ServletWebRequest.java 768639321 189
org.apache.wicket.protocol.http.servlet.ServletWebRequest
[http-nio-0.0.0.0-5080-exec-6] - Calculating context relative path from:
context path '/openmeetings', filterPrefix '', uri '/openmeetings/swf'
DEBUG 10-23 14:00:12.214 ServletWebRequest.java 768639322 189
org.apache.wicket.protocol.http.servlet.ServletWebRequest
[http-nio-0.0.0.0-5080-exec-6] - Calculating context relative path from:
context path '/openmeetings', filterPrefix '', uri '/openmeetings/swf'
DEBUG 10-23 14:00:12.215 ServletWebRequest.java 768639323 189
org.apache.wicket.protocol.http.servlet.ServletWebRequest
[http-nio-0.0.0.0-5080-exec-6] - Calculating context relative path from:
context path '/openmeetings', filterPrefix '', uri '/openmeetings/swf'
DEBUG 10-23 14:00:12.216 ServletWebRequest.java 768639324 189
org.apache.wicket.protocol.http.servlet.ServletWebRequest
[http-nio-0.0.0.0-5080-exec-6] - Calculating context relative path from:
context path '/openmeetings', filterPrefix '', uri '/openmeetings/swf'
DEBUG 10-23 14:00:12.217 ServletWebRequest.java 768639325 189
org.apache.wicket.protocol.http.servlet.ServletWebRequest
[http-nio-0.0.0.0-5080-exec-6] - Calculating context relative path from:
context path '/openmeetings', filterPrefix '', uri '/openmeetings/swf'
DEBUG 10-23 14:00:12.218 ServletWebRequest.java 768639326 189
org.apache.wicket.protocol.http.servlet.ServletWebRequest
[http-nio-0.0.0.0-5080-exec-6] - Calculating context relative path from:
context path '/openmeetings', filterPrefix '', uri '/openmeetings/swf'
DEBUG 10-23 14:00:12.219 ServletWebRequest.java 768639327 189
org.apache.wicket.protocol.http.servlet.ServletWebRequest
[http-nio-0.0.0.0-5080-exec-6] - Calculating context relative path from:
context path '/openmeetings', filterPrefix '', uri '/openmeetings/swf'
DEBUG 10-23 14:00:12.219 ServletWebRequest.java 768639327 189
org.apache.wicket.protocol.http.servlet.ServletWebRequest
[http-nio-0.0.0.0-5080-exec-6] - Calculating context relative path from:
context path '/openmeetings', filterPrefix '', uri '/openmeetings/swf'
DEBUG 10-23 14:00:12.220 

Re: Moodle plugin doesn't work for me

2014-10-23 Thread Maxim Solodovnik
sorry similar problem with which one?

do you get the exact URL you have posted? (with  replaced with amp;)
If yes, could you try to modify URL (replace amp; with ) and access
it using your browser?

According to the log: remoteSessionObject user should log in as expected
.
Can you switch OM client to debug mode and re-check? (maybe client logs
will contain anything useful?

1) open web.xml
2) replace DEPLOYMENT with DEVELOPMENT
3) start OM

Thanks

On 23 October 2014 19:05, Linas Redeckis linre...@gmail.com wrote:

 i just tested again and again. create room, enter room, close blank
 browser windows in log looks like this:
 --plugin loading
 DEBUG 10-23 14:35:05.323 SessiondataDao.java 770732431 404
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9] -
 ** clearSessionTable:
 DEBUG 10-23 14:35:05.326 SessiondataDao.java 770732434 408
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9] -
 clearSessionTable: 2
 DEBUG 10-23 14:35:05.340 MeetingReminderJob.java 770732448 34
 org.apache.openmeetings.quartz.scheduler.MeetingReminderJob
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] -
 MeetingReminderJob.execute
 DEBUG 10-23 14:35:07.010 UserWebService.java 770734118 98
 org.apache.openmeetings.axis.services.UserWebService
 [http-nio-0.0.0.0-5080-exec-5] - SPRING LOADED getSession --
 DEBUG 10-23 14:35:07.011 SessiondataDao.java 770734119 68
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [http-nio-0.0.0.0-5080-exec-5] - startsession :: startsession
 DEBUG 10-23 14:35:07.011 ManageCryptStyle.java 770734119 32
 org.apache.openmeetings.util.crypt.ManageCryptStyle
 [http-nio-0.0.0.0-5080-exec-5] - getInstanceOfCrypt::
 configKeyCryptClassName:
 org.apache.openmeetings.util.crypt.MD5Implementation
 DEBUG 10-23 14:35:07.025 UserWebService.java 770734133 115
 org.apache.openmeetings.axis.services.UserWebService
 [http-nio-0.0.0.0-5080-exec-9] - Login user SID :
 4ee206712b2b88f5326adfd4e1c02a88
 DEBUG 10-23 14:35:07.031 UserDao.java 770734139 585
 org.apache.openmeetings.db.dao.user.UserDao [http-nio-0.0.0.0-5080-exec-9]
 - debug SIZE: 1
 DEBUG 10-23 14:35:07.032 ManageCryptStyle.java 770734140 32
 org.apache.openmeetings.util.crypt.ManageCryptStyle
 [http-nio-0.0.0.0-5080-exec-9] - getInstanceOfCrypt::
 configKeyCryptClassName:
 org.apache.openmeetings.util.crypt.MD5Implementation
 DEBUG 10-23 14:35:07.035 AuthLevelUtil.java 770734143 36
 org.apache.openmeetings.util.AuthLevelUtil [http-nio-0.0.0.0-5080-exec-9] -
 Level Login :: [GRANTED]
 DEBUG 10-23 14:35:07.040 UserDao.java 770734148 599
 org.apache.openmeetings.db.dao.user.UserDao [http-nio-0.0.0.0-5080-exec-9]
 - loginUser [org.apache.openmeetings.db.entity.user.Organisation_Users@21]
 DEBUG 10-23 14:35:07.046 SessiondataDao.java 770734154 195
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [http-nio-0.0.0.0-5080-exec-9] - updateUser User: 1 ||
 4ee206712b2b88f5326adfd4e1c02a88
 DEBUG 10-23 14:35:07.049 SessiondataDao.java 770734157 210
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [http-nio-0.0.0.0-5080-exec-9] - Found session to update:
 4ee206712b2b88f5326adfd4e1c02a88 userId: 1
 DEBUG 10-23 14:35:07.104 AuthLevelUtil.java 770734212 36
 org.apache.openmeetings.util.AuthLevelUtil [http-nio-0.0.0.0-5080-exec-10]
 - Level Soap :: [GRANTED]
 DEBUG 10-23 14:35:07.105 FlvRecordingDao.java 770734213 165
 org.apache.openmeetings.db.dao.record.FlvRecordingDao
 [http-nio-0.0.0.0-5080-exec-10] - getFlvRecordingByExternalRoomType
 :externalRoomType: moodle
 DEBUG 10-23 14:35:07.109 FlvRecordingDao.java 770734217 176
 org.apache.openmeetings.db.dao.record.FlvRecordingDao
 [http-nio-0.0.0.0-5080-exec-10] - getFlvRecordingByExternalRoomType :: 0
 DEBUG 10-23 14:35:07.149 AuthLevelUtil.java 770734257 36
 org.apache.openmeetings.util.AuthLevelUtil [http-nio-0.0.0.0-5080-exec-1] -
 Level Soap :: [GRANTED]
 DEBUG 10-23 14:35:07.150 FlvRecordingDao.java 770734258 165
 org.apache.openmeetings.db.dao.record.FlvRecordingDao
 [http-nio-0.0.0.0-5080-exec-1] - getFlvRecordingByExternalRoomType
 :externalRoomType: moodle
 DEBUG 10-23 14:35:07.153 FlvRecordingDao.java 770734261 176
 org.apache.openmeetings.db.dao.record.FlvRecordingDao
 [http-nio-0.0.0.0-5080-exec-1] - getFlvRecordingByExternalRoomType :: 0
 --plugin saving
 DEBUG 10-23 14:42:43.463 UserWebService.java 771190571 98
 org.apache.openmeetings.axis.services.UserWebService
 [http-nio-0.0.0.0-5080-exec-4] - SPRING LOADED getSession --
 DEBUG 10-23 14:42:43.464 SessiondataDao.java 771190572 68
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [http-nio-0.0.0.0-5080-exec-4] - startsession :: startsession
 DEBUG 10-23 14:42:43.465 ManageCryptStyle.java 771190573 32
 org.apache.openmeetings.util.crypt.ManageCryptStyle
 [http-nio-0.0.0.0-5080-exec-4] - getInstanceOfCrypt::
 configKeyCryptClassName:
 

Moodle plugin doesn't work for me

2014-05-21 Thread Leon Wood
Hi, I've just installed openmeetings and moodle on my server. Openmeetings
and Moodle can work properly separately, but when I tried to integrate
openmeetings to moodle. It just didn't work.
I uploaded the plugin and configured the setting. And I have successfully
created a room in moodle. But when I clicked that room, a blank page showed
up and said server denied connection to localhost:5080. I don't know what
that meant.

Please help. Thanks.


Re: Moodle plugin doesn't work for me

2014-05-21 Thread Maxim Solodovnik
you set OM address to localhost:5080
and it is not accessible
please specify valid address


On Wed, May 21, 2014 at 2:34 PM, Leon Wood leon.r.w...@gmail.com wrote:

 Hi, I've just installed openmeetings and moodle on my server. Openmeetings
 and Moodle can work properly separately, but when I tried to integrate
 openmeetings to moodle. It just didn't work.
 I uploaded the plugin and configured the setting. And I have successfully
 created a room in moodle. But when I clicked that room, a blank page showed
 up and said server denied connection to localhost:5080. I don't know what
 that meant.

 Please help. Thanks.




-- 
WBR
Maxim aka solomax


Re: Moodle plugin doesn't work for me

2014-05-21 Thread Michael Wuttke
Hello Leon,

what versions of software do you use: moodle, openmeetings and the
openmeetings moodle plugin?

Greetings,
Michael

Am 21.05.2014 09:46, schrieb Maxim Solodovnik:
 you set OM address to localhost:5080
 and it is not accessible
 please specify valid address
 
 
 On Wed, May 21, 2014 at 2:34 PM, Leon Wood leon.r.w...@gmail.com
 mailto:leon.r.w...@gmail.com wrote:
 
 Hi, I've just installed openmeetings and moodle on my server.
 Openmeetings and Moodle can work properly separately, but when I
 tried to integrate openmeetings to moodle. It just didn't work.
 I uploaded the plugin and configured the setting. And I have
 successfully created a room in moodle. But when I clicked that room,
 a blank page showed up and said server denied connection to
 localhost:5080. I don't know what that meant.
 
 Please help. Thanks.


Re: Moodle plugin doesn't work for me

2014-05-21 Thread Leon Wood
Hi, thanks for your .such a quick reply. I installed openmeetings 3.0.1 and
moodle 2.7+ with an openmeetings plugin 1.7.1.

My operating system is centos 6.5 now, I tried debian 7.5. The result is
the same.

I can see the room created by openmeetings plugin in openmeetings.

The user I created for openmeetings plugin is a soap-only user, which
belong to the group of moodle.

I cannot figure out where my mistake is. Thanks.


On Wed, May 21, 2014 at 3:50 PM, Michael Wuttke 
michael.wut...@beuth-hochschule.de wrote:

 Hello Leon,

 what versions of software do you use: moodle, openmeetings and the
 openmeetings moodle plugin?

 Greetings,
 Michael

 Am 21.05.2014 09:46, schrieb Maxim Solodovnik:
  you set OM address to localhost:5080
  and it is not accessible
  please specify valid address
 
 
  On Wed, May 21, 2014 at 2:34 PM, Leon Wood leon.r.w...@gmail.com
  mailto:leon.r.w...@gmail.com wrote:
 
  Hi, I've just installed openmeetings and moodle on my server.
  Openmeetings and Moodle can work properly separately, but when I
  tried to integrate openmeetings to moodle. It just didn't work.
  I uploaded the plugin and configured the setting. And I have
  successfully created a room in moodle. But when I clicked that room,
  a blank page showed up and said server denied connection to
  localhost:5080. I don't know what that meant.
 
  Please help. Thanks.



Re: Moodle plugin doesn't work for me

2014-05-21 Thread Leon Wood
I don't know whether it will be helpful to send a snapshot.


On Wed, May 21, 2014 at 4:03 PM, Leon Wood leon.r.w...@gmail.com wrote:

 Hi, thanks for your .such a quick reply. I installed openmeetings 3.0.1
 and moodle 2.7+ with an openmeetings plugin 1.7.1.

 My operating system is centos 6.5 now, I tried debian 7.5. The result is
 the same.

 I can see the room created by openmeetings plugin in openmeetings.

 The user I created for openmeetings plugin is a soap-only user, which
 belong to the group of moodle.

 I cannot figure out where my mistake is. Thanks.



 On Wed, May 21, 2014 at 3:50 PM, Michael Wuttke 
 michael.wut...@beuth-hochschule.de wrote:

 Hello Leon,

 what versions of software do you use: moodle, openmeetings and the
 openmeetings moodle plugin?

 Greetings,
 Michael

 Am 21.05.2014 09:46, schrieb Maxim Solodovnik:
  you set OM address to localhost:5080
  and it is not accessible
  please specify valid address
 
 
  On Wed, May 21, 2014 at 2:34 PM, Leon Wood leon.r.w...@gmail.com
  mailto:leon.r.w...@gmail.com wrote:
 
  Hi, I've just installed openmeetings and moodle on my server.
  Openmeetings and Moodle can work properly separately, but when I
  tried to integrate openmeetings to moodle. It just didn't work.
  I uploaded the plugin and configured the setting. And I have
  successfully created a room in moodle. But when I clicked that room,
  a blank page showed up and said server denied connection to
  localhost:5080. I don't know what that meant.
 
  Please help. Thanks.





Re: Moodle plugin doesn't work for me

2014-05-21 Thread Maxim Solodovnik
while entering the room the room is opened in iframe
please check the page source and try to access the url.

Maybe you need to specify real IP/name in config?


On Wed, May 21, 2014 at 3:07 PM, Leon Wood leon.r.w...@gmail.com wrote:

 I don't know whether it will be helpful to send a snapshot.


 On Wed, May 21, 2014 at 4:03 PM, Leon Wood leon.r.w...@gmail.com wrote:

 Hi, thanks for your .such a quick reply. I installed openmeetings 3.0.1
 and moodle 2.7+ with an openmeetings plugin 1.7.1.

 My operating system is centos 6.5 now, I tried debian 7.5. The result is
 the same.

 I can see the room created by openmeetings plugin in openmeetings.

 The user I created for openmeetings plugin is a soap-only user, which
 belong to the group of moodle.

 I cannot figure out where my mistake is. Thanks.



 On Wed, May 21, 2014 at 3:50 PM, Michael Wuttke 
 michael.wut...@beuth-hochschule.de wrote:

 Hello Leon,

 what versions of software do you use: moodle, openmeetings and the
 openmeetings moodle plugin?

 Greetings,
 Michael

 Am 21.05.2014 09:46, schrieb Maxim Solodovnik:
  you set OM address to localhost:5080
  and it is not accessible
  please specify valid address
 
 
  On Wed, May 21, 2014 at 2:34 PM, Leon Wood leon.r.w...@gmail.com
  mailto:leon.r.w...@gmail.com wrote:
 
  Hi, I've just installed openmeetings and moodle on my server.
  Openmeetings and Moodle can work properly separately, but when I
  tried to integrate openmeetings to moodle. It just didn't work.
  I uploaded the plugin and configured the setting. And I have
  successfully created a room in moodle. But when I clicked that
 room,
  a blank page showed up and said server denied connection to
  localhost:5080. I don't know what that meant.
 
  Please help. Thanks.






-- 
WBR
Maxim aka solomax


Re: Moodle plugin doesn't work for me

2014-05-21 Thread Leon Wood
Hi, Maxim. I think you are right. Then where can I change the configuration?
Is it the option rtmphostlocal?
Thanks.


On Wed, May 21, 2014 at 4:11 PM, Maxim Solodovnik solomax...@gmail.comwrote:

 while entering the room the room is opened in iframe
 please check the page source and try to access the url.

 Maybe you need to specify real IP/name in config?


 On Wed, May 21, 2014 at 3:07 PM, Leon Wood leon.r.w...@gmail.com wrote:

 I don't know whether it will be helpful to send a snapshot.


 On Wed, May 21, 2014 at 4:03 PM, Leon Wood leon.r.w...@gmail.com wrote:

 Hi, thanks for your .such a quick reply. I installed openmeetings 3.0.1
 and moodle 2.7+ with an openmeetings plugin 1.7.1.

 My operating system is centos 6.5 now, I tried debian 7.5. The result is
 the same.

 I can see the room created by openmeetings plugin in openmeetings.

 The user I created for openmeetings plugin is a soap-only user, which
 belong to the group of moodle.

 I cannot figure out where my mistake is. Thanks.



 On Wed, May 21, 2014 at 3:50 PM, Michael Wuttke 
 michael.wut...@beuth-hochschule.de wrote:

 Hello Leon,

 what versions of software do you use: moodle, openmeetings and the
 openmeetings moodle plugin?

 Greetings,
 Michael

 Am 21.05.2014 09:46, schrieb Maxim Solodovnik:
  you set OM address to localhost:5080
  and it is not accessible
  please specify valid address
 
 
  On Wed, May 21, 2014 at 2:34 PM, Leon Wood leon.r.w...@gmail.com
  mailto:leon.r.w...@gmail.com wrote:
 
  Hi, I've just installed openmeetings and moodle on my server.
  Openmeetings and Moodle can work properly separately, but when I
  tried to integrate openmeetings to moodle. It just didn't work.
  I uploaded the plugin and configured the setting. And I have
  successfully created a room in moodle. But when I clicked that
 room,
  a blank page showed up and said server denied connection to
  localhost:5080. I don't know what that meant.
 
  Please help. Thanks.






 --
 WBR
 Maxim aka solomax



Re: Moodle plugin doesn't work for me

2014-05-21 Thread Maxim Solodovnik
You should login to the moodle as Admin
change Openmeetings plugin parameters
set the correct server


On Wed, May 21, 2014 at 3:21 PM, Leon Wood leon.r.w...@gmail.com wrote:

 Hi, Maxim. I think you are right. Then where can I change the
 configuration?
 Is it the option rtmphostlocal?
 Thanks.


 On Wed, May 21, 2014 at 4:11 PM, Maxim Solodovnik solomax...@gmail.comwrote:

 while entering the room the room is opened in iframe
 please check the page source and try to access the url.

 Maybe you need to specify real IP/name in config?


 On Wed, May 21, 2014 at 3:07 PM, Leon Wood leon.r.w...@gmail.com wrote:

 I don't know whether it will be helpful to send a snapshot.


 On Wed, May 21, 2014 at 4:03 PM, Leon Wood leon.r.w...@gmail.comwrote:

 Hi, thanks for your .such a quick reply. I installed openmeetings 3.0.1
 and moodle 2.7+ with an openmeetings plugin 1.7.1.

 My operating system is centos 6.5 now, I tried debian 7.5. The result
 is the same.

 I can see the room created by openmeetings plugin in openmeetings.

 The user I created for openmeetings plugin is a soap-only user, which
 belong to the group of moodle.

 I cannot figure out where my mistake is. Thanks.



 On Wed, May 21, 2014 at 3:50 PM, Michael Wuttke 
 michael.wut...@beuth-hochschule.de wrote:

 Hello Leon,

 what versions of software do you use: moodle, openmeetings and the
 openmeetings moodle plugin?

 Greetings,
 Michael

 Am 21.05.2014 09:46, schrieb Maxim Solodovnik:
  you set OM address to localhost:5080
  and it is not accessible
  please specify valid address
 
 
  On Wed, May 21, 2014 at 2:34 PM, Leon Wood leon.r.w...@gmail.com
  mailto:leon.r.w...@gmail.com wrote:
 
  Hi, I've just installed openmeetings and moodle on my server.
  Openmeetings and Moodle can work properly separately, but when I
  tried to integrate openmeetings to moodle. It just didn't work.
  I uploaded the plugin and configured the setting. And I have
  successfully created a room in moodle. But when I clicked that
 room,
  a blank page showed up and said server denied connection to
  localhost:5080. I don't know what that meant.
 
  Please help. Thanks.






 --
 WBR
 Maxim aka solomax





-- 
WBR
Maxim aka solomax


Re: Moodle plugin doesn't work for me

2014-05-21 Thread Leon Wood
Hi, Maxim.
Thank you so much.
With your help, I have successfully loaded the page.
I have another problem. I tried to upload a word document to the room, when
it finishes uploading, it just shows an image with the word deleted. What
is the problem?
I tried pdf, pdf can be displayed normally.
I tried mp4 and mp3. They don't work.


On Wed, May 21, 2014 at 4:22 PM, Maxim Solodovnik solomax...@gmail.comwrote:

 You should login to the moodle as Admin
 change Openmeetings plugin parameters
 set the correct server


 On Wed, May 21, 2014 at 3:21 PM, Leon Wood leon.r.w...@gmail.com wrote:

 Hi, Maxim. I think you are right. Then where can I change the
 configuration?
 Is it the option rtmphostlocal?
 Thanks.


 On Wed, May 21, 2014 at 4:11 PM, Maxim Solodovnik 
 solomax...@gmail.comwrote:

 while entering the room the room is opened in iframe
 please check the page source and try to access the url.

 Maybe you need to specify real IP/name in config?


 On Wed, May 21, 2014 at 3:07 PM, Leon Wood leon.r.w...@gmail.comwrote:

 I don't know whether it will be helpful to send a snapshot.


 On Wed, May 21, 2014 at 4:03 PM, Leon Wood leon.r.w...@gmail.comwrote:

 Hi, thanks for your .such a quick reply. I installed openmeetings
 3.0.1 and moodle 2.7+ with an openmeetings plugin 1.7.1.

 My operating system is centos 6.5 now, I tried debian 7.5. The result
 is the same.

 I can see the room created by openmeetings plugin in openmeetings.

 The user I created for openmeetings plugin is a soap-only user, which
 belong to the group of moodle.

 I cannot figure out where my mistake is. Thanks.



 On Wed, May 21, 2014 at 3:50 PM, Michael Wuttke 
 michael.wut...@beuth-hochschule.de wrote:

 Hello Leon,

 what versions of software do you use: moodle, openmeetings and the
 openmeetings moodle plugin?

 Greetings,
 Michael

 Am 21.05.2014 09:46, schrieb Maxim Solodovnik:
  you set OM address to localhost:5080
  and it is not accessible
  please specify valid address
 
 
  On Wed, May 21, 2014 at 2:34 PM, Leon Wood leon.r.w...@gmail.com
  mailto:leon.r.w...@gmail.com wrote:
 
  Hi, I've just installed openmeetings and moodle on my server.
  Openmeetings and Moodle can work properly separately, but when I
  tried to integrate openmeetings to moodle. It just didn't work.
  I uploaded the plugin and configured the setting. And I have
  successfully created a room in moodle. But when I clicked that
 room,
  a blank page showed up and said server denied connection to
  localhost:5080. I don't know what that meant.
 
  Please help. Thanks.






 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax



Re: Moodle plugin doesn't work for me

2014-05-21 Thread Maxim Solodovnik
word doc - usually mean your jod converter and/or open office are
missing/misconfigured
mp4 might not be supported, try avi first
if avi will fail check the logs and your ffmpeg


On Wed, May 21, 2014 at 3:35 PM, Leon Wood leon.r.w...@gmail.com wrote:

 Hi, Maxim.
 Thank you so much.
 With your help, I have successfully loaded the page.
 I have another problem. I tried to upload a word document to the room,
 when it finishes uploading, it just shows an image with the word deleted.
 What is the problem?
 I tried pdf, pdf can be displayed normally.
 I tried mp4 and mp3. They don't work.


 On Wed, May 21, 2014 at 4:22 PM, Maxim Solodovnik solomax...@gmail.comwrote:

 You should login to the moodle as Admin
 change Openmeetings plugin parameters
 set the correct server


 On Wed, May 21, 2014 at 3:21 PM, Leon Wood leon.r.w...@gmail.com wrote:

 Hi, Maxim. I think you are right. Then where can I change the
 configuration?
 Is it the option rtmphostlocal?
 Thanks.


 On Wed, May 21, 2014 at 4:11 PM, Maxim Solodovnik 
 solomax...@gmail.comwrote:

 while entering the room the room is opened in iframe
 please check the page source and try to access the url.

 Maybe you need to specify real IP/name in config?


 On Wed, May 21, 2014 at 3:07 PM, Leon Wood leon.r.w...@gmail.comwrote:

 I don't know whether it will be helpful to send a snapshot.


 On Wed, May 21, 2014 at 4:03 PM, Leon Wood leon.r.w...@gmail.comwrote:

 Hi, thanks for your .such a quick reply. I installed openmeetings
 3.0.1 and moodle 2.7+ with an openmeetings plugin 1.7.1.

 My operating system is centos 6.5 now, I tried debian 7.5. The result
 is the same.

 I can see the room created by openmeetings plugin in openmeetings.

 The user I created for openmeetings plugin is a soap-only user, which
 belong to the group of moodle.

 I cannot figure out where my mistake is. Thanks.



 On Wed, May 21, 2014 at 3:50 PM, Michael Wuttke 
 michael.wut...@beuth-hochschule.de wrote:

 Hello Leon,

 what versions of software do you use: moodle, openmeetings and the
 openmeetings moodle plugin?

 Greetings,
 Michael

 Am 21.05.2014 09:46, schrieb Maxim Solodovnik:
  you set OM address to localhost:5080
  and it is not accessible
  please specify valid address
 
 
  On Wed, May 21, 2014 at 2:34 PM, Leon Wood leon.r.w...@gmail.com
  mailto:leon.r.w...@gmail.com wrote:
 
  Hi, I've just installed openmeetings and moodle on my server.
  Openmeetings and Moodle can work properly separately, but when
 I
  tried to integrate openmeetings to moodle. It just didn't work.
  I uploaded the plugin and configured the setting. And I have
  successfully created a room in moodle. But when I clicked that
 room,
  a blank page showed up and said server denied connection to
  localhost:5080. I don't know what that meant.
 
  Please help. Thanks.






 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax





-- 
WBR
Maxim aka solomax


Re: Moodle plugin doesn't work for me

2014-05-21 Thread Leon Wood
Hi, Maxim.
Okay, I'll try to check that.
Thank you.


On Wed, May 21, 2014 at 6:32 PM, Maxim Solodovnik solomax...@gmail.comwrote:

 word doc - usually mean your jod converter and/or open office are
 missing/misconfigured
 mp4 might not be supported, try avi first
 if avi will fail check the logs and your ffmpeg


 On Wed, May 21, 2014 at 3:35 PM, Leon Wood leon.r.w...@gmail.com wrote:

 Hi, Maxim.
 Thank you so much.
 With your help, I have successfully loaded the page.
 I have another problem. I tried to upload a word document to the room,
 when it finishes uploading, it just shows an image with the word deleted.
 What is the problem?
 I tried pdf, pdf can be displayed normally.
 I tried mp4 and mp3. They don't work.


 On Wed, May 21, 2014 at 4:22 PM, Maxim Solodovnik 
 solomax...@gmail.comwrote:

 You should login to the moodle as Admin
 change Openmeetings plugin parameters
 set the correct server


 On Wed, May 21, 2014 at 3:21 PM, Leon Wood leon.r.w...@gmail.comwrote:

 Hi, Maxim. I think you are right. Then where can I change the
 configuration?
 Is it the option rtmphostlocal?
 Thanks.


 On Wed, May 21, 2014 at 4:11 PM, Maxim Solodovnik solomax...@gmail.com
  wrote:

 while entering the room the room is opened in iframe
 please check the page source and try to access the url.

 Maybe you need to specify real IP/name in config?


 On Wed, May 21, 2014 at 3:07 PM, Leon Wood leon.r.w...@gmail.comwrote:

 I don't know whether it will be helpful to send a snapshot.


 On Wed, May 21, 2014 at 4:03 PM, Leon Wood leon.r.w...@gmail.comwrote:

 Hi, thanks for your .such a quick reply. I installed openmeetings
 3.0.1 and moodle 2.7+ with an openmeetings plugin 1.7.1.

 My operating system is centos 6.5 now, I tried debian 7.5. The
 result is the same.

 I can see the room created by openmeetings plugin in openmeetings.

 The user I created for openmeetings plugin is a soap-only user,
 which belong to the group of moodle.

 I cannot figure out where my mistake is. Thanks.



 On Wed, May 21, 2014 at 3:50 PM, Michael Wuttke 
 michael.wut...@beuth-hochschule.de wrote:

 Hello Leon,

 what versions of software do you use: moodle, openmeetings and the
 openmeetings moodle plugin?

 Greetings,
 Michael

 Am 21.05.2014 09:46, schrieb Maxim Solodovnik:
  you set OM address to localhost:5080
  and it is not accessible
  please specify valid address
 
 
  On Wed, May 21, 2014 at 2:34 PM, Leon Wood leon.r.w...@gmail.com
  mailto:leon.r.w...@gmail.com wrote:
 
  Hi, I've just installed openmeetings and moodle on my server.
  Openmeetings and Moodle can work properly separately, but
 when I
  tried to integrate openmeetings to moodle. It just didn't
 work.
  I uploaded the plugin and configured the setting. And I have
  successfully created a room in moodle. But when I clicked
 that room,
  a blank page showed up and said server denied connection to
  localhost:5080. I don't know what that meant.
 
  Please help. Thanks.






 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax