You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Tim McConnell (JIRA)" <ji...@apache.org> on 2008/03/26 22:33:24 UTC

[jira] Created: (GERONIMODEVTOOLS-316) intermittent "Geronimo Deployment 1.2 cannot be installed." error message from the Eclipse Project Facets wizard

intermittent "Geronimo Deployment 1.2 cannot be installed." error message from the Eclipse Project Facets wizard
----------------------------------------------------------------------------------------------------------------

                 Key: GERONIMODEVTOOLS-316
                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-316
             Project: Geronimo-Devtools
          Issue Type: Sub-task
            Reporter: Tim McConnell
            Assignee: Tim McConnell




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMODEVTOOLS-316) intermittent "Geronimo Deployment 1.2 cannot be installed." error message from the Eclipse Project Facets wizard

Posted by "Tim McConnell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim McConnell resolved GERONIMODEVTOOLS-316.
--------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0

The problem was a classic race condition. Using the same action type id for a "Geronimo Deployment" project facet across multiple plugins was ill-advised on my part. As a result, the first project facet loaded by Eclipse would work just fine, but others loaded subquently by Eclipse would fail. Now each version of the "Geronimo Deployment" project facet has a unique action type id to fix the problem.

> intermittent "Geronimo Deployment 1.2 cannot be installed." error message from the Eclipse Project Facets wizard
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-316
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-316
>             Project: Geronimo-Devtools
>          Issue Type: Sub-task
>            Reporter: Tim McConnell
>            Assignee: Tim McConnell
>             Fix For: 2.1.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMODEVTOOLS-316) intermittent "Geronimo Deployment 1.2 cannot be installed." error message from the Eclipse Project Facets wizard

Posted by "Shiva Kumar H R (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584677#action_12584677 ] 

Shiva Kumar H R commented on GERONIMODEVTOOLS-316:
--------------------------------------------------

Experimenting by commenting out the entire <adapter> element above to see if it resolves the issue. If any further problems, please revert back.

Committed this at Revision: 643980


> intermittent "Geronimo Deployment 1.2 cannot be installed." error message from the Eclipse Project Facets wizard
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-316
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-316
>             Project: Geronimo-Devtools
>          Issue Type: Sub-task
>            Reporter: Tim McConnell
>            Assignee: Tim McConnell
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMODEVTOOLS-316) intermittent "Geronimo Deployment 1.2 cannot be installed." error message from the Eclipse Project Facets wizard

Posted by "Shiva Kumar H R (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584669#action_12584669 ] 

Shiva Kumar H R commented on GERONIMODEVTOOLS-316:
--------------------------------------------------

I had a close look at all facet extensions and the only suspect I can find is:
org.apache.geronimo.st.core: plugin.xml
<extension point="org.eclipse.wst.common.project.facet.core.runtimes">
...
        <adapter>
            <runtime-component id="org.apache.geronimo.runtime"/>
            <factory
                class="org.eclipse.jst.server.core.internal.RuntimeClasspathProvider$Factory"/>
            <type
                class="org.eclipse.jst.common.project.facet.core.IClasspathProvider"/>
        </adapter>

The referenced class "org.eclipse.jst.common.project.facet.core.IClasspathProvider" doesn't exist. 

Any idea what that <adapter> is used for? and can we remove it?

> intermittent "Geronimo Deployment 1.2 cannot be installed." error message from the Eclipse Project Facets wizard
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-316
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-316
>             Project: Geronimo-Devtools
>          Issue Type: Sub-task
>            Reporter: Tim McConnell
>            Assignee: Tim McConnell
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMODEVTOOLS-316) intermittent "Geronimo Deployment 1.2 cannot be installed." error message from the Eclipse Project Facets wizard

Posted by "Shiva Kumar H R (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584670#action_12584670 ] 

Shiva Kumar H R commented on GERONIMODEVTOOLS-316:
--------------------------------------------------

An useful related article: "Extending WTP Using Project Facets"
http://www.eclipsecon.com/articles/Article-BuildingProjectFacets/tutorial.html

> intermittent "Geronimo Deployment 1.2 cannot be installed." error message from the Eclipse Project Facets wizard
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-316
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-316
>             Project: Geronimo-Devtools
>          Issue Type: Sub-task
>            Reporter: Tim McConnell
>            Assignee: Tim McConnell
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.