start websphere server from RAD hangs at “Server s

2019-08-03 17:00发布

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

3条回答
来,给爷笑一个
2楼-- · 2019-08-03 17:24

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楼-- · 2019-08-03 17:32

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

查看更多
劫难
4楼-- · 2019-08-03 17:37

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.

查看更多
登录 后发表回答