-
Notifications
You must be signed in to change notification settings - Fork 193
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
Groovy Eclipse plugin contributes to "Invalid registry object" at Eclipe start #555
Comments
This sounds like a familiar old issue that cropped up with Oxygen and went away quietly. Do you have multiple Groovy Compiler versions installed? Are you running with the latest Eclipse Oxygen and Groovy-Eclipse versions? |
You can look to #317 for reference. There were some fixes realized for Oxygen. |
I do have multiple compiler versions installed. I'm using the latest
Oxygen and latest Groovy eclipse version.
I looked through the history of that issue, but I'm unsure what the
workaround is. Is the point to remove all but the newest compiler version?
…On Wed, Apr 11, 2018 at 3:00 PM, Eric Milles ***@***.***> wrote:
You can look to #317 <#317>
for reference. There were some fixes realized for Oxygen.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#555 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFTv0x2wS_YtHkCJizTPumyAqiWDQuQrks5tnn0BgaJpZM4TQkfZ>
.
|
If you remove all compiler versions except the one you use, there will be no hot-swapping during startup. Can you say the version numbers of Eclipse and Groovy-Eclipse? Or you could send a copy from the installation details dialog. |
4.7.3a and 3.0.0.xx-201804112146-e47 , but reinstalling with only the 2.4
compiler has fixed this problem. I no longer get the registry error on
start.
…On Thu, Apr 12, 2018 at 5:18 AM, Eric Milles ***@***.***> wrote:
If you remove all compiler versions except he one you use, there will be
no hot-swapping during startup.
Can you say the version numbers of Eclipse and Groovy-Eclipse? Or you
could send a copy from the installation details dialog.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#555 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFTv07-iJ-tBUX2qXVrG7C8D16t5QpEkks5tn0X6gaJpZM4TQkfZ>
.
|
How do you reinstall only the 2.4 compiler? |
@xenonrider You can install the Groovy Compile 2.4 feature and remove the Groovy Compiler 2.5 feature. |
For a long time now, I've been annoyed by the symptoms described in this Eclipse bug report that I created: https://bugs.eclipse.org/bugs/show_bug.cgi?id=528462 .
Today I realized that if I don't have the Groovy Eclipse plugin installed, this doesn't happen. I've now tried going back and forth, verifying that it only happens when I have that plugin installed. I verified this with the same version of Eclipse, but on two different computers (ok, a Windows laptop and a Linux VM running on that laptop).
I also have a bunch of other plugins installed, so this could very well be a subtle plugin interaction problem, but it's at least related to this.
The text was updated successfully, but these errors were encountered: