Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/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 IBM Mobile Application Platform模式类型5.0:部署SQL适配器时出错_Ibm Mobilefirst - Fatal编程技术网

Ibm mobilefirst IBM Mobile Application Platform模式类型5.0:部署SQL适配器时出错

Ibm mobilefirst IBM Mobile Application Platform模式类型5.0:部署SQL适配器时出错,ibm-mobilefirst,Ibm Mobilefirst,我用我的worklight项目(2个wlapp和4个适配器)实例化了“IBM Mobile Application Platform模式类型5.0”。即使VAP中全部为绿色,我的一个适配器也未部署在worklight控制台上。 以下是我在日志文件中发现的错误: deploy_wl_adapter: [echo] worklight_context=d-ae4e9b49-478a-4f0e-99e1-e6ad4886c1d9/CustomerCentricity/ [echo]

我用我的worklight项目(2个wlapp和4个适配器)实例化了“IBM Mobile Application Platform模式类型5.0”。即使VAP中全部为绿色,我的一个适配器也未部署在worklight控制台上。 以下是我在日志文件中发现的错误:

deploy_wl_adapter:
     [echo] worklight_context=d-ae4e9b49-478a-4f0e-99e1-e6ad4886c1d9/CustomerCentricity/
     [echo] adapter=/opt/IBM/worklight/artifact/DBAdapter.adapter
[adapter-deployer] Mar 29, 2013 12:32:48 PM com.worklight.ant.deployers.AbstractDeployerTask logDeployResponse
[adapter-deployer] SEVERE: ERROR
BUILD SUCCESSFUL
Total time: 4 seconds

如果我尝试直接在worklight控制台上部署适配器,则会出现相同的错误。

我猜您的适配器使用的域未在authentication.xml中定义 能否在本地worklight控制台中部署适配器?
例如locahost:8080/console

定义了My realm,但文件authenticationConfig.xml中的相关安全测试似乎缺少一个。所以这个问题似乎已经解决了。Thks。