You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Shiva Kumar H R (JIRA)" <ji...@apache.org> on 2007/09/11 11:46:32 UTC

[jira] Created: (GERONIMODEVTOOLS-202) "A geronimo installation was detected, however the version could not be verified" warning while adding Geronimo 2.0.1

"A geronimo installation was detected, however the version could not be verified" warning while adding Geronimo 2.0.1
---------------------------------------------------------------------------------------------------------------------

                 Key: GERONIMODEVTOOLS-202
                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-202
             Project: Geronimo-Devtools
          Issue Type: Bug
          Components: eclipse-plugin
    Affects Versions: 2.0
            Reporter: Shiva Kumar H R
            Priority: Minor
             Fix For: 2.0


Initial debugging shows that this is due to:
org.apache.geronimo.st.core.GeronimoRuntimeDelegate.detectVersion() method returning null, which in turn is due to missing "geronimo-system-*.jar" file in <GERONIMO-HOME>\lib directory of Geronimo 2.0.1 installation.

geronimo-system-2.0.1.jar can however be found "<GERONIMO-HOME>\repository\org\apache\geronimo\modules\geronimo-system\2.0.1" directory of AG 2.0.1

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


[jira] Updated: (GERONIMODEVTOOLS-202) "A geronimo installation was detected, however the version could not be verified" warning while adding Geronimo 2.0.1

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

Shiva Kumar H R updated GERONIMODEVTOOLS-202:
---------------------------------------------

    Attachment: GERONIMODEVTOOLS-202-temp.patch

Tim,
I am not happy with hard-coding paths as done in this patch. Do you see a better way of solving this?

> "A geronimo installation was detected, however the version could not be verified" warning while adding Geronimo 2.0.1
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-202
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-202
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0
>            Reporter: Shiva Kumar H R
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: GERONIMODEVTOOLS-202-temp.patch
>
>
> Initial debugging shows that this is due to:
> org.apache.geronimo.st.core.GeronimoRuntimeDelegate.detectVersion() method returning null, which in turn is due to missing "geronimo-system-*.jar" file in <GERONIMO-HOME>\lib directory of Geronimo 2.0.1 installation.
> geronimo-system-2.0.1.jar can however be found "<GERONIMO-HOME>\repository\org\apache\geronimo\modules\geronimo-system\2.0.1" directory of AG 2.0.1

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


[jira] Assigned: (GERONIMODEVTOOLS-202) "A geronimo installation was detected, however the version could not be verified" warning while adding Geronimo 2.0.1

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

Shiva Kumar H R reassigned GERONIMODEVTOOLS-202:
------------------------------------------------

    Assignee: Tim McConnell

> "A geronimo installation was detected, however the version could not be verified" warning while adding Geronimo 2.0.1
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-202
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-202
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0
>            Reporter: Shiva Kumar H R
>            Assignee: Tim McConnell
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: GERONIMODEVTOOLS-202-temp.patch
>
>
> Initial debugging shows that this is due to:
> org.apache.geronimo.st.core.GeronimoRuntimeDelegate.detectVersion() method returning null, which in turn is due to missing "geronimo-system-*.jar" file in <GERONIMO-HOME>\lib directory of Geronimo 2.0.1 installation.
> geronimo-system-2.0.1.jar can however be found "<GERONIMO-HOME>\repository\org\apache\geronimo\modules\geronimo-system\2.0.1" directory of AG 2.0.1

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


[jira] Commented: (GERONIMODEVTOOLS-202) "A geronimo installation was detected, however the version could not be verified" warning while adding Geronimo 2.0.1

Posted by "Vamsavardhana Reddy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526399 ] 

Vamsavardhana Reddy commented on GERONIMODEVTOOLS-202:
------------------------------------------------------

What happens if there is another geronimo-system-*.jar <GERONIMO-HOME>\repository\org\apache\geronimo\modules\geronimo-system\<unused-2.0-SNAPSHOT> in my repo for some reason?.  There should be some other (proper?) way of detecting the version. 

> "A geronimo installation was detected, however the version could not be verified" warning while adding Geronimo 2.0.1
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-202
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-202
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0
>            Reporter: Shiva Kumar H R
>            Priority: Minor
>             Fix For: 2.0
>
>
> Initial debugging shows that this is due to:
> org.apache.geronimo.st.core.GeronimoRuntimeDelegate.detectVersion() method returning null, which in turn is due to missing "geronimo-system-*.jar" file in <GERONIMO-HOME>\lib directory of Geronimo 2.0.1 installation.
> geronimo-system-2.0.1.jar can however be found "<GERONIMO-HOME>\repository\org\apache\geronimo\modules\geronimo-system\2.0.1" directory of AG 2.0.1

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


[jira] Commented: (GERONIMODEVTOOLS-202) "A geronimo installation was detected, however the version could not be verified" warning while adding Geronimo 2.0.1

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

Tim McConnell commented on GERONIMODEVTOOLS-202:
------------------------------------------------

Hi Shiva, I share your concern as well, but I'm not sure you have too much of a choice at this point. One thing though that you should consider is to just give it the top-level directory of the path and let the plugin search and find the jarfile. That's how I tried to mitigate the similar situations in GeronimoServerRuntimeTargetHandler. One advantage of this approach is that your code shouldn't have to be changed again when a new version of the Server is introduced, assuming of course that the main geroimo-server path remains the same, which is probably a good assumption. Plus, of course you don't have to hardcode the name of the jarfile. Thanks.

> "A geronimo installation was detected, however the version could not be verified" warning while adding Geronimo 2.0.1
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-202
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-202
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0
>            Reporter: Shiva Kumar H R
>            Assignee: Tim McConnell
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: GERONIMODEVTOOLS-202-temp.patch
>
>
> Initial debugging shows that this is due to:
> org.apache.geronimo.st.core.GeronimoRuntimeDelegate.detectVersion() method returning null, which in turn is due to missing "geronimo-system-*.jar" file in <GERONIMO-HOME>\lib directory of Geronimo 2.0.1 installation.
> geronimo-system-2.0.1.jar can however be found "<GERONIMO-HOME>\repository\org\apache\geronimo\modules\geronimo-system\2.0.1" directory of AG 2.0.1

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


[jira] Assigned: (GERONIMODEVTOOLS-202) "A geronimo installation was detected, however the version could not be verified" warning while adding Geronimo 2.0.1

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

Tim McConnell reassigned GERONIMODEVTOOLS-202:
----------------------------------------------

    Assignee: Shiva Kumar H R  (was: Tim McConnell)

> "A geronimo installation was detected, however the version could not be verified" warning while adding Geronimo 2.0.1
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-202
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-202
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0
>            Reporter: Shiva Kumar H R
>            Assignee: Shiva Kumar H R
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: GERONIMODEVTOOLS-202-temp.patch
>
>
> Initial debugging shows that this is due to:
> org.apache.geronimo.st.core.GeronimoRuntimeDelegate.detectVersion() method returning null, which in turn is due to missing "geronimo-system-*.jar" file in <GERONIMO-HOME>\lib directory of Geronimo 2.0.1 installation.
> geronimo-system-2.0.1.jar can however be found "<GERONIMO-HOME>\repository\org\apache\geronimo\modules\geronimo-system\2.0.1" directory of AG 2.0.1

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


[jira] Closed: (GERONIMODEVTOOLS-202) "A geronimo installation was detected, however the version could not be verified" warning while adding Geronimo 2.0.1

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

Tim McConnell closed GERONIMODEVTOOLS-202.
------------------------------------------

    Resolution: Fixed
      Assignee: Tim McConnell  (was: Shiva Kumar H R)

Fixed in r575055 to ensure that the possible locations for the geronimo-system jar is searched to support Geronimo 1.x and 2.x versions

> "A geronimo installation was detected, however the version could not be verified" warning while adding Geronimo 2.0.1
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-202
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-202
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0
>            Reporter: Shiva Kumar H R
>            Assignee: Tim McConnell
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: GERONIMODEVTOOLS-202-temp.patch
>
>
> Initial debugging shows that this is due to:
> org.apache.geronimo.st.core.GeronimoRuntimeDelegate.detectVersion() method returning null, which in turn is due to missing "geronimo-system-*.jar" file in <GERONIMO-HOME>\lib directory of Geronimo 2.0.1 installation.
> geronimo-system-2.0.1.jar can however be found "<GERONIMO-HOME>\repository\org\apache\geronimo\modules\geronimo-system\2.0.1" directory of AG 2.0.1

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