I updated my repository and built it again. And I ran the bellow command

./admin.sh -v -i -user admin -group group -email
[email protected]"Asia/Tehran" --db-name openmeetings_test
--db-type=mysql

So I was able to pass the point where the previous error occurred. Now I
get the bellow error. Can someone please suggest a possible course? I'm not
much familiar with the code. So I can't figure out what is going on.


[ERROR] [main] org.apache.openmeetings.cli.Admin - Install failed
org.springframework.orm.jpa.JpaSystemException: The transaction has been
rolled back.  See the nested exceptions for details on the errors that
occurred.; nested exception is <openjpa-2.2.2-r422266:1468616 fatal general
error> org.apache.openjpa.persistence.PersistenceException: The transaction
has been rolled back.  See the nested exceptions for details on the errors
that occurred.
FailedObject:
org.apache.openmeetings.db.entity.label.Fieldlanguagesvalues@6ed33261
at
org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExceptionIfPossible(EntityManagerFactoryUtils.java:321)
~[spring-orm-jar-3.1.4.RELEASE.jar:3.1.4.RELEASE]
at
org.springframework.orm.jpa.DefaultJpaDialect.translateExceptionIfPossible(DefaultJpaDialect.java:120)
~[spring-orm-jar-3.1.4.RELEASE.jar:3.1.4.RELEASE]
at
org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:516)
~[spring-orm-jar-3.1.4.RELEASE.jar:3.1.4.RELEASE]
at
org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:754)
~[spring-tx-jar-3.1.4.RELEASE.jar:3.1.4.RELEASE]
at
org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:723)
~[spring-tx-jar-3.1.4.RELEASE.jar:3.1.4.RELEASE]
at
org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:387)
~[spring-tx-jar-3.1.4.RELEASE.jar:3.1.4.RELEASE]
at
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:120)
~[spring-tx-jar-3.1.4.RELEASE.jar:3.1.4.RELEASE]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
~[spring-aop-3.1.4.RELEASE.jar:3.1.4.RELEASE]
at
org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
~[spring-aop-3.1.4.RELEASE.jar:3.1.4.RELEASE]
at
org.apache.openmeetings.db.dao.label.FieldLanguageDao$$EnhancerByCGLIB$$92cbd125.updateLanguage(<generated>)
~[cglib-nodep-2.2.2.jar:na]
at
org.apache.openmeetings.installation.ImportInitvalues.loadLanguagesFile(ImportInitvalues.java:853)
~[openmeetings-cli-3.1.0-SNAPSHOT.jar:na]
at
org.apache.openmeetings.installation.ImportInitvalues.loadLanguagesFiles(ImportInitvalues.java:879)
~[openmeetings-cli-3.1.0-SNAPSHOT.jar:na]
at
org.apache.openmeetings.installation.ImportInitvalues.loadSystem(ImportInitvalues.java:970)
~[openmeetings-cli-3.1.0-SNAPSHOT.jar:na]
at
org.apache.openmeetings.installation.ImportInitvalues.loadAll(ImportInitvalues.java:998)
~[openmeetings-cli-3.1.0-SNAPSHOT.jar:na]
at org.apache.openmeetings.cli.Admin.process(Admin.java:278)
[openmeetings-cli-3.1.0-SNAPSHOT.jar:na]
at org.apache.openmeetings.cli.Admin.main(Admin.java:625)
[openmeetings-cli-3.1.0-SNAPSHOT.jar:na]
Caused by: org.apache.openjpa.persistence.PersistenceException: The
transaction has been rolled back.  See the nested exceptions for details on
the errors that occurred.
at
org.apache.openjpa.kernel.BrokerImpl.newFlushException(BrokerImpl.java:2347)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at org.apache.openjpa.kernel.BrokerImpl.flush(BrokerImpl.java:2184)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at org.apache.openjpa.kernel.BrokerImpl.flushSafe(BrokerImpl.java:2082)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.kernel.BrokerImpl.beforeCompletion(BrokerImpl.java:2000)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.kernel.LocalManagedRuntime.commit(LocalManagedRuntime.java:81)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at org.apache.openjpa.kernel.BrokerImpl.commit(BrokerImpl.java:1524)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.kernel.DelegatingBroker.commit(DelegatingBroker.java:933)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.persistence.EntityManagerImpl.commit(EntityManagerImpl.java:570)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:512)
~[spring-orm-jar-3.1.4.RELEASE.jar:3.1.4.RELEASE]
... 13 common frames omitted
Caused by: org.apache.openjpa.persistence.PersistenceException: Incorrect
string value: '\xE2\x88\x9A\xE2\x80\xA0...' for column 'value' at row 1
{prepstmnt 589378087 INSERT INTO fieldlanguagesvalues (deleted,
fieldvalues_id, language_id, starttime, updatetime, value) VALUES (?, ?, ?,
?, ?, ?)} [code=1366, state=HY000]
at org.apache.openjpa.jdbc.sql.DBDictionary.narrow(DBDictionary.java:4962)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4922)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:136)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:78)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl.flushAndUpdate(PreparedStatementManagerImpl.java:144)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.jdbc.kernel.BatchingPreparedStatementManagerImpl.flushAndUpdate(BatchingPreparedStatementManagerImpl.java:79)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl.flushInternal(PreparedStatementManagerImpl.java:100)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl.flush(PreparedStatementManagerImpl.java:88)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.jdbc.kernel.ConstraintUpdateManager.flush(ConstraintUpdateManager.java:550)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.jdbc.kernel.ConstraintUpdateManager.flush(ConstraintUpdateManager.java:106)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.jdbc.kernel.BatchingConstraintUpdateManager.flush(BatchingConstraintUpdateManager.java:59)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.jdbc.kernel.AbstractUpdateManager.flush(AbstractUpdateManager.java:105)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.jdbc.kernel.AbstractUpdateManager.flush(AbstractUpdateManager.java:78)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.jdbc.kernel.JDBCStoreManager.flush(JDBCStoreManager.java:732)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.kernel.DelegatingStoreManager.flush(DelegatingStoreManager.java:131)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.datacache.DataCacheStoreManager.flush(DataCacheStoreManager.java:661)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.kernel.DelegatingStoreManager.flush(DelegatingStoreManager.java:131)
~[openjpa-bundle-2.2.2.jar:2.2.2]
... 21 common frames omitted
Caused by: org.apache.openjpa.lib.jdbc.ReportingSQLException: Incorrect
string value: '\xE2\x88\x9A\xE2\x80\xA0...' for column 'value' at row 1
{prepstmnt 589378087 INSERT INTO fieldlanguagesvalues (deleted,
fieldvalues_id, language_id, starttime, updatetime, value) VALUES (?, ?, ?,
?, ?, ?)} [code=1366, state=HY000]
at
org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.wrap(LoggingConnectionDecorator.java:219)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.wrap(LoggingConnectionDecorator.java:195)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.access$1000(LoggingConnectionDecorator.java:59)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator$LoggingConnection$LoggingPreparedStatement.executeUpdate(LoggingConnectionDecorator.java:1134)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:275)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:275)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl.executeUpdate(PreparedStatementManagerImpl.java:268)
~[openjpa-bundle-2.2.2.jar:2.2.2]
at
org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl.flushAndUpdate(PreparedStatementManagerImpl.java:119)
~[openjpa-bundle-2.2.2.jar:2.2.2]
... 33 common frames omitted



On Sun, Mar 2, 2014 at 9:13 PM, Maxim Solodovnik <[email protected]>wrote:

> it is fixed
>
> the following command works for me
> ./admin.sh -v -i -user admin -group group -email [email protected] -tz
> "Asia/Tehran" --db-name openmeetings_test --db-type=mysql
>
>
>
> On Sun, Mar 2, 2014 at 9:36 PM, Maduranga Siriwardena <
> [email protected]> wrote:
>
> > @Maxim Solodovnik
> > Thank you for the reply.
> >
> > I am planing to participate in GSoC through openmeetings. So I need get
> > familiar with the product. As I can't run the product currently, it is
> bit
> > difficult to proceed. Can you please notify me when the issue is fixed?
> >
> >
> > On Sun, Mar 2, 2014 at 6:55 PM, Maxim Solodovnik <[email protected]
> > >wrote:
> >
> > > You seems to find an issue
> > > Thanks for reporting :)
> > >
> > > Should be fixed
> > >
> > >
> > > On Sun, Mar 2, 2014 at 10:48 AM, Maduranga Siriwardena <
> > > [email protected]> wrote:
> > >
> > > > Hi all,
> > > > I'm trying to build the source code. I checked it out from the svn
> and
> > > > build it using the command "ant -Ddb=myql" and the building process
> > well
> > > > without any errors.
> > > > Then I tried to run the product. First I created a user and granted
> the
> > > > privileges to the user. Then I ran the bellow command.
> > > >
> > > > ./admin.sh -i -v -tz Europe/Berlin -email [email protected]
> > > > webbase -user admin --smtp-server localhost --db-type mysql --db-name
> > > > openmeetings_db --email-auth-user [email protected]
> > > > maduranga123 --system-email-address
> [email protected]
> > > > maduranga --db-host localhost --email-auth-pass maduranga123
> --db-pass
> > > > maduranga123
> > > >
> > > > But it gives some errors and terminates to run. Bellow is the output
> > > > printed on the command line. Can someone please help me to correct
> this
> > > > error?
> > > >
> > > > SLF4J: Class path contains multiple SLF4J bindings.
> > > > SLF4J: Found binding in
> > > >
> > > >
> > >
> >
> [jar:file:/home/maduranga/GSoC/openmeetings/trunk/singlewebapp/dist/red5/red5-server.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> > > > SLF4J: Found binding in
> > > >
> > > >
> > >
> >
> [jar:file:/home/maduranga/GSoC/openmeetings/trunk/singlewebapp/dist/red5/lib/logback-classic-1.0.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> > > > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> > > > explanation.
> > > > SLF4J: Actual binding is of type
> > > [org.red5.logging.LoggingContextSelector]
> > > > Context init...
> > > > Logger name for context: openmeetings
> > > > DEBUG 03-02 09:05:24.291 ContextLoggingListener.java 88 72 ROOT
> [main]
> > -
> > > > Starting up context openmeetings
> > > > [INFO] [main]
> > > > org.springframework.context.support.ClassPathXmlApplicationContext -
> > > > Refreshing
> > > >
> > >
> >
> org.springframework.context.support.ClassPathXmlApplicationContext@c1da30b
> > > > :
> > > > startup date [Sun Mar 02 09:05:24 IST 2014]; root of context
> hierarchy
> > > > [INFO] [main]
> > > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > > > - Loading XML bean definitions from class path resource
> > > > [openmeetings-applicationContext.xml]
> > > > [INFO] [main]
> > > >
> org.springframework.context.annotation.ClassPathBeanDefinitionScanner -
> > > > JSR-250 'javax.annotation.ManagedBean' found and supported for
> > component
> > > > scanning
> > > > [INFO] [main]
> > > > org.springframework.beans.factory.support.DefaultListableBeanFactory
> -
> > > > Pre-instantiating singletons in
> > > >
> > > >
> > >
> >
> org.springframework.beans.factory.support.DefaultListableBeanFactory@4258f598
> > > > :
> > > > defining beans
> > > >
> > > >
> > >
> >
> [entityManagerFactory,transactionManager,org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor#0,multipartResolver,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,networkTestingController,screenController,uploadController,web.handler,openmeetings.SessionManager,openmeetings.EmoticonsManager,openmeetings.HashMapStore,whiteBoardObjectListManagerById,whiteBoardObjectSyncManager,openmeetings.DatabaseStore,openmeetings.ServerUtil,xmlcrm.service,printservice.service,pollservice.service,languageservice.service,invitationservice.service,whiteboardservice.service,userservice.service,fileservice.service,openmeetings.FileProcessor,openmeetings.FlvExplorerConverter,errorservice.service,conferenceservice.service,chatservice.service,flvrecorderservice.service,openmeetings.FlvRecorderConverterTask,openmeetings.FlvInterviewConverterTask,openmeetings.FlvInterviewReConverterTask,openmeetings.FlvInterviewConverter,openmeetings.FlvRecorderConverter,openmeetings.SlaveHTTPConnectionManager,openmeetings.SessionClearJob,sessionClearJob,triggerSessionClear,openmeetings.MeetingReminderJob,meetingReminderClear,triggerMeetingReminder,testSetupCleanupJob,testSetupCleanup,triggerTestSetupCleanup,mailHandler,resetSendingMailStatus,triggerResetSendingMailStatus,sendMails,triggerSendMails,org.springframework.scheduling.quartz.SchedulerFactoryBean#0,appointmentReminderTypDaoImpl,appointmentCategoryDaoImpl,roommanagement,roomDao,sipDao,invitationDao,organisationmanagement,organisationDao,organisationUserDao,salutationmanagement,errorManagement,navimanagement,pollManagement,statemanagement,fieldLanguageDaoImpl,fieldValueDaoImpl,fieldLanguagesValuesDAO,fieldmanagment,configurationDaoImpl,appointmentDao,appointmentLogic,sessionManagement,userManagement,roomModeratorsDao,roomOrganisationDao,roomTypeDao,conferenceLogDao,conferenceLogTypeDao,emailManagement,fileExplorerItemDao,flvRecordingDao,flvRecordingLogDao,flvRecordingMetaDataDao,flvRecordingMetaDeltaDao,ldapConfigDao,invitationManagement,meetingMemberDao,privateMessageFolderDao,privateMessagesDao,soapLoginDao,userContactsDao,dao,usersDao,adminUserDao,userLevelDao,serverDao,chatDao,clientDao,mailMessageDao,oauth2Dao,generateImage,generateThumbs,generatePDF,smsHandler,importInitvalues,languageImport,libraryWmlLoader,generateSWF,fileUtils,ldapLoginManagement,timezoneUtil,whiteboardManagement,backupExport,backupImport,taskExecutor,userWebService,roomWebService,fileWebService,calendarWebService,jabberWebService,serverWebService,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor];
> > > > root of factory hierarchy
> > > > [INFO] [main]
> > org.springframework.orm.jpa.LocalEntityManagerFactoryBean -
> > > > Building JPA EntityManagerFactory for persistence unit 'openmeetings'
> > > > 447  openmeetings  INFO   [main] openjpa.Runtime - OpenJPA
> dynamically
> > > > loaded the class enhancer. Any classes that were not enhanced at
> build
> > > time
> > > > will be enhanced when they are loaded by the JVM.
> > > > [INFO] [main]
> > > >
> > > >
> > >
> >
> org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
> > > > - Mapped
> > > >
> > > >
> > >
> >
> "{[/networktest.upload],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}"
> > > > onto public void
> > > >
> > > >
> > >
> >
> org.apache.openmeetings.servlet.outputhandler.NetworkTestingController.serviceGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,javax.servlet.http.HttpSession)
> > > > throws javax.servlet.ServletException,java.io.IOException
> > > > [INFO] [main]
> > > >
> > > >
> > >
> >
> org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
> > > > - Mapped
> > > >
> > > >
> > >
> >
> "{[/networktest.upload],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}"
> > > > onto public void
> > > >
> > > >
> > >
> >
> org.apache.openmeetings.servlet.outputhandler.NetworkTestingController.servicePost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,javax.servlet.http.HttpSession)
> > > > throws javax.servlet.ServletException,java.io.IOException
> > > > [INFO] [main]
> > > >
> > > >
> > >
> >
> org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
> > > > - Mapped
> > > >
> > > >
> > >
> >
> "{[/screen.upload],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}"
> > > > onto public void
> > > >
> > > >
> > >
> >
> org.apache.openmeetings.servlet.outputhandler.ScreenController.handleRequest(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
> > > > [INFO] [main]
> > > >
> > > >
> > >
> >
> org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
> > > > - Mapped
> > > >
> > > >
> > >
> >
> "{[/file.upload],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}"
> > > > onto public void
> > > >
> > > >
> > >
> >
> org.apache.openmeetings.servlet.outputhandler.UploadController.handleFileUpload(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,javax.servlet.http.HttpSession)
> > > > throws javax.servlet.ServletException
> > > > [INFO] [main]
> > > >
> > > >
> > >
> >
> org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
> > > > - Mapped
> > > >
> > > >
> > >
> >
> "{[/remotelog.upload],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}"
> > > > onto public void
> > > >
> > > >
> > >
> >
> org.apache.openmeetings.servlet.outputhandler.UploadController.handleRemoteLog(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
> > > > throws javax.servlet.ServletException
> > > > [INFO] [main]
> > > >
> > > >
> > >
> >
> org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
> > > > - Mapped
> > > >
> > > >
> > >
> >
> "{[/upload.upload],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}"
> > > > onto public void
> > > >
> > > >
> > >
> >
> org.apache.openmeetings.servlet.outputhandler.UploadController.handleFormUpload(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
> > > > throws javax.servlet.ServletException
> > > > [WARN] [main] org.springframework.aop.framework.Cglib2AopProxy -
> Unable
> > > to
> > > > proxy method [public final long
> > > >
> > org.apache.openmeetings.db.dao.basic.ConfigurationDao.getMaxUploadSize()]
> > > > because it is final: All calls to this method via a proxy will be
> > routed
> > > > directly to the proxy.
> > > > [INFO] [main] org.quartz.impl.StdSchedulerFactory - Using default
> > > > implementation for ThreadExecutor
> > > > [INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized
> > > Scheduler
> > > > Signaller of type: class org.quartz.core.SchedulerSignalerImpl
> > > > [INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler
> > v.2.1.6
> > > > created.
> > > > [INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
> > > > [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler meta-data:
> > > Quartz
> > > > Scheduler (v2.1.6)
> > > > 'org.springframework.scheduling.quartz.SchedulerFactoryBean#0' with
> > > > instanceId 'NON_CLUSTERED'
> > > >   Scheduler class: 'org.quartz.core.QuartzScheduler' - running
> locally.
> > > >   NOT STARTED.
> > > >   Currently in standby mode.
> > > >   Number of jobs executed: 0
> > > >   Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10
> > > threads.
> > > >   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not
> > support
> > > > persistence. and is not clustered.
> > > >
> > > > [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler
> > > > 'org.springframework.scheduling.quartz.SchedulerFactoryBean#0'
> > > initialized
> > > > from an externally provided properties instance.
> > > > [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler
> > > > version: 2.1.6
> > > > [INFO] [main] org.quartz.core.QuartzScheduler - JobFactory set to:
> > > > org.springframework.scheduling.quartz.AdaptableJobFactory@31fd4b0b
> > > > [INFO] [main]
> > > org.springframework.context.support.DefaultLifecycleProcessor
> > > > - Starting beans in phase 2147483647
> > > > [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> > > >
> > > >
> > >
> >
> org.springframework.scheduling.quartz.SchedulerFactoryBean#0_$_NON_CLUSTERED
> > > > started.
> > > > [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> > > >
> > > >
> > >
> >
> org.springframework.scheduling.quartz.SchedulerFactoryBean#0_$_NON_CLUSTERED
> > > > shutting down.
> > > > [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> > > >
> > > >
> > >
> >
> org.springframework.scheduling.quartz.SchedulerFactoryBean#0_$_NON_CLUSTERED
> > > > paused.
> > > > [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> > > >
> > > >
> > >
> >
> org.springframework.scheduling.quartz.SchedulerFactoryBean#0_$_NON_CLUSTERED
> > > > shutdown complete.
> > > > 3336  openmeetings  INFO   [main] openjpa.Runtime - Starting OpenJPA
> > > 2.2.2
> > > > [ERROR] [main] org.apache.openmeetings.db.dao.basic.ConfigurationDao
> -
> > > > cannot be cast to return type, you have misconfigured your
> > configuration
> > > > CONF_KEY: user.pass.minimum.length
> > > > java.lang.NullPointerException: null
> > > >  at
> > > >
> > > >
> > >
> >
> org.apache.openmeetings.db.dao.basic.ConfigurationDao.getConfValue(ConfigurationDao.java:123)
> > > > ~[openmeetings-db-3.1.0-SNAPSHOT.jar:na]
> > > > at
> > > >
> > > >
> > >
> >
> org.apache.openmeetings.db.dao.basic.ConfigurationDao$$FastClassByCGLIB$$2f9526f2.invoke(<generated>)
> > > > [cglib-nodep-2.2.2.jar:na]
> > > >  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
> > > > [cglib-nodep-2.2.2.jar:na]
> > > > at
> > > >
> > > >
> > >
> >
> org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
> > > > [spring-aop-3.1.4.RELEASE.jar:3.1.4.RELEASE]
> > > >  at
> > > >
> > > >
> > >
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
> > > > [spring-aop-3.1.4.RELEASE.jar:3.1.4.RELEASE]
> > > > at
> > > >
> > > >
> > >
> >
> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
> > > > [spring-tx-jar-3.1.4.RELEASE.jar:3.1.4.RELEASE]
> > > >  at
> > > >
> > > >
> > >
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
> > > > [spring-aop-3.1.4.RELEASE.jar:3.1.4.RELEASE]
> > > > at
> > > >
> > > >
> > >
> >
> org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
> > > > [spring-aop-3.1.4.RELEASE.jar:3.1.4.RELEASE]
> > > >  at
> > > >
> > > >
> > >
> >
> org.apache.openmeetings.db.dao.basic.ConfigurationDao$$EnhancerByCGLIB$$76f66a27.getConfValue(<generated>)
> > > > [cglib-nodep-2.2.2.jar:na]
> > > > at
> > > >
> > > >
> > >
> >
> org.apache.openmeetings.db.util.UserHelper.getMinPasswdLength(UserHelper.java:34)
> > > > [openmeetings-db-3.1.0-SNAPSHOT.jar:na]
> > > >  at
> > > >
> > > >
> > >
> >
> org.apache.openmeetings.db.util.UserHelper.invalidPassword(UserHelper.java:38)
> > > > [openmeetings-db-3.1.0-SNAPSHOT.jar:na]
> > > > at
> org.apache.openmeetings.cli.Admin.checkAdminDetails(Admin.java:543)
> > > > [openmeetings-cli-3.1.0-SNAPSHOT.jar:na]
> > > >  at org.apache.openmeetings.cli.Admin.process(Admin.java:274)
> > > > [openmeetings-cli-3.1.0-SNAPSHOT.jar:na]
> > > > at org.apache.openmeetings.cli.Admin.main(Admin.java:625)
> > > > [openmeetings-cli-3.1.0-SNAPSHOT.jar:na]
> > > > [ERROR] [main] org.apache.openmeetings.cli.Admin - Install failed
> > > > java.lang.NullPointerException: null
> > > > at
> > > >
> > > >
> > >
> >
> org.apache.openmeetings.db.util.UserHelper.getMinPasswdLength(UserHelper.java:34)
> > > > ~[openmeetings-db-3.1.0-SNAPSHOT.jar:na]
> > > >  at
> > > >
> > > >
> > >
> >
> org.apache.openmeetings.db.util.UserHelper.invalidPassword(UserHelper.java:38)
> > > > ~[openmeetings-db-3.1.0-SNAPSHOT.jar:na]
> > > > at
> org.apache.openmeetings.cli.Admin.checkAdminDetails(Admin.java:543)
> > > > [openmeetings-cli-3.1.0-SNAPSHOT.jar:na]
> > > >  at org.apache.openmeetings.cli.Admin.process(Admin.java:274)
> > > > [openmeetings-cli-3.1.0-SNAPSHOT.jar:na]
> > > > at org.apache.openmeetings.cli.Admin.main(Admin.java:625)
> > > > [openmeetings-cli-3.1.0-SNAPSHOT.jar:na]
> > > >
> > > > Thank you
> > > > --
> > > > Maduranga Siriwardena
> > > > Undergraduate
> > > > University of Moratuwa, Faculty of Engineering
> > > > Department of Computer Science and Engineering
> > > >
> > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> >
> >
> >
> > --
> > Maduranga Siriwardena
> > Undergraduate
> > University of Moratuwa, Faculty of Engineering
> > Department of Computer Science and Engineering
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
Maduranga Siriwardena
Undergraduate
University of Moratuwa, Faculty of Engineering
Department of Computer Science and Engineering

Reply via email to