获取 Websphere v7.0 使用 eclipse 运行似乎看不到服务器启动

发布于 2025-01-08 12:42:34 字数 321 浏览 2 评论 0原文

因此,我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

只等公子 2025-01-15 12:42:34

您的工作空间文件夹/名称可能是问题。

或者对我来说这是 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%

王权女流氓 2025-01-15 12:42:34

一个。请使用 websphere jre 替换 sun hotspot vm 来启动 eclipse,如 eclipse.ini 中的以下设置

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

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

-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.

镜花水月 2025-01-15 12:42:34

最近,我在 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

狼性发作 2025-01-15 12:42:34

增加加载 Eclipse 的 VM 的初始堆大小和最大堆大小。

Increase the initial and max heap sizes of the VM that is loading Eclipse.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文