I have 8 users in a derbybdd

I verifie the dates and I said

Have a nice night

bye



Le 30/06/2015 19:41, Maxim Solodovnik a écrit :
OK, is your database empty?
According to stacktrace "org.apache.openmeetings.backup.BackupExport.exportUsers(BackupExport.java:466)" you have user with empty "registration date" in database.

Maybe you remember what were the steps to create that user?

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

    To test it

    Le 30/06/2015 19:29, Maxim Solodovnik a écrit :
    Why do you need import/export if you have only 3.0.6 installed?

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

        Hi

        this is a copy about item :
        Name    Ma Visio-conférence
        Version         3.0.6-RELEASE
        Revision        1680981
        Build date      22-May-2015


        thanks


        Le 30/06/2015 16:37, Maxim Solodovnik a écrit :
        I believe there is misunderstanding here.
        I guess previously you have OM with version differ than
        3.0.6, let's say it was 3.0.4.

        now you would like to upgrade to 3.0.6

        so you need:
        1) perform export using your OLD OM (3.0.4)
        2) extract 3.0.6, update it's configs according to your needs
        3) perform import using 3.0.6

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

            Hi

            i did'nt solve my export pb, just a précision i'm on a
            derby db perhaps it's normal

            on a another virtual machine with om 3.0.6 with mariadb,
            I have exactly the same pb in console mode or through
            the om interface

            thanks

            phil


            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




-- WBR
        Maxim aka solomax




-- WBR
    Maxim aka solomax




--
WBR
Maxim aka solomax

Reply via email to