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

Problems with tm-terminal Eclipse plugin #546

Closed
hohwille opened this issue Apr 8, 2021 · 4 comments
Closed

Problems with tm-terminal Eclipse plugin #546

hohwille opened this issue Apr 8, 2021 · 4 comments
Labels
bug Something isn't working eclipse related to Eclipse IDE plugins related to plugins (for Eclipse, Intellij, VSCode, etc.)

Comments

@hohwille
Copy link
Member

hohwille commented Apr 8, 2021

Installing eclipse plugin org.eclipse.tm.terminal.feature from https://download.eclipse.org/tm/terminal/marketplace
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized.  Will retry after the state location is initialized.
Installing org.eclipse.tm.terminal.feature.feature.group 4.1.0.201603090932.
Installing org.eclipse.tm.terminal.view.feature.feature.group 4.1.0.201603090932.
Installing org.eclipse.tm.terminal.control.feature.feature.group 4.1.0.201603090932.
Installing org.eclipse.tm.terminal.connector.ssh.feature.feature.group 4.1.0.201603090932.
Installing org.eclipse.tm.terminal.connector.telnet.feature.feature.group 4.1.0.201603090932.
Installation failed.
Cannot complete the install because of a conflicting dependency.
	Software being installed: TM Terminal 4.1.0.201603090932 (org.eclipse.tm.terminal.feature.feature.group 4.1.0.201603090932)
	Software currently installed: TM Terminal 10.1.0.202010062020 (org.eclipse.tm.terminal.feature.feature.group 10.1.0.202010062020)
	Only one of the following can be installed at once:
		TM Terminal 10.1.0.202010062020 (org.eclipse.tm.terminal.feature.feature.jar 10.1.0.202010062020)
		TM Terminal 4.1.0.201603090932 (org.eclipse.tm.terminal.feature.feature.jar 4.1.0.201603090932)
	Cannot satisfy dependency:
		From: TM Terminal 10.1.0.202010062020 (org.eclipse.tm.terminal.feature.feature.group 10.1.0.202010062020)
		To: org.eclipse.equinox.p2.iu; org.eclipse.tm.terminal.feature.feature.jar [10.1.0.202010062020,10.1.0.202010062020]
	Cannot satisfy dependency:
		From: TM Terminal 4.1.0.201603090932 (org.eclipse.tm.terminal.feature.feature.group 4.1.0.201603090932)
		To: org.eclipse.equinox.p2.iu; org.eclipse.tm.terminal.feature.feature.jar [4.1.0.201603090932,4.1.0.201603090932]
There were errors. See log file: /Users/hohwille/projects/devon/workspaces/main/ide/scripts/target/integration-test/test-setup/software/eclipse/Eclipse.app/Contents/Eclipse/configuration/1617882850920.log
@hohwille hohwille added bug Something isn't working eclipse related to Eclipse IDE plugins related to plugins (for Eclipse, Intellij, VSCode, etc.) labels Apr 8, 2021
@hohwille
Copy link
Member Author

I now also saw this error in our CI log:
https://github.com/devonfw/ide/pull/556/checks?check_run_id=2332724758

@hohwille
Copy link
Member Author

We do not refer to any specific version here:
https://github.com/devonfw/ide-settings/blob/master/eclipse/plugins/tmterminal.properties

To me it seems to look as following:

  • the update site does not include the latest version of TM Terminal but only an old version 4.1.0.201603090932
  • the new Eclipse seems to already include TM Terminal and in a much more recent version 10.1.0.202010062020.

If that is correct, we could simply disable or remove TM terminal here:
https://github.com/devonfw/ide-settings/blob/master/eclipse/plugins/tmterminal.properties

@hohwille
Copy link
Member Author

I have tested a fresh vanilla devonfw-ide installation with eclipse.
I got this error but found TM terminal 10.1.0.202010062020 installed and working in Eclipse.
Therefore I will disable the plugin in our settings and retest once more to get sure.

hohwille added a commit to devonfw/ide-settings that referenced this issue Apr 13, 2021
@hohwille
Copy link
Member Author

Verified and confirmed. Issue is fixed. Hence closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working eclipse related to Eclipse IDE plugins related to plugins (for Eclipse, Intellij, VSCode, etc.)
Projects
None yet
Development

No branches or pull requests

1 participant