我正在关注boxfuse tutorial。
我们工作似乎一切......
$ 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
所以我生成并尝试运行他们的示例应用程序......
$ 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
如您所见,该应用失败了。我没有上下文来理解此错误消息中在线/离线的含义。
我需要做什么?
答案 0 :(得分:1)
该消息表明运行Boxfuse Client的计算机与Boxfuse控制台之间存在某种连接问题。
确保互联网连接正常并重试。然后一切都应该按预期工作。