You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Malcolm Wong Ho (JIRA)" <ji...@codehaus.org> on 2008/11/04 16:33:51 UTC

[jira] Created: (CONTINUUM-1961) Error uploading maven 2 pom file

Error uploading maven 2 pom file
--------------------------------

                 Key: CONTINUUM-1961
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1961
             Project: Continuum
          Issue Type: Bug
    Affects Versions: 1.2
         Environment: Linux 2.6.16.46-0.12-smp #1 SMP Thu May 17 14:00:09 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pxa64devifx-20080811b (SR8a))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux amd64-64 j9vmxa6423ifx-20080811 (JIT enabled)
J9VM - 20080809_21892_LHdSMr
JIT  - 20080620_1845_r8
GC   - 200806_19)
JCL  - 20080811a

            Reporter: Malcolm Wong Ho
         Attachments: stacktrace.txt

Deployed Continuum 1.2.2 to Geronimo 2.1.3 withTomcat6 and i am unable to upload maven 2 pom file published Subversion Repository Using Apache.

org.apache.maven.continuum.ContinuumException: Error while executing the action 'create-projects-from-metadata'.

See attaches file for stacktrace

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Issue Comment Edited: (CONTINUUM-1961) Error uploading maven 2 pom file

Posted by "Michal Borowiecki (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=185372#action_185372 ] 

Michal Borowiecki edited comment on CONTINUUM-1961 at 7/30/09 7:49 AM:
-----------------------------------------------------------------------

got the same error on Geronimo 2.1.4 with Tomcat6 running on Sun's JDK 1.5.0_09 on WinXp SP3

Caused by: java.lang.VerifyError: (class: org/apache/maven/continuum/project/builder/AbstractContinuumProjectBuilder, method: initialize signature: ()V) Incompatible argument to function
	at java.lang.Class.getDeclaredConstructors0(Native Method)
	at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
	at java.lang.Class.getConstructor0(Class.java:2671)
	at java.lang.Class.newInstance0(Class.java:321)
	at java.lang.Class.newInstance(Class.java:303)
	at org.codehaus.plexus.spring.PlexusComponentFactoryBean.createInstance(PlexusComponentFactoryBean.java:126)
	at org.codehaus.plexus.spring.PlexusComponentFactoryBean.getObject(PlexusComponentFactoryBean.java:108)
	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:121)
	... 47 more

I'm using continuum 1.2.3

      was (Author: mihbor):
    got the same error on Geronimo 2.1.4 with Tomcat6 running on Sun's JDK 1.5.0_09 on WinXp SP3

Caused by: java.lang.VerifyError: (class: org/apache/maven/continuum/project/builder/AbstractContinuumProjectBuilder, method: initialize signature: ()V) Incompatible argument to function
	at java.lang.Class.getDeclaredConstructors0(Native Method)
	at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
	at java.lang.Class.getConstructor0(Class.java:2671)
	at java.lang.Class.newInstance0(Class.java:321)
	at java.lang.Class.newInstance(Class.java:303)
	at org.codehaus.plexus.spring.PlexusComponentFactoryBean.createInstance(PlexusComponentFactoryBean.java:126)
	at org.codehaus.plexus.spring.PlexusComponentFactoryBean.getObject(PlexusComponentFactoryBean.java:108)
	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:121)
	... 47 more

  
> Error uploading maven 2 pom file
> --------------------------------
>
>                 Key: CONTINUUM-1961
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1961
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Linux 2.6.16.46-0.12-smp #1 SMP Thu May 17 14:00:09 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build pxa64devifx-20080811b (SR8a))
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux amd64-64 j9vmxa6423ifx-20080811 (JIT enabled)
> J9VM - 20080809_21892_LHdSMr
> JIT  - 20080620_1845_r8
> GC   - 200806_19)
> JCL  - 20080811a
>            Reporter: Malcolm Wong Ho
>             Fix For: 1.x
>
>         Attachments: stacktrace.txt
>
>
> Deployed Continuum 1.2.2 to Geronimo 2.1.3 withTomcat6 and i am unable to upload maven 2 pom file published Subversion Repository Using Apache.
> org.apache.maven.continuum.ContinuumException: Error while executing the action 'create-projects-from-metadata'.
> See attaches file for stacktrace

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-1961) Error uploading maven 2 pom file

Posted by "Arne Lange (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=187225#action_187225 ] 

Arne Lange commented on CONTINUUM-1961:
---------------------------------------

I get the same error adding a Maven 2 Project on Continuum 1.2.3. Continuum is deployed as WAR in Geronimo 2.1.4 running on Sun's JDK 1.6.0_12 on Debian Lenny (2.6.26-2-amd64).

Caused by: java.lang.VerifyError: (class: org/apache/maven/continuum/project/builder/AbstractContinuumProjectBuilder, method: initialize signature: ()V) Incompatible argument to function
	at java.lang.Class.getDeclaredConstructors0(Native Method)
	at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
	at java.lang.Class.getConstructor0(Class.java:2699)
	at java.lang.Class.newInstance0(Class.java:326)
	at java.lang.Class.newInstance(Class.java:308)
	at org.codehaus.plexus.spring.PlexusComponentFactoryBean.createInstance(PlexusComponentFactoryBean.java:126)
	at org.codehaus.plexus.spring.PlexusComponentFactoryBean.getObject(PlexusComponentFactoryBean.java:108)
	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:121)
	... 47 more

The pom.xml that caused that behavior is a standard maven quickstart extended with scm, developers and ciManagement. Nothing special. 

> Error uploading maven 2 pom file
> --------------------------------
>
>                 Key: CONTINUUM-1961
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1961
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Linux 2.6.16.46-0.12-smp #1 SMP Thu May 17 14:00:09 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build pxa64devifx-20080811b (SR8a))
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux amd64-64 j9vmxa6423ifx-20080811 (JIT enabled)
> J9VM - 20080809_21892_LHdSMr
> JIT  - 20080620_1845_r8
> GC   - 200806_19)
> JCL  - 20080811a
>            Reporter: Malcolm Wong Ho
>             Fix For: 1.x
>
>         Attachments: stacktrace.txt
>
>
> Deployed Continuum 1.2.2 to Geronimo 2.1.3 withTomcat6 and i am unable to upload maven 2 pom file published Subversion Repository Using Apache.
> org.apache.maven.continuum.ContinuumException: Error while executing the action 'create-projects-from-metadata'.
> See attaches file for stacktrace

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-1961) Error uploading maven 2 pom file

Posted by "Michal Borowiecki (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=185372#action_185372 ] 

Michal Borowiecki commented on CONTINUUM-1961:
----------------------------------------------

got the same error on Geronimo 2.1.4 with Tomcat6 running on Sun's JDK 1.5.0_09 on WinXp SP3

Caused by: java.lang.VerifyError: (class: org/apache/maven/continuum/project/builder/AbstractContinuumProjectBuilder, method: initialize signature: ()V) Incompatible argument to function
	at java.lang.Class.getDeclaredConstructors0(Native Method)
	at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
	at java.lang.Class.getConstructor0(Class.java:2671)
	at java.lang.Class.newInstance0(Class.java:321)
	at java.lang.Class.newInstance(Class.java:303)
	at org.codehaus.plexus.spring.PlexusComponentFactoryBean.createInstance(PlexusComponentFactoryBean.java:126)
	at org.codehaus.plexus.spring.PlexusComponentFactoryBean.getObject(PlexusComponentFactoryBean.java:108)
	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:121)
	... 47 more


> Error uploading maven 2 pom file
> --------------------------------
>
>                 Key: CONTINUUM-1961
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1961
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Linux 2.6.16.46-0.12-smp #1 SMP Thu May 17 14:00:09 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build pxa64devifx-20080811b (SR8a))
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux amd64-64 j9vmxa6423ifx-20080811 (JIT enabled)
> J9VM - 20080809_21892_LHdSMr
> JIT  - 20080620_1845_r8
> GC   - 200806_19)
> JCL  - 20080811a
>            Reporter: Malcolm Wong Ho
>             Fix For: 1.x
>
>         Attachments: stacktrace.txt
>
>
> Deployed Continuum 1.2.2 to Geronimo 2.1.3 withTomcat6 and i am unable to upload maven 2 pom file published Subversion Repository Using Apache.
> org.apache.maven.continuum.ContinuumException: Error while executing the action 'create-projects-from-metadata'.
> See attaches file for stacktrace

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-1961) Error uploading maven 2 pom file

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=166509#action_166509 ] 

Wendy Smoak commented on CONTINUUM-1961:
----------------------------------------

Have you been able to try this with 1.2.3 or 1.3.1 Alpha?

Can you provide a sample project to help us reproduce the problem?


> Error uploading maven 2 pom file
> --------------------------------
>
>                 Key: CONTINUUM-1961
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1961
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Linux 2.6.16.46-0.12-smp #1 SMP Thu May 17 14:00:09 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build pxa64devifx-20080811b (SR8a))
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux amd64-64 j9vmxa6423ifx-20080811 (JIT enabled)
> J9VM - 20080809_21892_LHdSMr
> JIT  - 20080620_1845_r8
> GC   - 200806_19)
> JCL  - 20080811a
>            Reporter: Malcolm Wong Ho
>         Attachments: stacktrace.txt
>
>
> Deployed Continuum 1.2.2 to Geronimo 2.1.3 withTomcat6 and i am unable to upload maven 2 pom file published Subversion Repository Using Apache.
> org.apache.maven.continuum.ContinuumException: Error while executing the action 'create-projects-from-metadata'.
> See attaches file for stacktrace

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-1961) Error uploading maven 2 pom file

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated CONTINUUM-1961:
------------------------------------

    Fix Version/s: 1.x

looks like any maven1 project should cause it if it is reproducible. Might be specific to the J9 JVM

> Error uploading maven 2 pom file
> --------------------------------
>
>                 Key: CONTINUUM-1961
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1961
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Linux 2.6.16.46-0.12-smp #1 SMP Thu May 17 14:00:09 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build pxa64devifx-20080811b (SR8a))
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux amd64-64 j9vmxa6423ifx-20080811 (JIT enabled)
> J9VM - 20080809_21892_LHdSMr
> JIT  - 20080620_1845_r8
> GC   - 200806_19)
> JCL  - 20080811a
>            Reporter: Malcolm Wong Ho
>             Fix For: 1.x
>
>         Attachments: stacktrace.txt
>
>
> Deployed Continuum 1.2.2 to Geronimo 2.1.3 withTomcat6 and i am unable to upload maven 2 pom file published Subversion Repository Using Apache.
> org.apache.maven.continuum.ContinuumException: Error while executing the action 'create-projects-from-metadata'.
> See attaches file for stacktrace

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira