Re: Store recording files out of Red5 path

2013-01-30 Thread Maxim Solodovnik
, Jan 30, 2013 at 11:55 PM, Maxim Solodovnik solomax...@gmail.com wrote: you can link/mount any folder/FS inside OM (with appropriate permissions) On Thu, Jan 31, 2013 at 1:05 AM, Baskar Rajendran baskar.rajend...@gmail.com wrote: Hi I am facing out of disk space problems so i

Re: Store recording files out of Red5 path

2013-01-30 Thread Maxim Solodovnik
can implement if it works fine.. -Baskar On Thu, Jan 31, 2013 at 7:28 AM, Maxim Solodovnik solomax...@gmail.com wrote: 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

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 Maxim Solodovnik
/31 Maxim Solodovnik solomax...@gmail.com 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

Re: Cluster API status

2013-02-03 Thread Maxim Solodovnik
What about the chat, I have seen you made some changes to the chat lately Maxim? Is the Chat in the dashboard now in the database? I add chat to the DB for Wicket only (only global chat for now with small amount of testing) I had no plans to change it for Flash app On Mon, Feb 4, 2013 at

Re: SIP integration and getActiveRoomIds method

2013-02-03 Thread Maxim Solodovnik
you just need to switch the servers host/port part and could use a single red5sip instances to handle a complete cluster. Sebastian 2013/2/4 Maxim Solodovnik solomax...@gmail.com Hello Sebastian, getActiveRoomIds method is used by red5sip as follows: red5sip once in 3 seconds calls

Re: Build failed in Jenkins: Openmeetings #366

2013-02-05 Thread Maxim Solodovnik
I removed it ... will wait for the build :) On Wed, Feb 6, 2013 at 6:49 AM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: I know what this is. I bet there is a comma after the last named query in the UserComtact entity. Eclipse and Java on osx does not complain. But the jdk on the

Re: Build failed in Jenkins: Openmeetings #366

2013-02-05 Thread Maxim Solodovnik
mails does also not reach the mailing list. @Maxim Are you moderator of the mailing lists already? Seb Am 06.02.2013 14:57 schrieb Maxim Solodovnik solomax...@gmail.com: I removed it ... will wait for the build :) On Wed, Feb 6, 2013 at 6:49 AM, seba.wag...@gmail.com seba.wag...@gmail.com

Re: No foreign keys created by openJPA

2013-02-05 Thread Maxim Solodovnik
OK, testing it right now :) On Wed, Feb 6, 2013 at 9:54 AM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: THX Kevin! @Maxim we should try that! Am 06.02.2013 03:59 schrieb Kevin Sutter kwsut...@gmail.com: Hi Sebastian, There are two ways to get the ForeignKeys automatically

Fwd: No foreign keys created by openJPA

2013-02-06 Thread Maxim Solodovnik
I'm afraid the answer below mean we need to annotate everything explicitly -- Forwarded message -- From: Kevin Sutter kwsut...@gmail.com Date: Wed, Feb 6, 2013 at 9:33 PM Subject: Re: No foreign keys created by openJPA To: Maxim Solodovnik solomax...@gmail.com Cc: us

Re: error in recording after import

2013-02-09 Thread Maxim Solodovnik
Backup files seems to be corrupted It has junk instead of folders On Sun, Feb 10, 2013 at 9:03 AM, Maxim Solodovnik solomax...@gmail.comwrote: Committed revision 171. I'll double-check things are now better On Sun, Feb 10, 2013 at 8:59 AM, Maxim Solodovnik solomax...@gmail.comwrote

Re: error in recording after import

2013-02-09 Thread Maxim Solodovnik
Solodovnik solomax...@gmail.com Backup files seems to be corrupted It has junk instead of folders On Sun, Feb 10, 2013 at 9:03 AM, Maxim Solodovnik solomax...@gmail.com wrote: Committed revision 171. I'll double-check things are now better On Sun, Feb 10, 2013 at 8:59 AM

Re: error in recording after import

2013-02-09 Thread Maxim Solodovnik
I'm going to investigate this (and maybe simplify file import code) On Sun, Feb 10, 2013 at 9:59 AM, Maxim Solodovnik solomax...@gmail.comwrote: It was created by OM on windows It is opened correctly under Windows It is imported correctly under Windows (Windows XP if I'm not mistaken

Re: error in recording after import

2013-02-09 Thread Maxim Solodovnik
I believe the problem is: 1) we do not put entries for folders into zip file 2) we are using: file.getCanonicalPath() while adding files to the archive I'll take care of this later Then I'll try to fix zip file reading On Sun, Feb 10, 2013 at 10:35 AM, Maxim Solodovnik solomax

Re: Minor bug in backup import in fileexploreritem

2013-02-12 Thread Maxim Solodovnik
Fixed: Committed revision 1445102. On Tue, Feb 12, 2013 at 7:34 AM, Maxim Solodovnik solomax...@gmail.comwrote: Thanks! I'll take care of it On Tue, Feb 12, 2013 at 5:02 AM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: I found a minor bug in the import of backups

Re: Upcoming OM release

2013-02-12 Thread Maxim Solodovnik
Only 10 issues remains :) On Thu, Feb 7, 2013 at 4:26 PM, Maxim Solodovnik solomax...@gmail.comwrote: OK Here is the issues list: https://issues.apache.org/jira/issues/?jql=project%20%3D%20OPENMEETINGS%20AND%20fixVersion%20%3D%20%222.1%20Apache%20Release%22%20AND%20status%20in%20(Open%2C

Wrong settings for our project in JIRA

2013-02-18 Thread Maxim Solodovnik
Hello Sebastian, today I noticed we have wrong information on the following page: https://issues.apache.org/jira/plugins/servlet/project-config/OPENMEETINGS/notifications We have Category: Incubator All notification email addresses are in the incubator I have no rights to fix it, can you

Re: Wrong settings for our project in JIRA

2013-02-18 Thread Maxim Solodovnik
Great :) Will wait for reaction :) On Tue, Feb 19, 2013 at 12:21 PM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: Sorry I don't have rights either. I've send an email to j...@apache.org. You are now also Jira Administrator. Sebastian 2013/2/19 Maxim Solodovnik solomax

Re: Persian Language Alignment

2013-02-25 Thread Maxim Solodovnik
I'm afraid you need to wait for 3.0 :( the only other option is to update all labels and change alignment :( On Mon, Feb 25, 2013 at 10:50 PM, Iman Firouzian iman.firouz...@gmail.comwrote: Hi, As you can see in the picture attached, i have successfully translated openmeetings

Re: New address book

2013-02-26 Thread Maxim Solodovnik
I like the idea of common address book but it will NOT work in iframe so it can be resolved in 3.0 only On Tue, Feb 26, 2013 at 2:48 PM, Alexei Fedotov alexei.fedo...@gmail.comwrote: Hello folks, Sebastian, I suggest the new concept for openmeetings. This is not a real innovation, just a

Re: svn commit: r1450608 - in /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings: data/conference/dao/ persistence/beans/basic/ persistence/beans/room/ remote/ session/ session/store/

2013-02-26 Thread Maxim Solodovnik
Hello Sebastian, in your instructions to Denis you haven't mention MapStore should be switched So I have tested it with HashMapStore ... I'll revert changes to HashMapStore On Wed, Feb 27, 2013 at 1:10 PM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: Hi Maxim, I don't understand

Re: h264 video recording

2013-02-28 Thread Maxim Solodovnik
done video codec is changed :) On Thu, Feb 28, 2013 at 8:53 PM, Maxim Solodovnik solomax...@gmail.comwrote: @Stephen yes please :) I used https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide while testing :) it is very detailed. On Thu, Feb 28, 2013 at 7:40 PM, Stephen Cottham

[ANNOUNCE] SIP in Openmeetings is changed

2013-02-28 Thread Maxim Solodovnik
Hello All, I would like to announce major changes in SIP in upcoming 2.1 release 1. Confbridge is used instead of MeetMe. 2. OM video codec is changed to be H264 3. Calls to OM rooms will not start until there is no OM users in the room, and will automatically ends as soon as last

Re: [ANNOUNCE] SIP in Openmeetings is changed

2013-02-28 Thread Maxim Solodovnik
fixed, thanks Timur! On Thu, Feb 28, 2013 at 10:32 PM, Тимур Тлеукенов timur.tleuke...@gmail.com wrote: This step in Asterisk configuration instruction is not needed: Ensure dahdi was installed successfully: modprobe dahdi DAHDI is unused in new setup. 2013/2/28 Maxim Solodovnik solomax

Re: [ANNOUNCE] SIP in Openmeetings is changed

2013-02-28 Thread Maxim Solodovnik
Additionally DB table is created after first OM start, and can be created/dropped on install/uninstall this way red5sip_user is immutable to such changes On Fri, Mar 1, 2013 at 1:12 AM, Maxim Solodovnik solomax...@gmail.comwrote: It is easier to make changes to this user while debugging :) I

Re: H254 codec

2013-03-01 Thread Maxim Solodovnik
packets with Wireshark 2013/3/1 Maxim Solodovnik solomax...@gmail.com: What are the steps? On Fri, Mar 1, 2013 at 4:57 PM, Artyom Horuzhenko akhor...@gmail.com wrote: Hello Maxim, I try to receive video from red5 but get h253 data anyway. Do you know anything about

Re: Issues need to be sorted before release

2013-03-03 Thread Maxim Solodovnik
My idea was to build RC today/tomorrow ... Should I wait? On Mon, Mar 4, 2013 at 1:09 PM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: I have to review those issue open as soon as possible. But it might take 1-2 weeks. Sebastian 2013/3/4 Maxim Solodovnik solomax...@gmail.com

Re: Issues need to be sorted before release

2013-03-03 Thread Maxim Solodovnik
Solodovnik solomax...@gmail.com My idea was to build RC today/tomorrow ... Should I wait? On Mon, Mar 4, 2013 at 1:09 PM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: I have to review those issue open as soon as possible. But it might take 1-2 weeks. Sebastian 2013/3/4 Maxim

Re: [ANNOUNCE] SIP in Openmeetings is changed

2013-03-04 Thread Maxim Solodovnik
you can add columns you need to this table (I did it with no issues) We have all required columns in our table I'm not sure having 2 tables is possible (you better try it) On Mon, Mar 4, 2013 at 5:50 PM, Vieri rentor...@yahoo.com wrote: Hi, OM uses a limited set of fields for the sipusers.

Re: Microphone and sip video

2013-03-05 Thread Maxim Solodovnik
what line are you refering to? This code was changed recently (this particular line is in case of fallback: enchanced microphone is not available) On Tue, Mar 5, 2013 at 3:41 PM, Artyom Horuzhenko akhor...@gmail.comwrote: Hello Maxim, When I test video restreaming from sip to red5, it hangs

Re: Microphone and sip video

2013-03-05 Thread Maxim Solodovnik
I have corrected this, thanks Committed revision 1452705. not sure why it hangs with normal microphone :( On Tue, Mar 5, 2013 at 4:04 PM, Artyom Horuzhenko akhor...@gmail.comwrote: line No. 240 2013/3/5 Maxim Solodovnik solomax...@gmail.com: what line are you refering to? This code

Re: [VOTE] Apache OpenMeetings 2.1.0 Release Candidate 1

2013-03-06 Thread Maxim Solodovnik
On Wed, Mar 6, 2013 at 10:09 PM, Maxim Solodovnik solomax...@gmail.com wrote: Dear OpenMeetings Community, I would like to start a vote about releasing Apache OpenMeetings 2.1.0 RC1 Main changes are covered in the Readme:http://svn.apache.org/repos/asf/openmeetings/tags/2.1RC1/README

Re: [VOTE] Apache OpenMeetings 2.1.0 Release Candidate 1

2013-03-06 Thread Maxim Solodovnik
there is no microphone available at all. Under which circumstances will getMicrophone return a value while getEnhancedMicrophone returns null ? Sebastian 2013/3/7 Maxim Solodovnik solomax...@gmail.com sure it is here: http://svn.apache.org/repos/asf/openmeetings/tags/2.1RC1/README Release

Re: [VOTE] Apache OpenMeetings 2.1.0 Release Candidate 1

2013-03-06 Thread Maxim Solodovnik
I haven't seen any of such reports so far On Thu, Mar 7, 2013 at 11:45 AM, Alexei Fedotov alexei.fedo...@gmail.comwrote: Well there is a stream of reports on flash segmentation faults. Does anyone have a reproducible scenario? 07.03.2013 5:30 пользователь Maxim Solodovnik solomax

Re: bugfix_513

2013-03-07 Thread Maxim Solodovnik
Hello Ivan, I believe that the only being able to participate in conference in OM room is *user. This concept is true for links created for external users during integration with various 3rd party CMS systems. So, as I said before: the best short term solution would be to disable voting for

Re: sipusers table view

2013-03-07 Thread Maxim Solodovnik
I believe it is impossible to rename DB table used by OM without recompiling Also I'm not sure what is the purpose of such behavior? You can have your data in OM table additional rows and columns would not affect anything On Thu, Mar 7, 2013 at 9:23 PM, Vieri rentor...@yahoo.com wrote: Hi,

Re: red5sip av settings

2013-03-10 Thread Maxim Solodovnik
It is not clear from your letter what is wrong :( I have changed the code so OM session for red5sip is marked as audio only on creation. and it is switched to be audio-video as soon as client turn the video ON. On Sun, Mar 10, 2013 at 11:43 PM, Artyom Horuzhenko akhor...@gmail.comwrote: Hello

Re: [VOTE] Apache OpenMeetings 2.1.0 Release Candidate 1

2013-03-10 Thread Maxim Solodovnik
the recording itself. Hitting the stop recording button just results in nothing. Sebastian 2013/3/11 Maxim Solodovnik solomax...@gmail.com OK, I'll close the VOTE (4 days passed) formally the vote is passed (more positive votes than negative) nevertheless I think we need to resolve

Re: [VOTE] Apache OpenMeetings 2.1.0 Release Candidate 1

2013-03-11 Thread Maxim Solodovnik
, Mar 11, 2013 at 10:38 AM, Maxim Solodovnik solomax...@gmail.comwrote: its weird :( I'll doublecheck The only change made to screensharing was the fix proposed by Artyom On Mon, Mar 11, 2013 at 10:28 AM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: Hi Maxim, yes I have x264

Re: [jira] [Created] (OPENMEETINGS-552) Release blocking UI issues

2013-03-11 Thread Maxim Solodovnik
I can refactor it in 3.0 :) On Mon, Mar 11, 2013 at 2:43 PM, Alexei Fedotov alexei.fedo...@gmail.comwrote: We should use mail instead of username. That's a common interface trend. 11.03.2013 11:41 пользователь Maxim Solodovnik (JIRA) j...@apache.org написал: Maxim Solodovnik created

Re: [VOTE] Apache OpenMeetings 2.1.0 Release Candidate 1

2013-03-11 Thread Maxim Solodovnik
. Debian 6/64 java version 1.6.0_26 Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) 2013/3/11 Maxim Solodovnik solomax...@gmail.com Start/stop recordings works as expected sw_vers ProductName:Mac OS X

Re: [VOTE] Apache OpenMeetings 2.1.0 Release Candidate 1

2013-03-11 Thread Maxim Solodovnik
@Eldad, @Jaime I'm unable to reproduce video on Whiteboard issue using latest OM, please provide detailed steps to reproduce and ensure you are using latest OM (2.1RC1/trunk) On Tue, Mar 12, 2013 at 7:18 AM, Maxim Solodovnik solomax...@gmail.comwrote: Sebastian, I'll prepare RC2 Can you

Issue with cluster

2013-03-11 Thread Maxim Solodovnik
Hello Sebastian, while testing cluster I found an issue: Steps: 1) configure 2 servers to work in cluster mode ( http://openmeetings.apache.org/Clustering.html) 2) start both servers 3) login to each server with different users Result: one of the servers has following Exception in the logs:

Fwd: SWF11 components performance/stability

2013-03-12 Thread Maxim Solodovnik
-- Forwarded message -- From: Maxim Solodovnik solomax...@gmail.com Date: Tue, Mar 12, 2013 at 3:51 PM Subject: Re: SWF11 components performance/stability To: seba.wag...@gmail.com seba.wag...@gmail.com this one https://issues.apache.org/jira/browse/OPENMEETINGS-559 @Irina can

Re: Issue with cluster

2013-03-12 Thread Maxim Solodovnik
. Sebastian 2013/3/12 Maxim Solodovnik solomax...@gmail.com Hello Sebastian, while testing cluster I found an issue: Steps: 1) configure 2 servers to work in cluster mode ( http://openmeetings.apache.org/Clustering.html) 2) start both servers 3) login to each server with different users

Re: Bug while playing a video

2013-03-12 Thread Maxim Solodovnik
please check if this is reproducible with rev. 1455803 ? On Sun, Mar 10, 2013 at 3:49 PM, Eldad Yamin elda...@gmail.com wrote: Hi there, While playing a video - and then trying to remove it. The video last frame is still visible on the screen, without an option to remove it. The only

Re: SWF11 components performance/stability

2013-03-12 Thread Maxim Solodovnik
, Maxim Solodovnik solomax...@gmail.comwrote: I have forwarded all missing messages On Tue, Mar 12, 2013 at 4:25 PM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: you wrote me without CC'ing Irina or the list :) I missed the 'reply all' button somehow. Sebastian 2013/3/12 Maxim

Re: SWF11 components performance/stability

2013-03-13 Thread Maxim Solodovnik
that needs h264? Sebastian 2013/3/13 Maxim Solodovnik solomax...@gmail.com @Sebastian, maybe you know, is there any possibility to automatically/semi-automatically convert our swf10 sources to apache flex xml? Since Openlaszlo seems to be not actively developed and flex is now part of Apache

Re: SWF11 components performance/stability

2013-03-13 Thread Maxim Solodovnik
more system ressources. However... all just guessing at this point. Sebastian 2013/3/13 Maxim Solodovnik solomax...@gmail.com Maybe we can add conversion task to the GSOC ideas? do we need it? I don't see any problems with h264 I'm going to build 1) SWF11 with h264 support removed 2

Re: SWF11 components performance/stability

2013-03-13 Thread Maxim Solodovnik
acceptance and better development tools. But it really means to build something from scratch. Sebastian 2013/3/13 Maxim Solodovnik solomax...@gmail.com @Alexey we currently using openlaszlo for video (not sure what do you mean by AS3). Currently our version of video components

Re: SWF11 components performance/stability

2013-03-13 Thread Maxim Solodovnik
. https://cwiki.apache.org/confluence/download/attachments/27836308/lzswf9.tar.gz Sebastian 2013/3/13 Maxim Solodovnik solomax...@gmail.com I thought maybe it will be simple to convert swf10 folder of our sources + I would like someone else will handle it : On Wed, Mar 13, 2013 at 4:38

Re: New openmeetings design

2013-03-13 Thread Maxim Solodovnik
in that functionality in OpenMeetings. However of course it makes sense to have such a checkbox. Sebastian 2013/3/13 Maxim Solodovnik solomax...@gmail.com Hello Iliya, Currently OM auth form looks like this: http://demo.dataved.ru/openmeetings/html/signin and might be customized via

Re: Date format for file names

2013-03-13 Thread Maxim Solodovnik
. Finally we just realized that there were a lot of recordings in the list, it was 11th day of the month and he looked for the end of the recordings list sorted alphabetically... Best regards, Irina. -Original Message- From: Maxim Solodovnik [mailto:solomax...@gmail.com] Sent

Re: svn commit: r1456319 - in /openmeetings/trunk/singlewebapp/WebContent/swf10: base/remote/baseVideoStream.lzx networkTesting/networktesting.lzx

2013-03-13 Thread Maxim Solodovnik
http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC#Levels As I read this settings has optional effect if client is able to use desired level it will use it, if not it will use the level it is capable to. On Thu, Mar 14, 2013 at 12:38 PM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: Whats

Re: [VOTE] Apache OpenMeetings 2.1.0 Release Candidate 2

2013-03-15 Thread Maxim Solodovnik
that is a blocker. Sebastian 2013/3/15 Maxim Solodovnik solomax...@gmail.com Unfortunately I can confirm test setup is broken in the release flash I should recall this RC @Sebastian thanks for pointing this out. Can you please check if revision 1456794 works as expected for you? On Fri, Mar 15

Re: rename mail queue table

2013-03-17 Thread Maxim Solodovnik
done: the table is renamed to be email_queue; last_error field is added On Sat, Mar 16, 2013 at 11:53 AM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: But I think its working really nice with that queuing. I just have not yet been able to test it on a server with working mail

Re: should we branch v2.1 ?

2013-03-17 Thread Maxim Solodovnik
Hello Sebastian, I was hoping we can release today/tomorrow? Maybe we can name our current blockers? (currently there is no unresolved issues for 2.1) Separate branch means additional build target, double commits, etc. I would release in nearest couple of days with no additional branch what do

Re: GSOC: Need to implement HTML5 whiteboard

2013-03-20 Thread Maxim Solodovnik
So it should be APL/GPLv3/MIT licenced jQuery based library with all necessary handlers wrapped with Wicket component/behavior. On Thu, Mar 21, 2013 at 12:56 PM, Alexei Fedotov alexei.fedo...@gmail.comwrote: Perfectly right! 21.03.2013 9:42 пользователь Andun Sameera andun...@gmail.com

Re: Commit messages from GPL project on ASF list

2013-03-21 Thread Maxim Solodovnik
@Alexei I'm afraid you are talking to wider list Could you please clarify what As for Jim's concern? On Thu, Mar 21, 2013 at 5:10 PM, Alexei Fedotov alexei.fedo...@gmail.comwrote: As for Jim's concern, I think commits can be redirected to commits@ list. -- With best regards / с

Re: Commit messages from GPL project on ASF list

2013-03-21 Thread Maxim Solodovnik
, not an archive for external development, legal issues notwithstanding. -- With best regards / с наилучшими пожеланиями, Alexei Fedotov / Алексей Федотов, http://dataved.ru/ +7 916 562 8095 On Thu, Mar 21, 2013 at 2:22 PM, Maxim Solodovnik solomax...@gmail.com wrote: @Alexei I'm afraid you

Re: Commit messages from GPL project on ASF list

2013-03-21 Thread Maxim Solodovnik
Maybe anybody knows how to create group email alias for free? something like: dev-om-apache-ext...@whatever.com? On Fri, Mar 22, 2013 at 10:36 AM, Maxim Solodovnik solomax...@gmail.comwrote: I have updated all apache-extras projects (replace dev@ with my email or Sebastian's email) except

upcoming RC3

2013-03-21 Thread Maxim Solodovnik
Hello All, I'm going to pack RC3 tonight, please let me know if anybody have any concern regarding this -- WBR Maxim aka solomax

Re: Commit messages from GPL project on ASF list

2013-03-22 Thread Maxim Solodovnik
be: apache-openmeetings-ext...@googlegroups.com openmeetings-apache-ext...@googlegroups.com ... yeah but you got it already :) Sebastian 2013/3/22 Maxim Solodovnik solomax...@gmail.com great :) can you create one? And we will use it's email in all extra projects On Fri, Mar

Re: First task for me OPENMEETINGS-441

2013-03-22 Thread Maxim Solodovnik
and private rooms are missing. Any chance to fix this? BR Peter Dähn Am 22.03.2013 13:24, schrieb Maxim Solodovnik: Great! On Fri, Mar 22, 2013 at 7:22 PM, Peter Dähn da...@vcrp.de wrote: Hallo everyone, checked out Rev 1459661 today and I was able to import a backup from my 2.0

[VOTE] Apache OpenMeetings 2.1.0 Release Candidate 3

2013-03-22 Thread Maxim Solodovnik
Dear OpenMeetings Community, I would like to start a vote about releasing Apache OpenMeetings 2.1.0 RC3 RC2 was rejected due to broken audio/video setup panel Main changes are covered in the Readme: http://svn.apache.org/repos/asf/openmeetings/tags/2.1RC3/README Full

Re: First task for me OPENMEETINGS-441

2013-03-22 Thread Maxim Solodovnik
attached thanks in advanced Peter Am 22.03.2013 15:51, schrieb Peter Dähn: Yes i used the commandline admin. I will try it out. give me a second Am 22.03.2013 15:47, schrieb Maxim Solodovnik: if yes can you try to reinstall using ./admin -i -v -file backup.zip --skip-default

Re: First task for me OPENMEETINGS-441

2013-03-22 Thread Maxim Solodovnik
the better query is: select id, filehash, room_id, 0+deleted from fileexploreritem; since room_id might have changed (should not happen with --skip-default-rooms, but who knows) the room id need to be doublechecked. On Sat, Mar 23, 2013 at 9:59 AM, Maxim Solodovnik solomax...@gmail.comwrote

Re: GSOC: Need to implement HTML5 whiteboard

2013-03-23 Thread Maxim Solodovnik
of Computer Science And Engineering University of Moratuwa, Sri Lanka Linked In - http://lk.linkedin.com/pub/andun-s-l-gunawardana/34/646/703/ Blog - http://www.insightforfuture.blogspot.com/ On Thu, Mar 21, 2013 at 11:30 AM, Maxim Solodovnik solomax...@gmail.com wrote: Here

Re: OPENMEETINGS-273

2013-03-25 Thread Maxim Solodovnik
only for events. What should I do? 2013/3/25 Maxim Solodovnik solomax...@gmail.com need to be re-tested On Mon, Mar 25, 2013 at 2:02 PM, Maxim Solodovnik solomax...@gmail.com wrote: I believe this should work as expected in Wicket version of calendar On Mon, Mar 25, 2013

Re: First task for me OPENMEETINGS-441

2013-03-25 Thread Maxim Solodovnik
Hello Peter, Thanks for finding this out! can you please try 2.1 rev. 1460576 (this should be fixed) On Mon, Mar 25, 2013 at 4:44 PM, Maxim Solodovnik solomax...@gmail.comwrote: so the problem should not be reproducible if you drop/create om_test before import? On Mon, Mar 25, 2013 at 4

Re: First task for me OPENMEETINGS-441

2013-03-25 Thread Maxim Solodovnik
to be fine. I think import/backup from 2.0 to 2.1 works for me. Changes done by languages-editor are missing, but i think this is on purpose. BR Peter Am 25.03.2013 11:05, schrieb Peter Dähn: sure.. give me a second.. ;-) Am 25.03.2013 10:57, schrieb Maxim Solodovnik: Hello Peter

Re: [VOTE] Apache OpenMeetings 2.1.0 Release Candidate 3

2013-03-25 Thread Maxim Solodovnik
I the only person sick of downloading every release and clicking through every feature 30 minutes to give a +1 ?! Sebastian 2013/3/24 Maxim Solodovnik solomax...@gmail.com We did extensive testing of 2.1 (Alexey, Artyom, Irina, Vasya, Yuliya) additional causes are: 1) there were

Weird Exception in stopInterviewRecording

2013-03-25 Thread Maxim Solodovnik
Hello Sebastian, today I saw weird Exception in the logs: Somehow Client.getFlvRecordingMetaDataId() return null Have you ever saw such exception? Maybe you know what is the cause? Full stack: java.lang.NullPointerException: null at

Re: OpenMeeting demo server gives a blank page

2013-03-25 Thread Maxim Solodovnik
works as expected for me On Tue, Mar 26, 2013 at 9:43 AM, Dishara Wijewardana ddwijeward...@gmail.com wrote: Hi all, I just happen to see $subject at [1]. Is this link works for any one else ? [1] - http://demo.dataved.ru/openmeetings -- Thanks /Dishara -- WBR Maxim aka solomax

Re: RTMPSMinaIoHandler Exception caught

2013-03-26 Thread Maxim Solodovnik
If by latest SVN you mean latest trunk this is expected since we have switched to the new red5 and RTMPT/RTMPS were not tested On Tue, Mar 26, 2013 at 2:54 PM, Vieri rentor...@yahoo.com wrote: Hi, With the latest SVN I'm experiencing the following issue when trying to connect via https

Investigating red5-SIP bridge with h264 video

2013-03-26 Thread Maxim Solodovnik
Hello Paul, we are currently trying to implement red5-SIP bridge (based on red5 RTMPClient [1]) The client works as expected in audio only mode. It's behavior in video enabled mode depends on red5 version: 1) red5 server and client libraries below r4604: video is very unstable it can work as

Re: [GSoC 2013] Possible Architecture for Recurrence Events Implementation

2013-03-26 Thread Maxim Solodovnik
I believe it is not the big deal how to set recurrences in *.ics files. import should support both, export can support any. The main problem is Database. It should be possible to get the list of instances of recurring event intersecting given period of time. For ex.: 1) you have create annual

Re: Need some instructions to work with the code-base

2013-04-02 Thread Maxim Solodovnik
, Maxim Solodovnik solomax...@gmail.com wrote: to rebuild only debug client you can use ant client.debug.only or SWF8 debug ant compile.laszlo.main.debug of SWF11 debug ant compile.laszlo.main.debug.as3 On Tue, Apr 2, 2013 at 2:07 PM, Andun Sameera andun...@gmail.com wrote: Hi

Re: Need some instructions to work with the code-base

2013-04-02 Thread Maxim Solodovnik
script to bring this change to distribution. Will try it. Thanks AndunSLG On Tue, Apr 2, 2013 at 12:57 PM, Maxim Solodovnik solomax...@gmail.com wrote: after building updated OM is available in /singlewebapp/dist/red5 (you can run it) in case of flash changes you can leave red5

Re: netconnection.connect.failed

2013-04-02 Thread Maxim Solodovnik
not sure what do you mean by red6 please inspect your logs On Tue, Apr 2, 2013 at 7:02 PM, toponraja S toponr...@gmail.com wrote: i am trying to install openmeetings in my windows xp machine using xampp for mysql database. i have the openmeetings with red6. i have made changes in the

Re: Structure of binaries and sources in dist folder

2013-04-02 Thread Maxim Solodovnik
at blogs.apache.org That is what comes to my mind. Actually those tasks are not all part of the todos of the release manager. Anybody of us can take care of for example writing the blog post. Sebastian 2013/4/3 Maxim Solodovnik solomax...@gmail.com Hello Sebastian, While creating file/folder structure

Re: Structure of binaries and sources in dist folder

2013-04-02 Thread Maxim Solodovnik
Maxim Solodovnik solomax...@gmail.com Here is the example: https://dist.apache.org/repos/dist/release/tomcat/tomcat-7/v7.0.39/ The structure is our own responsibility :) Since I need to rename 2.1 to 2.1.0 I can move source out of src as made here: https://dist.apache.org/repos/dist/release

Re: Structure of binaries and sources in dist folder

2013-04-03 Thread Maxim Solodovnik
done On Wed, Apr 3, 2013 at 12:09 PM, Maxim Solodovnik solomax...@gmail.comwrote: OK, so the only change I made is renaming 2.1 to be 2.1.0. Is this correct? On Wed, Apr 3, 2013 at 11:48 AM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: yes, sounds good. I will probably need 2-3

Re: downloading the backups for JUnit in some directory that is not cleaned by every build

2013-04-03 Thread Maxim Solodovnik
I'm afraid the best option is to move backups into Apache SVN (I hope Jenkins have goog connection to Apache SVN) Alternatively it can be moved to OM@googlecode (which is already hosting openlaszlo compilers). What do you think? On Sat, Mar 30, 2013 at 10:53 AM, Alexei Fedotov

[ANNOUNCE] Apache Openmeetings 2.1.0 released

2013-04-04 Thread Maxim Solodovnik
The Apache Openmeetings PMC is proud to announce Apache Openmeetings 2.1.0! This is our first release as Top Level Project! Please download and build the distribution yourself, or use our convenience binary package * Source: http://www.apache.org/dyn/closer.cgi/openmeetings/2.1.0/src *

Re: How to set attribute value to a language xml file entry

2013-04-04 Thread Maxim Solodovnik
I'm totally confused with this question, 1) since you have entry in your english.xml file (and have this language file imported via language admin) there is no need to create any attributes. 2) Why do you need attribute? 3) your attribute declaration is confusing: by setting *type=number* you

Re: svn commit: r1464479 - in /openmeetings: branches/2.1/docs/downloads.html branches/2.1/xdocs/downloads.xml trunk/singlewebapp/docs/downloads.html trunk/singlewebapp/xdocs/downloads.xml

2013-04-05 Thread Maxim Solodovnik
Maybe we can put just link to the http://www.apache.org/dyn/closer.cgi/openmeetings/2.1.0 ? On Fri, Apr 5, 2013 at 6:00 AM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: And the download link for the MD5 sums do not work. From my point of view there is also no need for the .asc and .md5

Re: How to set attribute value to a language xml file entry

2013-04-05 Thread Maxim Solodovnik
to instruct me on these questions. Sorry for the earlier mistake. Thanks! On Fri, Apr 5, 2013 at 7:06 AM, Maxim Solodovnik solomax...@gmail.com wrote: I'm totally confused with this question, 1) since you have entry in your english.xml file (and have this language file imported via language

Re: Where is the block which has the name participants

2013-04-07 Thread Maxim Solodovnik
I believe *block participants* means Users tab on the left of the WB. On Sun, Apr 7, 2013 at 4:46 AM, Andun Sameera andun...@gmail.com wrote: Hi All, I am checking about this issue https://issues.apache.org/jira/browse/OPENMEETINGS-481. I have successfully did observations on the steps

Re: RTMPS

2013-04-12 Thread Maxim Solodovnik
Hello Vieri, trunk == 3.0 is going to be fixed branch/2.1 should work as expected On Fri, Apr 12, 2013 at 7:47 PM, Vieri rentor...@yahoo.com wrote: Hi, I'm trying out svn r1467194M but I'm unable to configure RTMPS/HTTPS as in http://openmeetings.apache.org/RTMPSAndHTTPS.html. I know it

Memory leaking in Flash Player 11.7

2013-04-15 Thread Maxim Solodovnik
Hello Sebastian, Recently we have noticed our flash client is consuming lots of memory (the longer it is running the more consuming) After several tests we found the issue is reproducible in Flash Player 11.7 only (11.2, 11.5 and 11.6 were tested and does not have memory leaked) Maybe you have

Re: Recording

2013-04-18 Thread Maxim Solodovnik
Is it possible for you to record anything without Moodle? (if no it is definitely 3rd party tools issue on your OM server) If it is possible you need to try to enter the room from Moodle and record something. On Mon, Apr 15, 2013 at 3:01 PM, Juraj Béreš juraj.be...@student.tuke.skwrote: Hi,

Re: Click here to enter room link want work

2013-04-18 Thread Maxim Solodovnik
to investigate about this ? I will look in to this. Thanks! On Thu, Apr 18, 2013 at 2:54 PM, Maxim Solodovnik solomax...@gmail.com wrote: This need to be investigated ... maybe additional check is necessary like userId/level is not null ... On Sun, Apr 14, 2013 at 3:22 AM, Andun Sameera

Re: svn commit: r1469239 - in /openmeetings: branches/2.1/WebContent/src/modules/settings/privatemessages/newPrivateMessage.lzx trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/newPr

2013-04-18 Thread Maxim Solodovnik
Hello Sebastian, I think it should be 2.1.1 since all changes are minor will be bugfix release for 2.1 On Fri, Apr 19, 2013 at 4:42 AM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: Do you plan to release a 2.1.1 release or will those fixes become a 2.2 version ? Thanks, Sebastian

Re: client/admin modularity rambling

2013-04-22 Thread Maxim Solodovnik
Hello Alexei, It is possible to create different wicket app for admin, but I see no reasons for it. In my opinion there will be less advantages than disadvantages after such separation. While discussing HTML5 OM design Sebastian and I were agreed to have single page architecture this will allow

Re: GSOC: Need to implement HTML5 whiteboard

2013-04-22 Thread Maxim Solodovnik
/ Blog - http://www.insightforfuture.blogspot.com/ On Sat, Mar 23, 2013 at 10:19 PM, Maxim Solodovnik solomax...@gmail.com wrote: I'll add synchronization, I just need all necessary data in java method (wrapped into CircleEvent, LineEvent etc.) Please also NOTE there should

Re: client/admin modularity rambling

2013-04-22 Thread Maxim Solodovnik
The only advantage I can see in separating Admin is: we can force users to use HTML5 version. I hope in upcoming 3.0.0 we can do this without separation, since only few areas are currently left unimplemented On Mon, Apr 22, 2013 at 9:05 PM, Maxim Solodovnik solomax...@gmail.comwrote: *1)* we

Re: AEC in the new release

2013-04-22 Thread Maxim Solodovnik
@Alexei this definitely can be done in realtime, BUT ... :) The setting affects Working microphone so it is impossible to ON/OFF it while speaking :( The only option I can see is to add dropdown control to testSetupDialog (the one with choose camera and test recording). So we can have something

Re: OM2.1 Ububtu 12.04 Recording/Secreen Share will not run

2013-04-22 Thread Maxim Solodovnik
I guess you have broken installation and/or expired signature, please post detailed exception displayed by WebStart here. On Tue, Apr 23, 2013 at 2:44 AM, Joseph Karwat jkar...@jellnet.com wrote: For some reson we get the following error, when after the screen share app downloads and tries to

  1   2   3   4   5   6   7   8   9   10   >