获取 Websphere v7.0 使用 eclipse 运行似乎看不到服务器启动
因此,我在 Eclipse 中创建了一个 Websphere 应用程序服务器,并将其指向我的 WAS_HOME 和我创建的配置文件。每当我尝试启动服务器时,它都会启动正常,并且根据我看到的日志...
[2/22/12 14:16:25:037 EST] 00000000 WsServerImpl A WSVR0001I: Server server1 open for e-business
但是,Eclipse 表示它仍在等待启动,通常它停留在 23%。最终它超时并提示无法启动,但是该实例仍然正常运行。
如何让它识别正在运行的实例?
So I created a Websphere Application Server in Eclipse and pointed it at my WAS_HOME and the profile I created. Whenever I try to start the server, it starts fine and according to the log I see...
[2/22/12 14:16:25:037 EST] 00000000 WsServerImpl A WSVR0001I: Server server1 open for e-business
However, Eclipse says it is still waiting to start, typically it sticks at 23%. Eventually it times out saying it couldn't start, however, the instance is still up and running fine.
How do I get it to recognize the running instance?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您的工作空间文件夹/名称可能是问题。
或者对我来说这是 WAS 安装本身。当我将其移至 C:\was8 时,一切都开始正常工作。默认将其放入 c:\Program Files...并且挂在 23%
Your workspace folder/name could be the issue.
or for me it was the WAS installation itself. When I moved it to C:\was8 everything started to work properly. The default puts it into c:\Program Files... and that was hanging at 23%
一个。请使用 websphere jre 替换 sun hotspot vm 来启动 eclipse,如 eclipse.ini 中的以下设置
b.请确保 websphere 路径或 eclipse workpsace 中没有特殊字符(例如 23%)。
a. Please use websphere jre to replace sun hotspot vm to launch the eclipse, like below setting in the eclipse.ini
b. Please make sure there is not a specail character (like 23%) in the websphere path or eclipse workpsace.
最近,我在 Eclipse Luna 和 Websphere Developer Tools 中遇到了同样的问题...问题是 eclipse 代理配置
Recently, I've got the same problem with Eclipse Luna and Websphere Developer Tools... The problem was the eclipse proxy configuration
增加加载 Eclipse 的 VM 的初始堆大小和最大堆大小。
Increase the initial and max heap sizes of the VM that is loading Eclipse.