-
Notifications
You must be signed in to change notification settings - Fork 49
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
error after upgrading eclipse #3659
Comments
Eclipse 2021-12 has this problem. Rolling back to Eclipse 2021-09 fixes it (obviously not ideal). |
Any news or other workaround except rolling back to Eclipse 2021-09? With this error it is impossible to even open an existing project. |
The following worked fine for me: Eclipse Version: 2021-12 (4.22) Build id: I20211124-1800 If I install Eclipse m2e - Maven support in Eclipse IDE (from the Eclipse Marketplace) then I do get the reported error that ... |
Eclipse EE 2021-12 will add in M2E 1.19 which is the problem. An Eclipse install of 2021-12 and then the Google Cloud Platform for Eclipse 1.8.5. will use M2E 1.18.1.20210618-2246 which works fine. Then you can install Git, Mylyn, Eclipse Java EE Developer Tools etc to get the EE functionality. Just don't update M2E. |
@briandealwis M2E 1.19 causing the failure while 1.18.1 is OK is an integrating report. |
I can confirm that the plugin is not working with eclipse 2022-03. |
update readme with info to reflect that Eclipse 4.22 and later are currently not supported. Eclipse latest is currently on 4.24 now and 4.25 will come out soon. Related issues got fired in #3659, #3660, #3678; attempts to fix in #3661 but no progress since. Suggest adding this to readme and removing when this issue actually get fixed.
update readme with info to reflect that Eclipse 4.22 and later are currently not supported. Eclipse latest is currently on 4.24 now and 4.25 will come out soon. Related issues got fired in #3659, #3660, #3678; attempts to fix in #3661 but no progress since. Adding this to readme. Remove when this issue actually get fixed.
After upgrading eclipse I am getting this error and don't know how to resolve it:
An internal error occurred during: "Initializing Java Tooling".
Cannot invoke "com.google.cloud.tools.eclipse.appengine.libraries.persistence.LibraryClasspathContainerSerializer.loadContainer(org.eclipse.jdt.core.IJavaProject, org.eclipse.core.runtime.IPath)" because "this.serializer" is null
What did you do?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: