Versions prior to server-0.23.4.jar were working fine.
But after i updated to server-0.23.3.jar i cannot login to admin page.
Tried manualresetpassword but cannot login anyway.
Where can I see the changes i need to make to manage new server-0.23.4.jar to work properly?
2017-04-05 22:04:53.021 INFO - Using data dir '\DataFolder'
2017-04-05 22:04:53.709 ERROR- Error parsing file '\DataFolder\mm@mm.com.Blynk.user'. Error : Illegal character ((CTRL-CHAR, code 0)): only regular white space (\r, \n, \t) is allowed between tokens
at [Source: \DataFolder\mm@mm.com.Blynk.user; line: 1, column: 2]
2017-04-05 22:04:53.709 INFO - Region : local
2017-04-05 22:04:54.568 INFO - Initializing gmail smtp mail transport. Username : mm@mm.com. SMTP host : smtp.mm.com:2525
2017-04-05 22:04:54.615 WARN - ATTENTION. Certificate C:\Blynk and key C:\Blynk paths not valid. Using embedded certs. This is not secure. Please replace it with your own certs.
2017-04-05 22:04:54.865 WARN - ATTENTION. Server certificate paths cert : 'C:\Blynk', key : 'C:\Blynk' - not valid. Using embedded server certs and one way ssl. This is not secure. Please replace it with your own certs.
2017-04-05 22:04:55.146 WARN - ATTENTION. Certificate C:\Blynk and key C:\Blynk paths not valid. Using embedded certs. This is not secure. Please replace it with your own certs.
2017-04-05 22:04:55.584 INFO - Hardware plain tcp/ip server listening at 8442 port.
2017-04-05 22:04:55.584 INFO - Hardware SSL server listening at 8441 port.
2017-04-05 22:04:55.584 INFO - Application server listening at 8443 port.
2017-04-05 22:04:55.584 INFO - HTTP API and WebSockets server listening at 8080 port.
2017-04-05 22:04:55.584 INFO - HTTPS API, WebSockets and Admin page server listening at 9443 port.
2017-04-05 22:04:55.584 INFO - Mqtt hardware server listening at 8440 port.
I’m confused with working versions so now I got 0.24.3 and can see admin page on port :9443 but cannot login with any credentials.
I got 2 questions:
I need to reset administrator password and procedure how to do this.
I cannot understand what is this error and need some sample user config file
2017-04-05 22:04:53.709 ERROR- Error parsing file '\DataFolder\mm@mm.com.Blynk.user'. Error : Illegal character ((CTRL-CHAR, code 0)): only regular white space (\r, \n, \t) is allowed between tokens
at [Source: \DataFolder\mm@mm.com.Blynk.user; line: 1, column: 2]
I’ve seen that announcement but there is no info what to do with it.
I had no admin*.user file as my batch was using folder name ‘Datafolder’ (-datafolder DataFolder) and it cannot see this path somehow and was using temp directory.
After i renamed DataFolder to DF and used it in a batch it started without errors (before that i copied admin@blynk.cc.Blynk.user from temp folder to DF as before there was no such a file).
Now i regain access to admin page, can login successfully with admin@blynk.cc.
But my project is gone in Android app.
Will create it from scratch.
Thank you all for your assistance.