Problem installing EclEmma and JBoss Tools Server Adapter #177
Unanswered
phermsdorf
asked this question in
Q&A
Replies: 1 comment 6 replies
-
|
This just somehow seems familiar, like a bad fungus that's never really gone. I wonder if your problem is this problem again and if this is the workaround for it? eclipse-orbit/orbit-simrel#40 (comment) But it looks like you have the 1.3.5 and 1.2.0 versions. But org.apache.httpcomponents.httpclient is is 4.5.14.v20230516-1249 which is actually older that this one:
So your problem might go away if you exclude that version (re-wrapped by old Orbit) and se the version without the qualifier (comes from Maven central as an OSGi bundle). |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm aware that this is not actually a oomph issue, but maybe oomph can help to work around it ;)
When installing our IDE with oomph based on the Eclipe IDE for RCP and Rap Developers Product configuration (currently we use version 2025-03) you get the eclipse EclEmma plugin/feature installed.
We additionally install org.eclipse.jst.server_adapters.feature.feature.group and org.jboss.ide.eclipse.as.feature.feature.group from https://download.jboss.org/jbosstools/photon/stable/updates/ (which seems to be the latest version available).
After that when trying to add a Server configurations for Wildfly we see


instead of
and in the Eclipse log
When uninstalling the EclEmma Feature the error is gone...
So there is a problem with org.apache.commons.commons-logging. Both of these bundles seem to require different (incompatbile) things from org.apache.commons.commons-logging .... i understand the actual problem only to a certain degree ...
My questions:
What is the actual problem?
On which side (EclEmma or JBoss Tools) should the problem be fixed? (and maybe how?)
is there a workaround, like "filtering out" the EclEmma feature while setting up the IDE Installation?
Thanks for any hints and ideas regarding this problem.
Bye Peter
Beta Was this translation helpful? Give feedback.
All reactions