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] 

Simultaneous conversation of several participants

2014-10-24 Thread Vladislav Vodopyan
Hi all,

When two or more participants trying to speak simultaneously in
conference mode, OpenMeetings allocates priority mic to participant who
started to speak earlier. Other participant's mics are muting at this time.

Is it a bug or it's a feature? How to disable/fix this?

Thanks.


Eclipse: Java Build Path Problem

2014-10-24 Thread Mahedi Kaysar
Hi All,
I just follow the the bellow link for OpenMeetings build.
http://openmeetings.apache.org/BuildInstructions_3.0.x.html

All ant build are finished successfully but while importing in eclipse the
project can not find the jar and says J*ava Build Path Problem*. But I
follow every steps. Could you please help me to make the project error free?

Thanks
Md. Mahedi Kaysar


Re: Eclipse: Java Build Path Problem

2014-10-24 Thread Maxim Solodovnik
Have you installed IvyDE into Eclipse?

On 24 October 2014 19:19, Mahedi Kaysar kaysar07c...@gmail.com wrote:

 Hi All,
 I just follow the the bellow link for OpenMeetings build.
 http://openmeetings.apache.org/BuildInstructions_3.0.x.html

 All ant build are finished successfully but while importing in eclipse the
 project can not find the jar and says J*ava Build Path Problem*. But I
 follow every steps. Could you please help me to make the project error free?

 Thanks
 Md. Mahedi Kaysar




-- 
WBR
Maxim aka solomax


Re: Eclipse: Java Build Path Problem

2014-10-24 Thread Mahedi Kaysar
Thanks for your mail. I had installed the IvyDE. But while importing it was
showing some error in IvySettings.java like

java.lang.ClassCastException:
org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be
cast to java.lang.String

Then I tried with previous version with Ivy only. That time I do not find
that exception.


On Fri, Oct 24, 2014 at 1:23 PM, Maxim Solodovnik solomax...@gmail.com
wrote:

 Have you installed IvyDE into Eclipse?

 On 24 October 2014 19:19, Mahedi Kaysar kaysar07c...@gmail.com wrote:

 Hi All,
 I just follow the the bellow link for OpenMeetings build.
 http://openmeetings.apache.org/BuildInstructions_3.0.x.html

 All ant build are finished successfully but while importing in eclipse
 the project can not find the jar and says J*ava Build Path Problem*. But
 I follow every steps. Could you please help me to make the project error
 free?

 Thanks
 Md. Mahedi Kaysar




 --
 WBR
 Maxim aka solomax



Re: Eclipse: Java Build Path Problem

2014-10-24 Thread Maxim Solodovnik
Latest Ivy + latest Eclipse works for me as expected

On 24 October 2014 19:35, Mahedi Kaysar kaysar07c...@gmail.com wrote:

 Thanks for your mail. I had installed the IvyDE. But while importing it
 was showing some error in IvySettings.java like

 java.lang.ClassCastException: 
 org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be cast to 
 java.lang.String

 Then I tried with previous version with Ivy only. That time I do not find
 that exception.


 On Fri, Oct 24, 2014 at 1:23 PM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 Have you installed IvyDE into Eclipse?

 On 24 October 2014 19:19, Mahedi Kaysar kaysar07c...@gmail.com wrote:

 Hi All,
 I just follow the the bellow link for OpenMeetings build.
 http://openmeetings.apache.org/BuildInstructions_3.0.x.html

 All ant build are finished successfully but while importing in eclipse
 the project can not find the jar and says J*ava Build Path Problem*.
 But I follow every steps. Could you please help me to make the project
 error free?

 Thanks
 Md. Mahedi Kaysar




 --
 WBR
 Maxim aka solomax





-- 
WBR
Maxim aka solomax


Definite mini guide for using OpenMeetings 3.0 with Active Directory

2014-10-24 Thread Peteris Krisjanis
Hi!

Is there well defined know how how to connect OM with regular AD?

I have tried it in various configurations but no luck. So I would like
to understand what is recommended ways to do so. It worked in OM 2 but
with reworked LDAP support OM 3 it stopped to work for some reason.

Whatever I use anonymous search and bind I get not found message in
logs. When I try to authenticate it fails to do so. I suspect some
security stuff is required and that's missing. But it worked with OM 2
for some strange reason.

Server is Windows Server 2012.

Respectfully and thanks for all hard work,
Peter.


Login issue through SOAP webserivce

2014-10-24 Thread CH CHANDRA SEKHAR
dear sir,

I have followed the below procedure for login


   1. Request a general API-token: SOAP/REST API Calls: getSession
   2. Validate the API-token: SOAP/REST API Calls: loginUser
   3. Generate a URL-token: SOAP/REST API Calls:
   setUserObjectAndGenerateRoomHash
   4. Login into the Room, by adding the URL-token from
   setUserObjectAndGenerateRoomHash to the URL

but finally it is giving error -- Unknow error, please report this to
adminstrator.
please help me.

please see the below links,

http://75.101.156.148:5080/openmeetings/services/UserService/getSession
http://75.101.156.148:5080/openmeetings/services/UserService/loginUser?SID=f248c08595fafb9e9b6a0baa414dc852username=rajeshuserpass=rajesh123
http://75.101.156.148:5080/openmeetings/services/UserService/setUserObjectAndGenerateRoomHashByURL?SID=c52fe3ebf1f20498801b431fa923dcb3username=rajeshfirstname=rajeshlastname=lastnameprofilePictureUrl=email=rajs.dhan...@gmail.comexternalUserId=externalUserType=room_id=6becomeModeratorAsInt=1showAudioVideoTestAsInt=1

http://75.101.156.148:5080/openmeetings/?secureHash=994fb5553b8956d8f3ebb8e274ed256c


thanks and regards,
chandra sekhar.


Re: Definite mini guide for using OpenMeetings 3.0 with Active Directory

2014-10-24 Thread Thibault Le Meur

Hi,

The problem is that it depends so much on the AD structure that it is 
difficult to cover all possible setups.


I think the best way to prepare the setup is to use an LDAP browser such 
as LDAPExplorer tool:

* install http://ldaptool.sourceforge.net/
* Ask your AD administrator for a UserDN  that can be used to connct to 
the directory such as:

CN=MyPowerUser,CN=Users,DC=myDomainPart1,DC=myDomainPart2,DC=myDomainPart3
* Check if SSL can be used or not (usually not using anonymous bind)
* check the BaseDN that will be used, usually
DC=myDomainPart2,DC=myDomainPart3

Once connected with LdapExplorer, browse the directory to check if you 
can see the users. If you can't, then:

* double check the search BaseDN, and try an upper basseDN
* doubleCheck with your AD administrator that the CN=MyPowerUser account 
has the right to read the directory


Once you've done these tests, post your results on the list and we'll 
help define your best setup for OM.


My 2 cents,
Thibault



Le 24/10/2014 15:26, Peteris Krisjanis a écrit :

Hi!

Is there well defined know how how to connect OM with regular AD?

I have tried it in various configurations but no luck. So I would like
to understand what is recommended ways to do so. It worked in OM 2 but
with reworked LDAP support OM 3 it stopped to work for some reason.

Whatever I use anonymous search and bind I get not found message in
logs. When I try to authenticate it fails to do so. I suspect some
security stuff is required and that's missing. But it worked with OM 2
for some strange reason.

Server is Windows Server 2012.

Respectfully and thanks for all hard work,
Peter.




Re: Eclipse: Java Build Path Problem

2014-10-24 Thread Mahedi Kaysar
I used bellow configurations:
1) Eclipse Luna V4.4.1
2) Java version 1.7.0_71 (32 bit) // note: 64bit was not working while
ant build.
3) Window 7 (64 bit)
4) Latest and previous version of Ivy (both is used separately) and get
same build path error.



On Fri, Oct 24, 2014 at 1:45 PM, Maxim Solodovnik solomax...@gmail.com
wrote:

 Latest Ivy + latest Eclipse works for me as expected

 On 24 October 2014 19:35, Mahedi Kaysar kaysar07c...@gmail.com wrote:

 Thanks for your mail. I had installed the IvyDE. But while importing it
 was showing some error in IvySettings.java like

 java.lang.ClassCastException: 
 org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be cast to 
 java.lang.String

 Then I tried with previous version with Ivy only. That time I do not find
 that exception.


 On Fri, Oct 24, 2014 at 1:23 PM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 Have you installed IvyDE into Eclipse?

 On 24 October 2014 19:19, Mahedi Kaysar kaysar07c...@gmail.com wrote:

 Hi All,
 I just follow the the bellow link for OpenMeetings build.
 http://openmeetings.apache.org/BuildInstructions_3.0.x.html

 All ant build are finished successfully but while importing in eclipse
 the project can not find the jar and says J*ava Build Path Problem*.
 But I follow every steps. Could you please help me to make the project
 error free?

 Thanks
 Md. Mahedi Kaysar




 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax



Re: Eclipse: Java Build Path Problem

2014-10-24 Thread Maxim Solodovnik
Works for me luna+latest+oracle java7
not sure what can be done :( maybe others can help

On 24 October 2014 20:55, Mahedi Kaysar kaysar07c...@gmail.com wrote:

 I used bellow configurations:
 1) Eclipse Luna V4.4.1
 2) Java version 1.7.0_71 (32 bit) // note: 64bit was not working while
 ant build.
 3) Window 7 (64 bit)
 4) Latest and previous version of Ivy (both is used separately) and get
 same build path error.



 On Fri, Oct 24, 2014 at 1:45 PM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 Latest Ivy + latest Eclipse works for me as expected

 On 24 October 2014 19:35, Mahedi Kaysar kaysar07c...@gmail.com wrote:

 Thanks for your mail. I had installed the IvyDE. But while importing it
 was showing some error in IvySettings.java like

 java.lang.ClassCastException: 
 org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be cast 
 to java.lang.String

 Then I tried with previous version with Ivy only. That time I do not
 find that exception.


 On Fri, Oct 24, 2014 at 1:23 PM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 Have you installed IvyDE into Eclipse?

 On 24 October 2014 19:19, Mahedi Kaysar kaysar07c...@gmail.com wrote:

 Hi All,
 I just follow the the bellow link for OpenMeetings build.
 http://openmeetings.apache.org/BuildInstructions_3.0.x.html

 All ant build are finished successfully but while importing in eclipse
 the project can not find the jar and says J*ava Build Path Problem*.
 But I follow every steps. Could you please help me to make the project
 error free?

 Thanks
 Md. Mahedi Kaysar




 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax





-- 
WBR
Maxim aka solomax


Re: Definite mini guide for using OpenMeetings 3.0 with Active Directory

2014-10-24 Thread Maxim Solodovnik
Are you using your old config or adapting the new one?
The keys and syntax are changed

On 24 October 2014 20:50, Thibault Le Meur thibault.lem...@supelec.fr
wrote:

 Hi,

 The problem is that it depends so much on the AD structure that it is
 difficult to cover all possible setups.

 I think the best way to prepare the setup is to use an LDAP browser such
 as LDAPExplorer tool:
 * install http://ldaptool.sourceforge.net/
 * Ask your AD administrator for a UserDN  that can be used to connct to
 the directory such as:
 CN=MyPowerUser,CN=Users,DC=myDomainPart1,DC=myDomainPart2,DC=myDomainPart3
 * Check if SSL can be used or not (usually not using anonymous bind)
 * check the BaseDN that will be used, usually
 DC=myDomainPart2,DC=myDomainPart3

 Once connected with LdapExplorer, browse the directory to check if you can
 see the users. If you can't, then:
 * double check the search BaseDN, and try an upper basseDN
 * doubleCheck with your AD administrator that the CN=MyPowerUser account
 has the right to read the directory

 Once you've done these tests, post your results on the list and we'll help
 define your best setup for OM.

 My 2 cents,
 Thibault



 Le 24/10/2014 15:26, Peteris Krisjanis a écrit :

  Hi!

 Is there well defined know how how to connect OM with regular AD?

 I have tried it in various configurations but no luck. So I would like
 to understand what is recommended ways to do so. It worked in OM 2 but
 with reworked LDAP support OM 3 it stopped to work for some reason.

 Whatever I use anonymous search and bind I get not found message in
 logs. When I try to authenticate it fails to do so. I suspect some
 security stuff is required and that's missing. But it worked with OM 2
 for some strange reason.

 Server is Windows Server 2012.

 Respectfully and thanks for all hard work,
 Peter.





-- 
WBR
Maxim aka solomax


Re: Login issue through SOAP webserivce

2014-10-24 Thread Maxim Solodovnik
multiple issues

1) on step 2 you are login as admin user (NOT the user will enter the room)
2) on step 3 you set the user will enter the room, You MUST pass
externalUserType and ExternalUserId

On 24 October 2014 20:29, CH CHANDRA SEKHAR 
chodavarapu.chandrasek...@gmail.com wrote:

 dear sir,

 I have followed the below procedure for login


1. Request a general API-token: SOAP/REST API Calls: getSession
2. Validate the API-token: SOAP/REST API Calls: loginUser
3. Generate a URL-token: SOAP/REST API Calls:
setUserObjectAndGenerateRoomHash
4. Login into the Room, by adding the URL-token from
setUserObjectAndGenerateRoomHash to the URL

 but finally it is giving error -- Unknow error, please report this to
 adminstrator.
 please help me.

 please see the below links,

 http://75.101.156.148:5080/openmeetings/services/UserService/getSession

 http://75.101.156.148:5080/openmeetings/services/UserService/loginUser?SID=f248c08595fafb9e9b6a0baa414dc852username=rajeshuserpass=rajesh123

 http://75.101.156.148:5080/openmeetings/services/UserService/setUserObjectAndGenerateRoomHashByURL?SID=c52fe3ebf1f20498801b431fa923dcb3username=rajeshfirstname=rajeshlastname=lastnameprofilePictureUrl=email=rajs.dhan...@gmail.comexternalUserId=externalUserType=room_id=6becomeModeratorAsInt=1showAudioVideoTestAsInt=1


 http://75.101.156.148:5080/openmeetings/?secureHash=994fb5553b8956d8f3ebb8e274ed256c


 thanks and regards,
 chandra sekhar.




-- 
WBR
Maxim aka solomax


Re: Eclipse: Java Build Path Problem

2014-10-24 Thread Maxim Solodovnik
I'm not sure why but you seems to re-create Eclipse project *(with rename)
(the name was Openmeetings 3.0 in your case it is ROOT)
Instead of import

rename your project or import existing project

On 24 October 2014 21:43, Mahedi Kaysar kaysar07c...@gmail.com wrote:

 Now I tried with IvyDE. I got the bellow exception while checkout. Could
 you please explain why it occurs?


 Some projects fail to be resolved
 Failed to configure Ivy for ivy.xml[*] in ROOTError while resolving the
 ivy instance for ivy.xml[*] in 'ROOT':
   The Ivy settings path '${workspace_loc:Openmeetings
 3.0.x/ivysettings.xml}' is incorrect: Variable references non-existent
 resource : ${workspace_loc:Openmeetings 3.0.x/ivysettings.xml}
 Error while resolving the ivy instance for ivy.xml[*] in 'ROOT':
   The Ivy settings path '${workspace_loc:Openmeetings
 3.0.x/ivysettings.xml}' is incorrect: Variable references non-existent
 resource : ${workspace_loc:Openmeetings 3.0.x/ivysettings.xml}


 Please check the attachment also.


 On Fri, Oct 24, 2014 at 3:26 PM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 Works for me luna+latest+oracle java7
 not sure what can be done :( maybe others can help

 On 24 October 2014 20:55, Mahedi Kaysar kaysar07c...@gmail.com wrote:

 I used bellow configurations:
 1) Eclipse Luna V4.4.1
 2) Java version 1.7.0_71 (32 bit) // note: 64bit was not working while
 ant build.
 3) Window 7 (64 bit)
 4) Latest and previous version of Ivy (both is used separately) and get
 same build path error.



 On Fri, Oct 24, 2014 at 1:45 PM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 Latest Ivy + latest Eclipse works for me as expected

 On 24 October 2014 19:35, Mahedi Kaysar kaysar07c...@gmail.com wrote:

 Thanks for your mail. I had installed the IvyDE. But while importing
 it was showing some error in IvySettings.java like

 java.lang.ClassCastException: 
 org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be cast 
 to java.lang.String

 Then I tried with previous version with Ivy only. That time I do not
 find that exception.


 On Fri, Oct 24, 2014 at 1:23 PM, Maxim Solodovnik 
 solomax...@gmail.com wrote:

 Have you installed IvyDE into Eclipse?

 On 24 October 2014 19:19, Mahedi Kaysar kaysar07c...@gmail.com
 wrote:

 Hi All,
 I just follow the the bellow link for OpenMeetings build.
 http://openmeetings.apache.org/BuildInstructions_3.0.x.html

 All ant build are finished successfully but while importing in
 eclipse the project can not find the jar and says J*ava Build Path
 Problem*. But I follow every steps. Could you please help me to
 make the project error free?

 Thanks
 Md. Mahedi Kaysar




 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax





-- 
WBR
Maxim aka solomax


Re: Definite mini guide for using OpenMeetings 3.0 with Active Directory

2014-10-24 Thread Peteris Krisjanis
Hi Maxim!

Yes, I am adapted new one. I got all kind of various responses in log,
but I can't get consistent behavior. 

Reading some docs it seems all versions starting from Windows Server
2008 have strange effects when kinda allowing connect to AD LDAP
anonymously - if you do it in one specific way.

Will look into that on Monday.

Peter.

Pk, 2014.10.24. 21:28 +0700, Maxim Solodovnik rakstīja:
 Are you using your old config or adapting the new one?
 The keys and syntax are changed
 
 On 24 October 2014 20:50, Thibault Le Meur
 thibault.lem...@supelec.fr wrote:
 Hi,
 
 The problem is that it depends so much on the AD structure
 that it is difficult to cover all possible setups.
 
 I think the best way to prepare the setup is to use an LDAP
 browser such as LDAPExplorer tool:
 * install http://ldaptool.sourceforge.net/
 * Ask your AD administrator for a UserDN  that can be used to
 connct to the directory such as:
 
 CN=MyPowerUser,CN=Users,DC=myDomainPart1,DC=myDomainPart2,DC=myDomainPart3
 * Check if SSL can be used or not (usually not using anonymous
 bind)
 * check the BaseDN that will be used, usually
 DC=myDomainPart2,DC=myDomainPart3
 
 Once connected with LdapExplorer, browse the directory to
 check if you can see the users. If you can't, then:
 * double check the search BaseDN, and try an upper basseDN
 * doubleCheck with your AD administrator that the
 CN=MyPowerUser account has the right to read the directory
 
 Once you've done these tests, post your results on the list
 and we'll help define your best setup for OM.
 
 My 2 cents,
 Thibault
 
 
 
 Le 24/10/2014 15:26, Peteris Krisjanis a écrit :
 
 Hi!
 
 Is there well defined know how how to connect OM with
 regular AD?
 
 I have tried it in various configurations but no luck.
 So I would like
 to understand what is recommended ways to do so. It
 worked in OM 2 but
 with reworked LDAP support OM 3 it stopped to work for
 some reason.
 
 Whatever I use anonymous search and bind I get not
 found message in
 logs. When I try to authenticate it fails to do so. I
 suspect some
 security stuff is required and that's missing. But it
 worked with OM 2
 for some strange reason.
 
 Server is Windows Server 2012.
 
 Respectfully and thanks for all hard work,
 Peter.
 
 
 
 
 
 
 -- 
 WBR
 Maxim aka solomax



Re: Definite mini guide for using OpenMeetings 3.0 with Active Directory

2014-10-24 Thread Maxim Solodovnik
Please contact the list in case of issues
Several users have successfully configured AD, hopefully we can help you :)

On 24 October 2014 22:41, Peteris Krisjanis peteris.krisja...@vsaa.lv
wrote:

 Hi Maxim!

 Yes, I am adapted new one. I got all kind of various responses in log,
 but I can't get consistent behavior.

 Reading some docs it seems all versions starting from Windows Server
 2008 have strange effects when kinda allowing connect to AD LDAP
 anonymously - if you do it in one specific way.

 Will look into that on Monday.

 Peter.

 Pk, 2014.10.24. 21:28 +0700, Maxim Solodovnik rakstīja:
  Are you using your old config or adapting the new one?
  The keys and syntax are changed
 
  On 24 October 2014 20:50, Thibault Le Meur
  thibault.lem...@supelec.fr wrote:
  Hi,
 
  The problem is that it depends so much on the AD structure
  that it is difficult to cover all possible setups.
 
  I think the best way to prepare the setup is to use an LDAP
  browser such as LDAPExplorer tool:
  * install http://ldaptool.sourceforge.net/
  * Ask your AD administrator for a UserDN  that can be used to
  connct to the directory such as:
 
  CN=MyPowerUser,CN=Users,DC=myDomainPart1,DC=myDomainPart2,DC=myDomainPart3
  * Check if SSL can be used or not (usually not using anonymous
  bind)
  * check the BaseDN that will be used, usually
  DC=myDomainPart2,DC=myDomainPart3
 
  Once connected with LdapExplorer, browse the directory to
  check if you can see the users. If you can't, then:
  * double check the search BaseDN, and try an upper basseDN
  * doubleCheck with your AD administrator that the
  CN=MyPowerUser account has the right to read the directory
 
  Once you've done these tests, post your results on the list
  and we'll help define your best setup for OM.
 
  My 2 cents,
  Thibault
 
 
 
  Le 24/10/2014 15:26, Peteris Krisjanis a écrit :
 
  Hi!
 
  Is there well defined know how how to connect OM with
  regular AD?
 
  I have tried it in various configurations but no luck.
  So I would like
  to understand what is recommended ways to do so. It
  worked in OM 2 but
  with reworked LDAP support OM 3 it stopped to work for
  some reason.
 
  Whatever I use anonymous search and bind I get not
  found message in
  logs. When I try to authenticate it fails to do so. I
  suspect some
  security stuff is required and that's missing. But it
  worked with OM 2
  for some strange reason.
 
  Server is Windows Server 2012.
 
  Respectfully and thanks for all hard work,
  Peter.
 
 
 
 
 
 
  --
  WBR
  Maxim aka solomax




-- 
WBR
Maxim aka solomax