RAD8 启动后无法识别 WPS7 状态
我目前正在 RAD8 中工作,并尝试为 WPS7 构建 portlet。我将它们都安装在我的 Windows 7 开发计算机上。
当我从 servers 视图启动服务器时,一切都按预期发生:弹出一个控制台(实际上有 2 个控制台,一个用于 WAS,一个用于 WPS),服务器将其状态显示为 < strong>[正在启动,已同步],当控制台滚动显示 WPS 消息时,我等待了 2 或 3 分钟。
但是当我到达这一行时,它变得很奇怪:(不仅对于语言......)
[28.12.11 15:40:49:373 CET] 00000000 RMIConnectorC A ADMC0026I: Der RMI-Connector ist an Port 10035 verfügbar.
[28.12.11 15:40:49:373 CET] 00000005 LeaseAlarm I SCHD0133I: Der Scheduler WPSTaskScheduler (wps/Scheduler) hat die Zugangsberechtigung erhalten und führt alle Tasks in diesem Anwendungsserver aus.
[28.12.11 15:40:49:389 CET] 00000000 JMXConnectors I ADMC0058I: Der JMX-JSR160RMI-Connector ist an Port 10035 verfügbar.
[28.12.11 15:40:49:436 CET] 00000000 WsServerImpl A WSVR0001I: Der Server WebSphere_Portal ist für e-business bereit.
显然服务器已启动,因为它用 WSVR0001I
告诉我,我可以浏览门户主页。但 RAD 仍然显示[正在启动,已同步],并且在一段时间后会遇到超时。弹出超时对话框后,尽管我仍然可以浏览门户并获取控制台消息,但服务器状态为[已停止]。
我已经检查了 SOAP 和 RMI 端口,它们已正确设置为 RMI=10035 和 SOAP=10025。
有什么提示吗?
更新这似乎相关https://www- 304.ibm.com/support/docview.wss?uid=swg21255957
I am working in RAD8 at the moment and try to build portlets for WPS7. I installed both of it on my Windows 7 development machine.
When I start the server from the servers view, everything happens like expected: a console pops up (2 consoles in fact, one for the WAS and one for the WPS), the server displays its status as [Starting, Synchronized] and I wait for 2 or 3 minutes while the console is scrolling with WPS messages.
But when I get to this lines it gets weird: (not only for the language...)
[28.12.11 15:40:49:373 CET] 00000000 RMIConnectorC A ADMC0026I: Der RMI-Connector ist an Port 10035 verfügbar.
[28.12.11 15:40:49:373 CET] 00000005 LeaseAlarm I SCHD0133I: Der Scheduler WPSTaskScheduler (wps/Scheduler) hat die Zugangsberechtigung erhalten und führt alle Tasks in diesem Anwendungsserver aus.
[28.12.11 15:40:49:389 CET] 00000000 JMXConnectors I ADMC0058I: Der JMX-JSR160RMI-Connector ist an Port 10035 verfügbar.
[28.12.11 15:40:49:436 CET] 00000000 WsServerImpl A WSVR0001I: Der Server WebSphere_Portal ist für e-business bereit.
Apparently the server is started, because it is telling me so with WSVR0001I
and I can browse the portal homepage. But RAD is still displaying [Starting, Synchronized] and will run into the timeout after a while. After the timeout dialog popped up, the server status is [Stopped] although I can still browse the portal and get console messages.
I already checked the SOAP and RMI ports, and they are correctly set to RMI=10035 and SOAP=10025.
Any hints?
update This seems related https://www-304.ibm.com/support/docview.wss?uid=swg21255957
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我遇到了同样的问题,最终意识到我已经更改了 eclipse.ini 以进行一些phonegap/移动开发。当我将文件恢复为原始文件时,它起作用了。
I had the same issue and eventually realized I had changed the eclipse.ini for some phonegap/mobile development. When I reverted the file back to the original one, it worked.
如果您的 WebSphere Portal 实例是安全的,并且您没有在与 WP7 实例相关的 RAD 服务器配置中正确填充安全设置,则可能会发生这种情况。
另一个原因可能是使用 RMI 连接器。已知使用 RMI 连接器会导致此类问题。您没有提到您实际使用的是哪个连接器;如果您还没有这样做,请使用 SOAP 连接器。
This can happen if your WebSphere Portal instance is secured, and you didn't correctly populate the security settings in the RAD server configuration pertaining to your WP7 instance.
Another reason might be using the RMI connector. Using the RMI connector is known to cause such problems. You didn't mention which connector you're actually using; if you haven't already done so, use the SOAP connector.