HttpURLConnection response timeout?

All,
I'm writing a batch-mode application that sends requests via HTTP(s) to gather information in a loop. The service provider in this case is relatively flakey, and will sometimes hold the connection open and not respond, at times for more than a half hour (effectively dead). I need to disconnect and retry the request if I detect the connection has been held open with no data passed for some amount of time. Does anyone have a solution for this?
Thanks,
~ Paul

Have a look at apacje's http-client. It has a timeout setting for HTTP requests.

Similar Messages

  • Ftp response timeout / browser preview doesn't work

    Good evening,
    today i tried to update my website. Only problem, when i displayed the browser preview some of the elements simply wouldn'T show up that did in earlier version of use. I never had any problems in this direction so i continued with my workflow. When i started to upload my images via an ftp client i experience a problem as well that might be connected to the first one. after some image were uploaded i got the error that "FTP response timeout" so i tried it again later but with the same result. i can skip the images but it takes just too much time and simply doesn't work as intended. Do you guys have an idea what the solution for my problem might be?
    windows 7 muse 2014.2 64bit
    internet is working all right
    the problem occurs when i try the browser preview as well so it'S rather connected to muse than my ftp client
    i don't have any missing elemts and all links are up to date
    i hope you can help me . Thanks a lot in advance!
    Lucas

    Hi Lucas,
    Could you please send your muse file to [email protected] so we may have a look. Please make sure you mention the link of this forum thread in the email Subject so we may handle it appropriately. Also, if the file is larger than 20MB, please use an online file sharing service like Dropbox or WeTransfer.
    Thanks,
    Vikas

  • Remote host response timeout

    help !
    os: IBM AIX (japanese version)
    app server: IBM WEBSphere 3.5(japanese version)
    connection pools: com.ibm.servlet.connmgr.IBMConnSpec
    com.ibm.servlet.connmgr.IBMConnMgr
    sourse:
    spec = new IBMJdbcConnSpec(poolName, true, jdbcDriver,url, printer_user, printer_pass);
    connMgr = IBMConnMgrUtil.getIBMConnMgr();
    cmConn = (IBMJdbcConn)connMgr.getIBMConnection(spec);
    dataConn = cmConn.getJdbcConnection();
    stmt = dataConn.createStatement();
    error message:
    java.sql.SQLException: I/ONc30$G$9!#: remote host response timeout
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java)
    at oracle.jdbc.driver.OracleConnection.privateCreateStatement(OracleConnection.java)
    at oracle.jdbc.driver.OracleConnection.CreateStatement(OracleConnection.java)
    this error is not always ocurred, just sometimes. please help me ,
    thanks.

    help !
    os: IBM AIX (japanese version)
    app server: IBM WEBSphere 3.5(japanese version)
    connection pools: com.ibm.servlet.connmgr.IBMConnSpec
    com.ibm.servlet.connmgr.IBMConnMgr
    sourse:
    spec = new IBMJdbcConnSpec(poolName, true, jdbcDriver,url, printer_user, printer_pass);
    connMgr = IBMConnMgrUtil.getIBMConnMgr();
    cmConn = (IBMJdbcConn)connMgr.getIBMConnection(spec);
    dataConn = cmConn.getJdbcConnection();
    stmt = dataConn.createStatement();
    error message:
    java.sql.SQLException: I/ONc30$G$9!#: remote host response timeout
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java)
    at oracle.jdbc.driver.OracleConnection.privateCreateStatement(OracleConnection.java)
    at oracle.jdbc.driver.OracleConnection.CreateStatement(OracleConnection.java)
    this error is not always ocurred, just sometimes. please help me ,
    thanks.

  • Server response timeout

    Hi,
    How can I control from the client application (C++) the response timeout from the Oracle 8i database server? Or more general question: how can I know in the client application that Oracle server is down?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Igor Izvarin:
    Or more general question: how can I know in the client application that Oracle server is down?<HR></BLOCKQUOTE>
    Same way as when you try to figure out when another machine is down or not: PING. You can have a simple procedure on the server side that always returns the same success message. You call it using your favourite interface (OCI,precompiler, whatsoever) and if you haven't got your very own success message - most likely the server is down

  • [SOLVED]Setting the profile option:OPP Response Timeout to a higher

    hi frs,
    while running report getting error like
    Beginning post-processing of request 410882 on node USAORF01 at 10-JAN-2006 11:45:17.
    Post-processing of request 410882 failed at 10-JAN-2006 11:50:18 with the error message:
    The Output Post-processor is running but has not picked up this request.
    No further attempts will be made to post-process this request, and the request will be marked with Warning status.
    Setting the profile option Concurrent: OPP Response Timeout to a higher value may be necessary.
    i found a document on metalink docid: 352370.1
    in doc they have given like RESTART 'Output Post Processor' so that problem can be solved.
    how much time it will take to restart the 'Output Post Processor'.
    'Output Post Processor' is based on any level like site or user or responsibilty.
    pls help in understanding about 'Output Post Processor'.
    Thanks
    Rajesh
    Message was edited by:
    Rajesh.mani

    We typically set this to profile to NO in production instances, unless troubleshooting an issue - it is then set at an appropriate level (USER or RESP etc) temporarily.
    We have not found any performance issue when setting this in non-production instances.
    MOS Doc 275876.1 - Oracle Application Framework Profile Options Release 11i (11.5.10)
    HTH
    Srini

  • HttpURLConnection , Response Code : 404 for HTTP method HEAD  302 for GET

    After establishing the connection For the URL : http://calendar.google.com/ the response code is different for different HTTP METHODS.
    For the method HEAD the response code is 404
    For the method GET the response code is 302
    Ideally according to W3 standards the header part for both methods should be same.
    www.w3.org/Protocols/rfc2616/rfc2616-sec9.html
    Unfortunately all the websites are not following the same standards.
    The above brings up an important issue.
    (i.e) soley depending on the HEAD method for checking the validity of the link may fail sometimes even if the link is
    valid.
    Please put up your comments and observations on this.
    Sample Code
    public static void main(String[] args) {
    try{
    URL myurl = new URL("http://calendar.google.com");
    URLConnection connection = myurl.openConnection();
    if(connection instanceof HttpURLConnection) {
    HttpURLConnection httpConnection = (HttpURLConnection) connection;
    HttpURLConnection.setFollowRedirects(true);
    httpConnection.setRequestMethod("HEAD");
    httpConnection.connect();
    System.out.println("Response = "+httpConnection.getResponseCode());
    catch(Exception e) {
    System.out.println(e);
    Edited by: rama.krishna on Dec 3, 2007 3:47 AM

    Iam not encountering any problem.It's just a discussion.

  • HTTPURLConnection response with multiple Set-Cookie Header key

    I set up a connection to a server and it gives me a response. This response has two header keys but when I loop through like so many reference and how-to sites tell me I only get one and its the last value.
    This is some code that I'm using:
    for (int i=1; (headerName = conn.getHeaderFieldKey(i))!=null; i++) {
         System.out.println(headerName);
         if (headerName.equals("Set-Cookie")) {                 
                     cookie += conn.getHeaderField(i);   }           
         }Has anyone attempted this successfully? This code was copy and pasted from an example claimed to work but I used it myself and it doesn't work.
    This is the response message:
    HTTP/1.1 302 Moved Temporarily
    Date: Mon, 16 Feb 2009 03:47:47 GMT
    Server: Apache
    Set-Cookie: JSESSIONID=E7C54E0ECE8CCFD89EF91FF8A47E34BC; Path=/
    Location: http://<SITEURL>/redirecting.jsp
    Content-Length: 0
    P3P: CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE PSA"
    Keep-Alive: timeout=15, max=15
    Connection: Keep-Alive
    Content-Type: text/html;charset=ISO-8859-1
    Set-Cookie: BIGipServerI2O_pool_A=1815557130.20480.0000; path=/

    I just read in the Bug database that this is a JDK 1.4 bug, with no workaround proposed. I am using JDK 1.3.
    Does anyone out there know about a workaround or what other scheme I could use to do the same thing? (For me it's necessary to set at least the User-Agent and the Cookie headers).

  • Timeout using HttpUrlConnection

    Dear all,
    today I found out that my software has a problem with the standard timeout using the HttpUrlConnection. I have to connect to a server and have to read a file with more than 1400 Byte. After 1460 Byte it seems that the connection is closed. I downloaded some pieces of code (http://groups.google.de/groups?hl=de&lr=&selm=b7aab076.0401230914.6c2c678f%40posting.google.com&rnum=1) and added it to my software (creating new TimeoutHandler, ...). But I still get this timeout - or it seems like it is a timeout.
    Any ideas??
    Thx,
    Sabine

    today I found out that my software has a problem with
    the standard timeout using the HttpUrlConnection.What timeout? I don't believe there is one with this class. Maybe the server side is closing the connection - and if that's the case, it's not going to matter what you do on the client end.

  • Pick Activity delaying WS response causing timeout error

    Hi,
    In my BPEL process, I am invoking a Webservice through partnerlink. After the invoke activity i am assigning some message to the output variable. It is working fine.
    Now, i want to display a custom message on WS response time out. In order to achieve this, I added a *'Pick Activity' after the 'Invoke Activity'*. Now, the same WS response is timing out at around 45 sec. So, If I add a timer of 30 sec, it shows my custom message of request timed out and if i change the timer time out to 1 min, then it shows system error message, as below
    <Faulthttp://schemas.xmlsoap.org/soap/envelope/>
    <faultcode>env:Server</faultcode>
    <faultstring>com.oracle.bpel.client.delivery.ReceiveTimeOutException: Waiting for response has timed out. The conversation id is d992ed601d021346:666c57cb:129822499b8:-7f8e. Please check the process instance for detail.</faultstring>
    </Fault>
    So, I am not able to understand that why Webservice response is timing out on adding pick activity after invoking webservice.
    Below is the code snippet.
    <invoke name="Invoke_MathResultWS"
    partnerLink="MathResultWS"
    portType="ns1:MathResultWS" operation="division"
    inputVariable="Invoke_MathResultWS_division_InputVariable"
    outputVariable="Invoke_MathResultWS_division_OutputVariable"/>
    <pick name="Pick_1">
    <onMessage portType="client:Pooja_MathBPEL2"
    operation="process"
    variable="OnMessage_process_InputVar"
    partnerLink="client">
    <assign name="Assign_Vars">
    <copy>
    <from variable="Invoke_MathResultWS_division_OutputVariable"
    part="parameters"
    query="/ns2:divisionResponseElement/ns2:result/ns2:output"/>
    <to variable="outputVariable" part="payload"
    query="/client:Pooja_MathBPEL2ProcessResponse/client:Result"/>
    </copy>
    <copy>
    <from variable="Invoke_MathResultWS_division_OutputVariable"
    part="parameters"
    query="/ns2:divisionResponseElement/ns2:result/ns2:messg"/>
    <to variable="outputVariable" part="payload"
    query="/client:Pooja_MathBPEL2ProcessResponse/client:Message"/>
    </copy>
    </assign>
    </onMessage>
    <onAlarm for="'PT1M'">
    <assign name="Assign_TimeOut">
    <copy>
    <from expression='"WebService Response TimeOut"'/>
    <to variable="outputVariable" part="payload"
    query="/client:Pooja_MathBPEL2ProcessResponse/client:Message"/>
    </copy>
    <copy>
    <from expression='number("0")'/>
    <to variable="outputVariable" part="payload"
    query="/client:Pooja_MathBPEL2ProcessResponse/client:Result"/>
    </copy>
    </assign>
    </onAlarm>
    </pick>
    </sequence>
    </otherwise>
    </switch>
    </sequence>
    Note: I am working on SOA 10g

    Hi Shanmu,
    I couldn't understand what you mean by saying "Pick activity would add an additional operation to the BPEL wsdl and to proceed further, that operation would need to receive data."
    As far as I understand the use of pick activity, it has a onMessage branch which contains the code for receiving a reply and a onAlarm branch which contains the code for a timeout. So, I think it can be used to check webservice response time out if the ws doesn't return response in some specified duration of time.
    Moreover, can you pls elaborate on how can I catch the remoteFault, coz in exception handling, what i have tried so far is throwing a custom exception from a scope when some condition is not met and catching it. So, it would be helpful if you can refer me a link to some example on catching a remoteFault.

  • LMS Timeouts - Captivate 4

    I have a client who is having problems with a lesson timing out. It was built in Captivate 4 (before I started the company) and drops the connection to the server after a certain amount of idle time. This loses the tracking which is obviously a huge problem especially considering it takes hours for our customers to go through the lesson. It's 'a biggie'.
    I was reading that there are some other development tools (that will remain nameless)  that actually ping the server at set intervals to ensure there are no timeouts. Does anyone know if this feature is in Captivate 5 +? Any idea if this is strictly a server issue? Any thoughts are welcome.
    Many thanks in advance for sharing...
    Best, Steve

    I'm not sure where this stands with the latest versions of Captivate, but for versions 3 and 4, I'm pretty sure CP would send it's stored ('suspend') data to the LMS on a timed basis - like every 7 seconds or something. So if it's a big course and a lot of data is being recorded...the further the user gets into the course, and the more data CP sends (it sends the full 'suspend_data' string)...
    So I could see a situation where after several minutes, the suspend_data value has grown very large, and it isn't able to send the full string before the LMS times-out waiting for the data...and/or before 7 seconds elapses and it tries to send the data again...
    SO perhaps an 'easy fix' is to select the preference that says 'never send resume data'. That should prevent the CP lesson from sending the suspend_data to the LMS. The downside of that is then that the lesson/LMS has no way to resume (ie bookmark) the lesson. So if a user goes halfway through and closes the lesson, then relaunches it later, the lesson starts over.
    BUT that at least may be a way to troubleshoot the issue and see if that prevents the timeout from occuring.
    IF that seems to work then you can first try to re-enable resume data (uncheck 'never send resume data') but reduce the amount of information it contains by selecting just 'Report Score' instead of 'Interactions and Score' under the Reporting Level section of the project preferences...
    Of course, if that section is already set to just 'Report Score' then that doesn't help much...
    ...in which case, if you still have the problem and just 'Report Score' is selected and you need to have bookmarking (resume data) then the only option is likely to split the lesson into more manageable bits...
    ...or increase the LMS response timeout on the server, or increase the bandwidth between the user and the LMS...(!)
    HTH
    Erik

  • Timeout warnings in the Sun ONE MQ log

    I am running Sun ONE MQ 3.0.1 Enterprise Edition
    with Windows 2000 Advanced Server. In the log excerpt below, there are warnings referring to 'Timeout' in reaching states. Does anyone know
    what causes this? These timeout warnings are throughout the log.
    [14/Sep/2003:05:56:33 EDT] [B1066]: Closing: [email protected]:-1->httpsjms:-1888930781. Count=11
    [14/Sep/2003:05:56:40 EDT] [B1066]: Closing: [email protected]:0->httpsjms:0. Count=12
    [14/Sep/2003:05:56:40 EDT] WARNING [B2051]: Removing IMQConn[AUTHENTICATION REQUESTED,[email protected]:-1,null]:state[AUTHENTICATION REQUESTED]. Timeout in reaching state AUTHENTICATION RESPONSED within 180 seconds.
    [14/Sep/2003:05:56:50 EDT] [B1065]: Accepting: [email protected]:-1->httpsjms:-1888930779. Count=11
    [14/Sep/2003:05:57:00 EDT] [B1065]: Accepting: [email protected]:-1->httpsjms:-1888930778. Count=10
    [14/Sep/2003:05:57:00 EDT] [B1066]: Closing: [email protected]:-1->httpsjms:-1888930778. Count=9
    [14/Sep/2003:05:57:02 EDT] [B1065]: Accepting: [email protected]:0->httpsjms:0. Count=11
    [14/Sep/2003:05:57:02 EDT] [B1066]: Closing: [email protected]:0->httpsjms:0. Count=11
    [14/Sep/2003:05:57:02 EDT] WARNING [B2051]: Removing IMQConn[CONNECTED,???@null:-1,null]:state[CONNECTED]. Timeout in reaching state INITIALIZED within 180 seconds.
    [14/Sep/2003:05:57:07 EDT] [B1066]: Closing: [email protected]:0->httpsjms:0. Count=12
    [14/Sep/2003:05:57:07 EDT] WARNING [B2051]: Removing IMQConn[CONNECTED,???@null:-1,null]:state[CONNECTED]. Timeout in reaching state INITIALIZED within 180 seconds.

    The broker generates these warning when it expects certain
    protocol from the client but does not receive it in the 180 second
    reply window. When this occurs the connection to the client is
    closed by the broker.
    For example when a client makes a connection to the broker
    the broker sends an AUTHENTICATE_REQUEST to the client.
    The client should reply with an AUTHENTICATE response.
    If the broker does not receive that response in 180 seconds
    it generates the warning you are seeing and closes the connection for the client.
    What can cause a client not to respond? If it is on a very heavly
    loaded system it may not repond in time - but 180 seonds is a
    long time. But given you are using the HTTPS service it is
    possible the https servlet is the slow point given it may be
    processing many clients. The broker could potentially be the
    problem if it is heavly loaded or the host it is running on is
    heavily loaded. You should rule all these out first.
    To debug this you might try increasing the timeout to see
    if that helps the situation:
    # timeout in seconds in waiting for client hello and response to
    # authentication request on a connection
    imq.authentication.client.response.timeout=180
    Chris
    http://wwws.sun.com/software/products/message_queue/

  • Stop connection timeouts from happening - want the page to wait

    I run multiple tab that monitor various tools. These pages refresh themselves. The pages have to wait for each other to finish before they can start.
    In version 28 this was fine. The page would just wait indefinitely and kick in when a previous page finished doing its thing.
    Now in version 29 it returns with a "The connection has timed out" message after some minutes.
    I have adjusted
    network.http.connection-timeout
    network.http.pipelining.read-timeout
    to high values but problem is still occurring. Any thoughts on how I can return the behavior to FF28?

    I can confirm that this setting works.
    Either setting it to 0 or a very large number returns the behavior to previous.
    http.response.timeout = 0
    or
    http.response.timeout = 300000
    My scripts now do no time out when waiting.
    Thanks.

  • How can we set the profile options to increase OPP response Time

    Hi All,
    While running the concurrent program to merge the data template and rtf template we got the following message in the log file.
    Executing request completion options... ------------- 1) PUBLISH ------------- Beginning post-processing of request 9079946 on node G2C-IDEV-02 at 21-SEP-2007 02:04:49. Post-processing of request 9079946 failed at 21-SEP-2007 02:19:53 with the error message: The Output Post-processor is running but has not picked up this request. No further attempts will be made to post-process this request, and the request will be marked with Warning status. Setting the profile option Concurrent: OPP Response Timeout to a higher value may be necessary. --------------------------------------
    Thanks in advance

    Hi ,
    There are 2 new profiles options that can be used to control the timeouts. Depending on the error message, one of the following solutions needs to be implemented.
    Profile Option : Concurrent:OPP Response Timeout
    Internal Name : CONC_PP_RESPONSE_TIMEOUT
    Description : Specifies the amount of time a manager waits for OPP to respond to its request for post processing.
    Profile Option : Concurrent:OPP Process Timeout
    Internal Name : CONC_PP_PROCESS_TIMEOUT
    Description : Specifies the amount of time the manager waits for the OPP to actually process the request.
    Note: The profile options are available as of $FND_TOP/patch/115/sql/AFCPOPRB.pls 115.3 and are included in Patch 4125550 11.5.10 CU2 for ATG Product family.
    Solution A
    Option 1: Increase the value (in seconds) for the profile option 'Concurrent:OPP Response Timeout'.
    Option 2: Increase the number of processes or threads (or both) of the OPP via Oracle Applications Manager (see Note 291792.1 for the detailed instructions)
    Solution B
    Increase the value (in seconds) for the profile option 'Concurrent:OPP Process Timeout'.
    Workaround
    The timeouts can also be altered directly in the package AFCPOPRB.pls :
    -- Default timeout values for waiting on a response to a request (seconds)
    TIMEOUT1 constant number := 120;
    TIMEOUT2 constant number := 300;
    TIMEOUT1 and TIMEOUT2 corresponds to respectively OPP Response Timeout (solution A) and OPP Process Timeout (solution B).
    Cheers
    Ranjit.

  • Response time increase in OSB

    Dear all,
    While performing the Load test, during initial 2 - 3 hrs performance is very good. after 2 -3 hrs response time increasing and there by throughput going down 4 times.
    when i check in GC Log, i found all OC's. generally i used to find many YC's and very less OC's. but this time its deferent. not sure why this behaviour.
    Below is snap shot of my gc.log.
    Following are my startManagedweblogic java options.
    JAVA_OPTIONS="${JAVA_OPTIONS} -Xverbose:memory -Xmx:6144m -Xms:6144m -Xns:3072m -Xverbosetimestamp -Xgcprio:pausetime -Xverboselog:/usr/home/WEBADM/blq2gsbl/BLQRYSBDM/bin/gc.log -Xverbose:gcreport -XlargePages -XXgcThreads:8 -XXtlasize:min=2k,preferred=16k -XXnoSystemGC"
    please note that i have enough memory to increase till 12 gb also. i found better performance with 6g so i kept it as 6.
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    [memory ][Mon Aug 12 12:34:11 2013][16261] Running with 32 bit heap and compressed references supporting 32GB heap.
    [memory ][Mon Aug 12 12:34:11 2013][16261] Using 256MB pages for Java heap.
    [memory ][Mon Aug 12 12:34:12 2013][16261] GC mode: Garbage collection optimized for short pausetimes, strategy: Generational Concurrent Mark & Sweep.
    [memory ][Mon Aug 12 12:34:12 2013][16261] Heap size: 6291456KB, maximal heap size: 6291456KB, nursery size: 3145728KB.
    [memory ][Mon Aug 12 12:34:12 2013][16261] <start>-<end>: <type> <before>KB-><after>KB (<heap>KB), <time> ms, sum of pauses <pause> ms.
    [memory ][Mon Aug 12 12:34:12 2013][16261] <start>  - start time of collection (seconds since jvm start).
    [memory ][Mon Aug 12 12:34:12 2013][16261] <type>   - OC (old collection) or YC (young collection).
    [memory ][Mon Aug 12 12:34:12 2013][16261] <end>    - end time of collection (seconds since jvm start).
    [memory ][Mon Aug 12 12:34:12 2013][16261] <before> - memory used by objects before collection (KB).
    [memory ][Mon Aug 12 12:34:12 2013][16261] <after>  - memory used by objects after collection (KB).
    [memory ][Mon Aug 12 12:34:12 2013][16261] <heap>   - size of heap after collection (KB).
    [memory ][Mon Aug 12 12:34:12 2013][16261] <time>   - total time of collection (milliseconds).
    [memory ][Mon Aug 12 12:34:12 2013][16261] <pause>  - total sum of pauses during collection (milliseconds).
    [memory ][Mon Aug 12 12:34:12 2013][16261]            Run with -Xverbose:gcpause to see individual phases.
    [memory ][Mon Aug 12 12:49:59 2013][16261] [YC#1] 947.689-948.011: YC 3426740KB->1274833KB (6291456KB), 0.323 s, sum of pauses 322.080 ms, longest pause 322.080 ms.
    [memory ][Mon Aug 12 12:50:18 2013][16261] [YC#2] 966.433-966.521: YC 3700241KB->1381022KB (6291456KB), 0.088 s, sum of pauses 87.355 ms, longest pause 87.355 ms.
    [memory ][Mon Aug 12 12:50:33 2013][16261] [YC#3] 981.691-981.734: YC 3806640KB->1448962KB (6291456KB), 0.043 s, sum of pauses 42.316 ms, longest pause 42.316 ms.
    [memory ][Mon Aug 12 12:50:48 2013][16261] [YC#4] 996.195-996.232: YC 3876151KB->1518729KB (6291456KB), 0.037 s, sum of pauses 36.360 ms, longest pause 36.360 ms.
    [memory ][Mon Aug 12 12:51:03 2013][16261] [YC#5] 1011.797-1011.833: YC 3950327KB->1592393KB (6291456KB), 0.036 s, sum of pauses 35.004 ms, longest pause 35.004 ms.
    [memory ][Mon Aug 12 12:51:19 2013][16261] [YC#6] 1027.447-1027.489: YC 4022805KB->1665479KB (6291456KB), 0.041 s, sum of pauses 40.711 ms, longest pause 40.711 ms.
    [memory ][Mon Aug 12 12:51:34 2013][16261] [YC#7] 1043.090-1043.127: YC 4097355KB->1739629KB (6291456KB), 0.037 s, sum of pauses 35.984 ms, longest pause 35.984 ms.
    [memory ][Mon Aug 12 12:51:50 2013][16261] [YC#8] 1058.656-1058.704: YC 4171396KB->1814054KB (6291456KB), 0.047 s, sum of pauses 46.695 ms, longest pause 46.695 ms.
    [memory ][Mon Aug 12 12:52:00 2013][16261] [YC#9] 1068.490-1068.533: YC 4245475KB->1887941KB (6291456KB), 0.043 s, sum of pauses 42.002 ms, longest pause 42.002 ms.
    [memory ][Mon Aug 12 12:52:09 2013][16261] [YC#10] 1077.381-1077.421: YC 4318167KB->1961481KB (6291456KB), 0.041 s, sum of pauses 39.592 ms, longest pause 39.592 ms.
    [memory ][Mon Aug 12 12:52:19 2013][16261] [YC#11] 1087.366-1087.406: YC 4394185KB->2036571KB (6291456KB), 0.039 s, sum of pauses 38.757 ms
    87.597 ms, longest pause 50.632 ms.
    [memory ][Tue Aug 13 18:21:28 2013][16261] [OC#9822] 107234.509-107237.018: OC 893216KB->845338KB (6291456KB), 2.509 s, sum of pauses 536.399 ms, longest pause 504.274 ms.
    [memory ][Tue Aug 13 18:21:31 2013][16261] [OC#9823] 107237.419-107239.864: OC 1116022KB->860547KB (6291456KB), 2.445 s, sum of pauses 414.935 ms, longest pause 354.974 ms.
    [memory ][Tue Aug 13 18:21:34 2013][16261] [OC#9824] 107239.864-107242.447: OC 949080KB->878533KB (6291456KB), 2.583 s, sum of pauses 541.277 ms, longest pause 504.113 ms.
    [memory ][Tue Aug 13 18:21:37 2013][16261] [OC#9825] 107242.447-107245.494: OC 953535KB->860560KB (6291456KB), 3.047 s, sum of pauses 633.955 ms, longest pause 504.806 ms.
    [memory ][Tue Aug 13 18:21:39 2013][16261] [OC#9826] 107245.494-107247.971: OC 1054631KB->869654KB (6291456KB), 2.478 s, sum of pauses 541.422 ms, longest pause 504.193 ms.
    [memory ][Tue Aug 13 18:21:42 2013][16261] [OC#9827] 107247.972-107250.441: OC 921210KB->857407KB (6291456KB), 2.469 s, sum of pauses 483.940 ms, longest pause 440.031 ms.
    [memory ][Tue Aug 13 18:21:45 2013][16261] [OC#9828] 107250.792-107253.213: OC 1132559KB->875285KB (6291456KB), 2.422 s, sum of pauses 524.526 ms, longest pause 487.132 ms.
    [memory ][Tue Aug 13 18:21:47 2013][16261] [OC#9829] 107253.213-107255.610: OC 899114KB->855957KB (6291456KB), 2.397 s, sum of pauses 481.233 ms, longest pause 451.024 ms.
    [memory ][Tue Aug 13 18:21:50 2013][16261] [OC#9830] 107256.011-107258.297: OC 1127479KB->868126KB (6291456KB), 2.286 s, sum of pauses 373.648 ms, longest pause 336.646 ms.
    [memory ][Tue Aug 13 18:21:52 2013][16261] [OC#9831] 107258.298-107260.847: OC 912365KB->856462KB (6291456KB), 2.550 s, sum of pauses 526.103 ms, longest pause 492.768 ms.
    [memory ][Tue Aug 13 18:21:55 2013][16261] [OC#9832] 107261.098-107263.611: OC 1044068KB->863005KB (6291456KB), 2.513 s, sum of pauses 541.427 ms, longest pause 504.196 ms.
    [memory ][Tue Aug 13 18:21:57 2013][16261] [OC#9833] 107263.611-107265.846: OC 902510KB->847460KB (6291456KB), 2.235 s, sum of pauses 213.535 ms, longest pause 179.799 ms.
    [memory ][Tue Aug 13 18:22:00 2013][16261] [OC#9834] 107265.946-107268.356: OC 974573KB->863254KB (6291456KB), 2.409 s, sum of pauses 441.951 ms, longest pause 405.552 ms.
    [memory ][Tue Aug 13 18:22:02 2013][16261] [OC#9835] 107268.556-107271.134: OC 1013772KB->856892KB (6291456KB), 2.578 s, sum of pauses 542.932 ms, longest pause 503.782 ms.
    [memory ][Tue Aug 13 18:22:05 2013][16261] [OC#9836] 107271.134-107273.302: OC 946088KB->860358KB (6291456KB), 2.168 s, sum of pauses 220.883 ms, longest pause 182.948 ms.
    [memory ][Tue Aug 13 18:22:07 2013][16261] [OC#9837] 107273.552-107275.500: OC 1010670KB->854399KB (6291456KB), 1.948 s, sum of pauses 120.783 ms, longest pause 56.691 ms.
    [memory ][Tue Aug 13 18:22:09 2013][16261] [OC#9838] 107275.501-107277.801: OC 906839KB->850508KB (6291456KB), 2.301 s, sum of pauses 399.919 ms, longest pause 367.834 ms.
    [memory ][Tue Aug 13 18:22:11 2013][16261] [OC#9839] 107278.052-107280.071: OC 1045319KB->862319KB (6291456KB), 2.019 s, sum of pauses 144.317 ms, longest pause 75.239 ms.
    [memory ][Tue Aug 13 18:22:14 2013][16261] [OC#9840] 107280.071-107282.578: OC 887997KB->849438KB (6291456KB), 2.507 s, sum of pauses 537.495 ms, longest pause 504.761 ms.
    [memory ][Tue Aug 13 18:22:16 2013][16261] [OC#9841] 107282.879-107284.888: OC 1061809KB->860007KB (6291456KB), 2.009 s, sum of pauses 137.893 ms, longest pause 63.667 ms.
    [memory ][Tue Aug 13 18:22:19 2013][16261] [OC#9842] 107284.888-107287.367: OC 908775KB->852632KB (6291456KB), 2.479 s, sum of pauses 541.465 ms, longest pause 504.889 ms.
    [memory ][Tue Aug 13 18:22:21 2013][16261] [OC#9843] 107287.517-107289.881: OC 1005267KB->849986KB (6291456KB), 2.364 s, sum of pauses 160.999 ms, longest pause 86.633 ms.
    [memory ][Tue Aug 13 18:22:24 2013][16261] [OC#9844] 107289.881-107292.353: OC 907985KB->848410KB (6291456KB), 2.472 s, sum of pauses 540.357 ms, longest pause 504.985 ms.
    [memory ][Tue Aug 13 18:22:26 2013][16261] [OC#9845] 107292.353-107294.314: OC 916160KB->850798KB (6291456KB), 1.961 s, sum of pauses 104.840 ms, longest pause 66.068 ms.
    [memory ][Tue Aug 13 18:22:28 2013][16261] [OC#9846] 107294.364-107296.780: OC 923551KB->849834KB (6291456KB), 2.416 s, sum of pauses 440.677 ms, longest pause 403.477 ms.
    [memory ][Tue Aug 13 18:22:30 2013][16261] [OC#9847] 107296.931-107299.111: OC 997464KB->858904KB (6291456KB), 2.180 s, sum of pauses 246.058 ms, longest pause 206.937 ms.
    [memory ][Tue Aug 13 18:22:33 2013][16261] [OC#9848] 107299.111-107301.563: OC 903415KB->851026KB (6291456KB), 2.452 s, sum of pauses 540.845 ms, longest pause 504.318 ms.
    [memory ][Tue Aug 13 18:22:35 2013][16261] [OC#9849] 107301.814-107303.861: OC 1013878KB->857614KB (6291456KB), 2.048 s, sum of pauses 94.386 ms, longest pause 53.197 ms.
    [memory ][Tue Aug 13 18:22:38 2013][16261] [OC#9850] 107303.861-107306.212: OC 887706KB->860005KB (6291456KB), 2.350 s, sum of pauses 346.029 ms, longest pause 311.092 ms.
    [memory ][Tue Aug 13 18:22:40 2013][16261] [OC#9851] 107306.262-107308.853: OC 937699KB->860853KB (6291456KB), 2.591 s, sum of pauses 557.007 ms, longest pause 501.625 ms.
    [memory ][Tue Aug 13 18:22:43 2013][16261] [OC#9852] 107308.853-107311.426: OC 951313KB->870294KB (6291456KB), 2.573 s, sum of pauses 541.352 ms, longest pause 504.381 ms.
    [memory ][Tue Aug 13 18:22:45 2013][16261] [OC#9853] 107311.426-107314.144: OC 909609KB->852710KB (6291456KB), 2.718 s, sum of pauses 583.129 ms, longest pause 504.576 ms.
    [memory ][Tue Aug 13 18:22:48 2013][16261] [OC#9854] 107314.144-107316.628: OC 969124KB->858298KB (6291456KB), 2.484 s, sum of pauses 542.151 ms, longest pause 504.257 ms.
    [memory ][Tue Aug 13 18:22:50 2013][16261] [OC#9855] 107316.628-107319.114: OC 915682KB->849121KB (6291456KB), 2.486 s, sum of pauses 495.272 ms, longest pause 447.599 ms.
    [memory ][Tue Aug 13 18:22:53 2013][16261] [OC#9856] 107319.314-107321.936: OC 1006620KB->861443KB (6291456KB), 2.621 s, sum of pauses 544.915 ms, longest pause 504.410 ms.
    [memory ][Tue Aug 13 18:22:56 2013][16261] [OC#9857] 107321.936-107324.410: OC 922270KB->852766KB (6291456KB), 2.474 s, sum of pauses 541.767 ms, longest pause 504.142 ms.
    [memory ][Tue Aug 13 18:22:58 2013][16261] [OC#9858] 107324.610-107327.023: OC 1039488KB->861496KB (6291456KB), 2.413 s, sum of pauses 542.856 ms, longest pause 504.187 ms.
    [memory ][Tue Aug 13 18:23:01 2013][16261] [OC#9859] 107327.023-107329.315: OC 918829KB->843657KB (6291456KB), 2.292 s, sum of pauses 321.525 ms, longest pause 286.826 ms.
    [memory ][Tue Aug 13 18:23:03 2013][16261] [OC#9860] 107329.616-107332.141: OC 1069773KB->863389KB (6291456KB), 2.525 s, sum of pauses 548.231 ms, longest pause 504.177 ms.
    [memory ][Tue Aug 13 18:23:06 2013][16261] [OC#9861] 107332.141-107334.343: OC 915522KB->853889KB (6291456KB), 2.202 s, sum of pauses 189.135 ms, longest pause 153.663 ms.
    [memory ][Tue Aug 13 18:23:08 2013][16261] [OC#9862] 107334.644-107337.056: OC 1032066KB->868736KB (6291456KB), 2.412 s, sum of pauses 545.438 ms, longest pause 504.254 ms.
    [memory ][Tue Aug 13 18:23:11 2013][16261] [OC#9863] 107337.056-107339.296: OC 915783KB->864080KB (6291456KB), 2.240 s, sum of pauses 298.272 ms, longest pause 263.347 ms.
    [memory ][Tue Aug 13 18:23:13 2013][16261] [OC#9864] 107339.597-107341.923: OC 1011429KB->878520KB (6291456KB), 2.326 s, sum of pauses 456.568 ms, longest pause 419.025 ms.
    [memory ][Tue Aug 13 18:23:15 2013][16261] [OC#9865] 107341.923-107343.934: OC 919359KB->840367KB (6291456KB), 2.011 s, sum of pauses 125.250 ms, longest pause 57.223 ms.
    [memory ][Tue Aug 13 18:23:18 2013][16261] [OC#9866] 107344.185-107346.733: OC 1012840KB->874965KB (6291456KB), 2.548 s, sum of pauses 540.636 ms, longest pause 504.970 ms.
    [memory ][Tue Aug 13 18:23:20 2013][16261] [OC#9867] 107346.750-107348.793: OC 933751KB->854858KB (6291456KB), 2.043 s, sum of pauses 156.099 ms, longest pause 82.344 ms.
    [memory ][Tue Aug 13 18:23:23 2013][16261] [OC#9868] 107348.793-107351.335: OC 887450KB->867195KB (6291456KB), 2.542 s, sum of pauses 537.543 ms, longest pause 504.801 ms.
    [memory ][Tue Aug 13 18:23:25 2013][16261] [OC#9869] 107351.486-107353.546: OC 996281KB->860628KB (6291456KB), 2.060 s, sum of pauses 160.157 ms, longest pause 73.442 ms.
    [memory ][Tue Aug 13 18:23:27 2013][16261] [OC#9870] 107353.546-107356.073: OC 906961KB->872330KB (6291456KB), 2.527 s, sum of pauses 539.374 ms, longest pause 504.913 ms.
    [memory ][Tue Aug 13 18:23:30 2013][16261] [OC#9871] 107356.273-107358.702: OC 996457KB->851473KB (6291456KB), 2.429 s, sum of pauses 166.761 ms, longest pause 86.493 ms.
    [memory ][Tue Aug 13 18:23:33 2013][16261] [OC#9872] 107358.703-107361.265: OC 907359KB->863117KB (6291456KB), 2.562 s, sum of pauses 541.203 ms, longest pause 504.927 ms.
    [memory ][Tue Aug 13 18:23:35 2013][16261] [OC#9873] 107361.265-107363.378: OC 912545KB->853583KB (6291456KB), 2.113 s, sum of pauses 112.867 ms, longest pause 69.906 ms.
    [memory ][Tue Aug 13 18:23:37 2013][16261] [OC#9874] 107363.379-107365.933: OC 919557KB->864998KB (6291456KB), 2.554 s, sum of pauses 543.605 ms, longest pause 504.637 ms.
    [memory ][Tue Aug 13 18:23:39 2013][16261] [OC#9875] 107365.983-107368.091: OC 958748KB->857127KB (6291456KB), 2.108 s, sum of pauses 252.535 ms, longest pause 215.897 ms.
    [memory ][Tue Aug 13 18:23:42 2013][16261] [OC#9876] 107368.342-107370.827: OC 999403KB->865783KB (6291456KB), 2.485 s, sum of pauses 540.028 ms, longest pause 504.197 ms.
    [memory ][Tue Aug 13 18:23:44 2013][16261] [OC#9877] 107370.827-107372.683: OC 923670KB->857704KB (6291456KB), 1.856 s, sum of pauses 87.595 ms, longest pause 52.619 ms.
    [memory ][Tue Aug 13 18:23:47 2013][16261] [OC#9878] 107372.883-107375.283: OC 985737KB->859804KB (6291456KB), 2.399 s, sum of pauses 487.291 ms, longest pause 451.118 ms.
    [memory ][Tue Aug 13 18:23:49 2013][16261] [OC#9879] 107375.283-107377.932: OC 915211KB->853184KB (6291456KB), 2.649 s, sum of pauses 555.557 ms, longest pause 504.480 ms.
    [memory ][Tue Aug 13 18:23:52 2013][16261] [OC#9880] 107377.932-107380.212: OC 1009969KB->874361KB (6291456KB), 2.279 s, sum of pauses 375.384 ms, longest pause 335.326 ms.
    [memory ][Tue Aug 13 18:23:54 2013][16261] [OC#9881] 107380.212-107382.461: OC 914805KB->855458KB (6291456KB), 2.249 s, sum of pauses 288.521 ms, longest pause 250.881 ms.
    [memory ][Tue Aug 13 18:23:56 2013][16261] [OC#9882] 107382.562-107384.892: OC 966755KB->867614KB (6291456KB), 2.330 s, sum of pauses 500.018 ms, longest pause 463.414 ms.
    [memory ][Tue Aug 13 18:23:59 2013][16261] [OC#9883] 107384.942-107387.565: OC 932206KB->853768KB (6291456KB), 2.622 s, sum of pauses 565.151 ms, longest pause 504.160 ms.
    [memory ][Tue Aug 13 18:24:01 2013][16261] [OC#9884] 107387.565-107389.985: OC 958792KB->862315KB (6291456KB), 2.421 s, sum of pauses 461.570 ms, longest pause 420.545 ms.

    You need to find out the error code you get in fault due to response timeout. (run a test using test console and you would get that)
    In error handler of stage from where you are calling this business service, check whether status code in $fault is equal to the error code due to response timeout. If it is equal then replace content of $body with required error xml and use reply with success.
    See section "37.6 Fault Variable" to know more about $fault -
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15867/context.htm#i1051956
    Regards,
    Anuj

  • Windows Remote Agent Failover timeout (ACS 4.2)

    Hey everybody,
    I'm using two Windows 2003 Servers with local users as External User Databases (so they're both usind the \LOCAL domain) for my ACS 4.2 appliance. I've added the machines as Windows Remote Agents and configured them as Primary and Secondary Remote Agents. In general, all this works great including the failover. However, if the primay machine actually fails, it takes about 10 - 15 minutes until the ACS uses the secondary server for authentication. Is there any way to adjust the failover timers? As far as I understand, the Remote Agent response timeout setting on the Remote Agent selection page is only for retrieving the Windows groups for group mapping. I've lowered this setting but it didn't have an effect on my problem.
    Can anybody tell me more about the failover mechanism here? Does the ACS simply wait for the Primary Remote Agent for a while and then proceed to the Secondary? How long is failover supposed to take? Can any adjustments be made?
    Any hints will be much appreciated!
    Matt

    Hi,
    sorry for the long delay, it took a while to collect the necessary data.
    A few comments on the logs. I've abbreviated them to the relevant parts (in my opinion) to make things a little easier to find.
    Also, I had to change IP addresses and hostnames (but kept them consistent to represent our actual IP settings).
    This is our set-up:
    Hostname
    IP Adress
    ACS
    10.10.10.10
    CSWinAgent_1
    10.11.11.16
    CSWinAgent_2
    10.10.10.16
    Please note that the system clocks are not in sync. I've tried to help with some comments in the logs (marked with ***)
    I tested the following:
    1. Only CSWinAgent_2 is running, everything working fine.
    2. Also started CSWinAgent_1 (see log at 21:47:14)
      -> authentication still working (not in the logs)
    2. Shut down the service on CSWinAgent_2 (21:52:37)
    3. 5 unsuccessful authentication attempts for 15 minutes (see ACS log)
    4. First successful attempt (ACS log, 22:06:33)
    5. Another fail (strange) and successful login from another client (ACS log, 22:08:01)
    6. Shut down the service on CSWinAgent_1 (22:04:47)
    7. Started the service on CSWinAgent_2 (22:09:48)
    8. Failed attempt (ACS log, 22:09:03)
    9. Successful attempt after < 1min (ACS log, 22:09:11)
    I would appreciate any ideas and information on how and in which timeframe the switchover process is supposed to work.
    Thank you very much for your help.
    Matt
    Here are the logs:
    ACS (10.10.10.10):
    *** 5 failed login attempts over 15 minutes (CSWinAgent_1 is available during this time):
    Jul 13 21:51:55 10.10.10.10 CisACS_02_FailedAuth 1oz5bgsae 1 0 Message-Type=Authen failed,User-Name=USER_ID,NAS-IP-Address=172.16.1.138,Authen-Failure-Code=External DB is not operational,Caller-ID=192.168.1.6,NAS-Port=tty1,Group-Name=USER_GROUP,
    Jul 13 21:52:01 10.10.10.10 CisACS_02_FailedAuth 1qn2vrgaf 1 0 Message-Type=Authen failed,User-Name=USER_ID,NAS-IP-Address=172.16.1.138,Authen-Failure-Code=External DB is not operational,Caller-ID=192.168.1.6,NAS-Port=tty1,Group-Name=USER_GROUP,
    Jul 13 21:52:53 10.10.10.10 CisACS_02_FailedAuth 61f498ag 1 0 Message-Type=Authen failed,User-Name=USER_ID,NAS-IP-Address=172.16.1.138,Authen-Failure-Code=External DB is not operational,Caller-ID=192.168.1.6,NAS-Port=tty1,Group-Name=USER_GROUP,
    Jul 13 21:56:41 10.10.10.10 CisACS_02_FailedAuth 1xaujikah 1 0 Message-Type=Authen failed,User-Name=USER_ID,NAS-IP-Address=172.16.1.138,Authen-Failure-Code=External DB is not operational,Caller-ID=192.168.1.6,NAS-Port=tty1,Group-Name=USER_GROUP,
    Jul 13 22:06:32 10.10.10.10 CisACS_02_FailedAuth k6ymh8aj 1 0 Message-Type=Authen failed,User-Name=USER_ID,NAS-IP-Address=172.16.1.138,Authen-Failure-Code=External DB is not operational,Caller-ID=192.168.1.6,NAS-Port=tty1,Group-Name=USER_GROUP,
    *** 2 successful, 1 fail (See 22:02:53 & 22:04:20 on CSWinAgent_1):
    Jul 13 22:06:33 10.10.10.10 CisACS_01_PassedAuth kgy7v0ak 1 0 User-Name=USER_ID,NAS-IP-Address=172.16.1.138,Caller-ID=192.168.1.6,NAS-Port=tty1,Group-Name=USER_GROUP,Filter Information=Access Filter Deny_RZ-SAN from USER_GROUP did not fail any criteria. This is sufficient to satisfy an 'Any Selected' SPC NAR config.,
    Jul 13 22:06:34 10.10.10.10 CisACS_04_TACACSAcc kqxt8sal 1 0 Group-Name=USER_GROUP,User-Name=USER_ID,NAS-IP-Address=172.16.1.138,NAS-Portname=tty1,Caller-Id=192.168.1.6,Acct-Flags=start,service=shell,task_id=196,
    Jul 13 22:06:40 10.10.10.10 CisACS_02_FailedAuth mevdjgam 1 0 Message-Type=Authen failed,User-Name=USER_ID,NAS-IP-Address=172.16.1.138,Authen-Failure-Code=External DB is not operational,Caller-ID=192.168.1.6,NAS-Port=tty1,Group-Name=USER_GROUP,
    Jul 13 22:08:01 10.10.10.10 CisACS_01_PassedAuth 18vyhjgan 1 0 User-Name=USER_ID,NAS-IP-Address=172.16.1.139,Caller-ID=192.168.1.6,NAS-Port=tty1,Group-Name=USER_GROUP,Filter Information=Access Filter Deny_RZ-SAN from USER_GROUP did not fail any criteria. This is sufficient to satisfy an 'Any Selected' SPC NAR config.,
    Jul 13 22:08:01 10.10.10.10 CisACS_04_TACACSAcc 18vyhjgao 1 0 Group-Name=USER_GROUP,User-Name=USER_ID,NAS-IP-Address=172.16.1.139,NAS-Portname=tty1,Caller-Id=192.168.1.6,Acct-Flags=start,service=shell,task_id=134,
    Jul 13 22:08:03 10.10.10.10 CisACS_04_TACACSAcc 19fxob0ap 1 0 Group-Name=USER_GROUP,User-Name=USER_ID,NAS-IP-Address=172.16.1.139,NAS-Portname=tty1,Caller-Id=192.168.1.6,Acct-Flags=stop,service=shell,elapsed_time=1,task_id=134,
    Jul 13 22:08:35 10.10.10.10 CisACS_04_TACACSAcc 1ibkojwaq 1 0 Group-Name=USER_GROUP,User-Name=USER_ID,NAS-IP-Address=172.16.1.138,NAS-Portname=tty1,Caller-Id=192.168.1.6,Acct-Flags=stop,service=shell,elapsed_time=121,task_id=196,
    *** much faster switchover the other way (one failed attempt, failover in < 1min):
    Jul 13 22:09:03 10.10.10.10 CisACS_02_FailedAuth 1q39b9oar 1 0 Message-Type=Authen failed,User-Name=USER_ID,NAS-IP-Address=172.16.1.138,Authen-Failure-Code=External DB is not operational,Caller-ID=192.168.1.6,NAS-Port=tty1,Group-Name=USER_GROUP,
    Jul 13 22:09:11 10.10.10.10 CisACS_01_PassedAuth 1sb62bwas 1 0 User-Name=USER_ID,NAS-IP-Address=172.16.1.138,Caller-ID=192.168.1.6,NAS-Port=tty1,Group-Name=USER_GROUP,Filter Information=Access Filter Deny_RZ-SAN from USER_GROUP did not fail any criteria. This is sufficient to satisfy an 'Any Selected' SPC NAR config.,
    Jul 13 22:09:17 10.10.10.10 CisACS_01_PassedAuth 1tz3mmkat 1 0 User-Name=USER_ID,NAS-IP-Address=172.16.1.138,Caller-ID=192.168.1.6,NAS-Port=tty1,Group-Name=USER_GROUP,Filter Information=Access Filter Deny_RZ-SAN from USER_GROUP did not fail any criteria. This is sufficient to satisfy an 'Any Selected' SPC NAR config.,
    Jul 13 22:09:23 10.10.10.10 CisACS_01_PassedAuth 1vn16x8au 1 0 User-Name=USER_ID,NAS-IP-Address=172.16.1.138,Caller-ID=192.168.1.6,NAS-Port=tty1,Group-Name=USER_GROUP,Filter Information=Access Filter Deny_RZ-SAN from USER_GROUP did not fail any criteria. This is sufficient to satisfy an 'Any Selected' SPC NAR config.,
    Jul 13 22:09:42 10.10.10.10 CisACS_01_PassedAuth 1vqtscav 1 0 User-Name=USER_ID,NAS-IP-Address=172.16.1.138,Caller-ID=192.168.1.6,NAS-Port=tty2,Group-Name=USER_GROUP,Filter Information=Access Filter Deny_RZ-SAN from USER_GROUP did not fail any criteria. This is sufficient to satisfy an 'Any Selected' SPC NAR config.,
    Jul 13 22:09:42 10.10.10.10 CisACS_04_TACACSAcc 1vqtscaw 1 0 Group-Name=USER_GROUP,User-Name=USER_ID,NAS-IP-Address=172.16.1.138,NAS-Portname=tty2,Caller-Id=192.168.1.6,Acct-Flags=start,service=shell,task_id=3782,
    Jul 13 22:10:21 10.10.10.10 CisACS_04_TACACSAcc cpazpoax 1 0 Group-Name=USER_GROUP,User-Name=USER_ID,NAS-IP-Address=172.16.1.138,NAS-Portname=tty2,Caller-Id=192.168.1.6,Acct-Flags=stop,service=shell,elapsed_time=39,task_id=3782,
    CSWinAgent_1 (10.11.11.16):
    *** service started manually:
    CSWinAgent 07/13/2010 21:47:14 A 0528 14340 0x0 Logging mode: LOW
    CSWinAgent 07/13/2010 21:47:14 A 0228 14340 0x0 CSWinAgent server starting ==============================
    CSWinAgent 07/13/2010 21:47:14 A 0233 14340 0x0 Running as console application.
    CSWinAgent 07/13/2010 21:47:14 A 0059 15332 0x0 Will listen on port 2005
    CSWinAgent 07/13/2010 21:47:14 A 0064 15332 0x0 Permitted CSWinAgent Clients: *.*.*.*
    CSWinAgent 07/13/2010 21:47:14 A 0116 15332 0x0 NTLIB: Library behaviour mode 2
    CSWinAgent 07/13/2010 21:47:14 A 0136 15332 0x0 NTLIB: Initialising locally
    CSWinAgent 07/13/2010 21:47:14 A 0139 15332 0x0 NTLIB: The local computer name is CSWinAgent_1
    CSWinAgent 07/13/2010 21:47:14 A 0171 15332 0x0 NTLIB: The insist on domain is disabled
    CSWinAgent 07/13/2010 21:47:14 A 0281 15332 0x0 NTLIB: We are NOT a domain controller
    CSWinAgent 07/13/2010 21:47:14 A 0423 15332 0x0 NTLIB: We are NOT a member of a domain => we cannot authenticate accounts on other trusted domains
    CSWinAgent 07/13/2010 21:47:14 A 0112 15332 0x0 Listener activated
    *** first incoming connection:
    CSWinAgent 07/13/2010 22:02:53 A 0140 15332 0x0 Client connecting from 10.10.10.10:2732
    CSWinAgent 07/13/2010 22:02:53 A 0390 15480 0x0 RPC: NT_MSCHAPAuthenticateUser received
    CSWinAgent 07/13/2010 22:02:53 A 1807 15480 0x0 NTLIB: Got WorkStation ACS
    CSWinAgent 07/13/2010 22:02:53 A 1808 15480 0x0 NTLIB: Attempting Windows authentication for user USER_ID
    CSWinAgent 07/13/2010 22:02:53 A 1866 15480 0x0 NTLIB: Windows authentication SUCCESSFUL (by CSWinAgent_1)
    CSWinAgent 07/13/2010 22:02:53 A 1947 15480 0x0 NTLIB: Domain name  in MSCHAPAuthenticateUser is  \LOCAL
    CSWinAgent 07/13/2010 22:02:53 A 1952 15480 0x0 NTLIB: Group Mapping Flag in MSCHAPAuthenticateUser is  enabled
    CSWinAgent 07/13/2010 22:02:53 A 1968 15480 0x0 NTLIB: Group Map Count in MSCHAPAuthenticateUser is  -1
    CSWinAgent 07/13/2010 22:02:53 A 0190 15480 0x0 NTLIB: User has 10 groups
    CSWinAgent 07/13/2010 22:02:53 A 0431 15480 0x0 RPC: NT_MSCHAPAuthenticateUser groups: None,LAN_Admins,Users,Administrators
    CSWinAgent 07/13/2010 22:02:53 A 0436 15480 0x0 RPC: NT_MSCHAPAuthenticateUser Domain Name is: CSWinAgent_1
    CSWinAgent 07/13/2010 22:02:53 A 0452 15480 0x0 RPC: Success
    CSWinAgent 07/13/2010 22:02:53 A 0465 15480 0x0 RPC: NT_MSCHAPAuthenticateUser reply sent
    *** second authentication:
    CSWinAgent 07/13/2010 22:04:20 A 0390 15480 0x0 RPC: NT_MSCHAPAuthenticateUser received
    CSWinAgent 07/13/2010 22:04:20 A 1807 15480 0x0 NTLIB: Got WorkStation ACS
    CSWinAgent 07/13/2010 22:04:20 A 1808 15480 0x0 NTLIB: Attempting Windows authentication for user USER_ID
    CSWinAgent 07/13/2010 22:04:20 A 1866 15480 0x0 NTLIB: Windows authentication SUCCESSFUL (by CSWinAgent_1)
    CSWinAgent 07/13/2010 22:04:20 A 1947 15480 0x0 NTLIB: Domain name  in MSCHAPAuthenticateUser is  \LOCAL
    CSWinAgent 07/13/2010 22:04:20 A 1952 15480 0x0 NTLIB: Group Mapping Flag in MSCHAPAuthenticateUser is  enabled
    CSWinAgent 07/13/2010 22:04:20 A 1968 15480 0x0 NTLIB: Group Map Count in MSCHAPAuthenticateUser is  -1
    CSWinAgent 07/13/2010 22:04:20 A 0190 15480 0x0 NTLIB: User has 10 groups
    CSWinAgent 07/13/2010 22:04:20 A 0431 15480 0x0 RPC: NT_MSCHAPAuthenticateUser groups: None,LAN_Admins,Users,Administrators
    CSWinAgent 07/13/2010 22:04:20 A 0436 15480 0x0 RPC: NT_MSCHAPAuthenticateUser Domain Name is: CSWinAgent_1
    CSWinAgent 07/13/2010 22:04:20 A 0452 15480 0x0 RPC: Success
    CSWinAgent 07/13/2010 22:04:20 A 0465 15480 0x0 RPC: NT_MSCHAPAuthenticateUser reply sent
    *** service stopped manually:
    CSWinAgent 07/13/2010 22:04:47 A 0046 14340 0x0 Service stopping
    CSWinAgent 07/13/2010 22:04:47 A 0049 14340 0x0 Shutting down NT library
    CSWinAgent 07/13/2010 22:04:47 A 0192 14340 0x0 NTLIB: Finalising locally
    CSWinAgent 07/13/2010 22:04:47 A 0053 14340 0x0 Shutting down EndPoint library
    CSWinAgent 07/13/2010 22:04:47 A 0609 15480 0x0 Client disconnected, thread 15480 terminating
    CSWinAgent 07/13/2010 22:04:47 A 0153 15332 0x0 Listener terminating
    CSWinAgent_2 (10.10.10.16):
    *** manual shutdown:
    CSWinAgent 07/13/2010 21:52:37 A 0046 1388 0x0 Service stopping
    CSWinAgent 07/13/2010 21:52:37 A 0049 1388 0x0 Shutting down NT library
    CSWinAgent 07/13/2010 21:52:37 A 0192 1388 0x0 NTLIB: Finalising locally
    CSWinAgent 07/13/2010 21:52:37 A 0053 1388 0x0 Shutting down EndPoint library
    CSWinAgent 07/13/2010 21:52:37 A 0609 3676 0x0 Client disconnected, thread 3676 terminating
    CSWinAgent 07/13/2010 21:52:37 A 0609 0340 0x0 Client disconnected, thread 340 terminating
    CSWinAgent 07/13/2010 21:52:37 A 0609 2900 0x0 Client disconnected, thread 2900 terminating
    CSWinAgent 07/13/2010 21:52:37 A 0609 3404 0x0 Client disconnected, thread 3404 terminating
    CSWinAgent 07/13/2010 21:52:37 A 0153 1944 0x0 Listener terminating
    CSWinAgent 07/13/2010 21:52:37 A 0609 2072 0x0 Client disconnected, thread 2072 terminating
    CSWinAgent 07/13/2010 21:52:37 A 0609 3576 0x0 Client disconnected, thread 3576 terminating
    *** service started manually:
    CSWinAgent 07/13/2010 22:09:48 A 0528 3504 0x0 Logging mode: LOW
    CSWinAgent 07/13/2010 22:09:48 A 0228 3504 0x0 CSWinAgent server starting ==============================
    CSWinAgent 07/13/2010 22:09:48 A 0233 3504 0x0 Running as console application.
    CSWinAgent 07/13/2010 22:09:48 A 0059 3480 0x0 Will listen on port 2005
    CSWinAgent 07/13/2010 22:09:48 A 0064 3480 0x0 Permitted CSWinAgent Clients: *.*.*.*
    CSWinAgent 07/13/2010 22:09:48 A 0116 3480 0x0 NTLIB: Library behaviour mode 2
    CSWinAgent 07/13/2010 22:09:48 A 0136 3480 0x0 NTLIB: Initialising locally
    CSWinAgent 07/13/2010 22:09:48 A 0139 3480 0x0 NTLIB: The local computer name is CSWinAgent_2
    CSWinAgent 07/13/2010 22:09:48 A 0171 3480 0x0 NTLIB: The insist on domain is disabled
    CSWinAgent 07/13/2010 22:09:48 A 0281 3480 0x0 NTLIB: We are NOT a domain controller
    CSWinAgent 07/13/2010 22:09:48 A 0423 3480 0x0 NTLIB: We are NOT a member of a domain => we cannot authenticate accounts on other trusted domains
    CSWinAgent 07/13/2010 22:09:48 A 0112 3480 0x0 Listener activated
    *** first authentication:
    CSWinAgent 07/13/2010 22:10:42 A 0140 3480 0x0 Client connecting from 10.10.10.10:2782
    CSWinAgent 07/13/2010 22:10:43 A 0390 2800 0x0 RPC: NT_MSCHAPAuthenticateUser received
    CSWinAgent 07/13/2010 22:10:43 A 1807 2800 0x0 NTLIB: Got WorkStation ACS
    CSWinAgent 07/13/2010 22:10:43 A 1808 2800 0x0 NTLIB: Attempting Windows authentication for user USER_ID
    CSWinAgent 07/13/2010 22:10:43 A 1866 2800 0x0 NTLIB: Windows authentication SUCCESSFUL (by CSWinAgent_2)
    CSWinAgent 07/13/2010 22:10:43 A 1947 2800 0x0 NTLIB: Domain name  in MSCHAPAuthenticateUser is  \LOCAL
    CSWinAgent 07/13/2010 22:10:43 A 1952 2800 0x0 NTLIB: Group Mapping Flag in MSCHAPAuthenticateUser is  enabled
    CSWinAgent 07/13/2010 22:10:43 A 1968 2800 0x0 NTLIB: Group Map Count in MSCHAPAuthenticateUser is  -1
    CSWinAgent 07/13/2010 22:10:43 A 0190 2800 0x0 NTLIB: User has 10 groups
    CSWinAgent 07/13/2010 22:10:43 A 0431 2800 0x0 RPC: NT_MSCHAPAuthenticateUser groups: None,LAN_Admins,Administrators,Users
    CSWinAgent 07/13/2010 22:10:43 A 0436 2800 0x0 RPC: NT_MSCHAPAuthenticateUser Domain Name is: CSWinAgent_2
    CSWinAgent 07/13/2010 22:10:43 A 0452 2800 0x0 RPC: Success
    CSWinAgent 07/13/2010 22:10:43 A 0465 2800 0x0 RPC: NT_MSCHAPAuthenticateUser reply sent
    *** some more logins:
    CSWinAgent 07/13/2010 22:10:49 A 0140 3480 0x0 Client connecting from 10.10.10.10:2784
    CSWinAgent 07/13/2010 22:10:49 A 0390 2296 0x0 RPC: NT_MSCHAPAuthenticateUser received
    CSWinAgent 07/13/2010 22:10:49 A 1807 2296 0x0 NTLIB: Got WorkStation ACS
    CSWinAgent 07/13/2010 22:10:49 A 1808 2296 0x0 NTLIB: Attempting Windows authentication for user USER_ID
    CSWinAgent 07/13/2010 22:10:49 A 1866 2296 0x0 NTLIB: Windows authentication SUCCESSFUL (by CSWinAgent_2)
    CSWinAgent 07/13/2010 22:10:49 A 1947 2296 0x0 NTLIB: Domain name  in MSCHAPAuthenticateUser is  \LOCAL
    CSWinAgent 07/13/2010 22:10:49 A 1952 2296 0x0 NTLIB: Group Mapping Flag in MSCHAPAuthenticateUser is  enabled
    CSWinAgent 07/13/2010 22:10:49 A 1968 2296 0x0 NTLIB: Group Map Count in MSCHAPAuthenticateUser is  -1
    CSWinAgent 07/13/2010 22:10:49 A 0190 2296 0x0 NTLIB: User has 10 groups
    CSWinAgent 07/13/2010 22:10:49 A 0431 2296 0x0 RPC: NT_MSCHAPAuthenticateUser groups: None,LAN_Admins,Administrators,Users
    CSWinAgent 07/13/2010 22:10:49 A 0436 2296 0x0 RPC: NT_MSCHAPAuthenticateUser Domain Name is: CSWinAgent_2
    CSWinAgent 07/13/2010 22:10:49 A 0452 2296 0x0 RPC: Success
    CSWinAgent 07/13/2010 22:10:49 A 0465 2296 0x0 RPC: NT_MSCHAPAuthenticateUser reply sent
    CSWinAgent 07/13/2010 22:10:52 A 0140 3480 0x0 Client connecting from 10.10.10.10:2786
    CSWinAgent 07/13/2010 22:10:52 A 0390 1768 0x0 RPC: NT_MSCHAPAuthenticateUser received
    CSWinAgent 07/13/2010 22:10:52 A 1807 1768 0x0 NTLIB: Got WorkStation ACS
    CSWinAgent 07/13/2010 22:10:52 A 1808 1768 0x0 NTLIB: Attempting Windows authentication for user USER_ID
    CSWinAgent 07/13/2010 22:10:52 A 1866 1768 0x0 NTLIB: Windows authentication SUCCESSFUL (by CSWinAgent_2)
    CSWinAgent 07/13/2010 22:10:52 A 1947 1768 0x0 NTLIB: Domain name  in MSCHAPAuthenticateUser is  \LOCAL
    CSWinAgent 07/13/2010 22:10:52 A 1952 1768 0x0 NTLIB: Group Mapping Flag in MSCHAPAuthenticateUser is  enabled
    CSWinAgent 07/13/2010 22:10:52 A 1968 1768 0x0 NTLIB: Group Map Count in MSCHAPAuthenticateUser is  -1
    CSWinAgent 07/13/2010 22:10:52 A 0190 1768 0x0 NTLIB: User has 10 groups
    CSWinAgent 07/13/2010 22:10:52 A 0431 1768 0x0 RPC: NT_MSCHAPAuthenticateUser groups: None,LAN_Admins,Administrators,Users
    CSWinAgent 07/13/2010 22:10:52 A 0436 1768 0x0 RPC: NT_MSCHAPAuthenticateUser Domain Name is: CSWinAgent_2
    CSWinAgent 07/13/2010 22:10:52 A 0452 1768 0x0 RPC: Success
    CSWinAgent 07/13/2010 22:10:52 A 0465 1768 0x0 RPC: NT_MSCHAPAuthenticateUser reply sent

Maybe you are looking for

  • Problem in XML file download

    types: begin of type_s_data,          record(65000) type c,        end of type_s_data. data: w_xml_out type string. data: t_xml_tab type table of type_s_data with header line, Source code       t_code    type table of type_s_data with header line, Af

  • BBP_EXTREQ_TRANSFER - PR with account assignment

    Hi Gurus, When I transfer Stock PR the system correctly creates a Shopping Cart without Account Assignment. But if the PR has an account assigment, for example Cost Center K, I get the following error in SLG1 on SRM side: No logical system for FI is

  • Photoshop - Corrupts JPEG on load!

    The following image looks correct in browsers (FF or IE) and in viewers (e.g.Irfanview) but not in Photoshop! Save the JPEG and open it in Photoshop, see it yourself...Pay attention to the pink aliasing on the top-right.

  • Reformat required, but I don't have OS disc

    Hi, I have a 13in macbook pro that I got summer 2009. So the install discs that came with the computer are Leopard install discs. When Snow Leopard released, I got a family pack of the OS which stays with my family while I'm away at college (so it is

  • Help with Flex based popup windows and data population.

    Hello, I need a bit of help with Flex popups. I have a flex application that uses a popup window when you click on a button and displays information about the image above the button the user clicked. I have about 4 images and I need to be able to dis