RAD 8 does not recognize that WAS has started

。_饼干妹妹 提交于 2019-12-05 09:23:29

May be an SSL certificate expiration problem, try this

http://www-01.ibm.com/support/docview.wss?uid=swg21514601

I don't think the issue is with RAD 8.0. I had similar issue which is caused by overridden .Metadata properties. Please follow the steps mentioned below.

  • Close RAD
  • Kill Java and Javaw.exe on the TaskManager which runs in the background to run eclipse/RAD
  • Remove the .Metadata properties from the workspace path( Remember when you remove this properties, the workspace settings and the server will be removed from your workspace)
  • Open RAD as Administrator, it automatically creates .metadata in your workspace path. But, it would be a default (without the workspace settings).
  • Need to update the user libraries in your workspace and add the servers again( The server settings would be still available as the Server profile was never changed). These settings would update your .Metadata on your workspace.

Try toggling the SOAP and RMI option to see if that helps you.

Sometimes it has trouble and it always works if you switch the protocols that RAD uses to connect to Test envionment server.

Also as a sanity check ensure that the port numbers that are specified in the server configuration in RAD is correct. There are chances that an incorrect port number could be a culprit too.

HTH

Manglu

I could solve the problem by deleting the server profile "AppSrv1" (Windows -> Preferences -> Servers) and by creating a new one using the profile management tool at the same page.

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