IBM Worklight 6.1 - Error TRAS0033E

前端 未结 4 1942
礼貌的吻别
礼貌的吻别 2021-01-07 00:39

This is my first time using IBM Worklight. I have followed this article.

However, when I tried to run Worklight Development Server from the Server

相关标签:
4条回答
  • 2021-01-07 01:23

    You do not need to start the server anymore. Because Worklight Server V6.0.0 and later can support multiple Worklight projects, there are no longer Start Server and Stop Server menu options that are associated directly to the Worklight project. Instead, the server that is associated with a Worklight project is started automatically (if the server is not already running) when you perform an action against that server or adapter. For example, the target server starts when you use the Worklight Studio command Run As > Run on Worklight Development Server.

    See Working with multiple Worklight Servers in Worklight Studio

    0 讨论(0)
  • 2021-01-07 01:25

    This is a very old article. It is almost 2 years old.
    Try this instead:

    1. Download Eclipse Java EE 4.3.1 ("Kepler" SR1)
    2. Navigate to Help > Eclipse Marketplace > search for "worklight", install Worklight Studio 6.1.0.1
    3. Once installed and Eclipse is restarted...
    4. Proceed with learning Worklight (how to create applications, etc) via the IBM Worklight Getting Started training modules
    0 讨论(0)
  • 2021-01-07 01:33

    I had the same problem. I fixed setting to use Java 1.7 version.

    1. On command prompt check java -version. Ensure that is 1.7;
    2. Open Eclipse > Window > Preferences > Java > Installed JREs. Ensure that is JDK 1.7;
    0 讨论(0)
  • 2021-01-07 01:38

    Are you using Java JRE/JDK 8 by any chance?

    0 讨论(0)
提交回复
热议问题