Ticket #50 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

npe in ldap ACL

Reported by: jfp Assigned to: jfp
Priority: normal Milestone: Fafnir
Component: configuration Version:
Severity: normal Keywords:
Cc:

Description

Config problem ?

Generic Thread pool worker #9 Caught a runtime exception :
java.lang.NullPointerException
        at org.jsmtpd.plugins.acls.LdapACL.isValidRelay(LdapACL.java:155)
        at org.jsmtpd.plugins.inputIPFilters.RBLFilter.checkIP(RBLFilter.java:70)
        at org.jsmtpd.core.receive.InputIPFilterChecker.checkIPAgainstFilters(InputIPFilterChecker.java:47)
        at org.jsmtpd.core.receive.ProtocolHandler.runDialog(ProtocolHandler.java:195)
        at org.jsmtpd.core.receive.ProtocolHandler.init(ProtocolHandler.java:170)
        at org.jsmtpd.core.receive.ReceiverWorkerImpl.doJob(ReceiverWorkerImpl.java:39)
        at org.jsmtpd.generic.threadpool.ThreadWorker.run(ThreadWorker.java:40)
Thread job lost, recycling thread

Change History

08/29/05 17:06:25 changed by jfp

Incorrect or missing value in the directory causes a npe. Check each LDAP plugin

09/10/05 19:39:31 changed by jfp

  • status changed from new to closed.
  • resolution set to fixed.