You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ti...@atl.frb.org on 2003/06/17 18:19:01 UTC

LDAP and Jakarta-Tomcat-3.2.4

Hi,

Could anyone please give me some pointers on the problem below?

I'm running Jakarta-tomcat-3.2.4 on the server (Windows 2000) and also 
have installed the Tomcat service usingjk_nt_service.exe. I'm using Jakarta-tomcat-3.2.4 to run a Java web service that authenticates the user against LDAP when 
he enters his username and password.

Everything runs fine, except for two occasions when suddenly the user 
cannot log on to the application. In the jvm.stderr, I found the same 
error message below on both occasions. I had to restart to NT Tomcat 
service, but that's not an ideal solution in production.

Can anyone give me a clue as to what's going on?  The error seems to 
happen randomly, so I haven't been able to track it down.

Thank you so much for your assistance.

Tien

>>(Tue Jun 17 10:56:56 EDT 2003) Processing SOAP request...
olRunnable@149B9A0/161D958: <unowned>
        Waiting to be notified:
            "Thread-18" (0x5bb55e8)
Registered Monitor Dump:
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method Monitor: <unowned>
    SymcJIT Lazy Queue Lock: <unowned>
        Waiting to be notified:
            "SymcJIT-LazyCompilation-0" (0x4a1b760)
            "SymcJIT-LazyCompilation-1" (0x4a177d8)
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method List Monitor: <unowned>
    SymcJIT Lock: <unowned>
    utf8 hash table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "Signal dispatcher" (0x4959c00) 1 entry
    Thread queue lock: owner "Signal dispatcher" (0x4959c00) 1 entry
        Waiting to be notified:
            "Thread-24" (0x2f41e8)
    Monitor registry: owner "Signal dispatcher" (0x4959c00) 1 entry

A nonfatal internal JIT (3.10.107(x)) error 'chgTarg: Conditional' has 
occurred in : 
  'com/sun/jndi/ldap/Connection.unpauseReader ()V': Interpreting method.
  Please report this error in detail to 
http://java.sun.com/cgi-bin/bugreport.cgi

A nonfatal internal JIT (3.10.107(x)) error 'chgTarg: Conditional' has 
occurred in : 
  'com/sun/jndi/ldap/Connection.readReply 
(Lcom/sun/jndi/ldap/LdapRequest;)Lcom/sun/jndi/ldap/BerDecoder;': 
Interpreting method.
  Please report this error in detail to 
http://java.sun.com/cgi-bin/bugreport.cgi

>>(Tue Jun 17 10:57:24 EDT 2003) Processing SOAP request...