Printable Page - Warn About Changes issue

Hi,
I am implementing Printable Page functionality by giving TargetFrame = _blank. And also I am setting Warn About Changes property to True. (pageLayoutRN's WarnAboutChanges is also set to True)
But after making some changes in the page and If I click the Printable Page button, the Save Model warning is not coming.
Any solution ?
SenthilKumar J

I guess then it explains the issue. Save model gets invoked only on the following scenario:
# Selecting a tab, horizontal navigation or side navigation menu entry
# Selecting a global button (implies retainAM=N)
# Selecting a breadcrumb link.
# Selecting a link with URL parameter retainAM=Y and the Warn About Changes property set to True (note that this applies only to declaratively defined links; this does not apply to menu links)
# Selecting an image which does not post your changes. For example, selecting an LOV icon or a long tip window will not trigger the save model warning. However, if the user selects on an image that navigates to Yahoo, for example, the warning is displayed.
# Selecting a link that performs a form submit and has the Warn About Changes property set to True.
--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • How to use warn about changes property with page menus

    how to use warn about changes property with page menus

    Hi,
    If u will enable this property, then u will get warning message as a popup in case of change of state of VO.
    Regards,,
    Gyan

  • Warn About Changes and page flow

    Hi, in dev guide, it is said:
    For any single page, or first page in a navigation flow where the retainAM URL parameter value is set to Y (and the pages share the same root UI application module) as you navigate between each page, set the Warn About Changes property to True on the pageLayout region.
    in other word, if pages in page flow are in the same AM, after changing am in the first page, anytime leave the following page to click the home link(oracle branding), the WarnAboutChanges msg should be alerted?
    But,
    Now I have two pages, using the same AM, set the two pages' property "Warn About Changes" to true.
    And I want to implement this: after inputing some words, and click a sunmitButton forward to pageB(add retainAM = Y in setForwardURL in code), then in pageB don't do anything, but click home link, WarnAboutChanges message does not alert.
    Could anyone help to explain this?
    And how to implement the page flow warnAboutChanges?
    And how root application module to set if different pages in different AMs?
    PreThanks to you very much!

    But,
    Now I have two pages, using the same AM, set the two pages' property "Warn About Changes" to true.
    And I want to implement this: after inputing some words, and click a sunmitButton forward to pageB(add retainAM = Y in setForwardURL in code), then in pageB don't do anything, but click home link, WarnAboutChanges message does not alert.
    Could anyone help to explain this?
    I asked u previously also read dev guide properly, here it what dev guide say:
    "By default, the Warn About Changes property is set to True for each of the items in this list except for the
    OASubmitButtonBean whose default value is False (a ccording to the UI guidelines, the "Warn About
    Changes" check should be performed for all submit button instances except for Cancel, Apply and Submit
    buttons). If you want to explicitly enable the check for a submit button, set this property to True. Note that can
    also set it programmatically by calling OASubmitButtonBean.setWarnAboutChanges(pageContext,
    Boolean.TRUE) in processRequest()."
    I hope this answers ur question.
    And how to implement the page flow warnAboutChanges?
    Read "Save Model ('Warn About Changes')" in dev guide :).And how root application module to set if different pages in different AMs?
    You can nest differnt AMs in on AM in AM wizard.--Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Warn About Changes at Main Tab Level.

    Hi All,
    I have 6 main tabs and in one main tab i have created a page with 6 subtabs. In one subtab i have an advanced table which contains custom Add line submit button. i set warn about changes property of AddLine button item to true, and also page layout and fields in advanced table property warn about changes to true. But if i add new line and try to click on other main tab i am not getting alert pop up message (warning message).
    Can anyone tell me how to resolve this issue?
    Regards,
    Babu

    Hi Babu
    Handeling of warn about changes is covered in the OAF development guide under Save Model("Warn About Changes")

  • About the warning about changes message.

    Hi all,
    There is a messageChoice on the page,and the messageChoice must fire an action.But if the action is fired,then I click on the other tab or link, warning about changes message will not occur and directly farward to the other page.Is that possible that popup the warning about changes message after the messageChoice's event was fired ?
    Thanks,
    binghao

    Hi,
    this question is hard to understand. I don't see a messageChoice component in ADF Faces, can you give more details to your usecase and the components involved
    Frank

  • Warn about Changes

    Hi,
    I have a few questions on "Warn About Changes" feature in 12i.
    1. When the Warn about changes message will be thrown ?
    2. In my page, im using the ViewObject (OAViewObjectImpl type) and setting its row attribute programmatically. But still not getting the Warn about Changes message as VO should be dirty in this case. How to overcome this ?
    3. In my another page, im using ViewObject (extends OAPlsqlViewObjectImpl class). This triggers the Warn About Changes on setting the Row attributes programmatically. But for some of attributes, i want to suppress the message on page rendering and enable it on user action. is there any way to do it ?
    4. Also if i want to throw the same type of message using JavaScript, please help me with the approach of catching the event and throwing the message.
    Thanks in Advance !!!
    Best Regards,
    Senthil.

    Hi,
    1. When the Warn about changes message will be thrown ?
    Answer: warn about changes will be thrown whenever there are changes in the Application State.
    2. In my page, im using the ViewObject (OAViewObjectImpl type) and setting its row attribute programmatically. But still not getting the Warn about Changes message as VO should be dirty in this case. How to overcome this ?
    Answer: Have you set the warn about changes property to "true" on the pagelayout region???
    4. Also if i want to throw the same type of message using JavaScript, please help me with the approach of catching the event and throwing the message.
    Answer: you can check if (vo.isdirty()) then you can throw a message.
    Thanks,
    Gaurav

  • Urgent: Getting warn while changing a field value...How to disable this?

    Hi All,
    I have one customizated PG which is getting different parameter value from a seeded PG.
    Now in Seeded PG there is multiple line (multiple line requisition) with Qualtity & Price field. We have added one link for each line. This link is custom one. Now what we are facing is whenever user change the vakue in Quantity or Price User getting "The changes you made to this page have not been saved. If you continue, the changes will be discarded. Do you wish to continue." warning. Due to this the current change is not reflecting in next PG that is custom PG.
    I have tried to make false of the property of "Warn About Changes" of that field. Though m not able to turn of that warning. Could you please let me know what can be done to turn of this waring?
    Thanks
    Debashree

    Hi,
    Here is the code I m using now...But m getting null pointer exception when I M clicking the last line of the multiple line requisition.
    String reqLine = pageContext.getParameter("RequisitionLineId");
    if(pageContext.isLoggingEnabled(1))
    pageContext.writeDiagnostics(this, "processFormRequest reqLine from parameter " + reqLine, 1);
    ChangeOrderAMImpl am = (ChangeOrderAMImpl)pageContext.getApplicationModule(webBean);
    ChangeOrderLinesVOImpl vo = am.getChangeOrderLinesVO();
    //Debashree
    int length = vo.getRowCount();
    if(pageContext.isLoggingEnabled(1))
    pageContext.writeDiagnostics(this, " row.length " + length, 1);
    //Debashree
    ChangeOrderLinesVORowImpl row = (ChangeOrderLinesVORowImpl)vo.first();
    String strQuantity = null;
    String strUnitPrc = null;
    do
    if(!vo.hasNext())
    break;
    if(pageContext.isLoggingEnabled(1))
    pageContext.writeDiagnostics(this, " row.getRequisitionLineId() " + row.getRequisitionLineId(), 1);
    pageContext.writeDiagnostics(this, " reqLine " + reqLine, 1);
    pageContext.writeDiagnostics(this, " row.getQuantity() " + row.getQuantity(), 1);
    pageContext.writeDiagnostics(this, " row.getUnitPrice() " + row.getUnitPrice(), 1);
    pageContext.writeDiagnostics(this, " row.getCurrencyUnitPrice() " + row.getCurrencyUnitPrice(), 1);
    if(reqLine.equals(row.getRequisitionLineId().stringValue()))
    strQuantity = row.getQuantity().stringValue();
    strUnitPrc = row.getCurrencyUnitPrice().stringValue();
    if(pageContext.isLoggingEnabled(1))
    pageContext.writeDiagnostics(this, " match found quantity, price " + strQuantity + " " + strUnitPrc, 1);
    break;
    row = (ChangeOrderLinesVORowImpl)vo.next();
    } while(true);
    Please let me know what would be the reason?
    Thanks
    Debashree

  • So my airport extreme recently had some nat/dns issue and in the airport utility displayed a warning about it and to correct it. I wasn't sure what to do so i pressed the resolve icon and now my guest network is not working.

    So my airport extreme recently had some nat/dns issue and in the airport utility displayed a warning about it and to correct it. I wasn't sure what to do so i pressed the resolve icon and now my guest network is not working.

    Anytime you change networking hardware, it is always a good idea to perform a complete power recycle of your networking components.
    I would recommend that you do the following as a minimum:
    Power-down the modem, AirPort base station, and computer(s).
    Disconnect the AirPort base station from the Internet broadband modem.
    While all of the devices are powered-down, perform a "factory default" reset on the base station. This will get it back to its "out-of-the-box" configuration and make setting it up much easier, especially if you use the "Assist me" process within the AirPort Utility. (ref: Resetting an AirPort Base Station or Time Capsule)
    After the base station resets, go ahead and power it back down.
    Reconnect the AirPort base station to the Internet broadband modem. For the Extreme and Time Capsule, be sure to connect the cable to the base station's WAN (circle-of-dots) port.
    Power-up the modem; wait at least 10-15 minutes to allow it adequate time to initialize.
    Power-up the AirPort base station; wait at least 5-10 minutes. Note: The AirPort's status light may continue to flash amber after it has intialized. That is because, there may be some additional configuration items necessary, like setting up wireless security, before the overall setup is completed to get a green status.
    Power-up your computer(s).
    In this basic configuration, the AirPort base station will broadcast an unsecured wireless network with a Network Name (SSID) of Apple Network NNNNNN. Network clients, connected to the base station either by wire or wireless, should now be able to access the Internet through the ISP's modem. Once Internet connectivity has been verified, you can use the AirPort Utility to configure the base station for wireless security and any other desired options. Please post back your results.

  • [svn:fx-trunk] 11454: ASyncList class ASDoc change: added explicit warning about the lack of support for re-inserting pending items .

    Revision: 11454
    Author:   [email protected]
    Date:     2009-11-04 18:17:33 -0800 (Wed, 04 Nov 2009)
    Log Message:
    ASyncList class ASDoc change: added explicit warning about the lack of support for re-inserting pending items.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run:
    Is noteworthy for integration:
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/AsyncListView.as

  • Printable Page - Changes to VO not reflected

    I have printable page defined on a page and when clicked, it displays the contents of the page correctly.
    I have a messagechoice in the main page. When i change the value in the drop down and click "printable page" button, it still shows the old data.
    Is there any way that the printable page picks the latest data and shows it? Any inputs are appreciated.
    Thanks.

    I would say that it is the standard behavior. The data is not yet committed.
    Further if you have noticed, the general standard is to provide the printable page button on a final submitted screen where there are no pending changes. Will suggest to rather change your design approach.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • HT2128 I write webpages and JavaScript files. Can I stop being warned about my own pages when I try to open them?

    Whenever I try to open one of the web pages or JavaScript files I have written, the TextEdit program and every browser will warn me that it was recently downloaded, and is dangerous to open.  It wasn't recently downloaded, I edited the document and saved it.  Can I get the system to recognize my files, and not warn me about them?  I don't mind being warned about other people's work -- it is comforting to know the system is watching out for me.
    I recently upgraded to OS X Lion, and it happens since then.

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these steps in order.

  • Printable page issue..

    Dear All,
    In one of our requirement i a getting error while "Printing" the page.The requirement is like below:
    In the first page we are displaying no of items list as per user selection.When user clicks on the item number we will take them to another page which has Item details.
    So in the first page link we are sending ItemNumber in the destination URI.In the second page we will do query by getting parameter Item Number.
    My problem is in the second page there is "Print" button.When i click Print it will throw exception since there is no Item Number.
    Can anyone help me how can i pass dynamically Item Number to the Printable page.
    I tried adding ItemNumber={@ItemNum} in the destination URI of the page.But the value is null :-(
    Any help.......................

    Hi,
    When you add a paramter the life will be uptill the end of the request.
    Try setting the item number value as a part if TransactionValue or SessionValue.
    The OAPageContext javadoc contains the description for the getter and setter methoods of the above.
    Thanks.

  • Add a new Wiki Page and then change its name will an "Unexpected error has occured"

    I have the following:-
    1. windows server 2008 R".
    2.SQL server 2008 R2.
    3. SharePoint 2013 SP1
    The problem is as follow:-
    1. inside my enterprise wiki, i go to "Page"-->"New"
    2. enter the page name , for example "test page".
    3. on the second page , the user change the wiki name as follow:-
    4. save the page
    5. then the user will get the following error:-
    6. but if the user refresh the above error page, he will see the updated wiki page without any problem.
    so can anyone advice what might b causing this ?and did any one face similar problem ?
    i got this logs regarding the problem :-
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Logging Correlation Data 77a3 Verbose Starting correlation. 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://www.tgroup.intra/kb/CustomerServiceKB/Pages/12121212 wweqwe.aspx) 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring nasq Verbose Entering monitored scope (RequestManagement Processing). Parent Request (GET:http://www.tgroup.intra/kb/CustomerServiceKB/Pages/12121212 wweqwe.aspx) 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring nasq Verbose Entering monitored scope (SPRequestManagement.GetRoutingTargets). Parent RequestManagement Processing 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Request Management aaz9x Verbose Target pool count based on routing rules: 0 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Request Management aaz9l Verbose Initial routing target count: 1 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring b4ly Verbose Leaving Monitored Scope (SPRequestManagement.GetRoutingTargets). Execution Time=0.217904789575211 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring nass Verbose ____Execution Time=0.217904789575211 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring nass Verbose ____CPU Cycles=463478 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Request Management aaz9y Verbose Target count before throttling: 1 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Request Management aaz9z Verbose Throttling enabled, finding available targets 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring nasq Verbose Entering monitored scope (SPRequestManagement.EvaluateThrottlingRules). Parent RequestManagement Processing 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring nasq Verbose Entering monitored scope (Throttling Evaluation). Parent SPRequestManagement.EvaluateThrottlingRules 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring b4ly Verbose Leaving Monitored Scope (Throttling Evaluation). Execution Time=0.0102666679703705 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring nass Verbose ____Execution Time=0.0102666679703705 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring nass Verbose ____CPU Cycles=20599 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Request Management ai6y0 Verbose Lowest threshold after evaluating rules '2147483647' 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring b4ly Verbose Leaving Monitored Scope (SPRequestManagement.EvaluateThrottlingRules). Execution Time=0.128577794105117 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring nass Verbose ____Execution Time=0.128577794105117 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring nass Verbose ____CPU Cycles=281366 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Request Management aaz90 Verbose Available target count based on throttling rules: 1 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Request Management aaz9n Verbose Unthrottled routing target count: 1 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring b4ly Verbose Leaving Monitored Scope (RequestManagement Processing). Execution Time=0.781454067486231 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring nass Verbose ____Execution Time=0.781454067486231 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring nass Verbose ____CPU Cycles=1692328 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Request Management aaz9q Verbose Final target for request: TGVSPS01 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Request Management adc7u Medium Mapping URI from 'http://www.tgroup.intra:80/kb/CustomerServiceKB/Pages/12121212%20wweqwe.aspx' to 'http://TGVSPS01/kb/CustomerServiceKB/Pages/12121212%20wweqwe.aspx' 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Request Management aa0ai Verbose Copying incoming headers to outgoing request 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Request Management agmky Verbose Existing correlation ID found '4217bc9c-5cc5-c0b7-30fc-02d3a61b6275', adding header to outgoing request 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Request Management aa0ak Verbose Attempting to send data with method 'GET' to server 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring nasq Verbose Entering monitored scope (RequestManagement Request Upload). Parent Request (GET:http://www.tgroup.intra/kb/CustomerServiceKB/Pages/12121212 wweqwe.aspx) 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Request Management aeboc Verbose No data was found on the incoming client request 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring b4ly Verbose Leaving Monitored Scope (RequestManagement Request Upload). Execution Time=0.0303111149601416 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring nass Verbose ____Execution Time=0.0303111149601416 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring nass Verbose ____CPU Cycles=81559 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x277C SharePoint Foundation Monitoring nasq Verbose Entering monitored scope (SPRoutingReverseProxy Get Response). Parent Request (GET:http://www.tgroup.intra/kb/CustomerServiceKB/Pages/12121212 wweqwe.aspx) 4217bc9c-5cc5-c0b7-30fc-02d3a61b6275
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x1CC8 SharePoint Foundation Logging Correlation Data 9gc5 Verbose Thread change; resetting trace level override to 0; resetting correlation to empty list
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x1CC8 SharePoint Foundation General 6t8b Verbose Looking up context site http://www.tgroup.intra:80/kb/CustomerServiceKB/Pages/12121212%20wweqwe.aspx in the farm SharePoint_Config
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x1CC8 SharePoint Foundation General 6t8d Verbose Looking up the additional information about the typical site http://www.tgroup.intra:80/kb/CustomerServiceKB/Pages/12121212%20wweqwe.aspx.
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x1CC8 SharePoint Foundation General 6t8f Verbose Site lookup is replacing http://www.tgroup.intra:80/kb/CustomerServiceKB/Pages/12121212%20wweqwe.aspx with the alternate access url http://www.tgroup.intra.
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x1CC8 SharePoint Foundation General 6t8g Verbose Looking up typical site http://www.tgroup.intra:80/kb/CustomerServiceKB/Pages/12121212%20wweqwe.aspx in web application SPWebApplication Name=SharePoint - 80.
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x1CC8 SharePoint Foundation General 6t8h Verbose Found typical site /kb/CustomerServiceKB (10dd91fc-10aa-4f08-a706-8178c2d0ba73) in web application SPWebApplication Name=SharePoint - 80.
    09/26/2014 01:06:00.53 OWSTIMER.EXE (0x04BC) 0x1D20 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Timer Job Rebalance crawl store partitions for 9004fabc-2086-478e-8581-605309dd8161). Execution Time=112.245969809012 4217bc9c-8cbe-c0b7-30fc-04f1a178544b
    09/26/2014 01:06:00.53 OWSTIMER.EXE (0x04BC) 0x1D20 SharePoint Foundation Monitoring nass Verbose ____SQL Query Count=4 4217bc9c-8cbe-c0b7-30fc-04f1a178544b
    09/26/2014 01:06:00.53 OWSTIMER.EXE (0x04BC) 0x1D20 SharePoint Foundation Monitoring nass Verbose ____SPRequest Objects=0 4217bc9c-8cbe-c0b7-30fc-04f1a178544b
    09/26/2014 01:06:00.53 w3wp.exe (0x12DC) 0x1CC8 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:http://www.tgroup.intra:80/kb/CustomerServiceKB/Pages/12121212%20wweqwe.aspx)). Parent No
    09/26/2014 01:06:00.53 OWSTIMER.EXE (0x04BC) 0x1D20 SharePoint Foundation Monitoring nass Verbose ____CPU Cycles=125203169 4217bc9c-8cbe-c0b7-30fc-04f1a178544b
    09/26/2014 01:06:00.53 OWSTIMER.EXE (0x04BC) 0x1D20 SharePoint Foundation Monitoring nass Verbose ____Service Calls=0 4217bc9c-8cbe-c0b7-30fc-04f1a178544b
    09/26/2014 01:06:00.53 OWSTIMER.EXE (0x04BC) 0x1D20 SharePoint Foundation Monitoring nass Verbose ____Execution Time=112.245969809012 4217bc9c-8cbe-c0b7-30fc-04f1a178544b
    09/26/2014 01:06:00.53 OWSTIMER.EXE (0x04BC) 0x1D20 SharePoint Foundation Usage Infrastructure d0hz Verbose Starting write tra

    Hi John,
    I tested the issue in my environment, it works without error. From the log you posted, I cannot find any error related message.
    I’d recommend you test the issue on another machine and then with another account to see if there is any difference.
    Regards,
    Rebecca Tu
    TechNet Community Support
    i re-create the case and i found these errors in the log file:-
    Parent No
    09/28/2014 17:22:44.95 w3wp.exe (0x0908) 0x31D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://www.tgroup.intra/kb/CustomerServiceKB/Pages/ytty ttyty.aspx?ControlMode=Edit&DisplayMode=Design) f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:44.95 w3wp.exe (0x0908) 0x31D0 SharePoint Foundation Request Management adc7u Medium Mapping URI from 'http://www.tgroup.intra:80/kb/CustomerServiceKB/Pages/ytty%20ttyty.aspx?ControlMode=Edit&DisplayMode=Design' to 'http://tGVSPS01/kb/CustomerServiceKB/Pages/ytty%20ttyty.aspx?ControlMode=Edit&DisplayMode=Design' f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:44.95 w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:http://www.tgroup.intra:80/kb/CustomerServiceKB/Pages/ytty%20ttyty.aspx?ControlMode=Edit&DisplayMode=Design)). Parent No
    09/28/2014 17:22:44.95 w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://www.tgroup.intra:80/kb/CustomerServiceKB/Pages/ytty%20ttyty.aspx?ControlMode=Edit&DisplayMode=Design) f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:44.97 w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Authentication Authorization agb9s Medium Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|ad-tgroup\User.A, ClaimsCount=30 f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:44.98 w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Files ak8dj High UserAgent not available, file operations may not be optimized. at Microsoft.SharePoint.SPFileStreamManager.CreateCobaltStreamContainer(SPFileStreamStore spfs, ILockBytes ilb, Boolean copyOnFirstWrite, Boolean disposeIlb) at Microsoft.SharePoint.SPFileStreamManager.SetInputLockBytes(SPFileInfo& fileInfo, SqlSession session, PrefetchResult prefetchResult) at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromDocumentRowset(Guid databaseId, SqlSession session, SPFileStreamManager spfstm, Object[] metadataRow, SPRowset contentRowset, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres) at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32 rowOrd, Object ospFileStmMgr, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:44.98* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Files ak8dj High ...) at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, ... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:44.98* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Files ak8dj High ...Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbst... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:44.98* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Files ak8dj High ...rRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion,... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:44.98* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Files ak8dj High ... String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.SPWeb.GetWebPartPageContent(Uri pageUrl, Int32 pageVersion, PageView requestedView, HttpContext context, Boolean forRender, Boolean includeHidden, Boolean mainFileRequest, Boolean fetchDependencyInformation, Boolean& ghostedPage, String& siteRoot, Guid& siteId, Int64& bytes, ... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:44.98* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Files ak8dj High ...Guid& docId, UInt32& docVersion, String& timeLastModified, Byte& level, Object& buildDependencySetData, UInt32& dependencyCount, Object& buildDependencies, SPWebPartCollectionInitialState& initialState, Object& oMultipleMeetingDoclibRootFolders, String& redirectUrl, Boolean& ObjectIsList, Guid& listId) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.FetchWebPartPageInformationForInit(HttpContext context, SPWeb spweb, Boolean mainFileRequest, String path, Boolean impersonate, Boolean& isAppWeb, Boolean& fGhostedPage, Guid& docId, UInt32& docVersion, String& timeLastModified, SPFileLevel& spLevel, String& masterPageUrl, String& customMasterPageUrl, String& webUrl, String& siteUrl, Guid& siteId, Object& buildDependencySetData, SPWebPartCollectionInitialState& initialState, ... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:44.98* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Files ak8dj High ...String& siteRoot, String& redirectUrl, Object& oMultipleMeetingDoclibRootFolders, Boolean& objectIsList, Guid& listId, Int64& bytes) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.GetFileForRequest(HttpContext context, SPWeb web, Boolean exclusion, String virtualPath) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.InitContextWeb(HttpContext context, SPWeb web) at Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPControl(HttpContext context) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.GetContextWeb(HttpContext context) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.PostResolveRequestCacheHandler(Object oSender, EventArgs ea) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IEx... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:44.98* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Files ak8dj High ...ecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error) at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompl... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:44.98* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Files ak8dj High ...etion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:44.98 w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Files aiv4w Medium Spent 0 ms to bind 2694 byte file stream f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.00 NodeRunnerContent1-9004fabc-208 (0x108C) 0x2B70 Search General ahjoj Verbose Getting Correlation Header failed, no correlation ID.
    09/28/2014 17:22:45.00 NodeRunnerContent1-9004fabc-208 (0x108C) 0x2B70 Search General ahjok Verbose JunoReceiveRequest: LocalAddress: 'net.tcp://tgvsps01/5F0B48/ContentProcessingComponent1/ContentSubmissionServices/content' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/ceres/contenttransformation/2009/11/submission/IContentSubmissionService/PollCallbacks' MessageId: 'urn:uuid:423b914b-e07f-4ce3-9530-089ffba0f8c6'
    09/28/2014 17:22:45.00 w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Files ahjkm Medium Spent 0 ms to send 2694 byte file stream f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.00 w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/kb/CustomerServiceKB f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.00 w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=42.1991482157649 f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.01 w3wp.exe (0x0908) 0x2B94 Web Content Management Publishing Cache ck14 Verbose Processing change collection, found SPChangeItem with SiteId: 10dd91fc-10aa-4f08-a706-8178c2d0ba73, WebId: 8f114afb-9703-4daa-b1cf-3630a5e395e4, ListId: 6a6ece84-4d39-48e2-bd6a-c20b2ac6355b, ItemId: f0398018-a848-45d1-8f6e-002e53524fd3, ChangeType: Add, queueing web for invalidation with dependants f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.01 w3wp.exe (0x0908) 0x2B94 Web Content Management Publishing Cache ahh6z Verbose InvalidateDependencesOnWeb : Enqueuing web to resync for web id = '/KB/CUSTOMERSERVICEKB' url = '/kb/CustomerServiceKB'. f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.01 w3wp.exe (0x0908) 0x2B94 Web Content Management Publishing Cache ahh6y Verbose RemoveItemFromCache : Removing item from cache. WebId = '8f114afb-9703-4daa-b1cf-3630a5e395e4', item guid ='f0398018-a848-45d1-8f6e-002e53524fd3' isList = 'False'. f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.01 w3wp.exe (0x0908) 0x2B94 SharePoint Foundation General 8nca Medium Application error when access /kb/CustomerServiceKB/Pages/ytty ttyty.aspx, Error=Object reference not set to an instance of an object. at Microsoft.SharePoint.Publishing.WssObjectCache.RemoveItemFromCache(Guid webId, Guid itemGuid, Boolean isList) at Microsoft.SharePoint.Publishing.WssObjectCache.HandleChanges(SPChangeCollection changes) at Microsoft.SharePoint.Publishing.CacheManager.CheckForChanges(SPSite site, Boolean forceGetChanges) at Microsoft.SharePoint.Publishing.CacheManager.GetManager(SPSite site, Boolean useContextSite, Boolean allowContextSiteOptimization, Boolean refreshIfNoContext) at Microsoft.SharePoint.Publishing.TemplateRedirectionPage.ComputeRedirectionVirtualPath(TemplateRedirectionPage basePage) at Microsoft.SharePoint.Publishing.Internal.CmsVirt... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.01* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation General 8nca Medium ...ualPathProvider.CombineVirtualPaths(String basePath, String relativePath) at System.Web.Hosting.VirtualPathProvider.CombineVirtualPaths(VirtualPath basePath, VirtualPath relativePath) at System.Web.Hosting.VirtualPathProvider.CombineVirtualPathsInternal(VirtualPath basePath, VirtualPath relativePath) at System.Web.UI.DependencyParser.AddDependency(VirtualPath virtualPath) at System.Web.UI.DependencyParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.PageDependencyParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.DependencyParser.ParseString(String text) at System.Web.UI.DependencyParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.DependencyParser.GetVirtualPath... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.01* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation General 8nca Medium ...Dependencies() at Microsoft.SharePoint.ApplicationRuntime.SPVirtualFile.CalculateFileDependencies(HttpContext context, SPRequestModuleData basicRequestData, ICollection& directDependencies, ICollection& childDependencies) at Microsoft.SharePoint.ApplicationRuntime.SPDatabaseFile.EnsureDependencies(HttpContext context, SPRequestModuleData requestData) at Microsoft.SharePoint.ApplicationRuntime.SPDatabaseFile.EnsureCacheKeyAndViewStateHash(HttpContext context, SPRequestModuleData requestData) at Microsoft.SharePoint.ApplicationRuntime.SPDatabaseFile.GetVirtualPathProviderCacheKey(HttpContext context, SPRequestModuleData requestData) at Microsoft.SharePoint.ApplicationRuntime.SPVirtualPathProvider.GetCacheKey(String virtualPath) at System.Web.Compilation.BuildManager.G... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.01* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation General 8nca Medium ...etVPathBuildResultFromCacheInternal(VirtualPath virtualPath, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath ... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.01* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation General 8nca Medium ...virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp) at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.01 w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Runtime tkau Unexpected System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.SharePoint.Publishing.WssObjectCache.RemoveItemFromCache(Guid webId, Guid itemGuid, Boolean isList) at Microsoft.SharePoint.Publishing.WssObjectCache.HandleChanges(SPChangeCollection changes) at Microsoft.SharePoint.Publishing.CacheManager.CheckForChanges(SPSite site, Boolean forceGetChanges) at Microsoft.SharePoint.Publishing.CacheManager.GetManager(SPSite site, Boolean useContextSite, Boolean allowContextSiteOptimization, Boolean refreshIfNoContext) at Microsoft.SharePoint.Publishing.TemplateRedirectionPage.ComputeRedirectionVirtualPath(TemplateRedirectionPage basePage) at Microsoft.SharePoint.Publishing.Internal.CmsVirtualPathProvider.CombineVirtualPaths(String basePa... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.01* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Runtime tkau Unexpected ...th, String relativePath) at System.Web.Hosting.VirtualPathProvider.CombineVirtualPaths(VirtualPath basePath, VirtualPath relativePath) at System.Web.Hosting.VirtualPathProvider.CombineVirtualPathsInternal(VirtualPath basePath, VirtualPath relativePath) at System.Web.UI.DependencyParser.AddDependency(VirtualPath virtualPath) at System.Web.UI.DependencyParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.PageDependencyParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.DependencyParser.ParseString(String text) at System.Web.UI.DependencyParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.DependencyParser.GetVirtualPathDependencies() at Microsoft.SharePoint.Applic... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.01* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Runtime tkau Unexpected ...ationRuntime.SPVirtualFile.CalculateFileDependencies(HttpContext context, SPRequestModuleData basicRequestData, ICollection& directDependencies, ICollection& childDependencies) at Microsoft.SharePoint.ApplicationRuntime.SPDatabaseFile.EnsureDependencies(HttpContext context, SPRequestModuleData requestData) at Microsoft.SharePoint.ApplicationRuntime.SPDatabaseFile.EnsureCacheKeyAndViewStateHash(HttpContext context, SPRequestModuleData requestData) at Microsoft.SharePoint.ApplicationRuntime.SPDatabaseFile.GetVirtualPathProviderCacheKey(HttpContext context, SPRequestModuleData requestData) at Microsoft.SharePoint.ApplicationRuntime.SPVirtualPathProvider.GetCacheKey(String virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath v... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.01* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Runtime tkau Unexpected ...irtualPath, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext c... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.01* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation Runtime tkau Unexpected ...ontext, Boolean allowCrossApp) at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.03 w3wp.exe (0x0908) 0x2B94 SharePoint Foundation General ajlz0 High Getting Error Message for Exception System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.SharePoint.Publishing.WssObjectCache.RemoveItemFromCache(Guid webId, Guid itemGuid, Boolean isList) at Microsoft.SharePoint.Publishing.WssObjectCache.HandleChanges(SPChangeCollection changes) at Microsoft.SharePoint.Publishing.CacheManager.CheckForChanges(SPSite site, Boolean forceGetChanges) at Microsoft.SharePoint.Publishing.CacheManager.GetManager(SPSite site, Boolean useContextSite, Boolean allowContextSiteOptimization, Boolean refreshIfNoContext) at Microsoft.SharePoint.Publishing.TemplateRedirectionPage.ComputeRedirectionVirtualPath(TemplateRedirectionPage basePage) at Microsoft.SharePoint.Publishing.Internal.CmsVirtualPathProvi... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.03* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation General ajlz0 High ...der.CombineVirtualPaths(String basePath, String relativePath) at System.Web.Hosting.VirtualPathProvider.CombineVirtualPaths(VirtualPath basePath, VirtualPath relativePath) at System.Web.Hosting.VirtualPathProvider.CombineVirtualPathsInternal(VirtualPath basePath, VirtualPath relativePath) at System.Web.UI.DependencyParser.AddDependency(VirtualPath virtualPath) at System.Web.UI.DependencyParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.PageDependencyParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.DependencyParser.ParseString(String text) at System.Web.UI.DependencyParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.DependencyParser.GetVirtualPathDependencies... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.03* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation General ajlz0 High ...() at Microsoft.SharePoint.ApplicationRuntime.SPVirtualFile.CalculateFileDependencies(HttpContext context, SPRequestModuleData basicRequestData, ICollection& directDependencies, ICollection& childDependencies) at Microsoft.SharePoint.ApplicationRuntime.SPDatabaseFile.EnsureDependencies(HttpContext context, SPRequestModuleData requestData) at Microsoft.SharePoint.ApplicationRuntime.SPDatabaseFile.EnsureCacheKeyAndViewStateHash(HttpContext context, SPRequestModuleData requestData) at Microsoft.SharePoint.ApplicationRuntime.SPDatabaseFile.GetVirtualPathProviderCacheKey(HttpContext context, SPRequestModuleData requestData) at Microsoft.SharePoint.ApplicationRuntime.SPVirtualPathProvider.GetCacheKey(String virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuild... f1f3bc9c-ccfd-c0b7-30fc-0aed2b84ccd4
    09/28/2014 17:22:45.03* w3wp.exe (0x0908) 0x2B94 SharePoint Foundation General ajlz0 High ...ResultFromCacheInternal(VirtualPath virtualPath, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) at

  • Getconf returns compiler flags that the compiler warns about

    I have Workshop 12u1 installed on my Solaris 10u8 machine (x86_64). I'm up to date with patches as of a couple weeks ago.
    I'm well aware that the Workshop suite has deprecated flags like -xarch=generic64, -xarch=amd64a, etc.
    However, when I run "getconf" on my Solaris 10 system, some of the conf settings still return those older flags that the compiler now warns about. That causes a lot of warning chatter when building certain applications (e.g. perl 5.10.1) that are smart enough to use "getconf" to try determine what flags to use in certain situations. Using getconf to find the right flags is even mentioned in the standards(5) page, but following its advice results in deprecation warnings from the compiler. Not good.
    If you run the following code you'll see what I mean:
    for f in `man getconf | egrep 'XBS'`; do echo "Checking $f"; getconf "$f"; doneIs this something that I (as a sysadmin for the system) should be able to configure, or is it something that would need to be patched to fix? The man pages for getconf, sysconf, and confstr aren't clear where the values are actually coming from.
    So, how should this be fixed?
    Thanks,
    Tim

    Enchanter wrote:
    Since I'm running regular old Solaris 10, rather than OpenSolaris, I'm skeptical how much help the OpenSolaris developers are truly going to be. I can certainly give it a go, but even if they fix it in OpenSolaris, it might be a very long time before that fix filters into Solaris.Actually, it goes the other way. New features and modification go into the internal Solaris development workspace before they migrate to Open Solaris. The Solaris Express and final releases and Open Solaris releases come from the same source base. Whether a feature or update goes into a Solaris 10 patch depends partly on demand, especially demand from customers with service contracts.
    I'm also a little puzzled about the "backwards compatibility" thinking of the compiler developers. In some areas (e.g. C++ and the standard library), what's shipped with the compiler is years and years behind what's current, apparently in the name of "backward compatibility". Yet where compiler flags are concerned, the developers seem to be much more cavalier about deprecating things and making changes that break backward compatibility.We try very hard not to break code or makefiles. Sun (and now Oracle) makes its money from enterprise users. Their code bases last for a long time, and changes are expensive. Changing a line in a makefile or source code file can mean having to re-certify the application.
    The change from -xarch to -m specifying the memory model was more abrupt than we would have liked, and in hindsight, was probably not handled very well. We were running into combinatorial explosion of -xarch sub-options due to the increasing number of architectures that the compiler supports. Some option combinations quietly resulted in behavior that you didn't expect. (For example, the combination "*-fast -xarch=v9*"did not give the same result as "*-xarch=v9 -fast*".) Separating memory model from the other considerations made the options easier and more reliable to use.
    Don't get me wrong -- I'm all for forward progress with the tool-chain -- I think that the C++ standard library and the defaults should all be brought up to what's current in the industry. Sun Studio 12 update 1 has direct support for Apache stdcxx (if installed in a standard location) in addition to libCstd and STLport. The Apache library will be in the next Open Solaris. When it will be available in a Solaris 10 update has not yet been decided.
    I also think adding support for -m32/-m64 was a good move. It just seems to me that if the developers are going to deprecate a large number of flags that the compiler accepts, they should also make certain that the rest of the operating system can handle that change. To me, that means that they need to work with the developers of getconf/confstr() to make certain it knows how to check the compiler version before it emits a particular flag.Only a few options have been deprecated. It's just that they are probably the ones you used most. :-(
    More than one compiler version can be installed on a system, and compilers can be installed anywhere. Programmers in medium to large shops typically run compilers installed on a remote server, although they might have other compilers installed locally. If getconf had to guess what compiler you were using, it would often guess wrong. If you have suggestions on how to match up getconf behavior with the compiler you want to use, please post them in an Open Solaris forum.

  • UIX question: Open printable page in a new window

    I am using 10.1.2 version of JDeveloper with UIX/ADF.
    In one of the UIX pages, I am using a submit button to fire an event named printMe to open the uix page in a printable format.
    <event name="printMe">
          <showFacet name="printable"/>
        </event>But, understandably this takes out all the links in the page and the only way to go back to the original page is to use the back button (which users might find unintuitive). I was wondering if there is a way to make the printable page to open in a new window?
    I don't think using the destination or onClick attributes of the submitButton with the javascript:openWindow() function would achieve this. Because this still loads the page in a 'printable' format in the same window and opens a new window in the 'non-printable' format.
    I would like to know, if there is a way to direct the printable facet to open in a new window leaving the original page as-is, so the users can print, close the new window and resume using the application.
    Or is there a better way to handle this, as I am open to ideas if there is a better way to address this usability issue.
    Thanks in advance,
    Karthik

    Dear Sir...
    assume that in order to view the report in the page, you should change the where clause of a view object for example (this is dependent on how and what settings you want to make for the page. it does not have to be like this, it is dependent on how you prepare data, perhaps you do not have to prepare anything at all, i do not know what code you have).
    So, assume that in order to view the print report, your code was something like this:
    public void onViewReport(DataActionContext ctx)
    ViewObject V=GetView(); //
    V.setWhereClause("myfiled=123"); //
    V.executeQuery(); // these steps used for preparing data
    ctx.setActionForward("printpageforward"); // go to print page
    Now you remove this code , go to the print page, and override the print page prepareModel method with something like this:
    protected void prepareModel(DataActionContext actionContext) throws Exception
    super.prepareModel(actionContext);
    ViewObject V=GetView();
    V.setWhereClause("myfiled=123");
    V.executeQuery();
    Now you add the script to your button to show the print page in a new window, and that is it. your print page should work fine.
    best regards

Maybe you are looking for

  • Wi-Fi Internet But No Ethernet Internet, Mac Mini

    Some time ago, I upgraded the hard drive in my Mac Mini to an SSD. Prior to that, both the Wi-Fi and the Ethernet connections worked fine. Since then, I can get only Wi-Fi to work. If I connect an Ethernet cable, Wi-Fi can no longer connect to the In

  • LSMW for loading characteristics

    I have created an LSMW object for loading characteristics, using RCCLBI02, CL20.  The porblem is when loading multiple characteristics for a material in a single class, after loading the 1st characteristic, it tries to create the class (again), thus

  • Help Please!!! Safari, System Preferences and App Store all quit unexpectedly

    Process:         Safari [583] Path:            /Applications/Safari.app/Contents/MacOS/Safari Identifier:      com.apple.Safari Version:         6.0.5 (8536.30.1) Build Info:      WebBrowser-7536030001000000~6 Code Type:       X86-64 (Native) Parent

  • Tomcat 5.5.20 + BEA Workshop 3.2.1 build 589 issues

    Every now and then I run into a problem trying to start my tomcat 5.5.20 instance from within BEA Workshop 3.2.1. I am using the standalone install of Workshop. Repeatedly deleting and adding the server and throwing some restarts of Workshop inbetwee

  • Twist s230u ssd upgrade from 128 to 500 + sim card

    Hi to all, I've just bought my new thinkpad and have 2 main questions.... I need to upgrade my ssd. Which kind of ssd do you reccomend between these? http://www.crucial.com/store/mpartspecs.aspx?mtbpoid=0A04D43FA5CA7304 http://www.samsung.com/it/cons