mycontroller-org / mycontroller-v1-legacy

The Open Source Controller
http://www.MyController.org
Apache License 2.0
147 stars 90 forks source link

After reboot pi can't start application #380

Closed toygame closed 6 years ago

toygame commented 7 years ago

after i reboot my raspberry pi 3 i can't to start application. i use database is mysql

it result after i run "sudo java -Xms32m -Xmx256m -Dlogback.configurationFile=../conf/logback.xml -Dmc.conf.file=../conf/mycontroller.properties -cp ../lib/* org.mycontroller.standalone.StartApp "

image

thank you for your attention ;).

jkandasa commented 7 years ago

@toygame Why don't you try mycontroller/bin/start.sh?

toygame commented 7 years ago

i have a same problem when i try, and i think problem occur from mysql because when i backup with mysqldump it have error "mysqldump error output: mysqldump: Got error: 1033: Incorrect information in file: './mycontroller/example.frm' when using LOCK TABLES"

jkandasa commented 6 years ago

@toygame I guess this very late response. Sorry for that. can you stop MyController and do MySQL backup?