<output id="qn6qe"></output>

    1. <output id="qn6qe"><tt id="qn6qe"></tt></output>
    2. <strike id="qn6qe"></strike>

      亚洲 日本 欧洲 欧美 视频,日韩中文字幕有码av,一本一道av中文字幕无码,国产线播放免费人成视频播放,人妻少妇偷人无码视频,日夜啪啪一区二区三区,国产尤物精品自在拍视频首页,久热这里只有精品12

      在CentOS中安裝TSM的ISC

            安裝ISC遇到下面這個問題:

      [root@FWDB isc]$ ./setupISC -console 
      InstallShield Wizard
      
      Initializing InstallShield Wizard...
      
      Preparing Java(tm) Virtual Machine...
      ...................................
      ...................................
      
      0 % complete
      10 % complete
      20 % complete
      30 % complete
      40 % complete
      50 % complete
      60 % complete
      70 % complete
      80 % complete
      90 % complete
      100 % complete
      
      
      Installing the Integrated Solutions Console
         The installation process has started.
      
      ==>  Checking for existing versions of the Integrated Solutions Console
      -      Verifying system and configuration information
      - Installing the Integrated Solutions Console. Installation can take up to two
      hours.
      -      Installing the Integrated Solutions Console patches.
      
      
      Installing the Integrated Solutions Console
         The installation process has started.
      
      ==>  Checking for existing versions of the Integrated Solutions Console
      ==>  Verifying system and configuration information
      - Installing the Integrated Solutions Console. Installation can take up to two
      hours.
      -      Installing the Integrated Solutions Console patches.
      
      Errors occurred during the installation.
      - An error occurred and product installation failed. Look at the log file
      /opt/IBM/ISC601/log.txt for details.
      - An error occurred and product uninstallation failed. Look at the log file
      /opt/IBM/ISC601/log.txt for details.
      
      Press 1 for Next, 3 to Cancel or 4 to Redisplay [1] 1
      
      The wizard requires that you logout and log back in.
      
      Press 3 to Finish or 4 to Redisplay [3] 3

            提示安裝失敗,在安裝目錄 /opt/IBM/ISC601 找到一個log.txt,有如下提示:

      (Nov 6, 2010 1:56:52 PM), Install, ACProductAction, err, An error occurred and product installation failed.  Look at the log file /opt/IBM/ISC601/log.txt for details.
      (Nov 6, 2010 1:56:52 PM), Install, ACProductAction, err, ProductException: (error code = 55; message="Response validation failed.  See /opt/IBM/ISC601/Tivoli/dsm/logs/ac_install.log for details.")
      STACK_TRACE: 13
      ProductException: (error code = 55; message="Response validation failed.  See /opt/IBM/ISC601/Tivoli/dsm/logs/ac_install.log for details.")
              at ACProductAction.install(ACProductAction.java:584)
              at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(PureJavaProductServiceImpl.java:1923)
              at com.ibm.wizard.platform.linux.LinuxProductServiceImpl.installProductAction(LinuxProductServiceImpl.java:552)
              at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(PureJavaProductServiceImpl.java:5202)
              at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(InstallableObjectVisitor.java:369)
              at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(InstallableObjectVisitor.java:333)
              at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(InstallableObjectVisitor.java:133)
              at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4570)
              at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3765)
              at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:41)
              at java.lang.Thread.run(Unknown Source)
      
      (Nov 6, 2010 2:09:16 PM), Install, com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct, err, An error occurred and product uninstallation failed.  Look at the log file /opt/IBM/ISC601/log.txt for details.
      (Nov 6, 2010 2:09:16 PM), Install, ACProductAction, err, ProductException: (error code = 1; message="Uninstall failed.")
      STACK_TRACE: 12
      ProductException: (error code = 1; message="Uninstall failed.")
              at ACProductAction.uninstall(ACProductAction.java:635)
              at com.installshield.product.service.product.PureJavaProductServiceImpl.uninstallProductAction(PureJavaProductServiceImpl.java:1954)
              at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.processActionsFailed(PureJavaProductServiceImpl.java:5145)
              at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(InstallableObjectVisitor.java:374)
              at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(InstallableObjectVisitor.java:333)
              at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(InstallableObjectVisitor.java:133)
              at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4570)
              at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3765)
              at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:41)
              at java.lang.Thread.run(Unknown Source)

            接著再查看日志文件 /opt/IBM/ISC601/Tivoli/dsm/logs/ac_install.log 有如下提示:

      ********************************************************************************
         Starting a new install instance at [November 6, 2010 1:56:24 PM CST] 
      ********************************************************************************
      [November 6, 2010 1:56:34 PM CST] + /opt/IBM/ISC601/AppServer/java/bin/java -cp /opt/IBM/ISC601/fixup/ISCCheck.jar run -silent -W response.file=/opt/IBM/ISC601/fixup/ISCArchive.rsp
      [November 6, 2010 1:56:37 PM CST] CWLAA9008: The operating system Linux 2.6.18-194.el5 is not supported.

            我的OS是CentOS  5.5實際上就是RHEL 5.5的社區編譯版本,應該與RHEL兼容的,于是乎嘗試將 /etc/redhat-release 備份然后修改為:

      Red Hat Enterprise Linux Client release 5 (Tikanga)

            將目錄 /opt/IBM/ISC601 刪除然后重新開始安裝ISC,成功。

            安裝完成后到目錄/opt/IBM/ISC601/PortalServer/bin中啟動ISC驗證安裝,又報錯:

      [root@FWDB bin]$ ./startISC 
      ./startISC: line 16: /opt/ISC_Archive_Build/ISC.base/AppServer/java/bin/java: No such file or directory
      ./startISC: line 22: /opt/ISC_Archive_Build/ISC.base/AppServer/bin/startServer: No such file or directory

            將 IscSetupCmdLine 修改為:

      [root@FWDB bin]$ vim IscSetupCmdLine
      #!/bin/sh
      ISC_RUNTIME_ROOT=/opt/IBM/ISC601
      ISC_PORTAL_ROOT=$ISC_RUNTIME_ROOT/PortalServer
      ISC_ECLIPSE_HOME=$ISC_RUNTIME_ROOT/PortalServer/ISCEclipse
      APP_JAVAHOME=$ISC_RUNTIME_ROOT/AppServer/java/bin
      WAS_HOME=$ISC_RUNTIME_ROOT/AppServer
      WAS_PROFILE_NAME=default
      
      # ISC_RUNTIME_ROOT=/opt/ISC_Archive_Build/ISC.base
      # ISC_PORTAL_ROOT=/opt/ISC_Archive_Build/ISC.base/PortalServer
      # ISC_ECLIPSE_HOME=/opt/ISC_Archive_Build/ISC.base/PortalServer/ISCEclipse
      # APP_JAVAHOME=/opt/ISC_Archive_Build/ISC.base/AppServer/java/bin
      # WAS_HOME=/opt/ISC_Archive_Build/ISC.base/AppServer
      # WAS_PROFILE_NAME=default
      
      ISC_ECLIPSE_PORT=8423
      # ISC_HELP_SERVICE=

            再次啟動,成功:

      [root@FWDB bin]$ ./startISC.sh ISC_Portal 
      ADMU0116I: Tool information is being logged in file
                 /opt/IBM/ISC601/AppServer/profiles/default/logs/ISC_Portal/startServer.log
      ADMU0128I: Starting tool with the default profile
      ADMU3100I: Reading configuration for server: ISC_Portal
      ADMU3200I: Server launched. Waiting for initialization status.
      ADMU3000I: Server ISC_Portal open for e-business; process id is 16308
      posted @ 2010-11-06 16:37  killkill  閱讀(1673)  評論(0)    收藏  舉報
      主站蜘蛛池模板: 亚洲国产精品午夜福利| 欧洲中文字幕一区二区| 久久精品国产亚洲精品色婷婷| 亚洲成人av在线系列| 安多县| 久久夜色精品国产亚洲av| 樱花草在线社区WWW韩国| 亚洲人成人日韩中文字幕| 国产精品亚洲а∨天堂2021| 久久人人97超碰国产精品| 一日本道伊人久久综合影| 欧美精品亚洲精品日韩专| 国产精品成人av电影不卡| 一个人看的www视频免费观看| 午夜成人精品福利网站在线观看| 久热这里只有精品在线观看| 日韩欧美卡一卡二卡新区| 亚洲av成人无网码天堂| 乱老年女人伦免费视频| 亚洲成在人线在线播放无码| 97精品国产91久久久久久久| 一本大道久久a久久综合| 亚洲乱熟女一区二区三区| 潮喷无码正在播放| 亚洲性图日本一区二区三区| 福利视频一区二区在线| 国产精品美女久久久久久麻豆| 午夜大尺度福利视频一区| 99久久婷婷国产综合精品| 国产精品人成视频免| 国产亚洲精品久久久久蜜臀| 4399理论片午午伦夜理片| 国产婷婷综合在线视频中文| 国产成人a在线观看视频免费| 四虎精品视频永久免费| 国产xxxx做受视频| 99人中文字幕亚洲区三| 中文字幕日韩人妻一区| 久久不见久久见免费视频观看| 无码精品人妻一区二区三区中| 午夜精品区|