MobileFirst无法查看worklight控制台

时间:2015-07-24 05:28:10

标签: ibm-mobilefirst

我做了以下

(1) Installed WebSphere Liberty 8.5.5.6 
(2) Installed MySQL and JDK 1.7
(3) customisation of configuration-liberty-mysql.xml with my settings
(4) ant -f myxmlfile admdatabases
(5) ant -f myxmlfile adminstall
(6) ant -f myxmlfile databases
(7) ant -f myxmlfile install

当我尝试查看控制台' localhost:8080 / worklightconsole'我收到了错误

**'Service unavailable since initialization is not yet complete'**

每次我使用选项' - clean'

启动服务器

粘贴Bin网址

http://pastebin.com/DPR35HwA(对于messages.log) http://pastebin.com/JSTY7gtm(对于server.xml)

由于我是MobileFirst的新手,我希望我错过了一些东西。帮我解决

由于 Sathish Kumar

1 个答案:

答案 0 :(得分:0)

您在server.xml文件中对MySQL库的引用是错误的。在jdbcDriver元素中,您引用了库" worklightconsole / MySQLLib"。但是在你的库元素中,id是MySQLLib。

因此,为了引用匹配,更改其中一个元素(例如libraryRef =" MySQLLib")。