0

使用命令启动 MobileFirst 7.1 Cli 服务器时出现以下错误mfp start

Cannot find the server configuration. Creating a new MobileFirst test server.
The development server is being created.
The development server has been successfully created with the following information:
Server Directory: /Users/vamsik/.ibm/mobilefirst/7.1.0.00.20160401-2103/server/
URL: http://localhost:10080/
Initializing MobileFirst Console.
objc[57651]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre/bin/java and /Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined.
Starting server worklight.
Server worklight started with process ID 57650.
The server is listening on port 10080.
Server Directory: /Users/vamsik/.ibm/mobilefirst/7.1.0.00.20160401-2103/server/
URL: http://localhost:10080/
Error: Deploy process failed.

我卸载了 MobileFirst 7.1 CLI 并再次安装,但在启动服务器时遇到了同样的错误。我没有启动任何其他 MobileFirst Server,甚至 Eclipse 的 MobileFirst Server。

当我给mfp push我时,我收到以下错误

Preparing for push...
Error: error code: 126
Error: The MobileFirst server that you have configured does not appear to be running. Start the server with 'mobilefirst start'.
Error: SERVERNOTRUNNING
Error: Push has failed
4

1 回答 1

0

尝试的选项:

  1. 确保您也没有打开并运行 MobileFirst Studio for Eclipse
  2. 擦“mfp stop”,然后是“rm -rf .ibm”,然后创建一个新项目,导航到它,然后是“mfp start”
  3. 重新启动您的工作站
于 2016-04-14T02:19:27.477 回答