IBM Worklight 6.1 - Error TRAS0033E

你说的曾经没有我的故事 提交于 2019-12-01 00:43:00

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

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;

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

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!