Ok thanks a lot

Le 30/06/2015 11:34, Maxim Solodovnik a écrit :

You can't install 3.1.0 it is in pre-alpha stage

WBR, Maxim
(from mobile, sorry for the typos)

On Jun 30, 2015 3:30 PM, "phil" <[email protected] <mailto:[email protected]>> wrote:

    Hi

    I try to export data with om 3.0.6

    install om 3.1.0

    then import data

    thanks

    Le 30/06/2015 11:25, Maxim Solodovnik a écrit :
    for export you need to use version of OM previously was installed
    new version should be used for import :)

    On Tue, Jun 30, 2015 at 3:23 PM, phil <[email protected]
    <mailto:[email protected]>> wrote:

        Hello Maxim

        I try it

        ./admin.sh -b -v -file backup_today.zip
        SLF4J: Class path contains multiple SLF4J bindings.
        SLF4J: Found binding in
        
[jar:file:/opt/red5306/red5-server.jar!/org/slf4j/impl/StaticLoggerBinder.class]
        SLF4J: Found binding in
        
[jar:file:/opt/red5306/lib/logback-classic-1.1.2.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 06-30 11:21:12.733 ContextLoggingListener.java 439 72
        ROOT [main] - Starting up context openmeetings
        [INFO] [main]
        org.springframework.context.support.ClassPathXmlApplicationContext
        - Refreshing
        
org.springframework.context.support.ClassPathXmlApplicationContext@d11151a:
        startup date [Tue Jun 30 11:21:12 CEST 2015]; 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.orm.jpa.LocalEntityManagerFactoryBean -
        Building JPA EntityManagerFactory for persistence unit
        'openmeetings'
        [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
        
"{[/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
        
"{[/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
        [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.7 created.
        [INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore
        initialized.
        [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
        meta-data: Quartz Scheduler (v2.1.7)
        '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.7
        [INFO] [main] org.quartz.core.QuartzScheduler - JobFactory
        set to:
        org.springframework.scheduling.quartz.AdaptableJobFactory@568d1fd4
        [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.
        [ERROR] [main] org.apache.openmeetings.cli.Admin - Backup failed
        java.lang.NullPointerException: null
                at
        
org.apache.openmeetings.backup.BackupExport.exportUsers(BackupExport.java:466)
        ~[openmeetings-cli-3.0.6-RELEASE.jar:na]
                at
        
org.apache.openmeetings.backup.BackupExport.exportUsers(BackupExport.java:455)
        ~[openmeetings-cli-3.0.6-RELEASE.jar:na]
                at
        
org.apache.openmeetings.backup.BackupExport.performExport(BackupExport.java:158)
        ~[openmeetings-cli-3.0.6-RELEASE.jar:na]
                at
        org.apache.openmeetings.cli.Admin.process(Admin.java:295)
        [openmeetings-cli-3.0.6-RELEASE.jar:na]
                at
        org.apache.openmeetings.cli.Admin.main(Admin.java:620)
        [openmeetings-cli-3.0.6-RELEASE.jar:na]


        For me it seems to be chinese ;-)))

        thanks

        Le 30/06/2015 11:14, Maxim Solodovnik a écrit :
        Hello phil,

        the lines you have provided are not errors, it is warning,
        you can ignore it
        please try to add "-v" key to command line and check the output

        On Tue, Jun 30, 2015 at 3:06 PM, phil <[email protected]
        <mailto:[email protected]>> wrote:

            Hello Vasiliy

            which log file...

            when I type : /opt/red5306# ./admin.sh -b -file
            backup_today.zip

            I can see that

            SLF4J: Class path contains multiple SLF4J bindings.
            SLF4J: Found binding in
            
[jar:file:/opt/red5306/red5-server.jar!/org/slf4j/impl/StaticLoggerBinder.class]
            SLF4J: Found binding in
            
[jar:file:/opt/red5306/lib/logback-classic-1.1.2.jar!/org/slf4j/impl/StaticLoggerBinder.
            class]
            SLF4J: See
            http://www.slf4j.org/codes.html#multiple_bindings for an
            explanation.

            I have read the explanation, I have a file to rename,
            which one

            Thanks
            phil


            Le 30/06/2015 10:46, Vasiliy Degtyarev a écrit :

                Hello Phil,

                Please check log files.

                Thanks,
                Vasiliy

                On 30.06.2015 14:37, phil wrote:

                    Hi

                    i see that a new version is avaliable

                    I try to export my data but I have a internal
                    error server without indication

                    Where can I search ?

                    Have a nice day

                    Phil








-- WBR
        Maxim aka solomax




-- WBR
    Maxim aka solomax


Reply via email to