zoukankan      html  css  js  c++  java
  • WAS启动报错Service failed to start. startServer return code = -1

    http://www-01.ibm.com/support/docview.wss?uid=swg21368020

    Problem(Abstract)

    Attempts to start IBM WebSphere Application Server (WAS) v6.1.x through Rational Application Developer for WebSphere Software (RAD) v7.0.x results in the error ADMU7704E: Failed while trying to start the Windows Service associated with server.

    Symptom

    Complete error while starting WebSphere Application Server (WAS) v6.1.x:


    ADMU7704E: Failed while trying to start the Windows Service associated with server: server1;
    probable error executing WASService.exe: Starting Service: [service name]
    Timed out waiting for service to respond to command, after 60 seconds.Failed to start service, or
    timed out while waiting for start to complete. Check the logs for details.



    Cause

    The server was configured as a Windows Service.

    Resolving the problem

    If this was unintentional, create a new server profile that does not run the application as a Windows Service.


    Steps describing how to do this can be found in the Related URL section.

    Alternatively, you can do the following:

    1. Open Windows Services Control Panel (Start > Settings > Control Panel > Administrative Tools > Services).

    2. Look for the service name of WAS V6.1:

      "IBM WebSphere Application Server V6.1 - [service_name]".

    3. Open a command window and go to [RAD_Installation] untimesase_v61in

    4. Run the command:

      WASService.exe -remove [service_name]

      You should see a message "Successfully removed service".

    Restart RAD and you should now be able to successfully start your WASv6.1.x server.


    需要注意的是WASService.exe -remove [service_name]中的[service_name]参数,查找方法如下


    [service_name]参数既g3Node01

  • 相关阅读:
    Express中间件简介
    Express中间件概念
    浏览器cookie插件
    node=day7
    cookie可视化操作工具---EditThisCookie
    node之cookie和session对比
    node通过session保存登录状态
    浅谈表单同步提交和异步提交
    node.js服务端存储用户密码md5加密
    jQuery的ajax里dataType预期服务器返回数据类型
  • 原文地址:https://www.cnblogs.com/wenlong/p/4070089.html
Copyright © 2011-2022 走看看