• header.categories
    • header.recent
    • header.tags
    • header.popular
    • register
    • login

    0.0.3.Final pre-release - volunteers required to test

    scheduled pinned locked moved Announcements
    pre-releaserelease
    33 posts 9 posters 27.2k views 5 watching
    loading-more-posts
    • oldest-to-newest
    • newest-to-oldest
    • most-votes
    reply
    • reply-as-topic
    guest-login-reply
    deleted-message
    • T offline
      Tetnobic @jkandasa
      global:last-edited-by,

      @jkandasa
      I try your last SNAPSHOT
      It works !!

      2017-01-17 11:21:22,144 INFO [Acme.Utils.ThreadPool(4)-PooledThread: Acme.Serve.Serve$ServeConnection@1084a4e] [org.mycontroller.standalone.api.BackupApi:219] Restore triggered.
      2017-01-17 11:21:25,163 INFO [Thread-15] [org.mycontroller.standalone.backup.Restore:69] About to restore a backup, BackupFile(name=on-demand_mc_backup_h2db_embedded-2017_01_17-09_35_06.zip, canonicalPath=/home/pi/workspace_domotic/MyController/mycontroller/backup/on-demand_mc_backup_h2db_embedded-2017_01_17-09_35_06.zip, timestamp=1484648459000, size=65615)
      [Tue Jan 17 11:21:25 CET 2017] Accept: java.net.SocketException: Socket closed
      2017-01-17 11:21:25,524 INFO [Thread-15] [org.mycontroller.standalone.mqttbroker.MoquetteMqttBroker:66] MQTT Broker has been stopped successfully
      2017-01-17 11:21:28,259 WARN [MyController.org Shutdown-Hook] [org.knowm.sundial.SundialJobScheduler:140] Scheduler has not yet been created!!! Call "createScheduler" first.
      2017-01-17 11:21:28,290 INFO [MyController.org Shutdown-Hook] [org.mycontroller.standalone.AppShutdownHook:36] Bye, Have a nice day! See you soon
      2017-01-17 11:21:35,797 INFO [Thread-15] [org.mycontroller.standalone.db.DataBaseUtils:285] Database restore completed. Database url:jdbc:h2:file:../conf/mycontroller;MVCC=TRUE, Restored file name:/home/pi/workspace_domotic/MyController/mycontroller/bin/tmp/on-demand_mc_backup_h2db_embedded-2017_01_17-09_35_06/database_backup.zip
      2017-01-17 11:21:35,817 INFO [Thread-15] [org.mycontroller.standalone.backup.Restore:153] Restore completed successfully. Start 'MyController.org' server manually
      

      Data retore complete log message is show 7 seconds after shutdown message log, but it works

      Sorry for the inconvenience
      And many thanks for your reactivity

      jkandasaJ one-reply-to-this-post last-reply-time reply quote 0
      • jkandasaJ offline
        jkandasa @Tetnobic
        global:last-edited-by,

        @Tetnobic

        Data retore complete log message is show 7 seconds after shutdown message log, but it works

        Looks like taking some time to restore on your machine.
        However, the following message says shutdown complete. Which leads confusion for you. I will sync these messages. Thank you! No worries 😄

        2017-01-17 11:21:28,290 INFO [MyController.org Shutdown-Hook] [org.mycontroller.standalone.AppShutdownHook:36] Bye, Have a nice day! See you soon
        
        
        one-reply-to-this-post last-reply-time reply quote 1
        • jkandasaJ offline
          jkandasa
          global:last-edited-by,

          @Tetnobic fixed this restore issue on the slow environment too. Thanks to reporting this issue. This is a nice catch! Updated changes on SNAPSHOT build.

          https://github.com/mycontroller-org/mycontroller/commit/14c791726b833905ce5ecc69853e2fca1b33b361

          one-reply-to-this-post last-reply-time reply quote 1
          • GhyddaG offline
            Ghydda
            global:last-edited-by,

            Hi,

            Just downloaded latest snapshot uploaded today of 0.0.3-final.
            I am unable to login. The login screen just sits there, reporting no errors.
            Can somebody confirm this?

            Thanks.

            jkandasaJ one-reply-to-this-post last-reply-time reply quote 0
            • jkandasaJ offline
              jkandasa @Ghydda
              global:last-edited-by,

              @Ghydda I do not face any issue. Working as expected. Can you check mycontroller/log/mycontroller.log, and clear your browser cache.

              one-reply-to-this-post last-reply-time reply quote 0
              • R offline
                rgavrilovic
                global:last-edited-by,

                Hi
                I have an issue with this 0.0.3-Final (snapshot from feb 13). My nodes are battery powered and on the node details the battery graph can only display the last 6 hours.
                Changing the view to last week or last month does not change the graph.
                Changing the default interval in the metrics configuration also has no impact.
                On Alpha2 the dropdown list also had no action but the default interval from the metrics configuration was taken into account.
                Thanks

                jkandasaJ one-reply-to-this-post last-reply-time reply quote 0
                • jkandasaJ offline
                  jkandasa @rgavrilovic
                  global:last-edited-by,

                  @rgavrilovic Thanks to report this issue. This issue recently fixed on https://github.com/mycontroller-org/mycontroller/issues/359 Kindly download latest SNAPSHOT and test it.

                  one-reply-to-this-post last-reply-time reply quote 0
                  • R offline
                    rgavrilovic
                    global:last-edited-by,

                    Thanks, that fixed my issue.
                    After the update I could not login (wrong username/password) even with a cleared cache and browser restarted. I had to apply the password recovery solution from https://github.com/mycontroller-org/mycontroller/issues/233
                    I did not had that login problem when updating from 0.0.3Alpha2 to 0.0.3Final from feb 12.

                    jkandasaJ one-reply-to-this-post last-reply-time reply quote 0
                    • jkandasaJ offline
                      jkandasa @rgavrilovic
                      global:last-edited-by,

                      @rgavrilovic I never face this issue. Can you share your backup database. I can test it locally.

                      one-reply-to-this-post last-reply-time reply quote 0
                      • R offline
                        rgavrilovic
                        global:last-edited-by,

                        I made again the same migration multiple times without facing the same issue. It does not seem to be related to the backup.
                        On my first migration I untar the snapshot then started mycontroller. I then remembered I have to disable https and change the default port so I stopped mycontroller a few seconds after.
                        I guess the database migration triggered on first launch was not finished and the database was altered. I see many database exceptions in the logs.
                        I have reproduced a database corruption with a fresh install. start then stop within 3 seconds. On my RPI3 the db migration left the database corrupted and mycontroller was unable to restart.
                        I don't know if you can prevent a shutdown during db initialization/migration. If you can't I take the full responsibility of this bad user behaviour !

                        jkandasaJ one-reply-to-this-post last-reply-time reply quote 0
                        • jkandasaJ offline
                          jkandasa @rgavrilovic
                          global:last-edited-by,

                          @rgavrilovic We cannot hold stop. Hence user has to care this issue. Thanks to report in detail.

                          one-reply-to-this-post last-reply-time reply quote 0
                          • E offline
                            edwardb
                            global:last-edited-by,

                            How can I change the database to mysql?
                            there is no documentation for this yet?

                            jkandasaJ one-reply-to-this-post last-reply-time reply quote 0
                            • jkandasaJ offline
                              jkandasa @edwardb
                              global:last-edited-by,

                              @edwardb Yes, there is no document for this yet. But it is simple. You can change it on mycontroller/conf/mycontroller.properties.

                              In the recent version, I have introduced back-end metric support. Currently, supports for InfluxDB

                              one-reply-to-this-post last-reply-time reply quote 0
                              • E offline
                                edwardb
                                global:last-edited-by,

                                What would be the properties needed for mysql?
                                Could you give me an example?
                                Thanks,

                                jkandasaJ one-reply-to-this-post last-reply-time reply quote 0
                                • jkandasaJ offline
                                  jkandasa @edwardb
                                  global:last-edited-by,

                                  @edwardb Example is on mycontroller/conf/mycontroller.properties file. Can you please have a look?

                                  one-reply-to-this-post last-reply-time reply quote 0
                                  • E offline
                                    edwardb
                                    global:last-edited-by,

                                    Thanks, it is working for me now!

                                    one-reply-to-this-post last-reply-time reply quote 1
                                    • first-post
                                      last-post

                                    0

                                    online

                                    644

                                    users

                                    532

                                    topics

                                    3.4k

                                    posts
                                    Copyright © 2015-2025 MyController.org | Contributors | Localization