关闭“管理服务器”时出错从 weblogic 企业管理控制台
我正在使用 Weblogic Server em 控制台重新启动 Web 服务器,URL 如下所示:
AdminServer 名为“AdminServer”,我希望重新启动此服务器实例,
我在 EM 控制台中单击服务器,然后单击用户菜单选项,如下所示: (Weblogic 服务器>控制>关闭...)我收到此错误:
“没有与服务器 AdminServer 关联的计算机。请首先使用 weblogic 控制台将计算机关联到此 weblogic 服务器。
无法理解这意味着什么......
我在这里缺少什么?
I am using Weblogic Server em console to restart a webserver, URL looks like this:
AdminServer is named 'AdminServer', I wish to restart this server instance,
I click on server in EM console then user menu option like this:
(Weblogic server>Control>Shut Down...) I get this error:
'No Machine associated with server AdminServer. Please associate a machine to this weblogic server using weblogic console first.'
Not able to understand what this means....
What am i missing here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 Oracle WebLogic,一台机器代表......嗯,一台物理机器(您可以将服务器即 WebLogic 实例与其关联)。除了使用节点管理器之外,这不是一个基本概念。一般来说,您可以在域创建时创建机器、服务器以及它们与配置向导的关联。
不过,可以从控制台添加机器(环境 > 机器 > 新建):
但是您无法使用控制台将正在运行的服务器添加到机器,这对于管理服务器来说将是一个问题。因此,我建议使用 配置向导< /a> 扩展您现有的域并添加机器。
请注意,这一切只会解决“关机问题”,重新启动将涉及 节点管理器 很可能未配置。
With Oracle WebLogic, a Machine represents... well, a physical machine (and you can associate Servers i.e. WebLogic instances to it). This is not a fundamental concept except when using Node Managers. In general, you create Machine(s), Server(s) and their association with the configuration wizard at domain creation time.
It is however possible to add a Machine from the console (Environment > Machines > New):
But you can't add a RUNNING Server to a Machine with the console, which will be a problem for the admin Server. So, I'd recommend to use the configuration wizard to extend your existing domain and add Machine(s).
Note that all this will only solve the "shutdown problem", restarting will involve Node Manager which is very likely not configured.