[
https://issues.apache.org/jira/browse/DIRSERVER-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12915307#action_12915307
]
Emmanuel Lecharny commented on DIRSERVER-1557:
----------------------------------------------
We don't provide *service*. We provide *help*, for free.
In this very case, the help we provide is to tell you to switch to a more
recent version, to check if the problem still occurs, and then to fill a JIRA
with a compete description of your problem, configuration used, and eventually
everything necessary to reproduce the problem. If so, we will be *pleased* to
provide a patch, but unless you do that, our limited time does not let us spend
some energy on a more than one year release version, with a problem very likely
to have been solved since then (since we released 1.5.5, we have injected more
than 5000 code modifications).
If you feel like getting some *real* service, get ready to pay load of money
for it. As we don't accept money here, we just provide a 'best effort', and
again, it's 'go upgrade and come back'.
You can also debug the code, provide the patch, and eventually see it being
injected in a branch.
Participate, stop whining !
> NPE during directory startup
> ----------------------------
>
> Key: DIRSERVER-1557
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1557
> Project: Directory ApacheDS
> Issue Type: Bug
> Components: core
> Affects Versions: 1.5.5
> Environment: Linux, java version "1.6.0_21"
> Reporter: mayank maria
> Priority: Blocker
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> I am getting NPE during apache ds startup.
> Stacktrace.
> Exception in thread "main" java.lang.NullPointerException
> at
> org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor.loadAdministrators(DefaultAuthorizationInterceptor.java:164)
> at
> org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor.init(DefaultAuthorizationInterceptor.java:142)
> at
> org.apache.directory.server.core.interceptor.InterceptorChain.register0(InterceptorChain.java:441)
> at
> org.apache.directory.server.core.interceptor.InterceptorChain.register(InterceptorChain.java:397)
> at
> org.apache.directory.server.core.interceptor.InterceptorChain.init(InterceptorChain.java:257)
> at
> org.apache.directory.server.core.DefaultDirectoryService.initialize(DefaultDirectoryService.java:1617)
> at
> org.apache.directory.server.core.DefaultDirectoryService.startup(DefaultDirectoryService.java:971)
> at
> org.apache.directory.server.configuration.ApacheDS.startup(ApacheDS.java:115)
> at org.apache.directory.server.Service.initLdap(Service.java:136)
> at org.apache.directory.server.Service.init(Service.java:78)
> at org.apache.directory.server.UberjarMain.main(UberjarMain.java:55)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.