[jbosstools-issues] [JBoss JIRA] (JBDS-4190) problem installing springide: eclipse.boot.dash plugin depends on slf4j 1.7.2 and ide.eclipse.quickfix depends on javax.servlet 3.1.0

Nick Boldt (JIRA) issues at jboss.org
Fri Nov 18 13:49:00 EST 2016


    [ https://issues.jboss.org/browse/JBDS-4190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13325061#comment-13325061 ] 

Nick Boldt edited comment on JBDS-4190 at 11/18/16 1:48 PM:
------------------------------------------------------------

re: https://issues.jboss.org/browse/JBDS-4175?focusedCommentId=13324792&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13324792 

I took a clean rh-eclipse46-devstudio install (10.2.0.20161117.2130.el7), deleted ~/.eclipse, then ran it like this:

{code}
d=`date +%Y%m%d-%H%M`; ./eclipse -consolelog -console -debug -data /tmp/wksp-${d} -clean \
-vmargs -Dosgi.resolver.usesMode=strict | tee /tmp/rh-eclipse46-devstudio10.2.log.${d}_strict.txt
{code}

Then from the marketplace I installed both the SpringIDE and STS connectors:

 !springide382.png|thumbnail! 

And the result is ... use constraint violations due to javax.servlet_3.1.0.v201410161800.jar being installed.

 [^rh-eclipse46-devstudio10.2.log.20161118-1112_strict.txt] 

So... maybe I installed more than [~vkadlcik] did in JBDS-4175, or maybe he started w/o the *-Dosgi.resolver.usesMode=strict* flag so didn't see the violations. Not sure, but seems from first test that Spring IDE 3.8.2 is not much better a solution than 3.7.3 in terms of fixing this error. 


was (Author: nickboldt):
re: https://issues.jboss.org/browse/JBDS-4175?focusedCommentId=13324792&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13324792 

I took a clean rh-eclipse46-devstudio install (10.2.0.20161117.2130.el7), deleted ~/.eclipse, then ran it like this:

{code}
d=`date +%Y%m%d-%H%M`; ./eclipse -consolelog -console -debug -data /tmp/wksp-${d} -clean \
-vmargs -Dosgi.resolver.usesMode=strict | tee /tmp/rh-eclipse46-devstudio10.2.log.${d}_strict.txt
{code}

Then from the marketplace I installed both the SpringIDE and STS connectors:

 !springide382.png|thumbnail! 

And the result is ... use constraint violations due to javax.servlet_3.1.0.v201410161800.jar being installed.

 [^rh-eclipse46-devstudio10.2.log.20161118-1112_strict.txt] 

So... maybe I installed more than you did, or maybe you started w/o the *-Dosgi.resolver.usesMode=strict* flag. Not sure, but seems from first test that Spring IDE 3.8.2 is not much better a solution than 3.7.3. 

> problem installing springide: eclipse.boot.dash plugin depends on slf4j 1.7.2 and ide.eclipse.quickfix depends on javax.servlet 3.1.0
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBDS-4190
>                 URL: https://issues.jboss.org/browse/JBDS-4190
>             Project: Red Hat JBoss Developer Studio (devstudio)
>          Issue Type: Sub-task
>          Components: central-update, rpm, upstream
>    Affects Versions: 10.2.0.AM3
>            Reporter: Nick Boldt
>         Attachments: rh-eclipse46-devstudio10.2.log.20161118-1112_strict.txt, rh-eclipse46-devstudio10.2.log.20161118-1207_strict.txt, springide382.png, springide383-install-feature-list-select.png
>
>
> springide 3.7.3 depends on slf4j 1.7.2 and javax.servlet 3.1.0
> {code}
> org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoClassDefFoundError: org/springframework/ide/eclipse/beans/core/model/IProfileAwareBeansComponent)
> Caused by: java.lang.NoClassDefFoundError: org/springframework/ide/eclipse/beans/core/model/IProfileAwareBeansComponent
> 	at org.springframework.ide.eclipse.beans.ui.navigator.filters.NonMatchingProfilesFilter.select(NonMatchingProfilesFilter.java:24)
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list