start websphere server from RAD hangs at “Server server1 open for e-business”

蹲街弑〆低调 提交于 2019-12-11 05:15:28

问题


I did the RAD set up recently and trying to start websphere server.

In the log, it hangs at the following line and get terminated after timeout:

Server server1 open for e-business

回答1:


Thanks for the help.

In my case, I did following configuration which solved the issue and server started.

Double click on the server (in the servers tab). In Server connection types and administrative ports select Automatically determine connection settings and save the changes.




回答2:


Your workspace folder/name could be the issue.

the WAS installation itself. When moved it to C:\was8 everything started to work properly. The default puts it into c:\Program Files... and that was hanging at 23%

a. Please use websphere jre to replace sun hotspot vm to launch the eclipse, like below setting in the eclipse.ini

-vm
D:/IBM/WebSphere/AppServer/java/bin/javaw.exe

b. Please make sure there is not a specail character (like 23%) in the websphere path or eclipse workpsace.




回答3:


Copy the jar com.ibm.ws.orb_8.5.0.jar from C:\IBM\WebSphere\AppServer\runtimes to C:\development\endorsed and in eclipse.ini add this just JVM param (under -vmargs) -Djava.endorsed.dirs=C:\development\endorsed



来源:https://stackoverflow.com/questions/15493233/start-websphere-server-from-rad-hangs-at-server-server1-open-for-e-business

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