My java version is just like yours. java version "1.6.0_26" Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) So it's not a java version issue?
On Dec 8, 8:56 pm, "[email protected]" <[email protected]> wrote: > You should use sun-jdk6 > > I just tried release 1.9.x on a Debian machine, there where no errors > during startup. > > My Java Version: > java version "1.6.0_26" > Java(TM) SE Runtime Environment (build 1.6.0_26-b03) > Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) > > Everything should be fine. > > Sebastian > > 2011/12/8 Lee Daniel <[email protected]>: > > > > > > > > > I have change sun-java-6 to openjdk,not solve the problem. > > > On 12月8日, 下午8时05分, "[email protected]" <[email protected]> > > wrote: > >> And what Java Version ? > > >> 2011/12/8 [email protected] <[email protected]>: > > >> > What shell script are you using the start the server? > >> > red5.sh ? > > >> > Sebastian > > >> > 2011/12/8 Holger Rabbach (ICT) <[email protected]>: > >> >> I actually have the exact same problem, also with a freshly unzipped > >> >> 1_9_0_r4692.zip file on Ubuntu 10.04 LTS. 1.8 and the nightly build > >> >> with RTMPS I was running until now didn't have this problem. Nothing > >> >> was copied into the zip file, nothing was configured... seems the zip > >> >> file doesn't like to play with that version of Ubuntu for some reason... > > >> >> Holger > > >> >> -----Original Message----- > >> >> From: [email protected] > >> >> [mailto:[email protected]] On Behalf Of > >> >> [email protected] > >> >> Sent: Donnerstag, 8. Dezember 2011 09:49 > >> >> To: [email protected] > >> >> Subject: Re: [openmeetings-user] Can't start openmeetings_1_9_0_r4692 > >> >> under Ubuntu 10.04.3 LTS > > >> >> Hi Lee, > > >> >> I would guess you mixed up sth or copied some files into the ZIP file. > >> >> Maybe you misconfigured the database persistence.xml or something else. > >> >> What is your process to start OpenMeetings and where you got this log > >> >> from? > > >> >> Sebastian > > >> >> 2011/12/8 Lee Daniel <[email protected]>: > >> >>> The environment is OK for the 1.8.8,but not work for the 1.9.Here is > >> >>> the output log! > > >> >>> Exception in thread "Launcher:/openmeetings" > >> >>> org.springframework.beans.factory.BeanCreationException: Error > >> >>> creating bean with name 'web.scope' defined in ServletContext resource > >> >>> [/WEB-INF/red5-web.xml]: Cannot resolve reference to bean > >> >>> 'web.handler' while setting bean property 'handler'; nested exception > >> >>> is org.springframework.beans.factory.BeanCreationException: Error > >> >>> creating bean with name 'web.handler': Injection of autowired > >> >>> dependencies failed; nested exception is > >> >>> org.springframework.beans.factory.BeanCreationException: Could not > >> >>> autowire field: private > >> >>> org.openmeetings.app.remote.red5.ClientListManager > >> >>> org.openmeetings.app.remote.red5.ScopeApplicationAdapter.clientListMan > >> >>> ager; > >> >>> nested exception is > >> >>> org.springframework.beans.factory.BeanCreationException: Error > >> >>> creating bean with name 'openmeetings.ClientListManager': Injection of > >> >>> autowired dependencies failed; nested exception is > >> >>> org.springframework.beans.factory.BeanCreationException: Could not > >> >>> autowire field: private org.openmeetings.utils.crypt.ManageCryptStyle > >> >>> org.openmeetings.app.remote.red5.ClientListManager.manageCryptStyle; > >> >>> nested exception is > >> >>> org.springframework.beans.factory.BeanCreationException: Error > >> >>> creating bean with name 'manageCryptStyle': Injection of autowired > >> >>> dependencies failed; nested exception is > >> >>> org.springframework.beans.factory.BeanCreationException: Could not > >> >>> autowire field: private > >> >>> org.openmeetings.app.data.basic.Configurationmanagement > >> >>> org.openmeetings.utils.crypt.ManageCryptStyle.cfgManagement; nested > >> >>> exception is org.springframework.beans.factory.BeanCreationException: > >> >>> Error creating bean with name 'cfgManagement': Injection of > >> >>> persistence dependencies failed; nested exception is > >> >>> org.springframework.beans.factory.BeanCreationException: Error > >> >>> creating bean with name 'entityManagerFactory' defined in > >> >>> ServletContext resource [/WEB-INF/openmeetings- > >> >>> applicationContext.xml]: Invocation of init method failed; nested > >> >>> exception is javax.persistence.PersistenceException: Found > >> >>> 'javax.persistence.provider' property in the map but the value is not > >> >>> a String. Found object : 'null'. > >> >>> at > >> >>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java: > >> >>> 328) > >> >>> at > >> >>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java: > >> >>> 106) > >> >>> at > >> >>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java: > >> >>> 1325) > >> >>> at > >> >>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java: > >> >>> 1086) > >> >>> at > >> >>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java: > >> >>> 517) > >> >>> at > >> >>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java: > >> >>> 456) > >> >>> at > >> >>> org.springframework.beans.factory.support.AbstractBeanFactory > >> >>> $1.getObject(AbstractBeanFactory.java:293) > >> >>> at > >> >>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java: > >> >>> 222) > >> >>> at > >> >>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java: > >> >>> 290) > >> >>> at > >> >>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java: > >> >>> 192) > >> >>> at > >> >>> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java: > >> >>> 585) > >> >>> at > >> >>> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java: > >> >>> 895) > >> >>> at > >> >>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java: > >> >>> 425) > >> >>> at org.red5.server.tomcat.TomcatLoader$1.run(TomcatLoader.java: > >> >>> 577) > >> >>> Caused by: org.springframework.beans.factory.BeanCreationException: > >> >>> Error creating bean with name 'web.handler': Injection of autowired > >> >>> dependencies failed; nested exception is > >> >>> org.springframework.beans.factory.BeanCreationException: Could not > >> >>> autowire field: private > >> >>> org.openmeetings.app.remote.red5.ClientListManager > >> >>> org.openmeetings.app.remote.red5.ScopeApplicationAdapter.clientListMan > >> >>> ager; > >> >>> nested exception is > >> >>> org.springframework.beans.factory.BeanCreationException: Error > >> >>> creating bean with name 'openmeetings.ClientListManager': Injection of > >> >>> autowired dependencies failed; nested exception is > >> >>> org.springframework.beans.factory.BeanCreationException: Could not > >> >>> autowire field: private org.openmeetings.utils.crypt.ManageCryptStyle > >> >>> org.openmeetings.app.remote.red5.ClientListManager.manageCryptStyle; > >> >>> nested exception is > >> >>> org.springframework.beans.factory.BeanCreationException: Error > >> >>> creating bean with name 'manageCryptStyle': Injection of autowired > >> >>> dependencies failed; nested exception is > >> >>> org.springframework.beans.factory.BeanCreationException: Could not > >> >>> autowire field: private > >> >>> org.openmeetings.app.data.basic.Configurationmanagement > >> >>> org.openmeetings.utils.crypt.ManageCryptStyle.cfgManagement; nested > >> >>> exception is org.springframework.beans.factory.BeanCreationException: > >> >>> Error creating bean with name 'cfgManagement': Injection of > >> >>> persistence dependencies failed; nested exception is > >> >>> org.springframework.beans.factory.BeanCreationException: Error > >> >>> creating bean with name 'entityManagerFactory' defined in > >> >>> ServletContext resource [/WEB-INF/openmeetings- > >> >>> applicationContext.xml]: Invocation of init method failed; nested > >> >>> exception is javax.persistence.PersistenceException: Found > >> >>> 'javax.persistence.provider' property in the map but the value is not > >> >>> a String. Found object : 'null'. > >> >>> at > >> >>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java: > >> >>> 288) > >> >>> at > >> >>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java: > >> >>> 1074) > >> >>> at > >> >>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java: > >> >>> 517) > >> >>> at > >> >>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java: > >> >>> 456) > >> >>> at > >> >>> org.springframework.beans.factory.support.AbstractBeanFactory > >> >>> $1.getObject(AbstractBeanFactory.java:293) > >> >>> at > >> >>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java: > >> >>> 222) > >> >>> at > >> >>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java: > >> >>> 290) > >> >>> at > >> >>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java: > >> >>> 192) > >> >>> at > >> >>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java: > >> >>> 322) > >> >>> ... 13 more > >> >>> Caused by: org.springframework.beans.factory.BeanCreationException: > >> >>> Could not autowire field: private > > ... > > read more >> -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
