RAD 8 does not recognize that WAS has started

一笑奈何 提交于 2020-01-13 10:18:29

问题


I have recently experienced a new problem using RAD 8.0.2. When I launch a WAS server from within RAD, with or without any apps published to it, WAS will start and will show output in the console. I can even access the server from my web browser. However, RAD never recognizes that WAS has started successfully and after the timeout limit is reached, RAD claims that the server failed to start. I have tried this with WAS 6.1 and 7.0 test environments and WebSphere Portal 6.1 external environment and I always get the same result. Naturally, this makes development extremely difficult and I am anxious to get this fixed. Any help would be greatly appreciated! - John


回答1:


May be an SSL certificate expiration problem, try this

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




回答2:


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.



回答3:


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




回答4:


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.



来源:https://stackoverflow.com/questions/6336112/rad-8-does-not-recognize-that-was-has-started

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