Ibwait(gbib0 0x000) endless loop when opening NI-Spy

Hi,
I have swapped a NI PCI-GPIB in my computer. I have installed the NI-488.3 ver 2.10.
Since then, when I open NI Spy I get an endless loop running messages showed below, although there is nothing running at the background or so.
138888.  ibwait(GPIB0, 0x0000)
Process ID: 0x00000B9C         Thread ID: 0x000006A0
Start Time: 17:30:32.890       Call Duration: 00:00:00.000
ibsta: 0x164       iberr: 0             ibcntl: 0(0x0)
What is the reason for it?
How can I stop it except closing NI-spy or switching to log "off"?
Best regards
Yariv

Hello,
Do you have any programs running which access your GPIB interface?  I would try uninstalling the version of NI-488.2 you currently have, and installing the lastest version supporting your hardware and OS; you can find a link to this in the Hardware-OS chart for NI-488.2 at the following url:
http://www.ni.com/support/gpib/versions.htm
Repost with the results and we'll continue to look at this if necessary!
Best Regards,
JLS
Best,
JLS
Sixclear

Similar Messages

  • Endless loop when opening simple page

    We have deployed an application onto a production server (AIX, WLS 10.3.5, ADF 11.1.1.5) and one of the pages reloads itself constantly and produces this log:
    10.151.21.51 - acc_pchooft [30/May/2012:14:23:58 +0200] "POST /reinigingsrecht/faces/sg_index?_adf.ctrl-state=1bgx9q247h_17&Adf-Window-Id=w3 HTTP/1.1" 200 197
    10.151.21.51 - acc_pchooft [30/May/2012:14:23:58 +0200] "GET /reinigingsrecht/faces/sg_index?_adf.ctrl-state=1bgx9q247h_17&Adf-Window-Id=w3&_afrRedirect=1338380638701087144 HTTP/1.1" 200 58405
    10.151.21.51 - acc_pchooft [30/May/2012:14:23:59 +0200] "POST /reinigingsrecht/faces/sg_index?_adf.ctrl-state=1bgx9q247h_17&Adf-Window-Id=w3 HTTP/1.1" 200 197
    10.151.21.51 - acc_pchooft [30/May/2012:14:23:59 +0200] "GET /reinigingsrecht/faces/sg_index?_adf.ctrl-state=1bgx9q247h_17&Adf-Window-Id=w3&_afrRedirect=1338380639509328009 HTTP/1.1" 200 58405
    10.151.21.51 - acc_pchooft [30/May/2012:14:24:00 +0200] "POST /reinigingsrecht/faces/sg_index?_adf.ctrl-state=1bgx9q247h_17&Adf-Window-Id=w3 HTTP/1.1" 200 197
    10.151.21.51 - acc_pchooft [30/May/2012:14:24:00 +0200] "GET /reinigingsrecht/faces/sg_index?_adf.ctrl-state=1bgx9q247h_17&Adf-Window-Id=w3&_afrRedirect=1338380640151766423 HTTP/1.1" 200 58405
    10.151.21.51 - acc_pchooft [30/May/2012:14:24:00 +0200] "POST /reinigingsrecht/faces/sg_index?_adf.ctrl-state=1bgx9q247h_17&Adf-Window-Id=w3 HTTP/1.1" 200 197
    10.151.21.51 - acc_pchooft [30/May/2012:14:24:00 +0200] "GET /reinigingsrecht/faces/sg_index?_adf.ctrl-state=1bgx9q247h_17&Adf-Window-Id=w3&_afrRedirect=1338380640783291556 HTTP/1.1" 200 58406
    10.151.21.51 - acc_pchooft [30/May/2012:14:24:01 +0200] "POST /reinigingsrecht/faces/sg_index?_adf.ctrl-state=1bgx9q247h_17&Adf-Window-Id=w3 HTTP/1.1" 200 197
    10.151.21.51 - acc_pchooft [30/May/2012:14:24:02 +0200] "GET /reinigingsrecht/faces/sg_index?_adf.ctrl-state=1bgx9q247h_17&Adf-Window-Id=w3&_afrRedirect=1338380642254632867 HTTP/1.1" 200 58406 etc etc
    In develop the page works just fine. It is a page with a table on it, not very special. It has a query panel, you can search on two fields. One using "between" and one using a literal value. I have clicked on several objects on the page but none is posting the url I see in the log before, with the _afrRedirect part in it.
    What does this log mean? How can I debug what is really going on?

    Wendy do you have a use case similar to Re: Infinite loop/afrLoop when deploying ADF application to standalone weblogic
    Do any of the links provided there help you ?
    I suggest you log a separate post for popups not opening if need be and keep this thread for the login page loop issue.

  • Endless loop when clicking on ADF TreeTable Node with multiple Parents

    Using Jdev 11.1.2.2.0.
    I have been using the ADF Tree Table to render a parent/child relationship table(using EO's and VO's); this table allows a child node to have many parents. I've followed the example from Code Corner #32 "How to create a tree table from a single View Object and how to access selected rows" but my example is a little different. I have a Hierarchy Table that lists it's TopNode and then I have a Relationship (parent/child) table that includes the relationships for that hierarchy. I've created the ViewLinks between the Hierarchy VO and the Relationship VO and everything shows up fine in the ADF BC Tester.
    The tables look like the following (Note: the node 5 has multiple parents (4&3)
    Hierarchy Table:
    ID NAME TOPNODEID
    1 HIER1 1
    PARENTCHILDTABLE
    PARENT_ID CHILD_ID
    1 2
    1 3
    2 4
    4 5
    3 5
    -1 1
    The View Links I have setup are the (TopNodeID to ChildID... 1 to 1) as well as the (Child_Id to Parent_ID.. 1 to *).
    I added a tree table to a jsf page; I setup the bindings correctly with the Hierarchy vo as the top level object and the relationship VO as the parent/child (self referencing) table.
    However, when I start expanding some of the nodes at runtime in the JSF page and when I click on the child 5 an hour glass appears and it seems to be in an endless loop. Has anyone seen this before or anyone know why this gets into an endless loop.
    Edited by: user623583 on Aug 21, 2012 7:26 AM

    No exceptions occur but I was able to turn on logging (oracle.adf*) and this shows up. This is only a portion of what gets logged as it seems to log the same thing over and over while in the endless loop. The loop is intermittent too; it doesn't occur all the time. It seems to occur when I click on one of the duplicate nodes OR try to expand one of the duplicate nodes and/or one of their parents.
    <UIXRegion> <processEvent> RegionModel associated with component client ID: pt1:pt_region11
    <UIXRegion> <processEvent> RegionModel associated with component client ID: pt1:pt_region12
    <UIXRegion> <processEvent> RegionModel associated with component client ID: pt1:pt_region13
    <UIXRegion> <processEvent> RegionModel associated with component client ID: pt1:pt_region14
    <UIXInclude> <_tearDownIncludeContext> UIXInclude._tearDownIncludeContext() - Client ID: pt1
    <UIXPageTemplate> <_tearDownPageTemplateContext> UIXPageTemplate._tearDownPageTemplateContext()
    <UIXPageTemplate> <_tearDownPageTemplateContext> UIXPageTemplate._tearDownPageTemplateContext() - model var was being managed by the component.
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to oracle_epm_view_view1PageDef
    <UIXPageTemplate> <_setupPageTemplateContext> UIXPageTemplate._setupPageTemplateContext()
    <UIXInclude$ContextualFacesBeanWrapper> <getProperty> UIXInclude$ContextualFacesBeanWrapper.getProperty() - _inContext = false and key.getName() = value
    <UIXPageTemplate> <_setupPageTemplateContext> UIXPageTemplate._setupPageTemplateContext() - model var is being managed by the component.
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to ptb1
    <UIXInclude> <_setupIncludeContext> UIXInclude._setupIncludeContext() - Client ID: pt1
    <UIXInclude> <_tearDownIncludeContext> UIXInclude._tearDownIncludeContext() - Client ID: pt1
    <UIXPageTemplate> <_tearDownPageTemplateContext> UIXPageTemplate._tearDownPageTemplateContext()
    <UIXPageTemplate> <_tearDownPageTemplateContext> UIXPageTemplate._tearDownPageTemplateContext() - model var was being managed by the component.
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to oracle_epm_view_view1PageDef
    <UIXPageTemplate> <_setupPageTemplateContext> UIXPageTemplate._setupPageTemplateContext()
    <UIXInclude$ContextualFacesBeanWrapper> <getProperty> UIXInclude$ContextualFacesBeanWrapper.getProperty() - _inContext = false and key.getName() = value
    <UIXPageTemplate> <_setupPageTemplateContext> UIXPageTemplate._setupPageTemplateContext() - model var is being managed by the component.
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to ptb1
    <UIXInclude> <_setupIncludeContext> UIXInclude._setupIncludeContext() - Client ID: pt1
    <UIXInclude> <tearDownChildrenVisitingContext> UIXInclude.tearDownChildrenVisitingContext() - Client ID: pt1, called by oracle.adf.view.rich.component.fragment.UIXPageTemplate.tearDownChildrenVisitingContext at 275
    <UIXInclude> <_tearDownIncludeContext> UIXInclude._tearDownIncludeContext() - Client ID: pt1
    <UIXPageTemplate> <_tearDownPageTemplateContext> UIXPageTemplate._tearDownPageTemplateContext()
    <UIXPageTemplate> <_tearDownPageTemplateContext> UIXPageTemplate._tearDownPageTemplateContext() - model var was being managed by the component.
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to oracle_epm_view_view1PageDef
    <UIXPageTemplate> <_setupPageTemplateContext> UIXPageTemplate._setupPageTemplateContext()
    <UIXInclude$ContextualFacesBeanWrapper> <getProperty> UIXInclude$ContextualFacesBeanWrapper.getProperty() - _inContext = false and key.getName() = value
    <UIXPageTemplate> <_setupPageTemplateContext> UIXPageTemplate._setupPageTemplateContext() - model var is being managed by the component.
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to ptb1
    <UIXInclude> <setupChildrenVisitingContext> UIXInclude.setupChildrenVisitingContext() - Client ID: pt1, called by oracle.adf.view.rich.component.fragment.UIXPageTemplate.setupChildrenVisitingContext at 249
    <UIXInclude> <_setupIncludeContext> UIXInclude._setupIncludeContext() - Client ID: pt1
    <UIXInclude> <_tearDownIncludeContext> UIXInclude._tearDownIncludeContext() - Client ID: pt1
    <UIXPageTemplate> <_tearDownPageTemplateContext> UIXPageTemplate._tearDownPageTemplateContext()
    <UIXPageTemplate> <_tearDownPageTemplateContext> UIXPageTemplate._tearDownPageTemplateContext() - model var was being managed by the component.
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to oracle_epm_view_view1PageDef
    <UIXPageTemplate> <_setupPageTemplateContext> UIXPageTemplate._setupPageTemplateContext()
    <UIXInclude$ContextualFacesBeanWrapper> <getProperty> UIXInclude$ContextualFacesBeanWrapper.getProperty() - _inContext = false and key.getName() = value
    <UIXPageTemplate> <_setupPageTemplateContext> UIXPageTemplate._setupPageTemplateContext() - model var is being managed by the component.
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to ptb1
    <UIXInclude> <_setupIncludeContext> UIXInclude._setupIncludeContext() - Client ID: pt1
    <UIXInclude> <tearDownChildrenVisitingContext> UIXInclude.tearDownChildrenVisitingContext() - Client ID: pt1, called by oracle.adf.view.rich.component.fragment.UIXPageTemplate.tearDownChildrenVisitingContext at 275
    <UIXInclude> <_tearDownIncludeContext> UIXInclude._tearDownIncludeContext() - Client ID: pt1
    <UIXPageTemplate> <_tearDownPageTemplateContext> UIXPageTemplate._tearDownPageTemplateContext()
    <UIXPageTemplate> <_tearDownPageTemplateContext> UIXPageTemplate._tearDownPageTemplateContext() - model var was being managed by the component.
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to oracle_epm_view_view1PageDef
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to oracle_epm_view_view1PageDef
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to oracle_epm_view_view1PageDef
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <DCBindingContainer> <internalRefreshControl> Lifecycle:BindingContainer.refresh type:prepare for:oracle_epm_view_view1PageDef
    <DCBindingContainer> <internalRefreshControl> Lifecycle:BindingContainer.refresh type:prepare for:ptb1
    <ADFLogger> <begin> Region refresh
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <ADFLogger> <end> Region refresh
    <ADFLogger> <begin> Region refresh
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <ADFLogger> <end> Region refresh
    <ADFLogger> <begin> Region refresh
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <ADFLogger> <end> Region refresh
    <ADFLogger> <begin> Region refresh
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <ADFLogger> <end> Region refresh
    <ADFLogger> <begin> Region refresh
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <ADFLogger> <end> Region refresh
    <ADFLogger> <begin> Region refresh
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <ADFLogger> <end> Region refresh
    <ADFLogger> <begin> Region refresh
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <ADFLogger> <end> Region refresh
    <ADFLogger> <begin> Region refresh
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <ADFLogger> <end> Region refresh
    <ADFLogger> <begin> Region refresh
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <ADFLogger> <end> Region refresh
    <ADFLogger> <begin> Region refresh
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <ADFLogger> <end> Region refresh
    <ADFLogger> <begin> Region refresh
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <ADFLogger> <end> Region refresh
    <ADFLogger> <begin> Region refresh
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <ADFLogger> <end> Region refresh
    <ADFLogger> <begin> Region refresh
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <ADFLogger> <end> Region refresh
    <ADFLogger> <begin> Region refresh
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <ADFLogger> <end> Region refresh
    <ADFLogger> <begin> Region refresh
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <ADFLogger> <end> Region refresh
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to oracle_epm_view_view1PageDef
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to oracle_epm_view_view1PageDef
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <FacesPageLifecycle> <getToken> ADFc: State-token for 'oracle_epm_view_view1PageDef' has been restored and is not null.
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ServletADFContext> <findApplicationScopeMap> The applicationScope Map returned
    <ADFContext> <getADFFacesViewScopeMap> oracle.adf.view.rich.context.AdfFacesContext used to get ViewScope
    <FacesPageLifecycle> <getToken> ADFc: State-token for 'oracle_epm_view_view1PageDef' has been restored and is not null.
    <UIXInclude$ContextualFacesBeanWrapper> <getProperty> UIXInclude$ContextualFacesBeanWrapper.getProperty() - _inContext = false and key.getName() = rendered
    <UIXPageTemplate> <_setupPageTemplateContext> UIXPageTemplate._setupPageTemplateContext()
    <UIXInclude$ContextualFacesBeanWrapper> <getProperty> UIXInclude$ContextualFacesBeanWrapper.getProperty() - _inContext = false and key.getName() = value
    <UIXPageTemplate> <_setupPageTemplateContext> UIXPageTemplate._setupPageTemplateContext() - model var is being managed by the component.
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to ptb1
    <UIXInclude> <setupChildrenVisitingContext> UIXInclude.setupChildrenVisitingContext() - Client ID: pt1, called by oracle.adf.view.rich.component.fragment.UIXPageTemplate.setupChildrenVisitingContext at 249
    <UIXInclude> <_setupIncludeContext> UIXInclude._setupIncludeContext() - Client ID: pt1
    <UIXInclude$ContextualFacesBeanWrapper> <getProperty> UIXInclude$ContextualFacesBeanWrapper.getProperty() - _inContext = true and key.getName() = rendered
    <UIXInclude> <_tearDownIncludeContext> UIXInclude._tearDownIncludeContext() - Client ID: pt1
    <UIXPageTemplate> <_tearDownPageTemplateContext> UIXPageTemplate._tearDownPageTemplateContext()
    <UIXPageTemplate> <_tearDownPageTemplateContext> UIXPageTemplate._tearDownPageTemplateContext() - model var was being managed by the component.
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to oracle_epm_view_view1PageDef
    <UIXPageTemplate> <_setupPageTemplateContext> UIXPageTemplate._setupPageTemplateContext()
    <UIXInclude$ContextualFacesBeanWrapper> <getProperty> UIXInclude$ContextualFacesBeanWrapper.getProperty() - _inContext = false and key.getName() = value
    <UIXPageTemplate> <_setupPageTemplateContext> UIXPageTemplate._setupPageTemplateContext() - model var is being managed by the component.
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to ptb1
    <UIXInclude> <_setupIncludeContext> UIXInclude._setupIncludeContext() - Client ID: pt1
    <UIXInclude> <_tearDownIncludeContext> UIXInclude._tearDownIncludeContext() - Client ID: pt1
    <UIXPageTemplate> <_tearDownPageTemplateContext> UIXPageTemplate._tearDownPageTemplateContext()
    <UIXPageTemplate> <_tearDownPageTemplateContext> UIXPageTemplate._tearDownPageTemplateContext() - model var was being managed by the component.
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to oracle_epm_view_view1PageDef
    <UIXPageTemplate> <_setupPageTemplateContext> UIXPageTemplate._setupPageTemplateContext()
    <UIXInclude$ContextualFacesBeanWrapper> <getProperty> UIXInclude$ContextualFacesBeanWrapper.getProperty() - _inContext = false and key.getName() = value
    <UIXPageTemplate> <_setupPageTemplateContext> UIXPageTemplate._setupPageTemplateContext() - model var is being managed by the component.
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to ptb1
    <UIXInclude> <_setupIncludeContext> UIXInclude._setupIncludeContext() - Client ID: pt1
    <UIXInclude$ContextualFacesBeanWrapper> <getProperty> UIXInclude$ContextualFacesBeanWrapper.getProperty() - _inContext = true and key.getName() = logoImagePath
    <UIXInclude$ContextualFacesBeanWrapper> <getProperty> UIXInclude$ContextualFacesBeanWrapper.getProperty() - _inContext = true and key.getName() = logoImagePath
    <UIXInclude> <_tearDownIncludeContext> UIXInclude._tearDownIncludeContext() - Client ID: pt1
    <UIXPageTemplate> <_tearDownPageTemplateContext> UIXPageTemplate._tearDownPageTemplateContext()
    <UIXPageTemplate> <_tearDownPageTemplateContext> UIXPageTemplate._tearDownPageTemplateContext() - model var was being managed by the component.
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to oracle_epm_view_view1PageDef
    <UIXPageTemplate> <_setupPageTemplateContext> UIXPageTemplate._setupPageTemplateContext()
    <UIXInclude$ContextualFacesBeanWrapper> <getProperty> UIXInclude$ContextualFacesBeanWrapper.getProperty() - _inContext = false and key.getName() = value
    <UIXPageTemplate> <_setupPageTemplateContext> UIXPageTemplate._setupPageTemplateContext() - model var is being managed by the component.
    <LoggingRequestWrapper> <setAttribute> Setting the value of 'bindings' to ptb1
    <UIXInclude> <_setupIncludeContext> UIXInclude._setupIncludeContext() - Client ID: pt1
    <UIXInclude> <_tearDownIncludeContext> UIXInclude._tearDownIncludeContext() - Client ID: pt1

  • Run SQL Agent Job in endless loop(When it's done, start over again)

    Hi All,
    There is an SQL Agent Job containing a complex Integration Services Package performing some ETL Jobs. It takes between 1 and 4 hours to run, depending on our data sources. The Job currently runs daily, without problems. What I would like to do now is to
    let it run in an endless loop, which means: When it's done, start over again.
    The scheduler doesn't seem to provide this option. I found that it would be possible to use the steps interface to go to step one after the last step is finished, but there's a problem using that method: If I need to stop the job, I would need to do that in
    a forceful way. However I would like to be able to let the job stop after the next iteration. How can I do that?
    Thanks in Advance...

    Seriously I cant think of a reason for continuosly running a step like this
    Do you mean you need to keep on polling db for something continuosly ?
    If thats the requirement there's no need of continuosly calling the step
    Instead of that you can include a loop with wait logic to keep on checking for your condition until it satisfies. You can WAITFOR clause for that
    see an example here where I've implemented similar logic in SSIS
    http://visakhm.blogspot.in/2011/12/simulating-file-watcher-task-in-ssis.html
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • BEX Selection screen in an endless loop when pressing the Check button

    Hello SDN
    Has anyone faced this issue before where the BEX selection screen seems to get its knickers in a twist and goes into an endless loopp when the Check button is clicked? It goes through fine if I directly hit execute.
    Anyone ? Any ideas ?

    Never seen it before but here is something to check..
    Does the query have a variable with processing type of customer exit. If yes, look at the user exit code in step 3  which is used for input value validation.
    Vineet

  • Endless Loop at Reboot

    My iPhone is stuck in an endless loop when it tries to reboot. I see is the Apple logo on the black screen with the spinning clock below it for about 5 seconds, the screen flashes and then it starts all over again. I'm able to get to the yellow "connect to iTunes" icon, but restoring the phone doesn't help. I've seen some posts that suggest this problem occurs when you try to hack your phone, but I haven't anything at all to the phone. Any suggestions? Thanks. - Chris

    If you haven't applied any hacks and you are stuck in an endless reboot loop despite restoring from recovery mode (when the yellow triangle with "Please Connect to iTunes" shows on the screen), then you will need to send your iPhone in for servicing. There is no other fix.

  • I have a macbook pro 13" 2011, When my computer boots I get code on my boot up screen and then my computer shuts off and then restarts. Its an endless loop, as my computer tries to boot up.

    I have a Macbook Pro 13", that was purchased in 2010-2011. So randomly yesterday, when I boot up my computer I got to the boot screen, then code popped up on my screen. ** I have attached an image of the code below.** But after the code pops up, my computer shuts down, and tries to boot up again. This is an endless loop and doesn't get passed the boot screen. The code shows up everytime.
    I personally believe this might be a software issue and not a hardware. Please feel free to shoot out any ideas or a translation of what the code is referring to.
    THINGS I HAVE ALREADY DONE:
    - Reset the PRAM by holding CMD+Option+P+R
    - Gone into Safemode and tired to verify the Harddrive.
    - Please don't comment saying, "take out the battery." , "hold the power button for.." , None of that sh#* works.
    Below is three different links for the same image. (just in case, **** breaks).
    [IMG]http://i57.tinypic.com/2z82stl.jpg[/IMG]
    <a href="http://tinypic.com?ref=2z82stl" target="_blank"><img src="http://i57.tinypic.com/2z82stl.jpg" border="0" alt="Image and video hosting by TinyPic"></a>
    http://tinypic.com/view.php?pic=2z82stl&s=8#.U0LJidy4nFI

    What happens if you boot holding the command S keys down?
    If it stays running in single user mode
    try the command
    fsck -fy
    You could try holding the option key on bootup, to see if presents you with a startup disk however
    It looks as if you need to reistall the OS.

  • Firefox goes into an endless loop with blue circular cursor at various times when trying to load a file.

    Firefox hangs up at times when I try to download a file. The hangup is evidenced by the Windows 7 spinning blue cursor going into an endless loop. The only way out if it is with "ctrl/alt/del". Sometimes I can cancel, and Firefox will be normal again, and other times I have to go on into "Taskmaster" and stop the process.

    Similar problem. An Email includes a URL, clicking on brings up a message including "click here" to link to an additional site.
    This bring up either the Windows7 rotating cursor and/or the message "stopped".
    I copied the "click here" address (another URL) and pasted it into the IE8 browser, which succeeded in displaying the information. It worked, to my surprise but it is clumsy. Do I have to remove Firefox (3.6.6) and use only IE8?
    Another system on my home network, using XP Home SP2, and FF 3.6.4 works fine in the same circumstances

  • When trying to install Epson R200 driver/utility combo, the installer gets stuck in an endless loop asking for admin password without installing. Any idea how to fix this problem?

    When trying to install Epson R200 driver/utility combo, the installer gets stuck in an endless loop asking for admin password without installing. Any idea how to fix this problem?

    Have you checked on the Epson support site? R200 support is located here.

  • I get the blue screen loop when I try to start my Mac Pro dual-core intel computer. How can I get it to open?

    I get the blue screen loop when I try to start my Mac-Pro. How can I get it to boot up all the way? Can anyone advise me?

    Which OS X is installed?
    Troubleshooting advice can depend on that information.

  • Endless loop on file opening issue in MS Word 2011 pro on Mac OS Mavericks

    MS Word 2011 Pro on Mac OS Mavericks. 
    The problem: 
    When open Word (Office 2011 on Mac), it will start opening all previous files on the mac until it crashes with error. The problem duplicates when force quite MS Word. Reinstall Office 2011 won't fix it. Deleting com.microsoft.word.plist won't help. No duplicated
    fonts in Fron Book. Did not know what caused this problem. Excel works fine. This is a problem only appeared on Word so far. 
    Any help is appreciated. 
    Thanks, 
    Liyun 

    Hi,
    We provide support for Office programs on Windows in this forum, since you are using Word 2011 on Mac, to get a better assistance, please post the question to Office for Mac forum:
    http://answers.microsoft.com/en-us/mac
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Melon Chen
    TechNet Community Support

  • Is there a phone number to call Adobe.  I go around an endless loop pressing their contact info tabs?  Maybe someone at this sight can help. I am new to digital photo - I have been a B&W film photographer for many years. I have a problem with a Macbook Ai

    Is there a phone number to call Adobe.  I go around an endless loop pressing their contact info tabs?  Maybe someone at this sight can help. I am new to digital photo - I have been a B&W film photographer for many years. I have a problem with a Macbook Air.  It was working fine - I was using LR and a message came on the screen that said something like the memory was dangerously low.  I stopped and tried to delete LR files.  I couldn't do it.  I closed the program and tried reopening and got the message that there is not enough memory available to open LR.  I contacted Apple.  They spent a half hour on the phone with me and eventually told me they didn't know how to help. The tech said that LR had gobbled up all the memory and said I should contact Adobe and ask where and how my photo files are stored and to delete them.  I have several back-ups.  Thanks - Arthur

    This sort of error message only comes up for Lightroom when your hard disk is full. Indeed this has nothing to do with internal memory as that will be intelligently be dealt with. If you have a mac Book Air that is not so surprising as the cheapest versions come with very small hard disks and if you shoot raw with any recent camera, you'll fill up your hard disk very quickly and you can probably only store a few months of pictures if you are a typical photographer. So the bottom line is that you need to create some room on your hard disk. You should move some of your originals to an external hard disk. You can also delete some of your backup copies of your catalog file that Lightroom automatically generates every few days and that quickly gobble up hard disk space. So first figure out how full your hard disk is. To see that, go to the apple menu, hit -> About this Mac -> More info->Storage. You should see your internal hard disk on top and you'll find that it is almost entirely full with photos. Now find your Lightroom catalog file using Finder. It is usually in a folder in the Pictures folder in your home directory. You should see a Lightroom 5 Catalog.lrcat file, a previews file and a folder called backups. Inside the backups folder, you'll find a lot of subfolders. They have names that show the dates the backups were created. If you have backups of your entire hard disk, you can delete these backups when they are older than a few months. I usually only keep the last 4 around. Just drag the folders into the trash can on the dock on the bottom of your screen and empty the trash. This will probably free up enough space that Lightroom will already run again. Now start thinking about where you will want to store older images. If you have a good USB3 or Thunderbolt hard disk that is probably the best option. There is a video here by Adobe that has some instructions on how to do this: Is Your Hard Drive Full? Here’s How to Move Images to Another Drive in Lightroom. « Julieanne Kost's Blog If that doesn't work because you don't have enough hard drive space to run Lightroom yet, here is another set of instructions to move your files using the finder to the other hard disk: How do I move only my photos to another hard drive, leaving the catalog where it is? - The Lightroom Queen. If you follow that, as soon as you confirm all your images are on the new hard disk, you can delete them from your internal one. She is not so clear about that part but if you don't delete the originals that you moved off you don't free up space. You should move the folder structure over to the new hard disk and then reconnect the folders in Lightroom. That should make it refind all your images.
    That said, if you are uncomfortable with the computer in itself, your best bet is to find a local photography club. There is invariably a Lightroom savvy person in there that could help you move your files. That might be your best bet if you are uncomfortable moving these yourself. A general mac savvy person like you would find at an Apple store or so generally will not be able to help you with this except when they are photographers themselves and know Lightroom. You might get lucky with that.

  • Developing: Endless loop in Adobe Bridge with and Adobe Drive CMIS Connector

    Hi
    Currently I’m implementing a CMIS-Server for the dam system of my company, using the apache chemistry framework. One of the main requirements is that adobe drive works with it.
    At the moment I implemented only the navigation services (getChildren, getObject, …) and the repository services and test them against adobe drive. It’s already possible to navigate through folders and read assets with ad4 and the finder. So 3 days ago I installed adobe bridge (CS6) and test my server again.
    My test environment is very easy.
    root(1 object)->test1(0 objects; empty)
    First I’m opening my repository with adobe drive and then I switch to bridge and connect it. Bridge shows me the folder test1 with no errors. So I double-click it and now bridge is in an endless loop. The notification switch between ‘Keine anzuzeigenden Elemente’(No elements to show) and ‘Einen Moment bitte, die Suche läuft …’(Searching, please wait …). This only happens in bridge. When I open the folder with the finder it just works, without the loop.
    So I logged all requests, which were send by adobe drive, and get this list.
    Connecting with adobe drive
    getRepositoryInfos
    getTypeChildren (null) -> all basetypes
    getTypeDecendants (cmis:document)
    getTypeChildren (null) -> all basetypes (Why two times?)
    getTypeDecendants (cmis:document) (Why two times?)
    getRepositoryInfos (Why two times?)
    getObjectByPath (/.hidden)
    getObjectByPath (/.hidden)
    getObjectByPath (/.hidden) (Why so often?)
    getObjectByPath (/DCIM)
    getObjectByPath (/mach_kernel)
    getObjectByPath (/.Spotlight-V100)
    getObjectByPath (/.metadata_never_index)
    getObjectByPath (/.metadata_never_index_unless_rootfs)
    getObjectByPath (/.metadata_never_index)
    getObjectByPath (/mach_kernel)
    getObjectByPath (/.metadata_never_index_unless_rootfs)
    getChildren (cmis:folder,0) (rootfolder) returning only one element (test1)
    getObjectParents(cmis:folder,127) (test1) returning the rootfolder
    getObjectByPath (/.hidden)
    getObjectByPath (/mach_kernel) …
    Open the Cmis repository in bridge and doubleclick the repository
    getChildren (cmis:folder,0) (rootfolder) returning only one element (test1)
    getObjectParents(cmis:folder,127) (test1) returning the rootfolder
    Then I double click the test1 folder
    getObject(cmis:folder,127)(test1)
    getChildren(cmis:folder,127) -> empty list
    … (endless loop)
    I already checked getObject and getChildren against a reference implementation (FileShare Repository of apache Chemistry) and it returns exactly the same structure. Only the name and the timestamps are different. So my second though was to check the repository capabilities and as well they are both equal. Now I’m a little bit desperate because I spend already 3 days in try and error bugfixing but nothing worked. So here are my questions.
    Is there a logfile for bridge because I thing this refreshing happens after an exception. I already checked the adobe drive log and it contains only asset not found errors for (e.g mach_kernel …).
    In which circumstances does bridge reloads a folder?
    Debugging of adobe drive: I already read http://forums.adobe.com/message/3928595 but it doesn’t work in AD4 any more, I only get info/error/fatal messages.(I changed the log4j config files in AD4ServiceManager.) Does something changed or did I forget something?
    Why does AD4 make 2 or more times the exact same request? (Look table above).
    I hope my English is good enough to understand.
    Thanks

    After two months I'm a little bit smarter so I can answer some of my question by my own.
    No there is no logfile for bridge, but I was able to debug the scriptcode from the ad plugin, which is installed in bridge.
    If an error occures in the plugin
    I was able to decompile the cmis connector. That helps a lot  when ad logs with weird exceptions.
    Because AD maps the actions of the filebrowser(finder,explorer) to cmis and this one does sometimes the exact action two or more times.
    Unfortunately is wasn't able to fix my main problem, but I found a workaround to use cmis in bridge. I deactivated the ad plugin in bridge and after that action, bride display the cmis volume as normal volume. Sadly some actions like to manage relationships etc. are with this workaround not usable but for me this is alright.

  • Safari Endless Loop

    Help!
    I clicked a link to Photobucket and the page opened with an error that popped up a dialogue box saying Cannot Open Page. It has an OK button and when I click that the box goes away and instantly re-opens. This totally locks up Safari as there is no opportunity to close the window or do anything else. I have clicked the button many times and it appears to be an endless loop.  I restarted the ipad (ipad 3 64gb wifi) but it is still the same, it opens to that page and pops up the dialogue box without opportunity to do anything else.
    What can I do to clear this please?
    Ken

    1. Settings>Safari>Clear History, Cookies and Data
    2. Hold the Sleep/Wake and Home button down for about 10 seconds until you see the Apple Logo

  • Pop up states i'm being directed to a phishing site and to call "this" number, after I click on OK it just keeps popping up again and will not let me out of an endless loop

    I am in an endless loop on my other iMac computer.  I happened upon a page where it said "phishing site ahead" and then a pop up comes on screen telling me to call a certain number and then I click okay and of course do not call and it will not let me out of this endless loop.  Shut down computer, quit Safari, but when I reopen Safari it still takes me to that same page and will not let me out or use any menu items or toolbar items. Just the same little popup box telling me to call a certain number with an OK button and I can't go anywhere or do anything on Safari. What can I do?

    Also I copied this from my other computer web page:
    Reported Phishing website ahead.  Your network ha been monitored.  Your network has been compromised due to Browser hijacking.The browser hijacking software may redirect you towards phishing websites that try to access your Login Password details.  To fix this browser redirection issue we recommend you ask for instant help.  Help Line 1 877 899 1824.
    Then another smaller popup window pops up
    http://www.pcassists.info
    Security Error
    Call Helpline 1877 899 1824
    So this is what I was talking  about, and the small popup window plus the larger  Window stating "Reported Phishing website ahead" will not go away and I cannot use Safari anymore even after I shut down my computer, disconnected it, and then signed on again and reopened Safari, it still takes me to that page and I cannot get out of it.
    PLEASE HELP!!!!!!!!

Maybe you are looking for

  • Sorting of data in a Table

    Hi I am displaying some data in a table, but when i sort any column of the table output, it is giving preference to the rows which are in Capital letter then it is considering small. Eg: A B C a b c Is there any work around to make the sort as: A a B

  • Business document attachment in AS02

    Hi All, We have a requirement from our customer to store business documents with the asset master data. In AS02 Tcode, we have an option to store the business document. We have enabled this option to store the documents individually via Tcode AS02. W

  • Connection iBook to DVI monitor, how to connect?

    Hey people! The question in subject. Just wanna add that if somebody experienced using Apple Mini-DVI to DVI Adapter? Thanks, Ivan iBook G4 1GHz 12 Combo   Mac OS X (10.3.9)  

  • Query on Memory consumption of an object

    Hi, I am able to get information on the number of instances loaded, the memory occupied by those instances using heap histogram. Class      Instance Count      Total Size class [C      10965      557404 class [B      2690      379634 class [S      37

  • Sockets under Windows

    I realize a software of scientific computating in Java and i make some communications between several computer in order to compute. So i use some Sockets objects. But it turns out that the communication are faster when i communicate between two Linux