`
xls
  • 浏览: 109992 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

无法停止websphere server

阅读更多
问题描述:
当尝试停止WebSphere应用服务器时,信息显示 无法到达应用服务器,看上去已停止 ,但此时应用服务器上的应用运行正常,从命令行使用stopserver命令去停止应用服务器时,详细信息显示:
05-4-7 10:36:42:880 CST]  1c1ea29 ManagerAdmin  I TRAS0017I: 启动跟踪状态是 *=all=disabled。
[05-4-7 10:36:42:947 CST]  1c1ea29 AdminTool     A ADMU3100I: 正在从服务器读取配置:server1
[05-4-7 10:37:00:392 CST]  1c1ea29 WsServerStop  E ADMU3002E: 试图处理服务器 server1 时发生异常
[05-4-7 10:37:00:394 CST]  1c1ea29 WsServerStop  E ADMU3007E: 异常 com.ibm.websphere.management.exception.ConnectorException: ADMC0053E: 无法创建 SOAP 连接器连接端口 8880 上的主机 ibm_test,并启用 SOAP 连接器安全性。
[05-4-7 10:37:00:398 CST]  1c1ea29 WsServerStop  A ADMU3007E: 异常 com.ibm.websphere.management.exception.ConnectorException: ADMC0053E: 无法创建 SOAP 连接器连接端口 8880 上的主机 ibm_test,并启用 SOAP 连接器安全性。
at com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:344)
at com.ibm.ws.management.tools.LaunchUtils.getAdminClient(LaunchUtils.java:347)
at com.ibm.ws.management.tools.LaunchUtils.getAdminClient(LaunchUtils.java:287)
...  ...
Caused by: com.ibm.websphere.management.exception.ConnectorNotAvailableException
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:250)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.<init>(SOAPConnectorClient.java:183)
... ...
Caused by: [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: java.net.UnknownHostException: ibm_test; targetException=java.lang.IllegalArgumentException: Error opening socket: java.net.UnknownHostException: ibm_test]
at org.apache.soap.transport.http.SOAPHTTPConnection.send(Unknown Source)
at org.apache.soap.rpc.Call.invoke(Unknown Source)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient$2.run(SOAPConnectorClient.java:233)
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:111)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:230)
      ... ...

[05-4-7 10:37:00:441 CST]  1c1ea29 AdminTool     A ADMU0509I: 无法到达 server“server1”。它看上去已停止。
[05-4-7 10:37:00:443 CST]  1c1ea29 AdminTool     A ADMU0211I: 在文件 /opt/WebSphere/AppServer/logs/server1/stopServer.log 中可看到错误的详细信息。


解答:

从日志当中可以看到在执行stopServer时,出现 java.net.UnknownHostException ,无法解析主机名,不能连接到主机ibm_test,导致WebSphere认为应用服务器已经停止,从而无法去停止应用服务器。
所以要确定能够正常ping通主机名ibm_test,并将本机的主机名和ip加入到本机操作系统的host文件列表中,以确保能够正常连接到应用服务器所在机器。
另外,在停止应用服务器时,会连接到应用服务器的SOAP端口,如果对应应用服务器的SOAP端口不是默认值,需要在停止应用服务器时用"-port <port number>"参数指定端口号。可以登陆websphere的管理控制台,到对应应用服务器--> 断点-->SOAP_CONNECTOR_ADDRESS,可以看到此应用服务器使用的SOAP端口。
D:\>D:\IBM\WebSphere\AppServer\bin\stopServer.bat  WebSphere_Portal -port 8880 -
username admin -password heerit
-portal 8880 安装时记录的soap端口
  • 大小: 37.6 KB
分享到:
评论

相关推荐

    linux下WebSphere启动停止

    ADMU0118E: 日至文件无法写到位置/opt/WebSphere/AppServer/logs/server1/startServer.log ``` 可以使用-logfile参数指定不同的日志文件路径。例如: ``` [root@localhost bin]$ ./startServer.sh server1 -log...

    linux下启动停止WebSphere.pdf

    2. **停止WebSphere Server** - 同样地,在`bin`目录下,使用`stopServer.sh`脚本来停止服务器实例。执行`./stopServer.sh server1`来停止名为`server1`的服务器。 3. **启动WebSphere集群Manager** - 如果你需要...

    WebSphere Application Server for Developers V7

    ### WebSphere Application Server for Developers V7 #### 一、概述 IBM WebSphere Application Server (WAS) 是一款高性能的企业级应用服务器,适用于构建、部署和管理企业级Java应用程序。本指南旨在帮助开发者...

    linux下启动停止WebSphere.docx

    总的来说,理解和掌握在Linux环境中启动和停止WebSphere Application Server是IT运维的关键技能。这包括理解命令行工具、权限管理、日志文件处理,以及如何通过管理控制台进行监控和配置。熟悉这些操作将有助于确保...

    WebSphere Application Server V8.5 Administration and Configuration Guide

    根据提供的文件内容,下面是关于《WebSphere Application Server V8.5 Administration and Configuration Guide》的一些详细知识点: WebSphere Application Server V8.5是IBM推出的一款应用服务器产品,它允许企业...

    WebSphere Application Server v6.1 应用管理

    【WebSphere Application Server v6.1 应用管理】是IBM提供的一款强大的企业级应用服务器管理平台,主要用于托管、部署和管理Java EE(Java Platform, Enterprise Edition)应用程序。在这个版本中,WebSphere提供了...

    IBM WebSphere Application Server V7.0 Web Services Guide

    ### IBM WebSphere Application Server V7.0 Web Services Guide 关键知识点概述 #### 一、引言与背景 在《IBM WebSphere Application Server V7.0 Web Services Guide》中,本书全面介绍了 WebSphere 应用服务器 ...

    在Linux服务器上每周自动重启WebSphere服务配置

    3. **WebSphere服务无法正常启动或停止**: - 检查WebSphere配置文件是否正确。 - 查看WebSphere的日志文件以获取详细错误信息。 #### 总结 通过在Linux中配置cron任务,可以轻松实现WebSphere服务的定期重启,...

    WebSphere Application Server V7 Administration and Configuration Guide

    《WebSphere Application Server V7 管理与配置指南》是IBM公司为WebSphere Application Server V7用户提供的专业管理与配置手册,旨在帮助系统管理员、开发者以及IT专业人员全面掌握和有效利用WebSphere ...

    WebSphere Application Server Administration Using Jython

    4. **自动化管理任务**:通过实例展示如何使用Jython编写脚本来自动化常见的WebSphere管理任务,例如应用的生命周期管理(部署、更新、移除)、服务器启动和停止、配置更改等。 5. **错误处理和调试**:讨论在使用...

    使用概要文件简化 WebSphere Application Server 管理

    【使用概要文件简化WebSphere Application Server管理】 WebSphere Application Server V6引入了概要文件(Profile)的概念,这是为了将产品的二进制文件与用户数据进行物理隔离,以简化系统的管理和维护。在V6之前...

    websphere 7 profile manager

    在深入探讨WebSphere 7 Profile Manager之前,首先理解WebSphere Application Server (WAS)是IBM提供的一款企业级Java应用服务器,它支持多种Java应用程序和服务的部署与管理。WebSphere 7是其第七个主要版本,发布...

    Websphere8.5安装

    打开IBM Installation Manager,创建一个新的安装任务,选择WebSphere Application Server 8.5产品,然后选择相应的安装类型。一般有开发环境、测试环境和生产环境等多种选择,根据实际需求选择合适的配置。在安装...

    WebSphere_Application_Server教程

    WebSphere Application Server(简称WAS)是IBM公司开发的一个功能强大的企业级应用服务器。它能够支持企业级Java应用程序,提供了许多集成化的中间件服务和运行时环境,例如消息服务、事务处理服务、Web服务以及...

    WebSphere Application Server V8 安装与维护概述

    2. **停止相关进程**:确保目标机器上所有与 WebSphere Application Server 相关的 Java 进程均已停止。 3. **停止 Web Server**:停止所有 Web Server 进程,例如 IBM HTTP Server。 4. **磁盘空间**:根据选择的...

    WebSphere修改主机名方法

    WebSphere Application Server 是一款由 IBM 开发的企业级应用服务器,用于托管Java应用程序和服务。在部署和管理WebSphere的过程中,有时需要更改服务器的主机名,这可能由于网络环境的调整、多域名支持或服务器...

    suse10上websphere安装

    在本文中,我们将深入探讨如何在SUSE Linux Enterprise 10 (SLES10)操作系统上安装IBM WebSphere Application Server。WebSphere是一个流行的Java应用程序服务器,用于部署和管理企业级的Web应用程序。以下是对安装...

    WebSphere实验报告.zip

    在这次实验中,学生们将学习如何安装和配置WebSphere Application Server (WAS)。这包括下载和安装软件、创建和配置服务器实例、设置环境变量以及启动和停止服务器。理解这些基本步骤对于后续的实验至关重要。 2. ...

    MyEclipse 配置 Websphere6.1

    2. 启用`WebSphere server`,设置`WebSphere home directory`为Websphere的安装目录(例如:E:\Java\WebSphere6.1\AppServer),`Profile root directory`为刚才创建的概要文件目录(例如:E:\Java\WebSphere6.1\App...

Global site tag (gtag.js) - Google Analytics