Error OUI CRS

Hi all,
Installing CRS I got the error:
PRKC-1073 : Failed to transfer directory "/crs" to any of the given nodes "dwbd02 ". Error on node dwbd02:null
Open the log:
Log: installActions2010-05-31_04-50-09PM.log ------
INFO: Updating files in Oracle home '/crs' to remote nodes 'dwbd02'.
INFO: List of files to be excluded from:install/excludeList.txt
INFO: Exclude file list /tmp/OraInstall2010-05-31_04-50-09PM/installExcludeFile.lst does not exist or is empty. The file is ignored.
WARNING: Error while copying directory /crs with exclude file list 'null' to nodes 'dwbd02'. [PRKC-1073 : Failed to transfer directory "/crs" to any of the given nodes "dwbd02 ".
Error on node dwbd02:null]
Refer to '/u01/app/oracle/oraInventory/logs/installActions2010-05-31_04-50-09PM.log' for details. You may fix the errors on the required remote nodes. Refer to the install guide for error recovery. Click 'Yes' if you want to proceed. Click 'No' to exit the install. Do you want to continue?
INFO: User Selected: Yes/OK
what to do to continue?
Oracle RAC 10g (two nodes)
SO:AIX
regards

hi
Configure SSH on each node in the cluster. Log in as the "oracle" user and perform the following tasks on each node.
su - oracle
mkdir ~/.ssh
chmod 700 ~/.ssh
/usr/bin/ssh-keygen -t rsa # Accept the default settings.
The RSA public key is written to the ~/.ssh/id_rsa.pub file and the private key to the ~/.ssh/id_rsa file.
Log in as the "oracle" user on RAC1, generate an "authorized_keys" file on RAC1 and copy it to RAC2 using the following commands.
su - oracle
cd ~/.ssh
cat id_rsa.pub >> authorized_keys
scp authorized_keys rac2:/home/oracle/.ssh/
Next, log in as the "oracle" user on RAC2 and perform the following commands.
su - oracle
cd ~/.ssh
cat id_rsa.pub >> authorized_keys
scp authorized_keys rac1:/home/oracle/.ssh/
The "authorized_keys" file on both servers now contains the public keys generated on all RAC nodes.
To enable SSH user equivalency on the cluster member nodes issue the following commands on each node.
ssh rac1
ssh rac2
You should now be able to SSH and SCP between servers without entering passwords.
then use cluvfy utilty.
cluvfy comp sys -n node1,node2 -p crs -verbose
To verify the minimal system requirements on the nodes before installing Oracle Clusterware or RAC, use the sys component verification command. To check the system requirements for installing RAC, use the -p database argument, and to check the system requirements for installing Oracle Clusterware, use the -p crs argument.
you can download
http://www.oracle.com/technology/products/database/clustering/cvu/faq/cvufaq_11g.html#How_do_I_install_CVU
pls send us result of cluvfy
hope this helps
zekeriya

Similar Messages

  • Error: OUI.exe Stopped Working 11g R2 32-bit Client on Win 7 64-bit

    I am receiving an error "oui.exe stopped working" when running setup.exe to install Oracle 11g R2 (win32_11gR2_client.zip for Win 32-bit) client on Windows 7 Enterprise 64-bit. I never even get as far as the Oracle installation dialog box. I am trying to install 11g R2 32-bit because it is my understanding the 64-bit version of Oracle client is not compatible with Toad for Oracle.
    I have read numerous posts on the subject and have tried just about everything I can think of to get around the error. When I run the setup.exe -debug I can see that teh files are unzipped and the installer seems to fail when it hit the section where it tries executing java.exe. Once the dialog box appears with the error message, I am not able to get back to the command window to extract the debug results. I can only see it partially in the background behind the dialog box. When I hit cancel to close the error dialog, the debug window also closes, so no way to get the details of the debug results
    I am logged into Win 7 as a member of the Adminstrators group and have verified that the Windows User Access Control (UAC) is turned off. I get the erorr message whether I run as Administrator or not. I have unzipped all the files and folders under the \client directory from the zip file to a folder c:\temp\. So the setup.exe and all folders below it are in the c:\temp directory. I did this because one post suggested an issue with long path names or path names with spaces when executing setup.exe.
    Seems like it should not be this difficult. I never had issues in the past installing Oracle client on Windows XP Pro. This is my first attempt at installing under Win 7.
    Any help or direction would be much appreciated.
    Edited by: user10421280 on Nov 21, 2011 1:27 PM

    orafad and PavanG,
    First let me thank you both for your multiple attempts to help me. I finally figured out what was causing the issue with the Oracle Installer, oui.exe not running properly. Last night I was looking around into the Windows Event Viewer and found an Error entry for oui.exe that pointed to a program directory and .dll in the \\program files\appsense\ directory path. It seems that in addition to the McAfee virus scan, host intrusion, unwanted programs, group policy manager, etc., there is another application installed on the machine that governs what programs can and cannot run. I don't know much about it other than when the program was temporarily suspended, the setup.exe and oui.exe install kicked off fine without the "oui.exe stopped working" error message. It proceeded happily to the Oracle Client installation dialog. All along our IT desktop support was trying to help me with the install and they repeatedly disabled the McAfee programs to no avail, but not the other utilities. It was almost like even they were unaware of this other application running in the background since they never suggested disabling it.
    Either way, I'm happy to say that I am now able to successfully launch the Oracle Client installer without issue. I've also learned a little about getting the Oracle 11g Instant client to work with Toad while I worked through the issue with the installer. I could almost get by completely with just using the Instant Client if I didn't have to use SQL*Loader (sqlldr.exe) and tnsping.exe. Any suggestions for getting these two functions to work with the Instant Client would be appreciated. I tried copying the binaries and the message files into the appropriate instant client directories, but windows kept complaining about missing .dll's when I tried executing the commands.
    If there is no workaround for getting these functions to work with the Instant Client, and I have to do an Oracle Client install, at least now I can. Do you know if I would need to do the full "Administrator" install to get these functions, or can I do just the "Run Time" install to get sqlldr and tnsping?
    Thanks again for your help

  • Grid Control 11g R1 installation error OUI-10133

    Hello All,
    I'm installing Oracle Enterprise Manager 11g Release 1 on SUSE Linux 10 x86_64. Here I'm facing an error *"OUI-10133:Invalid staging area. There are no top level components for Linux available for Installation in this staging area."*. Installation packages were downloaded from http://www.oracle.com/technetwork/oem/grid-control/downloads/linuxx8664soft-085949.html. All three zip files are fully downloaded, verified and unzipped. Someone in internet said these zip files should be extracted in one directory. But I see some folders exist in all three unzipped folders are same but contain different files. If I put them in one directory they would be overwrote. What should I do? Please suggest. Thanks in advance.
    Best Regards,
    Guangming Duan

    864397 wrote:
    Hello All,
    I'm installing Oracle Enterprise Manager 11g Release 1 on SUSE Linux 10 x86_64. Here I'm facing an error *"OUI-10133:Invalid staging area. There are no top level components for Linux available for Installation in this staging area."*. Installation packages were downloaded from http://www.oracle.com/technetwork/oem/grid-control/downloads/linuxx8664soft-085949.html. All three zip files are fully downloaded, verified and unzipped. Someone in internet said these zip files should be extracted in one directory. But I see some folders exist in all three unzipped folders are same but contain different files. If I put them in one directory they would be overwrote. What should I do? Please suggest. Thanks in advance.
    Best Regards,
    Guangming DuanHello Guangming,
    You need to unzip all files into a same directory. Don't worry about folders. Unzip tool will extract the files into the correct folders (will not overwrite the content of the folder).
    Regards
    Gokhan

  • Error: OUI cannot be launched

    Hi,
    Try to install 9i patch, update 9i to 9.2.0.4 after installing 9i. Patch was copied from other server.
    $cd /tech/oracle/Oracle_9i_Software/Patch/Disk1
    $./runInstaller -ignoreSysPrereqs -invPtrLoc /var/opt/oracle/oraInst.loc
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.8 or 5.9. Actual 5.10
    Failed <<<<
    Ignoring required pre-requisite failures. Continuing...
    Error: OUI cannot be launched because the current working directory is set on the CD-ROM mount point. Launching OUI from this directory will make it difficult to unmount the disk later in the installation. Please change the working directory and relaunch OUI.
    what is wrong...?
    Thanks
    Jerry
    Edited by: jerrygreat on Jul 24, 2009 11:00 AM

    jerrygreat wrote:
    Thanks
    acturally , it is same
    $/tech/oracle/Oracle_9i_Software/Patch/Disk1/runInstaller -ignoreSysPrereqs
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.8 or 5.9. Actual 5.10
    Failed <<<<
    Ignoring required pre-requisite failures. Continuing...
    Error: OUI cannot be launched because the current working directory is set on the CD-ROM mount point. Launching OUI from this directory will make it difficult to unmount the disk later in the installation. Please change the working directory and relaunch OUI.
    Regards,
    Edited by: jerrygreat on Jul 24, 2009 11:22 AMOK, so you are using a full path spec to launch the copy of runInstaller located at /tech/oracle/Oracle_9i_Software/Patch/Disk1, but what is your "current working directory" at the time you execute this command? Show us:
    $> pwd

  • ERROR: OUI files not found at their expected location. while cloning 11.5.9

    Dear Friends,
    Getting error when cloning 11.5.9 from PROD to DEV:
    ERROR: OUI files not found at their expected location. Please make sure that the pre-requisit OUI patch was applied correctly: patch should be unzipped directly at the ORACLE_HOME root level so that
    <iAS ORACLE_HOME>/oui21/oui/lib/OraInstaller.jar exists.
    Restart adclone.pl after performing required corrections.
    I applied the patch 5035661 also but still the error exists.
    Please let me know the fix.
    [appldev@betestoracle bin]$ perl adcfgclone.pl appsTier
    First Creating a new context file for the cloned system.
    The program is going to ask you for information about the new system:
    Enter the values for the new APPL_TOP Context:
    Does the target system have more than one application tier server node (y/n) [n] ?:
    Is the target system APPL_TOP divided into multiple mount points (y/n) [n] ?:
    Target system APPL_TOP mount point [apps/applprod/prodappl]:/apps/DEV/devappl
    Target system COMMON_TOP directory [apps/applprod/prodcomn]:/apps/DEV/devcomn
    Location of JDK 1.3.1 on the target system [usr/java/jdk1.3.1_10]:
    The new context file has to contain port numbers related to target system.
    Do you want to preserve the port values from the source system on the target system (y/n) [y] ?:n
    Clone Context uses the same port pool mechanism as the Rapid Install
    Once you choose a port pool, Clone Context will validate the port availability.
    Enter the port pool number:[0-99]
    50
    Checking the port pool 50
    done: Port Pool 50 is free
    Web Listener port is 8050
    Complete port information available at /apps/DEV/devappl/admin/out/PROD_betestoracle/portpool.lst
    Backing up /apps/DEV/devappl/admin/PROD_betestoracle.xml to /apps/DEV/devappl/admin/PROD_betestoracle.xml7.bak
    Creating the new APPL_TOP Context file from :
    /apps/DEV/devappl/ad/11.5.0/admin/template/adxmlctx.tmp
    The new APPL_TOP context file has been created :
    /apps/DEV/devappl/admin/PROD_betestoracle.xml
    Log file located at /tmp/CloneContext_05131045.log
    Please enter the APPS password:
    apps
    Running Rapid Clone with command:
    perl ./adclone.pl java=/apps/DEV/devcomn/util/jre/1.1.8 mode=apply stage=/apps/DEV/devcomn/clone component=appsTier method=CUSTOM appctxtg=/apps/DEV/devappl/admin/PROD_betestoracle.xml
    ERROR: OUI files not found at their expected location. Please make sure that the pre-requisit OUI patch was applied correctly: patch should be unzipped directly at the ORACLE_HOME root level so that
    <iAS ORACLE_HOME>/oui21/oui/lib/OraInstaller.jar exists.
    Restart adclone.pl after performing required corrections.
    Starting application Services for PROD:
    Running:
    /apps/DEV/devcomn/admin/scripts/PROD_betestoracle/adstrtal.sh APPS/<appspwd>
    Regards,
    DB

    ERROR: OUI files not found at their expected location.Please see these docs.
    Troubleshooting RapidClone issues with Oracle Applications R12 [ID 603104.1] -- adcfgclone.pl appsTier fails with "ERROR: OUI files not found at their expected location"
    Preclone DBtier Fails: Error: Oui Files Not Found [ID 739589.1]
    Troubleshooting Guide and Known Issues List for the Oracle Application Management Pack for Oracle E-Business Suite [ID 812294.1]
    Application Management Pack for Oracle E-Business Suite Release 2.0.x Troubleshooting Guide [ID 412044.1]
    Thanks,
    Hussein

  • ERROR: OUI-10180:Invalid Operating System group name specified. em12c instl

    Hi All,
    I am doing a silent install of EM12C, I have downloaded the 2 zip files from e-delivery.
    The installation is done as ora3010 user whose group id is ems3010. On the same machine I have installed 11.2.0.2 with the same ora user ora3010 and group ems3010 for EM repos.
    Now when I try to do the silent install of EM12C with the command
    <EM_DUMP>/runInstaller -silent -responseFile $CONFIG_HOME/software_only.rsp -invPtrLoc $HOME/Middleware/oraInst.loc -waitForCompletion
    with the contents of "software_only.rsp" file like below
    RESPONSEFILE_VERSION=2.2.1.0.0
    UNIX_GROUP_NAME=ems3010
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    DECLINE_SECURITY_UPDATES=true
    INSTALL_UPDATES_SELECTION="skip"
    ORACLE_MIDDLEWARE_HOME_LOCATION=/slot/ems3010/oracle/Middleware
    FROM_LOCATION="../oms/Disk1/stage/products.xml"
    DEINSTALL_LIST={"oracle.sysman.top.oms","12.1.0.1.0"}
    b_upgrade=false
    EM_INSTALL_TYPE="NOSEED"
    CONFIGURATION_TYPE="LATER"
    TOPLEVEL_COMPONENT={"oracle.sysman.top.oms","12.1.0.1.0"}
    I get this error
    ERROR: OUI-10180:Invalid Operating System group name specified.
    As you can see the UNIX_GROUP_NAME is set to proper group id ems3010
    -bash-3.2$ id ora3010
    uid=60103010(ora3010) gid=60403010(ems3010) groups=60403010(ems3010)
    Please Help.

    Thanks Asheoran.
    However the issue was with my Ora Inventory file OraInst.loc. I had actually installed 11.2.0.2 database on the same machine and as same user, and for that db I had a different OraInst.loc file. When I give the same OraInst.loc file for the EM install too, the error goes away. It seems we just need to have one Inventory file for both installations.

  • Error OUI-25031 - default installation

    All day Im trying to install Oracle 10g Release 2 (10.2) for Solaris 10 (x86).
    Each time it finishes with error: OUI-25031.
    Its going to be just a default installation. I did it many times ago but never had this problem.
    The log file is telling nothing to me. It complains about Enterprise Manager Grid which I dont wont to install.
    Does anyone know what is the problem with it ?

    I have downloaded it on MAY previous year.
    I believe the link is this, as the size of the file is exactly this same: http://www.oracle.com/technetwork/database/10202solx86soft-089512.html
    Although I need to correct entry on my above post: file size on the UFS partition is: 681,090,961 bytes
    The document I refer to is: database\doc\relnotes.102\b15696.pdf (inside of the 10202_database_solx86.zip)
    Here is last 50 lines on installActions2011-01-08_09-56-02PM.log
    # An error report file has been saved as hs_err_pid6915.log.
    # Please refer to the file for further information.
    Command = /oracle/product/10.2.0/db_2/jdk/jre//bin/java has failed
    INFO: Configuration assistant "Oracle Net Configuration Assistant" failed
    *** Starting OUICA ***
    Oracle Home set to /oracle/product/10.2.0/db_2
    Configuration directory is set to /oracle/product/10.2.0/db_2/cfgtoollogs. All xml files under the directory will be processed
    INFO: The "/oracle/product/10.2.0/db_2/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO: Created a new file /oracle/product/10.2.0/db_2/cfgtoollogs/configToolFailedCommands
    INFO: Since the option is to overwrite the existing /oracle/product/10.2.0/db_2/cfgtoollogs/configToolFailedCommands file, backing it up
    INFO: The backed up file name is /oracle/product/10.2.0/db_2/cfgtoollogs/configToolFailedCommands.bak
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    INFO: User Selected: Yes/OK
    INFO: --------------------------------------
    INFO: The "/oracle/product/10.2.0/db_2/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO: The "/oracle/product/10.2.0/db_2/cfgtoollogs/configToolAllCommands" script contains all commands to be executed by the configuration assistants. This file may be used to run the configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO: Since the option is to overwrite the existing /oracle/product/10.2.0/db_2/cfgtoollogs/configToolFailedCommands file, backing it up
    INFO: The backed up file name is /oracle/product/10.2.0/db_2/cfgtoollogs/configToolFailedCommands.bak.1
    SEVERE: OUI-25029:One or more "Recommended" configuration assistants have not completed successfully. Not successfully running any "Recommended" assistant means your system will not be correctly configured.
    INFO: User Selected: Yes/OK
    WARNING: Do you really want to exit?
    INFO: User Selected: Yes/OK
    INFO: The OUICA command is launched from /oracle/product/10.2.0/db_2/oui/bin/ouica.sh.
    WARNING:
    The following configuration scripts need to be executed as the "root" user.
    #!/bin/sh
    #Root script to run
    /oracle/product/10.2.0/db_2/root.sh
    To execute the configuration scripts:
        1. Open a terminal window
        2. Log in as "root"
        3. Run the scripts
        4. Return to this window and click "OK" to continue
    *** Starting OUICA ***
    Oracle Home set to /oracle/product/10.2.0/db_2
    Configuration directory is set to /oracle/product/10.2.0/db_2/cfgtoollogs. All xml files under the directory will be processedEdited by: user639256 on Jan 9, 2011 4:06 AM
    Edited by: user639256 on Jan 9, 2011 4:09 AM

  • Error on CRS-1

    Hi All ,
    We have a Fp140 card reloaded due to the following error.
    plim_xge[242]: %PLATFORM-CIH-5-ASIC_ERROR : pla[0]: A
    parity error has occurred causing  performance loss transient. 0x10440003
    plim_xge[242]:
    %PLATFORM-CIH-5-ASIC_ERROR_HARD_RESET_START : pla[0]: HARD_RESET needed 0x10440003
    Cisco error message decoder provides following explanation.
    %PLATFORM-CIH-5-ASIC_ERROR [chars]: [chars] error has occurred[chars]%s [hex]
    [chars] [chars]
    Explanation    An ASIC error has occurred and been handled.
    Can someone help me undertsand if issue was with FP140 card or the Associated PLIM.
    Thanks
    Deepak

    Deepak,
    This error was reported by your PLIM ASIC (PLA0). We have 2 of them on every PLIM. This is a log level 5 - notification.
    That said, its better you proceed with a TAC case as you might want this to be looked just to be safe.
    If you like to track this down I would run the following commnad:
    show asic-errors plim asic 0 all location 0/x/CPU0 - X stands for the slot #.
    The same info can found in "dir harddisk:/ASIC-ERROR. We keep these records in case the LC had been reset by the system in case we had expereinced an event where we could not recover.
    This is all valid for a single/random occurance, if you keep get this message in your syslog and the output of the above command shows a pattern or a trend please go ahead and open SR.
    When you do, please capture the following:
    show log
    show ver br
    show inst ac su
    ad show platfrom
    admin show diag
    show asic-errors plim asic 0 all location 0/x/CPU0
    show asic-errors plim asic trace all location 0/x/CPU0
    show controllers plim asic summary location 0/0/CPU0  <= That maps your PLA to interfaces and/or SIP/SPA HW if exists. Since this is Taiko (CRS-3 AKA 140 Fabric/Line Cards) and I see XGE, I would guess your PLIM is one of these:
    14X10GBE
    1X100GBE
    20X10GBE
    show inter br loc 0/x/cpu0
    Yigal

  • Patchset 10.2.3.2 and Error OUI-10091

    Hello,
    when I'm trying to install patchset 10.2.3.2 on OAV collection agent with OUI (previous version is 10.2.3.0 and patchset on server is already done), in window Product-Specific Prerequisite Checks are all checks marked as succeeded. After I click next, the following error appears:
    OUI - 10091: There are no patches that need to be applied from the patchset Oracle Audit Vault 10g Release 2 Patch Set 2 10.2.3.2.0.
    Does anybody have any idea?
    thank you

    POTENTIAL/POSSIBLE CAUSE:
    Oracle Universal Installer (OUI) will throw the message due to reasons :
    Oracle Software might be already on 10.2.3.2.Please start the sqlplus and check the banner for the version to make sure that the version of the software.
    You might be applying the patchset 10.2.3.2 on a wrong ORACLE_HOME.
    The Local inventory may be corrupted.
    POTENTIAL/POSSIBLE SOLUTION:
    Make sure that you are applying the patchset on top of the correct Oracle Home.
    Make sure that the inventory is healthy.Check if OPatch is able to list all the products.
    % OPatch lsinventory -detail
    ( if local inventory is corrupted, the only ways is to reinstall the software)
    Then continue with the installation

  • MOPatch error OUI-67074 on Solaris

    I'm new to Oracle so bear with me.
    I'm trying to patch 11.2.0.3 with the latest Oracle patch bundle from SAP (SBP_112032_201207). I'm using the latest version of OPatch from Oracle and the latest MOPatch from SAP.
    So I run the mopatch command and it fails on 1 of 70, but does install a bunch of them. The failure is on package 14079778. I see the following at the end of the log file:
    UtilSession: Backup area for restore has been cleaned up. For a complete list of files/directories
    deleted, Please refer log file.
    [Jul 25, 2012 7:27:15 AM] [ Error during Prerequisite for apply phase ] Detail: OUI-67074:ApplySession failed during prerequisite checks: Prerequisite check "CheckPatchApplyDependents" failed.
    [Jul 25, 2012 7:27:15 AM] OUI-67035:System is intact, OPatch will not restore the system
    [Jul 25, 2012 7:27:15 AM] Finishing ApplySession at Wed Jul 25 07:27:15 EDT 2012
    [Jul 25, 2012 7:27:15 AM] Total time spent waiting for user-input is 0 seconds. Finish at Wed Jul 25 07:27:15 EDT 2012
    [Jul 25, 2012 7:27:15 AM] Log file location: /oracle/SM2/112_64/cfgtoollogs/opatch/14079778_Jul_25_2012_07_27_04/apply2012-07-25_07-27-04AM_1.log
    [Jul 25, 2012 7:27:15 AM] Stack Description: oracle.opatch.PrereqFailedException: Prerequisite check "CheckPatchApplyDependents" failed.
    [Jul 25, 2012 7:27:15 AM] StackTrace: oracle.opatch.OPatchSessionHelper.runApplyPrereqs(OPatchSessionHelper.java:6420)
    [Jul 25, 2012 7:27:15 AM] StackTrace: oracle.opatch.ApplySession.processLocal(ApplySession.java:3856)
    [Jul 25, 2012 7:27:15 AM] StackTrace: oracle.opatch.ApplySession.process(ApplySession.java:5932)
    [Jul 25, 2012 7:27:15 AM] StackTrace: oracle.opatch.OPatchSession.main(OPatchSession.java:2063)
    [Jul 25, 2012 7:27:15 AM] StackTrace: oracle.opatch.OPatch.main(OPatch.java:583)
    Can anyone tell me how I should begin to troubleshoot this? I've verified that no *ora processes are running... 
    THanks.

    I should add that there is another log file for package 13343438 which has the following error in it.
    OUI-67135:Argument(s) Error... Illegal file format for composite patch. There is no composite.xml file. Either this composite patch is not packaged properly, or you are applying a constituent individually.
    [Jul 25, 2012 7:27:03 AM] Please check the arguments and try again.
    Is the SBP corrupt??

  • Search indexing error in CRS 10.0.2

    Hi All,
    I have setup the CRS with Search and i have done full deployment and started doing search full indexing. i am getting the following error.
    Please suggest if you have any.
    Error Message In Search Indexing status monitor
    atg.searchadmin.core.IndexLoaderException: Exception while processing customization item atg.search.adapter.customization.CustomizationItemProxy@6476d0: Customization atg.search.adapter.customization.CustomizationItemProxy@6476d0 failed.
         at atg.searchadmin.core.IndexLoader.executeCustomizationList(IndexLoader.java:1008)
         at atg.searchadmin.core.IndexLoader.executeCustomizationType(IndexLoader.java:926)
         at atg.searchadmin.core.IndexLoader.executeCustomizationType(IndexLoader.java:876)
         at atg.searchadmin.core.IndexLoader.executeCustomizations(IndexLoader.java:847)
         at atg.searchadmin.core.IndexLoader.completeIndex(IndexLoader.java:1489)
         at atg.searchadmin.core.IndexLoader.executeSession(IndexLoader.java:1991)
         at atg.searchadmin.core.IndexLoader$IndexingThread.run(IndexLoader.java:2423)
    Caused by :atg.searchadmin.core.IndexLoaderException: Customization atg.search.adapter.customization.CustomizationItemProxy@6476d0 failed.
         at atg.searchadmin.core.IndexLoader.executeCustomizationList(IndexLoader.java:1004)
         at atg.searchadmin.core.IndexLoader.executeCustomizationType(IndexLoader.java:926)
         at atg.searchadmin.core.IndexLoader.executeCustomizationType(IndexLoader.java:876)
         at atg.searchadmin.core.IndexLoader.executeCustomizations(IndexLoader.java:847)
         at atg.searchadmin.core.IndexLoader.completeIndex(IndexLoader.java:1489)
         at atg.searchadmin.core.IndexLoader.executeSession(IndexLoader.java:1991)
         at atg.searchadmin.core.IndexLoader$IndexingThread.run(IndexLoader.java:2423)
    Error message In BCC Server console:
    17:33:17,977 ERROR [IndexLoader] Error occurred in step post_index_customization_step for sync task 400004 of type complete. Error:
    atg.searchadmin.core.IndexLoaderException: Exception while processing customization item atg.search.adapter.customization.CustomizationItemProxy@6476d0: Customization atg.search.ad
    apter.customization.CustomizationItemProxy@6476d0 failed.
    atg.searchadmin.core.IndexLoaderException: Exception while processing customization item atg.search.adapter.customization.CustomizationItemProxy@6476d0: Customization atg.search.ad
    apter.customization.CustomizationItemProxy@6476d0 failed.
    at atg.searchadmin.core.IndexLoader.executeCustomizationList(IndexLoader.java:1008)
    at atg.searchadmin.core.IndexLoader.executeCustomizationType(IndexLoader.java:926)
    at atg.searchadmin.core.IndexLoader.executeCustomizationType(IndexLoader.java:876)
    at atg.searchadmin.core.IndexLoader.executeCustomizations(IndexLoader.java:847)
    at atg.searchadmin.core.IndexLoader.completeIndex(IndexLoader.java:1489)
    at atg.searchadmin.core.IndexLoader.executeSession(IndexLoader.java:1991)
    at atg.searchadmin.core.IndexLoader$IndexingThread.run(IndexLoader.java:2423)
    Caused by: atg.searchadmin.core.IndexLoaderException: Customization atg.search.adapter.customization.CustomizationItemProxy@6476d0 failed.
    at atg.searchadmin.core.IndexLoader.executeCustomizationList(IndexLoader.java:1004)
    ... 6 more

    You have two options, if your cartridge is like MediaBanner, and at least has media and link objects, you just need to use OOTB MediaBanner handler in the properties file.
    Otherwise, you first have to define the class you will use for MediaBanner handler, and in that class you will need to convert linkBuilder to linkaction like this:
    - your class needs to extend from NavigationCartridgeHandler
    - in the process method, you will need to get linkBuilder object
    - and then get linkAction object like this:
    linkBuilder.createAction(this.navigationStateBuilder, this.contentSource, getActionPathProvider())
    Does it make sense?
    Regards,
    Naresh

  • LinkBuilder to Action convert error in CRS 10.1.2 MediaBanner.jsp

    Hi, we are now trying to build MediaBanner.jsp on CRS 10.1.2, based on the similar one in discover. We have put following on MediaBanner.jsp, and get following error:
    ++<c:url value="${util:getUrlForAction(contentItem.link)}" var="hrefUrl"></c:url>++
    ++</c:if>++
    +####<Mar 12, 2013 3:56:41 PM JST> <Error> <HTTP> <cx.com> <ATGProduction> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1363071401230> <BEA-101020> <[ServletContext@1590038242[app:ATGProduction.ear module:crs path:/crs spec-version:2.5]] Servlet failed with Exception+
    java.lang.IllegalArgumentException: Cannot convert com.endeca.infront.cartridge.model.LinkBuilder@763b50a0 of type class com.endeca.infront.cartridge.model.LinkBuilder to class com.endeca.infront.cartridge.model.Action
    How this error van be resolved ?
    Thanks,
    Yuki

    You have two options, if your cartridge is like MediaBanner, and at least has media and link objects, you just need to use OOTB MediaBanner handler in the properties file.
    Otherwise, you first have to define the class you will use for MediaBanner handler, and in that class you will need to convert linkBuilder to linkaction like this:
    - your class needs to extend from NavigationCartridgeHandler
    - in the process method, you will need to get linkBuilder object
    - and then get linkAction object like this:
    linkBuilder.createAction(this.navigationStateBuilder, this.contentSource, getActionPathProvider())
    Does it make sense?
    Regards,
    Naresh

  • Error OUI-10151

    Hi all,
    It’s been while know that I am trying to install OBIEE on windows 7. I have downloaded the needed folder of the site of Oracle. These where the folders I downloaded: REPOSITORY CREATION UTILITY, RELEASE and the one for OBIEE 32 bit.
    First I began to install the RELEASE an then the REPOSITORY, both of these where successful installed. But when I go to install the OBIEE 32 bit, it does not show the prerequisites and when I go further another error pop-up: “OUI-10151: there was an error while loading: general queries”.
    So…..what can I do to solved this problem??????

    I don't think this is the correct forum.
    But judging from the error, is the file really there?
    C:/Oracle/product/11.2.0/client_1/inventory/Queries21/RunningProcessQuery/11.2.0.1.0/RunningProcessesQuery.jar
    I have seen some reports that sometimes the install files get corrupted.
    You can try to download again and use 7zip to unzip the files.

  • Reschedule Excel or PDF instance fails with CAST error in CRS 2008

    Rescheduling an Excel or PDF Instance in Crystal Reports Server 2008 gives error message when trying to set parameters.  "An error has occurred:Unable to cast object of type 'CrystalDecisions.Enterprise.Desktop.Pdf' to type 'BusinessObjects.Enterprise.Desktop.Publication'. "
    Previously this used to give a $Proxy5 message. 
    I have installed SP2 and now it does this. 
    It works in the Java InfoView - but not in the .Net Infoview. 
    Any suggestions (other than using Java Infoview that is) ...

    Hi,
    this morning reading note (metalink and other) about CSS Timeout misscount ,and the impact on dbca ... i have changed the value from 60 to 360 ... byt the problem is not resolved!!
    i wait for news ......
    i beginning to think next to some particular bug, data also the ORA-600... with argumet not identified (today) from Oracle.
    bye,
    Luca Acri

  • ORACLE INSTALLTION ERROR-OUI 25029

    Hello i get the above error while installing oracle 10 10.2.0.1 in windows 7.
    To be precise,the error pops up while istallation is about to get completed.Please advise.Many thanks.GIri
    Edited by: GIRIKAIMAL on Apr 30, 2012 3:22 AM
    Edited by: GIRIKAIMAL on Apr 30, 2012 3:33 AM
    Edited by: GIRIKAIMAL on May 2, 2012 4:25 AM

    Thanks :-) it got solved.I reckon the issue was with privileges.Addded a key,which was missing from registry.Re-started the system and tried again.The installation was done successfully .

Maybe you are looking for