You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Claudio <cs...@consorzioarsenal.it> on 2012/08/21 10:32:54 UTC

installation problem

I try to install version 2.0 but after the configuration page is freeze at step 2 with this log:

DEBUG 08-21 10:31:52.910 ImportInitvalues.java 23095 771 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - TimeZones ADDED
DEBUG 08-21 10:31:52.915 ImportInitvalues.java 23100 840 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - Languages ADDED 
DEBUG 08-21 10:31:52.915 ImportInitvalues.java 23100 907 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages lang: {id=1, name=english, rtl=false, code=en}
DEBUG 08-21 10:31:52.915 ImportInitvalues.java 23100 913 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages rtl from xml: false
DEBUG 08-21 10:32:19.099 ImportInitvalues.java 49284 957 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - Lang ADDED: {id=1, name=english, rtl=false, code=en}
DEBUG 08-21 10:32:19.100 ImportInitvalues.java 49285 907 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages lang: {id=2, name=deutsch, rtl=false, code=de}
DEBUG 08-21 10:32:19.100 ImportInitvalues.java 49285 913 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages rtl from xml: false


running open meetings I obtain this error:

DEBUG 08-21 10:34:05.718 ManageCryptStyle.java 155903 50 org.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-2] - configKeyCryptClassName: null
ERROR 08-21 10:34:05.725 ManageCryptStyle.java 155910 58 org.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-2] - [getInstanceOfCrypt]
java.lang.NullPointerException: null
	at java.lang.Class.forName0(Native Method) ~[na:1.6.0_26]
	at java.lang.Class.forName(Class.java:169) ~[na:1.6.0_26]
	at org.openmeetings.utils.crypt.ManageCryptStyle.getInstanceOfCrypt(ManageCryptStyle.java:52) ~[openmeetings-2.0.0-RELEASE.jar:na]
	at org.openmeetings.app.remote.red5.ClientListManager.addClientListItem(ClientListManager.java:88) [openmeetings-2.0.0-RELEASE.jar:na]
	at org.openmeetings.app.remote.red5.ScopeApplicationAdapter.roomConnect(ScopeApplicationAdapter.java:205) [openmeetings-2.0.0-RELEASE.jar:na]
	at org.red5.server.adapter.MultiThreadedApplicationAdapter.connect(MultiThreadedApplicationAdapter.java:326) [red5.jar:na]

Thanks for help
Claudio

Re: installation problem

Posted by Claudio <cs...@consorzioarsenal.it>.
Yes.

If I try to install version 2.1 of OpenMeetings everything works …

Bye

Il giorno 21/ago/2012, alle ore 11:13, Maxim Solodovnik <so...@gmail.com> ha scritto:

> Is your DB configured to use UTF-8?
> 
> On Tue, Aug 21, 2012 at 3:58 PM, Claudio <cs...@consorzioarsenal.it> wrote:
>> Yes you are right.
>> First I try to complete the installation  but I cannot complete and I send to you the first log.
>> 
>> the second log is due when I try to enter into open meetings.
>> 
>> I agree with you that It seems that there is an error at db level.
>> 
>> Suggestions (I am working with ubuntu server 10.04 and OpenMeetings 2.0.0 as you suggest to me for another problem, first I use 2.1)?
>> 
>> Bye
>> 
>> 
>> Il giorno 21/ago/2012, alle ore 10:35, "seba.wagner@gmail.com" <se...@gmail.com> ha scritto:
>> 
>>> I don't think that your log really belongs together.
>>> 
>>> The first logs are okay, the second logs errors are not from the
>>> installation process, those logs are produced when you try to enter
>>> the application through the normal login but the system is not
>>> installed in the database yet.
>>> 
>>> You should check the log again or post a complete one somewhere at
>>> pastebin.com for example.
>>> 
>>> Sebastian
>>> 
>>> 2012/8/21 Claudio <cs...@consorzioarsenal.it>:
>>>> I try to install version 2.0 but after the configuration page is freeze at step 2 with this log:
>>>> 
>>>> DEBUG 08-21 10:31:52.910 ImportInitvalues.java 23095 771 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - TimeZones ADDED
>>>> DEBUG 08-21 10:31:52.915 ImportInitvalues.java 23100 840 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - Languages ADDED
>>>> DEBUG 08-21 10:31:52.915 ImportInitvalues.java 23100 907 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages lang: {id=1, name=english, rtl=false, code=en}
>>>> DEBUG 08-21 10:31:52.915 ImportInitvalues.java 23100 913 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages rtl from xml: false
>>>> DEBUG 08-21 10:32:19.099 ImportInitvalues.java 49284 957 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - Lang ADDED: {id=1, name=english, rtl=false, code=en}
>>>> DEBUG 08-21 10:32:19.100 ImportInitvalues.java 49285 907 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages lang: {id=2, name=deutsch, rtl=false, code=de}
>>>> DEBUG 08-21 10:32:19.100 ImportInitvalues.java 49285 913 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages rtl from xml: false
>>>> 
>>>> 
>>>> running open meetings I obtain this error:
>>>> 
>>>> DEBUG 08-21 10:34:05.718 ManageCryptStyle.java 155903 50 org.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-2] - configKeyCryptClassName: null
>>>> ERROR 08-21 10:34:05.725 ManageCryptStyle.java 155910 58 org.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-2] - [getInstanceOfCrypt]
>>>> java.lang.NullPointerException: null
>>>>       at java.lang.Class.forName0(Native Method) ~[na:1.6.0_26]
>>>>       at java.lang.Class.forName(Class.java:169) ~[na:1.6.0_26]
>>>>       at org.openmeetings.utils.crypt.ManageCryptStyle.getInstanceOfCrypt(ManageCryptStyle.java:52) ~[openmeetings-2.0.0-RELEASE.jar:na]
>>>>       at org.openmeetings.app.remote.red5.ClientListManager.addClientListItem(ClientListManager.java:88) [openmeetings-2.0.0-RELEASE.jar:na]
>>>>       at org.openmeetings.app.remote.red5.ScopeApplicationAdapter.roomConnect(ScopeApplicationAdapter.java:205) [openmeetings-2.0.0-RELEASE.jar:na]
>>>>       at org.red5.server.adapter.MultiThreadedApplicationAdapter.connect(MultiThreadedApplicationAdapter.java:326) [red5.jar:na]
>>>> 
>>>> Thanks for help
>>>> Claudio
>>> 
>>> 
>>> 
>>> --
>>> Sebastian Wagner
>>> https://twitter.com/#!/dead_lock
>>> http://www.webbase-design.de
>>> http://www.wagner-sebastian.com
>>> seba.wagner@gmail.com
>> 
> 
> 
> 
> -- 
> WBR
> Maxim aka solomax


Re: installation problem

Posted by Maxim Solodovnik <so...@gmail.com>.
Is your DB configured to use UTF-8?

On Tue, Aug 21, 2012 at 3:58 PM, Claudio <cs...@consorzioarsenal.it> wrote:
> Yes you are right.
> First I try to complete the installation  but I cannot complete and I send to you the first log.
>
> the second log is due when I try to enter into open meetings.
>
> I agree with you that It seems that there is an error at db level.
>
> Suggestions (I am working with ubuntu server 10.04 and OpenMeetings 2.0.0 as you suggest to me for another problem, first I use 2.1)?
>
> Bye
>
>
> Il giorno 21/ago/2012, alle ore 10:35, "seba.wagner@gmail.com" <se...@gmail.com> ha scritto:
>
>> I don't think that your log really belongs together.
>>
>> The first logs are okay, the second logs errors are not from the
>> installation process, those logs are produced when you try to enter
>> the application through the normal login but the system is not
>> installed in the database yet.
>>
>> You should check the log again or post a complete one somewhere at
>> pastebin.com for example.
>>
>> Sebastian
>>
>> 2012/8/21 Claudio <cs...@consorzioarsenal.it>:
>>> I try to install version 2.0 but after the configuration page is freeze at step 2 with this log:
>>>
>>> DEBUG 08-21 10:31:52.910 ImportInitvalues.java 23095 771 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - TimeZones ADDED
>>> DEBUG 08-21 10:31:52.915 ImportInitvalues.java 23100 840 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - Languages ADDED
>>> DEBUG 08-21 10:31:52.915 ImportInitvalues.java 23100 907 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages lang: {id=1, name=english, rtl=false, code=en}
>>> DEBUG 08-21 10:31:52.915 ImportInitvalues.java 23100 913 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages rtl from xml: false
>>> DEBUG 08-21 10:32:19.099 ImportInitvalues.java 49284 957 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - Lang ADDED: {id=1, name=english, rtl=false, code=en}
>>> DEBUG 08-21 10:32:19.100 ImportInitvalues.java 49285 907 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages lang: {id=2, name=deutsch, rtl=false, code=de}
>>> DEBUG 08-21 10:32:19.100 ImportInitvalues.java 49285 913 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages rtl from xml: false
>>>
>>>
>>> running open meetings I obtain this error:
>>>
>>> DEBUG 08-21 10:34:05.718 ManageCryptStyle.java 155903 50 org.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-2] - configKeyCryptClassName: null
>>> ERROR 08-21 10:34:05.725 ManageCryptStyle.java 155910 58 org.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-2] - [getInstanceOfCrypt]
>>> java.lang.NullPointerException: null
>>>        at java.lang.Class.forName0(Native Method) ~[na:1.6.0_26]
>>>        at java.lang.Class.forName(Class.java:169) ~[na:1.6.0_26]
>>>        at org.openmeetings.utils.crypt.ManageCryptStyle.getInstanceOfCrypt(ManageCryptStyle.java:52) ~[openmeetings-2.0.0-RELEASE.jar:na]
>>>        at org.openmeetings.app.remote.red5.ClientListManager.addClientListItem(ClientListManager.java:88) [openmeetings-2.0.0-RELEASE.jar:na]
>>>        at org.openmeetings.app.remote.red5.ScopeApplicationAdapter.roomConnect(ScopeApplicationAdapter.java:205) [openmeetings-2.0.0-RELEASE.jar:na]
>>>        at org.red5.server.adapter.MultiThreadedApplicationAdapter.connect(MultiThreadedApplicationAdapter.java:326) [red5.jar:na]
>>>
>>> Thanks for help
>>> Claudio
>>
>>
>>
>> --
>> Sebastian Wagner
>> https://twitter.com/#!/dead_lock
>> http://www.webbase-design.de
>> http://www.wagner-sebastian.com
>> seba.wagner@gmail.com
>



-- 
WBR
Maxim aka solomax

Re: installation problem

Posted by Claudio <cs...@consorzioarsenal.it>.
Yes you are right.
First I try to complete the installation  but I cannot complete and I send to you the first log.

the second log is due when I try to enter into open meetings.

I agree with you that It seems that there is an error at db level.

Suggestions (I am working with ubuntu server 10.04 and OpenMeetings 2.0.0 as you suggest to me for another problem, first I use 2.1)?

Bye


Il giorno 21/ago/2012, alle ore 10:35, "seba.wagner@gmail.com" <se...@gmail.com> ha scritto:

> I don't think that your log really belongs together.
> 
> The first logs are okay, the second logs errors are not from the
> installation process, those logs are produced when you try to enter
> the application through the normal login but the system is not
> installed in the database yet.
> 
> You should check the log again or post a complete one somewhere at
> pastebin.com for example.
> 
> Sebastian
> 
> 2012/8/21 Claudio <cs...@consorzioarsenal.it>:
>> I try to install version 2.0 but after the configuration page is freeze at step 2 with this log:
>> 
>> DEBUG 08-21 10:31:52.910 ImportInitvalues.java 23095 771 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - TimeZones ADDED
>> DEBUG 08-21 10:31:52.915 ImportInitvalues.java 23100 840 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - Languages ADDED
>> DEBUG 08-21 10:31:52.915 ImportInitvalues.java 23100 907 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages lang: {id=1, name=english, rtl=false, code=en}
>> DEBUG 08-21 10:31:52.915 ImportInitvalues.java 23100 913 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages rtl from xml: false
>> DEBUG 08-21 10:32:19.099 ImportInitvalues.java 49284 957 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - Lang ADDED: {id=1, name=english, rtl=false, code=en}
>> DEBUG 08-21 10:32:19.100 ImportInitvalues.java 49285 907 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages lang: {id=2, name=deutsch, rtl=false, code=de}
>> DEBUG 08-21 10:32:19.100 ImportInitvalues.java 49285 913 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages rtl from xml: false
>> 
>> 
>> running open meetings I obtain this error:
>> 
>> DEBUG 08-21 10:34:05.718 ManageCryptStyle.java 155903 50 org.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-2] - configKeyCryptClassName: null
>> ERROR 08-21 10:34:05.725 ManageCryptStyle.java 155910 58 org.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-2] - [getInstanceOfCrypt]
>> java.lang.NullPointerException: null
>>        at java.lang.Class.forName0(Native Method) ~[na:1.6.0_26]
>>        at java.lang.Class.forName(Class.java:169) ~[na:1.6.0_26]
>>        at org.openmeetings.utils.crypt.ManageCryptStyle.getInstanceOfCrypt(ManageCryptStyle.java:52) ~[openmeetings-2.0.0-RELEASE.jar:na]
>>        at org.openmeetings.app.remote.red5.ClientListManager.addClientListItem(ClientListManager.java:88) [openmeetings-2.0.0-RELEASE.jar:na]
>>        at org.openmeetings.app.remote.red5.ScopeApplicationAdapter.roomConnect(ScopeApplicationAdapter.java:205) [openmeetings-2.0.0-RELEASE.jar:na]
>>        at org.red5.server.adapter.MultiThreadedApplicationAdapter.connect(MultiThreadedApplicationAdapter.java:326) [red5.jar:na]
>> 
>> Thanks for help
>> Claudio
> 
> 
> 
> -- 
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> seba.wagner@gmail.com


Re: installation problem

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
I don't think that your log really belongs together.

The first logs are okay, the second logs errors are not from the
installation process, those logs are produced when you try to enter
the application through the normal login but the system is not
installed in the database yet.

You should check the log again or post a complete one somewhere at
pastebin.com for example.

Sebastian

2012/8/21 Claudio <cs...@consorzioarsenal.it>:
> I try to install version 2.0 but after the configuration page is freeze at step 2 with this log:
>
> DEBUG 08-21 10:31:52.910 ImportInitvalues.java 23095 771 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - TimeZones ADDED
> DEBUG 08-21 10:31:52.915 ImportInitvalues.java 23100 840 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - Languages ADDED
> DEBUG 08-21 10:31:52.915 ImportInitvalues.java 23100 907 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages lang: {id=1, name=english, rtl=false, code=en}
> DEBUG 08-21 10:31:52.915 ImportInitvalues.java 23100 913 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages rtl from xml: false
> DEBUG 08-21 10:32:19.099 ImportInitvalues.java 49284 957 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - Lang ADDED: {id=1, name=english, rtl=false, code=en}
> DEBUG 08-21 10:32:19.100 ImportInitvalues.java 49285 907 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages lang: {id=2, name=deutsch, rtl=false, code=de}
> DEBUG 08-21 10:32:19.100 ImportInitvalues.java 49285 913 org.openmeetings.app.installation.ImportInitvalues [http-0.0.0.0-5080-1] - loadInitLanguages rtl from xml: false
>
>
> running open meetings I obtain this error:
>
> DEBUG 08-21 10:34:05.718 ManageCryptStyle.java 155903 50 org.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-2] - configKeyCryptClassName: null
> ERROR 08-21 10:34:05.725 ManageCryptStyle.java 155910 58 org.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-2] - [getInstanceOfCrypt]
> java.lang.NullPointerException: null
>         at java.lang.Class.forName0(Native Method) ~[na:1.6.0_26]
>         at java.lang.Class.forName(Class.java:169) ~[na:1.6.0_26]
>         at org.openmeetings.utils.crypt.ManageCryptStyle.getInstanceOfCrypt(ManageCryptStyle.java:52) ~[openmeetings-2.0.0-RELEASE.jar:na]
>         at org.openmeetings.app.remote.red5.ClientListManager.addClientListItem(ClientListManager.java:88) [openmeetings-2.0.0-RELEASE.jar:na]
>         at org.openmeetings.app.remote.red5.ScopeApplicationAdapter.roomConnect(ScopeApplicationAdapter.java:205) [openmeetings-2.0.0-RELEASE.jar:na]
>         at org.red5.server.adapter.MultiThreadedApplicationAdapter.connect(MultiThreadedApplicationAdapter.java:326) [red5.jar:na]
>
> Thanks for help
> Claudio



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com