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 <[email protected]>: > 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 [email protected]
