Clarity

  • 1.  Cost plan details xog pops up error msg

    Posted Oct 31, 2012 08:13 PM
    Hi,

    Whenever we used to do bulk xog processing during month end.We used to get the below exception occasionally,but the data is updated without any problem
    When i tried to navigate to service excpetion java code i did see only the .class file not the .java file.So i was unable to find what is the logic is.

    Xog output:
    <XOGOutput xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/status.xsd">
        <Object type="costPlan"/>
        <Status state="SUCCESS"/>
        <Statistics failureRecords="0" insertedRecords="20"
            totalNumberOfRecords="20" updatedRecords="0"/>
        <Records>
            <Record>
                <KeyInformation>
                    <column name="Name">CostPlan123456</column>
                    <column name="ID">PLAN123456</column>
                </KeyInformation>
                <ErrorInformation>
                    <Severity>WARNING</Severity>
                    <Description>com.niku.union.service.ServiceException: Service Exception</Description>
                </ErrorInformation>
            </Record>
        </Records>
    </XOGOutput>
    app2-niku.log
    Caused by: com.niku.union.persistence.PersistenceDeadlockException: 
    SQL error code: 60
    Error message: [CA Clarity][Oracle JDBC Driver][Oracle]ORA-00060: deadlock detected while waiting for resource
    Any of you have come across this before?

    Regards,
    NaG


  • 2.  RE: Cost plan details xog pops up error msg

     
    Posted Nov 02, 2012 01:49 PM
    Hi All,

    Anyone have any input here for NaG?

    Thanks!
    Chris


  • 3.  RE: Cost plan details xog pops up error msg

    Posted Mar 12, 2013 04:04 AM
    Were you able to trace the reason ?

    Maybe a job that was running at the time of upload, that had locked the project ? maybe Investment Allocation job ?

    NJ