You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ross Mason (JIRA)" <de...@geronimo.apache.org> on 2005/04/14 00:45:18 UTC

[jira] Created: (GERONIMO-629) Misleading error when ra.xml is included in the RAR jar as well as the RAR

Misleading error when ra.xml is included in the RAR jar as well as the RAR
--------------------------------------------------------------------------

         Key: GERONIMO-629
         URL: http://issues.apache.org/jira/browse/GERONIMO-629
     Project: Geronimo
        Type: Bug
  Components: connector  
    Versions: 1.0-M3    
    Reporter: Ross Mason
    Priority: Minor


If someone accidentlly builds a jar with the ra.xml included and then includes that jar in a rar and tries to deploy it, the following error occurs -

Caused by: java.lang.ClassFormatError: Repetitive interface name in class file org/mule/ra/MuleConnectionFactory$$Enhanc
erByCGLIB$$3a4c63ea
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        ... 64 more
 

While the ra.xml should not be in the jar in the first place, a more meaningful error could be given.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (GERONIMO-629) Misleading error when ra.xml is included in the RAR jar as well as the RAR

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-629?page=all ]

David Jencks reassigned GERONIMO-629:
-------------------------------------

    Assign To: David Jencks

> Misleading error when ra.xml is included in the RAR jar as well as the RAR
> --------------------------------------------------------------------------
>
>          Key: GERONIMO-629
>          URL: http://issues.apache.org/jira/browse/GERONIMO-629
>      Project: Geronimo
>         Type: Bug
>   Components: connector
>     Versions: 1.0-M3
>     Reporter: Ross Mason
>     Assignee: David Jencks
>     Priority: Minor

>
> If someone accidentlly builds a jar with the ra.xml included and then includes that jar in a rar and tries to deploy it, the following error occurs -
> Caused by: java.lang.ClassFormatError: Repetitive interface name in class file org/mule/ra/MuleConnectionFactory$$Enhanc
> erByCGLIB$$3a4c63ea
>         at java.lang.ClassLoader.defineClass1(Native Method)
>         at java.lang.ClassLoader.defineClass(Unknown Source)
>         ... 64 more
>  
> While the ra.xml should not be in the jar in the first place, a more meaningful error could be given.

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


[jira] Updated: (GERONIMO-629) Misleading error when ra.xml is included in the RAR jar as well as the RAR

Posted by "Matt Hogstrom (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-629?page=all ]

Matt Hogstrom updated GERONIMO-629:
-----------------------------------

    Fix Version/s: Wish List
                       (was: 1.2)

> Misleading error when ra.xml is included in the RAR jar as well as the RAR
> --------------------------------------------------------------------------
>
>                 Key: GERONIMO-629
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-629
>             Project: Geronimo
>          Issue Type: Bug
>          Components: connector
>    Affects Versions: 1.0-M3
>            Reporter: Ross Mason
>         Assigned To: David Jencks
>            Priority: Minor
>             Fix For: Wish List
>
>
> If someone accidentlly builds a jar with the ra.xml included and then includes that jar in a rar and tries to deploy it, the following error occurs -
> Caused by: java.lang.ClassFormatError: Repetitive interface name in class file org/mule/ra/MuleConnectionFactory$$Enhanc
> erByCGLIB$$3a4c63ea
>         at java.lang.ClassLoader.defineClass1(Native Method)
>         at java.lang.ClassLoader.defineClass(Unknown Source)
>         ... 64 more
>  
> While the ra.xml should not be in the jar in the first place, a more meaningful error could be given.

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

        

[jira] Closed: (GERONIMO-629) Misleading error when ra.xml is included in the RAR jar as well as the RAR

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

David Jencks closed GERONIMO-629.
---------------------------------

       Resolution: Cannot Reproduce
    Fix Version/s:     (was: Wish List)
                   2.0-M7

I generated a rar with ra.xml in both a jar and the rar and it deploys fine and geronimo works fine with it, so I'm closing this as cannot reproduce.

> Misleading error when ra.xml is included in the RAR jar as well as the RAR
> --------------------------------------------------------------------------
>
>                 Key: GERONIMO-629
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-629
>             Project: Geronimo
>          Issue Type: Bug
>          Components: connector
>    Affects Versions: 1.0-M3
>            Reporter: Ross Mason
>            Assignee: David Jencks
>            Priority: Minor
>             Fix For: 2.0-M7
>
>         Attachments: tranql-connector-derby-embed-xa-1.3-SNAPSHOT.rar
>
>
> If someone accidentlly builds a jar with the ra.xml included and then includes that jar in a rar and tries to deploy it, the following error occurs -
> Caused by: java.lang.ClassFormatError: Repetitive interface name in class file org/mule/ra/MuleConnectionFactory$$Enhanc
> erByCGLIB$$3a4c63ea
>         at java.lang.ClassLoader.defineClass1(Native Method)
>         at java.lang.ClassLoader.defineClass(Unknown Source)
>         ... 64 more
>  
> While the ra.xml should not be in the jar in the first place, a more meaningful error could be given.

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


[jira] Updated: (GERONIMO-629) Misleading error when ra.xml is included in the RAR jar as well as the RAR

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-629?page=all ]

Aaron Mulder updated GERONIMO-629:
----------------------------------

    Fix Version: 1.0
    Description: 
If someone accidentlly builds a jar with the ra.xml included and then includes that jar in a rar and tries to deploy it, the following error occurs -

Caused by: java.lang.ClassFormatError: Repetitive interface name in class file org/mule/ra/MuleConnectionFactory$$Enhanc
erByCGLIB$$3a4c63ea
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        ... 64 more
 

While the ra.xml should not be in the jar in the first place, a more meaningful error could be given.

  was:
If someone accidentlly builds a jar with the ra.xml included and then includes that jar in a rar and tries to deploy it, the following error occurs -

Caused by: java.lang.ClassFormatError: Repetitive interface name in class file org/mule/ra/MuleConnectionFactory$$Enhanc
erByCGLIB$$3a4c63ea
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        ... 64 more
 

While the ra.xml should not be in the jar in the first place, a more meaningful error could be given.

    Environment: 

> Misleading error when ra.xml is included in the RAR jar as well as the RAR
> --------------------------------------------------------------------------
>
>          Key: GERONIMO-629
>          URL: http://issues.apache.org/jira/browse/GERONIMO-629
>      Project: Geronimo
>         Type: Bug
>   Components: connector
>     Versions: 1.0-M3
>     Reporter: Ross Mason
>     Assignee: David Jencks
>     Priority: Minor
>      Fix For: 1.0

>
> If someone accidentlly builds a jar with the ra.xml included and then includes that jar in a rar and tries to deploy it, the following error occurs -
> Caused by: java.lang.ClassFormatError: Repetitive interface name in class file org/mule/ra/MuleConnectionFactory$$Enhanc
> erByCGLIB$$3a4c63ea
>         at java.lang.ClassLoader.defineClass1(Native Method)
>         at java.lang.ClassLoader.defineClass(Unknown Source)
>         ... 64 more
>  
> While the ra.xml should not be in the jar in the first place, a more meaningful error could be given.

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


[jira] Updated: (GERONIMO-629) Misleading error when ra.xml is included in the RAR jar as well as the RAR

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

David Jencks updated GERONIMO-629:
----------------------------------

    Attachment: tranql-connector-derby-embed-xa-1.3-SNAPSHOT.rar

Sample rar I generated to try to reproduce the problem, with a ra.xml in the jar as well as in the rar.

> Misleading error when ra.xml is included in the RAR jar as well as the RAR
> --------------------------------------------------------------------------
>
>                 Key: GERONIMO-629
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-629
>             Project: Geronimo
>          Issue Type: Bug
>          Components: connector
>    Affects Versions: 1.0-M3
>            Reporter: Ross Mason
>            Assignee: David Jencks
>            Priority: Minor
>             Fix For: Wish List
>
>         Attachments: tranql-connector-derby-embed-xa-1.3-SNAPSHOT.rar
>
>
> If someone accidentlly builds a jar with the ra.xml included and then includes that jar in a rar and tries to deploy it, the following error occurs -
> Caused by: java.lang.ClassFormatError: Repetitive interface name in class file org/mule/ra/MuleConnectionFactory$$Enhanc
> erByCGLIB$$3a4c63ea
>         at java.lang.ClassLoader.defineClass1(Native Method)
>         at java.lang.ClassLoader.defineClass(Unknown Source)
>         ... 64 more
>  
> While the ra.xml should not be in the jar in the first place, a more meaningful error could be given.

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


[jira] Updated: (GERONIMO-629) Misleading error when ra.xml is included in the RAR jar as well as the RAR

Posted by "Dain Sundstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-629?page=all ]

Dain Sundstrom updated GERONIMO-629:
------------------------------------

    Fix Version: 1.1
                     (was: 1.0)

> Misleading error when ra.xml is included in the RAR jar as well as the RAR
> --------------------------------------------------------------------------
>
>          Key: GERONIMO-629
>          URL: http://issues.apache.org/jira/browse/GERONIMO-629
>      Project: Geronimo
>         Type: Bug
>   Components: connector
>     Versions: 1.0-M3
>     Reporter: Ross Mason
>     Assignee: David Jencks
>     Priority: Minor
>      Fix For: 1.1

>
> If someone accidentlly builds a jar with the ra.xml included and then includes that jar in a rar and tries to deploy it, the following error occurs -
> Caused by: java.lang.ClassFormatError: Repetitive interface name in class file org/mule/ra/MuleConnectionFactory$$Enhanc
> erByCGLIB$$3a4c63ea
>         at java.lang.ClassLoader.defineClass1(Native Method)
>         at java.lang.ClassLoader.defineClass(Unknown Source)
>         ... 64 more
>  
> While the ra.xml should not be in the jar in the first place, a more meaningful error could be given.

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