1

我正在关注boxfuse 教程

在我们看来,一切都在工作......

$ 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

如您所见,该应用程序失败了。我没有上下文可以理解此错误消息中在线/离线的含义。

我需要做什么?

4

1 回答 1

1

该消息表明在您运行 Boxfuse 客户端的机器和 Boxfuse 控制台之间存在某种连接问题。

确保互联网连接正常,然后重试。然后一切都应该按预期工作。

于 2016-11-16T16:33:58.990 回答