You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Bart Coninckx <ba...@telenet.be> on 2013/02/02 00:39:36 UTC

problem while upgrading to OM 2.1

Hi,

after doing this I get:

ERROR 02-02 00:36:32.388 ManageCryptStyle.java 66485 49 
org.apache.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-18] - 
[getInstanceOfCrypt]
java.lang.ClassNotFoundException: 
org.openmeetings.utils.crypt.MD5Implementation


I recreated a keystore like I did successfully for OM 2.0 but somehow OM 
trips over this.

Any idea fella's?

cheers,


BC

Re: problem while upgrading to OM 2.1

Posted by Maxim Solodovnik <so...@gmail.com>.
I'll add spesial check for this key to import.
On Feb 2, 2013 7:01 AM, "seba.wagner@gmail.com" <se...@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" <ba...@telenet.be>:
>
>> Hi,
>>
>> after doing this I get:
>>
>> ERROR 02-02 00:36:32.388 ManageCryptStyle.java 66485 49
>> org.apache.openmeetings.utils.**crypt.ManageCryptStyle [NioProcessor-18]
>> - [getInstanceOfCrypt]
>> java.lang.**ClassNotFoundException: org.openmeetings.utils.crypt.**
>> MD5Implementation
>>
>>
>> I recreated a keystore like I did successfully for OM 2.0 but somehow OM
>> trips over this.
>>
>> Any idea fella's?
>>
>> cheers,
>>
>>
>> BC
>>
>

Re: problem while upgrading to OM 2.1

Posted by Bart Coninckx <ba...@telenet.be>.
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, 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.MD5Implementation' where conf_key 
> = 'crypt_ClassName';
>
>
>
>
> On Sat, Feb 2, 2013 at 9:49 PM, Bart Coninckx 
> <bart.coninckx@telenet.be <ma...@telenet.be>> wrote:
>
>     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 to wait for my fix or manually update DB and set crypt class
>>
>>     On Feb 2, 2013 4:40 PM, "Bart Coninckx" <bart.coninckx@telenet.be
>>     <ma...@telenet.be>> wrote:
>>
>>         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...
>>
>>           yet, as BC
>>
>>         On 02/02/13 01:01, seba.wagner@gmail.com
>>         <ma...@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"
>>>         <bart.coninckx@telenet.be <ma...@telenet.be>>:
>>>
>>>             Hi,
>>>
>>>             after doing this I get:
>>>
>>>             ERROR 02-02 00:36:32.388 ManageCryptStyle.java 66485 49
>>>             org.apache.openmeetings.utils.crypt.ManageCryptStyle
>>>             [NioProcessor-18] - [getInstanceOfCrypt]
>>>             java.lang.ClassNotFoundException:
>>>             org.openmeetings.utils.crypt.MD5Implementation
>>>
>>>
>>>             I recreated a keystore like I did successfully for OM
>>>             2.0 but somehow OM trips over this.
>>>
>>>             Any idea fella's?
>>>
>>>             cheers,
>>>
>>>
>>>             BC
>>>
>>
>
>
>
>
> -- 
> WBR
> Maxim aka solomax


Re: problem while upgrading to OM 2.1

Posted by Maxim Solodovnik <so...@gmail.com>.
Fixed.
Committed revision 1442468.


On Sat, Feb 2, 2013 at 9:56 PM, Maxim Solodovnik <so...@gmail.com>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.MD5Implementation' where conf_key =
> 'crypt_ClassName';
>
>
>
>
> On Sat, Feb 2, 2013 at 9:49 PM, Bart Coninckx <ba...@telenet.be>wrote:
>
>>  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 to wait for my fix or manually update DB and set crypt class
>> On Feb 2, 2013 4:40 PM, "Bart Coninckx" <ba...@telenet.be> wrote:
>>
>>>  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.wagner@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" <ba...@telenet.be>:
>>>
>>>> Hi,
>>>>
>>>> after doing this I get:
>>>>
>>>> ERROR 02-02 00:36:32.388 ManageCryptStyle.java 66485 49
>>>> org.apache.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-18] -
>>>> [getInstanceOfCrypt]
>>>> java.lang.ClassNotFoundException:
>>>> org.openmeetings.utils.crypt.MD5Implementation
>>>>
>>>>
>>>> I recreated a keystore like I did successfully for OM 2.0 but somehow
>>>> OM trips over this.
>>>>
>>>> Any idea fella's?
>>>>
>>>> cheers,
>>>>
>>>>
>>>> BC
>>>>
>>>
>>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax

Re: problem while upgrading to OM 2.1

Posted by Maxim Solodovnik <so...@gmail.com>.
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 <ba...@telenet.be>wrote:

>  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 to wait for my fix or manually update DB and set crypt class
> On Feb 2, 2013 4:40 PM, "Bart Coninckx" <ba...@telenet.be> wrote:
>
>>  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.wagner@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" <ba...@telenet.be>:
>>
>>> Hi,
>>>
>>> after doing this I get:
>>>
>>> ERROR 02-02 00:36:32.388 ManageCryptStyle.java 66485 49
>>> org.apache.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-18] -
>>> [getInstanceOfCrypt]
>>> java.lang.ClassNotFoundException:
>>> org.openmeetings.utils.crypt.MD5Implementation
>>>
>>>
>>> I recreated a keystore like I did successfully for OM 2.0 but somehow OM
>>> trips over this.
>>>
>>> Any idea fella's?
>>>
>>> cheers,
>>>
>>>
>>> BC
>>>
>>
>>
>


-- 
WBR
Maxim aka solomax

Re: problem while upgrading to OM 2.1

Posted by Bart Coninckx <ba...@telenet.be>.
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 to wait for my fix or manually update DB and set crypt class
>
> On Feb 2, 2013 4:40 PM, "Bart Coninckx" <bart.coninckx@telenet.be 
> <ma...@telenet.be>> wrote:
>
>     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.wagner@gmail.com
>     <ma...@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"
>>     <bart.coninckx@telenet.be <ma...@telenet.be>>:
>>
>>         Hi,
>>
>>         after doing this I get:
>>
>>         ERROR 02-02 00:36:32.388 ManageCryptStyle.java 66485 49
>>         org.apache.openmeetings.utils.crypt.ManageCryptStyle
>>         [NioProcessor-18] - [getInstanceOfCrypt]
>>         java.lang.ClassNotFoundException:
>>         org.openmeetings.utils.crypt.MD5Implementation
>>
>>
>>         I recreated a keystore like I did successfully for OM 2.0 but
>>         somehow OM trips over this.
>>
>>         Any idea fella's?
>>
>>         cheers,
>>
>>
>>         BC
>>
>


Re: problem while upgrading to OM 2.1

Posted by Maxim Solodovnik <so...@gmail.com>.
You need to wait for my fix or manually update DB and set crypt class
On Feb 2, 2013 4:40 PM, "Bart Coninckx" <ba...@telenet.be> wrote:

>  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.wagner@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" <ba...@telenet.be>:
>
>> Hi,
>>
>> after doing this I get:
>>
>> ERROR 02-02 00:36:32.388 ManageCryptStyle.java 66485 49
>> org.apache.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-18] -
>> [getInstanceOfCrypt]
>> java.lang.ClassNotFoundException:
>> org.openmeetings.utils.crypt.MD5Implementation
>>
>>
>> I recreated a keystore like I did successfully for OM 2.0 but somehow OM
>> trips over this.
>>
>> Any idea fella's?
>>
>> cheers,
>>
>>
>> BC
>>
>
>

Re: problem while upgrading to OM 2.1

Posted by Bart Coninckx <ba...@telenet.be>.
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.wagner@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" <bart.coninckx@telenet.be 
> <ma...@telenet.be>>:
>
>     Hi,
>
>     after doing this I get:
>
>     ERROR 02-02 00:36:32.388 ManageCryptStyle.java 66485 49
>     org.apache.openmeetings.utils.crypt.ManageCryptStyle
>     [NioProcessor-18] - [getInstanceOfCrypt]
>     java.lang.ClassNotFoundException:
>     org.openmeetings.utils.crypt.MD5Implementation
>
>
>     I recreated a keystore like I did successfully for OM 2.0 but
>     somehow OM trips over this.
>
>     Any idea fella's?
>
>     cheers,
>
>
>     BC
>


Re: problem while upgrading to OM 2.1

Posted by "seba.wagner@gmail.com" <se...@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" <ba...@telenet.be>:

> Hi,
>
> after doing this I get:
>
> ERROR 02-02 00:36:32.388 ManageCryptStyle.java 66485 49
> org.apache.openmeetings.utils.**crypt.ManageCryptStyle [NioProcessor-18]
> - [getInstanceOfCrypt]
> java.lang.**ClassNotFoundException: org.openmeetings.utils.crypt.**
> MD5Implementation
>
>
> I recreated a keystore like I did successfully for OM 2.0 but somehow OM
> trips over this.
>
> Any idea fella's?
>
> cheers,
>
>
> BC
>