Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/search/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ibm mobilefirst 启动MobileFirst 7.1 CLI服务器时出错_Ibm Mobilefirst_Mobilefirst Server_Mobilefirst Cli - Fatal编程技术网

Ibm mobilefirst 启动MobileFirst 7.1 CLI服务器时出错

Ibm mobilefirst 启动MobileFirst 7.1 CLI服务器时出错,ibm-mobilefirst,mobilefirst-server,mobilefirst-cli,Ibm Mobilefirst,Mobilefirst Server,Mobilefirst Cli,使用命令mfp start启动MobileFirst 7.1 Cli服务器时出现以下错误 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: S

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

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服务器,甚至Eclipse的MobileFirst服务器

当我推送mfp时,我得到以下错误

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
要尝试的选项:

  • 确保您也没有打开并运行MobileFirstStudio for Eclipse
  • 摩擦“mfp stop”,然后摩擦“rm-rf.ibm”,然后创建一个新项目,导航到它,然后摩擦“mfp start”
  • 重新启动工作站

  • 重新安装后,您是否使用了以前创建的相同项目?如果是,您是否确实首先使用“mfp启动”启动了它?还是你创建了一个新项目?另外,您的Java版本是什么?在该端口上是否运行其他版本?MobileFirst通常使用三个端口,10080(http)、10443(http)和10777(用于远程调试)。您可以使用
    lsof-i:
    @IdanAdar检查这些端口上有什么,我尝试了旧的和新创建的项目,但得到了相同的错误。我的Java版本:“1.7.067”。当我给出
    mfp状态时
    I收到消息,因为服务器正在监听端口10080