Re: Query on standalone Vedeo streaming

2017-08-31 Thread Maxim Solodovnik
I guess you need version 3.3.0 (or better 3.3.1)
parameter name might differ for 3.2.1

On Thu, Aug 31, 2017 at 6:20 PM, Alekhya M  wrote:
> Hi,
>
> We've tried with few ways but couldn't find a correct way for video
> streaming using command line and below have mentioned one of the commands,
> Could you please check and let me know about Is there any wrong way did I
> approach or if not wrong way, May I know the proper way to achieve this.
>
>  Command : ffmpeg -re -i /home/mudduprasad/Google\ Assistant\ on\ Raspberry\
> Pi-tt-gOQSYbcQ.mp4  -vcodec flv -f flv -rtmp_conn "O:1
> NS:ownerSid:c3ace45d-1b32-4fc6-9410-e2d445f768ba NN:width:720 NN:height:480
> O:0" rtmp://localhost:1935/openmeetings/2/-1
>
>
> Along with this mail, have also attached few logs which I've captured. Could
> you please look into those and let me know If any other way to approach?
>
>
> Thanks,
> Alekhya
>
> 
> From: "solomax666" 
> To: "Alekhya M" 
> Cc: "user" 
> Sent: Wednesday, August 30, 2017 11:24:36 AM
> Subject: Re: Query on standalone Vedeo streaming
>
> It is possible to send external stream to the room as described here:
> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/ExternalVideo.html
> But it will not work without existing room client
>
> On Wed, Aug 30, 2017 at 12:46 PM, Alekhya M 
> wrote:
>>
>> Hi,
>>
>> Could you please help me out in standalone video streaming (i.e., Without
>> GUI OM client login. Here, I'll login to OM as a client using REST and also
>> will upload the Files using REST, In the same way wanna stream a video
>> either using command line which invokes the any of the media player or
>> standalone).
>>
>>
>> Thanks,
>> Alekhya
>>
>> 
>> From: "Alekhya M" 
>> To: "solomax666" 
>> Cc: "user" 
>> Sent: Wednesday, August 30, 2017 11:05:54 AM
>> Subject: Re: Query on Adding a file via REST/SOAP Request
>>
>> Thanks alot Maxim.
>>
>> The links you have given helped me and once again Thanks for your
>> reference code.
>>
>>
>> Regards,
>> Alekhya
>>
>> 
>> From: "solomax666" 
>> To: "Alekhya M" 
>> Cc: "user" 
>> Sent: Thursday, August 24, 2017 8:14:42 PM
>> Subject: Re: Query on Adding a file via REST/SOAP Request
>>
>> I'm not using these tools
>> Here are couple examples:
>> PHP API [1]
>> Java tests [2]
>>
>> [1]
>> https://github.com/openmeetings/openmeetings-api-plugin/blob/master/src/main/scripts/OmGateway.php#L273
>> [2]
>> https://github.com/apache/openmeetings/blob/3.3.x/openmeetings-web/src/test/java/org/apache/openmeetings/test/webservice/TestFileService.java#L50
>>
>>
>> On Thu, Aug 24, 2017 at 7:01 PM, Alekhya M 
>> wrote:
>>>
>>> Thank you.
>>>
>>> I am trying with REST API tools like SOAP UI, Ready API!. I hav already
>>> tried with the link you've shared, I couldn't get success response.
>>> Can you help me out in achieving this?
>>>
>>>
>>> Regards,
>>> Alekhya
>>>
>>> 
>>> From: "solomax666" 
>>> To: "Alekhya M" 
>>> Cc: "user" 
>>> Sent: Thursday, August 24, 2017 5:03:10 PM
>>> Subject: Re: Query on Adding a file via REST/SOAP Request
>>>
>>> please do not cross-post to the different lists
>>> You can use this [1] method to add file with its contents
>>>
>>> [1]
>>> http://openmeetings.apache.org/openmeetings-webservice/apidocs/org/apache/openmeetings/webservice/FileWebService.html#add-java.lang.String-org.apache.openmeetings.db.dto.file.FileExplorerItemDTO-java.io.InputStream-
>>>
>>> On Thu, Aug 24, 2017 at 6:08 PM, Alekhya M 
>>> wrote:

 Hi,

 Brief about me :: Myself Alekhya M, working as a Senior Software
 Engineer @Global Edge Software Ltd., Bangalore, India.

 I have been using OpenMeetings Application past few days and I am
 exploring on adding a file on server via REST/SOAP Request (Not from the
 UI).
 Able to login successfully using SOAP/REST request (Referred the WSDL
 services link & REST request details on OpenMeetings web page) but I am not
 able to add a file onto server using SOAP/REST Request as I have tried in
 few ways. Attached the SOAP Request details which I've used.

 Query : Is there any way to add a file via REST/SOAP Request? If it's
 possible, Could you please let me know how to achieve this?


 Best Regards,
 Alekhya.

 Disclaimer:This message is intended only for the designated
 recipient(s). It may contain confidential or proprietary information and 

Re: Problems after install 3.3.0

2017-08-31 Thread Maxim Solodovnik
Sorry,

forgot to answer

you need ldap_default_id setting described here:
http://openmeetings.apache.org/GeneralConfiguration.html
According to log, please check folder permissions
User who owns red5 process should have rights to write to log/ folder

On Fri, Sep 1, 2017 at 2:05 AM, Бунин Владимир 
wrote:

> I completed all settings. Only question about log is open.
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 16:54, "Maxim Solodovnik" :
>
> Your config looks good to me
> I would recommend to download
> http://directory.apache.org/studio/downloads.html and try to connect
> to your AD using it
> Then check search for users
>
> This usually helps
> All connection errors are in the openmeetings.log
> I usually `tail -f` this file to check errors in runtime
>
> On Thu, Aug 31, 2017 at 8:33 PM, Бунин Владимир 
> wrote:
>
>  By the way
>  I still can't find the exact information about AD integration. My template
>  doesn't allow me to authenticate.
>  What's wrong with it? And where can I find log concerning this problem?
>
>  P.S. I know that somewhere there is the setting which sorts the list of
>  domains for authenication. LocalDB is on the first place, but I want my
>  domain instead.
>
>  --
>  С уважением, Владимир!
>
>
>
>  31.08.2017, 14:12, "Maxim Solodovnik" :
>
>  Seems to be MariaDB specific step . :(
>
>  On Thu, Aug 31, 2017 at 6:10 PM, Бунин Владимир 
>  wrote:
>
>  Solved after changing /etc/my.cnf.d/server.cnf
>
>  Thank you very much.
>
>  --
>  С уважением, Владимир!
>
>
>
>  31.08.2017, 13:48, "Бунин Владимир" :
>
>  DB has wrong values with ???.
>  I'll try to recreate the database.
>
>  --
>  С уважением, Владимир!
>
>
>
>  31.08.2017, 13:31, "Maxim Solodovnik" :
>
>  Everything looks good
>
>  1) can you check using any MySql client you are using correct DB i.e.
>  perform `SELECT * FROM om_user` and check first/last name is changed
>  If DB is correct
>
>  Can you try to drop your DB
>  Create new one using command like this: `CREATE DATABASE openmeetings
>  DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;`
>  And double check
>
>  Additionally here http://markmail.org/message/nhakzlpkuz5wbuqt there is
> the
>  recommendation to change /etc/my.cnf.d/server.cnf file
>  I, personally, using MySql (not MariaDB) so I have no issues with charsets
>  
>
>  On Thu, Aug 31, 2017 at 5:24 PM, Бунин Владимир 
>  wrote:
>
>  I don't understand anything...
>  The same situation. I corrected my name, room name and a bunch of ???
>  after restart.
>  My persistence.xml is attached. What's wrong with it?
>
>  --
>  С уважением, Владимир!
>
>
>
>  31.08.2017, 13:13, "Maxim Solodovnik" :
>
>  peristense.xml IS rewrited during installation, DB
>  name/type/host/port/user/password is being taken from installer and put
> into
>  peristense.xml.
>  After successful installation peristense.xml should have correct values
> and
>  DB should have data.
>
>  Maybe it is FS rights issue?
>
>  On Thu, Aug 31, 2017 at 4:56 PM, Бунин Владимир 
>  wrote:
>
>  Of course. Twice.
>  Well. I deleted DB and created it again. I see installer dialog, what
> should
>  I fill on the page with DB configuration? Is it possible that
>  persistence.xml is rewrited?
>
>  --
>  С уважением, Владимир!
>
>
>
>  31.08.2017, 12:34, "Maxim Solodovnik" :
>
>  I'm surprised it doesn't start automatically. It have to start if DB is
>  empty.
>  Have you restarted OM after changing persistense.xml?
>
>  On Thu, Aug 31, 2017 at 4:33 PM, Бунин Владимир 
>  wrote:
>
>  I agree to finish in English too. Is it possible to start installer again?
>
>  С уважением, Владимир!
>  31 авг. 2017 г. 12:31 PM | От: Maxim Solodovnik  |
>  Сообщение:
>
>  sure,
>
>  please write to russian mailing list:
>  http://openmeetings.apache.org/mail-lists.html (please subscribe before
>  posting)
>
>  On Thu, Aug 31, 2017 at 4:28 PM, Бунин Владимир 
>  wrote:
>
>  Right you are. Login invitation.
>
>  P.S. Do you speak Russian? Seems to me it would be faster to solve this
>  problem posting in Russian
>
>  С уважением, Владимир!
>  31 авг. 2017 г. 12:24 PM | От: Maxim Solodovnik  |
>  Сообщение:
>
>  Since you have changed DB you have to go through installer one more time
>  I believe install wizard should be displayed for you automatically. Are
> you
>  seeing login screen?
>
>  On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир 
>  wrote:
>
>  Well, I changed the content of persistence. OM started, but how to login?
>  While web-installer worked I created the user and his password. If I
>  understand right I did it for derby.
>
>  --
>  С уважением, Владимир!
>
>
>

Re: Problems after install 3.3.0

2017-08-31 Thread Бунин Владимир
I completed all settings. Only question about log is open. -- С уважением, Владимир!   31.08.2017, 16:54, "Maxim Solodovnik" :Your config looks good to meI would recommend to downloadhttp://directory.apache.org/studio/downloads.html and try to connectto your AD using itThen check search for usersThis usually helpsAll connection errors are in the openmeetings.logI usually `tail -f` this file to check errors in runtimeOn Thu, Aug 31, 2017 at 8:33 PM, Бунин Владимир  wrote: By the way I still can't find the exact information about AD integration. My template doesn't allow me to authenticate. What's wrong with it? And where can I find log concerning this problem? P.S. I know that somewhere there is the setting which sorts the list of domains for authenication. LocalDB is on the first place, but I want my domain instead. -- С уважением, Владимир! 31.08.2017, 14:12, "Maxim Solodovnik" : Seems to be MariaDB specific step . :( On Thu, Aug 31, 2017 at 6:10 PM, Бунин Владимир  wrote: Solved after changing /etc/my.cnf.d/server.cnf Thank you very much. -- С уважением, Владимир! 31.08.2017, 13:48, "Бунин Владимир" : DB has wrong values with ???. I'll try to recreate the database. -- С уважением, Владимир! 31.08.2017, 13:31, "Maxim Solodovnik" : Everything looks good 1) can you check using any MySql client you are using correct DB i.e. perform `SELECT * FROM om_user` and check first/last name is changed If DB is correct Can you try to drop your DB Create new one using command like this: `CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;` And double check Additionally here http://markmail.org/message/nhakzlpkuz5wbuqt there is the recommendation to change /etc/my.cnf.d/server.cnf file I, personally, using MySql (not MariaDB) so I have no issues with charsets  On Thu, Aug 31, 2017 at 5:24 PM, Бунин Владимир  wrote: I don't understand anything... The same situation. I corrected my name, room name and a bunch of ??? after restart. My persistence.xml is attached. What's wrong with it? -- С уважением, Владимир! 31.08.2017, 13:13, "Maxim Solodovnik" : peristense.xml IS rewrited during installation, DB name/type/host/port/user/password is being taken from installer and put into peristense.xml. After successful installation peristense.xml should have correct values and DB should have data. Maybe it is FS rights issue? On Thu, Aug 31, 2017 at 4:56 PM, Бунин Владимир  wrote: Of course. Twice. Well. I deleted DB and created it again. I see installer dialog, what should I fill on the page with DB configuration? Is it possible that persistence.xml is rewrited? -- С уважением, Владимир! 31.08.2017, 12:34, "Maxim Solodovnik" : I'm surprised it doesn't start automatically. It have to start if DB is empty. Have you restarted OM after changing persistense.xml? On Thu, Aug 31, 2017 at 4:33 PM, Бунин Владимир  wrote: I agree to finish in English too. Is it possible to start installer again? С уважением, Владимир! 31 авг. 2017 г. 12:31 PM | От: Maxim Solodovnik  | Сообщение: sure, please write to russian mailing list: http://openmeetings.apache.org/mail-lists.html (please subscribe before posting) On Thu, Aug 31, 2017 at 4:28 PM, Бунин Владимир  wrote: Right you are. Login invitation. P.S. Do you speak Russian? Seems to me it would be faster to solve this problem posting in Russian С уважением, Владимир! 31 авг. 2017 г. 12:24 PM | От: Maxim Solodovnik  | Сообщение: Since you have changed DB you have to go through installer one more time I believe install wizard should be displayed for you automatically. Are you seeing login screen? On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир  wrote: Well, I changed the content of persistence. OM started, but how to login? While web-installer worked I created the user and his password. If I understand right I did it for derby. -- С уважением, Владимир! 31.08.2017, 11:29, "Maxim Solodovnik" : Now it's a little bit more clear :) Actually you can leave all *persistense.xml files as-is in case 1) you are using web installer (you will choose DB type/credentials in installer) 2) you have specified DB options to command line admin you MUST modify correct *persistence.xml file and copy it to persistence.xml in case you already have valid DB and want to skip install step PS It is still really weird why Derby doesn't store UTF data correctly  Will try to investigate On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир  wrote: In persistense.xml is derby. Should I replace the content from mysql_persistense.xml to this one? P.S. A piece from Alvaro's tutorial Now we are 

Re: Problems after install 3.3.0

2017-08-31 Thread Бунин Владимир
Could it be that I don't have this log? In this directory /opt/red5330/log I have only 0.0.0.0_access..2017-08-31.logAnd what about the setting which sorts the list of domains for authenication. LocalDB is on the first place, but I want my domain instead. -- С уважением, Владимир!   31.08.2017, 16:54, "Maxim Solodovnik" :Your config looks good to meI would recommend to downloadhttp://directory.apache.org/studio/downloads.html and try to connectto your AD using itThen check search for usersThis usually helpsAll connection errors are in the openmeetings.logI usually `tail -f` this file to check errors in runtimeOn Thu, Aug 31, 2017 at 8:33 PM, Бунин Владимир  wrote: By the way I still can't find the exact information about AD integration. My template doesn't allow me to authenticate. What's wrong with it? And where can I find log concerning this problem? P.S. I know that somewhere there is the setting which sorts the list of domains for authenication. LocalDB is on the first place, but I want my domain instead. -- С уважением, Владимир! 31.08.2017, 14:12, "Maxim Solodovnik" : Seems to be MariaDB specific step . :( On Thu, Aug 31, 2017 at 6:10 PM, Бунин Владимир  wrote: Solved after changing /etc/my.cnf.d/server.cnf Thank you very much. -- С уважением, Владимир! 31.08.2017, 13:48, "Бунин Владимир" : DB has wrong values with ???. I'll try to recreate the database. -- С уважением, Владимир! 31.08.2017, 13:31, "Maxim Solodovnik" : Everything looks good 1) can you check using any MySql client you are using correct DB i.e. perform `SELECT * FROM om_user` and check first/last name is changed If DB is correct Can you try to drop your DB Create new one using command like this: `CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;` And double check Additionally here http://markmail.org/message/nhakzlpkuz5wbuqt there is the recommendation to change /etc/my.cnf.d/server.cnf file I, personally, using MySql (not MariaDB) so I have no issues with charsets  On Thu, Aug 31, 2017 at 5:24 PM, Бунин Владимир  wrote: I don't understand anything... The same situation. I corrected my name, room name and a bunch of ??? after restart. My persistence.xml is attached. What's wrong with it? -- С уважением, Владимир! 31.08.2017, 13:13, "Maxim Solodovnik" : peristense.xml IS rewrited during installation, DB name/type/host/port/user/password is being taken from installer and put into peristense.xml. After successful installation peristense.xml should have correct values and DB should have data. Maybe it is FS rights issue? On Thu, Aug 31, 2017 at 4:56 PM, Бунин Владимир  wrote: Of course. Twice. Well. I deleted DB and created it again. I see installer dialog, what should I fill on the page with DB configuration? Is it possible that persistence.xml is rewrited? -- С уважением, Владимир! 31.08.2017, 12:34, "Maxim Solodovnik" : I'm surprised it doesn't start automatically. It have to start if DB is empty. Have you restarted OM after changing persistense.xml? On Thu, Aug 31, 2017 at 4:33 PM, Бунин Владимир  wrote: I agree to finish in English too. Is it possible to start installer again? С уважением, Владимир! 31 авг. 2017 г. 12:31 PM | От: Maxim Solodovnik  | Сообщение: sure, please write to russian mailing list: http://openmeetings.apache.org/mail-lists.html (please subscribe before posting) On Thu, Aug 31, 2017 at 4:28 PM, Бунин Владимир  wrote: Right you are. Login invitation. P.S. Do you speak Russian? Seems to me it would be faster to solve this problem posting in Russian С уважением, Владимир! 31 авг. 2017 г. 12:24 PM | От: Maxim Solodovnik  | Сообщение: Since you have changed DB you have to go through installer one more time I believe install wizard should be displayed for you automatically. Are you seeing login screen? On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир  wrote: Well, I changed the content of persistence. OM started, but how to login? While web-installer worked I created the user and his password. If I understand right I did it for derby. -- С уважением, Владимир! 31.08.2017, 11:29, "Maxim Solodovnik" : Now it's a little bit more clear :) Actually you can leave all *persistense.xml files as-is in case 1) you are using web installer (you will choose DB type/credentials in installer) 2) you have specified DB options to command line admin you MUST modify correct *persistence.xml file and copy it to persistence.xml in case you already have valid DB and want to skip install step PS It is still really weird why Derby doesn't store UTF data correctly  Will try to investigate On Thu, Aug 31, 2017 at 3:23 PM, 

Re: HTTPS with installation from source files

2017-08-31 Thread Maxim Solodovnik
Good to know!
Glad everything works

On Thu, Aug 31, 2017 at 7:34 PM,   wrote:
> Le 2017-08-31 11:59, maxime.gue...@bssp.fr a écrit :
>
> Le 2017-08-31 11:18, Maxim Solodovnik a écrit :
>
> I would recommend to use headset.
>
> Could you please provide more details on "For the video, we tried multiple
> times but it worked only one time and after that we were not able to access
> to each other's dashboard"?
> I'm afraid I don't understand what does it mean.
>
> Port 5443 should be enough for tunneling RTMPS, Is there anything suspicious
> in Browser console and/or in openmeetings.log?
>
> On Thu, Aug 31, 2017 at 3:22 PM,  wrote:
>>
>> Le 2017-08-31 06:35, Maxim Solodovnik a écrit :
>>
>> Hello Maxime,
>>
>> It's hard to say, too few details :(
>> Do you have these audio issues in audio-only meetings?
>> Is it reproducible on all browsers?
>> Have you tried different headset (are you using headset)?
>>
>> do you have network related issues at the time of disconnections?
>> some investigation is required 
>>
>> On Wed, Aug 30, 2017 at 6:06 PM,  wrote:
>>>
>>> Le 2017-08-23 13:45, Maxim Solodovnik a écrit :
>>>
>>> You need to update you config.xml file, as described here:
>>> http://openmeetings.apache.org/RTMPSAndHTTPS.html#Set_up_RTMPS
>>>
>>> On Wed, Aug 23, 2017 at 6:09 PM,  wrote:

 On 21.08.2017 16:14, Maxim Solodovnik wrote:

 Hello Maxime,

 the easiest way is:
 1) create keystore/truststore modify all configs once (as described
 here:
 http://openmeetings.apache.org/RTMPSAndHTTPS.html#Create_Keystore_using_existing_key-pair_)
 2) rebuild
 3) put all items created/configured in 1) inplace

 that's it


 On Mon, Aug 21, 2017 at 3:59 PM,  wrote:
>
> Hello,
>
> Thanks for your reply.
>
> I am still not having access to my server in HTTPS though I did all the
> tricks recommended. I did what I already wrote in my previous mail and I
> have put the certificate in my keytool store in red5. I can see that when 
> I
> connect with my browser to the url with 5443 port, the page tries to load
> but it finally doesn't.
> Have I missed something ?
>
> Thank you.
>
> Best regards.
>
> Maxime
>
> On 18.08.2017 18:05, Coscend@OM wrote:
>>
>> Dear Maxime,
>>
>> You can find the summary steps at:
>>
>> http://openmeetings.markmail.org/message/xrxgzyaf2ey7belk?q=%5BANNOUNCE%5D+H
>> TTPS+is+now+required
>> With third party certificate (Letsencrypt), the lock icon on browser
>> will be
>> green automatically.  So, no need of Step 2.
>>
>> Detailed steps, including the location to place your certificate, do
>> other
>> steps and enable HTTPS and RTMPS (red5.properties):
>> https://openmeetings.apache.org/RTMPSAndHTTPS.html
>>
>> Thank you.
>>
>> Sincerely,
>>
>> Hemant K. Sabat
>>
>> Coscend Communications Solutions
>> www.Coscend.com
>> --
>> Real-time, Interactive Video Collaboration, Tele-healthcare,
>> Tele-education,
>> Telepresence Services, on the fly...
>> --
>> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
>> Messages from Coscend Communications Solutions' posted at:
>> http://www.Coscend.com/Terms_and_Conditions.html
>>
>>
>>
>>
>> -Original Message-
>> From: maxime.gue...@bssp.fr [mailto:maxime.gue...@bssp.fr]
>> Sent: Friday, August 18, 2017 10:44 AM
>> To: user@openmeetings.apache.org
>> Subject: HTTPS with installation from source files
>>
>> Hello,
>>
>> I would like to know how to add a letsencrypt cert to my OM server
>> knowing
>> that I installed it from sources (so files are not at the same places
>> as
>> from normal installation).
>> In fact, which file of the webserver should I modify to have the green
>> lock
>> ? Do I have to reinstall the server with modifications or can I do it
>> directly ?
>> I have already put my certificate in the java cacerts and modified
>> jeecontainer.xml and config to replace http and port 5080 to https and
>> port
>> 5443.
>>
>> Thank you in advance.
>>
>> Best regards.
>>
>> Maxime
>>
>>
>> ---
>> This email has been checked for viruses by AVG.
>> http://www.avg.com




 --
 WBR
 Maxim aka solomax

 Hello Maxim,

 I succeeded in obtaining green lock with letsencrypt, thanks for that,
 but I cannot access to camera and micro when I am outside the network. 
 There
 is a "try 1, try 2, try 3" message and then a window which says : 

Re: Problems after install 3.3.0

2017-08-31 Thread Maxim Solodovnik
Your config looks good to me
I would recommend to download
http://directory.apache.org/studio/downloads.html and try to connect
to your AD using it
Then check search for users

This usually helps
All connection errors are in the openmeetings.log
I usually `tail -f` this file to check errors in runtime

On Thu, Aug 31, 2017 at 8:33 PM, Бунин Владимир  wrote:
> By the way
> I still can't find the exact information about AD integration. My template
> doesn't allow me to authenticate.
> What's wrong with it? And where can I find log concerning this problem?
>
> P.S. I know that somewhere there is the setting which sorts the list of
> domains for authenication. LocalDB is on the first place, but I want my
> domain instead.
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 14:12, "Maxim Solodovnik" :
>
> Seems to be MariaDB specific step . :(
>
> On Thu, Aug 31, 2017 at 6:10 PM, Бунин Владимир 
> wrote:
>
> Solved after changing /etc/my.cnf.d/server.cnf
>
> Thank you very much.
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 13:48, "Бунин Владимир" :
>
> DB has wrong values with ???.
> I'll try to recreate the database.
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 13:31, "Maxim Solodovnik" :
>
> Everything looks good
>
> 1) can you check using any MySql client you are using correct DB i.e.
> perform `SELECT * FROM om_user` and check first/last name is changed
> If DB is correct
>
> Can you try to drop your DB
> Create new one using command like this: `CREATE DATABASE openmeetings
> DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;`
> And double check
>
> Additionally here http://markmail.org/message/nhakzlpkuz5wbuqt there is the
> recommendation to change /etc/my.cnf.d/server.cnf file
> I, personally, using MySql (not MariaDB) so I have no issues with charsets
> 
>
> On Thu, Aug 31, 2017 at 5:24 PM, Бунин Владимир 
> wrote:
>
> I don't understand anything...
> The same situation. I corrected my name, room name and a bunch of ???
> after restart.
> My persistence.xml is attached. What's wrong with it?
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 13:13, "Maxim Solodovnik" :
>
> peristense.xml IS rewrited during installation, DB
> name/type/host/port/user/password is being taken from installer and put into
> peristense.xml.
> After successful installation peristense.xml should have correct values and
> DB should have data.
>
> Maybe it is FS rights issue?
>
> On Thu, Aug 31, 2017 at 4:56 PM, Бунин Владимир 
> wrote:
>
> Of course. Twice.
> Well. I deleted DB and created it again. I see installer dialog, what should
> I fill on the page with DB configuration? Is it possible that
> persistence.xml is rewrited?
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 12:34, "Maxim Solodovnik" :
>
> I'm surprised it doesn't start automatically. It have to start if DB is
> empty.
> Have you restarted OM after changing persistense.xml?
>
> On Thu, Aug 31, 2017 at 4:33 PM, Бунин Владимир 
> wrote:
>
> I agree to finish in English too. Is it possible to start installer again?
>
> С уважением, Владимир!
> 31 авг. 2017 г. 12:31 PM | От: Maxim Solodovnik  |
> Сообщение:
>
> sure,
>
> please write to russian mailing list:
> http://openmeetings.apache.org/mail-lists.html (please subscribe before
> posting)
>
> On Thu, Aug 31, 2017 at 4:28 PM, Бунин Владимир 
> wrote:
>
> Right you are. Login invitation.
>
> P.S. Do you speak Russian? Seems to me it would be faster to solve this
> problem posting in Russian
>
> С уважением, Владимир!
> 31 авг. 2017 г. 12:24 PM | От: Maxim Solodovnik  |
> Сообщение:
>
> Since you have changed DB you have to go through installer one more time
> I believe install wizard should be displayed for you automatically. Are you
> seeing login screen?
>
> On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир 
> wrote:
>
> Well, I changed the content of persistence. OM started, but how to login?
> While web-installer worked I created the user and his password. If I
> understand right I did it for derby.
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 11:29, "Maxim Solodovnik" :
>
> Now it's a little bit more clear :)
>
> Actually you can leave all *persistense.xml files as-is in case
> 1) you are using web installer (you will choose DB type/credentials in
> installer)
> 2) you have specified DB options to command line admin
>
> you MUST modify correct *persistence.xml file and copy it to persistence.xml
> in case you already have valid DB and want to skip install step
>
> PS It is still really weird why Derby doesn't store UTF data correctly 
> Will try to investigate
>
> On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир 

Re: Стабильность работы на Linux

2017-08-31 Thread Maxim Solodovnik
я эту инструкцию не читал
и времени у меня на это нет, если есть конкретные вопросы - отвечу
опять же всегда есть поиск по архивам, которым бывает очень полезно
воспользоваться.

* я уже написал что понятия не имею зачем кому-то понадобилось ставить "Collab
Subversion Edge", мне кажется вполне бесполезная штука

* ImageMagick: convert.exe должен быть. скорее всего где-то куда ставится
ImageMagick на винде. винды под рукой нет, проверить не могу

* "сообщения WARN": на "пустой", не установленной системе эти сообщение
всего лишь говорят что система не установлена :) после установки их не будет

* ОМ поддерживает много баз данных, пользователь/администратор сам решает
что использовать. Наш демо сервер отлично работает на MySql. Для хранения
большого количества записей нужна быстрая файловая система и большой диск.
С базой проблем не знаю. Если разработчики Moodle рекомендуют PostgreSql -
можно их послушать :) У нас никакого "базовисимого" кода нет.

* Наличие очень подробных мануалов на целую кучу линухов никак не уменьшает
количество вопросов :)
Я спорить про это не буду, писать документацию это не моё. Я этим занимаюсь
только за деньги :)

На этот проект я трачу свободное время, и я хочу его тратить на интересные
для меня вещи :)



2017-08-31 18:38 GMT+07:00 Андрей Прицепов :

> * я отвечу на вопросы но мне тогда нужно написать что такое Step 12? Step
> 18 и тд*
> Это шаги как описано в инструкции: https://cwiki.apache.org/
> confluence/download/attachments/27838216/Installing%20OM2.x%20On%
> 20Windows-XP-7-2003.pdf?version=1=1360911123000=v2
>
> *судя по вот этому: file:///C:/Program%20Files/csvn/launch.html это
> ставить вообще не нужно*
> То есть я могу сразу скачивать OM дистрибутив с сайта запускать red5.bat и
> переходить к установке http://localhost:5080/ вручную и не заморачиваться
> с ПО Collab Subversion Edge?
>
> *Ожидаемый выхлоп:
> Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-07-31
> http://www.imagemagick.org
> Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
> Features: DPC Modules OpenMP
> Delegates: bzlib cairo djvu fftw fontconfig freetype jbig jng jpeg lcms
> lqr ltdl lzma openexr pangocairo png rsvg tiff wmf x xml zlib*
> Я перепроверил:
> Путь установки - C:\Program Files\ImageMagick-7.0.6-Q16
> Путь в переменной окружения (системные переменнные) - C:\Program
> Files\ImageMagick-7.0.6-Q16
> Cmd -> "convert -version" - та же ошибка " Неправильно указан диск.".
> Переход в cmd в каталог C:\Program Files\ImageMagick-7.0.6-Q16, попытка
> вызвать "convert -version" - та же ошибка " Неправильно указан диск.".
>
> *Правильный порядок действий
> после того как red5 запустился и написал что-то типа
> 
> 
> #  Openmeetings is up
>#
> # 3.3.1-SNAPSHOT d21908da8beba7d9d4cddf1f4d4a925d742602a9
> 2017-08-31T08:50:32Z #
> #   and ready to use
> #
> 
> 
> нужно зайти на http://localhost:5080/openmeetings и воспользоваться Web
> инсталлером чтобы произвести первоначальную настройку системы*
> То есть я могу игнорировать сообщения WARN или чего-то может не хватать в
> дальнейшем для корректной работы системы?
>
> * PostgreSql поддерживаем, никаких проблем*
> То что он поддерживается я это понял. Вопрос стоит в том что имеет ли
> PostgreSQL какие либо преимущества в организации с OM по отношению к MYSQL?
> Для сравнения я кинул вам ссылку что по этому поводу думают разработчики
> moodle. В частности описываются вопросы производительности и целостности
> данных, особенно при больших объемах данных. У нас в частности будет
> гарантировано расти архив с записями вебинаров для дальнейшего их
> использования для анализа начальством и для использования в офлайн обучении.
>
> * Создание и поддержка в актуальном состоянии инструкции - трудоёмкая
> задача Поэтому сейчас все инструкции поддерживаются сообществом, я
> занимаюсь разработкой и отвечаю на вопросы
> Раз никто не создал инструкцию для Винды - значит оно не так много кому и
> надо :)))*
> Вы тратили бы гораздо меньше времени если была бы свежая актуальная
> документация. Если продукт OpenSource это не значит что его доработкой
> будут заниматься пользователи вроде меня, которые не имеют соответствующих
> навыков. Что за инструкцию я могу написать, если сам разобраться не могу. Я
> в эту область, организация вебинаров, влез 3 недели назад. Я думаю оно
> многим надо, на Windows в том числе, просто в пределах этой даже переписки
> я забросил разбираться с OM, полез смотреть veda-soft, который из себя
> представляет один exe и ставится Далее-> Далее-> готово. Потом полез
> обратно на OM, но уже на Linux.
>
>
> ---
> С уважением, Андрей Прицепов “Лаборатория Форт Крым”
>
>
> -Original Message-
> From: Maxim Solodovnik [mailto:solomax...@gmail.com]
> Sent: Thursday, August 31, 2017 

Re: Problems after install 3.3.0

2017-08-31 Thread Бунин Владимир
By the wayI still can't find the exact information about AD integration. My template doesn't allow me to authenticate.What's wrong with it? And where can I find log concerning this problem? P.S. I know that somewhere there is the setting which sorts the list of domains for authenication. LocalDB is on the first place, but I want my domain instead. -- С уважением, Владимир!   31.08.2017, 14:12, "Maxim Solodovnik" :Seems to be MariaDB specific step . :( On Thu, Aug 31, 2017 at 6:10 PM, Бунин Владимир  wrote:Solved after changing /etc/my.cnf.d/server.cnf  Thank you very much. -- С уважением, Владимир!   31.08.2017, 13:48, "Бунин Владимир" :DB has wrong values with ???.I'll try to recreate the database. -- С уважением, Владимир!   31.08.2017, 13:31, "Maxim Solodovnik" :Everything looks good 1) can you check using any MySql client you are using correct DB i.e. perform `SELECT * FROM om_user` and check first/last name is changedIf DB is correct Can you try to drop your DBCreate new one using command like this: `CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;`And double check Additionally here http://markmail.org/message/nhakzlpkuz5wbuqt there is the recommendation to change /etc/my.cnf.d/server.cnf fileI, personally, using MySql (not MariaDB) so I have no issues with charsets  On Thu, Aug 31, 2017 at 5:24 PM, Бунин Владимир  wrote:I don't understand anything...The same situation. I corrected my name, room name and a bunch of ??? after restart.My persistence.xml is attached. What's wrong with it? -- С уважением, Владимир!   31.08.2017, 13:13, "Maxim Solodovnik" :peristense.xml IS rewrited during installation, DB name/type/host/port/user/password is being taken from installer and put into peristense.xml.After successful installation peristense.xml should have correct values and DB should have data. Maybe it is FS rights issue? On Thu, Aug 31, 2017 at 4:56 PM, Бунин Владимир  wrote:Of course. Twice.Well. I deleted DB and created it again. I see installer dialog, what should I fill on the page with DB configuration? Is it possible that persistence.xml is rewrited? -- С уважением, Владимир!   31.08.2017, 12:34, "Maxim Solodovnik" :I'm surprised it doesn't start automatically. It have to start if DB is empty.Have you restarted OM after changing persistense.xml? On Thu, Aug 31, 2017 at 4:33 PM, Бунин Владимир  wrote:I agree to finish in English too. Is it possible to start installer again? С уважением, Владимир!31 авг. 2017 г. 12:31 PM | От: Maxim Solodovnik  | Сообщение:sure, please write to russian mailing list: http://openmeetings.apache.org/mail-lists.html (please subscribe before posting) On Thu, Aug 31, 2017 at 4:28 PM, Бунин Владимир  wrote:Right you are. Login invitation. P.S. Do you speak Russian? Seems to me it would be faster to solve this problem posting in Russian С уважением, Владимир!31 авг. 2017 г. 12:24 PM | От: Maxim Solodovnik  | Сообщение:Since you have changed DB you have to go through installer one more timeI believe install wizard should be displayed for you automatically. Are you seeing login screen? On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир  wrote:Well, I changed the content of persistence. OM started, but how to login? While web-installer worked I created the user and his password. If I understand right I did it for derby. -- С уважением, Владимир!   31.08.2017, 11:29, "Maxim Solodovnik" :Now it's a little bit more clear :) Actually you can leave all *persistense.xml files as-is in case 1) you are using web installer (you will choose DB type/credentials in installer)2) you have specified DB options to command line admin you MUST modify correct *persistence.xml file and copy it to persistence.xml in case you already have valid DB and want to skip install step PS It is still really weird why Derby doesn't store UTF data correctly  Will try to investigate On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир  wrote:In persistense.xml is derby. Should I replace the content from mysql_persistense.xml to this one? P.S. A piece from Alvaro's tutorialNow we are going to configure OpenMeetings for our database in MariaDB:nano /opt/red5330/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml -- С уважением, Владимир!   31.08.2017, 11:18, "Maxim Solodovnik" :@Alvaro, can you please take a look at the question regarding start script? On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik  wrote:OK, mysql_persistense.xml is being used as "template" only. The only XML being used by running OM after installation is persistense.xml (no prefixes) What 

Re: Open Meetings 4.0.0 HTML5 version Official Release

2017-08-31 Thread Maxim Solodovnik
Unfortunately I have no estimates so far.
Don't have much free time these days

On Thu, Aug 31, 2017 at 6:13 PM, Mehta, Ashish (MIND) <
ashish.me...@mind-infotech.com> wrote:

> Hello Maxim,
>
>
>
> When can we expect official release of Open Meetings 4.0.0 HTML5 version.
>
>
>
> Thank You!
>
>
>
> Regards,
>
> Ashish Mehta
>
> --
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>



-- 
WBR
Maxim aka solomax


Re: HTTPS with installation from source files

2017-08-31 Thread maxime . guerif
Le 2017-08-31 11:59, maxime.gue...@bssp.fr a écrit :

> Le 2017-08-31 11:18, Maxim Solodovnik a écrit : 
> I would recommend to use headset. 
> 
> Could you please provide more details on "For the video, we tried multiple 
> times but it worked only one time and after that we were not able to access 
> to each other's dashboard"? 
> I'm afraid I don't understand what does it mean. 
> 
> Port 5443 should be enough for tunneling RTMPS, Is there anything suspicious 
> in Browser console and/or in openmeetings.log? 
> 
> On Thu, Aug 31, 2017 at 3:22 PM,  wrote:
> 
> Le 2017-08-31 06:35, Maxim Solodovnik a écrit : 
> Hello Maxime, 
> 
> It's hard to say, too few details :( 
> Do you have these audio issues in audio-only meetings? 
> Is it reproducible on all browsers? 
> Have you tried different headset (are you using headset)? 
> 
> do you have network related issues at the time of disconnections? 
> some investigation is required  
> 
> On Wed, Aug 30, 2017 at 6:06 PM,  wrote:
> 
> Le 2017-08-23 13:45, Maxim Solodovnik a écrit : 
> You need to update you config.xml file, as described here: 
> http://openmeetings.apache.org/RTMPSAndHTTPS.html#Set_up_RTMPS [1] 
> 
> On Wed, Aug 23, 2017 at 6:09 PM,  wrote:
> 
> On 21.08.2017 16:14, Maxim Solodovnik wrote: 
> Hello Maxime, 
> 
> the easiest way is: 
> 1) create keystore/truststore modify all configs once (as described here: 
> http://openmeetings.apache.org/RTMPSAndHTTPS.html#Create_Keystore_using_existing_key-pair_
>  [2]) 
> 2) rebuild 
> 3) put all items created/configured in 1) inplace 
> 
> that's it 
> 
> On Mon, Aug 21, 2017 at 3:59 PM,  wrote:
> Hello,
> 
> Thanks for your reply.
> 
> I am still not having access to my server in HTTPS though I did all the 
> tricks recommended. I did what I already wrote in my previous mail and I have 
> put the certificate in my keytool store in red5. I can see that when I 
> connect with my browser to the url with 5443 port, the page tries to load but 
> it finally doesn't.
> Have I missed something ?
> 
> Thank you.
> 
> Best regards.
> 
> Maxime
> 
> On 18.08.2017 18:05, Coscend@OM wrote:
> Dear Maxime,
> 
> You can find the summary steps at:
> http://openmeetings.markmail.org/message/xrxgzyaf2ey7belk?q=%5BANNOUNCE%5D+H 
> [3]
> TTPS+is+now+required
> With third party certificate (Letsencrypt), the lock icon on browser will be
> green automatically.  So, no need of Step 2.
> 
> Detailed steps, including the location to place your certificate, do other
> steps and enable HTTPS and RTMPS (red5.properties):
> https://openmeetings.apache.org/RTMPSAndHTTPS.html [4]
> 
> Thank you.
> 
> Sincerely,
> 
> Hemant K. Sabat
> 
> Coscend Communications Solutions
> www.Coscend.com [5]
> --
> Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education,
> Telepresence Services, on the fly...
> --
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html [6]
> 
> -Original Message-
> From: maxime.gue...@bssp.fr [mailto:maxime.gue...@bssp.fr]
> Sent: Friday, August 18, 2017 10:44 AM
> To: user@openmeetings.apache.org
> Subject: HTTPS with installation from source files
> 
> Hello,
> 
> I would like to know how to add a letsencrypt cert to my OM server knowing
> that I installed it from sources (so files are not at the same places as
> from normal installation).
> In fact, which file of the webserver should I modify to have the green lock
> ? Do I have to reinstall the server with modifications or can I do it
> directly ?
> I have already put my certificate in the java cacerts and modified
> jeecontainer.xml and config to replace http and port 5080 to https and port
> 5443.
> 
> Thank you in advance.
> 
> Best regards.
> 
> Maxime
> 
> ---
> This email has been checked for viruses by AVG.
> http://www.avg.com

  -- 
WBR
Maxim aka solomax 

Hello Maxim,

I succeeded in obtaining green lock with letsencrypt, thanks for that,
but I cannot access to camera and micro when I am outside the network.
There is a "try 1, try 2, try 3" message and then a window which says :
"error missing [204] error missing [556] error missing [642]". And some
of the widgets at the right of the screen doesn't show.

Do you think it is a network problem or a compilation problem ? 

Thank you 

Best regards. 

Maxime 

  -- 
WBR
Maxim aka solomax 

Hello Maxim,

I have done all that is written in the link, I have access to the video
and micro but the sound is not good and when I do a conference with
someone, sometimes the video of the person disappears during a long
time.
What does this problem comes from ?

Thank you.

Best regards.

Maxime 

  -- 
WBR
Maxim aka solomax 

Hello Maxim

For the 

Re[2]: Стабильность работы на Linux

2017-08-31 Thread Сергей Д .
1) Качаешь zip архив OM (OpenMeetings) с сайта  
http://www.apache.org/dyn/closer.lua/openmeetings/3.3.0/bin/apache-openmeetings-3.3.0.zip
  
    или последнюю версию snapshot (промежуточная версия)  
https://builds.apache.org/view/M-R/view/OpenMeetings/   (там есть все версии).
    Разархивируешь это дело куда тебе удобно.
 2) Качаешь последнюю версию JAVA  
https://java.com/inc/BrowserRedirect1.jsp?locale=ru  
 3) Нужно создать переменную среду JAVA_HOME  в системные переменные (свойства 
компьютера -> дополнительно -> переменные среды -> окно переменные среды 
создать:  имя переменной JAVA_HOME ; значение переменной: C:\Program 
Files\Java\jre1.8.0_144   )
4) Если нужна запись вебинаров нужно скомпилировать FFMPEG. Вот инструкция  
http://www.thingsiuse.org/2014/06/building-ffmpeg-for-h264-and-aac.html  
5) Устанавливаешь все программы: sox, openoffice, swftool, imageMagick(его 
установи версию 6.8.8) 
6) Запускаешь файл red5.bat ждешь минуту. Открываешь браузер идешь по адресу 
localhost:5080, там по пунктам заполняешь поля как нужно. 

Остальное читаешь про настройку в мануалах ...

>Четверг, 31 августа 2017, 16:38 +05:00 от Андрей Прицепов 
>:
>
>* я отвечу на вопросы но мне тогда нужно написать что такое Step 12? Step 18 и 
>тд*
>Это шаги как описано в инструкции:  
>https://cwiki.apache.org/confluence/download/attachments/27838216/Installing%20OM2.x%20On%20Windows-XP-7-2003.pdf?version=1=1360911123000=v2
>
>*судя по вот этому: file:///C:/Program%20Files/csvn/launch.html это ставить 
>вообще не нужно*
>То есть я могу сразу скачивать OM дистрибутив с сайта запускать red5.bat и 
>переходить к установке http://localhost:5080/ вручную и не заморачиваться с ПО 
>Collab Subversion Edge?
>
>*Ожидаемый выхлоп:
>Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-07-31  http://www.imagemagick.org
>Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
>Features: DPC Modules OpenMP
>Delegates: bzlib cairo djvu fftw fontconfig freetype jbig jng jpeg lcms lqr 
>ltdl lzma openexr pangocairo png rsvg tiff wmf x xml zlib*
>Я перепроверил:
>Путь установки - C:\Program Files\ImageMagick-7.0.6-Q16 
>Путь в переменной окружения (системные переменнные) - C:\Program 
>Files\ImageMagick-7.0.6-Q16
>Cmd -> "convert -version" - та же ошибка " Неправильно указан диск.".
>Переход в cmd в каталог C:\Program Files\ImageMagick-7.0.6-Q16, попытка 
>вызвать "convert -version" - та же ошибка " Неправильно указан диск.".
>
>*Правильный порядок действий
>после того как red5 запустился и написал что-то типа 
>
>#  Openmeetings is up
>   #
># 3.3.1-SNAPSHOT d21908da8beba7d9d4cddf1f4d4a925d742602a9
>2017-08-31T08:50:32Z #
>#   and ready to use
>#
>
>нужно зайти на http://localhost:5080/openmeetings и воспользоваться Web 
>инсталлером чтобы произвести первоначальную настройку системы*
>То есть я могу игнорировать сообщения WARN или чего-то может не хватать в 
>дальнейшем для корректной работы системы?
>
>* PostgreSql поддерживаем, никаких проблем*
>То что он поддерживается я это понял. Вопрос стоит в том что имеет ли 
>PostgreSQL какие либо преимущества в организации с OM по отношению к MYSQL? 
>Для сравнения я кинул вам ссылку что по этому поводу думают разработчики 
>moodle. В частности описываются вопросы производительности и целостности 
>данных, особенно при больших объемах данных. У нас в частности будет 
>гарантировано расти архив с записями вебинаров для дальнейшего их 
>использования для анализа начальством и для использования в офлайн обучении.
>
>* Создание и поддержка в актуальном состоянии инструкции - трудоёмкая задача 
>Поэтому сейчас все инструкции поддерживаются сообществом, я занимаюсь 
>разработкой и отвечаю на вопросы
>Раз никто не создал инструкцию для Винды - значит оно не так много кому и надо 
>:)))*
>Вы тратили бы гораздо меньше времени если была бы свежая актуальная 
>документация. Если продукт OpenSource это не значит что его доработкой будут 
>заниматься пользователи вроде меня, которые не имеют соответствующих навыков. 
>Что за инструкцию я могу написать, если сам разобраться не могу. Я в эту 
>область, организация вебинаров, влез 3 недели назад. Я думаю оно многим надо, 
>на Windows в том числе, просто в пределах этой даже переписки я забросил 
>разбираться с OM, полез смотреть veda-soft, который из себя представляет один 
>exe и ставится Далее-> Далее-> готово. Потом полез обратно на OM, но уже на 
>Linux.
>
>
>--- 
>С уважением, Андрей Прицепов “Лаборатория Форт Крым”
>
>
>-Original Message-
>From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
>Sent: Thursday, August 31, 2017 12:13 PM
>To:  user-russian@openmeetings.apache.org
>Subject: Re: Стабильность работы на Linux
>
>эти инструкции пишутся и обновляются пользователями, назвать их 

RE: Стабильность работы на Linux

2017-08-31 Thread Андрей Прицепов
* я отвечу на вопросы но мне тогда нужно написать что такое Step 12? Step 18 и 
тд*
Это шаги как описано в инструкции: 
https://cwiki.apache.org/confluence/download/attachments/27838216/Installing%20OM2.x%20On%20Windows-XP-7-2003.pdf?version=1=1360911123000=v2
 

*судя по вот этому: file:///C:/Program%20Files/csvn/launch.html это ставить 
вообще не нужно*
То есть я могу сразу скачивать OM дистрибутив с сайта запускать red5.bat и 
переходить к установке http://localhost:5080/ вручную и не заморачиваться с ПО 
Collab Subversion Edge?

*Ожидаемый выхлоп:
Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-07-31 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates: bzlib cairo djvu fftw fontconfig freetype jbig jng jpeg lcms lqr 
ltdl lzma openexr pangocairo png rsvg tiff wmf x xml zlib*
Я перепроверил:
Путь установки - C:\Program Files\ImageMagick-7.0.6-Q16 
Путь в переменной окружения (системные переменнные) - C:\Program 
Files\ImageMagick-7.0.6-Q16
Cmd -> "convert -version" - та же ошибка " Неправильно указан диск.".
Переход в cmd в каталог C:\Program Files\ImageMagick-7.0.6-Q16, попытка вызвать 
"convert -version" - та же ошибка " Неправильно указан диск.".

*Правильный порядок действий
после того как red5 запустился и написал что-то типа 

#  Openmeetings is up
   #
# 3.3.1-SNAPSHOT d21908da8beba7d9d4cddf1f4d4a925d742602a9
2017-08-31T08:50:32Z #
#   and ready to use
#

нужно зайти на http://localhost:5080/openmeetings и воспользоваться Web 
инсталлером чтобы произвести первоначальную настройку системы*
То есть я могу игнорировать сообщения WARN или чего-то может не хватать в 
дальнейшем для корректной работы системы?

* PostgreSql поддерживаем, никаких проблем*
То что он поддерживается я это понял. Вопрос стоит в том что имеет ли 
PostgreSQL какие либо преимущества в организации с OM по отношению к MYSQL? Для 
сравнения я кинул вам ссылку что по этому поводу думают разработчики moodle. В 
частности описываются вопросы производительности и целостности данных, особенно 
при больших объемах данных. У нас в частности будет гарантировано расти архив с 
записями вебинаров для дальнейшего их использования для анализа начальством и 
для использования в офлайн обучении.

* Создание и поддержка в актуальном состоянии инструкции - трудоёмкая задача 
Поэтому сейчас все инструкции поддерживаются сообществом, я занимаюсь 
разработкой и отвечаю на вопросы
Раз никто не создал инструкцию для Винды - значит оно не так много кому и надо 
:)))*
Вы тратили бы гораздо меньше времени если была бы свежая актуальная 
документация. Если продукт OpenSource это не значит что его доработкой будут 
заниматься пользователи вроде меня, которые не имеют соответствующих навыков. 
Что за инструкцию я могу написать, если сам разобраться не могу. Я в эту 
область, организация вебинаров, влез 3 недели назад. Я думаю оно многим надо, 
на Windows в том числе, просто в пределах этой даже переписки я забросил 
разбираться с OM, полез смотреть veda-soft, который из себя представляет один 
exe и ставится Далее-> Далее-> готово. Потом полез обратно на OM, но уже на 
Linux.


---  
С уважением, Андрей Прицепов “Лаборатория Форт Крым”


-Original Message-
From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Thursday, August 31, 2017 12:13 PM
To: user-russian@openmeetings.apache.org
Subject: Re: Стабильность работы на Linux

эти инструкции пишутся и обновляются пользователями, назвать их официальными 
довольно трудно

я отвечу на вопросы но мне тогда нужно написать что такое Step 12? Step 18 и тд

судя по вот этому: file:///C:/Program%20Files/csvn/launch.html это ставить 
вообще не нужно
1) мы перешли с SVN на Git (уже некоторое время назад)
2) даже когда мы пользовали SVN ничего кроме клиента коммандной строки было не 
надо

*Не понятно что такое "convert -version"* Это способ проверить насколько 
правильно установился ImageMagic согласно тому что получилось: в путях его нет 
(или он в конце) потому что вызывается стандартная Виндовая утилита для 
конвертации файлухи

Ожидаемый выхлоп:
Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-07-31 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates: bzlib cairo djvu fftw fontconfig freetype jbig jng jpeg lcms lqr 
ltdl lzma openexr pangocairo png rsvg tiff wmf x xml zlib

Вот это

*Вместо этого я скачал опять же с оф сайта отсюда 
http://apache.ip-connect.vn.ua/openmeetings/3.3.0/bin/apache-openmeetings-3.3.0.zip

непосредственно
сам OM. Разархивировал на C:\. Далее запустил red5.bat и у меня в процессе 
началась ошибка: "WARN 08-18 01:09:28.311 

Open Meetings 4.0.0 HTML5 version Official Release

2017-08-31 Thread Mehta, Ashish (MIND)
Hello Maxim,

When can we expect official release of Open Meetings 4.0.0 HTML5 version.

Thank You!

Regards,
Ashish Mehta



The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. WARNING: Computer viruses can be transmitted via email. The 
recipient should check this email and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused by any 
virus/trojan/worms/malicious code transmitted by this email. www.motherson.com


Re: Problems after install 3.3.0

2017-08-31 Thread Maxim Solodovnik
Seems to be MariaDB specific step . :(

On Thu, Aug 31, 2017 at 6:10 PM, Бунин Владимир 
wrote:

> Solved after changing /etc/my.cnf.d/server.cnf
>
> Thank you very much.
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 13:48, "Бунин Владимир" :
>
> DB has wrong values with ???.
> I'll try to recreate the database.
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 13:31, "Maxim Solodovnik" :
>
> Everything looks good
>
> 1) can you check using any MySql client you are using correct DB i.e.
> perform `SELECT * FROM om_user` and check first/last name is changed
> If DB is correct
>
> Can you try to drop your DB
> Create new one using command like this: `CREATE DATABASE openmeetings
> DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;`
> And double check
>
> Additionally here http://markmail.org/message/nhakzlpkuz5wbuqt there is
> the recommendation to change /etc/my.cnf.d/server.cnf file
> I, personally, using MySql (not MariaDB) so I have no issues with charsets
> 
>
> On Thu, Aug 31, 2017 at 5:24 PM, Бунин Владимир 
> wrote:
>
> I don't understand anything...
> The same situation. I corrected my name, room name and a bunch of ???
> after restart.
> My persistence.xml is attached. What's wrong with it?
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 13:13, "Maxim Solodovnik" :
>
> peristense.xml IS rewrited during installation, DB
> name/type/host/port/user/password is being taken from installer and put
> into peristense.xml.
> After successful installation peristense.xml should have correct values
> and DB should have data.
>
> Maybe it is FS rights issue?
>
> On Thu, Aug 31, 2017 at 4:56 PM, Бунин Владимир 
> wrote:
>
> Of course. Twice.
> Well. I deleted DB and created it again. I see installer dialog, what
> should I fill on the page with DB configuration? Is it possible that
> persistence.xml is rewrited?
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 12:34, "Maxim Solodovnik" :
>
> I'm surprised it doesn't start automatically. It have to start if DB is
> empty.
> Have you restarted OM after changing persistense.xml?
>
> On Thu, Aug 31, 2017 at 4:33 PM, Бунин Владимир 
> wrote:
>
> I agree to finish in English too. Is it possible to start installer again?
>
> С уважением, Владимир!
> 31 авг. 2017 г. 12:31 PM | От: Maxim Solodovnik  |
> Сообщение:
>
> sure,
>
> please write to russian mailing list: http://openmeetings.
> apache.org/mail-lists.html (please subscribe before posting)
>
> On Thu, Aug 31, 2017 at 4:28 PM, Бунин Владимир 
> wrote:
>
> Right you are. Login invitation.
>
> P.S. Do you speak Russian? Seems to me it would be faster to solve this
> problem posting in Russian
>
> С уважением, Владимир!
> 31 авг. 2017 г. 12:24 PM | От: Maxim Solodovnik  |
> Сообщение:
>
> Since you have changed DB you have to go through installer one more time
> I believe install wizard should be displayed for you automatically. Are
> you seeing login screen?
>
> On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир 
> wrote:
>
> Well, I changed the content of persistence. OM started, but how to login?
> While web-installer worked I created the user and his password. If I
> understand right I did it for derby.
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 11:29, "Maxim Solodovnik" :
>
> Now it's a little bit more clear :)
>
> Actually you can leave all *persistense.xml files as-is in case
> 1) you are using web installer (you will choose DB type/credentials in
> installer)
> 2) you have specified DB options to command line admin
>
> you MUST modify correct *persistence.xml file and copy it to
> persistence.xml in case you already have valid DB and want to skip install
> step
>
> PS It is still really weird why Derby doesn't store UTF data correctly
>  Will try to investigate
>
> On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир 
> wrote:
>
> In persistense.xml is derby. Should I replace the content from
> mysql_persistense.xml to this one?
>
> P.S. A piece from Alvaro's tutorial
>
> Now we are going to configure OpenMeetings for our database in MariaDB:
> nano /opt/red5330/webapps/openmeetings/WEB-INF/classes/META-INF/
> *mysql_persistence*.xml
>
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 11:18, "Maxim Solodovnik" :
>
> @Alvaro,
>
> can you please take a look at the question regarding start script?
>
> On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik 
> wrote:
>
> OK,
>
> mysql_persistense.xml is being used as "template" only. The only XML being
> used by running OM after installation is persistense.xml (no prefixes)
>
> What DB is set in this file?
>
> On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир 

Re: Problems after install 3.3.0

2017-08-31 Thread Бунин Владимир
Solved after changing /etc/my.cnf.d/server.cnf  Thank you very much. -- С уважением, Владимир!   31.08.2017, 13:48, "Бунин Владимир" :DB has wrong values with ???.I'll try to recreate the database. -- С уважением, Владимир!   31.08.2017, 13:31, "Maxim Solodovnik" :Everything looks good 1) can you check using any MySql client you are using correct DB i.e. perform `SELECT * FROM om_user` and check first/last name is changedIf DB is correct Can you try to drop your DBCreate new one using command like this: `CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;`And double check Additionally here http://markmail.org/message/nhakzlpkuz5wbuqt there is the recommendation to change /etc/my.cnf.d/server.cnf fileI, personally, using MySql (not MariaDB) so I have no issues with charsets  On Thu, Aug 31, 2017 at 5:24 PM, Бунин Владимир  wrote:I don't understand anything...The same situation. I corrected my name, room name and a bunch of ??? after restart.My persistence.xml is attached. What's wrong with it? -- С уважением, Владимир!   31.08.2017, 13:13, "Maxim Solodovnik" :peristense.xml IS rewrited during installation, DB name/type/host/port/user/password is being taken from installer and put into peristense.xml.After successful installation peristense.xml should have correct values and DB should have data. Maybe it is FS rights issue? On Thu, Aug 31, 2017 at 4:56 PM, Бунин Владимир  wrote:Of course. Twice.Well. I deleted DB and created it again. I see installer dialog, what should I fill on the page with DB configuration? Is it possible that persistence.xml is rewrited? -- С уважением, Владимир!   31.08.2017, 12:34, "Maxim Solodovnik" :I'm surprised it doesn't start automatically. It have to start if DB is empty.Have you restarted OM after changing persistense.xml? On Thu, Aug 31, 2017 at 4:33 PM, Бунин Владимир  wrote:I agree to finish in English too. Is it possible to start installer again? С уважением, Владимир!31 авг. 2017 г. 12:31 PM | От: Maxim Solodovnik  | Сообщение:sure, please write to russian mailing list: http://openmeetings.apache.org/mail-lists.html (please subscribe before posting) On Thu, Aug 31, 2017 at 4:28 PM, Бунин Владимир  wrote:Right you are. Login invitation. P.S. Do you speak Russian? Seems to me it would be faster to solve this problem posting in Russian С уважением, Владимир!31 авг. 2017 г. 12:24 PM | От: Maxim Solodovnik  | Сообщение:Since you have changed DB you have to go through installer one more timeI believe install wizard should be displayed for you automatically. Are you seeing login screen? On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир  wrote:Well, I changed the content of persistence. OM started, but how to login? While web-installer worked I created the user and his password. If I understand right I did it for derby. -- С уважением, Владимир!   31.08.2017, 11:29, "Maxim Solodovnik" :Now it's a little bit more clear :) Actually you can leave all *persistense.xml files as-is in case 1) you are using web installer (you will choose DB type/credentials in installer)2) you have specified DB options to command line admin you MUST modify correct *persistence.xml file and copy it to persistence.xml in case you already have valid DB and want to skip install step PS It is still really weird why Derby doesn't store UTF data correctly  Will try to investigate On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир  wrote:In persistense.xml is derby. Should I replace the content from mysql_persistense.xml to this one? P.S. A piece from Alvaro's tutorialNow we are going to configure OpenMeetings for our database in MariaDB:nano /opt/red5330/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml -- С уважением, Владимир!   31.08.2017, 11:18, "Maxim Solodovnik" :@Alvaro, can you please take a look at the question regarding start script? On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik  wrote:OK, mysql_persistense.xml is being used as "template" only. The only XML being used by running OM after installation is persistense.xml (no prefixes) What DB is set in this file? On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир  wrote:I know that OS language is not connected with DB encoding. I wrote it just for info. 1. If you mean usual persistense.xml, I didn't set it. I made settings in mysql_persistense.xml. See screenshot. I didn't set user and password.2. DB has correct encodingmysql -u root -p *use database open330;show variables like "character_set_database";  Variable_name  | Value |++---+| character_set_database | utf8  |So encoding is 

Re: Problems after install 3.3.0

2017-08-31 Thread Бунин Владимир
DB has wrong values with ???.I'll try to recreate the database. -- С уважением, Владимир!   31.08.2017, 13:31, "Maxim Solodovnik" :Everything looks good 1) can you check using any MySql client you are using correct DB i.e. perform `SELECT * FROM om_user` and check first/last name is changedIf DB is correct Can you try to drop your DBCreate new one using command like this: `CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;`And double check Additionally here http://markmail.org/message/nhakzlpkuz5wbuqt there is the recommendation to change /etc/my.cnf.d/server.cnf fileI, personally, using MySql (not MariaDB) so I have no issues with charsets  On Thu, Aug 31, 2017 at 5:24 PM, Бунин Владимир  wrote:I don't understand anything...The same situation. I corrected my name, room name and a bunch of ??? after restart.My persistence.xml is attached. What's wrong with it? -- С уважением, Владимир!   31.08.2017, 13:13, "Maxim Solodovnik" :peristense.xml IS rewrited during installation, DB name/type/host/port/user/password is being taken from installer and put into peristense.xml.After successful installation peristense.xml should have correct values and DB should have data. Maybe it is FS rights issue? On Thu, Aug 31, 2017 at 4:56 PM, Бунин Владимир  wrote:Of course. Twice.Well. I deleted DB and created it again. I see installer dialog, what should I fill on the page with DB configuration? Is it possible that persistence.xml is rewrited? -- С уважением, Владимир!   31.08.2017, 12:34, "Maxim Solodovnik" :I'm surprised it doesn't start automatically. It have to start if DB is empty.Have you restarted OM after changing persistense.xml? On Thu, Aug 31, 2017 at 4:33 PM, Бунин Владимир  wrote:I agree to finish in English too. Is it possible to start installer again? С уважением, Владимир!31 авг. 2017 г. 12:31 PM | От: Maxim Solodovnik  | Сообщение:sure, please write to russian mailing list: http://openmeetings.apache.org/mail-lists.html (please subscribe before posting) On Thu, Aug 31, 2017 at 4:28 PM, Бунин Владимир  wrote:Right you are. Login invitation. P.S. Do you speak Russian? Seems to me it would be faster to solve this problem posting in Russian С уважением, Владимир!31 авг. 2017 г. 12:24 PM | От: Maxim Solodovnik  | Сообщение:Since you have changed DB you have to go through installer one more timeI believe install wizard should be displayed for you automatically. Are you seeing login screen? On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир  wrote:Well, I changed the content of persistence. OM started, but how to login? While web-installer worked I created the user and his password. If I understand right I did it for derby. -- С уважением, Владимир!   31.08.2017, 11:29, "Maxim Solodovnik" :Now it's a little bit more clear :) Actually you can leave all *persistense.xml files as-is in case 1) you are using web installer (you will choose DB type/credentials in installer)2) you have specified DB options to command line admin you MUST modify correct *persistence.xml file and copy it to persistence.xml in case you already have valid DB and want to skip install step PS It is still really weird why Derby doesn't store UTF data correctly  Will try to investigate On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир  wrote:In persistense.xml is derby. Should I replace the content from mysql_persistense.xml to this one? P.S. A piece from Alvaro's tutorialNow we are going to configure OpenMeetings for our database in MariaDB:nano /opt/red5330/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml -- С уважением, Владимир!   31.08.2017, 11:18, "Maxim Solodovnik" :@Alvaro, can you please take a look at the question regarding start script? On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik  wrote:OK, mysql_persistense.xml is being used as "template" only. The only XML being used by running OM after installation is persistense.xml (no prefixes) What DB is set in this file? On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир  wrote:I know that OS language is not connected with DB encoding. I wrote it just for info. 1. If you mean usual persistense.xml, I didn't set it. I made settings in mysql_persistense.xml. See screenshot. I didn't set user and password.2. DB has correct encodingmysql -u root -p *use database open330;show variables like "character_set_database";  Variable_name  | Value |++---+| character_set_database | utf8  |So encoding is correct.3. Room name is correct after save in WEB, what in DB I don't know. I pressed Ctrl+F5 after changing room name to ensure that it's not the cache. But 

Re: Problems after install 3.3.0

2017-08-31 Thread Maxim Solodovnik
Everything looks good

1) can you check using any MySql client you are using correct DB i.e.
perform `SELECT * FROM om_user` and check first/last name is changed
If DB is correct

Can you try to drop your DB
Create new one using command like this: `CREATE DATABASE openmeetings
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;`
And double check

Additionally here http://markmail.org/message/nhakzlpkuz5wbuqt there is the
recommendation to change /etc/my.cnf.d/server.cnf file
I, personally, using MySql (not MariaDB) so I have no issues with charsets


On Thu, Aug 31, 2017 at 5:24 PM, Бунин Владимир 
wrote:

> I don't understand anything...
> The same situation. I corrected my name, room name and a bunch of ???
> after restart.
> My persistence.xml is attached. What's wrong with it?
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 13:13, "Maxim Solodovnik" :
>
> peristense.xml IS rewrited during installation, DB
> name/type/host/port/user/password is being taken from installer and put
> into peristense.xml.
> After successful installation peristense.xml should have correct values
> and DB should have data.
>
> Maybe it is FS rights issue?
>
> On Thu, Aug 31, 2017 at 4:56 PM, Бунин Владимир 
> wrote:
>
> Of course. Twice.
> Well. I deleted DB and created it again. I see installer dialog, what
> should I fill on the page with DB configuration? Is it possible that
> persistence.xml is rewrited?
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 12:34, "Maxim Solodovnik" :
>
> I'm surprised it doesn't start automatically. It have to start if DB is
> empty.
> Have you restarted OM after changing persistense.xml?
>
> On Thu, Aug 31, 2017 at 4:33 PM, Бунин Владимир 
> wrote:
>
> I agree to finish in English too. Is it possible to start installer again?
>
> С уважением, Владимир!
> 31 авг. 2017 г. 12:31 PM | От: Maxim Solodovnik  |
> Сообщение:
>
> sure,
>
> please write to russian mailing list: http://openmeetings.
> apache.org/mail-lists.html (please subscribe before posting)
>
> On Thu, Aug 31, 2017 at 4:28 PM, Бунин Владимир 
> wrote:
>
> Right you are. Login invitation.
>
> P.S. Do you speak Russian? Seems to me it would be faster to solve this
> problem posting in Russian
>
> С уважением, Владимир!
> 31 авг. 2017 г. 12:24 PM | От: Maxim Solodovnik  |
> Сообщение:
>
> Since you have changed DB you have to go through installer one more time
> I believe install wizard should be displayed for you automatically. Are
> you seeing login screen?
>
> On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир 
> wrote:
>
> Well, I changed the content of persistence. OM started, but how to login?
> While web-installer worked I created the user and his password. If I
> understand right I did it for derby.
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 11:29, "Maxim Solodovnik" :
>
> Now it's a little bit more clear :)
>
> Actually you can leave all *persistense.xml files as-is in case
> 1) you are using web installer (you will choose DB type/credentials in
> installer)
> 2) you have specified DB options to command line admin
>
> you MUST modify correct *persistence.xml file and copy it to
> persistence.xml in case you already have valid DB and want to skip install
> step
>
> PS It is still really weird why Derby doesn't store UTF data correctly
>  Will try to investigate
>
> On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир 
> wrote:
>
> In persistense.xml is derby. Should I replace the content from
> mysql_persistense.xml to this one?
>
> P.S. A piece from Alvaro's tutorial
>
> Now we are going to configure OpenMeetings for our database in MariaDB:
> nano /opt/red5330/webapps/openmeetings/WEB-INF/classes/META-INF/
> *mysql_persistence*.xml
>
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 11:18, "Maxim Solodovnik" :
>
> @Alvaro,
>
> can you please take a look at the question regarding start script?
>
> On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik 
> wrote:
>
> OK,
>
> mysql_persistense.xml is being used as "template" only. The only XML being
> used by running OM after installation is persistense.xml (no prefixes)
>
> What DB is set in this file?
>
> On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир 
> wrote:
>
> I know that OS language is not connected with DB encoding. I wrote it just
> for info.
>
> 1. If you mean usual persistense.xml, I didn't set it. I made settings in
> mysql_persistense.xml. See screenshot. I didn't set user and password.
> 2. DB has correct encoding
>
> *mysql -u root -p **
>
> *use database open330;*
> *show variables like "character_set_database";*
>
>
>  Variable_name  | Value |
> ++---+
> | character_set_database | 

Re: Problems after install 3.3.0

2017-08-31 Thread Бунин Владимир
I don't understand anything...The same situation. I corrected my name, room name and a bunch of ??? after restart.My persistence.xml is attached. What's wrong with it? -- С уважением, Владимир!   31.08.2017, 13:13, "Maxim Solodovnik" :peristense.xml IS rewrited during installation, DB name/type/host/port/user/password is being taken from installer and put into peristense.xml.After successful installation peristense.xml should have correct values and DB should have data. Maybe it is FS rights issue? On Thu, Aug 31, 2017 at 4:56 PM, Бунин Владимир  wrote:Of course. Twice.Well. I deleted DB and created it again. I see installer dialog, what should I fill on the page with DB configuration? Is it possible that persistence.xml is rewrited? -- С уважением, Владимир!   31.08.2017, 12:34, "Maxim Solodovnik" :I'm surprised it doesn't start automatically. It have to start if DB is empty.Have you restarted OM after changing persistense.xml? On Thu, Aug 31, 2017 at 4:33 PM, Бунин Владимир  wrote:I agree to finish in English too. Is it possible to start installer again? С уважением, Владимир!31 авг. 2017 г. 12:31 PM | От: Maxim Solodovnik  | Сообщение:sure, please write to russian mailing list: http://openmeetings.apache.org/mail-lists.html (please subscribe before posting) On Thu, Aug 31, 2017 at 4:28 PM, Бунин Владимир  wrote:Right you are. Login invitation. P.S. Do you speak Russian? Seems to me it would be faster to solve this problem posting in Russian С уважением, Владимир!31 авг. 2017 г. 12:24 PM | От: Maxim Solodovnik  | Сообщение:Since you have changed DB you have to go through installer one more timeI believe install wizard should be displayed for you automatically. Are you seeing login screen? On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир  wrote:Well, I changed the content of persistence. OM started, but how to login? While web-installer worked I created the user and his password. If I understand right I did it for derby. -- С уважением, Владимир!   31.08.2017, 11:29, "Maxim Solodovnik" :Now it's a little bit more clear :) Actually you can leave all *persistense.xml files as-is in case 1) you are using web installer (you will choose DB type/credentials in installer)2) you have specified DB options to command line admin you MUST modify correct *persistence.xml file and copy it to persistence.xml in case you already have valid DB and want to skip install step PS It is still really weird why Derby doesn't store UTF data correctly  Will try to investigate On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир  wrote:In persistense.xml is derby. Should I replace the content from mysql_persistense.xml to this one? P.S. A piece from Alvaro's tutorialNow we are going to configure OpenMeetings for our database in MariaDB:nano /opt/red5330/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml -- С уважением, Владимир!   31.08.2017, 11:18, "Maxim Solodovnik" :@Alvaro, can you please take a look at the question regarding start script? On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik  wrote:OK, mysql_persistense.xml is being used as "template" only. The only XML being used by running OM after installation is persistense.xml (no prefixes) What DB is set in this file? On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир  wrote:I know that OS language is not connected with DB encoding. I wrote it just for info. 1. If you mean usual persistense.xml, I didn't set it. I made settings in mysql_persistense.xml. See screenshot. I didn't set user and password.2. DB has correct encodingmysql -u root -p *use database open330;show variables like "character_set_database";  Variable_name  | Value |++---+| character_set_database | utf8  |So encoding is correct.3. Room name is correct after save in WEB, what in DB I don't know. I pressed Ctrl+F5 after changing room name to ensure that it's not the cache. But after restarting the service I see ? again. It's connected not only with room names but with user name, organization, etc... See screenshots. P.S. If I stop service /etc/init.d/red5-2 stop I see Shutting down Red5 Cannot find user java Is it OK? What's wrong with java?-- С уважением, Владимир!   31.08.2017, 10:30, "Maxim Solodovnik" :System language has nothing in common with OM DB encoding. Here is the list of checks you need to perform:1) correct DB is specified in persistense.xml2) DB (DB table has correct encoding)3) room name is correct in DB after save I would recommend to post here command and resultotherwise I hardly can help you  On Thu, Aug 31, 2017 at 2:25 PM, Бунин Владимир  wrote:I deployed it twice. Don't think that I 

Re: Problems after install 3.3.0

2017-08-31 Thread Maxim Solodovnik
peristense.xml IS rewrited during installation, DB
name/type/host/port/user/password is being taken from installer and put
into peristense.xml.
After successful installation peristense.xml should have correct values and
DB should have data.

Maybe it is FS rights issue?

On Thu, Aug 31, 2017 at 4:56 PM, Бунин Владимир 
wrote:

> Of course. Twice.
> Well. I deleted DB and created it again. I see installer dialog, what
> should I fill on the page with DB configuration? Is it possible that
> persistence.xml is rewrited?
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 12:34, "Maxim Solodovnik" :
>
> I'm surprised it doesn't start automatically. It have to start if DB is
> empty.
> Have you restarted OM after changing persistense.xml?
>
> On Thu, Aug 31, 2017 at 4:33 PM, Бунин Владимир 
> wrote:
>
> I agree to finish in English too. Is it possible to start installer again?
>
> С уважением, Владимир!
> 31 авг. 2017 г. 12:31 PM | От: Maxim Solodovnik  |
> Сообщение:
>
> sure,
>
> please write to russian mailing list: http://openmeetings.
> apache.org/mail-lists.html (please subscribe before posting)
>
> On Thu, Aug 31, 2017 at 4:28 PM, Бунин Владимир 
> wrote:
>
> Right you are. Login invitation.
>
> P.S. Do you speak Russian? Seems to me it would be faster to solve this
> problem posting in Russian
>
> С уважением, Владимир!
> 31 авг. 2017 г. 12:24 PM | От: Maxim Solodovnik  |
> Сообщение:
>
> Since you have changed DB you have to go through installer one more time
> I believe install wizard should be displayed for you automatically. Are
> you seeing login screen?
>
> On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир 
> wrote:
>
> Well, I changed the content of persistence. OM started, but how to login?
> While web-installer worked I created the user and his password. If I
> understand right I did it for derby.
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 11:29, "Maxim Solodovnik" :
>
> Now it's a little bit more clear :)
>
> Actually you can leave all *persistense.xml files as-is in case
> 1) you are using web installer (you will choose DB type/credentials in
> installer)
> 2) you have specified DB options to command line admin
>
> you MUST modify correct *persistence.xml file and copy it to
> persistence.xml in case you already have valid DB and want to skip install
> step
>
> PS It is still really weird why Derby doesn't store UTF data correctly
>  Will try to investigate
>
> On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир 
> wrote:
>
> In persistense.xml is derby. Should I replace the content from
> mysql_persistense.xml to this one?
>
> P.S. A piece from Alvaro's tutorial
>
> Now we are going to configure OpenMeetings for our database in MariaDB:
> nano /opt/red5330/webapps/openmeetings/WEB-INF/classes/META-INF/
> *mysql_persistence*.xml
>
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 11:18, "Maxim Solodovnik" :
>
> @Alvaro,
>
> can you please take a look at the question regarding start script?
>
> On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik 
> wrote:
>
> OK,
>
> mysql_persistense.xml is being used as "template" only. The only XML being
> used by running OM after installation is persistense.xml (no prefixes)
>
> What DB is set in this file?
>
> On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир 
> wrote:
>
> I know that OS language is not connected with DB encoding. I wrote it just
> for info.
>
> 1. If you mean usual persistense.xml, I didn't set it. I made settings in
> mysql_persistense.xml. See screenshot. I didn't set user and password.
> 2. DB has correct encoding
>
> *mysql -u root -p **
>
> *use database open330;*
> *show variables like "character_set_database";*
>
>
>  Variable_name  | Value |
> ++---+
> | character_set_database | utf8  |
>
>
> So encoding is correct.
> 3. Room name is correct after save in WEB, what in DB I don't know. I
> pressed Ctrl+F5 after changing room name to ensure that it's not the cache.
> But after restarting the service I see ? again. It's connected not only
> with room names but with user name, organization, etc... See screenshots.
>
> P.S. If I stop service */etc/init.d/red5-2 stop* I see
>
>
> Shutting down Red5 Cannot find user java
>
>
> Is it OK? What's wrong with java?
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 10:30, "Maxim Solodovnik" :
>
> System language has nothing in common with OM DB encoding.
>
> Here is the list of checks you need to perform:
> 1) correct DB is specified in persistense.xml
> 2) DB (DB table has correct encoding)
> 3) room name is correct in DB after save
>
> I would recommend to post here command and result
> otherwise I hardly can help you
>
>
> On Thu, Aug 31, 

Re: HTTPS with installation from source files

2017-08-31 Thread maxime . guerif
Le 2017-08-31 11:18, Maxim Solodovnik a écrit :

> I would recommend to use headset. 
> 
> Could you please provide more details on "For the video, we tried multiple 
> times but it worked only one time and after that we were not able to access 
> to each other's dashboard"? 
> I'm afraid I don't understand what does it mean. 
> 
> Port 5443 should be enough for tunneling RTMPS, Is there anything suspicious 
> in Browser console and/or in openmeetings.log? 
> 
> On Thu, Aug 31, 2017 at 3:22 PM,  wrote:
> 
> Le 2017-08-31 06:35, Maxim Solodovnik a écrit : 
> Hello Maxime, 
> 
> It's hard to say, too few details :( 
> Do you have these audio issues in audio-only meetings? 
> Is it reproducible on all browsers? 
> Have you tried different headset (are you using headset)? 
> 
> do you have network related issues at the time of disconnections? 
> some investigation is required  
> 
> On Wed, Aug 30, 2017 at 6:06 PM,  wrote:
> 
> Le 2017-08-23 13:45, Maxim Solodovnik a écrit : 
> You need to update you config.xml file, as described here: 
> http://openmeetings.apache.org/RTMPSAndHTTPS.html#Set_up_RTMPS [1] 
> 
> On Wed, Aug 23, 2017 at 6:09 PM,  wrote:
> 
> On 21.08.2017 16:14, Maxim Solodovnik wrote: 
> Hello Maxime, 
> 
> the easiest way is: 
> 1) create keystore/truststore modify all configs once (as described here: 
> http://openmeetings.apache.org/RTMPSAndHTTPS.html#Create_Keystore_using_existing_key-pair_
>  [2]) 
> 2) rebuild 
> 3) put all items created/configured in 1) inplace 
> 
> that's it 
> 
> On Mon, Aug 21, 2017 at 3:59 PM,  wrote:
> Hello,
> 
> Thanks for your reply.
> 
> I am still not having access to my server in HTTPS though I did all the 
> tricks recommended. I did what I already wrote in my previous mail and I have 
> put the certificate in my keytool store in red5. I can see that when I 
> connect with my browser to the url with 5443 port, the page tries to load but 
> it finally doesn't.
> Have I missed something ?
> 
> Thank you.
> 
> Best regards.
> 
> Maxime
> 
> On 18.08.2017 18:05, Coscend@OM wrote:
> Dear Maxime,
> 
> You can find the summary steps at:
> http://openmeetings.markmail.org/message/xrxgzyaf2ey7belk?q=%5BANNOUNCE%5D+H 
> [3]
> TTPS+is+now+required
> With third party certificate (Letsencrypt), the lock icon on browser will be
> green automatically.  So, no need of Step 2.
> 
> Detailed steps, including the location to place your certificate, do other
> steps and enable HTTPS and RTMPS (red5.properties):
> https://openmeetings.apache.org/RTMPSAndHTTPS.html [4]
> 
> Thank you.
> 
> Sincerely,
> 
> Hemant K. Sabat
> 
> Coscend Communications Solutions
> www.Coscend.com [5]
> --
> Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education,
> Telepresence Services, on the fly...
> --
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html [6]
> 
> -Original Message-
> From: maxime.gue...@bssp.fr [mailto:maxime.gue...@bssp.fr]
> Sent: Friday, August 18, 2017 10:44 AM
> To: user@openmeetings.apache.org
> Subject: HTTPS with installation from source files
> 
> Hello,
> 
> I would like to know how to add a letsencrypt cert to my OM server knowing
> that I installed it from sources (so files are not at the same places as
> from normal installation).
> In fact, which file of the webserver should I modify to have the green lock
> ? Do I have to reinstall the server with modifications or can I do it
> directly ?
> I have already put my certificate in the java cacerts and modified
> jeecontainer.xml and config to replace http and port 5080 to https and port
> 5443.
> 
> Thank you in advance.
> 
> Best regards.
> 
> Maxime
> 
> ---
> This email has been checked for viruses by AVG.
> http://www.avg.com

  -- 
WBR
Maxim aka solomax 

Hello Maxim,

I succeeded in obtaining green lock with letsencrypt, thanks for that,
but I cannot access to camera and micro when I am outside the network.
There is a "try 1, try 2, try 3" message and then a window which says :
"error missing [204] error missing [556] error missing [642]". And some
of the widgets at the right of the screen doesn't show.

Do you think it is a network problem or a compilation problem ? 

Thank you 

Best regards. 

Maxime 

  -- 
WBR
Maxim aka solomax 

Hello Maxim,

I have done all that is written in the link, I have access to the video
and micro but the sound is not good and when I do a conference with
someone, sometimes the video of the person disappears during a long
time.
What does this problem comes from ?

Thank you.

Best regards.

Maxime 

  -- 
WBR
Maxim aka solomax 

Hello Maxim

For the audio, the sound is quite good on one way but on the other 

Re: Problems after install 3.3.0

2017-08-31 Thread Бунин Владимир
Of course. Twice.Well. I deleted DB and created it again. I see installer dialog, what should I fill on the page with DB configuration? Is it possible that persistence.xml is rewrited? -- С уважением, Владимир!   31.08.2017, 12:34, "Maxim Solodovnik" :I'm surprised it doesn't start automatically. It have to start if DB is empty.Have you restarted OM after changing persistense.xml? On Thu, Aug 31, 2017 at 4:33 PM, Бунин Владимир  wrote:I agree to finish in English too. Is it possible to start installer again? С уважением, Владимир!31 авг. 2017 г. 12:31 PM | От: Maxim Solodovnik  | Сообщение:sure, please write to russian mailing list: http://openmeetings.apache.org/mail-lists.html (please subscribe before posting) On Thu, Aug 31, 2017 at 4:28 PM, Бунин Владимир  wrote:Right you are. Login invitation. P.S. Do you speak Russian? Seems to me it would be faster to solve this problem posting in Russian С уважением, Владимир!31 авг. 2017 г. 12:24 PM | От: Maxim Solodovnik  | Сообщение:Since you have changed DB you have to go through installer one more timeI believe install wizard should be displayed for you automatically. Are you seeing login screen? On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир  wrote:Well, I changed the content of persistence. OM started, but how to login? While web-installer worked I created the user and his password. If I understand right I did it for derby. -- С уважением, Владимир!   31.08.2017, 11:29, "Maxim Solodovnik" :Now it's a little bit more clear :) Actually you can leave all *persistense.xml files as-is in case 1) you are using web installer (you will choose DB type/credentials in installer)2) you have specified DB options to command line admin you MUST modify correct *persistence.xml file and copy it to persistence.xml in case you already have valid DB and want to skip install step PS It is still really weird why Derby doesn't store UTF data correctly  Will try to investigate On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир  wrote:In persistense.xml is derby. Should I replace the content from mysql_persistense.xml to this one? P.S. A piece from Alvaro's tutorialNow we are going to configure OpenMeetings for our database in MariaDB:nano /opt/red5330/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml -- С уважением, Владимир!   31.08.2017, 11:18, "Maxim Solodovnik" :@Alvaro, can you please take a look at the question regarding start script? On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik  wrote:OK, mysql_persistense.xml is being used as "template" only. The only XML being used by running OM after installation is persistense.xml (no prefixes) What DB is set in this file? On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир  wrote:I know that OS language is not connected with DB encoding. I wrote it just for info. 1. If you mean usual persistense.xml, I didn't set it. I made settings in mysql_persistense.xml. See screenshot. I didn't set user and password.2. DB has correct encodingmysql -u root -p *use database open330;show variables like "character_set_database";  Variable_name  | Value |++---+| character_set_database | utf8  |So encoding is correct.3. Room name is correct after save in WEB, what in DB I don't know. I pressed Ctrl+F5 after changing room name to ensure that it's not the cache. But after restarting the service I see ? again. It's connected not only with room names but with user name, organization, etc... See screenshots. P.S. If I stop service /etc/init.d/red5-2 stop I see Shutting down Red5 Cannot find user java Is it OK? What's wrong with java?-- С уважением, Владимир!   31.08.2017, 10:30, "Maxim Solodovnik" :System language has nothing in common with OM DB encoding. Here is the list of checks you need to perform:1) correct DB is specified in persistense.xml2) DB (DB table has correct encoding)3) room name is correct in DB after save I would recommend to post here command and resultotherwise I hardly can help you  On Thu, Aug 31, 2017 at 2:25 PM, Бунин Владимир  wrote:I deployed it twice. Don't think that I could make a mistake two times. Both times i see ??. I use English centos. С уважением, Владимир!31 авг. 2017 г. 10:19 AM | От: Maxim Solodovnik  | Сообщение:In case you 100% sure DB has correct encoding everything should work as expected (I'm using Russian text to test it)I would ensure1) correct DB is specified in persistense.xml2) DB (DB table has correct encoding)3) room name is correct in DB after save On Thu, Aug 31, 2017 at 2:13 PM, Бунин Владимир  wrote:1. Of course. Default charset set 'utf8'2. Ok, thanks. С уважением, Владимир!31 авг. 2017 г. 

Re: Problems after install 3.3.0

2017-08-31 Thread Maxim Solodovnik
BTW have you choose MySql in installer when you installed first (and
second) time?
If Yes, then persistense.xml must be updated with correct values 


On Thu, Aug 31, 2017 at 4:34 PM, Maxim Solodovnik 
wrote:

> I'm surprised it doesn't start automatically. It have to start if DB is
> empty.
> Have you restarted OM after changing persistense.xml?
>
> On Thu, Aug 31, 2017 at 4:33 PM, Бунин Владимир 
> wrote:
>
>> I agree to finish in English too. Is it possible to start installer again?
>>
>> С уважением, Владимир!
>> 31 авг. 2017 г. 12:31 PM | От: Maxim Solodovnik  |
>> Сообщение:
>>
>> sure,
>>
>> please write to russian mailing list: http://openmeetings.apac
>> he.org/mail-lists.html (please subscribe before posting)
>>
>> On Thu, Aug 31, 2017 at 4:28 PM, Бунин Владимир 
>> wrote:
>>
>>> Right you are. Login invitation.
>>>
>>> P.S. Do you speak Russian? Seems to me it would be faster to solve this
>>> problem posting in Russian
>>>
>>> С уважением, Владимир!
>>> 31 авг. 2017 г. 12:24 PM | От: Maxim Solodovnik 
>>> | Сообщение:
>>>
>>> Since you have changed DB you have to go through installer one more time
>>> I believe install wizard should be displayed for you automatically. Are
>>> you seeing login screen?
>>>
>>> On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир >> > wrote:
>>>
 Well, I changed the content of persistence. OM started, but how to
 login? While web-installer worked I created the user and his password. If I
 understand right I did it for derby.

 --
 С уважением, Владимир!



 31.08.2017, 11:29, "Maxim Solodovnik" :

 Now it's a little bit more clear :)

 Actually you can leave all *persistense.xml files as-is in case
 1) you are using web installer (you will choose DB type/credentials in
 installer)
 2) you have specified DB options to command line admin

 you MUST modify correct *persistence.xml file and copy it to
 persistence.xml in case you already have valid DB and want to skip install
 step

 PS It is still really weird why Derby doesn't store UTF data correctly
  Will try to investigate

 On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир <
 vladimirbu...@yandex.ru> wrote:

 In persistense.xml is derby. Should I replace the content from
 mysql_persistense.xml to this one?

 P.S. A piece from Alvaro's tutorial

 Now we are going to configure OpenMeetings for our database in MariaDB:
 nano /opt/red5330/webapps/openmeetings/WEB-INF/classes/META-INF/
 *mysql_persistence*.xml


 --
 С уважением, Владимир!



 31.08.2017, 11:18, "Maxim Solodovnik" :

 @Alvaro,

 can you please take a look at the question regarding start script?

 On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik  wrote:

 OK,

 mysql_persistense.xml is being used as "template" only. The only XML
 being used by running OM after installation is persistense.xml (no 
 prefixes)

 What DB is set in this file?

 On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир <
 vladimirbu...@yandex.ru> wrote:

 I know that OS language is not connected with DB encoding. I wrote it
 just for info.

 1. If you mean usual persistense.xml, I didn't set it. I made settings
 in mysql_persistense.xml. See screenshot. I didn't set user and password.
 2. DB has correct encoding

 *mysql -u root -p **

 *use database open330;*
 *show variables like "character_set_database";*


  Variable_name  | Value |
 ++---+
 | character_set_database | utf8  |


 So encoding is correct.
 3. Room name is correct after save in WEB, what in DB I don't know. I
 pressed Ctrl+F5 after changing room name to ensure that it's not the cache.
 But after restarting the service I see ? again. It's connected not only
 with room names but with user name, organization, etc... See screenshots.

 P.S. If I stop service */etc/init.d/red5-2 stop* I see


 Shutting down Red5 Cannot find user java


 Is it OK? What's wrong with java?
 --
 С уважением, Владимир!



 31.08.2017, 10:30, "Maxim Solodovnik" :

 System language has nothing in common with OM DB encoding.

 Here is the list of checks you need to perform:
 1) correct DB is specified in persistense.xml
 2) DB (DB table has correct encoding)
 3) room name is correct in DB after save

 I would recommend to post here command and result
 otherwise I hardly can help you


 On Thu, Aug 31, 2017 at 2:25 PM, Бунин 

Re: Problems after install 3.3.0

2017-08-31 Thread Maxim Solodovnik
I'm surprised it doesn't start automatically. It have to start if DB is
empty.
Have you restarted OM after changing persistense.xml?

On Thu, Aug 31, 2017 at 4:33 PM, Бунин Владимир 
wrote:

> I agree to finish in English too. Is it possible to start installer again?
>
> С уважением, Владимир!
> 31 авг. 2017 г. 12:31 PM | От: Maxim Solodovnik  |
> Сообщение:
>
> sure,
>
> please write to russian mailing list: http://openmeetings.
> apache.org/mail-lists.html (please subscribe before posting)
>
> On Thu, Aug 31, 2017 at 4:28 PM, Бунин Владимир 
> wrote:
>
>> Right you are. Login invitation.
>>
>> P.S. Do you speak Russian? Seems to me it would be faster to solve this
>> problem posting in Russian
>>
>> С уважением, Владимир!
>> 31 авг. 2017 г. 12:24 PM | От: Maxim Solodovnik  |
>> Сообщение:
>>
>> Since you have changed DB you have to go through installer one more time
>> I believe install wizard should be displayed for you automatically. Are
>> you seeing login screen?
>>
>> On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир 
>> wrote:
>>
>>> Well, I changed the content of persistence. OM started, but how to
>>> login? While web-installer worked I created the user and his password. If I
>>> understand right I did it for derby.
>>>
>>> --
>>> С уважением, Владимир!
>>>
>>>
>>>
>>> 31.08.2017, 11:29, "Maxim Solodovnik" :
>>>
>>> Now it's a little bit more clear :)
>>>
>>> Actually you can leave all *persistense.xml files as-is in case
>>> 1) you are using web installer (you will choose DB type/credentials in
>>> installer)
>>> 2) you have specified DB options to command line admin
>>>
>>> you MUST modify correct *persistence.xml file and copy it to
>>> persistence.xml in case you already have valid DB and want to skip install
>>> step
>>>
>>> PS It is still really weird why Derby doesn't store UTF data correctly
>>>  Will try to investigate
>>>
>>> On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир >> > wrote:
>>>
>>> In persistense.xml is derby. Should I replace the content from
>>> mysql_persistense.xml to this one?
>>>
>>> P.S. A piece from Alvaro's tutorial
>>>
>>> Now we are going to configure OpenMeetings for our database in MariaDB:
>>> nano /opt/red5330/webapps/openmeetings/WEB-INF/classes/META-INF/
>>> *mysql_persistence*.xml
>>>
>>>
>>> --
>>> С уважением, Владимир!
>>>
>>>
>>>
>>> 31.08.2017, 11:18, "Maxim Solodovnik" :
>>>
>>> @Alvaro,
>>>
>>> can you please take a look at the question regarding start script?
>>>
>>> On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik 
>>> wrote:
>>>
>>> OK,
>>>
>>> mysql_persistense.xml is being used as "template" only. The only XML
>>> being used by running OM after installation is persistense.xml (no prefixes)
>>>
>>> What DB is set in this file?
>>>
>>> On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир >> > wrote:
>>>
>>> I know that OS language is not connected with DB encoding. I wrote it
>>> just for info.
>>>
>>> 1. If you mean usual persistense.xml, I didn't set it. I made settings
>>> in mysql_persistense.xml. See screenshot. I didn't set user and password.
>>> 2. DB has correct encoding
>>>
>>> *mysql -u root -p **
>>>
>>> *use database open330;*
>>> *show variables like "character_set_database";*
>>>
>>>
>>>  Variable_name  | Value |
>>> ++---+
>>> | character_set_database | utf8  |
>>>
>>>
>>> So encoding is correct.
>>> 3. Room name is correct after save in WEB, what in DB I don't know. I
>>> pressed Ctrl+F5 after changing room name to ensure that it's not the cache.
>>> But after restarting the service I see ? again. It's connected not only
>>> with room names but with user name, organization, etc... See screenshots.
>>>
>>> P.S. If I stop service */etc/init.d/red5-2 stop* I see
>>>
>>>
>>> Shutting down Red5 Cannot find user java
>>>
>>>
>>> Is it OK? What's wrong with java?
>>> --
>>> С уважением, Владимир!
>>>
>>>
>>>
>>> 31.08.2017, 10:30, "Maxim Solodovnik" :
>>>
>>> System language has nothing in common with OM DB encoding.
>>>
>>> Here is the list of checks you need to perform:
>>> 1) correct DB is specified in persistense.xml
>>> 2) DB (DB table has correct encoding)
>>> 3) room name is correct in DB after save
>>>
>>> I would recommend to post here command and result
>>> otherwise I hardly can help you
>>>
>>>
>>> On Thu, Aug 31, 2017 at 2:25 PM, Бунин Владимир >> > wrote:
>>>
>>> I deployed it twice. Don't think that I could make a mistake two times.
>>> Both times i see ??. I use English centos.
>>>
>>> С уважением, Владимир!
>>> 31 авг. 2017 г. 10:19 AM | От: Maxim Solodovnik 
>>> | Сообщение:
>>>
>>> In case you 100% sure DB has correct encoding everything should work as
>>> expected (I'm 

Re: Problems after install 3.3.0

2017-08-31 Thread Бунин Владимир
I agree to finish in English too. Is it possible to start installer again?

С уважением, Владимир!31 авг. 2017 г. 12:31 PM | От: Maxim Solodovnik  | Сообщение:sure,please write to russian mailing list: http://openmeetings.apache.org/mail-lists.html (please subscribe before posting)On Thu, Aug 31, 2017 at 4:28 PM, Бунин Владимир  wrote:Right you are. Login invitation.

P.S. Do you speak Russian? Seems to me it would be faster to solve this problem posting in Russian

С уважением, Владимир!31 авг. 2017 г. 12:24 PM | От: Maxim Solodovnik  | Сообщение:Since you have changed DB you have to go through installer one more timeI believe install wizard should be displayed for you automatically. Are you seeing login screen?On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир  wrote:Well, I changed the content of persistence. OM started, but how to login? While web-installer worked I created the user and his password. If I understand right I did it for derby. -- С уважением, Владимир!   31.08.2017, 11:29, "Maxim Solodovnik" :Now it's a little bit more clear :) Actually you can leave all *persistense.xml files as-is in case 1) you are using web installer (you will choose DB type/credentials in installer)2) you have specified DB options to command line admin you MUST modify correct *persistence.xml file and copy it to persistence.xml in case you already have valid DB and want to skip install step PS It is still really weird why Derby doesn't store UTF data correctly  Will try to investigate On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир  wrote:In persistense.xml is derby. Should I replace the content from mysql_persistense.xml to this one? P.S. A piece from Alvaro's tutorialNow we are going to configure OpenMeetings for our database in MariaDB:nano /opt/red5330/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml -- С уважением, Владимир!   31.08.2017, 11:18, "Maxim Solodovnik" :@Alvaro, can you please take a look at the question regarding start script? On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik  wrote:OK, mysql_persistense.xml is being used as "template" only. The only XML being used by running OM after installation is persistense.xml (no prefixes) What DB is set in this file? On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир  wrote:I know that OS language is not connected with DB encoding. I wrote it just for info. 1. If you mean usual persistense.xml, I didn't set it. I made settings in mysql_persistense.xml. See screenshot. I didn't set user and password.2. DB has correct encodingmysql -u root -p *use database open330;show variables like "character_set_database";  Variable_name  | Value |++---+| character_set_database | utf8  |So encoding is correct.3. Room name is correct after save in WEB, what in DB I don't know. I pressed Ctrl+F5 after changing room name to ensure that it's not the cache. But after restarting the service I see ? again. It's connected not only with room names but with user name, organization, etc... See screenshots. P.S. If I stop service /etc/init.d/red5-2 stop I see Shutting down Red5 Cannot find user java Is it OK? What's wrong with java?-- С уважением, Владимир!   31.08.2017, 10:30, "Maxim Solodovnik" :System language has nothing in common with OM DB encoding. Here is the list of checks you need to perform:1) correct DB is specified in persistense.xml2) DB (DB table has correct encoding)3) room name is correct in DB after save I would recommend to post here command and resultotherwise I hardly can help you  On Thu, Aug 31, 2017 at 2:25 PM, Бунин Владимир  wrote:I deployed it twice. Don't think that I could make a mistake two times. Both times i see ??. I use English centos. С уважением, Владимир!31 авг. 2017 г. 10:19 AM | От: Maxim Solodovnik  | Сообщение:In case you 100% sure DB has correct encoding everything should work as expected (I'm using Russian text to test it)I would ensure1) correct DB is specified in persistense.xml2) DB (DB table has correct encoding)3) room name is correct in DB after save On Thu, Aug 31, 2017 at 2:13 PM, Бунин Владимир  wrote:1. Of course. Default charset set 'utf8'2. Ok, thanks. С уважением, Владимир!31 авг. 2017 г. 10:07 AM | От: Maxim Solodovnik  | Сообщение:1. how database was created? have you specified the charset?2. after copying you have to add this script to the system (don't remember particular command for CentOS, please google it) On Thu, Aug 31, 2017 at 1:58 PM, Бунин Владимир  wrote:1. I use MariaDB as it was recommended in tutorial.2. I've done it, script is there, but nothing happens.3. Thanks, I'l try to solve С уважением, 

Re: Problems after install 3.3.0

2017-08-31 Thread Maxim Solodovnik
sure,

please write to russian mailing list:
http://openmeetings.apache.org/mail-lists.html (please subscribe before
posting)

On Thu, Aug 31, 2017 at 4:28 PM, Бунин Владимир 
wrote:

> Right you are. Login invitation.
>
> P.S. Do you speak Russian? Seems to me it would be faster to solve this
> problem posting in Russian
>
> С уважением, Владимир!
> 31 авг. 2017 г. 12:24 PM | От: Maxim Solodovnik  |
> Сообщение:
>
> Since you have changed DB you have to go through installer one more time
> I believe install wizard should be displayed for you automatically. Are
> you seeing login screen?
>
> On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир 
> wrote:
>
>> Well, I changed the content of persistence. OM started, but how to login?
>> While web-installer worked I created the user and his password. If I
>> understand right I did it for derby.
>>
>> --
>> С уважением, Владимир!
>>
>>
>>
>> 31.08.2017, 11:29, "Maxim Solodovnik" :
>>
>> Now it's a little bit more clear :)
>>
>> Actually you can leave all *persistense.xml files as-is in case
>> 1) you are using web installer (you will choose DB type/credentials in
>> installer)
>> 2) you have specified DB options to command line admin
>>
>> you MUST modify correct *persistence.xml file and copy it to
>> persistence.xml in case you already have valid DB and want to skip install
>> step
>>
>> PS It is still really weird why Derby doesn't store UTF data correctly
>>  Will try to investigate
>>
>> On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир 
>> wrote:
>>
>> In persistense.xml is derby. Should I replace the content from
>> mysql_persistense.xml to this one?
>>
>> P.S. A piece from Alvaro's tutorial
>>
>> Now we are going to configure OpenMeetings for our database in MariaDB:
>> nano /opt/red5330/webapps/openmeetings/WEB-INF/classes/META-INF/
>> *mysql_persistence*.xml
>>
>>
>> --
>> С уважением, Владимир!
>>
>>
>>
>> 31.08.2017, 11:18, "Maxim Solodovnik" :
>>
>> @Alvaro,
>>
>> can you please take a look at the question regarding start script?
>>
>> On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik 
>> wrote:
>>
>> OK,
>>
>> mysql_persistense.xml is being used as "template" only. The only XML
>> being used by running OM after installation is persistense.xml (no prefixes)
>>
>> What DB is set in this file?
>>
>> On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир 
>> wrote:
>>
>> I know that OS language is not connected with DB encoding. I wrote it
>> just for info.
>>
>> 1. If you mean usual persistense.xml, I didn't set it. I made settings in
>> mysql_persistense.xml. See screenshot. I didn't set user and password.
>> 2. DB has correct encoding
>>
>> *mysql -u root -p **
>>
>> *use database open330;*
>> *show variables like "character_set_database";*
>>
>>
>>  Variable_name  | Value |
>> ++---+
>> | character_set_database | utf8  |
>>
>>
>> So encoding is correct.
>> 3. Room name is correct after save in WEB, what in DB I don't know. I
>> pressed Ctrl+F5 after changing room name to ensure that it's not the cache.
>> But after restarting the service I see ? again. It's connected not only
>> with room names but with user name, organization, etc... See screenshots.
>>
>> P.S. If I stop service */etc/init.d/red5-2 stop* I see
>>
>>
>> Shutting down Red5 Cannot find user java
>>
>>
>> Is it OK? What's wrong with java?
>> --
>> С уважением, Владимир!
>>
>>
>>
>> 31.08.2017, 10:30, "Maxim Solodovnik" :
>>
>> System language has nothing in common with OM DB encoding.
>>
>> Here is the list of checks you need to perform:
>> 1) correct DB is specified in persistense.xml
>> 2) DB (DB table has correct encoding)
>> 3) room name is correct in DB after save
>>
>> I would recommend to post here command and result
>> otherwise I hardly can help you
>>
>>
>> On Thu, Aug 31, 2017 at 2:25 PM, Бунин Владимир 
>> wrote:
>>
>> I deployed it twice. Don't think that I could make a mistake two times.
>> Both times i see ??. I use English centos.
>>
>> С уважением, Владимир!
>> 31 авг. 2017 г. 10:19 AM | От: Maxim Solodovnik  |
>> Сообщение:
>>
>> In case you 100% sure DB has correct encoding everything should work as
>> expected (I'm using Russian text to test it)
>> I would ensure
>> 1) correct DB is specified in persistense.xml
>> 2) DB (DB table has correct encoding)
>> 3) room name is correct in DB after save
>>
>> On Thu, Aug 31, 2017 at 2:13 PM, Бунин Владимир 
>> wrote:
>>
>> 1. Of course. Default charset set 'utf8'
>> 2. Ok, thanks.
>>
>> С уважением, Владимир!
>> 31 авг. 2017 г. 10:07 AM | От: Maxim Solodovnik  |
>> Сообщение:
>>
>> 1. how database was created? have you specified the charset?
>> 2. after copying you have to add this 

Re: Problems after install 3.3.0

2017-08-31 Thread Бунин Владимир
Right you are. Login invitation.

P.S. Do you speak Russian? Seems to me it would be faster to solve this problem posting in Russian

С уважением, Владимир!31 авг. 2017 г. 12:24 PM | От: Maxim Solodovnik  | Сообщение:Since you have changed DB you have to go through installer one more timeI believe install wizard should be displayed for you automatically. Are you seeing login screen?On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир  wrote:Well, I changed the content of persistence. OM started, but how to login? While web-installer worked I created the user and his password. If I understand right I did it for derby. -- С уважением, Владимир!   31.08.2017, 11:29, "Maxim Solodovnik" :Now it's a little bit more clear :) Actually you can leave all *persistense.xml files as-is in case 1) you are using web installer (you will choose DB type/credentials in installer)2) you have specified DB options to command line admin you MUST modify correct *persistence.xml file and copy it to persistence.xml in case you already have valid DB and want to skip install step PS It is still really weird why Derby doesn't store UTF data correctly  Will try to investigate On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир  wrote:In persistense.xml is derby. Should I replace the content from mysql_persistense.xml to this one? P.S. A piece from Alvaro's tutorialNow we are going to configure OpenMeetings for our database in MariaDB:nano /opt/red5330/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml -- С уважением, Владимир!   31.08.2017, 11:18, "Maxim Solodovnik" :@Alvaro, can you please take a look at the question regarding start script? On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik  wrote:OK, mysql_persistense.xml is being used as "template" only. The only XML being used by running OM after installation is persistense.xml (no prefixes) What DB is set in this file? On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир  wrote:I know that OS language is not connected with DB encoding. I wrote it just for info. 1. If you mean usual persistense.xml, I didn't set it. I made settings in mysql_persistense.xml. See screenshot. I didn't set user and password.2. DB has correct encodingmysql -u root -p *use database open330;show variables like "character_set_database";  Variable_name  | Value |++---+| character_set_database | utf8  |So encoding is correct.3. Room name is correct after save in WEB, what in DB I don't know. I pressed Ctrl+F5 after changing room name to ensure that it's not the cache. But after restarting the service I see ? again. It's connected not only with room names but with user name, organization, etc... See screenshots. P.S. If I stop service /etc/init.d/red5-2 stop I see Shutting down Red5 Cannot find user java Is it OK? What's wrong with java?-- С уважением, Владимир!   31.08.2017, 10:30, "Maxim Solodovnik" :System language has nothing in common with OM DB encoding. Here is the list of checks you need to perform:1) correct DB is specified in persistense.xml2) DB (DB table has correct encoding)3) room name is correct in DB after save I would recommend to post here command and resultotherwise I hardly can help you  On Thu, Aug 31, 2017 at 2:25 PM, Бунин Владимир  wrote:I deployed it twice. Don't think that I could make a mistake two times. Both times i see ??. I use English centos. С уважением, Владимир!31 авг. 2017 г. 10:19 AM | От: Maxim Solodovnik  | Сообщение:In case you 100% sure DB has correct encoding everything should work as expected (I'm using Russian text to test it)I would ensure1) correct DB is specified in persistense.xml2) DB (DB table has correct encoding)3) room name is correct in DB after save On Thu, Aug 31, 2017 at 2:13 PM, Бунин Владимир  wrote:1. Of course. Default charset set 'utf8'2. Ok, thanks. С уважением, Владимир!31 авг. 2017 г. 10:07 AM | От: Maxim Solodovnik  | Сообщение:1. how database was created? have you specified the charset?2. after copying you have to add this script to the system (don't remember particular command for CentOS, please google it) On Thu, Aug 31, 2017 at 1:58 PM, Бунин Владимир  wrote:1. I use MariaDB as it was recommended in tutorial.2. I've done it, script is there, but nothing happens.3. Thanks, I'l try to solve С уважением, Владимир!31 авг. 2017 г. 7:57 AM | От: Maxim Solodovnik  | Сообщение:1. I guess DB you are using is not set up to use UTF-8 encoding, what DB are you using?2. you need to put startup script to /etc/init.d/ (Page 9 of Alvaro's tutorial bullet 12 "Script to launch red5-OpenMeetings")3. example config is available in the binary package of 3.3.0 and also available in 

Re: Problems after install 3.3.0

2017-08-31 Thread Maxim Solodovnik
Since you have changed DB you have to go through installer one more time
I believe install wizard should be displayed for you automatically. Are you
seeing login screen?

On Thu, Aug 31, 2017 at 4:18 PM, Бунин Владимир 
wrote:

> Well, I changed the content of persistence. OM started, but how to login?
> While web-installer worked I created the user and his password. If I
> understand right I did it for derby.
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 11:29, "Maxim Solodovnik" :
>
> Now it's a little bit more clear :)
>
> Actually you can leave all *persistense.xml files as-is in case
> 1) you are using web installer (you will choose DB type/credentials in
> installer)
> 2) you have specified DB options to command line admin
>
> you MUST modify correct *persistence.xml file and copy it to
> persistence.xml in case you already have valid DB and want to skip install
> step
>
> PS It is still really weird why Derby doesn't store UTF data correctly
>  Will try to investigate
>
> On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир 
> wrote:
>
> In persistense.xml is derby. Should I replace the content from
> mysql_persistense.xml to this one?
>
> P.S. A piece from Alvaro's tutorial
>
> Now we are going to configure OpenMeetings for our database in MariaDB:
> nano /opt/red5330/webapps/openmeetings/WEB-INF/classes/META-INF/
> *mysql_persistence*.xml
>
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 11:18, "Maxim Solodovnik" :
>
> @Alvaro,
>
> can you please take a look at the question regarding start script?
>
> On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik 
> wrote:
>
> OK,
>
> mysql_persistense.xml is being used as "template" only. The only XML being
> used by running OM after installation is persistense.xml (no prefixes)
>
> What DB is set in this file?
>
> On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир 
> wrote:
>
> I know that OS language is not connected with DB encoding. I wrote it just
> for info.
>
> 1. If you mean usual persistense.xml, I didn't set it. I made settings in
> mysql_persistense.xml. See screenshot. I didn't set user and password.
> 2. DB has correct encoding
>
> *mysql -u root -p **
>
> *use database open330;*
> *show variables like "character_set_database";*
>
>
>  Variable_name  | Value |
> ++---+
> | character_set_database | utf8  |
>
>
> So encoding is correct.
> 3. Room name is correct after save in WEB, what in DB I don't know. I
> pressed Ctrl+F5 after changing room name to ensure that it's not the cache.
> But after restarting the service I see ? again. It's connected not only
> with room names but with user name, organization, etc... See screenshots.
>
> P.S. If I stop service */etc/init.d/red5-2 stop* I see
>
>
> Shutting down Red5 Cannot find user java
>
>
> Is it OK? What's wrong with java?
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 10:30, "Maxim Solodovnik" :
>
> System language has nothing in common with OM DB encoding.
>
> Here is the list of checks you need to perform:
> 1) correct DB is specified in persistense.xml
> 2) DB (DB table has correct encoding)
> 3) room name is correct in DB after save
>
> I would recommend to post here command and result
> otherwise I hardly can help you
>
>
> On Thu, Aug 31, 2017 at 2:25 PM, Бунин Владимир 
> wrote:
>
> I deployed it twice. Don't think that I could make a mistake two times.
> Both times i see ??. I use English centos.
>
> С уважением, Владимир!
> 31 авг. 2017 г. 10:19 AM | От: Maxim Solodovnik  |
> Сообщение:
>
> In case you 100% sure DB has correct encoding everything should work as
> expected (I'm using Russian text to test it)
> I would ensure
> 1) correct DB is specified in persistense.xml
> 2) DB (DB table has correct encoding)
> 3) room name is correct in DB after save
>
> On Thu, Aug 31, 2017 at 2:13 PM, Бунин Владимир 
> wrote:
>
> 1. Of course. Default charset set 'utf8'
> 2. Ok, thanks.
>
> С уважением, Владимир!
> 31 авг. 2017 г. 10:07 AM | От: Maxim Solodovnik  |
> Сообщение:
>
> 1. how database was created? have you specified the charset?
> 2. after copying you have to add this script to the system (don't remember
> particular command for CentOS, please google it)
>
> On Thu, Aug 31, 2017 at 1:58 PM, Бунин Владимир 
> wrote:
>
> 1. I use MariaDB as it was recommended in tutorial.
> 2. I've done it, script is there, but nothing happens.
> 3. Thanks, I'l try to solve
>
> С уважением, Владимир!
> 31 авг. 2017 г. 7:57 AM | От: Maxim Solodovnik  |
> Сообщение:
>
> 1. I guess DB you are using is not set up to use UTF-8 encoding, what DB
> are you using?
> 2. you need to put startup script to /etc/init.d/ (Page 9 of Alvaro's
> tutorial bullet 12 

Re: Problems after install 3.3.0

2017-08-31 Thread Бунин Владимир
Well, I changed the content of persistence. OM started, but how to login? While web-installer worked I created the user and his password. If I understand right I did it for derby. -- С уважением, Владимир!   31.08.2017, 11:29, "Maxim Solodovnik" :Now it's a little bit more clear :) Actually you can leave all *persistense.xml files as-is in case 1) you are using web installer (you will choose DB type/credentials in installer)2) you have specified DB options to command line admin you MUST modify correct *persistence.xml file and copy it to persistence.xml in case you already have valid DB and want to skip install step PS It is still really weird why Derby doesn't store UTF data correctly  Will try to investigate On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир  wrote:In persistense.xml is derby. Should I replace the content from mysql_persistense.xml to this one? P.S. A piece from Alvaro's tutorialNow we are going to configure OpenMeetings for our database in MariaDB:nano /opt/red5330/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml -- С уважением, Владимир!   31.08.2017, 11:18, "Maxim Solodovnik" :@Alvaro, can you please take a look at the question regarding start script? On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik  wrote:OK, mysql_persistense.xml is being used as "template" only. The only XML being used by running OM after installation is persistense.xml (no prefixes) What DB is set in this file? On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир  wrote:I know that OS language is not connected with DB encoding. I wrote it just for info. 1. If you mean usual persistense.xml, I didn't set it. I made settings in mysql_persistense.xml. See screenshot. I didn't set user and password.2. DB has correct encodingmysql -u root -p *use database open330;show variables like "character_set_database";  Variable_name  | Value |++---+| character_set_database | utf8  |So encoding is correct.3. Room name is correct after save in WEB, what in DB I don't know. I pressed Ctrl+F5 after changing room name to ensure that it's not the cache. But after restarting the service I see ? again. It's connected not only with room names but with user name, organization, etc... See screenshots. P.S. If I stop service /etc/init.d/red5-2 stop I see Shutting down Red5 Cannot find user java Is it OK? What's wrong with java?-- С уважением, Владимир!   31.08.2017, 10:30, "Maxim Solodovnik" :System language has nothing in common with OM DB encoding. Here is the list of checks you need to perform:1) correct DB is specified in persistense.xml2) DB (DB table has correct encoding)3) room name is correct in DB after save I would recommend to post here command and resultotherwise I hardly can help you  On Thu, Aug 31, 2017 at 2:25 PM, Бунин Владимир  wrote:I deployed it twice. Don't think that I could make a mistake two times. Both times i see ??. I use English centos. С уважением, Владимир!31 авг. 2017 г. 10:19 AM | От: Maxim Solodovnik  | Сообщение:In case you 100% sure DB has correct encoding everything should work as expected (I'm using Russian text to test it)I would ensure1) correct DB is specified in persistense.xml2) DB (DB table has correct encoding)3) room name is correct in DB after save On Thu, Aug 31, 2017 at 2:13 PM, Бунин Владимир  wrote:1. Of course. Default charset set 'utf8'2. Ok, thanks. С уважением, Владимир!31 авг. 2017 г. 10:07 AM | От: Maxim Solodovnik  | Сообщение:1. how database was created? have you specified the charset?2. after copying you have to add this script to the system (don't remember particular command for CentOS, please google it) On Thu, Aug 31, 2017 at 1:58 PM, Бунин Владимир  wrote:1. I use MariaDB as it was recommended in tutorial.2. I've done it, script is there, but nothing happens.3. Thanks, I'l try to solve С уважением, Владимир!31 авг. 2017 г. 7:57 AM | От: Maxim Solodovnik  | Сообщение:1. I guess DB you are using is not set up to use UTF-8 encoding, what DB are you using?2. you need to put startup script to /etc/init.d/ (Page 9 of Alvaro's tutorial bullet 12 "Script to launch red5-OpenMeetings")3. example config is available in the binary package of 3.3.0 and also available in sources: https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/conf/om_ldap.cfgYou can search mail archives http://openmeetings.markmail.org/ this question was answered multiple times in both English and Russian :)) On Thu, Aug 31, 2017 at 11:36 AM, Бунин Владимир  wrote:Thanks for the answer.I found another tutorial for 3.3.0 later, reinstalled again with the same result.So at the moment I have only three questions:1. Coding. If I 

Re: HTTPS with installation from source files

2017-08-31 Thread Maxim Solodovnik
I would recommend to use headset.

Could you please provide more details on "For the video, we tried multiple
times but it worked only one time and after that we were not able to access
to each other's dashboard"?
I'm afraid I don't understand what does it mean.

Port 5443 should be enough for tunneling RTMPS, Is there anything
suspicious in Browser console and/or in openmeetings.log?

On Thu, Aug 31, 2017 at 3:22 PM,  wrote:

> Le 2017-08-31 06:35, Maxim Solodovnik a écrit :
>
> Hello Maxime,
>
> It's hard to say, too few details :(
> Do you have these audio issues in audio-only meetings?
> Is it reproducible on all browsers?
> Have you tried different headset (are you using headset)?
>
> do you have network related issues at the time of disconnections?
> some investigation is required 
>
> On Wed, Aug 30, 2017 at 6:06 PM,  wrote:
>
>> Le 2017-08-23 13:45, Maxim Solodovnik a écrit :
>>
>> You need to update you config.xml file, as described here:
>> http://openmeetings.apache.org/RTMPSAndHTTPS.html#Set_up_RTMPS
>>
>> On Wed, Aug 23, 2017 at 6:09 PM,  wrote:
>>
>>> On 21.08.2017 16:14, Maxim Solodovnik wrote:
>>>
>>> Hello Maxime,
>>>
>>> the easiest way is:
>>> 1) create keystore/truststore modify all configs once (as described
>>> here: http://openmeetings.apache.org/RTMPSAndHTTPS.html#Crea
>>> te_Keystore_using_existing_key-pair_)
>>> 2) rebuild
>>> 3) put all items created/configured in 1) inplace
>>>
>>> that's it
>>>
>>>
>>> On Mon, Aug 21, 2017 at 3:59 PM,  wrote:
>>>
 Hello,

 Thanks for your reply.

 I am still not having access to my server in HTTPS though I did all the
 tricks recommended. I did what I already wrote in my previous mail and I
 have put the certificate in my keytool store in red5. I can see that when I
 connect with my browser to the url with 5443 port, the page tries to load
 but it finally doesn't.
 Have I missed something ?

 Thank you.

 Best regards.

 Maxime

 On 18.08.2017 18:05, Coscend@OM wrote:

> Dear Maxime,
>
> You can find the summary steps at:
> http://openmeetings.markmail.org/message/xrxgzyaf2ey7belk?q=
> %5BANNOUNCE%5D+H
> TTPS+is+now+required
> With third party certificate (Letsencrypt), the lock icon on browser
> will be
> green automatically.  So, no need of Step 2.
>
> Detailed steps, including the location to place your certificate, do
> other
> steps and enable HTTPS and RTMPS (red5.properties):
> https://openmeetings.apache.org/RTMPSAndHTTPS.html
>
> Thank you.
>
> Sincerely,
>
> Hemant K. Sabat
>
> Coscend Communications Solutions
> www.Coscend.com
> --
> Real-time, Interactive Video Collaboration, Tele-healthcare,
> Tele-education,
> Telepresence Services, on the fly...
> --
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
>
>
>
>
> -Original Message-
> From: maxime.gue...@bssp.fr [mailto:maxime.gue...@bssp.fr]
> Sent: Friday, August 18, 2017 10:44 AM
> To: user@openmeetings.apache.org
> Subject: HTTPS with installation from source files
>
> Hello,
>
> I would like to know how to add a letsencrypt cert to my OM server
> knowing
> that I installed it from sources (so files are not at the same places
> as
> from normal installation).
> In fact, which file of the webserver should I modify to have the green
> lock
> ? Do I have to reinstall the server with modifications or can I do it
> directly ?
> I have already put my certificate in the java cacerts and modified
> jeecontainer.xml and config to replace http and port 5080 to https and
> port
> 5443.
>
> Thank you in advance.
>
> Best regards.
>
> Maxime
>
>
> ---
> This email has been checked for viruses by AVG.
> http://www.avg.com


>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>> Hello Maxim,
>>>
>>> I succeeded in obtaining green lock with letsencrypt, thanks for that,
>>> but I cannot access to camera and micro when I am outside the network.
>>> There is a "try 1, try 2, try 3" message and then a window which says :
>>> "error missing [204] error missing [556] error missing [642]". And some of
>>> the widgets at the right of the screen doesn't show.
>>>
>>> Do you think it is a network problem or a compilation problem ?
>>>
>>> Thank you
>>>
>>> Best regards.
>>>
>>> Maxime
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>> Hello Maxim,
>>
>> I have done all that is written in the link, I 

Re: Problems after install 3.3.0

2017-08-31 Thread Alvaro
...yes, that have not influence to works rightly.

...

El jue, 31-08-2017 a las 16:14 +0700, Maxim Solodovnik escribió:
> I guess the confusing part of output is "Cannot find user java" ... Is
> it expected?
> 
> On Thu, Aug 31, 2017 at 4:01 PM, Alvaro  wrote:
>  /etc/init.d/red5-2 stop I see
> 
> Shutting down Red5 Cannot find user java" 
> 
> ...that is OK.
> 
> The red5 run script on Centos 7, works as expected.
> 
> Alvaro
> 
> ..
> 
> 
> 
> El jue, 31-08-2017 a las 15:18 +0700, Maxim Solodovnik
> escribió:
> > @Alvaro,
> >
> >
> > can you please take a look at the question regarding start
> script?
> >
> > On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik
> >  wrote:
> > OK,
> >
> >
> > mysql_persistense.xml is being used as "template"
> only. The
> > only XML being used by running OM after installation
> is
> > persistense.xml (no prefixes)
> >
> >
> > What DB is set in this file?
> >
> > On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир
> >  wrote:
> > I know that OS language is not connected
> with DB
> > encoding. I wrote it just for info.
> >
> > 1. If you mean usual persistense.xml, I
> didn't set it.
> > I made settings in mysql_persistense.xml.
> See
> > screenshot. I didn't set user and password.
> > 2. DB has correct encoding
> > mysql -u root -p *
> > use database open330;
> > show variables like
> "character_set_database";
> >
> >  Variable_name  | Value |
> > ++---+
> > | character_set_database | utf8  |
> >
> > So encoding is correct.
> > 3. Room name is correct after save in WEB,
> what in DB
> > I don't know. I pressed Ctrl+F5 after
> changing room
> > name to ensure that it's not the cache. But
> after
> > restarting the service I see ? again.
> It's
> > connected not only with room names but with
> user name,
> > organization, etc... See screenshots.
> >
> > P.S. If I stop service /etc/init.d/red5-2
> stop I see
> >
> > Shutting down Red5 Cannot find user
> java
> >
> > Is it OK? What's wrong with java?
> > --
> > С уважением, Владимир!
> >
> >
> >
> > 31.08.2017, 10:30, "Maxim Solodovnik"
> > :
> > > System language has nothing in common with
> OM DB
> > > encoding.
> > >
> > > Here is the list of checks you need to
> perform:
> > > 1) correct DB is specified in
> persistense.xml
> > > 2) DB (DB table has correct encoding)
> > > 3) room name is correct in DB after save
> > >
> > > I would recommend to post here command and
> result
> > > otherwise I hardly can help you
> > >
> > >
> > > On Thu, Aug 31, 2017 at 2:25 PM, Бунин
> Владимир
> > >  wrote:
> > > I deployed it twice. Don't think
> that I
> > > could make a mistake two times.
> Both times i
> > > see ??. I use English centos.
> > >
> > > С уважением, Владимир!
> > > 31 авг. 2017 г. 10:19 AM | От:
> Maxim
> > > Solodovnik 
> |
> > > Сообщение:
> > > In case you 100% sure DB
> has correct
> > >

Re: Problems after install 3.3.0

2017-08-31 Thread Maxim Solodovnik
I guess the confusing part of output is "Cannot find user java" ... Is it
expected?

On Thu, Aug 31, 2017 at 4:01 PM, Alvaro  wrote:

>  /etc/init.d/red5-2 stop I see
>
> Shutting down Red5 Cannot find user java" 
>
> ...that is OK.
>
> The red5 run script on Centos 7, works as expected.
>
> Alvaro
>
> ..
>
>
>
> El jue, 31-08-2017 a las 15:18 +0700, Maxim Solodovnik escribió:
> > @Alvaro,
> >
> >
> > can you please take a look at the question regarding start script?
> >
> > On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik
> >  wrote:
> > OK,
> >
> >
> > mysql_persistense.xml is being used as "template" only. The
> > only XML being used by running OM after installation is
> > persistense.xml (no prefixes)
> >
> >
> > What DB is set in this file?
> >
> > On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир
> >  wrote:
> > I know that OS language is not connected with DB
> > encoding. I wrote it just for info.
> >
> > 1. If you mean usual persistense.xml, I didn't set it.
> > I made settings in mysql_persistense.xml. See
> > screenshot. I didn't set user and password.
> > 2. DB has correct encoding
> > mysql -u root -p *
> > use database open330;
> > show variables like "character_set_database";
> >
> >  Variable_name  | Value |
> > ++---+
> > | character_set_database | utf8  |
> >
> > So encoding is correct.
> > 3. Room name is correct after save in WEB, what in DB
> > I don't know. I pressed Ctrl+F5 after changing room
> > name to ensure that it's not the cache. But after
> > restarting the service I see ? again. It's
> > connected not only with room names but with user name,
> > organization, etc... See screenshots.
> >
> > P.S. If I stop service /etc/init.d/red5-2 stop I see
> >
> > Shutting down Red5 Cannot find user java
> >
> > Is it OK? What's wrong with java?
> > --
> > С уважением, Владимир!
> >
> >
> >
> > 31.08.2017, 10:30, "Maxim Solodovnik"
> > :
> > > System language has nothing in common with OM DB
> > > encoding.
> > >
> > > Here is the list of checks you need to perform:
> > > 1) correct DB is specified in persistense.xml
> > > 2) DB (DB table has correct encoding)
> > > 3) room name is correct in DB after save
> > >
> > > I would recommend to post here command and result
> > > otherwise I hardly can help you
> > >
> > >
> > > On Thu, Aug 31, 2017 at 2:25 PM, Бунин Владимир
> > >  wrote:
> > > I deployed it twice. Don't think that I
> > > could make a mistake two times. Both times i
> > > see ??. I use English centos.
> > >
> > > С уважением, Владимир!
> > > 31 авг. 2017 г. 10:19 AM | От: Maxim
> > > Solodovnik  |
> > > Сообщение:
> > > In case you 100% sure DB has correct
> > > encoding everything should work as
> > > expected (I'm using Russian text to
> > > test it)
> > > I would ensure
> > > 1) correct DB is specified in
> > > persistense.xml
> > > 2) DB (DB table has correct
> > > encoding)
> > > 3) room name is correct in DB after
> > > save
> > >
> > > On Thu, Aug 31, 2017 at 2:13 PM,
> > > Бунин Владимир
> > >  wrote:
> > > 1. Of course. Default
> > > charset set 'utf8'
> > > 2. Ok, thanks.
> > >
> > > С уважением, Владимир!
> > > 31 авг. 2017 г. 10:07 AM |

Re: Стабильность работы на Linux

2017-08-31 Thread Maxim Solodovnik
эти инструкции пишутся и обновляются пользователями, назвать их
официальными довольно трудно

я отвечу на вопросы но мне тогда нужно написать что такое Step 12? Step 18
и тд

судя по вот этому: file:///C:/Program%20Files/csvn/launch.html это ставить
вообще не нужно
1) мы перешли с SVN на Git (уже некоторое время назад)
2) даже когда мы пользовали SVN ничего кроме клиента коммандной строки было
не надо

*Не понятно что такое "convert -version"*
Это способ проверить насколько правильно установился ImageMagic
согласно тому что получилось: в путях его нет (или он в конце) потому что
вызывается стандартная Виндовая утилита для конвертации файлухи

Ожидаемый выхлоп:
Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-07-31
http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates: bzlib cairo djvu fftw fontconfig freetype jbig jng jpeg lcms lqr
ltdl lzma openexr pangocairo png rsvg tiff wmf x xml zlib

Вот это

*Вместо этого я скачал опять же с оф сайта
отсюда 
http://apache.ip-connect.vn.ua/openmeetings/3.3.0/bin/apache-openmeetings-3.3.0.zip

непосредственно
сам OM. Разархивировал на C:\. Далее запустил red5.bat и у меня в процессе
началась ошибка: "WARN 08-18 01:09:28.311 ConfigurationDao.java 113766 127
org.apache.openmeetings.db.dao.basic.ConfigurationDao
[org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9] -
Could not find key in configurations: number.minutes.reminder.send" Висела
она минуты 3 ничего не происходило и я прервал выполнение red5.bat.*

Правильный порядок действий
после того как red5 запустился и написал что-то типа

#  Openmeetings is up
   #
# 3.3.1-SNAPSHOT d21908da8beba7d9d4cddf1f4d4a925d742602a9
2017-08-31T08:50:32Z #
#   and ready to use
#


нужно зайти на http://localhost:5080/openmeetings и воспользоваться Web
инсталлером чтобы произвести первоначальную настройку системы

PostgreSql поддерживаем, никаких проблем

*Общался с коммерческой поддержкой OM*
Создание и поддержка в актуальном состоянии инструкции - трудоёмкая задача
Поэтому сейчас все инструкции поддерживаются сообществом, я занимаюсь
разработкой и отвечаю на вопросы

Раз никто не создал инструкцию для Винды - значит оно не так много кому и
надо :)))


2017-08-31 15:55 GMT+07:00 Андрей Прицепов :

> На Windows он не работает нормально, хотя изначально планировал ставить
> именно на Windows. Я писал видимо не туда user-russian-subscribe@
> openmeetings.apache.org.
>
> У вас плохо документирован продукт для установки на windows. В интернете
> вообще мало описания по этому поводу. Сейчас тестирую систему на Windows
> 10, далее буду уже настраивать на Windows Server 2016 Standard.
>
> Суть задачи нужно ПО для организации аудио и видео конференций с
> возможностью возможностью поддержки работы через глобальную сеть.
> Необходимо для проведения учебных мероприятий. Количество фактически
> подключаемых пользователей к вебинару до 5 человек, возможно в перспективе
> через пару лет расширение до 20.
>
> Обязательные требования, которые я наметил для ПО:
> 1)Локальное ПО, не SAAS. OpenSource. Установщик серверной части на
> Windows. Возможно не opensource, а просто freeware без ограничений по
> времени/функционалу.
> 2) Возможность в дальнейшем назначать из коллег менеджеров оператора для
> организации раздачи учетных данных слушателям на время проведения вебинара,
> соотвественно удобная система поддержки учетных записей на время проведения
> вебинаров.
> 3) Обеспечение доступа в режиме браузера без установки лишнего ПО.
> Кроссплатформенность для клиента
> 4)со стороны преподавателя: трансляция экрана преподавателя, аудио,
> видео,чат с сохранением истории, онлайн опросы
> 5) веб-камера для возможности видеть преподавателя
> 6) предоставлять возможность говорить слушателям после активации
> преподавателем
> 7) контроль активности преподавателем слушателей, кто онлайн а кто офлайн
> 8) сохранение записей трансляций
>
> Желательно:
> 9) Поддержка мобильных устройств для клиента
> 10) обмен файлами
> 11) автоматическая рассылка на e-mail записей трансляций слушателям
> вебинаров
>
> 12) в дальнейшем для организации офлайновых курсов интеграция с moodle.
>
>
> Для себя я пока наметил и тестирую Openmeetings. У меня возникли проблемы
> при установке и настройке данного ПО.
> Использую официальную документацию:
>
> https://cwiki.apache.org/confluence/download/attachments/27838216/
> Installing%20OM2.x%20On%20Windows-XP-7-2003.pdf?
> version=1=1360911123000=v2
>
> Упомяну различия с тем что я делаю:
> - У меня ОС Windows 10 Pro x64
> - Версии ПО я стал использовать свежие а не те что указаны: jdk1.8.0_144,
> swftools-0.9.0, sox-14-4-2, 

Re: Problems after install 3.3.0

2017-08-31 Thread Alvaro
 /etc/init.d/red5-2 stop I see
 
Shutting down Red5 Cannot find user java" 

...that is OK.

The red5 run script on Centos 7, works as expected.

Alvaro

..



El jue, 31-08-2017 a las 15:18 +0700, Maxim Solodovnik escribió:
> @Alvaro,
> 
> 
> can you please take a look at the question regarding start script?
> 
> On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik
>  wrote:
> OK,
> 
> 
> mysql_persistense.xml is being used as "template" only. The
> only XML being used by running OM after installation is
> persistense.xml (no prefixes)
> 
> 
> What DB is set in this file?
> 
> On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир
>  wrote:
> I know that OS language is not connected with DB
> encoding. I wrote it just for info.
>  
> 1. If you mean usual persistense.xml, I didn't set it.
> I made settings in mysql_persistense.xml. See
> screenshot. I didn't set user and password.
> 2. DB has correct encoding
> mysql -u root -p *
> use database open330;
> show variables like "character_set_database";
>  
>  Variable_name  | Value |
> ++---+
> | character_set_database | utf8  |
> 
> So encoding is correct.
> 3. Room name is correct after save in WEB, what in DB
> I don't know. I pressed Ctrl+F5 after changing room
> name to ensure that it's not the cache. But after
> restarting the service I see ? again. It's
> connected not only with room names but with user name,
> organization, etc... See screenshots.
>  
> P.S. If I stop service /etc/init.d/red5-2 stop I see
>  
> Shutting down Red5 Cannot find user java
>  
> Is it OK? What's wrong with java?
> -- 
> С уважением, Владимир!
>  
>  
>  
> 31.08.2017, 10:30, "Maxim Solodovnik"
> :
> > System language has nothing in common with OM DB
> > encoding.
> >  
> > Here is the list of checks you need to perform:
> > 1) correct DB is specified in persistense.xml
> > 2) DB (DB table has correct encoding)
> > 3) room name is correct in DB after save
> >  
> > I would recommend to post here command and result
> > otherwise I hardly can help you
> >  
> >  
> > On Thu, Aug 31, 2017 at 2:25 PM, Бунин Владимир
> >  wrote:
> > I deployed it twice. Don't think that I
> > could make a mistake two times. Both times i
> > see ??. I use English centos.
> >  
> > С уважением, Владимир!
> > 31 авг. 2017 г. 10:19 AM | От: Maxim
> > Solodovnik  |
> > Сообщение:
> > In case you 100% sure DB has correct
> > encoding everything should work as
> > expected (I'm using Russian text to
> > test it)
> > I would ensure
> > 1) correct DB is specified in
> > persistense.xml
> > 2) DB (DB table has correct
> > encoding)
> > 3) room name is correct in DB after
> > save
> >  
> > On Thu, Aug 31, 2017 at 2:13 PM,
> > Бунин Владимир
> >  wrote:
> > 1. Of course. Default
> > charset set 'utf8'
> > 2. Ok, thanks.
> >  
> > С уважением, Владимир!
> > 31 авг. 2017 г. 10:07 AM |
> > От: Maxim Solodovnik
> > 

RE: Стабильность работы на Linux

2017-08-31 Thread Андрей Прицепов
На Windows он не работает нормально, хотя изначально планировал ставить именно 
на Windows. Я писал видимо не туда 
user-russian-subscr...@openmeetings.apache.org. 

У вас плохо документирован продукт для установки на windows. В интернете вообще 
мало описания по этому поводу. Сейчас тестирую систему на Windows 10, далее 
буду уже настраивать на Windows Server 2016 Standard.

Суть задачи нужно ПО для организации аудио и видео конференций с возможностью 
возможностью поддержки работы через глобальную сеть. Необходимо для проведения 
учебных мероприятий. Количество фактически подключаемых пользователей к 
вебинару до 5 человек, возможно в перспективе через пару лет расширение до 20.

Обязательные требования, которые я наметил для ПО:
1)Локальное ПО, не SAAS. OpenSource. Установщик серверной части на Windows. 
Возможно не opensource, а просто freeware без ограничений по 
времени/функционалу.
2) Возможность в дальнейшем назначать из коллег менеджеров оператора для 
организации раздачи учетных данных слушателям на время проведения вебинара, 
соотвественно удобная система поддержки учетных записей на время проведения 
вебинаров. 
3) Обеспечение доступа в режиме браузера без установки лишнего ПО. 
Кроссплатформенность для клиента
4)со стороны преподавателя: трансляция экрана преподавателя, аудио, видео,чат с 
сохранением истории, онлайн опросы
5) веб-камера для возможности видеть преподавателя
6) предоставлять возможность говорить слушателям после активации преподавателем
7) контроль активности преподавателем слушателей, кто онлайн а кто офлайн
8) сохранение записей трансляций

Желательно:
9) Поддержка мобильных устройств для клиента
10) обмен файлами
11) автоматическая рассылка на e-mail записей трансляций слушателям вебинаров

12) в дальнейшем для организации офлайновых курсов интеграция с moodle.


Для себя я пока наметил и тестирую Openmeetings. У меня возникли проблемы при 
установке и настройке данного ПО. 
Использую официальную документацию:

https://cwiki.apache.org/confluence/download/attachments/27838216/Installing%20OM2.x%20On%20Windows-XP-7-2003.pdf?version=1=1360911123000=v2

Упомяну различия с тем что я делаю:
- У меня ОС Windows 10 Pro x64
- Версии ПО я стал использовать свежие а не те что указаны: jdk1.8.0_144, 
swftools-0.9.0, sox-14-4-2, ffmpeg 2.8.4 (20170804-44e9783), 
ImageMagick-7.0.6-Q16, apache-ant-1.10.1, CollabNetSubversionEdge-5.2.1, 
OpenOffice 4.1.3
- единственное, но mysql поставил более раннюю поскольку не дружит mysql с 
текущим redistributable 2013. Просит его установить хотя он установлен, поэтому 
поставил mysql 5.6.37.0.

У меня затык на пунктах:
Step12:
Установил как указано только не понятен один момент. По ссылке 
file:///C:/Program%20Files/csvn/launch.html крутится статус: "Console Status: 
Console not started. Read troubleshooting information at the Subversion Edge 
wiki. " это нормально или что-то нужно сделать дополнительно я так и не понял 
что. Здесь же перейдя по ссылке на localhost:3343/csvn выполнил включение, то 
есть у меня: "Subversion status: Up".
Step 15:
Не понятно что такое "convert -version" это к какому ПО относится данный 
командлет? Я вроде установил всё до этого пункта как указано в инструкции и 
перепроверил. Какому ПО соответствует данная команда, что я не так сделал? 
Вывод данной команды: "Неправильно указан диск."
Я этот шаг проверки проигнорировал и пошел дальше пока что.
Step17:
Не существует ссылки 
"https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/ как 
результат поднялся на уровень https://svn.apache.org/repos/asf/openmeetings а 
там много-много всего и не понятно что именно мне нужно. Вместо этого я скачал 
опять же с оф сайта отсюда 
http://apache.ip-connect.vn.ua/openmeetings/3.3.0/bin/apache-openmeetings-3.3.0.zip
 непосредственно сам OM. Разархивировал на C:\. Далее запустил red5.bat и у 
меня в процессе началась ошибка: "WARN 08-18 01:09:28.311 ConfigurationDao.java 
113766 127 org.apache.openmeetings.db.dao.basic.ConfigurationDao 
[org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-9] - Could 
not find key in configurations: number.minutes.reminder.send" Висела она минуты 
3 ничего не происходило и я прервал выполнение red5.bat.

Дальше по инструкции я не двигался потому что 3 косяка уже хватает. Подскажите 
по этим этапам что не так я делаю.



Отдельно вопрос стоит актуализации документации в части организации OM не как 
приложения а как службы, я так понимаю документация также не актуальна.

Также есть общий вопрос независимо от установки Windows/Linux. Что насчет 
рекомендаций установки на mysql? На сайте moodle найдена следующая информация в 
пользу PostgreSQL 
https://docs.moodle.org/33/en/Arguments_in_favour_of_PostgreSQL . Есть ли у OM 
рекомендации по этому поводу? Есть ли инструкция соответственно по настройке на 
PostgreSQL системы OM?

Общался с коммерческой поддержкой OM говорят что не могут выделить 3-4 часа 
времени для того чтобы обновить инструкцию по OM для Windows, только за деньги 
в 

Re: Problems after install 3.3.0

2017-08-31 Thread Maxim Solodovnik
Now it's a little bit more clear :)

Actually you can leave all *persistense.xml files as-is in case
1) you are using web installer (you will choose DB type/credentials in
installer)
2) you have specified DB options to command line admin

you MUST modify correct *persistence.xml file and copy it to
persistence.xml in case you already have valid DB and want to skip install
step

PS It is still really weird why Derby doesn't store UTF data correctly 
Will try to investigate

On Thu, Aug 31, 2017 at 3:23 PM, Бунин Владимир 
wrote:

> In persistense.xml is derby. Should I replace the content from
> mysql_persistense.xml to this one?
>
> P.S. A piece from Alvaro's tutorial
>
> Now we are going to configure OpenMeetings for our database in MariaDB:
> nano /opt/red5330/webapps/openmeetings/WEB-INF/classes/META-INF/
> *mysql_persistence*.xml
>
>
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 11:18, "Maxim Solodovnik" :
>
> @Alvaro,
>
> can you please take a look at the question regarding start script?
>
> On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik 
> wrote:
>
> OK,
>
> mysql_persistense.xml is being used as "template" only. The only XML being
> used by running OM after installation is persistense.xml (no prefixes)
>
> What DB is set in this file?
>
> On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир 
> wrote:
>
> I know that OS language is not connected with DB encoding. I wrote it just
> for info.
>
> 1. If you mean usual persistense.xml, I didn't set it. I made settings in
> mysql_persistense.xml. See screenshot. I didn't set user and password.
> 2. DB has correct encoding
>
> *mysql -u root -p **
>
> *use database open330;*
> *show variables like "character_set_database";*
>
>
>  Variable_name  | Value |
> ++---+
> | character_set_database | utf8  |
>
>
> So encoding is correct.
> 3. Room name is correct after save in WEB, what in DB I don't know. I
> pressed Ctrl+F5 after changing room name to ensure that it's not the cache.
> But after restarting the service I see ? again. It's connected not only
> with room names but with user name, organization, etc... See screenshots.
>
> P.S. If I stop service */etc/init.d/red5-2 stop* I see
>
>
> Shutting down Red5 Cannot find user java
>
>
> Is it OK? What's wrong with java?
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 10:30, "Maxim Solodovnik" :
>
> System language has nothing in common with OM DB encoding.
>
> Here is the list of checks you need to perform:
> 1) correct DB is specified in persistense.xml
> 2) DB (DB table has correct encoding)
> 3) room name is correct in DB after save
>
> I would recommend to post here command and result
> otherwise I hardly can help you
>
>
> On Thu, Aug 31, 2017 at 2:25 PM, Бунин Владимир 
> wrote:
>
> I deployed it twice. Don't think that I could make a mistake two times.
> Both times i see ??. I use English centos.
>
> С уважением, Владимир!
> 31 авг. 2017 г. 10:19 AM | От: Maxim Solodovnik  |
> Сообщение:
>
> In case you 100% sure DB has correct encoding everything should work as
> expected (I'm using Russian text to test it)
> I would ensure
> 1) correct DB is specified in persistense.xml
> 2) DB (DB table has correct encoding)
> 3) room name is correct in DB after save
>
> On Thu, Aug 31, 2017 at 2:13 PM, Бунин Владимир 
> wrote:
>
> 1. Of course. Default charset set 'utf8'
> 2. Ok, thanks.
>
> С уважением, Владимир!
> 31 авг. 2017 г. 10:07 AM | От: Maxim Solodovnik  |
> Сообщение:
>
> 1. how database was created? have you specified the charset?
> 2. after copying you have to add this script to the system (don't remember
> particular command for CentOS, please google it)
>
> On Thu, Aug 31, 2017 at 1:58 PM, Бунин Владимир 
> wrote:
>
> 1. I use MariaDB as it was recommended in tutorial.
> 2. I've done it, script is there, but nothing happens.
> 3. Thanks, I'l try to solve
>
> С уважением, Владимир!
> 31 авг. 2017 г. 7:57 AM | От: Maxim Solodovnik  |
> Сообщение:
>
> 1. I guess DB you are using is not set up to use UTF-8 encoding, what DB
> are you using?
> 2. you need to put startup script to /etc/init.d/ (Page 9 of Alvaro's
> tutorial bullet 12 "Script to launch red5-OpenMeetings")
> 3. example config is available in the binary package of 3.3.0 and also
> available in sources: https://github.com/apache/openmeetings/blob/
> master/openmeetings-web/src/main/webapp/conf/om_ldap.cfg
> You can search mail archives http://openmeetings.markmail.org/ this
> question was answered multiple times in both English and Russian :))
>
> On Thu, Aug 31, 2017 at 11:36 AM, Бунин Владимир 
> wrote:
>
> Thanks for the answer.
> I found another tutorial for 3.3.0 later, reinstalled again with the same
> 

Re: Problems after install 3.3.0

2017-08-31 Thread Бунин Владимир
In persistense.xml is derby. Should I replace the content from mysql_persistense.xml to this one? P.S. A piece from Alvaro's tutorialNow we are going to configure OpenMeetings for our database in MariaDB:nano /opt/red5330/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml -- С уважением, Владимир!   31.08.2017, 11:18, "Maxim Solodovnik" :@Alvaro, can you please take a look at the question regarding start script? On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik  wrote:OK, mysql_persistense.xml is being used as "template" only. The only XML being used by running OM after installation is persistense.xml (no prefixes) What DB is set in this file? On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир  wrote:I know that OS language is not connected with DB encoding. I wrote it just for info. 1. If you mean usual persistense.xml, I didn't set it. I made settings in mysql_persistense.xml. See screenshot. I didn't set user and password.2. DB has correct encodingmysql -u root -p *use database open330;show variables like "character_set_database";  Variable_name  | Value |++---+| character_set_database | utf8  |So encoding is correct.3. Room name is correct after save in WEB, what in DB I don't know. I pressed Ctrl+F5 after changing room name to ensure that it's not the cache. But after restarting the service I see ? again. It's connected not only with room names but with user name, organization, etc... See screenshots. P.S. If I stop service /etc/init.d/red5-2 stop I see Shutting down Red5 Cannot find user java Is it OK? What's wrong with java?-- С уважением, Владимир!   31.08.2017, 10:30, "Maxim Solodovnik" :System language has nothing in common with OM DB encoding. Here is the list of checks you need to perform:1) correct DB is specified in persistense.xml2) DB (DB table has correct encoding)3) room name is correct in DB after save I would recommend to post here command and resultotherwise I hardly can help you  On Thu, Aug 31, 2017 at 2:25 PM, Бунин Владимир  wrote:I deployed it twice. Don't think that I could make a mistake two times. Both times i see ??. I use English centos. С уважением, Владимир!31 авг. 2017 г. 10:19 AM | От: Maxim Solodovnik  | Сообщение:In case you 100% sure DB has correct encoding everything should work as expected (I'm using Russian text to test it)I would ensure1) correct DB is specified in persistense.xml2) DB (DB table has correct encoding)3) room name is correct in DB after save On Thu, Aug 31, 2017 at 2:13 PM, Бунин Владимир  wrote:1. Of course. Default charset set 'utf8'2. Ok, thanks. С уважением, Владимир!31 авг. 2017 г. 10:07 AM | От: Maxim Solodovnik  | Сообщение:1. how database was created? have you specified the charset?2. after copying you have to add this script to the system (don't remember particular command for CentOS, please google it) On Thu, Aug 31, 2017 at 1:58 PM, Бунин Владимир  wrote:1. I use MariaDB as it was recommended in tutorial.2. I've done it, script is there, but nothing happens.3. Thanks, I'l try to solve С уважением, Владимир!31 авг. 2017 г. 7:57 AM | От: Maxim Solodovnik  | Сообщение:1. I guess DB you are using is not set up to use UTF-8 encoding, what DB are you using?2. you need to put startup script to /etc/init.d/ (Page 9 of Alvaro's tutorial bullet 12 "Script to launch red5-OpenMeetings")3. example config is available in the binary package of 3.3.0 and also available in sources: https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/conf/om_ldap.cfgYou can search mail archives http://openmeetings.markmail.org/ this question was answered multiple times in both English and Russian :)) On Thu, Aug 31, 2017 at 11:36 AM, Бунин Владимир  wrote:Thanks for the answer.I found another tutorial for 3.3.0 later, reinstalled again with the same result.So at the moment I have only three questions:1. Coding. If I set my name and surname in Russian, after service restart I see only ???. The same situation with room names, all of them are displayed ?2. Service startup. It doesn't start automatically. Should I correct it myself using OS?3. LDAP authentication. I did it on 3.0 and it worked. But this time I'd like to have example of working config for AD integration. Regards, Vladimir!31 авг. 2017 г. 7:02 AM | От: Maxim Solodovnik  | Сообщение:There is tutorial for 3.3.0 available: https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%203.3.0%20on%20Centos%207.pdf?version=5=1503138366000=v2 This is normal OM log with some debug messages to be able to find out what is wrong in case of errorsYou can turn off all logging (you need to edit logback-config.xml to 

Re: HTTPS with installation from source files

2017-08-31 Thread maxime . guerif
Le 2017-08-31 06:35, Maxim Solodovnik a écrit :

> Hello Maxime, 
> 
> It's hard to say, too few details :( 
> Do you have these audio issues in audio-only meetings? 
> Is it reproducible on all browsers? 
> Have you tried different headset (are you using headset)? 
> 
> do you have network related issues at the time of disconnections? 
> some investigation is required  
> 
> On Wed, Aug 30, 2017 at 6:06 PM,  wrote:
> 
> Le 2017-08-23 13:45, Maxim Solodovnik a écrit : 
> You need to update you config.xml file, as described here: 
> http://openmeetings.apache.org/RTMPSAndHTTPS.html#Set_up_RTMPS [1] 
> 
> On Wed, Aug 23, 2017 at 6:09 PM,  wrote:
> 
> On 21.08.2017 16:14, Maxim Solodovnik wrote: 
> Hello Maxime, 
> 
> the easiest way is: 
> 1) create keystore/truststore modify all configs once (as described here: 
> http://openmeetings.apache.org/RTMPSAndHTTPS.html#Create_Keystore_using_existing_key-pair_
>  [2]) 
> 2) rebuild 
> 3) put all items created/configured in 1) inplace 
> 
> that's it 
> 
> On Mon, Aug 21, 2017 at 3:59 PM,  wrote:
> Hello,
> 
> Thanks for your reply.
> 
> I am still not having access to my server in HTTPS though I did all the 
> tricks recommended. I did what I already wrote in my previous mail and I have 
> put the certificate in my keytool store in red5. I can see that when I 
> connect with my browser to the url with 5443 port, the page tries to load but 
> it finally doesn't.
> Have I missed something ?
> 
> Thank you.
> 
> Best regards.
> 
> Maxime
> 
> On 18.08.2017 18:05, Coscend@OM wrote:
> Dear Maxime,
> 
> You can find the summary steps at:
> http://openmeetings.markmail.org/message/xrxgzyaf2ey7belk?q=%5BANNOUNCE%5D+H 
> [3]
> TTPS+is+now+required
> With third party certificate (Letsencrypt), the lock icon on browser will be
> green automatically.  So, no need of Step 2.
> 
> Detailed steps, including the location to place your certificate, do other
> steps and enable HTTPS and RTMPS (red5.properties):
> https://openmeetings.apache.org/RTMPSAndHTTPS.html [4]
> 
> Thank you.
> 
> Sincerely,
> 
> Hemant K. Sabat
> 
> Coscend Communications Solutions
> www.Coscend.com [5]
> --
> Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education,
> Telepresence Services, on the fly...
> --
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html [6]
> 
> -Original Message-
> From: maxime.gue...@bssp.fr [mailto:maxime.gue...@bssp.fr]
> Sent: Friday, August 18, 2017 10:44 AM
> To: user@openmeetings.apache.org
> Subject: HTTPS with installation from source files
> 
> Hello,
> 
> I would like to know how to add a letsencrypt cert to my OM server knowing
> that I installed it from sources (so files are not at the same places as
> from normal installation).
> In fact, which file of the webserver should I modify to have the green lock
> ? Do I have to reinstall the server with modifications or can I do it
> directly ?
> I have already put my certificate in the java cacerts and modified
> jeecontainer.xml and config to replace http and port 5080 to https and port
> 5443.
> 
> Thank you in advance.
> 
> Best regards.
> 
> Maxime
> 
> ---
> This email has been checked for viruses by AVG.
> http://www.avg.com

  -- 
WBR
Maxim aka solomax 

Hello Maxim,

I succeeded in obtaining green lock with letsencrypt, thanks for that,
but I cannot access to camera and micro when I am outside the network.
There is a "try 1, try 2, try 3" message and then a window which says :
"error missing [204] error missing [556] error missing [642]". And some
of the widgets at the right of the screen doesn't show.

Do you think it is a network problem or a compilation problem ? 

Thank you 

Best regards. 

Maxime 

  -- 
WBR
Maxim aka solomax 

Hello Maxim,

I have done all that is written in the link, I have access to the video
and micro but the sound is not good and when I do a conference with
someone, sometimes the video of the person disappears during a long
time.
What does this problem comes from ?

Thank you.

Best regards.

Maxime 

  -- 
WBR
Maxim aka solomax 

Hello Maxim

For the audio, the sound is quite good on one way but on the other way
we only hear when we hit on the keyboard. We haven't tried headset until
now.
For the video, we tried multiple times but it worked only one time and
after that we were not able to access to each other's dashboard or video
even if we asked to write on the dashboard.
It happens on quite all the rooms as I think we tried all of it.

One of the PC has firefox and the other microsoft edge.

As for the network, it could be the issue, do we have to open another
port than the 5443 like the 8443, I tried it but it was not efficient?


Re: Problems after install 3.3.0

2017-08-31 Thread Maxim Solodovnik
@Alvaro,

can you please take a look at the question regarding start script?

On Thu, Aug 31, 2017 at 3:17 PM, Maxim Solodovnik 
wrote:

> OK,
>
> mysql_persistense.xml is being used as "template" only. The only XML being
> used by running OM after installation is persistense.xml (no prefixes)
>
> What DB is set in this file?
>
> On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир 
> wrote:
>
>> I know that OS language is not connected with DB encoding. I wrote it
>> just for info.
>>
>> 1. If you mean usual persistense.xml, I didn't set it. I made settings in
>> mysql_persistense.xml. See screenshot. I didn't set user and password.
>> 2. DB has correct encoding
>>
>> *mysql -u root -p **
>>
>> *use database open330;*
>> *show variables like "character_set_database";*
>>
>>
>>  Variable_name  | Value |
>> ++---+
>> | character_set_database | utf8  |
>>
>>
>> So encoding is correct.
>> 3. Room name is correct after save in WEB, what in DB I don't know. I
>> pressed Ctrl+F5 after changing room name to ensure that it's not the cache.
>> But after restarting the service I see ? again. It's connected not only
>> with room names but with user name, organization, etc... See screenshots.
>>
>> P.S. If I stop service */etc/init.d/red5-2 stop* I see
>>
>>
>> Shutting down Red5 Cannot find user java
>>
>>
>> Is it OK? What's wrong with java?
>> --
>> С уважением, Владимир!
>>
>>
>>
>> 31.08.2017, 10:30, "Maxim Solodovnik" :
>>
>> System language has nothing in common with OM DB encoding.
>>
>> Here is the list of checks you need to perform:
>> 1) correct DB is specified in persistense.xml
>> 2) DB (DB table has correct encoding)
>> 3) room name is correct in DB after save
>>
>> I would recommend to post here command and result
>> otherwise I hardly can help you
>>
>>
>> On Thu, Aug 31, 2017 at 2:25 PM, Бунин Владимир 
>> wrote:
>>
>> I deployed it twice. Don't think that I could make a mistake two times.
>> Both times i see ??. I use English centos.
>>
>> С уважением, Владимир!
>> 31 авг. 2017 г. 10:19 AM | От: Maxim Solodovnik  |
>> Сообщение:
>>
>> In case you 100% sure DB has correct encoding everything should work as
>> expected (I'm using Russian text to test it)
>> I would ensure
>> 1) correct DB is specified in persistense.xml
>> 2) DB (DB table has correct encoding)
>> 3) room name is correct in DB after save
>>
>> On Thu, Aug 31, 2017 at 2:13 PM, Бунин Владимир 
>> wrote:
>>
>> 1. Of course. Default charset set 'utf8'
>> 2. Ok, thanks.
>>
>> С уважением, Владимир!
>> 31 авг. 2017 г. 10:07 AM | От: Maxim Solodovnik  |
>> Сообщение:
>>
>> 1. how database was created? have you specified the charset?
>> 2. after copying you have to add this script to the system (don't
>> remember particular command for CentOS, please google it)
>>
>> On Thu, Aug 31, 2017 at 1:58 PM, Бунин Владимир 
>> wrote:
>>
>> 1. I use MariaDB as it was recommended in tutorial.
>> 2. I've done it, script is there, but nothing happens.
>> 3. Thanks, I'l try to solve
>>
>> С уважением, Владимир!
>> 31 авг. 2017 г. 7:57 AM | От: Maxim Solodovnik  |
>> Сообщение:
>>
>> 1. I guess DB you are using is not set up to use UTF-8 encoding, what DB
>> are you using?
>> 2. you need to put startup script to /etc/init.d/ (Page 9 of Alvaro's
>> tutorial bullet 12 "Script to launch red5-OpenMeetings")
>> 3. example config is available in the binary package of 3.3.0 and also
>> available in sources: https://github.com/apache/openmeetings/blob/master/
>> openmeetings-web/src/main/webapp/conf/om_ldap.cfg
>> You can search mail archives http://openmeetings.markmail.org/ this
>> question was answered multiple times in both English and Russian :))
>>
>> On Thu, Aug 31, 2017 at 11:36 AM, Бунин Владимир > > wrote:
>>
>> Thanks for the answer.
>> I found another tutorial for 3.3.0 later, reinstalled again with the same
>> result.
>> So at the moment I have only three questions:
>> 1. Coding. If I set my name and surname in Russian, after service restart
>> I see only ???. The same situation with room names, all of them are
>> displayed ?
>> 2. Service startup. It doesn't start automatically. Should I correct it
>> myself using OS?
>> 3. LDAP authentication. I did it on 3.0 and it worked. But this time I'd
>> like to have example of working config for AD integration.
>>
>> Regards, Vladimir!
>> 31 авг. 2017 г. 7:02 AM | От: Maxim Solodovnik  |
>> Сообщение:
>>
>> There is tutorial for 3.3.0 available: https://cwiki.apach
>> e.org/confluence/download/attachments/27838216/Installat
>> ion%20OpenMeetings%203.3.0%20on%20Centos%207.pdf?version=
>> 5=1503138366000=v2
>>
>> This is normal OM log with some debug messages to be able to find out
>> what is wrong in case of 

Re: Problems after install 3.3.0

2017-08-31 Thread Maxim Solodovnik
OK,

mysql_persistense.xml is being used as "template" only. The only XML being
used by running OM after installation is persistense.xml (no prefixes)

What DB is set in this file?

On Thu, Aug 31, 2017 at 3:10 PM, Бунин Владимир 
wrote:

> I know that OS language is not connected with DB encoding. I wrote it just
> for info.
>
> 1. If you mean usual persistense.xml, I didn't set it. I made settings in
> mysql_persistense.xml. See screenshot. I didn't set user and password.
> 2. DB has correct encoding
>
> *mysql -u root -p **
>
> *use database open330;*
> *show variables like "character_set_database";*
>
>
>  Variable_name  | Value |
> ++---+
> | character_set_database | utf8  |
>
>
> So encoding is correct.
> 3. Room name is correct after save in WEB, what in DB I don't know. I
> pressed Ctrl+F5 after changing room name to ensure that it's not the cache.
> But after restarting the service I see ? again. It's connected not only
> with room names but with user name, organization, etc... See screenshots.
>
> P.S. If I stop service */etc/init.d/red5-2 stop* I see
>
>
> Shutting down Red5 Cannot find user java
>
>
> Is it OK? What's wrong with java?
> --
> С уважением, Владимир!
>
>
>
> 31.08.2017, 10:30, "Maxim Solodovnik" :
>
> System language has nothing in common with OM DB encoding.
>
> Here is the list of checks you need to perform:
> 1) correct DB is specified in persistense.xml
> 2) DB (DB table has correct encoding)
> 3) room name is correct in DB after save
>
> I would recommend to post here command and result
> otherwise I hardly can help you
>
>
> On Thu, Aug 31, 2017 at 2:25 PM, Бунин Владимир 
> wrote:
>
> I deployed it twice. Don't think that I could make a mistake two times.
> Both times i see ??. I use English centos.
>
> С уважением, Владимир!
> 31 авг. 2017 г. 10:19 AM | От: Maxim Solodovnik  |
> Сообщение:
>
> In case you 100% sure DB has correct encoding everything should work as
> expected (I'm using Russian text to test it)
> I would ensure
> 1) correct DB is specified in persistense.xml
> 2) DB (DB table has correct encoding)
> 3) room name is correct in DB after save
>
> On Thu, Aug 31, 2017 at 2:13 PM, Бунин Владимир 
> wrote:
>
> 1. Of course. Default charset set 'utf8'
> 2. Ok, thanks.
>
> С уважением, Владимир!
> 31 авг. 2017 г. 10:07 AM | От: Maxim Solodovnik  |
> Сообщение:
>
> 1. how database was created? have you specified the charset?
> 2. after copying you have to add this script to the system (don't remember
> particular command for CentOS, please google it)
>
> On Thu, Aug 31, 2017 at 1:58 PM, Бунин Владимир 
> wrote:
>
> 1. I use MariaDB as it was recommended in tutorial.
> 2. I've done it, script is there, but nothing happens.
> 3. Thanks, I'l try to solve
>
> С уважением, Владимир!
> 31 авг. 2017 г. 7:57 AM | От: Maxim Solodovnik  |
> Сообщение:
>
> 1. I guess DB you are using is not set up to use UTF-8 encoding, what DB
> are you using?
> 2. you need to put startup script to /etc/init.d/ (Page 9 of Alvaro's
> tutorial bullet 12 "Script to launch red5-OpenMeetings")
> 3. example config is available in the binary package of 3.3.0 and also
> available in sources: https://github.com/apache/openmeetings/blob/
> master/openmeetings-web/src/main/webapp/conf/om_ldap.cfg
> You can search mail archives http://openmeetings.markmail.org/ this
> question was answered multiple times in both English and Russian :))
>
> On Thu, Aug 31, 2017 at 11:36 AM, Бунин Владимир 
> wrote:
>
> Thanks for the answer.
> I found another tutorial for 3.3.0 later, reinstalled again with the same
> result.
> So at the moment I have only three questions:
> 1. Coding. If I set my name and surname in Russian, after service restart
> I see only ???. The same situation with room names, all of them are
> displayed ?
> 2. Service startup. It doesn't start automatically. Should I correct it
> myself using OS?
> 3. LDAP authentication. I did it on 3.0 and it worked. But this time I'd
> like to have example of working config for AD integration.
>
> Regards, Vladimir!
> 31 авг. 2017 г. 7:02 AM | От: Maxim Solodovnik  |
> Сообщение:
>
> There is tutorial for 3.3.0 available: https://cwiki.
> apache.org/confluence/download/attachments/27838216/
> Installation%20OpenMeetings%203.3.0%20on%20Centos%207.pdf?
> version=5=1503138366000=v2
>
> This is normal OM log with some debug messages to be able to find out what
> is wrong in case of errors
> You can turn off all logging (you need to edit logback-config.xml to
> achieve this), but it is not recommended due to it will be impossible to
> find the reason of broken things
>
> Not sure about FFMPEG never used tutorials by Alvaro
> I would recommend to leave ffmpeg path empty 

Re: Стабильность работы на Linux

2017-08-31 Thread Maxim Solodovnik
ОМ одинакого работает во всех ОС (даже на Винде)
разница в установке необходимых системных компонент (доп софта)

инструкции поддерживаются Alvaro на добровольных началах (я их даже не
читал :)))

мне лично больше нравится ставить на Убунту (проходит наименее "геморройно")

2017-08-31 14:38 GMT+07:00 Андрей Прицепов :

> В каком дистрибутиве OpenMeetings работает наиболее хорошо?
> Используются инструкции:
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/
> Tutorials+for+installing+OpenMeetings+and+Tools?
> preview=/27838216/73629977/Installation%20OpenMeetings%
> 203.3.0%20on%20Centos%207.pdf
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/
> Tutorials+for+installing+OpenMeetings+and+Tools?
> preview=/27838216/73631632/Installation%20OpenMeetings%
> 203.3.0%20on%20Ubuntu%2017.04.pdf
> Для CentOS описано что не все функции которые используются через Java1.8
> работаю корректно. Для Ubuntu я такого замечания не увидел. Ubuntu
> реализует больший и более стабильный функционал OM или нет?
>



-- 
WBR
Maxim aka solomax


Re: Problems after install 3.3.0

2017-08-31 Thread Maxim Solodovnik
System language has nothing in common with OM DB encoding.

Here is the list of checks you need to perform:
1) correct DB is specified in persistense.xml
2) DB (DB table has correct encoding)
3) room name is correct in DB after save

I would recommend to post here command and result
otherwise I hardly can help you


On Thu, Aug 31, 2017 at 2:25 PM, Бунин Владимир 
wrote:

> I deployed it twice. Don't think that I could make a mistake two times.
> Both times i see ??. I use English centos.
>
> С уважением, Владимир!
> 31 авг. 2017 г. 10:19 AM | От: Maxim Solodovnik  |
> Сообщение:
>
> In case you 100% sure DB has correct encoding everything should work as
> expected (I'm using Russian text to test it)
> I would ensure
> 1) correct DB is specified in persistense.xml
> 2) DB (DB table has correct encoding)
> 3) room name is correct in DB after save
>
> On Thu, Aug 31, 2017 at 2:13 PM, Бунин Владимир 
> wrote:
>
>> 1. Of course. Default charset set 'utf8'
>> 2. Ok, thanks.
>>
>> С уважением, Владимир!
>> 31 авг. 2017 г. 10:07 AM | От: Maxim Solodovnik  |
>> Сообщение:
>>
>> 1. how database was created? have you specified the charset?
>> 2. after copying you have to add this script to the system (don't
>> remember particular command for CentOS, please google it)
>>
>> On Thu, Aug 31, 2017 at 1:58 PM, Бунин Владимир 
>> wrote:
>>
>>> 1. I use MariaDB as it was recommended in tutorial.
>>> 2. I've done it, script is there, but nothing happens.
>>> 3. Thanks, I'l try to solve
>>>
>>> С уважением, Владимир!
>>> 31 авг. 2017 г. 7:57 AM | От: Maxim Solodovnik  |
>>> Сообщение:
>>>
>>> 1. I guess DB you are using is not set up to use UTF-8 encoding, what DB
>>> are you using?
>>> 2. you need to put startup script to /etc/init.d/ (Page 9 of Alvaro's
>>> tutorial bullet 12 "Script to launch red5-OpenMeetings")
>>> 3. example config is available in the binary package of 3.3.0 and also
>>> available in sources: https://github.com/apache/openmeetings/blob/
>>> master/openmeetings-web/src/main/webapp/conf/om_ldap.cfg
>>> You can search mail archives http://openmeetings.markmail.org/ this
>>> question was answered multiple times in both English and Russian :))
>>>
>>> On Thu, Aug 31, 2017 at 11:36 AM, Бунин Владимир <
>>> vladimirbu...@yandex.ru> wrote:
>>>
 Thanks for the answer.
 I found another tutorial for 3.3.0 later, reinstalled again with the
 same result.
 So at the moment I have only three questions:
 1. Coding. If I set my name and surname in Russian, after service
 restart I see only ???. The same situation with room names, all of them
 are displayed ?
 2. Service startup. It doesn't start automatically. Should I correct it
 myself using OS?
 3. LDAP authentication. I did it on 3.0 and it worked. But this time
 I'd like to have example of working config for AD integration.

 Regards, Vladimir!
 31 авг. 2017 г. 7:02 AM | От: Maxim Solodovnik 
 | Сообщение:

 There is tutorial for 3.3.0 available: https://cwiki.
 apache.org/confluence/download/attachments/27838216/
 Installation%20OpenMeetings%203.3.0%20on%20Centos%207.pdf?
 version=5=1503138366000=v2

 This is normal OM log with some debug messages to be able to find out
 what is wrong in case of errors
 You can turn off all logging (you need to edit logback-config.xml to
 achieve this), but it is not recommended due to it will be impossible to
 find the reason of broken things

 Not sure about FFMPEG never used tutorials by Alvaro
 I would recommend to leave ffmpeg path empty (/usr/bin:/usr/local/bin
 are in the PATH for all users)


 On Wed, Aug 30, 2017 at 9:58 PM, Бунин Владимир <
 vladimirbu...@yandex.ru> wrote:

> Hello!
> I installed version 3.3.0 according this manual
> https://cwiki.apache.org/confluence/download/attachments/27838216/
> Installation%20OpenMeetings%203.2.1%20on%20Centos%207.pdf?
> version=5=1495207306000=v2
> And I have some problems.
> 1. First of all I can't understand how to startup red5 after reboot.
> 2. Also after restart I have many debug messages on screen such as:
> DEBUG 08-30 17:27:50.782 CleanupJob.java 21132 179
> org.apache.openmeetings.service.quartz.scheduler.CleanupJob
> [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3]
> - CleanupJob.cleanExpiredResetHash
> DEBUG 08-30 17:27:50.785 CleanupJob.java 21135 165
> org.apache.openmeetings.service.quartz.scheduler.CleanupJob
> [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2]
> - CleanupJob.cleanExpiredRecordings
> DEBUG 08-30 17:27:50.786 SessiondataDao.java 21136 191
> org.apache.openmeetings.db.dao.server.SessiondataDao
> 

Re: Problems after install 3.3.0

2017-08-31 Thread Бунин Владимир
I deployed it twice. Don't think that I could make a mistake two times. Both times i see ??. I use English centos.

С уважением, Владимир!31 авг. 2017 г. 10:19 AM | От: Maxim Solodovnik  | Сообщение:In case you 100% sure DB has correct encoding everything should work as expected (I'm using Russian text to test it)I would ensure1) correct DB is specified in persistense.xml2) DB (DB table has correct encoding)3) room name is correct in DB after saveOn Thu, Aug 31, 2017 at 2:13 PM, Бунин Владимир  wrote:1. Of course. Default charset set 'utf8'
2. Ok, thanks.

С уважением, Владимир!31 авг. 2017 г. 10:07 AM | От: Maxim Solodovnik  | Сообщение:1. how database was created? have you specified the charset?2. after copying you have to add this script to the system (don't remember particular command for CentOS, please google it)On Thu, Aug 31, 2017 at 1:58 PM, Бунин Владимир  wrote:1. I use MariaDB as it was recommended in tutorial.
2. I've done it, script is there, but nothing happens.
3. Thanks, I'l try to solve

С уважением, Владимир!31 авг. 2017 г. 7:57 AM | От: Maxim Solodovnik  | Сообщение:1. I guess DB you are using is not set up to use UTF-8 encoding, what DB are you using?2. you need to put startup script to /etc/init.d/ (Page 9 of Alvaro's tutorial bullet 12 "Script to launch red5-OpenMeetings")3. example config is available in the binary package of 3.3.0 and also available in sources: https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/conf/om_ldap.cfgYou can search mail archives http://openmeetings.markmail.org/ this question was answered multiple times in both English and Russian :))On Thu, Aug 31, 2017 at 11:36 AM, Бунин Владимир  wrote:Thanks for the answer.
I found another tutorial for 3.3.0 later, reinstalled again with the same result.
So at the moment I have only three questions:
1. Coding. If I set my name and surname in Russian, after service restart I see only ???. The same situation with room names, all of them are displayed ?
2. Service startup. It doesn't start automatically. Should I correct it myself using OS?
3. LDAP authentication. I did it on 3.0 and it worked. But this time I'd like to have example of working config for AD integration.

Regards, Vladimir!31 авг. 2017 г. 7:02 AM | От: Maxim Solodovnik  | Сообщение:There is tutorial for 3.3.0 available: https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%203.3.0%20on%20Centos%207.pdf?version=5=1503138366000=v2This is normal OM log with some debug messages to be able to find out what is wrong in case of errorsYou can turn off all logging (you need to edit logback-config.xml to achieve this), but it is not recommended due to it will be impossible to find the reason of broken thingsNot sure about FFMPEG never used tutorials by AlvaroI would recommend to leave ffmpeg path empty (/usr/bin:/usr/local/bin are in the PATH for all users)On Wed, Aug 30, 2017 at 9:58 PM, Бунин Владимир  wrote:Hello!I installed version 3.3.0 according this manual https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%203.2.1%20on%20Centos%207.pdf?version=5=1495207306000=v2And I have some problems.1. First of all I can't understand how to startup red5 after reboot.2. Also after restart I have many debug messages on screen such as:DEBUG 08-30 17:27:50.782 CleanupJob.java 21132 179 org.apache.openmeetings.service.quartz.scheduler.CleanupJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3] - CleanupJob.cleanExpiredResetHashDEBUG 08-30 17:27:50.785 CleanupJob.java 21135 165 org.apache.openmeetings.service.quartz.scheduler.CleanupJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2] - CleanupJob.cleanExpiredRecordingsDEBUG 08-30 17:27:50.786 SessiondataDao.java 21136 191 org.apache.openmeetings.db.dao.server.SessiondataDao [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1] - ** clearSessionTable:DEBUG 08-30 17:27:50.797 ReminderJob.java 21147 44 org.apache.openmeetings.service.quartz.scheduler.ReminderJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-4] - ReminderJob.remindMeetingsDEBUG 08-30 17:27:50.797 ReminderJob.java 21147 56 org.apache.openmeetings.service.quartz.scheduler.ReminderJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] - ReminderJob.remindExpiringRecordingsDEBUG 08-30 17:27:51.106 SessiondataDao.java 21456 193 org.apache.openmeetings.db.dao.server.SessiondataDao [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1] - clearSessionTable: 0DEBUG 08-30 17:27:51.115 CleanupJob.java 21465 184 org.apache.openmeetings.service.quartz.scheduler.CleanupJob 

Re: Warning!!!PossibleSpam Re: Facing issue in login in latest 4.0.0

2017-08-31 Thread Maxim Solodovnik
version 4.0.0 is being actively developed
Things are being created/removed/moved etc.

you have to perform import/export or manually "hack/fix" the DB

On Thu, Aug 31, 2017 at 1:53 PM, K, Amit (MIND) 
wrote:

> Hi Maxim ,
>
>
>
> Thanks for the quick reply.
>
>
>
> Is that error related to DB?
>
>
>
> Actually I found all enum entries there in OmUrlFragment.MenuActions:
>
>
>
> *public* *enum* MenuActions {
>
> *dashboardModuleStartScreen*
>
> , *dashboardModuleCalendar*
>
> , *recordModule*
>
> , *conferenceModuleRoomList*
>
> , *eventModuleRoomList*
>
> , *moderatorModuleUser*
>
> , *moderatorModuleRoom*
>
> , *adminModuleUser*
>
> , *adminModuleConnections*
>
> , *adminModuleOrg*
>
> , *adminModuleRoom*
>
> , *adminModuleConfiguration*
>
> , *adminModuleLanguages*
>
> , *adminModuleLDAP*
>
> , *adminModuleBackup*
>
> , *adminModuleOAuth*
>
> , *adminModuleEmail*
>
>   }
>
>
>
> Please confirm.
>
>
>
> Thanks in advance.
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* Thursday, August 31, 2017 12:20 PM
> *To:* K, Amit (MIND) 
> *Cc:* Openmeetings user-list 
> *Subject:* Warning!!!PossibleSpam Re: Facing issue in login in latest
> 4.0.0
>
>
>
> You have to perform import/export, or manually "hack" the DB
>
>
>
> On Thu, Aug 31, 2017 at 1:47 PM, K, Amit (MIND) 
> wrote:
>
> Hello Maxim,
>
>
>
> I just checked out latest code of Openmeetings 4.0.0 from below repository:
>
>
>
> “https://git-wip-us.apache.org/repos/asf/openmeetings.git”
>
>
>
> As I try to login, It is giving below exception:
>
>
>
> Caused by: java.lang.IllegalArgumentException: No enum constant
> org.apache.openmeetings.web.util.OmUrlFragment.
> MenuActions.adminModuleServers
>
>
>
> I have gone through the class “OmUrlFragment.MenuActions” and found
> “adminModuleServers” enum is really missing.
>
>
>
> Can you please have a look, I got the latest code from correct repo or
> really something is missing in code.
>
>
> Thanks,
>
> Amit
>
>
> --
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
> --
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>



-- 
WBR
Maxim aka solomax


Re: Problems after install 3.3.0

2017-08-31 Thread Maxim Solodovnik
In case you 100% sure DB has correct encoding everything should work as
expected (I'm using Russian text to test it)
I would ensure
1) correct DB is specified in persistense.xml
2) DB (DB table has correct encoding)
3) room name is correct in DB after save

On Thu, Aug 31, 2017 at 2:13 PM, Бунин Владимир 
wrote:

> 1. Of course. Default charset set 'utf8'
> 2. Ok, thanks.
>
> С уважением, Владимир!
> 31 авг. 2017 г. 10:07 AM | От: Maxim Solodovnik  |
> Сообщение:
>
> 1. how database was created? have you specified the charset?
> 2. after copying you have to add this script to the system (don't remember
> particular command for CentOS, please google it)
>
> On Thu, Aug 31, 2017 at 1:58 PM, Бунин Владимир 
> wrote:
>
>> 1. I use MariaDB as it was recommended in tutorial.
>> 2. I've done it, script is there, but nothing happens.
>> 3. Thanks, I'l try to solve
>>
>> С уважением, Владимир!
>> 31 авг. 2017 г. 7:57 AM | От: Maxim Solodovnik  |
>> Сообщение:
>>
>> 1. I guess DB you are using is not set up to use UTF-8 encoding, what DB
>> are you using?
>> 2. you need to put startup script to /etc/init.d/ (Page 9 of Alvaro's
>> tutorial bullet 12 "Script to launch red5-OpenMeetings")
>> 3. example config is available in the binary package of 3.3.0 and also
>> available in sources: https://github.com/apache/openmeetings/blob/
>> master/openmeetings-web/src/main/webapp/conf/om_ldap.cfg
>> You can search mail archives http://openmeetings.markmail.org/ this
>> question was answered multiple times in both English and Russian :))
>>
>> On Thu, Aug 31, 2017 at 11:36 AM, Бунин Владимир > > wrote:
>>
>>> Thanks for the answer.
>>> I found another tutorial for 3.3.0 later, reinstalled again with the
>>> same result.
>>> So at the moment I have only three questions:
>>> 1. Coding. If I set my name and surname in Russian, after service
>>> restart I see only ???. The same situation with room names, all of them
>>> are displayed ?
>>> 2. Service startup. It doesn't start automatically. Should I correct it
>>> myself using OS?
>>> 3. LDAP authentication. I did it on 3.0 and it worked. But this time I'd
>>> like to have example of working config for AD integration.
>>>
>>> Regards, Vladimir!
>>> 31 авг. 2017 г. 7:02 AM | От: Maxim Solodovnik  |
>>> Сообщение:
>>>
>>> There is tutorial for 3.3.0 available: https://cwiki.
>>> apache.org/confluence/download/attachments/27838216/
>>> Installation%20OpenMeetings%203.3.0%20on%20Centos%207.pdf?
>>> version=5=1503138366000=v2
>>>
>>> This is normal OM log with some debug messages to be able to find out
>>> what is wrong in case of errors
>>> You can turn off all logging (you need to edit logback-config.xml to
>>> achieve this), but it is not recommended due to it will be impossible to
>>> find the reason of broken things
>>>
>>> Not sure about FFMPEG never used tutorials by Alvaro
>>> I would recommend to leave ffmpeg path empty (/usr/bin:/usr/local/bin
>>> are in the PATH for all users)
>>>
>>>
>>> On Wed, Aug 30, 2017 at 9:58 PM, Бунин Владимир >> > wrote:
>>>
 Hello!
 I installed version 3.3.0 according this manual
 https://cwiki.apache.org/confluence/download/attachments/27838216/
 Installation%20OpenMeetings%203.2.1%20on%20Centos%207.pdf?
 version=5=1495207306000=v2
 And I have some problems.
 1. First of all I can't understand how to startup red5 after reboot.
 2. Also after restart I have many debug messages on screen such as:
 DEBUG 08-30 17:27:50.782 CleanupJob.java 21132 179
 org.apache.openmeetings.service.quartz.scheduler.CleanupJob
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3]
 - CleanupJob.cleanExpiredResetHash
 DEBUG 08-30 17:27:50.785 CleanupJob.java 21135 165
 org.apache.openmeetings.service.quartz.scheduler.CleanupJob
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2]
 - CleanupJob.cleanExpiredRecordings
 DEBUG 08-30 17:27:50.786 SessiondataDao.java 21136 191
 org.apache.openmeetings.db.dao.server.SessiondataDao
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1]
 - ** clearSessionTable:
 DEBUG 08-30 17:27:50.797 ReminderJob.java 21147 44
 org.apache.openmeetings.service.quartz.scheduler.ReminderJob
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-4]
 - ReminderJob.remindMeetings
 DEBUG 08-30 17:27:50.797 ReminderJob.java 21147 56
 org.apache.openmeetings.service.quartz.scheduler.ReminderJob
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5]
 - ReminderJob.remindExpiringRecordings
 DEBUG 08-30 17:27:51.106 SessiondataDao.java 21456 193
 org.apache.openmeetings.db.dao.server.SessiondataDao
 

Re: Problems after install 3.3.0

2017-08-31 Thread Бунин Владимир
1. Of course. Default charset set 'utf8'
2. Ok, thanks.

С уважением, Владимир!31 авг. 2017 г. 10:07 AM | От: Maxim Solodovnik  | Сообщение:1. how database was created? have you specified the charset?2. after copying you have to add this script to the system (don't remember particular command for CentOS, please google it)On Thu, Aug 31, 2017 at 1:58 PM, Бунин Владимир  wrote:1. I use MariaDB as it was recommended in tutorial.
2. I've done it, script is there, but nothing happens.
3. Thanks, I'l try to solve

С уважением, Владимир!31 авг. 2017 г. 7:57 AM | От: Maxim Solodovnik  | Сообщение:1. I guess DB you are using is not set up to use UTF-8 encoding, what DB are you using?2. you need to put startup script to /etc/init.d/ (Page 9 of Alvaro's tutorial bullet 12 "Script to launch red5-OpenMeetings")3. example config is available in the binary package of 3.3.0 and also available in sources: https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/conf/om_ldap.cfgYou can search mail archives http://openmeetings.markmail.org/ this question was answered multiple times in both English and Russian :))On Thu, Aug 31, 2017 at 11:36 AM, Бунин Владимир  wrote:Thanks for the answer.
I found another tutorial for 3.3.0 later, reinstalled again with the same result.
So at the moment I have only three questions:
1. Coding. If I set my name and surname in Russian, after service restart I see only ???. The same situation with room names, all of them are displayed ?
2. Service startup. It doesn't start automatically. Should I correct it myself using OS?
3. LDAP authentication. I did it on 3.0 and it worked. But this time I'd like to have example of working config for AD integration.

Regards, Vladimir!31 авг. 2017 г. 7:02 AM | От: Maxim Solodovnik  | Сообщение:There is tutorial for 3.3.0 available: https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%203.3.0%20on%20Centos%207.pdf?version=5=1503138366000=v2This is normal OM log with some debug messages to be able to find out what is wrong in case of errorsYou can turn off all logging (you need to edit logback-config.xml to achieve this), but it is not recommended due to it will be impossible to find the reason of broken thingsNot sure about FFMPEG never used tutorials by AlvaroI would recommend to leave ffmpeg path empty (/usr/bin:/usr/local/bin are in the PATH for all users)On Wed, Aug 30, 2017 at 9:58 PM, Бунин Владимир  wrote:Hello!I installed version 3.3.0 according this manual https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%203.2.1%20on%20Centos%207.pdf?version=5=1495207306000=v2And I have some problems.1. First of all I can't understand how to startup red5 after reboot.2. Also after restart I have many debug messages on screen such as:DEBUG 08-30 17:27:50.782 CleanupJob.java 21132 179 org.apache.openmeetings.service.quartz.scheduler.CleanupJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3] - CleanupJob.cleanExpiredResetHashDEBUG 08-30 17:27:50.785 CleanupJob.java 21135 165 org.apache.openmeetings.service.quartz.scheduler.CleanupJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2] - CleanupJob.cleanExpiredRecordingsDEBUG 08-30 17:27:50.786 SessiondataDao.java 21136 191 org.apache.openmeetings.db.dao.server.SessiondataDao [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1] - ** clearSessionTable:DEBUG 08-30 17:27:50.797 ReminderJob.java 21147 44 org.apache.openmeetings.service.quartz.scheduler.ReminderJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-4] - ReminderJob.remindMeetingsDEBUG 08-30 17:27:50.797 ReminderJob.java 21147 56 org.apache.openmeetings.service.quartz.scheduler.ReminderJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] - ReminderJob.remindExpiringRecordingsDEBUG 08-30 17:27:51.106 SessiondataDao.java 21456 193 org.apache.openmeetings.db.dao.server.SessiondataDao [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1] - clearSessionTable: 0DEBUG 08-30 17:27:51.115 CleanupJob.java 21465 184 org.apache.openmeetings.service.quartz.scheduler.CleanupJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3] - ... 0 expired hashes were foundDEBUG 08-30 17:27:51.116 CleanupJob.java 21466 190 org.apache.openmeetings.service.quartz.scheduler.CleanupJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3] - ... DONE CleanupJob.cleanExpiredResetHashDEBUG 08-30 17:27:55.772 CleanupJob.java 26122 111 org.apache.openmeetings.service.quartz.scheduler.CleanupJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-6] - CleanupJob.cleanRoomFilesDEBUG 08-30 17:28:34.911 MailHandler.java 65261 265 

Re: Problems after install 3.3.0

2017-08-31 Thread Maxim Solodovnik
1. how database was created? have you specified the charset?
2. after copying you have to add this script to the system (don't remember
particular command for CentOS, please google it)

On Thu, Aug 31, 2017 at 1:58 PM, Бунин Владимир 
wrote:

> 1. I use MariaDB as it was recommended in tutorial.
> 2. I've done it, script is there, but nothing happens.
> 3. Thanks, I'l try to solve
>
> С уважением, Владимир!
> 31 авг. 2017 г. 7:57 AM | От: Maxim Solodovnik  |
> Сообщение:
>
> 1. I guess DB you are using is not set up to use UTF-8 encoding, what DB
> are you using?
> 2. you need to put startup script to /etc/init.d/ (Page 9 of Alvaro's
> tutorial bullet 12 "Script to launch red5-OpenMeetings")
> 3. example config is available in the binary package of 3.3.0 and also
> available in sources: https://github.com/apache/openmeetings/blob/
> master/openmeetings-web/src/main/webapp/conf/om_ldap.cfg
> You can search mail archives http://openmeetings.markmail.org/ this
> question was answered multiple times in both English and Russian :))
>
> On Thu, Aug 31, 2017 at 11:36 AM, Бунин Владимир 
> wrote:
>
>> Thanks for the answer.
>> I found another tutorial for 3.3.0 later, reinstalled again with the same
>> result.
>> So at the moment I have only three questions:
>> 1. Coding. If I set my name and surname in Russian, after service restart
>> I see only ???. The same situation with room names, all of them are
>> displayed ?
>> 2. Service startup. It doesn't start automatically. Should I correct it
>> myself using OS?
>> 3. LDAP authentication. I did it on 3.0 and it worked. But this time I'd
>> like to have example of working config for AD integration.
>>
>> Regards, Vladimir!
>> 31 авг. 2017 г. 7:02 AM | От: Maxim Solodovnik  |
>> Сообщение:
>>
>> There is tutorial for 3.3.0 available: https://cwiki.
>> apache.org/confluence/download/attachments/27838216/
>> Installation%20OpenMeetings%203.3.0%20on%20Centos%207.pdf?
>> version=5=1503138366000=v2
>>
>> This is normal OM log with some debug messages to be able to find out
>> what is wrong in case of errors
>> You can turn off all logging (you need to edit logback-config.xml to
>> achieve this), but it is not recommended due to it will be impossible to
>> find the reason of broken things
>>
>> Not sure about FFMPEG never used tutorials by Alvaro
>> I would recommend to leave ffmpeg path empty (/usr/bin:/usr/local/bin are
>> in the PATH for all users)
>>
>>
>> On Wed, Aug 30, 2017 at 9:58 PM, Бунин Владимир 
>> wrote:
>>
>>> Hello!
>>> I installed version 3.3.0 according this manual
>>> https://cwiki.apache.org/confluence/download/attachments/27838216/
>>> Installation%20OpenMeetings%203.2.1%20on%20Centos%207.pdf?
>>> version=5=1495207306000=v2
>>> And I have some problems.
>>> 1. First of all I can't understand how to startup red5 after reboot.
>>> 2. Also after restart I have many debug messages on screen such as:
>>> DEBUG 08-30 17:27:50.782 CleanupJob.java 21132 179
>>> org.apache.openmeetings.service.quartz.scheduler.CleanupJob
>>> [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3]
>>> - CleanupJob.cleanExpiredResetHash
>>> DEBUG 08-30 17:27:50.785 CleanupJob.java 21135 165
>>> org.apache.openmeetings.service.quartz.scheduler.CleanupJob
>>> [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2]
>>> - CleanupJob.cleanExpiredRecordings
>>> DEBUG 08-30 17:27:50.786 SessiondataDao.java 21136 191
>>> org.apache.openmeetings.db.dao.server.SessiondataDao
>>> [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1]
>>> - ** clearSessionTable:
>>> DEBUG 08-30 17:27:50.797 ReminderJob.java 21147 44
>>> org.apache.openmeetings.service.quartz.scheduler.ReminderJob
>>> [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-4]
>>> - ReminderJob.remindMeetings
>>> DEBUG 08-30 17:27:50.797 ReminderJob.java 21147 56
>>> org.apache.openmeetings.service.quartz.scheduler.ReminderJob
>>> [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5]
>>> - ReminderJob.remindExpiringRecordings
>>> DEBUG 08-30 17:27:51.106 SessiondataDao.java 21456 193
>>> org.apache.openmeetings.db.dao.server.SessiondataDao
>>> [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1]
>>> - clearSessionTable: 0
>>> DEBUG 08-30 17:27:51.115 CleanupJob.java 21465 184
>>> org.apache.openmeetings.service.quartz.scheduler.CleanupJob
>>> [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3]
>>> - ... 0 expired hashes were found
>>> DEBUG 08-30 17:27:51.116 CleanupJob.java 21466 190
>>> org.apache.openmeetings.service.quartz.scheduler.CleanupJob
>>> [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3]
>>> - ... DONE CleanupJob.cleanExpiredResetHash
>>> DEBUG 08-30 17:27:55.772 CleanupJob.java 26122 111
>>> 

Re: Problems after install 3.3.0

2017-08-31 Thread Бунин Владимир
1. I use MariaDB as it was recommended in tutorial.
2. I've done it, script is there, but nothing happens.
3. Thanks, I'l try to solve

С уважением, Владимир!31 авг. 2017 г. 7:57 AM | От: Maxim Solodovnik  | Сообщение:1. I guess DB you are using is not set up to use UTF-8 encoding, what DB are you using?2. you need to put startup script to /etc/init.d/ (Page 9 of Alvaro's tutorial bullet 12 "Script to launch red5-OpenMeetings")3. example config is available in the binary package of 3.3.0 and also available in sources: https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/conf/om_ldap.cfgYou can search mail archives http://openmeetings.markmail.org/ this question was answered multiple times in both English and Russian :))On Thu, Aug 31, 2017 at 11:36 AM, Бунин Владимир  wrote:Thanks for the answer.
I found another tutorial for 3.3.0 later, reinstalled again with the same result.
So at the moment I have only three questions:
1. Coding. If I set my name and surname in Russian, after service restart I see only ???. The same situation with room names, all of them are displayed ?
2. Service startup. It doesn't start automatically. Should I correct it myself using OS?
3. LDAP authentication. I did it on 3.0 and it worked. But this time I'd like to have example of working config for AD integration.

Regards, Vladimir!31 авг. 2017 г. 7:02 AM | От: Maxim Solodovnik  | Сообщение:There is tutorial for 3.3.0 available: https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%203.3.0%20on%20Centos%207.pdf?version=5=1503138366000=v2This is normal OM log with some debug messages to be able to find out what is wrong in case of errorsYou can turn off all logging (you need to edit logback-config.xml to achieve this), but it is not recommended due to it will be impossible to find the reason of broken thingsNot sure about FFMPEG never used tutorials by AlvaroI would recommend to leave ffmpeg path empty (/usr/bin:/usr/local/bin are in the PATH for all users)On Wed, Aug 30, 2017 at 9:58 PM, Бунин Владимир  wrote:Hello!I installed version 3.3.0 according this manual https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%203.2.1%20on%20Centos%207.pdf?version=5=1495207306000=v2And I have some problems.1. First of all I can't understand how to startup red5 after reboot.2. Also after restart I have many debug messages on screen such as:DEBUG 08-30 17:27:50.782 CleanupJob.java 21132 179 org.apache.openmeetings.service.quartz.scheduler.CleanupJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3] - CleanupJob.cleanExpiredResetHashDEBUG 08-30 17:27:50.785 CleanupJob.java 21135 165 org.apache.openmeetings.service.quartz.scheduler.CleanupJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2] - CleanupJob.cleanExpiredRecordingsDEBUG 08-30 17:27:50.786 SessiondataDao.java 21136 191 org.apache.openmeetings.db.dao.server.SessiondataDao [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1] - ** clearSessionTable:DEBUG 08-30 17:27:50.797 ReminderJob.java 21147 44 org.apache.openmeetings.service.quartz.scheduler.ReminderJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-4] - ReminderJob.remindMeetingsDEBUG 08-30 17:27:50.797 ReminderJob.java 21147 56 org.apache.openmeetings.service.quartz.scheduler.ReminderJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] - ReminderJob.remindExpiringRecordingsDEBUG 08-30 17:27:51.106 SessiondataDao.java 21456 193 org.apache.openmeetings.db.dao.server.SessiondataDao [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1] - clearSessionTable: 0DEBUG 08-30 17:27:51.115 CleanupJob.java 21465 184 org.apache.openmeetings.service.quartz.scheduler.CleanupJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3] - ... 0 expired hashes were foundDEBUG 08-30 17:27:51.116 CleanupJob.java 21466 190 org.apache.openmeetings.service.quartz.scheduler.CleanupJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-3] - ... DONE CleanupJob.cleanExpiredResetHashDEBUG 08-30 17:27:55.772 CleanupJob.java 26122 111 org.apache.openmeetings.service.quartz.scheduler.CleanupJob [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-6] - CleanupJob.cleanRoomFilesDEBUG 08-30 17:28:34.911 MailHandler.java 65261 265 org.apache.openmeetings.core.mail.MailHandler [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - resetSendingStatus enter ...DEBUG 08-30 17:28:36.335 MailHandler.java 66685 272 org.apache.openmeetings.core.mail.MailHandler [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - ... resetSendingStatus done.DEBUG 08-30 17:28:36.380 MailHandler.java 66730 277 org.apache.openmeetings.core.mail.MailHandler 

RE: Warning!!!PossibleSpam Re: Facing issue in login in latest 4.0.0

2017-08-31 Thread K, Amit (MIND)
Hi Maxim ,

Thanks for the quick reply.

Is that error related to DB?

Actually I found all enum entries there in OmUrlFragment.MenuActions:

public enum MenuActions {
dashboardModuleStartScreen
, dashboardModuleCalendar
, recordModule
, conferenceModuleRoomList
, eventModuleRoomList
, moderatorModuleUser
, moderatorModuleRoom
, adminModuleUser
, adminModuleConnections
, adminModuleOrg
, adminModuleRoom
, adminModuleConfiguration
, adminModuleLanguages
, adminModuleLDAP
, adminModuleBackup
, adminModuleOAuth
, adminModuleEmail
  }

Please confirm.

Thanks in advance.

From: Maxim Solodovnik [mailto:solomax...@gmail.com]
Sent: Thursday, August 31, 2017 12:20 PM
To: K, Amit (MIND) 
Cc: Openmeetings user-list 
Subject: Warning!!!PossibleSpam Re: Facing issue in login in latest 4.0.0

You have to perform import/export, or manually "hack" the DB

On Thu, Aug 31, 2017 at 1:47 PM, K, Amit (MIND) 
> wrote:
Hello Maxim,

I just checked out latest code of Openmeetings 4.0.0 from below repository:

“https://git-wip-us.apache.org/repos/asf/openmeetings.git”

As I try to login, It is giving below exception:

Caused by: java.lang.IllegalArgumentException: No enum constant 
org.apache.openmeetings.web.util.OmUrlFragment.MenuActions.adminModuleServers

I have gone through the class “OmUrlFragment.MenuActions” and found 
“adminModuleServers” enum is really missing.

Can you please have a look, I got the latest code from correct repo or really 
something is missing in code.

Thanks,
Amit



The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. WARNING: Computer viruses can be transmitted via email. The 
recipient should check this email and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused by any 
virus/trojan/worms/malicious code transmitted by this email. 
www.motherson.com



--
WBR
Maxim aka solomax



The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. WARNING: Computer viruses can be transmitted via email. The 
recipient should check this email and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused by any 
virus/trojan/worms/malicious code transmitted by this email. www.motherson.com


Re: Facing issue in login in latest 4.0.0

2017-08-31 Thread Maxim Solodovnik
You have to perform import/export, or manually "hack" the DB

On Thu, Aug 31, 2017 at 1:47 PM, K, Amit (MIND) 
wrote:

> Hello Maxim,
>
>
>
> I just checked out latest code of Openmeetings 4.0.0 from below repository:
>
>
>
> “https://git-wip-us.apache.org/repos/asf/openmeetings.git”
>
>
>
> As I try to login, It is giving below exception:
>
>
>
> Caused by: java.lang.IllegalArgumentException: No enum constant
> org.apache.openmeetings.web.util.OmUrlFragment.
> MenuActions.adminModuleServers
>
>
>
> I have gone through the class “OmUrlFragment.MenuActions” and found
> “adminModuleServers” enum is really missing.
>
>
>
> Can you please have a look, I got the latest code from correct repo or
> really something is missing in code.
>
>
> Thanks,
>
> Amit
>
> --
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>



-- 
WBR
Maxim aka solomax


Facing issue in login in latest 4.0.0

2017-08-31 Thread K, Amit (MIND)
Hello Maxim,

I just checked out latest code of Openmeetings 4.0.0 from below repository:

"https://git-wip-us.apache.org/repos/asf/openmeetings.git;

As I try to login, It is giving below exception:

Caused by: java.lang.IllegalArgumentException: No enum constant 
org.apache.openmeetings.web.util.OmUrlFragment.MenuActions.adminModuleServers

I have gone through the class "OmUrlFragment.MenuActions" and found 
"adminModuleServers" enum is really missing.

Can you please have a look, I got the latest code from correct repo or really 
something is missing in code.

Thanks,
Amit



The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. WARNING: Computer viruses can be transmitted via email. The 
recipient should check this email and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused by any 
virus/trojan/worms/malicious code transmitted by this email. www.motherson.com