MobileFirst Platform Studio 6.3.0 - 将 mobilefirst 应用程序部署到开发服务器期间出错

MobileFirst Platform Studio 6.3.0- Error during deployment of mobilefirst app to the development server

当我尝试 运行 mobilefirst 开发服务器上的 mobilefirst 应用程序时,

  1. 正在打开记事本,并显示警告“文件名、目录名或卷标语法不正确。
  2. 我遇到了这个错误

    [ERROR   ] FWLSE3002E: The resource is not found.
    FWLSE3041E: No MBean found for MobileFirst project 'Project'.Possibly the MobileFirst runtime web application for MobileFirst project 'Project' is not running. If it is running, use JConsole to inspect the available MBeans. If it is not running, full error details are available in the Worklight Development Server Eclipse Console view.
    

我该如何克服这个问题,检查我的应用程序输出?

Java MobileFirst 平台不支持 8。

您需要降级到 Java 6 或 7,然后重试。看看问题是否会消失。

除此之外,在 Windows 中发生这种情况的唯一原因是如果任何文件名路径中的任何地方都有特殊字符:http://www.tomshardware.com/answers/id-2030845/file-directory-volume-label-syntax-incorrect.html

仔细检查:

  1. 将 Eclipse 文件夹放在 C:\
  2. 将其命名为目录"eclipse"
  3. 将工作区放在它旁边。
  4. 称之为"workspace"
  5. 打开 Eclipse 并创建一个新项目和应用程序
  6. 称他们为 "MyProject" 和 "MyApp"

错误不应发生。