[jbosstools-issues] [JBoss JIRA] (JBDS-2956) Spring IDE's associated projects and files cannot be created and many plugins never goes past "Starting"

Snjezana Peco (JIRA) issues at jboss.org
Wed Mar 12 10:57:10 EDT 2014


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

Snjezana Peco commented on JBDS-2956:
-------------------------------------

{quote}
Snjezana Peco what osgi changes would that be ?
{quote}

I am not sure. Luna includes a lot of OSGi changes. I will send a comment to the Eclipse Equinox forum.

{quote}
Can you try do those commands if you can reproduce and attach the output?
{quote}

The issue can always be reproduced when using Luna M5, Spring IDE 3.5 and the javax.xml.ws and javax.xml.bind.
Removing the javax.xml.ws and javax.xml.bind fixes the issue.

I have already used the OSGi console (the ss, start, diag command). No one plugin depending on o.s.web can be started.
An output example (Luna M5, JBoss Tools, Spring IDE 3.5):

{code}
osgi> ss org.springframework.ide.eclipse.wizard
"Framework is launched."

id	State       Bundle
1585	INSTALLED   org.springframework.ide.eclipse.wizard_3.4.0.201310051539-RELEASE
osgi> 

osgi> ss javax.xml
"Framework is launched."

id	State       Bundle
11	RESOLVED    javax.xml_1.3.4.v201005080400
244	RESOLVED    javax.xml.bind_2.1.9.v201005080401
245	RESOLVED    javax.xml.rpc_1.1.0.v201209140446
246	RESOLVED    javax.xml.soap_1.2.0.v201005080501
247	RESOLVED    javax.xml.stream_1.0.1.v201004272200
248	ACTIVE      javax.xml.ws_2.1.0.v200902101523
868	RESOLVED    javax.xml.soap_1.3.0.v201105210645

osgi> start org.springframework.ide.eclipse.wizard
gogo: BundleException: Could not resolve module: org.springframework.ide.eclipse.wizard [1585]
  Unresolved requirement: osgi.wiring.bundle; resolution:="optional"; filter:="(&(osgi.wiring.bundle=org.springsource.ide.eclipse.gradle.core)(bundle-version>=3.4.0))"
  Unresolved requirement: osgi.wiring.bundle; filter:="(osgi.wiring.bundle=org.springframework.ide.eclipse.quickfix)"
    -> osgi.wiring.bundle; osgi.wiring.bundle="org.springframework.ide.eclipse.quickfix"; bundle-version:Version="3.4.0.201310051539-RELEASE"; singleton:="true"
       org.springframework.ide.eclipse.quickfix [1577]
         No resolution report for the bundle.  Bundle was not resolved because of a uses contraint violation.
  org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource org.springframework.ide.eclipse.wizard [osgi.identity; osgi.identity="org.springframework.ide.eclipse.wizard"; type="osgi.bundle"; version:Version="3.4.0.201310051539-RELEASE"; singleton:="true"] because it is exposed to package 'javax.xml.ws' from resources org.eclipse.osgi [osgi.identity; osgi.identity="org.eclipse.osgi"; type="osgi.bundle"; version:Version="3.10.0.v20140121-0337"; singleton:="true"] and javax.xml.ws [osgi.identity; osgi.identity="javax.xml.ws"; type="osgi.bundle"; version:Version="2.1.0.v200902101523"] via two dependency chains.

Chain 1:
  org.springframework.ide.eclipse.wizard [osgi.identity; osgi.identity="org.springframework.ide.eclipse.wizard"; type="osgi.bundle"; version:Version="3.4.0.201310051539-RELEASE"; singleton:="true"]
    require: (osgi.wiring.bundle=org.eclipse.core.runtime)
     |
    provide: osgi.wiring.bundle: org.eclipse.core.runtime
  org.eclipse.osgi [osgi.identity; osgi.identity="org.eclipse.osgi"; type="osgi.bundle"; version:Version="3.10.0.v20140121-0337"; singleton:="true"]

Chain 2:
  org.springframework.ide.eclipse.wizard [osgi.identity; osgi.identity="org.springframework.ide.eclipse.wizard"; type="osgi.bundle"; version:Version="3.4.0.201310051539-RELEASE"; singleton:="true"]
    require: (osgi.wiring.bundle=org.springframework.web)
     |
    provide: osgi.wiring.bundle; osgi.wiring.bundle="org.springframework.web"; bundle-version:Version="4.0.0.20130829-M3"
  org.springframework.web [osgi.identity; osgi.identity="org.springframework.web"; type="osgi.bundle"; version:Version="4.0.0.20130829-M3"]
    import: (&(osgi.wiring.package=javax.xml.ws)(version>=0.0.0))
     |
    export: osgi.wiring.package: javax.xml.ws
  javax.xml.ws [osgi.identity; osgi.identity="javax.xml.ws"; type="osgi.bundle"; version:Version="2.1.0.v200902101523"]

 osgi>  ss org.springframework.ide.eclipse.wizard
"Framework is launched."

id	State       Bundle
1585	INSTALLED   org.springframework.ide.eclipse.wizard_3.4.0.201310051539-RELEASE

osgi> diag org.springframework.ide.eclipse.wizard
org.springframework.ide.eclipse.wizard [1585]
  Unresolved requirement: osgi.wiring.bundle; resolution:="optional"; filter:="(&(osgi.wiring.bundle=org.springsource.ide.eclipse.gradle.core)(bundle-version>=3.4.0))"
  Unresolved requirement: osgi.wiring.bundle; resolution:="optional"; filter:="(&(osgi.wiring.bundle=org.springsource.ide.eclipse.gradle.core)(bundle-version>=3.4.0))"
  Unresolved requirement: osgi.wiring.bundle; filter:="(osgi.wiring.bundle=org.springframework.ide.eclipse.quickfix)"
    -> osgi.wiring.bundle; osgi.wiring.bundle="org.springframework.ide.eclipse.quickfix"; bundle-version:Version="3.4.0.201310051539-RELEASE"; singleton:="true"
       org.springframework.ide.eclipse.quickfix [1577]
         Bundle was not resolved because of a uses contraint violation.
  org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource org.springframework.ide.eclipse.quickfix [osgi.identity; osgi.identity="org.springframework.ide.eclipse.quickfix"; type="osgi.bundle"; version:Version="3.4.0.201310051539-RELEASE"; singleton:="true"] because it is exposed to package 'javax.xml.ws' from resources org.eclipse.osgi [osgi.identity; osgi.identity="org.eclipse.osgi"; type="osgi.bundle"; version:Version="3.10.0.v20140121-0337"; singleton:="true"] and javax.xml.ws [osgi.identity; osgi.identity="javax.xml.ws"; type="osgi.bundle"; version:Version="2.1.0.v200902101523"] via two dependency chains.

Chain 1:
  org.springframework.ide.eclipse.quickfix [osgi.identity; osgi.identity="org.springframework.ide.eclipse.quickfix"; type="osgi.bundle"; version:Version="3.4.0.201310051539-RELEASE"; singleton:="true"]
    require: (osgi.wiring.bundle=org.eclipse.core.runtime)
     |
    provide: osgi.wiring.bundle: org.eclipse.core.runtime
  org.eclipse.osgi [osgi.identity; osgi.identity="org.eclipse.osgi"; type="osgi.bundle"; version:Version="3.10.0.v20140121-0337"; singleton:="true"]

Chain 2:
  org.springframework.ide.eclipse.quickfix [osgi.identity; osgi.identity="org.springframework.ide.eclipse.quickfix"; type="osgi.bundle"; version:Version="3.4.0.201310051539-RELEASE"; singleton:="true"]
    require: (osgi.wiring.bundle=org.springframework.web)
     |
    provide: osgi.wiring.bundle; osgi.wiring.bundle="org.springframework.web"; bundle-version:Version="4.0.0.20130829-M3"
  org.springframework.web [osgi.identity; osgi.identity="org.springframework.web"; type="osgi.bundle"; version:Version="4.0.0.20130829-M3"]
    import: (&(osgi.wiring.package=javax.xml.ws)(version>=0.0.0))
     |
    export: osgi.wiring.package: javax.xml.ws
  javax.xml.ws [osgi.identity; osgi.identity="javax.xml.ws"; type="osgi.bundle"; version:Version="2.1.0.v200902101523"]
osgi> 
{code}

                
> Spring IDE's associated projects and files cannot be created and many plugins never goes past "Starting"
> --------------------------------------------------------------------------------------------------------
>
>                 Key: JBDS-2956
>                 URL: https://issues.jboss.org/browse/JBDS-2956
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: 3rd-party-certification
>    Affects Versions: 8.0.0.Alpha2
>         Environment: 64-bit Fedora 17
>            Reporter: Marián Labuda
>            Assignee: Snjezana Peco
>         Attachments: jbds800Alpha2report.zip, jbds_part1.png, jbds_part2.png, JBT4.2.0.Alpha2breport.zip, jbt_part1.png, jbt_part2.png, jbt_part3.png, report, spring_projects.png
>
>
> After installing Spring IDE into JBDS 8.0.0.Alpha2 there should be option to create associated projects / examples / files... from menu File - Other - Spring, but there is only item for creation Spring bean configuration file. Others are missing. Tests also JBT 4.2.0.Alpha2 and there was not this issue.
> See attached file. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jbosstools-issues mailing list