Slapd_poll () timed out

Hello there,
I see the below errors in ODSEE11gR1 version on Linux server, can some one tell me what is the reason for this error?
error log:
[18/Jul/2011:11:54:22 -0400] - DEBUG - conn=-1 op=-1 msgId=-1 - slapd_poll(18) timed out
[18/Jul/2011:11:54:27 -0400] - DEBUG - conn=-1 op=-1 msgId=-1 - slapd_poll(24) timed out
[18/Jul/2011:11:54:32 -0400] - DEBUG - conn=-1 op=-1 msgId=-1 - slapd_poll(22) timed out
[18/Jul/2011:11:54:37 -0400] - DEBUG - conn=-1 op=-1 msgId=-1 - slapd_poll(23) timed out
access log:
[18/Jul/2011:11:52:30 -0400] conn=14 op=-1 msgId=-1 - fd=18 slot=18 LDAP connection from 10.5.59.5:58730 to 10.22.33.65
[18/Jul/2011:11:52:30 -0400] conn=14 op=0 msgId=1 - EXT oid="1.3.6.1.4.1.1466.20037"
[18/Jul/2011:11:52:30 -0400] conn=14 op=0 msgId=1 - RESULT err=0 tag=120 nentries=0 etime=0.001000, Start TLS request accepted.Server willing to negotiate SSL.
[18/Jul/2011:11:52:30 -0400] conn=14 op=-1 msgId=-1 - SSL 256-bit AES-256
[18/Jul/2011:11:52:30 -0400] conn=14 op=1 msgId=2 - BIND dn="cn=proxy,dc=domain,dc=com" method=128 version=3
[18/Jul/2011:11:52:30 -0400] conn=14 op=1 msgId=2 - RESULT err=0 tag=97 nentries=0 etime=0.018000 dn="cn=proxy,dc=domain,dc=com"
[18/Jul/2011:11:52:30 -0400] conn=14 op=2 msgId=3 - SRCH base="ou=people,ou=linux,dc=domain,dc=com" scope=2 filter="(&(objectClass=posixAccount)(uid=testunix))" attrs=ALL
[18/Jul/2011:11:52:30 -0400] conn=14 op=2 msgId=3 - RESULT err=0 tag=101 nentries=1 etime=0.023000
[18/Jul/2011:11:52:30 -0400] conn=14 op=3 msgId=4 - BIND dn="uid=testunix,ou=people,ou=linux,dc=domain,dc=com" method=128 version=3
[18/Jul/2011:11:52:30 -0400] conn=14 op=3 msgId=4 - RESULT err=0 tag=97 nentries=0 etime=0.000000 dn="uid=testunix,ou=people,ou=linux,dc=domain,dc=com"
[18/Jul/2011:11:52:30 -0400] conn=14 op=4 msgId=5 - BIND dn="cn=proxy,dc=domain,dc=com" method=128 version=3
[18/Jul/2011:11:52:30 -0400] conn=14 op=4 msgId=5 - RESULT err=0 tag=97 nentries=0 etime=0.001000 dn="cn=proxy,dc=domain,dc=com"
[18/Jul/2011:11:54:22 -0400] conn=14 op=5 msgId=0 - RESULT err=80 tag=120 nentries=0 etime=104.568000
[18/Jul/2011:11:54:22 -0400] conn=14 op=-1 msgId=-1 - closing from 10.5.59.5:58730 - B1 - Client request contains an ASN.1 BER tag that is corrupt or connection aborted -
[18/Jul/2011:11:54:22 -0400] conn=14 op=-1 msgId=-1 - closed.
Any idea why i see 'ASN.1' BER tag error in the access log, when i see this error in the access log i also see slapd_poll () timed out error in the error log? Please let me know .
Thanks
Stan

I use Oracle (Sun) Directory 11gR1+Ps1 version on SLES 11 ass the backend LDAP for all Unix client server authentication against it. When i issue a 'passwd' command i get these error messages in the access/errors logs and passwd command hangs. When i checked the client server logs, i see the below messages..
Jul 19 12:04:10 labldaptest1 passwd[17524]: nss_ldap: ldap_start_tls failed: Timed out
Jul 19 12:04:15 labldaptest1 passwd[17524]: nss_ldap: ldap_start_tls failed: Timed out
Jul 19 12:04:15 labldaptest1 passwd[17524]: nss_ldap: could not search LDAP server - Server is unavailable

Similar Messages

  • Slapd_poll(*) timed out and ASN.1 BER error messages

    We have recently started to receive a large number of slapd_poll and ASN.1 BER error messages in our DSEE 11.1.1.7.0 errors and access logs. 
    The following messages appear in the access logs:
    B1 - Client request contains an ASN.1 BER tag that is corrupt or connection aborted
    At the same time the following slapd_poll error appears in the errors log:
    DEBUG - conn=-1 op=-1 msgId=-1 -  slapd_poll(169) timed out
    We have not made any configuration changes or updates to our DSEE installation.  Do you have any tips or pointers as to what we could look at to try and determine the source and cause of the errors?

    Hello,
    Usual cause is a LDAP client that is disconnecting without UNBINDing.
    Maybe an application newley deployed or F5 load balancers sometimes
    Sylvain
    When closing a thread as answered remember to mark the correct and helpful posts to make it easier for others to find them

  • Slapd_poll(188) timed out

    I'm getting the following error randomly in my error logs:
    - DEBUG - conn=-1 op=-1 msgId=-1 - slapd_poll(188) timed out
    what does this error mean?
    Also when I go to Directory Server > Resource Usages from dscc, I see lot of threads with State: Blocking (reading socket), Bound As: (Not Bound) and Initiated 1, Completed 0.
    Are these some sort of hanging threads?
    Edited by: DJ on Sep 12, 2012 1:11 AM

    Hello,
    You can get the slapd poll message when:
    1) The LDAP server tries to send data back to the client and block for more than the ioblocktimeout
    2) The LDAP server tries to read a PDU from the client and block for more than the ioblocktimeout
    either because:
    2a) it receives the first byte of the PDU and wait for the end of it
    2b) You got SSL handcheck and wait for the first byte of the user PDU
    You typically fall into #1 by doing an ldapsearch ... (objectclass=*) | more and wait enough time ...
    2a) occurs if there is problem with the application or the network
    2b) occurs with some ldap applications ( usually java written because the LDAP C SDK does not exhibut the pb) that open ssl connection then wait before sending first ldap operation ...
    a work-around is to have the application send a dummy operation when opening the connection ...
    HTH
    -Sylvain

  • Troubleshoting help needed:  My iMac keeps crashing and restarting with a report detail: "spinlock application timed out"  What can I do to fix this?timed out"

    Troubleshooting help needed:  My iMac keeps crashing and restarting with a notice: "Spinlock application timed out"  What can I do?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the page that opens.
    Select the most recent panic log under System Diagnostic Reports. Post the contents — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post shutdownStall, spin, or hang reports.

  • Request timed out.- Error while opening a item in Blog

    Hi,
       We have a blog in our share point portal which was running properly before few days.
    We get Request Timed out error while opening an item in the blog. The list contains about        
       3500 items
    [HttpException (0x80004005): Request timed out.]
    We were able to create a new item but not able to view the item.
    When we check the server SQLSERVR.EXE takes more than 90% of the CPU Usage.
    Please let me know how to resolve this issue.
    Thanks,
    Vanitha

    Hi,
    According to your description, Please check the RAM allocated to your SQL server. MOSS server needs 2GB RAM
    to preform well. SQL requires 2GB RAM for optimum performance.
    Messages like this are mainly due to lack of RAM Allocation.
    Best Regards
    David Hu

  • TNS-12535 Operation timed out

    Hi
    I am working on IBM AIX, Oracle 10.2.0.4 version.
    Here I got the TNS-12535 error while running a report at particular time. (i.e 8:30 PM to 10:00 PM PST). But aftter this particular time it runs good.
    There is no errors found in alert log file. The below is the error found in the sqlnet.log file.
    Please help me to resolve this...
    Time: 18-FEB-2011 17:05:53
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
    TNS-00505: Operation timed out
    nt secondary err code: 78
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=host_name)(PORT=1521))
    nt OS err code: 0
    Thanks

    Hi,
    Nothing to investigate at the application side, there is everything to investigate at the network side.
    Check the below points.
    - is there any firewall in play
    - is there any Network Address Translation into play
    - have the correct ports been opened in the firewall
    - is Oracle using random return ports (by default Oracle always uses 2 tcp/ip ports, the first one fixed, and configured in tnsnames.ora, the actual communication takes place on a radom port. If that is a problem at your site you need to fix that)
    - You need to run netstat -r to identify which ports are actually used.
    - Pavan kumar N

  • I cannot acess some of my emails. Thunderbird keeps saying "connection to SMTP server (email adress) timed out. What does that mean? What do I do please?

    I purchased 2 new email, adresses a few weeks ago. Both were fine but a few days ago I was stopped sending and stopped receiving emails on the one. The message comes up on my screen "connection to SMTP server (followed by my email adress) timed out. That does not mean a thing to me. What should I do please?

    Thankyou.
    I had been asked by ICANN some days ago to do something but I thought it was a scam so ignored it. Most other users I have spoken to have never heard of ICANN or been asked to 'register' with them or whatever. Anyway, post writing to you I have now 'registered' with them . When I now click on my incoming email adress it just says "failed to connect to server" but why it fails I do not know.

  • My e-mails are not sending. "connection to SMTP server timed out." How do I get this working?

    As of yesterday, I am receiving e-mails fine; however, unable to send. Everytime I try to send an e-mail, I get "Sending of message failed. The message could not be sent because the connection to SMTP server (my mail address) timed out. Try again or contact your network administrator.
    I received help from lunarpages (they host my domain); however, they were unable to resolve the issue. They suggested something is blocking IP, or need to update Thunderbird, or there's a firewall there...
    Help!!!
    My clients are waiting for responses to e-mails!
    Thank you.

    To diagnose problems with Thunderbird, try one of the following:
    *Restart Thunderbird with add-ons disabled (Thunderbird Safe Mode). On the Help menu, click on "Restart with Add-ons Disabled". If Thunderbird works like normal, there is an Add-on or Theme interfering with normal operations. You will need to re-enable add-ons one at a time until you locate the offender.
    *Restart the operating system in '''[http://en.wikipedia.org/wiki/Safe_mode safe mode with Networking]'''. This loads only the very basics needed to start your computer while enabling an Internet connection. Click on your operating system for instructions on how to start in safe mode: [http://windows.microsoft.com/en-us/windows-8/windows-startup-settings-including-safe-mode Windows 8], [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-7 Windows 7], [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-vista Windows Vista], [http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/boot_failsafe.mspx?mfr=true" Windows XP], [http://support.apple.com/kb/ht1564 OSX]
    ; If safe mode for the operating system fixes the issue, there's other software in your computer that's causing problems. Possibilities include but not limited to: AV scanning, virus/malware, background downloads such as program updates.

  • Every time i try to logg on to my apple iD i get the message that tells me who says: "Your sessieon has timed out. Try again. " How can I fix this?

    I get the message" Your time has timed out" when i try to log on my apple id. Can you please help me?

    I get the message" Your time has timed out" when i try to log on my apple id. Can you please help me?

  • I keep trying to update but  Keep getting message that network connection timed out. What shall I do, I do not know how to disconect my firewall

    Trying to update ipad2 software. Keep getting message that network connection timed out. Don't know how to cancel the firewall

    Im getting the same thing...

  • Cannot login to Facebook on my iPhone 5 iOS 8.1 - Connection timed out - Error signing in

    The other day, I had logged out of Facebook on my iPhone, and when I tried logging back in, it wouldn't let me. When I try to log in through the settings page, it stays on verifying for a while and says "Error signing in" and tells me there is no internet connection and when I try logging in through the facebook app, it says "Connection timed out" and asks me to make sure i have an active internet connection. The fact is my internet is working, and I can log in to facebook through safari, but not my app.
    And one more thing. I have tried most of the methods mentioned in the forums. I have spent the last 2 days trying all of them from trying to create a new account using the old details, remove the phone number from facebook and try again, hard reboot by pressing the home and power buttons, resetting network and privacy settings, and reinstalling the app about 3-4 times. None of these work.
    I'd be grateful if somebody can help me out with this .
    Phone specs: iPhone 5, 16GB memory,  iOS 8.1

    Dear Sir,
    I did some research about your subject and I found these, please check it out
    iPhone stuck on Apple logo!!! PLEASE HELP!
    It may help you
    <Link Edited By Host>

  • When trying to update my 3Gs phone with the new ios5 software, it will download the software but then i get a message saying connection time has timed out. what am i doing wrong? i checked my network, its fine

    When i try to update my iphone with the new software, it will give me a message that says connection time timed out, and then it says some other little things about a network not having a connection. i checked all of that and it is all fine. Im not sure why it is not working. i even restarted my laptop, all of my stuff is up to date. Does any one have any sollutions or any advice? Please and thank you!

    This is asked and answered mnay times every day.  The forum search abr is on the right side of this page.
    Disable your firewall/security software.

  • I am trying to update the iPhone 3GS to IOS5. At download i get an error - network timed out. Repeated tried several times. Is there an issue with the Apple Update Server or too much rush ? How do i update my phone using iTunes?

    I am using iPhone 3GS. It is currently updated to IOS4.3. I am trying to update the OS to IOS5 on iTunes. It downloads the software, but it gives an error - network timed out. I have tried this multiple times. But, the end result is same.
    Please help & advise as how I can upgrade the iPhone to IOS5.

    Temporarily turn off or disable your firewall and anti-virus software and try the download again.
    Stedman

  • When I try to download iOS 6 to my iPhone 4 it says " Verification Failed. Request has timed out". What do I do?

    How to download iOS 6 on iPhone 4??. Keeps saying "verification fAiled. Request has timed out"

    Try try again. Thre server are heavily loaded. The connection dropped becasue the computer thinks it waited to long. Disabling your security software on the computer can help resolve this too.

  • Just when I'm ready to buy, itunes says, your session has timed out?  what can I do?

    I'm looking for a solution to my recent itunes problem....I select my song to purchase, agree with agreement, and then it says on the screen "your session has timed out".....This is a new ....I asked Support for advice and they said it was my computer?   Any advice I would appreciate. 

    Im having the same problem,,, someone please help!!!!!

Maybe you are looking for