Assertion failed: Incorrect use of AdfRichUIPeer on adf tree

Hi all,
I am using adf tree component as given below.
<af:tree value="#{bindings.QACodesParentVO.treeModel}"
var="node"
selectionListener="#{QAReasonCodesBean.denialCodesRowSelection}"
rowSelection="single" id="t1"
binding="#{QAReasonCodesBean.t1}"
contentDelivery="immediate">
<f:facet name="nodeStamp">
<af:outputText value="#{node}" id="ot1">
<af:showPopupBehavior popupId="p1"
triggerType="contextMenu"
alignId="ot1"/>
</af:outputText>
</f:facet>
<f:facet name="contextMenu">
<af:popup id="p1">
<af:menu text="menu 1" id="m1">
<af:commandMenuItem actionListener="#{QAReasonCodesBean.createItem}"
disabled="#{!bindings.Create.enabled}"
id="cmi3"
text="#{viewcontrollerBundle.CREATE_ITEM}"/>
<af:commandMenuItem disabled="#{!bindings.Delete.enabled}"
id="cmi4"
text="#{viewcontrollerBundle.DELETE_ITEM}">
<af:showPopupBehavior popupId="::p5"
triggerType="action"/>
</af:commandMenuItem>
</af:menu>
</af:popup>
</f:facet>
</af:tree>
This tree giving the following error when I am collapsing the expanded the tree nodes. Not in all cases only in few cases.
Assertion failed: Incorrect use of AdfRichUIPeer.GetDomNodeForCommentComponent.AdfRichOutputText [oracle.adf.RichOutputText]
id=pt21:r1:1:t1:2:ot1
StackTrace:
anonymous(x217)
[AdfRichOutputText [oracle.adf.RichOutputText] id=pt21:r1:1:t1:2:ot1]
anonymous(x248)
[AdfRichOutputText [oracle.adf.RichOutputText] id=pt21:r1:1:t1:2:ot1]
anonymous()
anonymous(x367)
[[object HTMLTableElement]]
anonymous(x395)
[[object HTMLTableElement]]
anonymous(x302)
[[object HTMLTableElement]]
anonymous(x309,x310,x311)
[[object HTMLTableElement],1,(empty)]
anonymous(x481,x482,x483,x484)
[[object HTMLTableElement],6,(empty),(empty)]
anonymous(x88,x89)
[[object HTMLDivElement],[object HTMLDivElement]]
anonymous(x112,x113,x114)
[AdfRichTree [oracle.adf.RichTree] id=pt21:r1:1:t1,[object HTMLDivElement],[object HTMLDivElement]]
anonymous(x784,x785,x786,x787,x788)
[[object Element],,(empty),,[object HTMLDivElement],[object HTMLDivElement],[object HTMLDivElement],[object HTMLDivElement],[object
HTMLDivElement],[object HTMLDivElement],[object HTMLDivElement],[object HTMLDivElement],[object HTMLDivElement],[object
HTMLDivElement],[object HTMLDivElement],[object HTMLDivElement],[object HTMLDivElement],[object HTMLDivElement],[object
HTMLDivElement],[object HTMLDivElement],[object HTMLDivElement],[object HTMLDivElement],[object HTMLDivElement],[object
HTMLDivElement],[object HTMLDivElement],[object HTMLDivElement],[object HTMLFormElement],[object HTMLDivElement],(empty)]
anonymous(x730,x731,x732,x733,x734)
[[object Element],true,(empty),(empty),[object Object]]
anonymous(x712,x713)
[[object XMLDocument],[object Object]]
anonymous(x617)
[AdfDataTransferRequestEvent Object, status=4, context=[object Object], request=AdfXMLRequest Object completionState:4]
anonymous(x7,x8)
[AdfDhtmlPage Object,AdfDataTransferRequestEvent Object, status=4, context=[object Object], request=AdfXMLRequest Object completionState:4]
anonymous(x83)
[AdfXMLRequest Object completionState:4]
anonymous(x87)
[AdfXMLRequest Object completionState:4]
anonymous()
anonymous()
[[object Event]]
I am I doing any thing wrong in the tree code. How to resolve this issue.
Regards
Gayaz

Hi, did you solved this ?

Similar Messages

  • Assertion failed: Incorrect use of AdfRichUIPeer.GetDomNodeForCommentCompon

    JDev 11.1.1.2.0
    Assertion failed: Incorrect use of AdfRichUIPeer.GetDomNodeForCommentComponent.AdfRichInputText [oracle.adf.RichInputText]
    the problem is with x220.getProperty("_parentId") its coming as null, why only someone from Oracle can tell this,
    AdfRichUIPeer.GetDomNodeForCommentComponent= function(x220)
    *var x221=x220.getProperty("_parentId");*
    var x222="compS|" + x220.getClientId();
    var x223=AdfAgent.AGENT.getElementById(x221);
    if (x223)
    var x224=x223.firstChild;
    if (x224)
    return AdfRichUIPeer._getCommentNodeForComponent(x224,x222);
    var x225=AdfPage.PAGE.getDomDocument().body;
    var x226=AdfRichUIPeer._findCommentNodeWithContent(x225,x222);
    if (x226!=null)
    return x226;
    AdfAssert.assertionFailed(
    "Incorrect use of AdfRichUIPeer.GetDomNodeForCommentComponent." + x220,1);
    return null;}

    Please post your question on the internal Oracle Forums - No one on OTN has access to drop builds.

  • Assertion failed: Incorrect use of AdfRichUIPeer....

    Dear all,
    i have a table which its partial trigger is set to a button and that button's partial submit is set to true...
    now i got that error when trying to navigate between the input texts when the table is in the insertion mode -->
    Assertion failed: Incorrect use of AdfRichUIPeer.GetDomNodeForCommentComponent.AdfRichSelectOneChoice [oracle.adf.RichSelectOneChoice] id=r1:2:t1:17:soc1
    StackTrace:
    I searched the forum and changed the partial submit of the button to false and everything went fine with me , but am not sure why the partial submit of the button caused that problem ?
    Thanks in Advance,
    Lama
    Edited by: Delta on Sep 28, 2010 5:37 AM

    Hi,
    I too have come across this kind of exception.
    Generally we get this error message, when the adf tags are not used properly. I mean the syntax. In my case, i got this exception because of using render property.
    The page was supposed to render a taksflow from the list of 3 taskflows based on the value selected from a selectOneChoice. With this implementation, i got this error. Later i used visible property and then it starts working fine.
    Hence would like to have a look at your page/fragments. Can you post your code here.
    Thanks,
    Kiran Konjeti

  • Incorrect use of AdfRichUIPeer.GetDomNodeForCommentComponent

    Hello all,
    I'm using JDev 11.1.1.2 and having this strange annoying error since upgrade from JDev 11.1.1.1. Older JDev worked correctly.
    So this alert appears almost every time after click on ImageCommandLink, CommandButton, even if page does not contain CommandLink. PPR works fine after the alert. Does anyone know what this error means?
    Message: Assertion failed: Incorrect use of AdfRichUIPeer.GetDomNodeForCommentComponent.AdfRichCommandLink [oracle.adf.RichCommandLink] id=r1:1:_afrCommandDelegate
    StackTrace:
    function(x217)
    [AdfRichCommandLink [oracle.adf.RichCommandLink] id=r1:1:_afrCommandDelegate]
    function(x246)
    [AdfRichCommandLink [oracle.adf.RichCommandLink] id=r1:1:_afrCommandDelegate]
    function()
    function(x59)
    [AdfRichRegion [oracle.adf.RichRegion] id=r1,
    AdfRichOutputLabel [oracle.adf.RichOutputLabel] id=r1:1:ol1,
    AdfRichPanelBox [oracle.adf.RichPanelBox] id=r1:1:pb1,
    AdfRichPanelTabbed [oracle.adf.RichPanelTabbed] id=r1:1:pt1,
    AdfRichShowDetailItem [oracle.adf.RichShowDetailItem] id=r1:1:sdiPrep,
    AdfRichOutputLabel [oracle.adf.RichOutputLabel] id=r1:1:ol30,
    AdfRichCommandImageLink [oracle.adf.RichCommandImageLink] id=r1:1:cil1,
    AdfRichTable [oracle.adf.RichTable] id=r1:1:tblList,
    AdfRichColumn [oracle.adf.RichColumn] id=r1:1:tblList:c1,AdfRichColumn [oracle.adf.RichColumn] id=r1:1:tblList:c2,
    AdfRichColumn [oracle.adf.RichColumn] id=r1:1:tblList:c3,AdfRichColumn [oracle.adf.RichColumn] id=r1:1:tblList:c4,
    AdfRichColumn [oracle.adf.RichColumn] id=r1:1:tblList:c5,AdfRichColumn [oracle.adf.RichColumn] id=r1:1:tblList:c6,
    AdfRichColumn [oracle.adf.RichColumn] id=r1:1:tblList:c7,AdfRichColumn [oracle.adf.RichColumn] id=r1:1:tblList:c8,
    AdfRichColumn [oracle.adf.RichColumn] id=r1:1:tblList:c9,
    AdfRichCommandImageLink [oracle.adf.RichCommandImageLink] id=r1:1:tblList:0:cil2,AdfRichCommandImageLink [oracle.adf.RichCommandImageLink] id=r1:1:tblList:0:cil4,
    AdfRichCommandImageLink [oracle.adf.RichCommandImageLink] id=r1:1:tblList:0:cil5,AdfRichCommandImageLink [oracle.adf.RichCommandImageLink] id=r1:1:tblList:1:cil2,
    AdfRichCommandImageLink [oracle.adf.RichCommandImageLink] id=r1:1:tblList:1:cil4,AdfRichCommandImageLink [oracle.adf.RichCommandImageLink] id=r1:1:tblList:1:cil5,
    AdfRichShowDetailItem [oracle.adf.RichShowDetailItem] id=r1:1:sdiPayList,
    AdfRichCommandLink [oracle.adf.RichCommandLink] id=r1:1:_afrCommandDelegate]
    Line: 404
    Char: 2
    Code: 0
    URI: http://127.0.0.1:7101/App-Web-context-root/afr/partition/ie/default/opt/boot-SHEPHERD-PS1-9296.js
    The structure is as follows: a menu is located on the main page (CommandLinks), and navigation is carried out within the region. Within the region there is no CommandLink, so I guess menu is the one that makes problems. This problem did not exist in JDev 11.1.1.1.
    Menu is implemented like this one: http://biemond.blogspot.com/2009/03/mainpage-and-task-flow-region.html

    I also had the same problem.
    Expect to solve.....
    Assertion failed: Incorrect use of AdfRichUIPeer.GetDomNodeForCommentComponent.AdfRichInputText [oracle.adf.RichInputText] id=pc1:t3:0:it18
    StackTrace:
    function(x217)
    [AdfRichInputText [oracle.adf.RichInputText] id=pc1:t3:0:it18]
    function(x246)
    [AdfRichInputText [oracle.adf.RichInputText] id=pc1:t3:0:it18]
    function()
    function(x59)
    [AdfRichInputText [oracle.adf.RichInputText] id=pc1:t3:0:it22,AdfRichInputText [oracle.adf.RichInputText] id=pc1:t3:0:it27,AdfRichInputText [oracle.adf.RichInputText] id=pc1:t3:0:it18,AdfRichInputText [oracle.adf.RichInputText] id=pc1:t3:0:it14,AdfRichInputText [oracle.adf.RichInputText] id=pc1:t3:0:it32,AdfRichInputText [oracle.adf.RichInputText] id=pc1:t3:0:it19,AdfRichInputText [oracle.adf.RichInputText] id=pc1:t3:0:it13,AdfRichInputText [oracle.adf.RichInputText] id=pc1:t3:0:it17,AdfRichInputText [oracle.adf.RichInputText] id=pc1:t3:0:it30,AdfRichInputText [oracle.adf.RichInputText] id=pc1:t3:0:it9]
    Line: 404
    Characters: 2
    Code: 0
    URI: http://127.0.0.1:7101/ERP-UserInterface-context-root/afr/partition/ie/default/opt/boot-SHEPHERD-PS1-9296.js

  • SQL incorrect using pm.refresh on inheritance tree 2.5.3

    Hi, Sorry for the repeat post, but didn't get a response from the last one
    and I'm still searching for a solution
    I am getting unexpected behaviour when using the pm.refresh(Object) method.
    Refresh works correctly and reloads data if the lock has been updated on
    tables/objects with no inheritance. However, if I try to use refresh on an
    object that is part of an inheritance hierarchy, the query that is executed
    to get the jdolockx value is missing the table join.
    Example:
    Table Entity
    id
    displayname
    jdolockx
    jdoclassx
    Table Individual (inherits from Entity)
    id
    firstName
    lastName
    jdolockx
    Query executed when calling refresh and passing in Individual
    SELECT
    t0.JDOLOCKX
    FROM
    ENTITY t0,
    INDIVIDUAL t1
    WHERE
    t1.ID = 1151
    Problem
    Missing crucial join t1.ID = t0.ID
    These classes work correctly with correct SQL when inserting/selecting.
    Any help is greatly appreciated.
    Regards
    Nathan Boyes

    I've changed the metadata configuration so that jdolockx is defined only in
    the base class and the query is still missing the join.
    I have attached the metadata files I'm using.
    (SELECT t0.JDOLOCKX FROM Bean t0, MQBean t1 WHERE t1.id = ?):
    [reused=1;params={(int)460}]
    "Stephen Kim" <[email protected]> wrote in message
    news:[email protected]...
    How is your metadata configured? JDOLOCKX should only be defined at the
    base class level.
    begin 666 MQBean.jdo
    M/#]X;6P@=F5R<VEO;CTB,2XP(B!E;F-O9&EN9STB551&+3@B/SX-"@T*/&ID
    M;SX-"B @(" \<&%C:V%G92!N86UE/2)T82YE=F5N="(^#0H@(" @(" @(#QC
    M;&%S<R!N86UE/2)-44)E86XB('!E<G-I<W1E;F-E+6-A<&%B;&4M<W5P97)C
    M;&%S<STB0F5A;B(@:61E;G1I='DM='EP93TB87!P;&EC871I;VXB/@T*(" @
    M(" @(" @(" @/&5X=&5N<VEO;B!V96YD;W(M;F%M93TB:V]D;R(@:V5Y/2)T
    M86)L92(@=F%L=64](DU10F5A;B(O/@T*(" @(" @(" @(" @/&9I96QD(&YA
    M;64](G-E<G9E<B(^#0H@(" @(" @(" @(" @(" @/&5X=&5N<VEO;B!V96YD
    M;W(M;F%M93TB:V]D;R(@:V5Y/2)I9"UD871A+6-O;'5M;B(@=F%L=64](E-%
    M4E9%4DE$(B\^#0H@(" @(" @(" @(" \+V9I96QD/@T*(" @(" @(" @(" @
    M/&9I96QD(&YA;64](F5V96YT5'EP92(^#0H@(" @(" @(" @(" @(" @/&5X
    M=&5N<VEO;B!V96YD;W(M;F%M93TB:V]D;R(@:V5Y/2)I9"UD871A+6-O;'5M
    M;B(@=F%L=64](D5614Y45%E014E$(B\^#0H@(" @(" @(" @(" \+V9I96QD
    M/@T*(" @(" @(" @(" @/&9I96QD(&YA;64](G%U975E36%N86=E<B(^#0H@
    M(" @(" @(" @(" @(" @/&5X=&5N<VEO;B!V96YD;W(M;F%M93TB:V]D;R(@
    M:V5Y/2)D871A+6-O;'5M;B(@=F%L=64](E%5155%34%.04=%4B(O/@T*(" @
    M(" @(" @(" @/"]F:65L9#X-"B @(" @(" @(" @(#QF:65L9"!N86UE/2)Q
    M=65U94YA;64B/@T*(" @(" @(" @(" @(" @(#QE>'1E;G-I;VX@=F5N9&]R
    M+6YA;64](FMO9&\B(&ME>3TB9&%T82UC;VQU;6XB('9A;'5E/2)1545514Y!
    M344B+SX-"B @(" @(" @(" @(#PO9FEE;&0^#0H@(" @(" @(" @(" \9FEE
    M;&0@;F%M93TB8VAA;FYE;"(^#0H@(" @(" @(" @(" @(" @/&5X=&5N<VEO
    M;B!V96YD;W(M;F%M93TB:V]D;R(@:V5Y/2)D871A+6-O;'5M;B(@=F%L=64]
    M(D-(04Y.14PB+SX-"B @(" @(" @(" @(#PO9FEE;&0^#0H@(" @(" @(" @
    M(" \9FEE;&0@;F%M93TB;VY-97-S86=E365T:&]D(CX-"B @(" @(" @(" @
    M(" @(" \97AT96YS:6]N('9E;F1O<BUN86UE/2)K;V1O(B!K97D](F1A=&$M
    M8V]L=6UN(B!V86QU93TB3TY-15-304=%34542$]$(B\^#0H@(" @(" @(" @
    M(" \+V9I96QD/@T*(" @(" @(" \+V-L87-S/@T*(" @(#PO<&%C:V%G93X-
    '"CPO:F1O/@``
    `
    end
    begin 666 Bean.jdo
    M/#]X;6P@=F5R<VEO;CTB,2XP(B!E;F-O9&EN9STB551&+3@B/SX-"@T*/&ID
    M;SX-"B @(" \<&%C:V%G92!N86UE/2)T82YE=F5N="(^#0H@(" @(" @(#QC
    M;&%S<R!N86UE/2)"96%N(B!O8FIE8W1I9"UC;&%S<STB=&$N:60N0F5A;DE$
    M(CX-"B @(" @(" @(" @(#QE>'1E;G-I;VX@=F5N9&]R+6YA;64](FMO9&\B
    M(&ME>3TB8VQA<W,M8V]L=6UN(B!V86QU93TB2D1/0TQ!4U-8(B\^#0H@(" @
    M(" @(" @(" \97AT96YS:6]N('9E;F1O<BUN86UE/2)K;V1O(B!K97D](FQO
    M8VLM8V]L=6UN(B!V86QU93TB2D1/3$]#2U@B+SX-"B @(" @(" @(" @(#QE
    M>'1E;G-I;VX@=F5N9&]R+6YA;64](FMO9&\B(&ME>3TB=&%B;&4B('9A;'5E
    M/2)"96%N(B\^#0H@(" @(" @(" @(" \9FEE;&0@;F%M93TB:60B('!R:6UA
    M<GDM:V5Y/2)T<G5E(CX-"B @(" @(" @(" @(" @(" \97AT96YS:6]N('9E
    M;F1O<BUN86UE/2)K;V1O(B!K97D](F1A=&$M8V]L=6UN(B!V86QU93TB:60B
    M+SX-"B @(" @(" @(" @(#PO9FEE;&0^#0H@(" @(" @(" @(" \9FEE;&0@
    M;F%M93TB8V]N=')O;&QE<B(^#0H@(" @(" @(" @(" @(" @/&5X=&5N<VEO
    M;B!V96YD;W(M;F%M93TB:V]D;R(@:V5Y/2)I9"UD871A+6-O;'5M;B(@=F%L
    M=64](D-/3E123TQ,15))1"(O/@T*(" @(" @(" @(" @/"]F:65L9#X-"B @
    M(" @(" @(" @(#QF:65L9"!N86UE/2)E;F%B;&5D(CX-"B @(" @(" @(" @
    M(" @(" \97AT96YS:6]N('9E;F1O<BUN86UE/2)K;V1O(B!K97D](F1A=&$M
    M8V]L=6UN(B!V86QU93TB14Y!0DQ%1"(O/@T*(" @(" @(" @(" @/"]F:65L
    M9#X-"B @(" @(" @(" @(#QF:65L9"!N86UE/2)P;VQL:6YG26YT97)V86PB
    M/@T*(" @(" @(" @(" @(" @(#QE>'1E;G-I;VX@=F5N9&]R+6YA;64](FMO
    M9&\B(&ME>3TB9&%T82UC;VQU;6XB('9A;'5E/2)03TQ,24Y'24Y415)604PB
    M+SX-"B @(" @(" @(" @(#PO9FEE;&0^#0H@(" @(" @(#PO8VQA<W,^#0H@
    5(" @/"]P86-K86=E/@T*/"]J9&\^
    `
    end

  • Gettin "Assertion Failed" message and "Assert: parent node must have _DOMElement set", first when trying to bookmark and then when the "auto fill" on some web sites is used. Started after 3.6.9 automatic upgrade.

    Open Firefox and navigate to web site. Try to save to bookmarks and get the "assertion Failed" message and "Assert: parent node must have _DOMElement set" followed by a list of 8 (0-8) items.

    Try the Tiny Menu extension. I am using an older version of Tiny Menu on Lucid with Firefox 3.6.x and it works fine.

  • SWPM - System Copy - Assertion Failed Unable to load database

    Hello again,
    (already the next question form me, sorry for this
    I am executing a sysetm copy (DB-refresh) on ASE using SWPM.
    However, in "Configure Components" step I get the error: Assertion failed. Unable to load database <SID of Target Sysetm>.
    Where else can I check for errors?
    I think it is still something on which I already worked (with other thread).
    In sapinst_dev.log I found this
    TRACE      2015-03-25 11:05:00.320
    SAPInst calls the LogInquirer. The output of the LogInquirer can be found in file sapinst_loginquirer.log.
    TRACE      2015-03-25 11:05:06.122 [iaxxgenimp.cpp:638]
                CGuiEngineImp::showMessageBox()
    <html> <head> </head> <body> <p> An error occurred while processing option <i>SAP Enhancement Package 1 for SAP N
    etWeaver 7.3 > SAP ASE > System Copy > Target System > Standard System > Based on AS ABAP > Database Refresh or M
    ove( Last error reported by the step: Assertion failed: Unable to load database <SID>.)</i>. You can now: </p> <ul>
    <li> Choose <i>Retry</i><br>to repeat the current step. </li> <li> Choose <i>Log Files</i><br>to get more inform
    ation about the error. </li> <li> Stop the option and continue later. </li> </ul> <p> Log files are written to /t
    mp/sapinst_instdir/NW731/SYB/COPY/SYSTEM/STD/AS-ABAP/REF. </p> </body></html>
    TRACE      2015-03-25 11:05:06.124 [iaxxgenimp.cpp:1031]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    In sapinst.log I found this:
    ERROR 2015-03-25 11:04:59.573
    FCO-00011  The step syb_step_setup_preload with step key |NW_ABAP_DB_DBRefresh|ind|ind|ind|ind|0|0|NW_ABAP_DB|ind
    |ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_CreateDB|ind|ind|ind|ind|createdb|0|NW_S
    YB_DB|ind|ind|ind|ind|SYB_DB_CONTEXT|0|syb_step_setup_preload was executed with status ERROR ( Last error reporte
    d by the step: Assertion failed: Unable to load database <SID>.).
    INFO 2015-03-25 11:04:59.772
    Creating file /tmp/sapinst_instdir/NW731/SYB/COPY/SYSTEM/STD/AS-ABAP/REF/__instana_tmp.xml.
    INFO 2015-03-25 11:05:00.307
    Removed file /tmp/sapinst_instdir/NW731/SYB/COPY/SYSTEM/STD/AS-ABAP/REF/instslana.xml.
    INFO 2015-03-25 11:05:00.308
    Creating file /tmp/sapinst_instdir/NW731/SYB/COPY/SYSTEM/STD/AS-ABAP/REF/instslana.xml.

    Hello Kiran,
    I did a few tests again yesterday, and it was really a stupid mistake from myside.
    The error message did mean, that there wasn't enough space.
    It isn't the authority issue, it was a leak of space.
    FYI, the complete DB-Size of Source System is required - NOT JUST RESERVED SPACE!!!
    Thx for help and sorry for stealing your time :O

  • "Assertion failed" error when executing a simple UCI program

    I am using a simple UCI program (tt1.c) with Xmath version 7.0.1 on Sloaris 2.8 that performs the followings:
    - Start Xmath701
    - Sleep 10 Seconds
    - Load a sysbuild model
    - Stop Xmath
    I am calling the uci executable using the following command:
    > /usr/local/apps/matrixx-7.0.1/bin/xmath -call tt1 &
    In this way everything works fine and the following printouts from the program are produced.
    --------- uci printout ----------
    ## Starting Xmath 701
    ## sleep 10 seconds
    ## load "case_h_cs_ds.xmd";
    ## Stopping Xmath 701
    All the processes (tt1, XMATH, xmath_mon, and sysbld) terminate correctly.
    The problem occurs if the 10 second wait after starting xmath is omitted:
    - Start Xmath701
    - Load a sysbuild model
    - Stop Xmath
    This results to the following printouts:
    --------- uci printout ----------
    ## Starting Xmath 701
    ## load "case_h_cs_ds.xmd";
    Assertion failed: file "/vob1/xm/ipc/ipc.cxx", line 420 errno 0.
    Note that the last line is not produced by the uci program and the tt1 did not
    finish (the printout before stopping xmath "## Stopping Xmath 701" was
    not produced).
    A call to the unix "ps -ef" utility shows that none of the related process has been terminated:
    fs085312 27631 20243 0 10:45:29 pts/27 0:00 tt1
    fs085312 27643 1 0 10:45:30 ? 0:00 /usr/local/apps/matrixx-7.0.1/solaris_mx_70.1/xmath/bin/xmath_mon /usr/local/app
    fs085312 27641 27631 0 10:45:30 ? 0:01 /usr/local/apps/matrixx-7.0.1/solaris_mx_70.1/xmath/bin/XMATH 142606339, 0x8800
    fs085312 25473 25446 0 10:45:33 ? 0:01 sysbld ++ 19 4 7 6 5 8 9 0 25446 ++
    The questions are as follows:
    1- What is "Assertion failed: file "/vob1/xm/ipc/ipc.cxx", line 420 errno 0" and why is that produced?
    2- Should the UCI program waits for end of sysbld initialization before issuing commands?
    3- If the answer to the above question is yes, is there a way to check the termination of sysbld initialization?
    Thanks in advance for you help.
    Attachments:
    tt1.c ‏1 KB

    I tracked down the problem and it is a race condition between the many processes being started up. A smaller delay should also solve the problem. Or, maybe do something else before the first 'load'. The 'load' command tries to launch systembuild and causes the race condition.

  • **** ASSERTION FAILED **** Error while starting WebLogic Server 7.0

    Hi,
    I am getting following error while starting WebLogic Server 7.0 for the first
    time. Can anybody help me it this?
    Error is:
    ==================================================
    Enter username to boot WebLogic server:system
    Enter password to boot WebLogic server:
    Starting WebLogic Server...
    <May 9, 2003 4:27:47 PM IST> <Notice> <Management> <140005> <Loading configurati
    on C:\bea\user_projects\mydomain\.\config.xml>
    <May 9, 2003 4:28:04 PM IST> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <May 9, 2003 4:28:04 PM IST> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "myserver" for domain "m
    ydomain">
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot intialize
    Resource Manager Connection Factory resour
    ces because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.UnknownHost
    Exception: Unknown protocol: 'JNP'] ]
    at weblogic.j2ee.RMCFactoryDeployer.<init>(RMCFactoryDeployer.java:50)
    at weblogic.j2ee.J2EEService.initialize(J2EEService.java:93)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    <May 9, 2003 4:28:14 PM IST> <Emergency> <WebLogicServer> <000342> <Unable to
    initialize the server: Fatal initializatio
    n exception
    Throwable: weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot
    intialize Resource Manager Connection Fac
    tory resources because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.
    UnknownHostException: Unknown protocol: 'JNP'] ]
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot intialize
    Resource Manager Connection Factory resour
    ces because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.UnknownHost
    Exception: Unknown protocol: 'JNP'] ]
    at weblogic.j2ee.RMCFactoryDeployer.<init>(RMCFactoryDeployer.java:50)
    at weblogic.j2ee.J2EEService.initialize(J2EEService.java:93)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    >
    ==================================================

    I don't know what could cause this error.
    I would suggest you take this upto [email protected]
    Kumar
    Ajay Jadhav wrote:
    Hi,
    I am getting following error while starting WebLogic Server 7.0 for the first
    time. Can anybody help me it this?
    Error is:
    ==================================================
    Enter username to boot WebLogic server:system
    Enter password to boot WebLogic server:
    Starting WebLogic Server...
    <May 9, 2003 4:27:47 PM IST> <Notice> <Management> <140005> <Loading configurati
    on C:\bea\user_projects\mydomain\.\config.xml>
    <May 9, 2003 4:28:04 PM IST> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <May 9, 2003 4:28:04 PM IST> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "myserver" for domain "m
    ydomain">
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot intialize
    Resource Manager Connection Factory resour
    ces because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.UnknownHost
    Exception: Unknown protocol: 'JNP'] ]
    at weblogic.j2ee.RMCFactoryDeployer.<init>(RMCFactoryDeployer.java:50)
    at weblogic.j2ee.J2EEService.initialize(J2EEService.java:93)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    <May 9, 2003 4:28:14 PM IST> <Emergency> <WebLogicServer> <000342> <Unable to
    initialize the server: Fatal initializatio
    n exception
    Throwable: weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot
    intialize Resource Manager Connection Fac
    tory resources because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.
    UnknownHostException: Unknown protocol: 'JNP'] ]
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot intialize
    Resource Manager Connection Factory resour
    ces because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.UnknownHost
    Exception: Unknown protocol: 'JNP'] ]
    at weblogic.j2ee.RMCFactoryDeployer.<init>(RMCFactoryDeployer.java:50)
    at weblogic.j2ee.J2EEService.initialize(J2EEService.java:93)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    ==================================================

  • Updated to Adobe Muse CC 2014, 2 days ago and I CANT even open it! It keeps on displaying the same ASSERTION FAILED IN FILE error.

    I love muse and have been using for years now. A couple of days ago I was really exited that they had a new version the  ADOBE MUSE CC 2014 so I updated it in my laptop. Now it wont even open. I had spent the last 3 days uninstalling and reinstalling MUSE CC 2014 thinking that it would help. But nothing works. I keep on having the same ASSERTION FAILED IN FILE error. At this point I am pretty much desperate and do not know really what to do and to make matters worse I have freelance work that needs to be done and update. If anyone can help I would really appreciated it.
    In addition, if anyone from the MUSE CC SUPPORT TEAM is reading this, please work on making access to you guys easier. I honestly could not find a way to talk to anyone from the ADOBE MUSE CC support team about this problem.

    I had the same problem but good news is I found the reason of problem and solution;
    I was using Windows 7 in English with timezone setting for Turkey. Adobe Muse was in English and had same problem, to solve this issue I even installed new Windows but it happened again.
    Solution is easy, I just changed Muse language settings from English to Turkish and so far so good i never had any crash or problem.
    Cheers!

  • PLEASE HELP Lightroom 5 assertion failed.

    I followed the below fix and still get assertion failed
    Open Windows Explorer.
    Go to C:\Users\[your user name]\.
    Check for the folder named Pictures.
    If you don't see the folder, create a folder named Pictures under folder C:\Users\[your user name]\.
    Restart Lightroom. If the error recurs, restart your computer, then retry. If the error recurs, continue to the next step.
    Click the Windows Start button.
    Type "regedit" in the Search program and files field, and press the Enter key.
    Back up your registry by choosing File > Export. Give the backup copy of the registry a name and location you can remember.
    Navigate to the registry key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer \User Shell Folders]
    Look at the value for the My Pictures entry. The Windows default is: %USERPROFILE%\Pictures, which is the Pictures folder under C:\Users\[your user name]. If another folder is listed, check Windows Explorer for that folder. If it does not exist, you have two options. (1) Create the folder with that name in the location indicated in the registry entry. (2) If the Pictures folder exists under your user name folder, double-click the My Pictures entry, and reset the value to: %USERPROFILE%\Pictures
    Quit the registry editor.
    Log off from your account and back on, or restart your computer, then restart Lightroom 5.4.

    The locations for preference files are usually hidden at the OS level by default.
    If you tell us which OS and version, you are using we can probably give specific advice. Barring that read here: http://www.lightroomforums.net/showthread.php?14226-Resetting-(or-Trashing-)-the-Lightroom -Preferences-file

  • Crystal Reports XI: 6587706c SystemErr R Assertion Failed

    Hi:
    I am trying to incorporate Crystal Reports XI with in-house application, windows platform and Websphere Studio Application Development 5.1 and getting following errors. Most of the reports are coming up properly but the problem is it takes for ever for some reports to appear on the screen. Sometimes, all I get is a white screen.
    Any help/suggestions would be highly appreciated.
    [9/3/08 16:45:48:635 IST] 6587706c SystemErr     R Assertion Failed: Formula context returned the wrong type of value for a field.
    [9/3/08 16:45:48:635 IST] 6587706c SystemErr     R java.lang.Throwable
    [9/3/08 16:45:48:635 IST] 6587706c SystemErr     R  at com.crystaldecisions.reports.common.j.b.a(Unknown Source)
    [9/3/08 16:45:48:635 IST] 6587706c SystemErr     R  at com.crystaldecisions.reports.formulas.al.if(Unknown Source)
    [9/3/08 16:45:48:635 IST] 6587706c SystemErr     R  at com.crystaldecisions.reports.formulas.ab.if(Unknown Source)
    [9/3/08 16:45:48:635 IST] 6587706c SystemErr     R  at com.crystaldecisions.reports.formulas.al.if(Unknown Source)
    [9/3/08 16:45:48:651 IST] 6587706c SystemErr     R  at com.crystaldecisions.reports.formulas.ab.case(Unknown Source)
    [9/3/08 16:45:48:651 IST] 6587706c SystemErr     R  at com.crystaldecisions.reports.formulas.ab.if(Unknown Source)
    [9/3/08 16:45:48:651 IST] 6587706c SystemErr     R  at com.crystaldecisions.reports.formulas.al.if(Unknown Source)
    Thanks and regards,
    Kash

    Hi Graham:
    Thanks for your reply. Actually, I am very new to BO-SAP forum and had so much hassle trying to get hold of tech. support, which obviously use to be much easier in case of BO.
    Anyway, the problem I have is regarding this application alone. So, I wasn't sure about the difference. Now you have mentioned it, I will try to do that.
    Thanks again.
    regards,
    Kash

  • Assertion failed when returning to a jsp

    Hi,
    I am using JSF Final and Struts-faces (nightly). This error is bizarre because it's an error on the view tag.
    I'm getting this error message when something fails in the resulting action and I send it back to the same jsp using getInputForward():
    javax.faces.FacesException: Assertion Failed
         com.sun.faces.util.Util.doAssert(Util.java:1300)
         com.sun.faces.taglib.jsf_core.ViewTag.getComponentType(ViewTag.java:236)
         javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1022)
         javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1045)
         javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:732)
         javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:425)
         com.sun.faces.taglib.jsf_core.ViewTag.doStartTag(ViewTag.java:105)
         org.apache.jsp.jsp.timesheet.timeSheetEntry_jsp._jspx_meth_f_view_0(timeSheetEntry_jsp.java:280)
    ...my jsp is:
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-faces" prefix="s" %>
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
    <html>
    <body>
    <table>
        <tr>
            <!-- HEADER -->
            <td colspan='2' class="pageHeader">
                <%@ include file="../header.jsp" %>
            </td>
        </tr>
        <tr>
            <!-- MENU -->
            <td class="menu">
                <%@include file="../menu.jsp"%>
            </td>
            <!-- Content -->
            <td class="main">
                <f:view>       
                <s:html locale="true">
                <head>
                    <!-- Page Title -->
                    <title>Time Sheet Entry</title>
                    <s:base/>
                    <s:stylesheet path="/css/stylesheet.css"/>
                </head>
           <s:form action="/timesheet/timeSheetEntryForm" id="thisForm">
              <h:panelGrid
                       id="switchDays"
                       columns="3"
                    styleClass="form-background"
                 columnClasses="summary-left,summary-center,summary-right">
                        <h:panelGroup>
                        <h:outputText value="Number:"/>
                        <h:outputText id="employeeNum" value="#{TimeSheetForm.timeSheet.employee.number}">
                        </h:outputText>
                        </h:panelGroup>
                        <h:panelGroup>
                        <h:outputText value="Name:"/>
                        <h:outputText value="#{TimeSheetForm.timeSheet.employee.name}"/>                                           
                        </h:panelGroup>
                        <h:panelGroup>
                        <h:outputText value="Date:"/>
                        <h:outputText id="date" value="#{TimeSheetForm.timeSheet.date}">
                            <f:convertDateTime dateStyle="full"/>
                        </h:outputText>                   
                        </h:panelGroup>
                        <h:panelGroup>
                        <h:outputText value="Total:"/>
                        <h:outputText id="totalTime" value="#{TimeSheetForm.totalTime}">                       
                        </h:outputText>
                        </h:panelGroup>
                        <h:panelGroup>
                        <h:outputText value="Status Is Currently:"/>
                        <h:outputText id="status" value="#{TimeSheetForm.timeSheet.timeSheetStatus.status}"/>                                           
                        </h:panelGroup>
                        <h:panelGroup>
                        <h:outputText value="Status Will Change To:"/>
                        <h:selectOneMenu id="newStatus" value="#{TimeSheetForm.timeSheet.timeSheetStatus.id}">                       
                           <f:selectItems value="#{TimeSheetForm.status}"/>
                        </h:selectOneMenu>
                        </h:panelGroup>
                        <h:outputText value=" "/>
                        <h:outputText value=" "/>
              </h:panelGrid>
            <c:if test = "${employee.id == TimeSheetForm.timeSheet.employee.id}">
              <h:panelGrid id="days"
               columns="7">
                <h:outputLink id="sunday" value="/tss/faces/timesheet/timeSheetEntry.do?dayOfWeek=1">
                    <f:verbatim>Sunday</f:verbatim>
                </h:outputLink>
                <h:outputLink id="monday" value="/tss/faces/timesheet/timeSheetEntry.do?dayOfWeek=2">
                    <f:verbatim>Monday</f:verbatim>
                </h:outputLink>
                <h:outputLink id="tuesday" value="/tss/faces/timesheet/timeSheetEntry.do?dayOfWeek=3">
                    <f:verbatim>Tuesday</f:verbatim>
                </h:outputLink>
                <h:outputLink id="wednesday" value="/tss/faces/timesheet/timeSheetEntry.do?dayOfWeek=4">
                    <f:verbatim>Wednesday</f:verbatim>
                </h:outputLink>
                <h:outputLink id="thursday" value="/tss/faces/timesheet/timeSheetEntry.do?dayOfWeek=5">
                    <f:verbatim>Thursday</f:verbatim>
                </h:outputLink>
                <h:outputLink id="friday" value="/tss/faces/timesheet/timeSheetEntry.do?dayOfWeek=6">
                    <f:verbatim>Friday</f:verbatim>
                </h:outputLink>
                <h:outputLink id="saturday" value="/tss/faces/timesheet/timeSheetEntry.do?dayOfWeek=7">
                    <f:verbatim>Saturday</f:verbatim>
                </h:outputLink>
              </h:panelGrid>
              </c:if>
                <h:outputLink value="mailto:[email protected]">
                    <f:verbatim>Suggestion or Comment or Bug Report</f:verbatim>
                </h:outputLink>
              <s:message key="time.sheet.motd"/>
              <h:dataTable
                var="entry"
                value="#{TimeSheetForm.timeEntry}"
                styleClass="form-background"
                headerClass="form-header"
                columnClasses="form-field">
                <h:column>
                  <f:facet name="header">
                    <h:outputText value="Start Time"/>
                 </f:facet>
                  <h:inputText size="4" maxlength="4" value="#{entry.startTime}">
                  </h:inputText>
                </h:column>
                <h:column>
                  <f:facet name="header">
                    <h:outputText value="End Time"/>
                 </f:facet>
                  <h:inputText size="4" maxlength="4" value="#{entry.endTime}">
                  </h:inputText>
                </h:column>
                <h:column>
                  <f:facet name="header">
                    <h:outputText value="Task Code"/>
                 </f:facet>
                  <h:inputText size="2" maxlength="2" value="#{entry.task.id}">
                  </h:inputText>
                </h:column>
                <h:column>
                  <f:facet name="header">
                    <h:outputText value=""/>
                 </f:facet>
                  <h:outputText value="#{entry.task.description}"/>
                </h:column>
                <h:column>
                  <f:facet name="header">
                    <h:outputText value="Study Number"/>
                 </f:facet>
                  <h:inputText size="6" maxlength="6" value="#{entry.study.number}">
    <%----%>
                    <f:convertNumber pattern="000000"/>
                  </h:inputText>
                </h:column>             
                <h:column>
                  <f:facet name="header">
                    <h:outputText value=""/>
                 </f:facet>
                  <h:outputText value="#{entry.study.description}"/>
                </h:column>
                <h:column>
                  <f:facet name="header">
                    <h:outputText value="Version Status"/>
                 </f:facet>
                  <h:inputText size="2" maxlength="2" value="#{entry.versionStatus.code}">
                  </h:inputText>
                </h:column>   
                <h:column>
                  <f:facet name="header">
                    <h:outputText value="Version"/>
                 </f:facet>
                  <h:outputText value="#{entry.versionStatus.version.name}"/>
                </h:column>
                <h:column>
                  <f:facet name="header">
                    <h:outputText value=""/>
                 </f:facet>
                  <h:outputText value="#{entry.versionStatus.description}"/>
                </h:column>
                <h:column>
                  <f:facet name="header">
                    <h:outputText value="Cases"/>
                 </f:facet>
                  <h:inputText size="2" maxlength="2" value="#{entry.cases}">
                  </h:inputText>
                </h:column>             
                </h:dataTable>
                <h:panelGrid
                       columns="2"               
                       columnClasses="button">               
                    <h:commandButton id="submit" action="success" value="Submit"/>               
                    <h:commandButton id="back" action="back" value="Back"/>
                </h:panelGrid>
                </s:form>
                <s:errors/>
                </center>           
                </s:html>
                </f:view>             
            </td>
        </tr>
        <tr>
            <!-- FOOTER -->
            <td colspan='2'>
                <%@ include file="../footer.jsp" %>
            </td>
        </tr>
    </table>
    </body>
    </html>

    I had this error as well. I needed to change my <f:view> tags to be <f:subview id="xxxx"> because my page is being embedded in a <f:view> page.
    Don't know if you're doing the same.
    Hope this helps!
    Bernard

  • Assert failed in /modules/streams/flv/TCFLVData.cpp

    Hi,
    We're running FMS 3.5.2 r654 on RHEL 5.2 and we're getting tons of errors like this:
    "2009-08-31      10:47:43        11394   (e)2581279      Assert failed in /modules/streams/flv/TCFLVData.cpp line 2033   -"
    Always the same line number.
    Can we safely ignore this error? What does it mean?
    We're only getting this since 3.5.2. We were running FMS 3.5.1 before, and weren't getting this error, but upgraded to get rid of the occasional "core experienced [x] failures"-crashes.
    Kind regards,
    Pieter Barrezeele

    thanks patrick for your interest.
    we're using the 2.0.3.
    this error code was never traced in the log file of the 2.0.2

  • I get Assertion Failed open report with CR viewer 2.0.23

    Post Author: gionnyDeep
    CA Forum: General
    any help?
    Assertion Failed: java.lang.Throwable        at com.crystaldecisions.reports.common.j.b.a(Unknown Source)        at com.crystaldecisions.reports.common.j.b.a(Unknown Source)        at com.crystaldecisions.reports.queryengine.b0.char(Unknown Source)        at com.crystaldecisions.reports.queryengine.b0.else(Unknown Source)        at com.crystaldecisions.reports.queryengine.b0.else(Unknown Source)        at com.crystaldecisions.reports.queryengine.b0.d(Unknown Source)        at com.crystaldecisions.reports.queryengine.b0.dt(Unknown Source)        at com.crystaldecisions.reports.queryengine.b0.dD(Unknown Source)        at com.crystaldecisions.reports.queryengine.b9.int(Unknown Source)        at com.crystaldecisions.reports.queryengine.b9.for(Unknown Source)        at com.crystaldecisions.reports.queryengine.b9.int(Unknown Source)        at com.crystaldecisions.reports.queryengine.b9.for(Unknown Source)        at com.crystaldecisions.reports.queryengine.b9.int(Unknown Source)        at com.crystaldecisions.reports.queryengine.b9.case(Unknown Source)        at com.crystaldecisions.reports.queryengine.b9.if(Unknown Source)        at com.crystaldecisions.reports.queryengine.b9.c(Unknown Source)        at com.crystaldecisions.reports.queryengine.b0.d(Unknown Source)        at com.crystaldecisions.reports.queryengine.b0.dt(Unknown Source)        at com.crystaldecisions.reports.reportdefinition.datainterface.l.a(Unknown Source)        at com.crystaldecisions.reports.dataengine.j.j(Unknown Source)        at com.crystaldecisions.reports.dataengine.j.i(Unknown Source)        at com.crystaldecisions.reports.dataengine.j.a7(Unknown Source)        at com.crystaldecisions.reports.dataengine.j.a9(Unknown Source)        at com.crystaldecisions.reports.dataengine.j.char(Unknown Source)        at com.crystaldecisions.reports.dataengine.n.a(Unknown Source)        at com.crystaldecisions.reports.dataengine.a5.a(Unknown Source)        at com.crystaldecisions.reports.dataengine.a5.Z(Unknown Source)        at com.crystaldecisions.reports.dataengine.a5.<init>(Unknown Source)        at com.crystaldecisions.reports.dataengine.a5.<init>(Unknown Source)        at com.crystaldecisions.reports.dataengine.a5.<init>(Unknown Source)        at com.crystaldecisions.reports.dataengine.a5.a(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.bn.<init>(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.bn.if(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.d.k.<init>(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.d.o.<init>(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.d.o.a(Unknown Source)        at com.crystaldecisions.reports.reportengineinterface.g.if(Unknown Source)        at com.crystaldecisions.reports.reportengineinterface.g.do(Unknown Source)        at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.getPage(Unknown Source)        at com.businessobjects.crystalreports.viewer.core.rs.b.if(Unknown Source)        at com.businessobjects.crystalreports.viewer.core.aw.a(Unknown Source)        at com.businessobjects.crystalreports.viewer.core.aw.run(Unknown Source)        at java.lang.Thread.run(Thread.java:619)

    Sorry, but you have to define "viewer just crashed". To different people this means different things; error, viewer never shows up, application terminates, etc., etc., etc....
    If the issue is only 10% of computers then it is not
    Re. "...could be caused by:"
    - previous installation of CR8.5 (or earlier) runtime (how to cleanup it correctly?)
    possibly - see below
    - OS configuration (what we need to ajust?)
    probably not - as long as it's the same OS and SPs
    - something missing in our code (but why it works in 90% cases?)
    -no
    - something wrong with CRXI runtime (but we a using latest available MSMs, and again, this works in 90% ...)
    possibly see below.
    I would approach the issue by running [Modules|https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip] and comparing the dlls loading on a computer that works and one that "crashes"...
    Your second utility is [Process Monitor|http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx] but ProcMon creates large and difficult to read files.
    Oh, and get the powers that be to start to consider moving away from this legacy "stuff". Like I said, PE APIs have been gone since version 9 of CR and RDC has been retired in CR XI R2 (11.5). Neither product is supported anymore.
    - Ludek

Maybe you are looking for

  • IDOC message type WMMBXY not including Serial numbers in GR material documents when created with reference to an Inbound delivery

    Hello, We currently have an inbound ALE process (message type WMMBXY and basic type WMMBID02) to post GR's against inbound delivery. If the inbound delivery item is maintained with serial numbers, we want those serial numbers to be pulled into the go

  • Using Disk Utility From Recovery Partition

    Is there an advantage to repairing permissions after booting into Recovery disk? (Hold Option key as restart) I realize that Repair disk will be available if needed & it is not available when using Disk Utility from Mac HD partition.

  • Trouble with VRF traffic on ASR9000

    Hi We have a trouble to established  neighbord and pass tables from Cisco 7600 to ASR9000 when configure a vrf between both devices. the configuration on cisco 7600 is: router bgp 2006 bgp router-id 172.16.110.97 bgp log-neighbor-changes bgp graceful

  • Business Packages for BI-IP

    We are currently in the blueprinting phase for NW2004s BI-IP, as part of the blueprinting we are currently doing investigation around our options in integrating these applications into the portal. Are there any indications when and if business packag

  • Shared computer showing up in Finder not part of my network

    Hello, I am very confused on what is going on here. Basically, I am at a friends house and have my MacBook connected directly with an Ethernet chord. There are no other connections going out of the DSL box/Router because there is only one output for