Re: roomConnect

2013-01-30 Thread Vieri
Thanks Sebastian. So maybe I could add my custom logic in setRoomValues. Now I just need to find the correct way to auto-disconnect the user from the room when my custom logic decides to do so (basically depends on my network and cpu resources at a given time). Any suggestions? Vieri --- On

Re: [PRIVATE] can you please provide me with backups of old OM versions?

2013-01-30 Thread seba.wag...@gmail.com
sorry I have none that are suited for testing. We have to create a small installation of every release of OpenMeetings starting by v1.4 and do an export, otherwise you can't really compare what data is existing and what you should expected after the import. It is important that we do - at least

Re: Store recording files out of Red5 path

2013-01-30 Thread Maxim Solodovnik
There is no such functionality right now On Jan 31, 2013 2:05 AM, Baskar Rajendran baskar.rajend...@gmail.com wrote: yes.. that is one option but i want to isolate files for different organizations , so that it can be configurable in an admin tab for the usergroup , thanks baskar On Wed,

Re: Store recording files out of Red5 path

2013-01-30 Thread Maxim Solodovnik
There is a check in the code denying downloading of files outside OM. see no problems with storing :) On Jan 31, 2013 9:30 AM, Baskar Rajendran baskar.rajend...@gmail.com wrote: Thanks for the reply maxim , but my question was if we are trying to store out of red5 path , will it work fine?? I

Re: Store recording files out of Red5 path

2013-01-30 Thread Baskar Rajendran
oh you mean i can remove that code so that we could store out of OM ? , wil be able to play the recording if its in out of path... Thanks Baskar On Thu, Jan 31, 2013 at 8:09 AM, Maxim Solodovnik solomax...@gmail.comwrote: There is a check in the code denying downloading of files outside OM.

Re: Issue with publicSID in memory based session cache

2013-01-30 Thread Maxim Solodovnik
Currently OM is broken (on our side) Here is the part of stacktrace from OM log: ERROR 01-31 12:09:40.339 ScopeApplicationAdapter.java 56269 199 org.apache.openmeetings.remote.red5.ScopeApplicationAdapter [http-nio-0.0.0.0-8088-exec-6] - roomJoin java.lang.NumberFormatException: For input string:

Re: BaseStreamWriter thread didn't stop

2013-01-30 Thread Maxim Solodovnik
The reason is endless loop because of exception while recording of something like that. We should investigate it and get rid of endless loop On Thu, Jan 31, 2013 at 12:31 PM, Artyom Horuzhenko akhor...@gmail.comwrote: Hello people! I had a situation when BaseStreamWriter thread wasn't stopped

Re: Issue with publicSID in memory based session cache

2013-01-30 Thread seba.wag...@gmail.com
Are you sure you are using the default config files and a fresh build? Cause I don't have those errors. It seems like your openmeetings-applicationContext.xml is outdated or you did not svn update. Sebastian 2013/1/31 Maxim Solodovnik solomax...@gmail.com Currently OM is broken (on our side)

Re: Issue with publicSID in memory based session cache

2013-01-30 Thread Maxim Solodovnik
The first issue was with openmeetings-applicationContext.xml null in serverId was interpreted as String with value null (4 characters) The second issue was with ManageCryptStyle, it was not autowired in anonymous class Was tested on 2 machines (Linux+Windows) continue investigating On Thu,