I'm following the boxfuse tutorial.
Everything seems to we working...
$ boxfuse -v
Boxfuse client v.1.23.0.1181
Copyright 2016 Boxfuse GmbH. All rights reserved.
VirtualBox : 5.0.26r108824
JVM : 1.8.0_74 (Oracle Corporation)
Host IP : 10.0.1.10 (24:a5:68:2d:5a:a1)
OS : Mac OS X 10.11.6 x86_64
So I generate and attempt to run their sample app...
$ boxfuse run hello-1.0.war
Boxfuse client v.1.23.0.1181
Copyright 2016 Boxfuse GmbH. All rights reserved.
ERROR: You must be online once before you can use Boxfuse offline. Go online and try again
As you can see, the app failed. I've no context to understand what is meant by online/offline in this error message.
What do I need to do?