I did copy the mysql_persistence.xml to persistence.xml  from the
install directory, not from other directories.

Could you find something from the error_log? Is it ok?



2011/12/14, seba.wag...@gmail.com <seba.wag...@gmail.com>:
> You might mixed up some of the config files. You should really rename the
> mysql_persistence.xml from the install directory and _not_ copy any other
> file, the configuration files have different tables configured.
>
> Sebastian
>
> 2011/12/14 yo yo <yoyo2...@gmail.com>
>
>>  I checkout the source from the svn trunk ==> compile with ant  ==> modify
>> the
>> config.xml under openmeetings ==> and copy mysql_persistence.xml to
>> persistence.xml.  ==> drop the database openmeetings  ==> startup
>> red5,there is someting error with the persistence
>>
>> When i access ../openmeetings/install, it has been stopped on the page
>> ,showing
>> "OpenMeetings - Loading ...
>>  The server is not yet completely initialized. Please try again in a
>> couple of seconds.
>>  If this message persists for several minutes contact your
>> Sys-Administration.
>>  If that message stays forever you should check the logs located in
>> openmeetings_install_dir/log
>>  folder, probably your database user/pwd/host is wrong!".
>>
>> I'm sure that the database user/pwd/host is true.
>>
>> There was a new database openmeetings created without any tables.
>>
>> Here is the error.log:
>>
>> 2011-12-14 16:09:27,391
>> [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1]
>> ERROR org.quartz.core.JobRunShell - Job DEFAULT.meetingReminderClear
>> threw an unhandled Exception:
>> org.springframework.scheduling.quartz.JobMethodInvocationFailedException:
>> Invocation of method 'doIt' on target class [class
>> org.openmeetings.app.quartz.scheduler.MeetingReminderJob] failed;
>> nested exception is java.lang.VerifyError: Expecting a stackmap frame
>> at branch target 70 in method
>> org.openmeetings.app.persistence.beans.user.UserContacts.<clinit>()V
>> at offset 61
>>        at
>> org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:273)
>> ~[org.springframework.context.support-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:86)
>> ~[org.springframework.context.support-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
>> ~[quartz-1.8.5.jar:na]
>>        at
>> org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
>> [quartz-1.8.5.jar:na]
>> Caused by: java.lang.VerifyError: Expecting a stackmap frame at branch
>> target 70 in method
>> org.openmeetings.app.persistence.beans.user.UserContacts.<clinit>()V
>> at offset 61
>>        at java.lang.Class.forName0(Native Method) ~[na:1.7.0_01]
>>        at java.lang.Class.forName(Class.java:264) ~[na:1.7.0_01]
>>        at
>> org.apache.openjpa.meta.MetaDataRepository.classForName(MetaDataRepository.java:1552)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.meta.MetaDataRepository.loadPersistentTypesInternal(MetaDataRepository.java:1528)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.meta.MetaDataRepository.loadPersistentTypes(MetaDataRepository.java:1506)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.kernel.AbstractBrokerFactory.loadPersistentTypes(AbstractBrokerFactory.java:283)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.kernel.AbstractBrokerFactory.initializeBroker(AbstractBrokerFactory.java:239)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.kernel.AbstractBrokerFactory.newBroker(AbstractBrokerFactory.java:213)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.kernel.DelegatingBrokerFactory.newBroker(DelegatingBrokerFactory.java:156)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:227)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:154)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:60)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.springframework.orm.jpa.JpaTransactionManager.createEntityManagerForTransaction(JpaTransactionManager.java:400)
>> ~[org.springframework.orm-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.springframework.orm.jpa.JpaTransactionManager.doBegin(JpaTransactionManager.java:321)
>> ~[org.springframework.orm-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:371)
>> ~[org.springframework.transaction-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:335)
>> ~[org.springframework.transaction-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:105)
>> ~[org.springframework.transaction-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>> ~[org.springframework.aop-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:621)
>> ~[org.springframework.aop-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.openmeetings.app.data.basic.Configurationmanagement$$EnhancerByCGLIB$$9045fcf0.getConfValue(<generated>)
>> ~[cglib-2.2.2.jar:na]
>>        at
>> org.openmeetings.app.data.calendar.management.AppointmentLogic.doScheduledMeetingReminder(AppointmentLogic.java:367)
>> ~[openmeetings.jar:na]
>>        at
>> org.openmeetings.app.quartz.scheduler.MeetingReminderJob.doIt(MeetingReminderJob.java:18)
>> ~[openmeetings.jar:na]
>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> ~[na:1.7.0_01]
>>        at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>> ~[na:1.7.0_01]
>>        at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> ~[na:1.7.0_01]
>>        at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_01]
>>        at
>> org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:273)
>> ~[org.springframework.core-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:264)
>> ~[org.springframework.context.support-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        ... 3 common frames omitted
>> 2011-12-14 16:09:27,394
>> [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1]
>> ERROR org.quartz.core.ErrorLogger - Job (DEFAULT.meetingReminderClear
>> threw an exception.
>> org.quartz.SchedulerException: Job threw an unhandled exception.
>>        at org.quartz.core.JobRunShell.run(JobRunShell.java:227)
>> ~[quartz-1.8.5.jar:na]
>>        at
>> org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
>> [quartz-1.8.5.jar:na]
>> Caused by:
>> org.springframework.scheduling.quartz.JobMethodInvocationFailedException:
>> Invocation of method 'doIt' on target class [class
>> org.openmeetings.app.quartz.scheduler.MeetingReminderJob] failed;
>> nested exception is java.lang.VerifyError: Expecting a stackmap frame
>> at branch target 70 in method
>> org.openmeetings.app.persistence.beans.user.UserContacts.<clinit>()V
>> at offset 61
>>        at
>> org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:273)
>> ~[org.springframework.context.support-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:86)
>> ~[org.springframework.context.support-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
>> ~[quartz-1.8.5.jar:na]
>>        ... 1 common frames omitted
>> Caused by: java.lang.VerifyError: Expecting a stackmap frame at branch
>> target 70 in method
>> org.openmeetings.app.persistence.beans.user.UserContacts.<clinit>()V
>> at offset 61
>>        at java.lang.Class.forName0(Native Method) ~[na:1.7.0_01]
>>        at java.lang.Class.forName(Class.java:264) ~[na:1.7.0_01]
>>        at
>> org.apache.openjpa.meta.MetaDataRepository.classForName(MetaDataRepository.java:1552)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.meta.MetaDataRepository.loadPersistentTypesInternal(MetaDataRepository.java:1528)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.meta.MetaDataRepository.loadPersistentTypes(MetaDataRepository.java:1506)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.kernel.AbstractBrokerFactory.loadPersistentTypes(AbstractBrokerFactory.java:283)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.kernel.AbstractBrokerFactory.initializeBroker(AbstractBrokerFactory.java:239)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.kernel.AbstractBrokerFactory.newBroker(AbstractBrokerFactory.java:213)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.kernel.DelegatingBrokerFactory.newBroker(DelegatingBrokerFactory.java:156)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:227)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:154)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:60)
>> ~[openjpa-2.1.0.jar:2.1.0]
>>        at
>> org.springframework.orm.jpa.JpaTransactionManager.createEntityManagerForTransaction(JpaTransactionManager.java:400)
>> ~[org.springframework.orm-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.springframework.orm.jpa.JpaTransactionManager.doBegin(JpaTransactionManager.java:321)
>> ~[org.springframework.orm-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:371)
>> ~[org.springframework.transaction-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:335)
>> ~[org.springframework.transaction-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:105)
>> ~[org.springframework.transaction-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>> ~[org.springframework.aop-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:621)
>> ~[org.springframework.aop-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.openmeetings.app.data.basic.Configurationmanagement$$EnhancerByCGLIB$$9045fcf0.getConfValue(<generated>)
>> ~[cglib-2.2.2.jar:na]
>>        at
>> org.openmeetings.app.data.calendar.management.AppointmentLogic.doScheduledMeetingReminder(AppointmentLogic.java:367)
>> ~[openmeetings.jar:na]
>>        at
>> org.openmeetings.app.quartz.scheduler.MeetingReminderJob.doIt(MeetingReminderJob.java:18)
>> ~[openmeetings.jar:na]
>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> ~[na:1.7.0_01]
>>        at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>> ~[na:1.7.0_01]
>>        at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> ~[na:1.7.0_01]
>>        at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_01]
>>        at
>> org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:273)
>> ~[org.springframework.core-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        at
>> org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:264)
>> ~[org.springframework.context.support-3.0.6.RELEASE.jar:3.0.6.RELEASE]
>>        ... 3 common frames omitted
>>
>> 2011/12/10, solomax <solomax...@gmail.com>:
>> > I used fresh installation on Ubuntu 10.04.3 server x64
>> > I can list all deb installed and post it here (if it helps)
>> >
>> > On Dec 9, 3:32 pm, yo yo <yoyo2...@gmail.com> wrote:
>> >> thanks,i have received your discussion email.
>> >> Is it possible that the environment on solomax'machine is different
>> >> from us except jdk version.
>> >>
>> >> On 12月9日, 下午3时37分, Zeeshan Ali Shah <zees...@infoshield.info> wrote:
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> > Same issue with me, we are discussing this on another thread as well
>> in
>> >> > details. join there
>> >>
>> >> > ZeeshanOn Fri, Dec 9, 2011 at 8:28 AM, yo yo <yoyo2...@gmail.com>
>> wrote:
>> >> > > hello,
>> >>
>> >> > > I downloaded the new released version openmeetings_1_9_0_r4692.zip
>> >> > > yesterday, unzipped it on redhat .After  I renamed the
>> >> > > mysql_persistence.xml to persistence.xml , configured
>> >> > > persistence.xml .  i  started the red5 ,use ./red5.sh, there is
>> >> > > lots
>> >> > > of errors.
>> >> > > I'm sure that when i startup the red5,the ports that openmeetings
>> >> > > requires were not in use .
>> >> > > And days ago,i tried om_1_8_5 on this machine ,there were no errors
>> >> > > during startup.
>> >> > > I'm using  jdk1.7.0_01. The environment  is ok for 1.8.5 ,but wront
>> >> > > for 1.9.0.Here are the errors:
>> >>
>> >> > > Setting default logging context: default
>> >> > > [INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC2
>> >> > > $Rev:
>> >> > > 4297 $ (http://code.google.com/p/red5/)
>> >> > > Red5 Server 1.0.0 RC2 $Rev: 4297 $ (http://code.google.com/p/red5/)
>> >> > > SLF4J: Class path contains multiple SLF4J bindings.
>> >> > > SLF4J: Found binding in
>> >> > > [jar:file:/opt/openmeetings/red5_190/red5.jar!/
>> >> > > org/slf4j/impl/StaticLoggerBinder.class]
>> >> > > SLF4J: Found binding in [jar:file:/opt/openmeetings/red5_190/lib/
>> >> > > logback-classic-0.9.28.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>> >> > > SLF4J: Seehttp://www.slf4j.org/codes.html#multiple_bindingsforan
>> >> > > explanation.
>> >> > > [INFO] [main]
>> >> > >
>> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>> >> > > - Loading properties file from class path resource
>> >> > > [red5.properties]
>> >> > > [INFO] [main]
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory -
>> >> > > Pre-instantiating singletons in
>> >>
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@182700
>> >> > > 2
>> >> > > :
>> >> > > defining beans
>> >>
>> >> > >
>> [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomc
>> >> > > at.server,rtmpt.server];
>> >> > > root of factory hierarchy
>> >> > > [INFO] [main]
>> >> > >
>> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>> >> > > - Loading properties file from class path resource
>> >> > > [red5.properties]
>> >> > > [INFO] [main]
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory -
>> >> > > Pre-instantiating singletons in
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@9950b4
>> >> > > :
>> >> > > defining beans
>> >>
>> >> > >
>> [placeholderConfig,red5.server,jmxFactory,jmxAgent,serializer,deserializer,
>> >> > >
>> statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory
>> >> > >
>> ,streamableFileFactory,filePersistenceThread,sharedObjectService,streamServ
>> >> > >
>> ice,providerService,consumerService,schedulingService,warDeployService,remo
>> >> > > tingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,
>> mp4reader.im
>> >> > >
>> pl,mp3reader.impl,org.springframework.beans.factory.config.MethodInvokingFa
>> >> > >
>> ctoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryB
>> >> > >
>> ean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastS
>> >> > > tream];
>> >> > > root of factory hierarchy
>> >> > > [INFO] [main]
>> >> > >
>> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>> >> > > - Loading properties file from class path resource
>> >> > > [red5.properties]
>> >> > > [INFO] [main]
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory -
>> >> > > Pre-instantiating singletons in
>> >>
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@1235b6
>> >> > > c
>> >> > > :
>> >> > > defining beans
>> >>
>> >> > >
>> [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,r
>> >> > >
>> tmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHan
>> >> > > dler,rtmptServlet,rtmptConnection];
>> >> > > parent:
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@9950b4
>> >> > > [INFO] [main]
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory -
>> >> > > Pre-instantiating singletons in
>> >>
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@17024f
>> >> > > c
>> >> > > :
>> >> > > defining beans
>> >>
>> >> > >
>> [global.clientRegistry,global.serviceInvoker,global.mappingStrategy,global.
>> >> > > context,global.handler,global.scope,red5.scopeResolver];
>> >> > > parent:
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@9950b4
>> >> > > Context init...
>> >> > > Logger name for context: openmeetings
>> >> > > Context logger config file: logback-config.xml
>> >> > > Adding logger context: openmeetings to map for context:
>> >> > > openmeetings
>> >> > > DEBUG 12-09 11:53:39.866 ContextLoggingListener.java 20 73 ROOT
>> [main]
>> >> > > - Starting up context openmeetings
>> >> > > [WARN] [main] org.apache.axis2.transport.http.AxisServlet - No
>> >> > > transportReceiver for
>> >> > > org.apache.axis2.transport.http.AxisServletListener found. An
>> instance
>> >> > > for HTTP will be configured automatically. Please update your
>> >> > > axis2.xml file!
>> >> > > Bootstrap complete
>> >> > > [INFO] [Launcher:/]
>> >> > >
>> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>> >> > > - Loading properties file from ServletContext resource
>> [/WEB-INF/red5-
>> >> > > web.properties]
>> >> > > [INFO] [Launcher:/]
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory -
>> >> > > Pre-instantiating singletons in
>> >>
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@105d87
>> >> > > d
>> >> > > :
>> >> > > defining beans [placeholderConfig,web.context,web.scope]; parent:
>> >>
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@17024f
>> >> > > c
>> >> > > [INFO] [Launcher:/openmeetings]
>> >> > >
>> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>> >> > > - Loading properties file from ServletContext resource
>> [/WEB-INF/red5-
>> >> > > web.properties]
>> >> > > [INFO] [Launcher:/openmeetings]
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory -
>> >> > > Pre-instantiating singletons in
>> >>
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@1b6f5c
>> >> > > 4
>> >> > > :
>> >> > > defining beans
>> >>
>> >> > >
>> [red5WebPlaceholderConfig,web.context,web.scope,entityManagerFactory,transa
>> >> > >
>> ctionManager,org.springframework.orm.jpa.support.PersistenceAnnotationBeanP
>> >> > >
>> ostProcessor#0,jpaTransactionManager,org.springframework.aop.config.interna
>> >> > >
>> lAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTran
>> >> > >
>> sactionAttributeSource#0,org.springframework.transaction.interceptor.Transa
>> >> > >
>> ctionInterceptor#0,org.springframework.transaction.config.internalTransacti
>> >> > >
>> onAdvisor,org.springframework.context.annotation.internalConfigurationAnnot
>> >> > >
>> ationProcessor,org.springframework.context.annotation.internalAutowiredAnno
>> >> > >
>> tationProcessor,org.springframework.context.annotation.internalRequiredAnno
>> >> > >
>> tationProcessor,org.springframework.context.annotation.internalCommonAnnota
>> >> > >
>> tionProcessor,org.springframework.context.annotation.internalPersistenceAnn
>> >> > >
>> otationProcessor,web.handler,openmeetings.ClientListManager,openmeetings.Em
>> >> > >
>> oticonsManager,openmeetings.WhiteBoardObjectListManager,openmeetings.WhiteB
>> >> > >
>> oardObjectListManagerById,appointmentcategoryservice.service,appointmentrem
>> >> > >
>> inderservice.service,calendarservice.service,meetingmemberservice.service,f
>> >> > >
>> ileservice.service,openmeetings.FileProcessor,openmeetings.FlvExplorerConve
>> >> > >
>> rter,conferenceservice.service,userservice.service,organisationservice.serv
>> >> > >
>> ice,configservice.service,errorservice.service,pollservice.service,xmlcrm.s
>> >> > >
>> ervice,languageservice.service,chatservice.service,streamservice.service,in
>> >> > >
>> vitationservice.service,whiteboardservice.service,printservice.service,flvr
>> >> > >
>> ecorderservice.service,openmeetings.TaskExecutor,openmeetings.FlvRecorderCo
>> >> > >
>> nverterTask,openmeetings.FlvInterviewConverterTask,openmeetings.FlvIntervie
>> >> > >
>> wReConverterTask,openmeetings.FlvInterviewConverter,openmeetings.FlvRecorde
>> >> > >
>> rConverter,ldapconfigservice.service,openmeetings.SessionClearJob,sessionCl
>> >> > >
>> earJob,triggerSessionClear,openmeetings.RecordingJob,quartzRecordingCheck,t
>> >> > >
>> riggerRecording,openmeetings.MeetingReminderJob,meetingReminderClear,trigge
>> >> > >
>> rMeetingReminder,org.springframework.scheduling.quartz.SchedulerFactoryBean
>> >> > >
>> #0,appointmentReminderTypDaoImpl,appointmentCategoryDaoImpl,roommanagement,
>> >> > >
>> addressmanagement,organisationmanagement,salutationmanagement,errorManageme
>> >> > >
>> nt,navimanagement,pollManagement,omTimeZoneDaoImpl,statemanagement,fieldLan
>> >> > >
>> guageDaoImpl,fieldmanagment,cfgManagement,recordingDao,appointmentDao,appoi
>> >> > >
>> ntmentLogic,meetingMemberLogic,sessionManagement,userManagement,roomModerat
>> >> > >
>> orsDao,chatValuesEventDao,conferenceLogDao,conferenceLogTypeDao,emailManage
>> >> > >
>> ment,fileExplorerItemDao,flvRecordingDao,flvRecordingLogDao,flvRecordingMet
>> >> > >
>> aDataDao,flvRecordingMetaDeltaDao,groupManagement,ldapConfigDao,invitationM
>> >> > >
>> anagement,meetingMemberDao,openXGReturnObjectDao,privateMessageFolderDao,pr
>> >> > >
>> ivateMessagesDao,recordingClientDao,recordingConversionJobDao,roomClientDao
>> >> > >
>> ,roomRecordingDao,roomStreamDao,soapLoginDao,userContactsDao,userSipDataDao
>> >> > >
>> ,usersDao,whiteBoardEventDao,manageCryptStyle,openXGHttpClient,whiteboardCo
>> >> > >
>> nvertionJobManager,generateImage,generateThumbs,generatePDF,serverSharingSe
>> >> > >
>> ssionList,serverSocketMinaProcess,whiteboardConvertionJobManagerSWFTools,ma
>> >> > >
>> ilHandler,feedbackManagement,importInitvalues,languageImport,userImport,lib
>> >> > >
>> raryWmlLoader,loadAtomRssFeed,authLevelManagement,generateSWF,fileUtils,rtp
>> >> > >
>> StreamingHandler,ldapLoginManagement,timezoneUtil,registerUserTemplate,feed
>> >> > >
>> backTemplate,invitationTemplate,requestContactTemplate,requestContactConfir
>> >> > >
>> mTemplate,resetPasswordTemplate,mailTaskExecutor,mailThread,mailiCalThread,
>> >> > >
>> userWebService,roomWebService,fileWebService,backupExport,backupImport];
>> >> > > parent:
>> >>
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@17024f
>> >> > > c
>> >> > > [INFO] [Launcher:/openmeetings]
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory -
>> >> > > Destroying singletons in
>> >>
>> >> > >
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@1b6f5c
>> >> > > 4
>> >> > > :
>> >> > > defining beans
>> >>
>> >> ...
>> >>
>> >> 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 openmeetings-user@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > openmeetings-user+unsubscr...@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/openmeetings-user?hl=en.
>> >
>> >
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-user@googlegroups.com.
>> To unsubscribe from this group, send email to
>> openmeetings-user+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/openmeetings-user?hl=en.
>>
>>
>
>
> --
> Sebastian Wagner
> http://www.openmeetings.de
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> seba.wag...@gmail.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-user@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to