CSM - insert header source ip - lost when browser refresh

Hi,
inserting the client's ip address into the http header using a CSM works fine. But after a a browser refresh, the information is lost.
Is ther any way to overcome this?
Thank you
Darko

do you have configured 'persistent rebalance' ?
If yes, I would suggest to capture a trace to see what exactly occurs in the network when your browser does a refresh.
Gilles.

Similar Messages

  • Source Timecode lost when exporting

    Hi,
    just a quick question:
    Hwo do I keep the sourcetimecode of a clip when I export it?
    I have a bunch of Red clips which I need to stabilize but when I export them I lose the source timecode of my clips, why?

    Thanks Brian... I did, I exported my sss.key into an sss.mov and I could run it 'manually' in QT (clicking on the screen change the slide.. good
    In QT Pro, I have an option to export this sss.mov for the web : multi-files
    sss.m4v, ReadMe.html, sss-poster.jpg, and sss.mov which is good for testing it embedded into html...
    this is where I lost the +manual functionality+....
    Message was edited by: kadoudal

  • Tx Data Sources Target lost when Oracle Database is shutdown

    I noticed today a problem that occurred within Weblogic 6.1 console:Services:Tx Data Sources:txNameDataSource were the targeted server was removed from the "chosen" text area do to a database server being shut down. After digging through error logs and searching the weblogic server console I found the target problem. Is there a bug report database that I could search through to see if this is a know error? When I monitor the start-up of weblogic I do not see any notification messages saying DataSourceXYZ has thrown an exception...

    Set the target server on the TxDataSource.
    The TxDatasource should have a <JDBCTxDataSource/> tag in config.xml.
    <JDBCTxDataSource JNDIName="TxDataSourceJndi"
    Name="JDBCTxDataSource" PoolName="JDBCConnectionPool" Targets="myserver"/>
    Dan <[email protected]> wrote:
    I noticed today a problem that occurred within Weblogic 6.1 console:Services:Tx
    Data Sources:txNameDataSource were the targeted server was removed from
    the "chosen" text area do to a database server being shut down. After
    digging through error logs and searching the weblogic server console
    I found the target problem. Is there a bug report database that I could
    search through to see if this is a know error? When I monitor the start-up
    of weblogic I do not see any notification messages saying DataSourceXYZ
    has thrown an exception...

  • When browser refreshes, can it still remember where you were?

    As we are all probably well aware, when you switch from a browser (or any app) to another app, the browser will very often refresh when you go back.
    I have two questions regarding this:
    1. Is this a hardware RAM bottleneck?  Or purely a software protocol designed to save power?  Or both?
    2.  If it has to refresh, is it possible for the browser to remember how far down the web page you were scrolled, how much you were zoomed in, and if you were watching a video, at what time you left off?  If you can’t keep it from refreshing, this would at least save the time of trying to remember and get back to where you were.
    I already submitted this suggestion to Apple feedback, but I wanted to see if anyone could tell me if there is some major technical problem with this suggestion, because it seems like if it was possible it would have already been implemented.
    Thanks!

    You could add yourself to the list of people who have provided feedback about it - perhaps it'll eventually get fixed : http://www.apple.com/feedback/ipad.html

  • Dynamic Text not loading when browser refreshes

    Hi All,
    For some reason, when the user refreshes the browser, the 'Welcome to our ....' dynamic text in the middle of my swf doesn't load in IE 8. I think this is somehow cache related maybe?
    I'm using a preloading container .swf to load the main movie swf, Interactive_StrategyMap.swf (located here: http://precorp.coop/fileshare/map/Interactive_StrategyMap.swf).
    You can view the behavior here: http://www.precorp.coop/fileshare/map/InteractiveStrategyMap.html
    Any ideas how I can fix this?
    Thanks,
    John

    Ned... Ahh, it appears to be happening to me because I have the Tools/Internet option in IE selected "Check for new version of stored pages" to Automatically.

  • CSM inserted cookie - session or persistant

    Hi,
    I am working on a requirement to load balance http requests to IBM WebSphere Application servers. Each server is configured on the CSM as one real server, but in reality there are several instances of the program running within the server. These instances are fault tolerant, so that if one of them should fail, another instance within the same server can take over and maintain the session. We currently stick clients based on the jsessionid. The problem with this is that if the instance within the server fails and another takes over, it will use a different cookie, and the stickyness is lost. Our requirement is to maintain stickyness to the same real server should an instance of the application fail. We have tried using the HTTP cookie insert feature, but this appears to be a persistant cookie that expires in 2010. We need this to be a session cookie (expires when the client's browser closes). I have seen this URL - http://www.cisco.com/en/US/partner/products/hw/switches/ps708/module_installation_and_configuration_guides_chapter09186a0080463841.html#wp1050708 which states that the CSM-S module will insert a session cookie. I know that the CSM inserts a persistant cookie. Can anyone tell me whether the cookie inserted by the CSM-S module is definitely a session cookie or not. Also, does anyone have any ideas as to how else I can resolve this issue. Many thanks in advance

    The browser itself controls if it wants to keep a copy of the cookie for the session only if it want to save it.
    The only thing the server, or CSM, can do is set an expiration date.
    You can change the expiration to another static date if you think 2010 is too far away.
    This is done with a variable.
    Do a 'sho mod csm x var' to see which variable it is.
    CSM-S is just a CSM with an on-board SSL module. So they act the same in this matter.
    Also, even if it was a "session" cookie, I do not see how it would solve your issue.
    If the client comes back with no cookie, it will not be sent to another instance of the same server - it will simply be loadbalanced among all the available servers.
    What you would need is more like a cookie shared by all instances of the application on a particular server.
    Then the CSM could match on the cookie to select a serverfarm that would only use instances running on this server.
    Do you have the possibility to insert a static cookie in your application ?
    Gilles.

  • Cluster value lost when leaving case structure

    Hello all,
    I am having an issue with a particular VI I am working on. (FYI this is in Labview 8.0)
    The VI is set up to run a current source, voltmeter, and thermometer and then record and graph data in various ways that are selectable by the user.
    Everything seems to be working fine except one particular graphing method. When I try to graph Current vs. Voltage, the current value is gettiing lost. Within a case structure the current and voltage are combined into a cluster and then exit the case structre to be later appended to a cluster array.
    However, the value of the cluster is being lost when the graph is set for Current vs. Voltage. Any other method and it is working properly.
    I can't seem to figure out why this is happening as it does not make much sense that the other methods of graphing work but this one doesn't when it is coded the exact same other than having different variables.
    I have attached the VI with added indicators showing that the cluster value is being lost once it exits the case structure. Any help would be much appreciated.
    Thank you very much and I apologize for my extremely messy VI.
    - Nathan Cernetic
    Solved!
    Go to Solution.
    Attachments:
    IV-RT.vi ‏185 KB

    You really need to boil this down to something we can run and reproduce the issue.
    Have you tried to break a few relevant connections and rewire? Maybe something is corrupt.
    Beside being a mess, your VI has quite a few glaring mistakes.
    Let's have a look at the structures in the upper right:
    90% of the code is the same in all three case structures, so all that needs to be inside the case structure is the small part where you built the 2D array. Everything else belongs outside the case.
    The sequence structure has no useful function.
    Why do you need to reverse the array with each iteration of the small FOR loop? Once before the loop would be enough. Right?
    Why do you use built array inside the small FOR loop, but don't autoindex at the loop boundary? All you ever get is an array with exactly one element, no matter how much the loop runs. Seems useless! (see below image for an alternative).
    You would not even need to reverse if you would use "built array" instead of "insert into array at position 0" in the central part.
    Others: You constantly hammer all your property nodes. The only need to be called when things change. Again, you have way too many instances. For example in the case structure where you are having problems, the same property nodes exist in all cases. A single instance of the property node belong outside the case and only the string constants inside each case. Whenever code is the same in all cases of a case structure, that code belongs outside!
    Message Edited by altenbach on 06-19-2009 03:39 PM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    RubeLoopII.png ‏10 KB

  • Part of path lost when importing autogenerated files

    Hope someone can help as can't find anything on the forum about this.
    Have two Framemaker 8 books, one of which contains all the files for a future publication, including LOT, LOF and IX.  This is the full publication but most of it is still heavily in draft.  The second book represents the first release of the publication and has only a small subset of agreed content.  The idea is that the publication will grow in time.
    The second book is in a subdirectory below the directory containing the first book and the full set of files.  It has its own LOT,LOF and IX.  It also links up to a few of the files above, the ones that are in the first release. The LOT, LOF and IX contain contain references only to these few content files. Have done it this way rather than put everything in one directory, as there will be a number of subsets, with multiple PDFs produced for review from each before the finalised PDF containing the current content to be released at any one time, and don't want them all in the same directory with the management problems that would introduce, and risk of people selecting the wrong version of a LOT, LOF etc. The content files with the actual text in are not duplicated in this subdirectory; the book just links to them in the directory above itself.
    All was well on one PC but needed to work on a second also. This second one has a different directory structure and it isn't possible to change it because of the different policies in place.  So copied the main directory and the other subdirectory beneath to the new PC.  All appeared OK; the lower level book found the files above etc.
    To clarify the structure on the second PC is this:
    \dir0\dir1\dir2\Content directory - place where the first book plus the preface, glossary/index and the other files in the draft book - the main body
    ..dir0\dir1\dir2\Content directory\dirA - place where the second book and LOT, LOF, IX are for the book to be published first (the .. represents some other directories from the root)
    (On the first PC, it was \dir0\dir1\Content directory\ and dir0\dir1\Content directory\dir A - and this is the shorter path from the root)
    When trying to generate the PDF on the second realised something had gone wrong and then found that the problem began in FMkr. The symptom is this:
    The LOT, LOF and IX autogenerated files are fine within the book, their links can be clicked and they go to the source files (in the directory above).  BUT these files aren't part of the actual publication.  The LOT and LOF are embedded in a Preface (one of the files in level above) and the IX is embedded in a Glossary and Index file (ditto). When these are imported into the Preface or Glossary as appropriate, whether by reference or by actually including the file, the result is the same - the links become non clickable and an error is saying that the file can't be found. The path is partly truncated - it excludes the directory where the files actually are.
    So for a link to the Introduction.fm file, FMkr says it is looking for it as ..dir0\dir1\dir2\Introduction.fm and not ..dir0\dir1\dir2\Content directory\Introduction.fm where it actually is.
    This occurs even if the whole structure is copied elsewhere to a place higher in the hierarchy. It isn't possible to reproduce the structure on the first PC because of the configuration of the second PC.  Have tried taking the LOT etc. out of the second book then regenerating them from scratch - they are fine, the links in them are fine, but when imported into the other files, the links miss out the directory which actually holds the source files where the links point to. Must emphasise this did not happen on the first PC.
    Any ideas gratefully received.

    Thanks Sheila, have now overcome my problem with editing the post (duh!)
    Hope the below is clear enough as cannot send an actual screen shot. Have discovered that the number of directories above in path is a red herring because the problem now happens back on the original pc when the book and files are copied back to it.
    Have tried creating a test book with only the index, glossary/index and one content file linked from directory above (i.e. test book at dir c level) and it is OK in the autogenerated index but then does the same truncation when the index is imported into glossary/index, i.e. looks for the source file in dir A.  If the source file is copied into the test book directory, the file removed from book and then the local copy added back in and the book updated/import redone, the links work. so it will find it if the source files are in the same directory.  However, this always worked before with lots of test runs and a few real reviews too.
    Subject: FrameMaker General Discussion Part of path lost when importing autogenerated files
    It would be really helpful if you might do a screenshot  of the File Manager hierarchy of folders and insert them into your posting, maybe use callouts to annotate the various significant levels -- a visual would really, really make it much easier to interpret what you're describing.
    >
    Sorry, not coming out very clear compared to viewed on PC. Directories are A, B, C - Dir A caption "The Directory above the content directory. Links in the subset book in Directory C look in here after they are imported into other files in the subset book"
    Directory B says "Directory B, the content directory, with introduction, glossary/index and other content files, plus main book, main index, main LOT, LOF. Some of the content files in here are also linked to from the subset book in Directory C"
    Directory C says "Directory C containing the subset book with its own index, LOT, LOF, plus links to introduction, glossary/index and a couple of other files in Directory B.  The links to files in Dir B work in the autogenerated LOT, LOF etc, but not when imported into content files (linked files in directory B) although this used to work. They now look for the content files in Directory A instead"
    Hope that makes it clearer.

  • How to use java source in Oracle when select by sqlplus.

    How to use java source in Oracle when select by sqlplus.
    I can create java source in Oracle
    import java.util.*;
    import java.sql.*;
    import java.util.Date;
    public class TimeDate
         public static void main(String[] args)
    public String setDate(int i){
    GregorianCalendar calendar = new GregorianCalendar();
    calendar.setTime(new Date((long)i*1000));
    System.out.println("Dateline: "
    + calendar.get(Calendar.HOUR_OF_DAY) + ":"
    + calendar.get(Calendar.MINUTE) + ":"
    + calendar.get(Calendar.SECOND) + "-"
    + calendar.get(Calendar.YEAR) + "/"
    + (calendar.get(Calendar.MONTH) + 1) + "/"
    + calendar.get(Calendar.DATE));
    String n = calendar.get(Calendar.YEAR) + "/" + (calendar.get(Calendar.MONTH) + 1) + "/" + calendar.get(Calendar.DATE);
         System.out.print(n);
         return n;
    I have table name TEST
    ID DATE_IN
    1 942685200
    2 952448400
    When I write jsp I use method setDate in class TimeDate
    The result is
    ID DATE_IN
    1 1999/11/16
    2 2003/7/25
    Thanks you very much.

    It is unclear where you are having a problem.  Is your issue at runtime (when the form runs in the browser) or when working in the Builder on the form?
    Also be aware that you will need to sign your jar and include some new manifest entries.  Refer to the Java 7u51 documentation and blogs that discuss the changes.
    https://blogs.oracle.com/java-platform-group/entry/new_security_requirements_for_rias
    http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html

  • I lost the browser Yahoo page I had (have NO idea what happened) and I need to reestablish it. How?

    I some how lost the browser home page I had set up thru firefox using a Yahoo browser page> when I now open firefox I get some basic nothing kind of page with a Google search box sitting there. All my saved pages have also been wiped out. How do I reestabish my browser page and retrieve the saved pages from the net that I had?

    I'm sorry, but I do not understand your response.

  • I have just updated to Pages 5.1 and now the templares which I have saved do not displat the header and footer which they were saved with in the previous version.  How can I have the header and footer included when I open a template?

    I have just updated to Pages 5.1 and now the templares which I have saved do not displat the header and footer which they were saved with in the previous version.  How can I have the header and footer included when I open a template?

    That is becuase Pages 5.1 has numerous unnounced surprises for the unwary user.  Among the surprises:
    - it strips out images from headers and footers without warning
    - it strips out bookmarks without wanring (yes, all those bookamrks you laboriously put into a document: poof! Gone.)
    - it strips out alternating left/right margins, without warning.
    There are many more suprises, as you'll see from glancing through these discussions. They fall into two main categories: things that are present in version 4.3 but that are missing in 5.1, things like
    -mail merge
    -meaningful Applescript/Services support
    -non-contiguous text selection
    -ability to set defaul zoom
    -ability to see comments while editing
    -ability to print comments
    -ability to read RTF files
    -ability to drag in hyperlinked ted from a browser
    These about about 90 other features are gone.
    Then there are the bugs.  Hyperlinks do not reliably export to a PDF file any longer. There have been multiple problems with printing report. Some fonts place stray characters in the headers.  Many reports of the program crashing, courrupting files, etc.
    Fortunately for you, the previous version of Pages is still on your system.  Export any documents you may have created or edited with Pages 5.1 (another great surprise: files created with version 5.1 cannot be read by any previous version of Pages: not just 4.3 but even 5.01!).  Then trash 5.1 and use 4.3 until (unless?) it is stable and has a reasonably robust feature set.

  • Array data sporadically lost when calling stored procedure

    We have weird problem with stored procedures for which I have not been able to find an explanation so far.
    Our app has a bunch of stored procedures which process arrays of integers or strings.
    From time to time (maybe 1 in a 1000) array data gets lost when calling stored procedures. From the logs we know that the data gets sent to the stored procedure, but on the DB side the procedure throws an exception because arrays are empty.
    We are using (modified) OracleConnectionCacheImp (thus PooledConnections, etc.). My latest guess is that maybe somehow ArrayDescriptors on the (pooled)connection used to call the stored procedure are somehow affected when another pooled connection from OracleConnectionCacheImp gets removed by parallel thread. Is that possible? Or are the PooledConnections internally (in pooled connection data source) completely isolated from each other ?

    We have weird problem with stored procedures for which I have not been able to find an explanation so far.
    Our app has a bunch of stored procedures which process arrays of integers or strings.
    From time to time (maybe 1 in a 1000) array data gets lost when calling stored procedures. From the logs we know that the data gets sent to the stored procedure, but on the DB side the procedure throws an exception because arrays are empty.
    We are using (modified) OracleConnectionCacheImp (thus PooledConnections, etc.). My latest guess is that maybe somehow ArrayDescriptors on the (pooled)connection used to call the stored procedure are somehow affected when another pooled connection from OracleConnectionCacheImp gets removed by parallel thread. Is that possible? Or are the PooledConnections internally (in pooled connection data source) completely isolated from each other ?

  • Insert "head" should put content in the header -- but doesn't

    Insert
    Head
    Meta
    Provides a call up box to complete the description or other meta data.
    Since it is in the insert "head" area, one would assume that it would mean whatever you enter would go as a meta tag in the header. Low an behold it inserts it wherever the cursor is.
    Is this a bug?
    Or is there some unknown reason why a meta tag would be inserted into the body, but be listed as insert in the head?

    That fact that is implies that it is inserting a meta tag -- and meta tag by definition goes in the header (except when using this tool) then it would indeed be a bug.
    Why would you insert a meta tag anywhere but inside the header?
    The pulldown says : Insert (assuming putting something in the document) >> Head (assuming into the header) >> Options
    So, it indicates what and where it is going to insert, but in reality, it doesn't.
    That would be the definition of a bug.
    Thank you.

  • Exception when using browser refresh button

    When using the browser refresh button, there is a prompt to re-submit data. Once the user selects Retry, an exception is thrown (see below).
    The SelectBean is of ViewScope and is listed in adfc-config.xml as such. The SelectBean is used to set session attributes based user selection of a row from a af:table.
    Is this the incorrect set up? Should this be a backing bean instead? We were expecting to see a prompt of navigating away from the page (similar to the behaviour here: [http://andrejusb.blogspot.ca/2011/07/how-to-handle-web-browser-buttons-in.html] ) instead of a resubmission prompt to be able to handle a user using the browser buttons.
    Thanks!
    Error 500--Internal Server Error
    javax.el.PropertyNotFoundException: Target Unreachable, 'SelectBean' returned null
         at com.sun.el.parser.AstValue.getTarget(Unknown Source)
         at com.sun.el.parser.AstValue.setValue(Unknown Source)
         at com.sun.el.ValueExpressionImpl.setValue(Unknown Source)
         at javax.faces.component.UIComponent.processEvent(UIComponent.java:2312)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$EventDeliverer.visit(LifecycleImpl.java:834)
         at com.sun.faces.component.visit.FullVisitContext.invokeVisitCallback(FullVisitContext.java:151)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:531)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:354)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:437)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:415)
         at oracle.adf.view.rich.component.rich.layout.RichPanelBox.visitChildren(RichPanelBox.java:344)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:695)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:558)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:354)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:437)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:415)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:695)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:558)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:354)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:437)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:415)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:695)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:558)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:354)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:437)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:415)
         at oracle.adf.view.rich.component.fragment.UIXRegion.visitChildren(UIXRegion.java:970)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:695)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:558)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:354)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:437)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:415)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:695)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:558)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:354)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:437)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:415)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:695)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:558)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:354)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:437)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:415)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:695)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:558)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:354)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:437)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:415)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:695)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:558)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:354)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:437)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:415)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:695)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:558)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:354)
         at org.apache.myfaces.trinidad.component.UIXShowOne.visitTree(UIXShowOne.java:135)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:437)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:415)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:695)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:558)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:354)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:437)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:415)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:695)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:558)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:354)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:437)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:415)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:695)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:558)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:354)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:437)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:415)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:695)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:558)
         at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:354)
         at org.apache.myfaces.trinidad.component.UIXDocument.visitTree(UIXDocument.java:82)
         at javax.faces.component.UIComponent.visitTree(UIComponent.java:1496)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._deliverPostRestoreStateEvents(LifecycleImpl.java:785)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:724)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:341)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:204)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:122)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at userframework.UFservletFilter.doFilter(UFservletFilter.java:42)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Try something like requestScope or backingBeanScope.

  • Why does FCP looses its source file reference when files are copied

    Why does FCP looses its source file reference when files are copied from another project??
    i have this happen all the time, I move all my media to another drive and files that originated in another project do not reconnect because they have lost there source?
    Any way to fix this mess? i am in the middle of reconnecting 400 files by hand one at a time!!!
    Thanks, mark

    Because you changed the file path. From one hard drive to another...the hard drive name is no doubt different, and then if you have the files in different folder structures then yeah, it will lose the connection to that media.
    Best thing to do is to clone your media drive, or name the other drive the same name, and keep the exact same file structure (folders in folders) as the original drive. Then you won't need to reconnect.
    Shane

Maybe you are looking for

  • USB6009 with Visual Studio 6.0

    Hello, I'm trying to use NI-USB 6009 supported by NIDAQmx using Visual C++ (Visual Studio 6.0). I've been used NIDAQ driver for traditional DAQ board, but this is the first time to use NIDAQmx driver. I wonder whether NIDAQmx supports Visual C++ (Vis

  • IN F-03 DATA NOT GETING PROFT CENTERWISE

    I HAVE QUERY ABOUT GL TAG BY PROFIT CENTER WISE  WHEN I CHECK IN FAGLL03 THE ENTRY GET SEPARATED WITH  PARTICULAR PROFIT CENTER BUT WHEN I USE F-03 FOR G/L TAGGING  PROFIT CENTER FELID GET BLANK . I WANT TAG DATA PROFIT CENTER WISE HOW CAN GET THE DA

  • Re-checking previously selected checkboxes

    Hi, I've created a form with 2 canvases. On canvas2 there's a tabular list with check box for each row. From canvas 1 I call canvas 2 and return the check box selections from canvas2 to canvas1. If I want to change the data selected, I can re-open ca

  • Af:tree with master-detail doesnt work

    Hi, I created master-detail(used updateable VO's) and test it from the application module and everything worked as expected. Now I try to show all master and detail data in af:tree component. At the runtime I can see only master data, but there's no

  • Recommendations for a Bluetooth iSynch-capable cell phone Not Motorola

    Hi all, I am in the market for a new phone that willl enable me to interact with iCal and Address Book. I have always hated the Motorola menu systems, currently have a Sony Ericcson Z500, and had great success a long time ago with Nokias in the Winte