Via headers in outgoing requests

When creating an outgoing request with SipFactory or proxy using OCCAS the request does not have a top via before it is sent on network.
Initially the via transport and address cannot be set until the request is bound to an interface but parameters like the branch could be useful. Other JSR-289 containers expose this header with empty address and transport but allow adding additional parameters.
This could be used when selecting outgoing telephony network port on for Cisco GW by adding a "x-route-tag" on top Via.
Is this a configurable behavior or am I the only one trying to use "x-route-tag" using OCCAS?
An other observation we did was when receiving an branch response in the proxy the top via was already popped. Normally you pop the via on the final response before you send it again to servlet JSR-116 style. But the initial branch response should not have the via popped since valuable information may be lost.
Is this a related problem?
/Henrik

Hello Henrik,
You point valid use-cases which have not been addressed in OCCAS.
Could you please work with support to get an Enhancement filed?
Thanks,
Mihir

Similar Messages

  • Adding custom information in HTTP Header in an outgoing request from GWWS

    Is there a way to send custom header information with the a webservice request (HTTP post) that happens via GWWS server?
    All the methods I read about deal with managing the soap envelop that gets sent.
    We are looking for ways which will allow us to put custom information in the headers.
    I am aware there is something we can do using the Salt Plugins.
    For example, we can write a Out bound plugin which has a capability of putting the "Authentication:Basic..." in the header.
    Then there is message conversion plugin which deals with transformation of message, which gives us control over the soap body.
    Is it possible to put information in the header for outgoing request (from GWWS) to a specific web service?
    Thanks and Sincere Regards,
    Mrugendra

    Maurice,
    Thanks for confirming this.
    It clarifies the doubts that I was having while reading through the documentation Xu pointed to.
    Yes, we need to add HTTP Headers (not SOAP header).
    For now we just need to add Basic Authentication HTTP Header for outbound service calls.
    We have developed a plugin to do that for now.
    And even if the salt plugin takes care of adding the Basic Authentication in the HTTP Header for outgoing calls, I guess we do not have any option to include some custom information in the HTTP Header which might be required in the future.
    At-least, not unless we request that enhancement.
    Bringing the plugin into our mix requires a lot of changes to our architecture including inclusion of AUTHSVR in the UBB,
    Which, in turn, makes it imperative to change the endpoint clients of our application.
    In addition to that, the incoming web service calls also need to include TUXEDO authentication information, which would again require either communicating the authentication information to the consumers of our service or device some kind of a proxy which would add the authentication information for all the incoming requests!
    With these facts in mind, we were wondering if we have an easier way to include the HTTP header information.
    As you say, Maurice, it seems it is not possible yet.
    Thank you again for your replies.
    Sincere Regards,
    Mrugendra

  • Adding custom http headers for WSRP requests

    Hello,
    I wonder whether it is possible to insert custom http headers for WSRP
    requests?
    To give more details:
    We are going to have portlets exposed via WSRP (hosted on non-weblogic
    server). We need these portlets to work on different portals including
    WebLogic Portal. And we need to have working SSO. There needed at least
    2 SSO options:
    1. Having SiteMinder protected portal. Will WebLogic pass SiteMinder
    headers further to WSRP producer?
    2. Custom SSO tokens to be passed as http headers. Is it possible to
    make weblogic to add custom http headers when calling producer?
    2a. Credential mapping shall be used to get username/password for
    backend application (accessed from producer side), and than these
    username/password shall be passed as http headers when requesting producer.
    Best regards,
    Sviatoslav Sviridov

    Hi,
    About how to use Rest API via node.js, please refer to
    http://stackoverflow.com/questions/5643321/how-to-make-remote-rest-call-inside-node-js-any-curl for more information. Hope this helps.
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • HTTPService Headers on GET Requests

    I am having a problem setting headers on HTTPService requests
    that use the GET method. I can inspect the request on the server
    side, and see that when I use POST, the headers are set, but if I
    just change the method to GET, the headers don't come through.
    Why wouldn't HTTPService allow me to set headers on GET
    requests??

    Indeed, it turns out that somewhere under the Flex stack, all
    POST requests that have no actual data are silently turned into GET
    requests. At which point, all headers are stripped.
    Furthermore, any GET requests that have a content-type of
    application/xml are silently turned into POST requests.
    Here's what I've divined so far...it's more tortured than one
    would imagine
    1/ All HTTP GET requests are stripped of headers. It's not in
    the Flex stack so it's probably the underlying Flash player runtime
    2/ All HTTP GET requests that have content type other than
    "application/x-www-form-urlencoded" are turned into POST requests
    3/ All HTTP POST requests that have no actual posted data are
    turned into GET requests. See 1/ and 2/
    4/ All HTTP PUT and HTTP DELETE requests are turned into POST
    requests. This appears to be a browser limitation that the Flash
    player is stuck with.
    What this boils down to in practical terms is that if you
    want to pass headers in all requests, you should always use POST
    and you should find another way to communicate the semantics of the
    operation you "really wanted". The Rails community have settled on
    passing ?_method=PUT/DELETE as a work around for the browser
    problems underlying 4/
    Since Flash adds the wonderful header stripping pain on GET,
    I'm also using ?_method=GET as a workaround for that. However,
    since this trips up on 3/, I am passing a dummy object as the
    encoded POST data. Crucial at this step to know about 2/.
    I've built all of this handling into a new RESTService class
    with MXML markup support so it's possible to pretend this doesn't
    exist on the client side.
    Does that help some?

  • Notify via email upon concurrent request failure

    Hi,
    I would like suggestions on the best way to solve the problem of being able to notify user(s) via email upon the failure of a concurrent request. Apps has the built-in ability to notify upon completion, not just upon failure. I want to limit the need for any user/passwd info being exchanged.
    So far, my best bet I think is a dbms_job.
    Any suggestions other than writing a shell script to login to the database and check on fnd_concurrent_requests?
    Seems like this would be a good feature to add for Apps.

    All you need is to create a trigger as below
    CREATE OR REPLACE TRIGGER sgldba.sgl_concurrent_request_status
    after insert or update on apps.fnd_concurrent_requests
    for each row
    WHEN (new.status_code in ('E','G','T'))
    begin
    insert into sgldba.sgl_concurrent_request_track values (
    :new.request_id,
    :new.status_code,
    :new.actual_start_date,
    :new.actual_completion_date);
    end sgl_concurrent_request_status;
    I am having the trigger to update a table sgldba.sgl_concurrent_request_track with the request_id , status_code , actual start date , actual completion date .
    You can proceed further by adding addition information to the trigger like sending mail
    Regards

  • Add "Sent via" Line To Outgoing E-Mail From TREO 700wx

    I have a couple of users who would like to have the "Sent via" line added to e-mail that they send from their TREOs.  This is similar to the line added to an outgoing e-mail message when being sent from a BlackBerry device.  Is this possible?  I've looked everywhere in the phone that I can think of, but have come up empty.  Any information would be greatly appreciated.
    Post relates to: Treo 700wx (Verizon)

    AS you've seen on the Blackberrys  that message "Sent by my Blackberry" is basically a footer or signature on the message. On the 700wx to set this up you need to go to Start>Messaging>Menu button>Tools>Options and it should open to the accounts tab at the botton with a signatures button on the right side. Click on the signatures button and There you select the account and whether you want to use it for replies and forwarding as well.

  • Little Snitch sends outgoing requests with Airport off

    Noob, just downloaded Little Snitch on MBP, getting familiar with background processes and shell scripts. Let x = variables.
    LS is showing my mDNSResponder sending out a 225.etc request after I turn Airport off. No other machines on network are runing.
    When I DLed Little Snitch and began running it, neither configd nor SystemUIServer were on the LS register. After restart, both showed up and have been sitting contentedly.
    When Airport is on, Finder via nmblookup is sending a request to [x].255 about every minute that I have Safari open. When I turn Airport off, then back on, and I'm running LS, Safari to verisign connection shows up and configd connection shows up at ff[x:xx].
    My concerns: Former employer is after my intellectual property. I had MBP connected on a daily basis to WiFi and certain sharing elements on with firewall off (stupid, I know, but I didn't know nad hadn't thought about it, and co. in question was pretty technologically dinosauric). Connected to same network by ethernet occasionally, and installed by disk a Windows partition and Open Office by disk given by employers' IT staff.
    What's the possibility that a keystroke logger was put on my machine by an Admin of network I connected to, and is there any way to detect and disable said keylogger? Also, is there any way--outside of reverse-lookup, SPAM blacklisting sites--to check destinations of remote connections my comp might be making to an external server?

    FWIW, mDNSResponder is the process responsible for [Bonjour|http://developer.apple.com/networking/bonjour/faq.html], Apple's name for its implementation of the popular zero-configuration networking technology. (That's what allows your Mac to discover & use network printers, local servers, etc.) And as mentioned [here|http://support.apple.com/kb/HT3789], it is also used in Snow Leopard for unicast DNS resolution; without it, that OS cannot resolve hostnames like www.apple.com.
    Likewise, [nmblookup|http://developer.apple.com/library/mac/#documentation/Darwin/Referen ce/ManPages/man1/nmblookup.1.html] is the process that supports the OS X implementation of [Samba|http://en.wikipedia.org/wiki/Samba_(software)], which allows file & printer sharing between Windows & UNIX type OS's.
    [configd|http://developer.apple.com/library/mac/#DOCUMENTATION/Darwin/Reference/ ManPages/man8/configd.8.html] is an essential process that among many other things supplies the dynamic network port configurations that support the above & many other network processes.
    So it is perfectly normal for these processes to periodically generate outbound network activity & by itself that does not mean a key logger is installed in your system.

  • Can't modify TNS timeout on database client outgoing request  -

    Dear all,
    I have two Oracle Database connected by dblink over TCPIP. One is a client for the other.
    When my client application (in db client) try to retrieve data from the db server and this one is shutdowned, It receives this message ORA-12535 "TNS:operatin time out" (no bad !) but after at minus 2 minutes and sometimes too long time. This is not good for my client application. I need about 30 sec for this application. When I launched oerr tools -with this sqlcode 12535 - to get some explanation, Oracle talks about CONNECT_TIMEOUT parameter in listener.ora file, I did not think this was relation with my issue (because I want to connect and not to listen) but I tested and it did not work.
    Is someone know how to manage this time out ?
    Tkanks by advance
    Regards.

    I Frederic,
    Thank for your reply.
    Yes I restarted the listener after the update - I also tested dynamic mode with set command ....- but it didn't work.
    I think like I previously said CONNECT_TIMEOUT is not the good parameter because this is for the listener and for my client db I don't need it.
    The server machine is sometimes under stress because many access and many applications and sometimes we have to do some maintenance works. I need to get an acceptable response time in timeout to switch all requests to another server.
    Regards.

  • CUSP changing transport to TCP from UDP in VIA headers

    How does CUSP decide when to use TCP vs UDP when forwarding INVITES to CUCM when both UDP and TCP are configured on the Network Listen Ports?  We have two different calls flows coming from our SBC to CUSP.  Both INVITES have UDP as the transport.  CUSP forwards one call flow to CUCM with TCP as the transport and the other as UDP. Is there something unique to the first INVITE below that would signal CUSP to use TCP?
    Invite from SBC that CUSP adds TCP as the transport in the VIA header towards CUCM
    40:13.979 On [2:245]10.XXX.XXX.XXX:5060 sent to 10.240.XXX.X:5060
    INVITE sip:XXXXXXXXXX@cusplab:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.XXX.XXX.XXX:5060;branch=z9hG4bKm2u8f32038e12is8p3v1.1
    From: "Test User 1" <sip:[email protected]:5060>;tag=SDi82if02-13984769016573306_c2b04.1.2.1378274120440.0_1121221_2220804
    To: <sip:[email protected]>
    Call-ID: SDi82if02-2664bc8b12611edfd30a0552529e0b90-cggngq0
    CSeq: 2 INVITE
    Session-Expires: 1800
    Min-SE: 1800
    Allow-Events: telephone-event
    Cisco-Guid: 3327242752-0000065536-0000181788-1640976394
    Acme-Call-ID: 9AA7C362-1BBC11E3-81019B0F-C8BF5371
    Timestamp: 1379084661
    Expires: 180
    Supported: timer,replaces,sdp-anat
    P-Asserted-Identity: "Test User 1" <sip:[email protected]>
    Allow: INVITE,ACK,CANCEL,BYE,INFO,PRACK
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Max-Forwards: 59
    Contact: <sip:10.XXX.XXX.XXX:5060;transport=udp>
    Content-Length: 325
    Content-Disposition: session; handling=required
    Content-Type: application/sdp
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 2487 3295 IN IP4 10.XXX.XXX.XXX
    s=SIP Call
    c=IN IP4 10.XXX.XXX.XXX
    t=0 0
    m=audio 55178 RTP/AVP 18 100 101
    c=IN IP4 10.XXX.XXX.XXX
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=no
    a=rtpmap:100 X-NSE/8000
    a=fmtp:100 192-194
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    a=ptime:20
    INVITE from SBC that CUSP adds UDP as the transport in the VIA header
    15:14.881 On [2:245]10.XXX.XXX.XXX:5060 sent to 10.240.XXX.X:5060
    INVITE sip:XXXXXXXXXX@cusplab:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.XXX.XXX.XXX:5060;branch=z9hG4bKg04f5a105040ei4764o1.1
    From: "Test User 2" <sip:[email protected]:5060>;tag=SDdeh1202-125657148404519E-4_c2b09.2.1.1376631876821.0_2507555_4963634
    To: <sip:[email protected]>
    Call-ID: SDdeh1202-c8199578035cb96793dbe0fb6ef98d84-cggjoq2
    CSeq: 2 INVITE
    P-Asserted-Identity: "WIRELESS CALLER" <sip:[email protected]:5060>
    Allow: INVITE,ACK,CANCEL,BYE,INFO,PRACK
    Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay,  multipart/mixed
    Max-Forwards: 64
    Contact: <sip:10.XXX.XXX.XXX:5060;transport=udp>
    Content-Length: 266
    Content-Disposition: session; handling=required
    Content-Type: application/sdp
    v=0
    o=Sonus_UAC 12183 15514 IN IP4 10.XXX.XXX.XXX
    s=SIP Media Capabilities
    c=IN IP4 10.XXX.XXX.XXX
    t=0 0
    m=audio 55134 RTP/AVP 18 0 100
    a=rtpmap:18 G729/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:100 telephone-event/8000
    a=fmtp:100 0-15
    a=sendrecv
    a=maxptime:30

    Hi. Did you ever find out the reason and a solution to this problem. I am having the same issue where CUSP decides to change the transport type to TCP (from UDP) when talking to CUCM on certain invites from Acme SBC. On some invites from the same Acme SBC, CUSP doesn't change the transport type and leaves it as UDP.
    Thank you.

  • Setting up custom headers in webservice request

    Hi,
    I have generated stubs using WSDL2Java (Axis 1.1). The wsdl file contains one custom header.
    Can any one tell me how to set value for this custom header?
    Thanks

    Hi Abhisek,
    If you want to create your own patterns, you can follow this step:
    menu utilities --> more utilities --> edit pattern --> create pattern.
    Type in the code you want to use as a pattern.
    Save it and back out.
    Now once you create it there, you should be able to enter in the "Other Pattern" field.
    Hope it will help you.
    Thanks,
    Sarita Singh Rathour

  • 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

  • Manage Content and Structure is not working after Sahrepoint 2013 Upgrade

    Hi Everyone,
    Recently I upgrade SharePoint 2013,Now portal is running SharePoint 2010 mode,when i try to open Manage
    Content and Structure by site Action or by site setting got error.
    Unable to open.
    Help is appreciated.
    Hasan Jamal Siddiqui(MCTS,MCPD,ITIL@V3),Sharepoint and EPM Consultant,TCS
    |
    | Twitter

    Hi Pratik Vyas,
    I tried same command but still same issue.
    ULS loag as per Correlation ID
    : 06
    /18/2014 18:55:22.62 w3wp.exe (0x19AC) 0x1D84 SharePoint Foundation Logging Correlation Data 77a3 Verbose Starting correlation. d61d9c9c-fb87-40aa-2f29-f84040327d17 06/18/2014 18:55:22.62 w3wp.exe (0x19AC) 0x1D84 SharePoint Foundation Logging Correlation Data
    xmnv Medium Name=Request (GET:http://ABC/_layouts/sitemanager.aspx?Source=/_layouts/settings.aspx) d61d9c9c-fb87-40aa-2f29-f84040327d17 06/18/2014 18:55:22.62 w3wp.exe (0x19AC) 0x1D84 SharePoint Foundation Monitoring nasq Verbose Entering monitored scope (RequestManagement
    Processing). Parent Request (GET:http://ABC/_layouts/sitemanager.aspx?Source=/_layouts/settings.aspx) d61d9c9c-fb87-40aa-2f29-f84040327d17 
    06/18/2014 18:55:22.71 w3wp.exe (0x19AC) 0x12F4 SharePoint Foundation General 8nca Medium Application error when access /_layouts/sitemanager.aspx, Error=Object reference not set to an instance of an object. at Microsoft.SharePoint.Publishing.Internal.WebControls.ObjectSerializer.DeleteAllowed(Boolean
    checkPermissions) at Microsoft.SharePoint.Publishing.Internal.WebControls.SmtButtonField.FormatDataValue(Object dataTextValue, Boolean encode) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.DataBind(Boolean
    raiseOnDataBinding) at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState
    rowState, Boolean dataBind, Obj... d61d9c9c-fb87-40aa-2f29-f84040327d17 06/18/2014 
    18:55:22.62 w3wp.exe (0x19AC) 0x1D84 SharePoint Foundation Monitoring nasq Verbose Entering monitored scope (SPRequestManagement.GetRoutingTargets). Parent RequestManagement Processing d61d9c9c-fb87-40aa-2f29-f84040327d17 06/18/2014 18:55:22.62 w3wp.exe (0x19AC)
    0x1D84 SharePoint Foundation Request Management aaz9x Verbose Target pool count based on routing rules: 0 d61d9c9c-fb87-40aa-2f29-f84040327d17 06/18/2014 
    18:55:22.62 w3wp.exe (0x19AC) 0x1D84 SharePoint Foundation Request Management aaz9l Verbose Initial routing target count: 1 d61d9c9c-fb87-40aa-2f29-f84040327d17 06/18/2014 18:55:22.62 w3wp.exe (0x19AC) 0x1D84 SharePoint Foundation Monitoring b4ly Verbose Leaving
    Monitored Scope (SPRequestManagement.GetRoutingTargets). Execution Time=0.107330441605982 d61d9c9c-fb87-40aa-2f29-f84040327d17 06/18/2014 18:55:22.62 w3wp.exe (0x19AC) 0x1D84 SharePoint Foundation Monitoring nass Verbose ____CPU Cycles=278457 d61d9c9c-fb87-40aa-2f29-f84040327d17
    06/18/2014 18:55:22.62 w3wp.exe (0x19AC) 0x1D84 SharePoint Foundation Request Management ai6y0 Verbose Lowest threshold after evaluating rules '2147483647' d61d9c9c-fb87-40aa-2f29-f84040327d17
     06/18/2014 18:55:22.62 w3wp.exe (0x19AC) 0x1D84 SharePoint Foundation Request Management adc7u Medium Mapping URI from 'http://ABC:80/_layouts/sitemanager.aspx?Source=%2F%5Flayouts%2Fsettings%2Easpx' to 'http://ABC/_layouts/sitemanager.aspx?Source=%2F%5Flayouts%2Fsettings%2Easpx'
    d61d9c9c-fb87-40aa-2f29-f84040327d17 06/18/2014 
    18:55:22.62 w3wp.exe (0x19AC) 0x1D84 SharePoint Foundation Request Management aa0ai Verbose Copying incoming headers to outgoing request d61d9c9c-fb87-40aa-2f29-f84040327d17 06/18/2014
     18:55:22.62 w3wp.exe (0x19AC) 0x1D84 SharePoint Foundation Request Management agmky Verbose Existing correlation ID found 'd61d9c9c-fb87-40aa-2f29-f84040327d17', adding header to outgoing request d61d9c9c-fb87-40aa-2f29-f84040327d17 06/18/2014 18:55:22.62
    w3wp.exe (0x19AC) 0x1D84 SharePoint Foundation Monitoring nasq Verbose Entering monitored scope (RequestManagement Request Upload). Parent Request (GET:http://ABC/_layouts/sitemanager.aspx?Source=/_layouts/settings.aspx) d61d9c9c-fb87-40aa-2f29-f84040327d17
    06/18/2014 
    18:55:22.62 w3wp.exe (0x19AC) 0x1D84 SharePoint Foundation Request Management aeboc Verbose No data was found on the incoming client request d61d9c9c-fb87-40aa-2f29-f84040327d17 06/18/2014 18:55:22.62 w3wp.exe (0x19AC) 0x1D84 SharePoint Foundation Monitoring
    b4ly Verbose Leaving Monitored Scope (RequestManagement Request Upload). Execution Time=0.0125155638621816 d61d9c9c-fb87-40aa-2f29-f84040327d17
    Hasan Jamal Siddiqui(MCTS,MCPD,ITIL@V3),Sharepoint and EPM Consultant,TCS
    |
    | Twitter

  • Custom information in HTTP Header in an outgoing GWWS Request

    Hello Xu,
    Hello Everyone,
    With reference to the recent post activity in the post:
    [Adding custom information in HTTP Header in an outgoing request from GWWS|https://forums.oracle.com/forums/thread.jspa?threadID=2366358&tstart=0]
    We are looking for an option to send custom header information with the a webservice request (HTTP post) that happens via GWWS server.
    I prematurely marked that post as answered since we got a link to documentation in one of the answers, which suggests that problem has been taken care in TUXEDO11gR1.
    However, it would be difficult (almost impossible) for us to move to 11gR1 immediately.
    Since I marked that post as "answered" and I did not know if replies in that post will get any attention, I opened up this post.
    Xu (He) suggested (in reply to my previous post) that there might be a patch for our problem.
    It would be wonderful/perfect if we can get a patch for 10gR3!
    We are using the following:
    TUXEDO10gR3 PATCH LEV=44
    SALT Patch Lev = 15
    Please do let us know.
    Thank you again
    Sincere Regards,
    Mrugendra

    Maurice,
    Thanks for confirming this. (in the post: [Adding custom information in HTTP Header in an outgoing request from GWWS|https://forums.oracle.com/forums/thread.jspa?threadID=2366358&tstart=0] )
    It clarifies the doubts that I was having while reading through the documentation Xu pointed to.
    Yes, we need to add HTTP Headers (not SOAP header).
    For now we just need to add Basic Authentication HTTP Header for outbound service calls.
    We have developed a plugin to do that for now.
    And even if the salt plugin takes care of adding the Basic Authentication in the HTTP Header for outgoing calls, I guess we do not have any option to include some custom information in the HTTP Header which might be required in the future.
    At-least, not unless we request that enhancement.
    Bringing the plugin into our mix requires a lot of changes to our architecture including inclusion of AUTHSVR in the UBB,
    Which, in turn, makes it imperative to change the endpoint clients of our application.
    In addition to that, the incoming web service calls also need to include TUXEDO authentication information, which would again require either communicating the authentication information to the consumers of our service or device some kind of a proxy which would add the authentication information for all the incoming requests!
    With these facts in mind, we were wondering if we have an easier way to include the HTTP header information.
    As you say, Maurice, it seems it is not possible yet.
    Thank you again for your replies.
    Sincere Regards,
    Mrugendra

  • How to cancel changes that were made via transport request importing?

    Hi!
    Could you please tell me whether it is possible to cancel changes that were made via importing of transport request into the system?
    Thanks and Regards,
    Siarhei

    hi
    the programs maitains the versions ...just check the version managemet..
    regds

  • Web Services with two different "headers" for Request and Response

    Hello,
    I am trying create a webmethod in a webservice, this webmethod must to have two different headers, one for request and one for response.
    I know exist an atribute called "SoapHeaderAttribute", the problem is his direction, just has one direction or two (in and out) but the same "header".
    I hope you can help me.
    Thanks in advance.

    Hi MaxLeyton,
    Thank you for posting in the MSDN forum.
    >>I am trying create a webmethod in a webservice, this webmethod must to have two different headers, one for request and one for response.
    Since it is related to the Web, to help you resolve this issue as soon as possible, you could post this issue to the ASP.NET forum.
    http://forums.asp.net/28.aspx/1?WCF+ASMX+and+other+Web+Services
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Timecode error in batch capture

    I've searched this problem but still haven't found an answer. When I batch capture, I get a "Timecode error" and on about half the clips I logged I have to cancel out of the capture. some work,some don't. It's not a problem with the pre-roll at the b

  • Oracle IBR : API for converting files in PDF

    IBR and WCC Version : 11.1.1.6.0 Currently We have configured IBR with UCM for converting documents to PDF format. Is there ant IBR API available so that without checking in the document in WCC , we can call the IBR API and get the document converted

  • Native Windows mobile code for SUP 2.0

    Hi, i am new to windows mobile coding. As told in the sybase devlopment guide when i set and do a LoginToSync(username,password); i get an error Sunchronisation exception was unhandled in customerDB.cs file generated by Sybase. Am i missing something

  • N8 Internet Radio no scrolling text since Belle up...

    Since I have updated my N8 to Nokia Belle (v.111.030.0609) the scrolling information text no longer functions in Nokia Internet Radio v.3.05(0). It scrolled song titles etc on each station screen and within the widget. I have tried deleting and reins

  • Multiple movie clips within a button

    I'm having trouble with working a movie clip played one after another within a button. Can anybody help? or is there a simpler way of getting multiple movie clips to play? for my project, when you hover over the button and vines grow out. currently,