Closed tsh-box closed 7 years ago
OK,I`ll be try.
Enexceptedly,The following error occured when run ./datbox-start dev . I have tried many time by environment installation and restart, but error does not change. Pls explain me,I really don't understand this error.
And I have run with previous version Databox ,the modified source code are not work :-(
Why does this error occured? Please Could you teach me the solving method?
We are seeing this error in out Travis ci builds It looks like the nodeJS docker images have changed. I will take a look.
Thank you, Please, Could you tell me the Databox source code that can fix the app or driver? I have to modify in this week.
This has been fixed, it was an issue with a renamed pacage in alpine linux stopping store-json from building.
Thanks,store-json is ok but still error in driver sensingkit
seeding manifest? is databox running?
Whats the output of docker ps
app-server is not running what do u get when you run
docker-compose -f ./docker-databox-appstore.yaml up -d
I also run docker-compose -f ./docker-databox-appstore.yaml up -d How can I solve ?
The Fail message is telling you that the manifest could not be uploaded. Docker ps showed that the app store was not running. docker-compose -f ./docker-databox-appstore.yaml up -d
started the app store!
So just re-run ./databox-install-compent driver-sensingkit
This time it should work.
Hello, I want to develop the app-os-monitor ,and So I built the Databox with dev mode. And I installed the driver-os-monitor and app-os these code are cloned in local. And then I stop the Databox and modified the app-os-monitor (src/app.go) by adding the output code fmt.Println("Hello LLA ") in go func().
And then I rebuilt with dev mode and installed driver-os-monitor and app-os. When I confirmed the log of app-os-monitor ,the output cannot found. Please could you tell me what are needs ?