I believe you haven't perform backup/restore while upgrading.

Update  openmeetings.configuration set conf_value ='
org.apache.openmeetings.utils.crypt.MD5Implementation ' where conf_key like
'crypt%';
On Aug 19, 2013 11:50 PM, "Jean-Marie Landri" <jeanmarielan...@gmail.com>
wrote:

> mysql> select conf_key, conf_value from openmeetings.configuration where
> conf_key like 'crypt%';
> +-----------------+------------------------------------------------+
> | conf_key        | conf_value                                     |
> +-----------------+------------------------------------------------+
> | crypt_ClassName | org.openmeetings.utils.crypt.MD5Implementation |
> +-----------------+------------------------------------------------+
> 1 row in set (0.00 sec)
>
> ok, so what should i do now to fix this?
>
> Thank you
>
>
> On Mon, Aug 19, 2013 at 6:07 AM, Maxim Solodovnik <solomax...@gmail.com>wrote:
>
>> According to your openmeetings.log:
>>
>> java.lang.ClassNotFoundException:
>> org.openmeetings.utils.crypt.MD5Implementation
>>
>> since 2.1 the name of this class should be: org.*apache.*
>> openmeetings.utils.crypt.MD5Implementation
>>
>> please ensure you have correct value, here is an example:
>>
>> mysql> select conf_key, conf_value from openmeetings.configuration where
>> conf_key like 'crypt%';
>>
>> +-----------------+-------------------------------------------------------+
>> | conf_key        | conf_value
>>  |
>>
>> +-----------------+-------------------------------------------------------+
>> | crypt_ClassName | org.apache.openmeetings.utils.crypt.MD5Implementation
>> |
>>
>> +-----------------+-------------------------------------------------------+
>>
>>
>>
>> On Mon, Aug 19, 2013 at 2:22 AM, Jean-Marie Landri <
>> jeanmarielan...@gmail.com> wrote:
>>
>>> I start debug client and i get the same result' blank page
>>>
>>>
>>> On Thu, Aug 1, 2013 at 9:28 AM, Maxim Solodovnik 
>>> <solomax...@gmail.com>wrote:
>>>
>>>> It seems like your log files are incomplete.
>>>> Please send full logs and/or try to start debug client
>>>>
>>>>
>>>> On Thu, Aug 1, 2013 at 12:51 PM, Jean-Marie Landri <
>>>> jeanmarielan...@gmail.com> wrote:
>>>>
>>>>> Thank you Maxim,
>>>>> build successful, after installation i'm getting blank page when
>>>>> loading.
>>>>> attaching log file,
>>>>>
>>>>>
>>>>> On Tue, Jul 30, 2013 at 5:38 PM, Maxim Solodovnik <
>>>>> solomax...@gmail.com> wrote:
>>>>>
>>>>>> sure: https://svn.apache.org/repos/asf/openmeetings/branches/2.1/
>>>>>>
>>>>>>
>>>>>> On Tue, Jul 30, 2013 at 10:34 PM, Jean-Marie Landri <
>>>>>> jeanmarielan...@gmail.com> wrote:
>>>>>>
>>>>>>> Hello
>>>>>>> someone can share stable svn checkout for 2.1?
>>>>>>>
>>>>>>> Thank you
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>

Reply via email to