-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
FilterFileManager.init() has exception occurred #639
Comments
@shaoqinhe what was the exception? |
FilterFileManager类 的init()方法有throws Exception,而glassfish调用@PostConstruct注解时,不能把throws Exception写在方法后面,需要try{}catch{}才可以。 |
We would need ned to know what exception was thrown in order to fix it. Please provide the full stack trace. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Exception during lifecycle processing
java.lang.IllegalStateException: The lifecycle method [init] must not throw a checked exception. Related annotation information: annotation [@javax.annotation.PostConstruct()] on annotated element [public void com.netflix.zuul2.app.FilterFileManagerDy.init() throws java.lang.Exception] of type [METHOD]
The text was updated successfully, but these errors were encountered: