You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "David J. M. Karlsen (JIRA)" <ji...@codehaus.org> on 2006/04/03 11:56:44 UTC

[jira] Created: (MSUREFIRE-86) Error in surefire booter 1.5.2

Error in surefire booter 1.5.2
------------------------------

         Key: MSUREFIRE-86
         URL: http://jira.codehaus.org/browse/MSUREFIRE-86
     Project: Maven 2.x Surefire Plugin
        Type: Bug

    Versions: 2.1.2    
 Environment: Win XP / java sun  1.5.0_06.
    Reporter: David J. M. Karlsen


When using the forkMode option, and setting JVM to a:
Classic VM (build 1.3.1, J2RE 1.3.1 IBM Windows 32 build cn131-20030711a (JIT enabled: jitc))
which does not implement the java.lang.String.split method which was introduced in java 1.4, the test will fail with the error message "There are some test failure" because the fork fails:

Exception in thread "main" java.lang.NoSuchMethodError: java.lang.String: method split(Ljava/lang/String;)[Ljava/lang/St
ring; not found
        at org.apache.maven.surefire.SurefireBooter.createForkingClassLoader(SurefireBooter.java:264)
        at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:628)

Configuration:

<forkMode>pertest</forkMode>
<jvm>C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\base_v5\java\jre\bin\java</jvm>

-- 
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: (MSUREFIRE-86) Surefire forking doesn't work on Java 1.3

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSUREFIRE-86?page=all ]

Carlos Sanchez updated MSUREFIRE-86:
------------------------------------

    Version: 2.1.3
    Summary: Surefire forking doesn't work on Java 1.3  (was: Error in surefire booter 1.5.2)

> Surefire forking doesn't work on Java 1.3
> -----------------------------------------
>
>          Key: MSUREFIRE-86
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-86
>      Project: Maven 2.x Surefire Plugin
>         Type: Bug

>     Versions: 2.1.3, 2.1.2
>  Environment: Win XP / java sun  1.5.0_06.
>     Reporter: David J. M. Karlsen

>
>
> When using the forkMode option, and setting JVM to a:
> Classic VM (build 1.3.1, J2RE 1.3.1 IBM Windows 32 build cn131-20030711a (JIT enabled: jitc))
> which does not implement the java.lang.String.split method which was introduced in java 1.4, the test will fail with the error message "There are some test failure" because the fork fails:
> Exception in thread "main" java.lang.NoSuchMethodError: java.lang.String: method split(Ljava/lang/String;)[Ljava/lang/St
> ring; not found
>         at org.apache.maven.surefire.SurefireBooter.createForkingClassLoader(SurefireBooter.java:264)
>         at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:628)
> Configuration:
> <forkMode>pertest</forkMode>
> <jvm>C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\base_v5\java\jre\bin\java</jvm>

-- 
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] Closed: (MSUREFIRE-86) Surefire forking doesn't work on Java 1.3

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSUREFIRE-86?page=all ]
     
Brett Porter closed MSUREFIRE-86:
---------------------------------

      Assign To: Brett Porter
     Resolution: Fixed
    Fix Version:     (was: 2.1.4)

PPXW fixed on 2.2 branch

> Surefire forking doesn't work on Java 1.3
> -----------------------------------------
>
>          Key: MSUREFIRE-86
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-86
>      Project: Maven 2.x Surefire Plugin
>         Type: Bug

>     Versions: 2.1.3, 2.1.2
>  Environment: Win XP / java sun  1.5.0_06.
>     Reporter: David J. M. Karlsen
>     Assignee: Brett Porter
>      Fix For: 2.2

>
>
> When using the forkMode option, and setting JVM to a:
> Classic VM (build 1.3.1, J2RE 1.3.1 IBM Windows 32 build cn131-20030711a (JIT enabled: jitc))
> which does not implement the java.lang.String.split method which was introduced in java 1.4, the test will fail with the error message "There are some test failure" because the fork fails:
> Exception in thread "main" java.lang.NoSuchMethodError: java.lang.String: method split(Ljava/lang/String;)[Ljava/lang/St
> ring; not found
>         at org.apache.maven.surefire.SurefireBooter.createForkingClassLoader(SurefireBooter.java:264)
>         at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:628)
> Configuration:
> <forkMode>pertest</forkMode>
> <jvm>C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\base_v5\java\jre\bin\java</jvm>

-- 
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: (SUREFIRE-75) Surefire forking doesn't work on Java 1.3

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

Brett Porter updated SUREFIRE-75:
---------------------------------

    Affects Version/s: 1.5.2 (2.1.2 plugin)
                       1.5.3 (2.1.3 plugin)
        Fix Version/s: 2.0 (2.2 plugin)

> Surefire forking doesn't work on Java 1.3
> -----------------------------------------
>
>                 Key: SUREFIRE-75
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-75
>             Project: Maven Surefire
>          Issue Type: Bug
>    Affects Versions: 1.5.2 (2.1.2 plugin), 1.5.3 (2.1.3 plugin)
>         Environment: Win XP / java sun  1.5.0_06.
>            Reporter: David J. M. Karlsen
>         Assigned To: Brett Porter
>             Fix For: 2.0 (2.2 plugin)
>
>
> When using the forkMode option, and setting JVM to a:
> Classic VM (build 1.3.1, J2RE 1.3.1 IBM Windows 32 build cn131-20030711a (JIT enabled: jitc))
> which does not implement the java.lang.String.split method which was introduced in java 1.4, the test will fail with the error message "There are some test failure" because the fork fails:
> Exception in thread "main" java.lang.NoSuchMethodError: java.lang.String: method split(Ljava/lang/String;)[Ljava/lang/St
> ring; not found
>         at org.apache.maven.surefire.SurefireBooter.createForkingClassLoader(SurefireBooter.java:264)
>         at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:628)
> Configuration:
> <forkMode>pertest</forkMode>
> <jvm>C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\base_v5\java\jre\bin\java</jvm>

-- 
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] Closed: (MSUREFIRE-86) Surefire forking doesn't work on Java 1.3

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSUREFIRE-86?page=all ]
     
Carlos Sanchez closed MSUREFIRE-86:
-----------------------------------

    Resolution: Fixed

Fixed also in 2.2 branch

> Surefire forking doesn't work on Java 1.3
> -----------------------------------------
>
>          Key: MSUREFIRE-86
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-86
>      Project: Maven 2.x Surefire Plugin
>         Type: Bug

>     Versions: 2.1.3, 2.1.2
>  Environment: Win XP / java sun  1.5.0_06.
>     Reporter: David J. M. Karlsen
>      Fix For: 2.2, 2.1.4

>
>
> When using the forkMode option, and setting JVM to a:
> Classic VM (build 1.3.1, J2RE 1.3.1 IBM Windows 32 build cn131-20030711a (JIT enabled: jitc))
> which does not implement the java.lang.String.split method which was introduced in java 1.4, the test will fail with the error message "There are some test failure" because the fork fails:
> Exception in thread "main" java.lang.NoSuchMethodError: java.lang.String: method split(Ljava/lang/String;)[Ljava/lang/St
> ring; not found
>         at org.apache.maven.surefire.SurefireBooter.createForkingClassLoader(SurefireBooter.java:264)
>         at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:628)
> Configuration:
> <forkMode>pertest</forkMode>
> <jvm>C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\base_v5\java\jre\bin\java</jvm>

-- 
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: (MSUREFIRE-86) Surefire forking doesn't work on Java 1.3

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSUREFIRE-86?page=all ]

Carlos Sanchez updated MSUREFIRE-86:
------------------------------------

    Fix Version: 2.2
                 2.1.4

Fixed already in 2.1.4

> Surefire forking doesn't work on Java 1.3
> -----------------------------------------
>
>          Key: MSUREFIRE-86
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-86
>      Project: Maven 2.x Surefire Plugin
>         Type: Bug

>     Versions: 2.1.3, 2.1.2
>  Environment: Win XP / java sun  1.5.0_06.
>     Reporter: David J. M. Karlsen
>      Fix For: 2.2, 2.1.4

>
>
> When using the forkMode option, and setting JVM to a:
> Classic VM (build 1.3.1, J2RE 1.3.1 IBM Windows 32 build cn131-20030711a (JIT enabled: jitc))
> which does not implement the java.lang.String.split method which was introduced in java 1.4, the test will fail with the error message "There are some test failure" because the fork fails:
> Exception in thread "main" java.lang.NoSuchMethodError: java.lang.String: method split(Ljava/lang/String;)[Ljava/lang/St
> ring; not found
>         at org.apache.maven.surefire.SurefireBooter.createForkingClassLoader(SurefireBooter.java:264)
>         at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:628)
> Configuration:
> <forkMode>pertest</forkMode>
> <jvm>C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\base_v5\java\jre\bin\java</jvm>

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