Reading http redirect response headers in swf

Hi all,
I have a URL requested by a ULRLoader object. I know that the URL will redirect to another URL (HTTP 307). What I need to know is the URL the URLLoader is redirected to, not so much the data it receives (which works fine).
The HTTPStatus event only fires once and only for the status 200 when the data comes in. I was hoping it would fire for the http status 307 as well with some additional info, but no such luck.
AIR has the httpResponseStatus event which seems to do just what I need, but waddayaknow, I need it in the Flash player.
Thanks in advance,
Manno

I've spent most of the day with this problem and the only solution I could find was to disable KeepAlive support on our Apache web server. I haven't been able to find anything else relating to this problem and would appreciate anyone who could comment because I'm sure Java Web Start should work with KeepAlive (shouldn't it be using HTTP 1.1 and persistent connections anyway?)

Similar Messages

  • How do I add data to HTTP response headers in Tomcat?

    Hello
    I am in the process of making our site Platform for Privacy Preferences(P3P) compliant. We are running Tomcat 3.2.2(standalone) on a Linux box. I am looking for information regarding adding data to HTTP header responses(see example below). One of the aspects of P3P compliancy is referencing where a Policy is located and referencing the "Compact Policy" via the "CP" tag. I need to add these values and as I am
    new to Tomcat I need know where to find the header information.
    <!-- example -->
    HTTP/1.1 200 OK
    P3P: policyref="http://somesite.com/P3P/PolicyReferences.xml",
    CP="NON DSP COR CURa ADMa DEVa CUSa TAIa OUR SAMa IND"
    Content-Type: text/html
    Content-Length: 8104
    Server: ...
    ...content...
    <!-- end example -->
    Any suggestions would be appreciated.
    Joe Dalessandro
    e: [email protected]

    Hmm... If you check your server.xml -file, you'll probably find that Tomcat has been configured to use org.apache.tomcat.service.http.HttpConnectionHandler as the connection handler (right under the "Connector classname" value)...
    Would it be possible to tweak that handler or extend it in such a way that you could add your headers?
    Unfortunately I don't work with Tomcat myself, otherwise I could try it...
    If this seems too complicated, I'd just recommend you to install Apache, and do it there...

  • Reading response headers on HttpService response

    I'm trying to figure out if there is a way to read response headers on a response from a request to an HTTPService.  I've been scouring the internet for any indication that it might be possible to read them without any luck so I'm guessing its not possible but I figured it would be worth asking here.  I've noticed that ResultEvent.headers is set to null but maybe there is some way to activate them?
    Another possible solution for me would exist if there is any way within an AIR application to read all of the cookies that have been set.  So, if there is any call to query the AIR runtime for all of its cookies that would also be extremely helpful.

    Hello Sir,
    Plese guide me how to access data from other server by using
    http request

  • OSB 11g - send cookes during HTTP redirects

    Hi everybody,
    I created the OSB business service BS1 to emulate HTTP POST request for the specific URL. The POST request to this URL returns:
    HTTP/1.1 302 Moved Temporarily
    Date: Tue, 03 Aug 2010 07:01:21 GMT
    Server: Apache
    P3P: CP="NOI DSP COR CURa ADMa TA1a OUR BUS IND UNI COM NAV INT"
    Set-Cookie: PAY2601224103933258050=PAYC7BBCCF4F4E67B7C729D9C1E93A8C236; Path=/; Secure
    Accept-Charset: iso-8859-1, unicode-1-1;q=0.8
    Expires: Sun, 15 Jul 1990 00:00:00 GMT
    Pragma: no-cache
    Cache-Control: no-cache
    Location: https://<HOST>y?o=pt&DOID=CBAB14334A616C13883CAE0787F14720&paymentId=2601224103933258050
    Content-Language: en
    Content-Length: 0
    Keep-Alive: timeout=120, max=100
    Connection: Keep-Alive
    Content-Type: text/html;charset=iso-8859-1
    To follow HTTP redirects I set the checkbox "Follow HTTP redirects" on the HTTP Transport tab of BS1. The problem is that during redirects OSB's HTTP transport does not resend cookies that server sent to the OSB (PAY2601224103933258050 in my case). This leads to the errors in the redirected page.
    The only workaround that I see is the following:
    1 - Disable "Follow HTTP redirects" checkbox for BS1
    2 - create Proxy service PS1 that will receive HTTP POST request
    3 - invoke BS1 from PS1 using service callout
    4 - analyze BS1 response metadata (http:Location and tran:user-header with "Set-Cookie" name)
    5 - invoke the URL found in http:Location with cookies returned in "Set-Cookie" (by the way, how this can be done in OSB?)
    Any ideas?

    >
    The problem is that during redirects OSB's HTTP transport does not resend cookies that server sent to the OSB (PAY2601224103933258050 in my case).
    >
    Have you checked if <HOST> (in Location:) matches the hostname in original request? I think cookies are related to hostname by default, so if the redirection goes for a different hostname, it is correct for OSB to omit the cookie.
    >
    5 - invoke the URL found in http:Location with cookies returned in "Set-Cookie" (by the way, how this can be done in OSB?)
    >
    You can use Routing Options for setting URL in runtime and Transport Headers for setting headers.

  • How to handle http 302 response in OEG

    how to handle http 302 response.
    The URL has moved <a href="https://............................
    I am using "Connect to URL" and "Reflect message" filters and I am getting http 302 response. In the http esponse body/content I have the "The URL has moved <a href="https://............................"
    How to connect to this url.
    Thank you very much for your help.

    hi
    I took your advise on the second approach and added new filter to catch 302 response and read the new URL from Location. Here is the flow.
    Connect to URL --> Is HTTP CODe =302 --> Retrieve Location from Http Header- Rewrite URL - Dynamic Router - Connection
    I am getting a new error as below. I verified the certificates using the below open ssl comands and added them to the certificate store in OEG. The error comes from the Redirect URL which is cs12.salesforce.com
    C:\Program Files\GnuWin32\bin>openssl s_client -connect test.salesforce.com:443 -showcerts
    and
    C:\Program Files\GnuWin32\bin>openssl s_client -connect cs12.salesforce.com:443 -showcerts
    thank you for your time and help.
    ERROR 06/May/2012:00:22:23.125 [14e0] nested fault: SSL protocol error
    error:140CF086:SSL routines:SSL_VERIFY_CERT_CHAIN:certificate verify fai
    led
    error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate veri
    fy failed:
    java.lang.RuntimeException: SSL protocol error
    error:140CF086:SSL routines:SSL_VERIFY_CERT_CHAIN:certificate verify fai
    led
    error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate veri
    fy failed
    at com.vordel.dwe.ConnectionCache.getConnection(Native Method)
    at com.vordel.circuit.net.ConnectionProcessor$State.tryTransaction(Conne
    ctionProcessor.java:482)
    at com.vordel.circuit.net.ConnectionProcessor.invoke(ConnectionProcessor
    .java:650)
    at com.vordel.circuit.InvocationEngine.invokeFilter(InvocationEngine.jav
    a:154)
    at com.vordel.circuit.InvocationEngine.invokeCircuit(InvocationEngine.ja
    va:43)
    at com.vordel.circuit.InvocationEngine.processMessage(InvocationEngine.j
    ava:229)
    at com.vordel.circuit.SyntheticCircuitChainProcessor.invoke(SyntheticCir
    cuitChainProcessor.java:36)
    at com.vordel.dwe.http.HTTPPlugin.invokeDispose(HTTPPlugin.java:290)
    at com.vordel.dwe.http.HTTPPlugin.invoke(HTTPPlugin.java:131)

  • HTTP Redirect not working as inteded

    We went live with a new website on a new domain yesterday. The plan was to redirect traffic to the new domain. When you enter olddomain.org, it redirects you properly to newdomain.com as it should.I work for financial institution that uses online banking. The URL for our online banking system has been changed as well. We had an SSL certificate setup on onlinebanking.olddomain.org. My coworker setup a new SSL certificate on IIS for onlinebanking.newdomain.com. Once the site change was made I applied the new certificate to the new site and everything worked properly. However users that bookmarked onlinebanking.olddomain.org are receiving certificate errors since the cert has been applied to the new domain.So I setup a HTTP redirect to redirect onlinebanking.olddomain.org to newdomain.com. The HTTP redirect works fine when you manually...
    This topic first appeared in the Spiceworks Community

    Here is the response I received for others who come across this or have a similar issue in the future:
    When you open it with the URL ending in the '/', the two dot, '..', takes the browser, top one level from the current directory which is 'month-1' and looks for the 'res' directory in 'examples' directory. Where as, when you open the URL not ending in '/', it again takes the browser, top one level starting from the current directory which is 'examples' and looks for the 'res' directory on the
    root and since it does not exist over there, thus it displays the page with errors.

  • Request Response Headers

    Hello All,
    Is there any way for me to get back the HTTP Response Headers using the J2EE framework in the format as given below ? I have a Filter which gets me the Request headers but I want to get the corresponding Response Headers also. Can it be done ?
    HTTP/1.1 200 OK
    Date: Mon, 19 Oct 2004 22:12:57 GMT
    Pragma: no-cache
    Server: WebLogic WebLogic Server 6.1 SP1 09/18/2001 14:28:44 #138716
    Content-Length: 297
    Content-Type: text/html
    Expires: Thu, 01 Dec 2004 16:00:00 GMT
    Set-Cookie: SessionID=null; path=/
    Set-Cookie:
    JSESSIONID=O1mD6qo4DcTRQPV3IuQFKR2TBiANadyyzQG2WqsRLOuyPjIABhPQ!1713637281!-
    1073741567!7001!7002; path=/
    Cache-Control: no-cache, post-check=0, pre-check=0
    I am printing out the request headers right now but I want the corresponding response headers sent by the server to the request headers.
    I am using IE. Basically I am trying to track a JSESSIONID which is being lost somewhere. Thus I have to do it programatically.
    Thanks

    http://www.fawcette.com/Archives/premier/mgznarch/javapro/2001/07jul01/kj0107/kj0107-2.asp
    look for "Listing 4" for the code to get the response headers.
    basically he uses a wrapper class around the response object. When any header is added to the reponse he logs the header name and value. When the wrapped response returns to the Filter he then prints out the logged values.

  • HTTP Redirect based upon SRC IP Address

    Is there a way to perform an http redirect based upon user's source IP address on the CSM/GSS environment?
    Logic:
    IF < src ip address is within exception list > THEN
    http redirect to URL2
    ELSE
    http to URL1
    END

    Is there a version of this solution (redirect by client source IP) for the CSS?
    I'm attempting to redirect clients from a few specific networks (source IP's) to the VIP of a second CSS using a service-type redirect and "prefer " ACL commands:
    clause 10 permit any 1.1.1.0 255.255.252.0 destination content owner/content-rule prefer service-type-redirect
    There is an "any any destination any" last clause in the ACL for the remaining source IPs. The ACL is applied to the incoming circuits leading to the webservers.
    A show of the ACL's shows all responses - no matter the client source IP - being caught by the permit any clause at the end of the ACL.
    Extra points: this is a one-arm design with source group destination applied (to return server traffic to the CSS) and traffic is https with SSL terminating at the servers (no SSL module). Content rules are set to be sticky for srcip. Both CSSs are answering content-based DNS queries for the same URL with their local VIP address (but controlling which DNS server clients query isn't readily possible, so static proximity using DNS didn't provide the answer).
    Each CSS is in a different data center: the idea is to keep traffic local by redirecting non-local traffic to its "local" (the other) CSS if services are active (and to keep traffic on the first CSS if the services at the redirected-to CSS are down).
    Don't want too much, do I? ;-)
    Thanks for everyone's time -
    -K.

  • Local Director & HTTP Redirection

    Hi, just wondering if anyone has successfully implemented HTTP
    redirection on Cisco Local Director 416 running ver 4.1.2 Basically I'm
    after any pitfalls to look out for. Current implementation utilizes
    generic session stickiness however this has problems for clients
    trying to access our load balanced servers if they come from behind
    multiple proxies via their ISP.
    Servers are Private IP addressed (Firewall in front of LD performing NAT static
    txlation)
    On another point, how does the Cisco CS11000 (Arrowpoint) perform
    session persistance/stickiness or what "better" ways does the
    Arrowpoint acheive this as compared to Local Director?
    Any helpful input would be much appreciated.
    Rgds
    Adam

    Since there has been no response to your post, it appears to be either too complex or too rare an issue for other forum members to assist you. If you don't get a suitable response to your post, you may wish to review our resources at the online Technical Assistance Center (http://www.cisco.com/tac) or speak with a TAC engineer. You can open a TAC case online at http://www.cisco.com/tac/caseopen
    If anyone else in the forum has some advice, please reply to this thread.
    Thank you for posting.

  • Idoc http redirect from SiteStudio 10gR4 site on UCM 10gR3

    What is the idoc code for performing a http redirect?
    And in idoc, how do I control the response code when redirecting? E.g. setting it to "301 Moved Permanently".
    Thank you.

    Thank you for your suggestion.
    I have tried, without success, to use the setHttpHeader function to perform a redirect.
    I can set the "Location" header, but that does not change the response code. Therefore the "redirect" does not work.
    <!--$ setHttpHeader("Location", "http://www.google.com") -->
    I have try to use PHP like syntax to set the response code appropriately, without any luck:
    <!--$ setHttpHeader("HTTP/1.1 301 Moved Permanently", "") -->
    <!--$ setHttpHeader("HTTP/1.1", "301 Moved Permanently") -->
    <!--$ setHttpHeader("HTTP", "/1.1 301 Moved Permanently") -->
    <!--$ setHttpHeader("", "HTTP/1.1 301 Moved Permanently") -->
    Could anyone please help me out with a code example of a redirect?
    Thanks!

  • External Web Authentication - HTTP Redirect or Proxy?

    I've been reading all of the information I can find about the use of authentication of guest users using an external web server, rather than the native portal provided by a WLC. I've looked at the configuration examples and configuiration guides.
    My question is this: when the WLC redirects the client to the external web server, is it a true http redirect (i.e. a http redirect sent to the client) or does the WLC act as a proxy (via its virtual address  - usually 1.1.1.1), altering the http headers as it does when re-directing requests to its internal web portal ?
    This is important as I need to understand if it is the client that has to be able to connect to the external web server, or whether it is the WLC that has to be able to connect to the external web server.
    The WLC for the solution I am working on is in a highly secure DMZ area, so it is imprtant to know which devices need to talk to which.

    So, to be clear, it is the WLC that needs connectivity to the external server or the client device?
    Both devices need to communicate to the external web server.  The WLC will need to communicate with the external server since it will be expecting a return of information from that server to process the l3 authentication.  The client will need to reach it as the WLC is going to redirect it to that site (reason for pre-auth acl). 
    Does the client communicate directly with the external web server, or will it direct its http requests to 1.1.1.1, which will then be proxied by the WLC to the external web server?
    Again this is both; So the client will lookup/resolve a site and initiate some HTTP traffic, so it starts a TCP SYN for to the real web server it is trying to reach, the WLC will see this request; hijack the IP of the destination server and reply back to the client(pretending to be the "internet" server) The WLC redirects the client to it's virtual IP; whether using internal or external web auth.  So the client will arrive at the virtual IP of the WLC; which will then redirect the client to the external web server in your case.  When this happens the WLC has also inserted some information in to the redirect URL on the clients behalf so which the external server will use to send the information it collects (assuming you're using one of our standard external bundles).  The external server will process the client HTTP GET, so as far as "viewing and using" the external web server; the client will make that request directly to the external web server.  The external server, upon submittion of the form on the page, will send the information collected from the client back to the WLC server (which it learned it's IP from the redirect URL).  The authentication of the client will take place at the WLC.
    So in this scenario you need a love triangle between the Client, WLC, and external server.  All will be talking to one another at some point.  Your client needs connectivity to the external server; and your WLC needs connectivity to the external server.
    David W.

  • Flash interprets 3xx redirect responses as errors.

    Hi I am trying to upload videos to the YouTube API, it used to work great, butsomething has changed and now Flash interprets 3xx redirect responses as errors!
    I found a post on another forum where somebody has commented on the issue much better than i can, but there is still no answer
    Help please? I think this is an actual BUG in flash though...
    [ANOTHER GUYS QUESTION]
    Please help us to solve the following issue:
    We are uploading a video to YouTube using the FileReference.upload()
    method in AS3/Flex.  When it finishes, YouTube sends a status 302,
    which causes FileReference to trigger an IOErrorEvent. ResponseURL
    parameter is empty with no any data to extract. Of course, we expect
    here status 200 and after some tests we noticed the problem is
    connected with versions of Flash Player.
    We tested on next versions and:
    10.0.42.34 worked (received status 200)
    10.0.42.45 didn't work (received status 302)
    10.1.53.64 didn't work (received status 302)
    Also we found some older post from July 7, 2009 on
    http://blog.curiousmedia.com/?q=blog/upload-youtube-flash which
    describes the same problem in section "The Mac problem" but with no
    correct solution.
    Something similar about status 302 was said and for Youtube API for
    Python where the one should set ssl param to False to receive correct
    status back, but we are not sure how this can be implemented in
    context of flash. Here is the post about it:
    http://stackoverflow.com/questions/2863785/gdata-youtube-api-302-the-...
    We tried to search alot all over the internet and Youtube's Docs, but
    there is no any mention about the solution for this problem.
    Thanks for any reply in advance!
    [YOUTUBES ANSWER]
    Hi there,
    I ran the example you are referring to and I'm getting 302, as expected
    since it is basically utilizing the browser-based uploading mechanism which
    triggers a redirect.
    From AS3 documentation I gather that, ioError event always follows
    httpStatus event :
    http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/n...
    and this is what I see while running the uploader in Flex 10.x plugin :
    [HTTPStatusEvent type="httpStatus" bubbles=false cancelable=false
    eventPhase=2 status=302 responseURL=null]
    [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2
    text="Error #2038: File I/O Error. URL:
    http://uploads.gdata.youtube.com/action/FormDataUpload/AIwbFARxu-IiTy...
    The file does get uploaded to YouTube, as expected. However, it looks like
    Flash interprets 3xx redirect responses as errors.
    The challenge of coming up with a better solution is related to limitations
    of flash.net.FileReference, currently it does not allow one to set custom
    request headers in Flash (from docs I gather that it is possible in Adobe
    Air though) to implement, for example, resumable uploads.
    Thanks,
    Jarek Wilkiewicz, YouTube API Team
    Any ideas gurus????
    Cheers

    HI, i'm currently facing tha same issue, succesfull uploads but a non usable response object from event:
    [HTTPStatusEvent type="httpStatus" bubbles=false cancelable=false eventPhase=2 status=302 responseURL=null]
    Did u ever solved it or found a solution for this?
    this is my actual code:
    package com.theguaz {
        import flash.display.*;
        import flash.events.*;
        import flash.net.*;
        import flash.system.*;
        import flash.external.ExternalInterface;
        import com.adobe.serialization.json.*
        import com.greensock.TweenMax;
        import com.greensock.easing.*
        import com.greensock.plugins.*;
        public class FinalConnector extends MovieClip {
            private const _getTokenURL:String = "http://clientloginsolverUrl/youtube.php";
            private var _fileReference:FileReference;
            private var _uploadComplete:Boolean;
            private var _postUrl:String;
            private var _nextUrl:String;
            private var _token:String
            public function FinalConnector() {
                // constructor code
                addEventListener(Event.ADDED_TO_STAGE, configUI);
            private function configUI(e:Event):void {
                stage.scaleMode = StageScaleMode.NO_SCALE;
                stage.align = StageAlign.TOP_LEFT;
                setupBtns();
            private function setupBtns():void{
                login_btn.addEventListener(MouseEvent.CLICK, clickEventHandler);
                upload_btn.addEventListener(MouseEvent.CLICK, clickEventHandler);
                upload_btn.alpha = .1; upload_btn.mouseEnabled = false;
            private function clickEventHandler(e:MouseEvent):void{
                switch(e.currentTarget){
                    case login_btn:
                        youTubeLoginGateway();
                    break;
                    case upload_btn:
                        doUploadClick();
                    break;
                    /*case logout_btn:
                        doLogoutClick();
                    break;*/
            private function youTubeLoginGateway ():void {
                var urlRequest:URLRequest = new URLRequest(_getTokenURL);
                urlRequest.method = URLRequestMethod.GET;
                var urlLoader:URLLoader = new URLLoader();
                urlLoader.addEventListener(Event.COMPLETE, authCompleteHandler);
                urlLoader.addEventListener(SecurityErrorEvent.SECURITY_ERROR, authFailedHandler);
                urlLoader.addEventListener(IOErrorEvent.IO_ERROR, authFailedHandler);
                urlLoader.load(urlRequest);
            private function authCompleteHandler(event:Event):void {
                var urlLoader:URLLoader = URLLoader(event.target);
                var result:Object = JSON.decode(urlLoader.data);
                _token = result.token;
                _postUrl = result.postUrl;           
                upload_btn.alpha = 1; upload_btn.mouseEnabled = true;
                label_txt.text = urlLoader.data;
            private function authFailedHandler(event:ErrorEvent):void {
                var loginErrorEvent = event;
                ExternalInterface.call("console.log", loginErrorEvent);
            private function doUploadClick():void {
              _fileReference = new FileReference();
              _fileReference.addEventListener(Event.SELECT, fileSelectHandler);
              _fileReference.addEventListener(ProgressEvent.PROGRESS, progressHandler);
              _fileReference.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);
              _fileReference.addEventListener(HTTPStatusEvent.HTTP_STATUS, httpStatusHandler);
                  var videoFilter:FileFilter = new FileFilter("Video", ".*f4v; *.flv; *.wmv; *.mpeg; *.mpg; *.f4v; *.vp8; *.webm; *.3gp; *.mp4; *.mov; *.avi; *.mpegs; *.mpg; *.3gpp;");
                _fileReference.browse([videoFilter]);
            private function httpStatusHandler(event:HTTPStatusEvent):void {
              // Browser-based uploads end with a HTTP 302 redirect to the 'nexturl' page.
              // However, Flash doesn't properly handle this redirect. So we just use the presence of the 302
              // redirect to assume success. It's not ideal. More info on browser-based uploads can be found at
              // http://code.google.com/apis/youtube/2.0/developers_guide_protocol_browser_based_uploading. html
                  if (event.status == 302) {
                    trace(event);
                    _uploadComplete = true;
                    label_txt.text = 'File uploaded successfully.';
                    TweenMax.to(label_txt, .25, {alpha:1});
            private function fileSelectHandler(event:Event):void {
                _fileReference.addEventListener(Event.COMPLETE, uploadCompleteHandler);
                uploadFile();
            private function uploadCompleteHandler(event:Event):void {
                label_txt.text = "File Uploaded: " + event.target.name;
            private function progressHandler(event:ProgressEvent):void {
                  var percent:Number = Math.round(100 * event.bytesLoaded / event.bytesTotal);
                label_txt.text = String(percent);
            private function ioErrorHandler(event:IOErrorEvent):void {
                  // uploadComplete is set in the httpStatusHandler when the HTTP 302 is returned by the YouTube API.
                  if (!_uploadComplete) {
                    trace('An error occurred: ' + event);
            private function uploadFile():void {
                var variables:URLVariables = new URLVariables();
                variables.token = _token;
                variables.nextUrl = "http://whatsoever/success.php";
                label_txt.text = "uploading...";
                TweenMax.to(label_txt, .25, {yoyo:true, repeat:-1, alpha:.5});
                var fileUploadUrl:URLRequest = new URLRequest(_postUrl);
                fileUploadUrl.contentType = "multipart/form-data";
                fileUploadUrl.method = URLRequestMethod.POST;
                fileUploadUrl.data = variables
                  _fileReference.upload(fileUploadUrl, 'file');
            //////////// END OF CLASS
    regards

  • Error in SXI_CACHE and reading HTTP destination: INTEGRATION_DIRECTORY_HMI

    I have been going over many posts etc trying to figure out why this quit working. Basically everything was working fine, and I did a Integration Process Scenario and uploaded that, once that was complete I started getting cache errors that where affecting everything else already configured in XI.
    I have tested in SM59 INTEGRATION_DIRECTORY_HMI and when I put in path
    /dir/hmi_cache_refresh_service/ext I get back a 200 response on connection test
    and put in path /dir/cacheRefresh I get a 500 response which I assume both are fine,
    I have also tested by the ping test in sicf using PIISUSER along with the url test of http://<host name>:<port>/dir/hmidiag/ext?method=info all was successful
    So the error seems to come when I run sxi_cache
    If I do a delta cache it comes up with the following error Prefix number: entry missing for system PIT client 300
    If I do a full cache refresh it runs in the background (and while it runs all the other scenario's work) but after the full cache comes back it has Unable to refresh cache contents with the message of Error when reading HTTP destination: INTEGRATION_DIRECTORY_HMI.
    Also once this error is checked all other scenerio's quite working again with the following message
    XIServer:UPDATE:Error when reading HTTP destination: INTEGRATION_DIRECTORY_HMI
    Does anyone have any ideas?
    I def award points
    Cheers
    Devlin

    Hi,
    I don't know if this is the exactly case we have here... but in our PI DEV and PRD environments it does not happen. In our QAS environment this error occurs everytime we create/change some integration scenario object and activate it. Then, all outbound interfaces start with this error. To solve it we go for a full refresh, delete Adapter Engine cache and restart ICM.
    We are trying for a long time to search why this happens only on QAS environment without success... But thanks good it does not happen in PRD
    regards.
    roberti

  • HT1933 How are you supposed to do this when it DOESN'T EVEN WORK!!!! you press report problem and it comes up saying " too many http redirects". Total useless !

    How are you supposed to REPORT THE PROBLEM when it DOESN'T EVEN WORK!!
    I clicked it as I got a receipt for something that HAS NOT EVEN BEEN BOUGHT ! (It's funny how apple try to charge me twice for something when I work nightshift and my phones switched off!)
    and all that happened was it came up saying "too many HTTP redirects" .
    And it won't let me report it ! X

    Go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report your issue to the iTunes Store.
    Regards.

  • Need help on extensibility of response headers

    hi everyone
    Is it possible toextend the functionality of response headers through servlets
    help wud be greatly appreciated
    thanks in advance

    You can add extra header information through the use of the HttpServletResponse.setHeader( String name, String value ) or HttpServletResponse.addHeader( String name, String value ).

Maybe you are looking for

  • Regarding Portal Performance

    HI friends:    after some time running, Portal memory seems to be overflow, users can't log onto the system, error  says iviews couldn't be reached,  when restart server, everything recover, could you please tell me how release those memory which see

  • Sending a huge video clip via email?

    hey, what is the easiest way for me to send a video clip to someone via email. In quicktime & FCut the file is HUGE around 1000 mb, I have compressed it using compressor to H.264 but it is still 22 mb and on the email the video viewer is sooo small l

  • Use a Secondary CE in actual Periodic Repostings cycle

    Hi, I need your help to figure out how to move on with this process. May you help me out? I want to settle a CE group for a CC group to some WBS "dummy" with different percentage on the receiver tracing factor. Afterwards I would like to settle each

  • Leica Digilux 2 support in 10.4.6

    No more DNG and plist hacks. This is great.

  • Cw3dgraph_ocx.msm is missing

    I had Measurement Studio 7.0 installed for VS2003, and Measurement Studio 8.1 installed for VS2005 (in separate directories).  I upgraded both to Measurement Studio 8.5, and now the cw3dgraph.ocx.msm is missing from my merge modules directory, and th