Re: problem while upgrading to OM 2.1

2013-02-06 Thread Bart Coninckx
This fixed my issue indeed. The booting of red5 does not produce the mentionned error anymore. I'm not quite ready to publish the installation howto on CentOS as I now face difficulties in the SSL handshake. As soon as I sort these out, I'll create the documentation. BC On 02/02/13 15:56, Ma

Re: problem while upgrading to OM 2.1

2013-02-04 Thread Maxim Solodovnik
Fixed. Committed revision 1442468. On Sat, Feb 2, 2013 at 9:56 PM, Maxim Solodovnik wrote: > it is about storing user passwords. > to make it working you need to login to your DB and run the followin query: > update configuration set conf_value = > 'org.apache.openmeetings.utils.crypt.MD5Impleme

Re: problem while upgrading to OM 2.1

2013-02-02 Thread Maxim Solodovnik
it is about storing user passwords. to make it working you need to login to your DB and run the followin query: update configuration set conf_value = 'org.apache.openmeetings.utils.crypt.MD5Implementation' where conf_key = 'crypt_ClassName'; On Sat, Feb 2, 2013 at 9:49 PM, Bart Coninckx wrote:

Re: problem while upgrading to OM 2.1

2013-02-02 Thread Bart Coninckx
OK, so this has nothing to do with RTMPS and HTTPS? It's while introducing these that I started habing trouble. It is actually then about storing things in de DB in an encrypted way? Is there an SQL somewhere to update the DB? cheers, BC On 02/02/13 13:20, Maxim Solodovnik wrote: You need

Re: problem while upgrading to OM 2.1

2013-02-02 Thread Maxim Solodovnik
You need to wait for my fix or manually update DB and set crypt class On Feb 2, 2013 4:40 PM, "Bart Coninckx" wrote: > Sebastian, > > meaning what? > > I took the version of > > https://builds.apache.org/job/openmeetings/lastSuccessfulBuild/artifact/singlewebapp/dist/apache-openmeetings-2.1.0.r1

Re: problem while upgrading to OM 2.1

2013-02-02 Thread Bart Coninckx
Sebastian, meaning what? I took the version of https://builds.apache.org/job/openmeetings/lastSuccessfulBuild/artifact/singlewebapp/dist/apache-openmeetings-2.1.0.r1441250-31-01-2013_2314.tar.gz by the way... BC On 02/02/13 01:01, seba.wag...@gmail.com wrote: Yes it is now org.apache.openme

Re: problem while upgrading to OM 2.1

2013-02-01 Thread Maxim Solodovnik
I'll add spesial check for this key to import. On Feb 2, 2013 7:01 AM, "seba.wag...@gmail.com" wrote: > Yes it is now org.apache.openmeetings. ... if you are using latest 2.1 > revision from svn. > > Sebastian > Am 02.02.2013 12:40 schrieb "Bart Coninckx" : > >> Hi, >> >> after doing this I get:

Re: problem while upgrading to OM 2.1

2013-02-01 Thread seba.wag...@gmail.com
Yes it is now org.apache.openmeetings. ... if you are using latest 2.1 revision from svn. Sebastian Am 02.02.2013 12:40 schrieb "Bart Coninckx" : > Hi, > > after doing this I get: > > ERROR 02-02 00:36:32.388 ManageCryptStyle.java 66485 49 > org.apache.openmeetings.utils.**crypt.ManageCryptStyle