Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPE in c.g.c.tomcat.logging.CloudFoundryFormatter.getLogger() #7

Closed
violetagg opened this issue Dec 15, 2015 · 2 comments
Closed

NPE in c.g.c.tomcat.logging.CloudFoundryFormatter.getLogger() #7

violetagg opened this issue Dec 15, 2015 · 2 comments

Comments

@violetagg
Copy link

Hi,

In TomEE Buildpack we use Tomcat Logging Support 2.4.0_RELEASE.
From time to time I receive the exception below [1].

According to the source repository [2] this should not happen. Even the last commit is to prevent this NPE.

However if I browse the 2.4.0 RELEASE sources [3], I can see that the fix is not included even that it is committed in July.

Do you plan to include it in the next release?

Thanks,
Violeta Georgieva

[1]
java.lang.NullPointerException
at com.gopivotal.cloudfoundry.tomcat.logging.CloudFoundryFormatter.getLogger(CloudFoundryFormatter.java:55)
at com.gopivotal.cloudfoundry.tomcat.logging.CloudFoundryFormatter.format(CloudFoundryFormatter.java:35)

[2] https://github.com/cloudfoundry/java-buildpack-support/blob/master/tomcat-logging-support/src/main/java/com/gopivotal/cloudfoundry/tomcat/logging/CloudFoundryFormatter.java
[3] https://github.com/cloudfoundry/java-buildpack-support/archive/v2.4.0.RELEASE.zip

@nebhale
Copy link
Member

nebhale commented Jan 20, 2016

Published v2.5.0.RELEASE.

@nebhale nebhale closed this as completed Jan 20, 2016
@violetagg
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants