0

Enviroment Detail

Server :Websphere 8.5.5.3 Maximo Anywhere 7.5.2

when executing build all-dist

BUILD FAILED

E:\ibm\Anywhere5\MaximoAnywhere\build.xml:97: The following error occurred while executing this line: E:\ibm\Anywhere5\MaximoAnywhere\anywhere-apps-builder.xml:875: The following err or occurred while executing this line: E:\ibm\Anywhere5\MaximoAnywhere\anywhere-apps-builder.xml:871: Failed building a pplication: FWLST2020E: Application is from platform version 7.1.0 and ant versi on is 6.3.0. Upgrade your ant-builder to app's platform version and retry.

when I am trying to execute build all-deploy command but faild on maximo Anywhere I am getting the following error

-deploy-adapter:
    [wladm] <?xml version="1.0" encoding="UTF-8"?>
    [wladm] <config userName="wasadmin" productVersion="6.3.0.00-20150404-1503"/>
    [wladm] Error accessing http://192.168.1.44:9081/wladmin/management-apis/1.0/runtimes/worklight/adapters?locale=en_US: HTTP/1.1 404 Not Found
    [wladm] FWLSE3002E: The resource is not found.
    [wladm] FWLSE3041E: No MBean found for MobileFirst project 'worklight'. Possibly the MobileFirst runtime web application for MobileFirst project 'worklight' is not ru
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 vi
4

1 回答 1

0

关于这个问题有很多问题。为什么不先搜索?例如,请参见此处:如何修复未找到 Worklight 项目的 MBean?

  1. 我通过修复最近创建的安全测试解决了这个问题

    服务器/conf/authenticationConfig.xml

    问题是我拼错了之前定义的领域名称。

  2. 删除工作区中的 WorklightServerConfig 文件夹并重建您的应用程序。

  3. 通过打开 Servers 视图 Window -> Show View -> Servers,我能够在 MobileFirst 7.0 (Fka Worklight) 中解决此问题。然后展开 MobileFirst Development Server 并右键单击有问题的项目,选择删除。

    完成后,返回“apps”目录中的应用程序目录并右键单击 -> 运行方式 -> 在 MobileFirst Development Server 上运行

    这应该在服务器上重建和部署项目。

  4. 我通过创建一个新的 Worklight 项目并复制了我的所有文件来解决了这个问题

等等。

于 2016-02-01T06:26:22.897 回答