blog-moon

          導(dǎo)航

          <2006年6月>
          28293031123
          45678910
          11121314151617
          18192021222324
          2526272829301
          2345678

          統(tǒng)計(jì)

          常用鏈接

          留言簿(1)

          隨筆分類

          隨筆檔案

          文章分類

          文章檔案

          收藏夾

          Office

          Websphere

          數(shù)據(jù)庫(kù)

          搜索

          最新評(píng)論

          閱讀排行榜

          評(píng)論排行榜

          安裝RAD后發(fā)現(xiàn)runtimes中沒有base_v6目錄

          解決方法
          (1)將安裝碟直接拷貝到硬盤上進(jìn)行安裝,屢試屢爽
          (2)官方網(wǎng)站的解決方案(沒試過,留著以備不時(shí)之需),如下

          Problem
          The install of IBM? Rational? Application Developer (RAD) version 6.x completed except for the WebSphere? Test Environment (WTE) version 6.0 server. There was no { RAD Install Directory}/runtimes/base_v6 created in the installation process.
          ?
          Solution
          Here is a list of things to CHECK first and then re-install if your install completed without installing the WTE. A complete set of WTE V6 MANUAL INSTALL instructions also follows, to help you isolate the problem if required.

          Note: This information is also applicable if an update of the WTE WAS v6 server failed after an initial successful install of RAD v6 and WTE v6.

          CHECK [ and re-install ]
          1. Check for any space constraints - especially if you tried installing before. Check the disk space available as per the provided install instructions.
          2. On Microsoft? Windows? 2000 or XP machines, check to see if the RAD/WTE install path exceeds the path length of 255. See Related Information Items: You cannot delete a file or a folder on an NTFS file system volume and File Names Seem to Be Limited to Less Than 255 Characters.
          3. Check to see if the error log indicates that the problem appears to be occurring when copying files to install dir (such as, it does not get to profile creation). Log files can be checked for a successful installation:
            {RAD Install Dir}\logs\was_v6_out.log

            ,then if {RAD Install Dir}\base_V6 gets created, check:
            {RAD Install Dir}\base_V6\logs\log.txt
            {RAD Install Dir}\base_V6\logs\wsprofile\wasprofile_crreate_default.log

            Check for INSTCONFSUCCESS messages at end of file(s) for successful installation.


            It is possible that the install image could be corrupted. For example, the disk 4 WTE version 6 install image directory: disk4\external\was6 , contains 420,185,074 bytes, 1013 files, 416 folders. If you are installing from CD or a network drive, you might want to copy the image to a local drive, which sometimes avoids these problems. Or, download the V6 WTE again and re-extract to get a clean copy. If you are downloading from Passport Advantage, it should look something like this:

            Download 3 of 21:
            Rational Application Developer V6.0 Windows Part 3 - OPTIONAL: Contains WebSphere Application Server V6.0 Integrated Test Environment. Multilingual.
            File Name C81CKML.bin
            File Size 384,736,660 bytes

          4. Manually Clean up the WTE/WAS v6 install before retrying (It might not be necessary to uninstall/reinstall RAD itself):
            • Uninstall WebSphere Application Server (WAS) version 6, if it is still installed. It can be uninstalled by running :
              • the RAD uninstall GUI wizard at the command prompt or using Windows Explorer on the icon for uninstall.exe:

                <install_dir>/rad_prod/_uninst/uninstall.exe

                and uninstall only WAS V6 by insuring that only the IBM WebSphere Application Server V6.0 Integrated Test Environment checkbox is checked.

                OR . . .
              • Use the WAS v6 uninstall command directly if the RAD uninstall wizard has any problems.
                <at the command prompt> :

                <install_dir>\runtimes\base_v6\_uninst\uninstall.exe

            • Edit the following files:
              • Open %USERPROFILE%\.WASRegistry with a text editor.
                If you find any line containing <install_dir>\runtimes\base_v6, delete it.

                Example:
                C:\Documents and Settings\Administrator\.WASRegistry
              • Open %WINDIR%\vpd.properties.
                If you find any lines starting with WSBAA60 and containing: <install_dir>\runtimes\base_v6 , delete them.

                (For Windows2000: WINDIR=C:\WINNT , Windows XP : WINDIR=C:\WINDOWS)
            • Delete the following registry key:
              HKEY_LOCAL_MACHINE\SOFTWARE\IBM\WebSphere Application Server
            • Remove the following line from %WINDIR%\IBM\RAT60\.sdpinst\cdi_ref.properties:
              was6_ref.products=xxx
          5. [ re-install instructions]

            If the RAD v6.0.x install is otherwise well-behaved, try to just re-install WTE v6. This is a judgement decision local to your install and your use of RAD as it is now, that is, whether you can do most other things with it besides using the WTEv6. (Go to step 6 if your decision is to do a complete uninstall/install of RAD v6.)
            • Run the RAD install Launcher GUI Wizard from install disk1 by choosing IBM Rational Application Developer V6.0 and then install only WAS v6 by insuring that only IBM WebSphere Application Server V6.0 Integrated Test Environment box is checked.

              OR . . .
            • If there is any problem in using the RAD install Launcher GUI, go to the section WTE v6 MANUAL INSTALL and try to re-install WAS v6.0 from disk 4.
          6. If a complete uninstall/install of RAD v6.0 is necessary:
            1. Uninstall RAD version 6 using the Windows provided Add/Remove Programs from the Windows Control Panel, then delete the: {RAD Install Directory} and possibly: %WINDIR%\IBM\RAT60

              Note: %WINDIR%\IBM\RAT60 affects all Rational Software Development Platform (RSDP) products sharing this common platform, such as Rational Software Modeler, Rational Functional Tester and Rational Performance Tester. If that is not an issue, it is suggested that this directory be removed. Consult the related technote: How to manually un-install Rational Application Developer on Windows , if there are problems.
            2. Install RAD v6 again.
            3. There should be a fully populated { RAD Install Directory}/runtimes/base_v6 created in the installation process. Test that the WAS v6 server can be run:
              1. first standalone e.g.
                <at the command prompt> :

                <install_dir>\runtimes\base_v6\profiles\default\bin\startServer server1
                <install_dir>\runtimes\base_v6\profiles\default\bin\stopServer server1
              2. then Start it from the Servers view of RAD V6.
          7. [Optional] Apply any WAS server version 6.0.x provided update or RAD provided Rational Product Updater (RPU) WAS 6.0.x update again as required. If you have problems updating WTE/WAS version 6.0.x see the Related Information Item: Updating the WAS server instance in IBM RAD V6 fails

            Note: Update logs are kept in {RAD Install Dir}\runtimes\base_v6\logs\update\
            e.g. for WAS 6.0.2 Refresh Pack and WAS 6.0.2.5 Fix Pack for Windows:

            ...\runtimes\base_v6\logs\update\6.0-WS-WAS-WinX32-RP0000002.install
            ...\runtimes\base_v6\logs\update\6.0.2-WS-WAS-WinX32-FP0000005.install

          WTE v6 MANUAL INSTALL

          If the process above does not work, here are the manual steps to install the WTE using only WebSphere components (and if this still fails, then it will be necessary to consult RAD support, which at this point would most likely involve WebSphere Support to help resolve the issue.).

          The RAD v6 WTE v6 server install is a very thin layer on top of a true stand-alone WAS v6 Base install. The main difference is that RAD disables the Windows Start menu and it selects the optional features that need to be installed. To manually install:
          1. <at the command prompt>
            cd <install_image>/disk4/external/was6
          2. <at the command prompt>
            set DisableWASDesktopIntegration=false ,

            This environment variable disables the creation of Start Menu shortcut for WAS v6 in Windows.
          3. Remove the <install_dir>/runtimes/base_v6 directory, where <install_dir> is the location where RAD is installed. Clean up the registry as described earlier in CHECK . . . Step 4. Manually Clean up. . . if you have not done so already, and stop any Java? processes currently running that could interfere.
          4. Initiate the install:
            1. Using the GUI Install wizard :

              <at the command prompt>:
              install.exe -options "<install_image>\disk4\external\was6\rat_responsefile.txt"

              [Note: on the command line do not use the option:
              -P wasProductBean.installLocation="<install_dir>/runtimes/base_v6"
              There is a problem in the WAS installer in reading this option properly in a GUI install.]

              Then in the GUI Install wizard:
              1. When prompted for the install location, use:
                <install_dir>/runtimes/base_v6
                where <install_dir> is the location where RAD is installed.
              2. When prompted for features to install, select all the features except "Application Server Sample".
                The GUI Install, unlike the silent install, allows the user to directly see the install progress. If there is any problem related to user's machine, it will be shown to the user.

                OR
            2. This can also be done as a silent install:

              <at the command prompt>:
              install.exe -silent -options "<install_image>\disk4\external\was6\rat_responsefile.txt" -P wasProductBean.installLocation="<install_dir>/runtimes/base_v6"
              Note:-silentmust be placed before-options
          5. If the install succeeds but RAD does not automatically recognize the WTE, then add this WebSphere instance as a runtime, under the section Window > Preferences > Server > Installed Runtimes.

          posted on 2006-06-09 18:59 moon 閱讀(1462) 評(píng)論(3)  編輯  收藏

          評(píng)論

          # re: 安裝RAD后發(fā)現(xiàn)runtimes中沒有base_v6目錄 2008-10-14 10:55 Omelette

          奇怪了 我裝了四五次 每次都有這個(gè)目錄,但是我?guī)讉€(gè)同事裝每次都沒有?是不是與人品有關(guān)???  回復(fù)  更多評(píng)論   

          # re: 安裝RAD后發(fā)現(xiàn)runtimes中沒有base_v6目錄[未登錄] 2008-10-14 15:43 Omelette

          今天忙活了半天 裝了四五次,最后發(fā)覺影響這個(gè)的主要原因還是路徑:
          1、安裝文件不能放在中文目錄下,而且也不能放在帶有空格的路徑下
          2、環(huán)境也不能裝在Program Files目錄下,也不能放在中文目錄下

          因?yàn)檫@些原因可能會(huì)導(dǎo)致的一些意料外的問題,即使有時(shí)候可能安裝成功了。

          還有一點(diǎn):路徑的長(zhǎng)度,雖然環(huán)境規(guī)定路徑長(zhǎng)度不能超過255個(gè),但是還是不要超過50個(gè)為好。這個(gè)路徑當(dāng)然包括D:/../../../../../....../xx.xx的父目錄。  回復(fù)  更多評(píng)論   

          # re: 安裝RAD后發(fā)現(xiàn)runtimes中沒有base_v6目錄 2009-10-19 14:18

          可以重新安裝disk4/external/was下的內(nèi)容,將安裝目錄指向/{RAD_INSTALL_DIR}/runtimes/base_v6就可以了  回復(fù)  更多評(píng)論   


          只有注冊(cè)用戶登錄后才能發(fā)表評(píng)論。


          網(wǎng)站導(dǎo)航:
           
          主站蜘蛛池模板: 日喀则市| 介休市| 安乡县| 精河县| 金寨县| 环江| 丽江市| 宁安市| 淮南市| 百色市| 黄大仙区| 洛南县| 新乐市| 定南县| 太康县| 那曲县| 泸溪县| 永善县| 麻城市| 招远市| 库伦旗| 静海县| 绥化市| 尼木县| 青阳县| 朝阳区| 祥云县| 乌兰浩特市| 隆德县| 玉山县| 临漳县| 凯里市| 太原市| 肇庆市| 韩城市| 屏东县| 青田县| 嘉鱼县| 龙陵县| 舟曲县| 怀柔区|