-
Notifications
You must be signed in to change notification settings - Fork 48
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
ResourceException during LibraryClasspathContainer initialization #3181
Comments
I should note that this occurred during the upgrading process as part of I don't know that we can detect this situation. There are two solutions that I can think of:
|
Oops, wasn't finished. I should note that we've been doing (1) implicitly since we were silently swallowing the exception. |
If the container is expected to be resolved eventually or frequently enough, I think (1) isn't a bad idea (also considering we've been doing so)? |
Closing as not planned since GAE with Java 8 is not supported. cc: @blakeli0 |
As a follow-on to #3180, I noticed the following exception being logged.
This occurs in the following code:
We haven't noticed this problem previously because the classpath container was successfully resolved and set on the project.
The text was updated successfully, but these errors were encountered: