You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Tina Li (JIRA)" <ji...@apache.org> on 2012/10/11 10:33:03 UTC

[jira] [Commented] (GERONIMO-6391) plugin repository für geronimo 3.0 requires JVM 1.6, 1.5. but JVM 1.7 is used

    [ https://issues.apache.org/jira/browse/GERONIMO-6391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473953#comment-13473953 ] 

Tina Li commented on GERONIMO-6391:
-----------------------------------

Hi,

when you build geronimo samples, do not specified any jvm-version in pom.xml under samples directory:
<plugin>
                <groupId>org.apache.geronimo.buildsupport</groupId>
                <artifactId>car-maven-plugin</artifactId>
                <version>${geronimoVersion}</version>
                <extensions>true</extensions>
                <configuration>
                    <archive>
                        <addMavenDescriptor>false</addMavenDescriptor>
                    </archive>
                    <osiApproved>true</osiApproved>
                    <commonInstance>
                        <plugin-artifact>
                            <jvm-version>1.5</jvm-version>
                            <jvm-version>1.6</jvm-version>
                            <source-repository>~/.m2/repository/</source-repository>
                            <source-repository>http://repo1.maven.org/maven2/</source-repository>
                            <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
                            <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
                        </plugin-artifact>
                    </commonInstance>
                </configuration>
            </plugin>
section below need to be commented:

<jvm-version>1.5</jvm-version>
<jvm-version>1.6</jvm-version>
                
> plugin repository für geronimo 3.0 requires JVM 1.6, 1.5. but JVM 1.7 is used
> -----------------------------------------------------------------------------
>
>                 Key: GERONIMO-6391
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6391
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0.0
>         Environment: Windows 7, java version "1.7.0_07"
> Java(TM) SE Runtime Environment (build 1.7.0_07-b10)
> Java HotSpot(TM) 64-Bit Server VM (build 23.3-b01, mixed mode)geronimo-tomcat7-javaee6-3.0.0
>            Reporter: fpientka
>            Priority: Trivial
>             Fix For: 3.0.1
>
>
> Hello
> when I try to download the plugins from the repository
> http://geronimo.apache.org/plugins/geronimo-3.0.0/
> http://geronimo.apache.org/plugins/samples-3.0.0/
> http://geronimo.apache.org/plugins/daytrader-3.0.0/
> I can't select any because
> <jvm-version>1.6</jvm-version> is marked in geronimo-plugins.xml,
> but the server is running with JRE 1.7 and I can't run it with 1.6
> The only ERROR i found was
> ERROR [PluginInstallerGBean] Unable to install plugin
> org.apache.geronimo.kernel.repository.MissingDependencyException: Plugin is not installable on JVM 1.7.0_07
> Missing dependency: org.apache.geronimo.configs/transaction-1_6/3.0.0/car
> Can anyone fix this?
> Thank you
> Frank 
> add  <jvm-version>1.7</jvm-version>  JVM 1.7 in all geronimo-plugins.xml for G 3.0

--
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