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

Nick Boldt (JIRA) issues at jboss.org
Fri Nov 18 11:31: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 commented on JBDS-4190:
----------------------------------

Please, when comparing methods of install, it helps to document WHAT VERSION was installed, rather than just the source. 

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: depends on slf4j 1.7.2 and 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
>    Affects Versions: 10.2.0.AM3
>            Reporter: Nick Boldt
>         Attachments: rh-eclipse46-devstudio10.2.log.20161118-1112_strict.txt, springide382.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