On 01/30/2013 06:49 AM, James Nord (jnord) wrote:
java.lang.NullPointerException at hudson.model.AbstractDescribableImpl.getDescriptor(AbstractDescribableImpl.java:35)
Jenkins.getInstance() is null. Perhaps Jenkins is shutting down?
is there any known issue in core around this area?
Generally there are occasional race conditions involving app==null, frequently seen during shutdown. It is probably impossible to improve null safety here since this API uses the singleton pattern rather than dependency injection.
(kutzi: the stack trace seems to indicate that the code is being run from master, not in a slave VM.) -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
