Indexing Lotus Repository fails with an exception

Hi,
I am trying to index a lotus repository. But after indexing around 10000 documents the indexing fails with an exception.
"Crawler global_index_Telstra Technology Doc Library failed - com.sapportals.wcm.service.xcrawler.XCrawlerException: crawler task INDEXMANAGEMENT_global_index.409bc343-1a86-2710-0292-b5747d8b1241 terminated unexpectedly (retriever failure)"
Does anyone have an idea why its happening like this
Its a bit urgent
Regards
Prakash

Hi Prakash,
assuming your intrante sites are crawled by a crawler profile "for Web-RM" the most common things you may still need to do are:
- In the crawler parameters, Mark "Follow Links (or Redirects on Web-Sites)", if your start page(s)
- On the intranet sites, check if they use robot information that says "noindex" or "nofollow" and possibly change that
If that does not help...sorry, it's OSS again.
Karsten

Similar Messages

  • Sync failed with the exception "We have encountered an issue in syncing your data."

    Getting this rather useless sync error. Can you help identify our problem please.
    Sync failed with the exception "We have encountered an issue in syncing your data."    For more information, provide tracing ID ‘56e1113f-93db-4cee-9088-81d29ee39687’ to customer support.
    Thanks
    Nicholas
    CTO of Hard Medium Soft Ltd. and Independent Developer

    Hello,
    Sorry to hear you met this issue.
    Please post your subscription ID and Sync Group ID.The Microsoft support engineer will help to sovle the problem from backend.Sometime delay might be expected. Your patience is greatly appreciated. Thank you for your understanding and support.
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here.
    Fanny Liu
    TechNet Community Support

  • ARV_BC_XMB_DEL Fails With Raise Exception

    Hi All,
        I have scheduled the archiving job in PI 7.0 through sxmb_adm -> Schedule Archiving.
        After scheduling I can see two jobs successfully released
                1. ARV_BC_XMB_DEL - This job uses the program "RSXMB_DELETE_ARCHIVED_MESSAGES"
                2. ARV_BC_XMB_WRP - This uses the program "RSXMB_ARCHIVE_MESSAGES"
        The second job (which is archiving of xml messages) is running good but the First Job "ARV_BC_XMB_DEL" fails with a
        "ABAP/4 processor: RAISE_EXCEPTION."
       Both the jobs are running fine on DEV & QA systems.
       But the first job fails on Pre-Prod & Prd (which are high available systems).
       Any hints/help on why its failing with an exception on Pre-PRD & PRD ?
    <removed by moderator>
    Thanks
    Sourav
    Edited by: Mike Pokraka on Jul 24, 2008 12:52 PM

    Yes. This is what it says.
    Short text
        Exception condition "NO_DDIC_TYPE" raised.
    What happened?
        The current ABAP/4 program encountered an unexpected
        situation.
    What can you do?
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        A RAISE statement in the program "CL_ABAP_TYPEDESCR=============CP" raised the
         exception
        condition "NO_DDIC_TYPE".
        Since the exception was not intercepted by a superior
        program, processing was terminated.
        Short description of exception condition:
        For detailed documentation of the exception condition, use
        Transaction SE37 (Function Library). You can take the called
        function module from the display of active calls.
    How to correct the error
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "RAISE_EXCEPTION" " "
        "CL_ABAP_TYPEDESCR=============CP" or "CL_ABAP_TYPEDESCR=============CM00C"
        "GET_DDIC_HEADER"
        or
        "CL_ABAP_TYPEDESCR=============CP" "NO_DDIC_TYPE"
        or
        "RSXMB_DELETE_ARCHIVED_MESSAGES " "NO_DDIC_TYPE"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
        3. If the problem occurs in a problem of your own or a modified SAP
        program: The source code of the program
           In the editor, choose "Utilities->More
        Utilities->Upload/Download->Download".
        4. Details about the conditions under which the error occurred or which
        actions and input led to the error.

  • The PowerShell script failed with below exception

    I'm receiving the following errors on all SQL Express Servers (every machine that has SQL Express inside).
    it seems that the discovery has found SQL Express but could not connect to the instance.
    details on the alerts:
    Date and Time:
    10/22/2013 12:04:22 PM
    Log Name:
    Operations Manager
    Source:
    Health Service Modules
    Generating Rule:
    Collect Power Shell Module Events
    Event Number:
    22406
    Level:
     Error
    Logging Computer:
    SQLEXPRESS.DOMAIN.COM
    User:
    N/A
    Description:
    The PowerShell script failed with below exception
    System.Management.Automation.RuntimeException: Exception calling "Fill" with "1" argument(s): "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not
    accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)"
    At line:44 char:19
    + $SqlAdapter.Fill <<<< ($DataSet)|out-null
    at System.Management.Automation.FlowControlNode.Execute(Array input, Pipe outputPipe, ExecutionContext context)
    at System.Management.Automation.ParseTreeNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)
    at System.Management.Automation.StatementListNode.ExecuteStatement(ParseTreeNode statement, Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)
    Script Name: StolenServerMemory2008.ps1
    One or more workflows were affected by this.
    Workflow name: Microsoft.SQLServer.2008.DBEngine.StolenServerMemoryMonitor
    Instance name: SQLEXPRESS
    Instance ID: {9705795C-4F3B-C2EF-AA7D-C736B40FD6A4}
    Management group: SCOMGROUP 

    Some additional inf.
    http://stackoverflow.com/questions/6466974/unable-to-connect-to-sql-express-error-26-error-locating-server-instance-speci?rq=1
    anyway you can disable this rule/monitor as no control from monitoring solution in that case. Or try to rewrite the same monitor...
    The problem in your case is when function tries to get Max Server Memory MB by connecting to master DB, but you can replace it with performance counter like Target Server Memory (KB)...
    just see the function main in StolenServerMemory2008.ps1 and what you need to replace
    $api = New-Object -comObject "MOM.ScriptAPI"
    $bag = $api.CreatePropertyBag()
    $msg = [Environment]::NewLine
    $err = [Environment]::NewLine
    #try {
    $maxMemoryMB = GetMaxServerMemoryMB $ComputerName $InstanceName
    $stolenPages = (Get-Counter ("\" + $PerformanceCounterObject + ":Buffer Manager\Stolen Pages")).CounterSamples[0].CookedValue
    $pakeSizeKB = 8
    [double]$stolenMemoryMB = $stolenPages * $pakeSizeKB / 1024                                      
    [double]$stolenMemoryPercent = 0
    if($maxMemoryMB -gt 0){
    [double]$stolenMemoryPercent= 100.0 * $stolenMemoryMB / $maxMemoryMB
    $bag.AddValue("StolenMemoryMB", $stolenMemoryMB)
    $bag.AddValue("StolenMemoryPercent", $stolenMemoryPercent)                                  
    $msg += "StolenMemoryMB=$stolenMemoryMB StolenMemoryPercent=$stolenMemoryPercent"
    $msg += [Environment]::NewLine                          
    #debug $api.LogScriptEvent("SQL 2008 Stolen Server Memory data source", $SCRIPT_EVENT_ID, $INFORMATION_EVENT_TYPE, $msg + $err)                     
    #catch {
    #             $header = "Managegement Group: $Target/ManagementGroup/Name$. Script: {0}" -f ($MyInvocation.MyCommand).Name.ToString()
    #             $msg += "Error occured during SQL 2008 Stolen Server Memory data source executing.{0}Computer:{1} {0}Reason: {2}" -f [Environment]::NewLine, $env:COMPUTERNAME, $_.Exception.Message
    #             $api.LogScriptEvent($header, $SCRIPT_EVENT_ID, $ERROR_EVENT_TYPE, $msg + $err)                           
    $bag

  • Ldapcompare command fails with ExternalEntry Exception: Can't get ext DN

    Hi All,
    I have integrated 11.1.1.6 OID with Active Directory 2008 and OAM 11.1.2
    I have configured synchronization profile using EM interface.
    Both domain rules and mapping rules look all good and status ok.
    Bootstrap of users from AD to OID worked fine.
    For password authentication, I have configured the plugin using ODSM interface.
    While running the ldapcompare command to invoke the plugin, it is failing with :
    [oracle1@training3 Middleware1]$ ldapcompare -h training3.subhajit.com -p 3060 -D "cn=orcladmin" -w welcome1 -b "[email protected],cn=users,dc=subhajit,dc=com" -a userPassword -v Welcome12345
    The value Welcome12345 is not contained in the attribute userPassword in DN [email protected],cn=users,dc=subhajit,dc=com.
    [oracle1@training3 Middleware1]$
    On enabling debug, the $ORACLE_INSTANCE/diagnostics/logs/OID/oid1/oidldap***.log shows the following error:
    BEGIN
    ConnID:816 mesgID:2 OpID:1 OpName:compare ConnIP:::ffff:192.168.137.130 ConnDN:cn=orcladmin
    SUCCESS * sgslpvm_getJvmEnv * Attach to JVM succeeded
    2013-03-25T01:13:32 * Server Java Plug-in * Entering oidexplg when_compare_replace
    2013-03-25T01:13:32 * Server Java Plug-in * Entering ExternalEntry with compare request
    2013-03-25T01:13:32 * Server Java Plug-in * ban: userpassword
    2013-03-25T01:13:32 * Server Java Plug-in * User DN: cn=sraj,cn=users,dc=subhajit,dc=com
    2013-03-25T01:13:32 * Server Java Plug-in * ExternalEntry Exception: java.lang.NullPointerException
    2013-03-25T01:13:32 * Server Java Plug-in * ExternalEntry Exception: Can't get ext DN
    2013-03-25T01:13:32 * Server Java Plug-in * when_compare_replace Exception: oracle.ldap.ospf.PluginException: Can't get ext DN
    2013-03-25T01:13:32 * SUCCESS * gslbpiWhenReplCompPlg * Successfully Executed Java Plug-in oidexplg.jar
    2013-03-25T01:13:32 * INFO * gslbpiWhenReplCompPlg * Operation Result Code returned from the when_compare_replace Java plug-in : 5
    END
    user DN in OID: [email protected],cn=users,dc=subhajit,dc=com
    I can see the orcladobject objectclass exist for the user sraj. Also the orclsouceobjectdn matches with that in AD. checked this using dsquery.
    Telnet to AD port 389 works from OID server
    I have checked on note 395186.1 and the error matches but all solution did not work.
    Any help will be appreciated to get the plugin working.
    Thanks
    Subhajit

    This issue is resolved now. I was using the wrong DN for the user while running the ldapcompare command.
    In the ldapcompare command, I changed -b "cn=Sudeep Raj,cn=users,dc=subhajit,dc=com" and then it worked fine.
    $ ldapcompare -h training3.subhajit.com -p 3060 -D "cn=orcladmin" -w **** -b "cn=Sudeep Raj,cn=users,dc=subhajit,dc=com" -a userPassword -v ******
    The value ***** is contained in the attribute userPassword in DN cn=Sudeep Raj,cn=users,dc=subhajit,dc=com.
    $
    Log file when plugin got invoked:
    BEGIN
    ConnID:7288 mesgID:2 OpID:1 OpName:compare ConnIP:::ffff:192.168.137.130 ConnDN:cn=orcladmin
    SUCCESS * sgslpvm_getJvmEnv * Attach to JVM succeeded
    2013-03-26T09:32:55 * Server Java Plug-in * Entering oidexplg when_compare_replace
    2013-03-26T09:32:55 * Server Java Plug-in * Entering ExternalEntry with compare request
    2013-03-26T09:32:55 * Server Java Plug-in * ban: userpassword
    2013-03-26T09:32:55 * Server Java Plug-in * User DN: cn=sudeep raj,cn=users,dc=subhajit,dc=com
    2013-03-26T09:32:55 * Server Java Plug-in * eDN: CN=Sudeep Raj,CN=Users,DC=subhajitpc,DC=com
    2013-03-26T09:32:55 * Server Java Plug-in * Entering ExternalConnectivity
    2013-03-26T09:32:55 * SUCCESS * gslbpiWhenReplCompPlg * Successfully Executed Java Plug-in oidexplg.jar
    2013-03-26T09:32:55 * INFO * gslbpiWhenReplCompPlg * Operation Result Code returned from the when_compare_replace Java plug-in : 6
    END
    Also ldapbind worked :
    [oracle1@training3 Middleware1]$ ldapbind -h training3.subhajit.com -p 3060 -D "cn=Sudeep Raj,cn=users,dc=subhajit,dc=com" -w "**********"
    bind successful
    Log file when plugin got invoked:
    BEGIN
    ConnID:7323 mesgID:1 OpID:0 OpName:bind ConnIP:::ffff:192.168.137.130 ConnDN:Anonymous
    SUCCESS * sgslpvm_getJvmEnv * Attach to JVM succeeded
    2013-03-26T09:37:11 * SUCCESS * gslsbbExecWhenReplacePlugin * Successfully Executed Java Plug-in oidexplg.jar
    2013-03-26T09:37:11 * INFO * gslsbbExecWhenReplacePlugin * Operation Result Code returned from the when_replace_bind Java plug-in : 0
    END

  • Informatica 8.6.0 Repository Service fails with PCSF_10342 Exception

    Hi all,
    I am completing an Oracle BI Applications 7.9.6 install on Linux RH 5.0 and was f=getting on well until I have become stuck when trying to create the Informatica 8.6.0 Repository Service.
    Following the notes in Section 4.6.3 Creating the Informatica Repository Service of document Link:[Installation Guide for Informatica PowerCenter Users|http://download.oracle.com/docs/cd/E14223_01/bia.796/e14217/windows_ic.htm#CBHBAJIC].
    The first step was to install the Informatica PowerCenter 8.6.0 services + the HotFix 4.0. This completed successfully with a single Domain and Node installed on an application tier with the Domain repository stored in schema INFA on an Oracle database 10.2.0.4 (DWHD). I then moved onto creating a new schema (INFA_RESP) for the Repository. Unfortunately, after trying to create a Repository Service in the Domain folder I received the following error:
    +The Repository Service was created, but the service could not be enabled. You must enable the service to create the content. The following error occurred while attempting to create the content. Error - [PCSF_10342] Exception occurred: [Unable to start service [INFADevRepository] on any node specified for the service.].+
    Note I have tried creating both a Local and Global Repository and receive the same error message. I suspect it has something to do with the database connection. When I review the Domain properties it details each value for the Database Host, Port, Name and User. However, in the Repository Service it prompts for the ConnectString. The Informatica Administration documentation details using dbname.world for Oracle although I would have expected to have a connection string of Host:Port:ServiceName.
    Any suggestions or help greatly appreciated.
    Many thanks,
    Gary.

    When your repository service is created, it will default to Exclusive operating mode. You need to set it to Normal before creating the Integration Service. If this is documented anywhere, I haven't found it.

  • EM: Creation process for a physical standby DB failed with SQL Exception

    Version: EM Oracle 10.2.5 (agents running, repository running, primary db running, all targets visible and reachable with EM)
    I try to create a physical standby database with the enterprise manager and each time the process is aborted with a SQL exception during the preparation of the job by the EM. I have added a part of the OMs log containing the error at the end of the excerpt.
    =============
    2010-04-29 16:00:39,856 [EMUI_16_00_39_/console/targets] WARN pref.SubtabPref getFolders.710 - Unknown folder id: VirtualServers retrieved from repository
    2010-04-29 16:01:04,765 [EMUI_16_01_04_/console/database/dataguard/create] ERROR em.dataguard validate.1329 - CreateBean: ClassNotFoundException: null
    2010-04-29 16:02:05,476 [EMUI_16_02_05_/console/database/dataguard/create] ERROR jobs.dbclone checkSetFileError.79 - DatabaseFileAttributes.checkSetFileError(): Null database file!
    2010-04-29 16:02:05,476 [EMUI_16_02_05_/console/database/dataguard/create] ERROR jobs.dbclone setControlfiles.160 - DatabaseFileAttributes.setDatafiles(): Invalid control file!
    2010-04-29 16:02:05,492 [EMUI_16_02_05_/console/database/dataguard/create] ERROR jobs.dbclone getControlFileNames.616 - DatabaseFileAttributes.getDatafileNames(): null datafile names!
    2010-04-29 16:02:32,823 [Thread-28] ERROR em.jobs remoteOp.2389 - DBVerify.remoteOp(): Error: max_stamp# 6071384
    2010-04-29 16:02:32,823 [Thread-28] ERROR jobs.dbclone submitJobPreparation.3297 - DBCloneObject.submitJobPreparation(): getMaxLogSequenceNum: Während der Vorbereitung des Jobs ist eine SQL Exception aufgetreten. Um das Problem zu diagnostizieren, legen Sie das Agent Perl-Skript-Tracing auf DEBUG fest und wiederholen den Vorgang
    2010-04-29 16:02:32,823 [Thread-28] ERROR jobs.dbclone submitJobPreparation.3501 - DBCloneObject.submitJobPreparation(): Exception: java.lang.Exception: Während der Vorbereitung des Jobs ist eine SQL Exception aufgetreten. Um das Problem zu diagnostizieren, legen Sie das Agent Perl-Skript-Tracing auf DEBUG fest und wiederholen den Vorgang
    2010-04-29 16:02:32,823 [Thread-28] ERROR jobs.dbclone submitDBCloneJob.3716 - DBCloneObject.submitDBCloneJob(): Exception: Während der Vorbereitung des Jobs ist eine SQL Exception aufgetreten. Um das Problem zu diagnostizieren, legen Sie das Agent Perl-Skript-Tracing auf DEBUG fest und wiederholen den Vorgang
    2010-04-29 16:02:37,496 [EMUI_16_02_37_/console/database/dataguard/create] ERROR em.dataguard onEvent.1243 - CreateConfigController: Exception: oracle.sysman.db.dg.util.VxxStandbyException: Während der Vorbereitung des Jobs ist eine SQL Exception aufgetreten. Um das Problem zu diagnostizieren, legen Sie das Agent Perl-Skript-Tracing auf DEBUG fest und wiederholen den Vorgang
    =========
    I have set the agent perl script tracing to DEBUG, but can't find any reason, why the job preparation failed.
    Has anyone an idea why the job cannot be prepared? Thanks in advance for investigation :-)

    gromit wrote:
    Is there a difference if:
    I install EM Version 10.2.0.1/10.2.0.2 -> upgrade it to 10.2.0.3 -> upgrade it to 10.2.0.5
    OR
    I install EM Version 10.2.0.1/10.2.0.2 and directly upgrade it to 10.2.0.5 ???Hi,
    Both are same. Result will be same. Finally you are reaching 10.2.0.5 version..
    But I would suggest to choose 2nd option.. i.e. install EM Version 10.2.0.1/10.2.0.2 and directly upgrade it to 10.2.0.5.
    Because it will save your time..
    Regards
    Rajesh

  • Connection to content repository fails with saphttpa

    Hi all,
    We have configured all the archive link settings including content repository. When displaying the documents through "Links" , then a url is constructed and sent to our server for displaying the document. But archive link uses "SAPHTTPA" as RFC_destination by default which forwards this call through SAP Application Server as default setting ie saphttp.exe is executed on SAP application server.
    We get connection failed exception when HTTP_GET gets executed. But if we change the setting for SAPHTTPA to "FrontEnd Workstation" in SM59,then it works fine , ie when saphttp.exe is executed from SAP client machines we get the request properly in our apache server.
    Can anybody please help !!
    We are in a crisis because of this.
    Thanks in advance
    Neha

    Hi Ravi
    I really wanted to know whether I need to configure a RFC destination in SM59 to enable SAP Application Server to call our jsp on Apache at port 80 which is on some other machine. SAP Application server is on Solaris and from the application server I can ping the machine hosting our OmniDocs Server as well as telnet to port 80 also runs fine. But when I try to run the command :
    saphttp.exe http://IP:80/omnidocs/sap/sapDocView.jsp , then I get an error like :
    RFC Accept error
    CPIC
    no service name in argument list.
    Please help !!
    thanks a lot for replying
    Neha

  • Query Notification fail with unhandled exception (orageneric11.dll) error

    Please help
    trying to run "Continuous Query Notification Example" from
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28395/oci10new.htm
    (after some modifications example launchs and begin "waiting for Notifications")
    then i make changes in oracle table "test_table" which "myCallback" listens.
    After commit changes in table programm get notify about this changes and call function "myCallback"
    Then myCallback call function "processQueryChanges" which
    fail programm with exception in debug:
    "unhandled exception in mytest.exe (orageneric11.dll): 0x0000005 Access Violation"
    void processQueryChanges(....)
    for (i=0; i < num_queries; i++)
    //!!!!!fail in this string!!!!!
    checker(errhp, OCICollGetElem(envhp,
    errhp, (OCIColl *) query_changes,
    i, &exist, &query_descp, &elemind));
    I found version of the decision
    but it doesn't work
    decision text:
    To resolve this Oracle issue add the following entry to your SQLNET.ORA file.
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    DIAG_ADR_ENABLED=OFF
    DIAG_SIGHANDLER_ENABLED=FALSE
    DIAG_DDE_ENABLED=FALSE
    visual studio 6.0 sp6, oracle client 11.1.0
    Edited by: 958639 on 12.09.2012 6:00

    Hi Efstratios,
    Yes, I have imported all the transports and all of they are success. I am able to use SAP authentication and able to create connection and retrive all InfoCubes and Quries also.  Error is only when i select the query to create universe.
    As i understand from the erros shown is , in the server some graphis card or driver is missing.
    Moreever, I am looking for loging into the Desinger using SAP authentication from Client machine.  For SAP authentication, i should install Integration Kit in client machine.( corect me if i am wrong ). To install Integration KiT , it is asking Crystol report server in desktop before integration kit.
    Does it require ?
    Regards,
    Suresh

  • Db 11.2.0.3 install fails with this exception

    Hello All,
    To give a background :
    have Virtual box on windows 7.. Virtual box have the oracle linux 6. Completed installed for clusterware.
    I have successfully installed clusterware, while attempting to install database i get a alert at the step 2 of the db install.
    this is my second attempt to install the db software , at the first time I had the bad checksum of the db installation software .. I cleaned up the Oracle home and made the second attempt to get the below warning and fails:
    more oraInstall2013-04-11_06-50-25PM.err
    ---# Begin Stacktrace #---------------------------
    ID: oracle.install.ivw.common.validator.SupportedOSValidator:363
    oracle.cluster.verification.PreReqNotSupportedException: Reference data is not a
    vailable for verifying prerequisites on this operating system distribution
         at oracle.cluster.verification.constraints.XmlTaskFactory.getTasks(XmlTa
    skFactory.java:301)
         at oracle.cluster.verification.constraints.XmlTaskFactory.getTasks(XmlTa
    skFactory.java:159)
         at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSuppo
    rted(VerificationUtil.java:7441)
         at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSuppo
    rted(VerificationUtil.java:7390)
         at oracle.cluster.verification.ClusterVerification.isPreReqSupported(Clu
    sterVerification.java:6598)
         at oracle.install.ivw.common.validator.SupportedOSValidator.verifyEnviro
    nment(SupportedOSValidator.java:68)
         at oracle.install.ivw.common.validator.SupportedOSValidator.validate(Sup
    portedOSValidator.java:96)
         at oracle.install.commons.flow.validation.ValidationHelper.validateState
    (ValidationHelper.java:185)
         at oracle.install.commons.flow.AbstractFlowExecutor.validate(AbstractFlo
    wExecutor.java:415)
         at oracle.install.commons.flow.AbstractFlowExecutor.leaveVertex(Abstract
    FlowExecutor.java:639)
         at oracle.install.commons.flow.AbstractFlowExecutor.transition(AbstractFlowExecutor.java:331)
         at oracle.install.commons.flow.AbstractFlowExecutor.nextState(AbstractFlowExecutor.java:271)
         at oracle.install.commons.flow.AbstractFlowExecutor.nextViewState(AbstractFlowExecutor.java:230)
         at oracle.install.commons.flow.DefaultFlowNavigator.goForward(DefaultFlowNavigator.java:58)
         at oracle.install.commons.flow.jewt.FlowWizard$1.run(FlowWizard.java:125)
         at oracle.install.commons.flow.jewt.FlowWizard$TransitionManager$1.run(FlowWizard.java:101)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
         at java.util.concurrent.FutureTask.run(FutureTask.java:123)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
         at java.lang.Thread.run(Thread.java:637)
    ---# End Stacktrace #-----------------------------
    ---# Begin Stacktrace #---------------------------
    ID: oracle.install.commons.util.exception.DefaultErrorAdvisor:366
    oracle.cluster.verification.PreReqNotSupportedException: Reference data is not available for verifying prerequisites on this operating system distribution
         at oracle.cluster.verification.constraints.XmlTaskFactory.getTasks(XmlTaskFactory.java:301)
         at oracle.cluster.verification.constraints.XmlTaskFactory.getTasks(XmlTaskFactory.java:159)
         at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:7441)
         at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:7390)
         at oracle.cluster.verification.ClusterVerification.isPreReqSupported(ClusterVerification.java:6598)
         at oracle.install.ivw.common.validator.SupportedOSValidator.verifyEnvironment(SupportedOSValidator.java:68)
         at oracle.install.ivw.common.validator.SupportedOSValidator.validate(SupportedOSValidator.java:96)
         at oracle.install.commons.flow.validation.ValidationHelper.validateState(ValidationHelper.java:185)
         at oracle.install.commons.flow.AbstractFlowExecutor.validate(AbstractFlowExecutor.java:415)
         at oracle.install.commons.flow.AbstractFlowExecutor.leaveVertex(AbstractFlowExecutor.java:639)
         at oracle.install.commons.flow.AbstractFlowExecutor.transition(AbstractFlowExecutor.java:331)
         at oracle.install.commons.flow.AbstractFlowExecutor.nextState(AbstractFlowExecutor.java:271)
         at oracle.install.commons.flow.AbstractFlowExecutor.nextViewState(AbstractFlowExecutor.java:230)
         at oracle.install.commons.flow.DefaultFlowNavigator.goForward(DefaultFlowNavigator.java:58)
         at oracle.install.commons.flow.jewt.FlowWizard$1.run(FlowWizard.java:125)
         at oracle.install.commons.flow.jewt.FlowWizard$TransitionManager$1.run(FlowWizard.java:101)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
         at java.util.concurrent.FutureTask.run(FutureTask.java:123)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
         at java.lang.Thread.run(Thread.java:637)
    ---# End Stacktrace #-----------------------------
    I tried to deinstall the failed installation through deinstall but get an error with that as well with a perl error. Currently I do not have any files under my oracle home.
    Any suggestions on how to proceed at this point would be really helpful.

    Hi Friend,
    Please check Pre-Requisites for Oracle 11g R2 database for Virtual Box. May be below link will give you some sort of idea.
    http://eudba.wordpress.com/2012/08/10/installing-oracle-11g-on-oracle-linux-6-with-asm-eng/
    Thanks
    LaserSoft

  • Upgradebootstrap has failed with unknown exception

    I'm stumped.  Running SharePoint 2013 over Hyper-V with the following topology:
    1 Database server
    3 Application/WFE servers (1 for Central Admin, some BI stuff, 1 for Search, 1 for Project Server)
    It's a very basic test farm, running 2013 with SP1, only one site collection on port 80.  Trying to set up Project Server on a separate server from the rest of my test farm.  Installed Project Server, no problems.  Got the "Failed to
    initiate the upgrade sequence" error.  Discovered I needed to install Project Server SP1 so did that, no problems.  Still getting the error.  The logs give me nothing to do on, other that there's an SPUpgradeException error thrown, that's
    all.
    Anybody know what to do next?  Thanks
    Kevin McCarty

    Tried that.  Now the upgrade wizard won't run at all.  It says that the other two servers are missing the Microsoft Project Server 2013 installs altogether.  I tried reinstalling them without success (because they are already there, according
    to the installer).  I then uninstalled Project Server on the Search and Project server boxes and ran the upgrade on the Central Admin box, which then surprisingly worked - except it left Central Admin off so I restarted that.  Somehow, along the
    way, both of the other boxes were removed from the farm.  Then I tried reinstalling Project Server on the Project Server box along with SP1 and reran the wizard but the wizard acted as if the box had never been on the farm so it did a complete "Add
    me to the farm" configuration but it DID work.  Next I added the Search server and the same thing happened, had to re-add it to the farm but it worked too.  I'll have to tweak my search service to get it running on the search server again, but
    otherwise everything looks as it should, including, shockingly enough, Project Server.
    (Here's an interesting error - at one point I ran the wizard, got a "can't locate master database error", clicked on Advanced Settings button and got an unhandled exception crash - I think it might have been a timeout error originally).
    The key takeaway for me is you have to use all the exact same components (OS, installs and patches) when adding servers AND always apply in the order you added them or you are just asking for a resume-updating moment.  Just glad I got to learn this
    on a test platform.  SharePoint is the "SharePointiest" piece of software I have ever run across.
    Kevin McCarty

  • Batch job failing with INVALID_STARTDATE exception

    Hello Experts,
    our batch  job  runs 17th minute of every hour on daily basis.It is running successfully from 00:17 AM to 20:17 PM and gets completed within 1 hour for every run.
    But when it is starting 21:17PM, it keeps on running for next 5-6 hours and then gets cancelled with error "Invalid_startdate"
    Currently it is posting all the idocs.Idoc status is 53. But the problem is  closing the job Function module JOB_CLOSE is throwing an exception "INVALID_STARTDATE" and gets cancelled.
    Could anyone please provide us any help on this.

    Usually this message is raised because of:
    Unsupported combinations of specifications, such as periodic repetition of jobs that were scheduled to wait for a predecessor job
    Incomplete or incorrect specifications, such as an incomplete start date.
    but..is your SAP in a time zone 3 hours different from yours?
    e.g. New York has already a new day when you have 9PM in LA

  • TopLink UOW commit fails with no exception

    I have a simple toplink example trying to insert a record into a simple table with no relationships when an error in our application is thrown. The code will work for a seemingly random amount of transactions then it will stop working. Looking at the logs it appears that toplink has completed successfully, and the insert statement that was generated is fine but the new record is not in the database. Also if we look at the toplink model object the primary key field has been populated with the correct sequence number (we have setup toplink to use the Oracle sequences). To get it to work again I either need to stop and restart OC4J or if I can get toplink to throw an error (like inserted value to large for column) things start to work again plus the records that did not seem to get committed before get committed with the next successful uow.commit(). But if we choose the option of restarting OC4J then the records that were not committed are completely lost.
    Marc

    Doug,
    Here are the answers to your questions:
    1. TopLink version: 10g (9.0.4.5) build 040930
    JDeveloper Version (I am only running this through JDev at this point in time): 9.0.5.2 build 1618
    2. Yes
    3. data-sources.xml file
    The strange thing about this issue is that it will work of an apparent number of transactions then it will just stop committing the records to the database.
    Thanks for your help.
    Marc

  • Post install failing with Java Exception creating the Oracle Context

    I have not been able to complete the post-install portion of the OID which is run by the Oracle 9iAS Infrastructure installer.
    Is there a way to create the Oracle Context and whatever else is part of the /ldap/postcfg/postcfg script without the use of the Java assistants? I am getting a Java exception when creating the Oracle Context.
    Thanks,
    e.

    are you trying to install ias on Linux or windows??

  • BI Publisher report failed with exception

    Hi
               I created a rtf template and able to generate pdf output on desktop but after registering in R12 it is failing with following exception.     My Desktop patch version: Oracle BI Publisher Desktop 11.1.1.6 and build 5.12.110.
    Here is the exception generated in preview in XML Publisher Administrator
    ORACLE XML PUBLISHER
    VERSION: Oracle XML Publisher 5.6.3
    DATE CREATED: Thu Apr 02 14:20:55 PDT 2015
    Page 1
    EXCEPTION:
    Exception Detail
    ORACLE XML PUBLISHER
    VERSION: Oracle XML Publisher 5.6.3
    DATE CREATED: Thu Apr 02 14:20:55 PDT 2015
    Page 2
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(Unknown Source)
    at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
    at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
    at oracle.apps.xdo.common.xml.XSLTWrapper.transform(Unknown Source)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
    at oracle.apps.xdo.template.FOProcessor.createFO(Unknown Source)
    at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5984)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3475)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3564)
    at oracle.apps.xdo.oa.template.server.TemplatesAMImpl.processTemplate(TemplatesAMImpl.java:2134)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(Unknown Source)
    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(Unknown Source)
    at
    oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:775)
    at oracle.apps.xdo.oa.template.webui.TemplateGeneralCO.previewTemplate(TemplateGeneralCO.java:754)
    at oracle.apps.xdo.oa.template.webui.TemplateGeneralCO.processRequest(TemplateGeneralCO.java:158)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:631)
    at
    oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:26
    7)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1295)
    at
    oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:1003)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:970)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:690)
    at
    oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:26
    7)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:1003)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:970)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:690)
    at
    oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:26
    7)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2771)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1991)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:567)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:455)
    at _pages.__oa._jspService(__oa.java:233)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
    ORACLE XML PUBLISHER
    VERSION: Oracle XML Publisher 5.6.3
    DATE CREATED: Thu Apr 02 14:20:55 PDT 2015
    Page 3
    at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:159)
    at _pages.__oa._jspService(__oa.java:246)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
    at oracle.apps.fnd.security.WLFilter.doFilter(WLFilter.java:213)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
    at oracle.apps.jtf.cabo.interceptor.JTFWrapperFilter.doFilter(JTFWrapperFilter.java:141)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(Unknown Source)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:432)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java
    :3739)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:370
    5)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2282)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2181)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1491)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: org.xml.sax.SAXException: Namespace prefix 'ref' used but not declared.
    oracle.xdo.parser.v2.XPathException: Namespace prefix 'ref' used but not declared.
    at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
    at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:614)
    ... 86 more
    Page
    Thanks
    KK

    Hi,
    Try to enable this on your BI Publisher 11.1.1.6
    Open Microsoft Word
    On the BI Publisher menu / tab, select the Options menu item
    Click on the tab named 'Build'
    Set the value for Form field size to Backward Compatible
    it might work this way.
    or uninstall your 11.1.1.6 version and install BI Publisher Desktop 10.1.3.4.2 for EBS 12.2
    What's your EBS version?
    Bogdan

Maybe you are looking for

  • How to convert mp3 songs on my laptop to itunes for ipad?

    how do i convert my mp3 songs to itunes for my ipad

  • How Do I Do a Pedestal (Ped) Up Effect in Adobe After Effects

    I'm doing a project using all still photos and I want to transition from the ground to the sky using a blurry ped up movement to make it look like the camera is going up to the sky quickly.  Is there a way to do that with after effects? Not sure of w

  • Windows CAL

    the environment is a mixture of Windows 2003, 2008 and 2012 different editions. All of them are mixed physical and virtual combinations. All the domain controllers are in Windows 2003. With respect to CALs, what CALs will be required? 2003 or 2012?

  • SAP SRM Extended Classic Cookbook

    I am a newbie of SRM, I must look for some book to start, Could you give me a hand, Maybe you can give me a ebook for SRM,such as <SAP SRM Extended Classic Cookbook>, thanks in advance Message was edited by:         justin shen

  • Highlighted of the start and the end of html tag

    [En] : Hello all and all, I wonder if it is possible to display the start and end of a html tag highlighting (or with a different background) when it is selected. thx Sorry for my english. [Fr] Bonjour a toutes et a tous, J'aimerais savoir si il est