简体   繁体   English

从RAD启动Websphere服务器挂在“为电子商务打开的服务器server1”

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

I did the RAD set up recently and trying to start websphere server . 我最近做了RAD的设置,并尝试启动websphere服务器

In the log, it hangs at the following line and get terminated after timeout: 在日志中,它挂在以下行,并在超时后终止:

Server server1 open for e-business

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. 服务器连接类型和管理端口中,选择自动确定连接设置并保存更改。

Your workspace folder/name could be the issue. 您的工作区文件夹/名称可能是问题。

the WAS installation itself. WAS安装本身。 When moved it to C:\\was8 everything started to work properly. 将其移动到C:\\ was8后,一切开始正常工作。 The default puts it into c:\\Program Files... and that was hanging at 23% 默认将其放入c:\\ Program Files ...,它的挂起率为23%

a. 一种。 Please use websphere jre to replace sun hotspot vm to launch the eclipse, like below setting in the eclipse.ini 请使用websphere jre替换sun hotspot vm以启动eclipse,如eclipse.ini中的以下设置

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

b. b。 Please make sure there is not a specail character (like 23%) in the websphere path or eclipse workpsace. 请确保在Websphere路径或日食工作区中没有特殊字符(如23%)。

将jar com.ibm.ws.orb_8.5.0.jar从C:\\ IBM \\ WebSphere \\ AppServer \\ runtimes复制到C:\\ development \\ endorsed,然后在eclipse.ini中添加此JVM参数(在-vmargs下)-Djava。 endorsed.dirs = C:\\开发\\认可

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM