You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jamie Goodyear (JIRA)" <ji...@apache.org> on 2008/10/03 15:39:53 UTC

[jira] Created: (SMX4-128) WSAddressingTest test case failures on AIX.

WSAddressingTest test case failures on AIX.
-------------------------------------------

                 Key: SMX4-128
                 URL: https://issues.apache.org/activemq/browse/SMX4-128
             Project: ServiceMix 4
          Issue Type: Bug
         Environment: AIX 5300-04-00 
Java 1.5 IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223ifx-20080811 (JIT enabled)
            Reporter: Jamie Goodyear


There appears to be an error occurring here in which the below test cases are unable to find server.xml on the classpath during test execution. These cases regularly pass on other platforms. A similar problem occurred in SMX3 that was resolved by adding -Xverify:none & -Xlp to the servicemix startup command, this is already done for SMX4 so will need to investigate if these JVM args are used during the tests or if system modifications are required for AIX to run these tests.

Tests in error: 
  testImplicitMAPs(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
  testOneway(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
  testApplicationFault(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
  testVersioning(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)



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


[jira] Work started: (SMX4-128) WSAddressingTest test case failures on AIX.

Posted by "Jamie Goodyear (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SMX4-128 started by Jamie Goodyear.

> WSAddressingTest test case failures on AIX.
> -------------------------------------------
>
>                 Key: SMX4-128
>                 URL: https://issues.apache.org/activemq/browse/SMX4-128
>             Project: ServiceMix 4
>          Issue Type: Bug
>         Environment: AIX 5300-04-00 
> Java 1.5 IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223ifx-20080811 (JIT enabled)
>            Reporter: Jamie Goodyear
>            Assignee: Jamie Goodyear
>
> There appears to be an error occurring here in which the below test cases are unable to find server.xml on the classpath during test execution. These cases regularly pass on other platforms. A similar problem occurred in SMX3 that was resolved by adding -Xverify:none & -Xlp to the servicemix startup command, this is already done for SMX4 so will need to investigate if these JVM args are used during the tests or if system modifications are required for AIX to run these tests.
> Tests in error: 
>   testImplicitMAPs(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testOneway(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testApplicationFault(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testVersioning(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)

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


[jira] Commented: (SMX4-128) WSAddressingTest test case failures on AIX.

Posted by "Jamie Goodyear (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46184#action_46184 ] 

Jamie Goodyear commented on SMX4-128:
-------------------------------------

I've attached a patch for camel/servicemix-camel/pom.xml, this should allow AIX users to successfully build from features/trunk.

Note: I used a standalone copy of IBM JDK 1.5 for my build/testing.

> WSAddressingTest test case failures on AIX.
> -------------------------------------------
>
>                 Key: SMX4-128
>                 URL: https://issues.apache.org/activemq/browse/SMX4-128
>             Project: ServiceMix 4
>          Issue Type: Bug
>         Environment: AIX 5300-04-00 
> Java 1.5 IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223ifx-20080811 (JIT enabled)
>            Reporter: Jamie Goodyear
>            Assignee: Jamie Goodyear
>         Attachments: smx4-128.txt
>
>
> There appears to be an error occurring here in which the below test cases are unable to find server.xml on the classpath during test execution. These cases regularly pass on other platforms. A similar problem occurred in SMX3 that was resolved by adding -Xverify:none & -Xlp to the servicemix startup command, this is already done for SMX4 so will need to investigate if these JVM args are used during the tests or if system modifications are required for AIX to run these tests.
> Tests in error: 
>   testImplicitMAPs(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testOneway(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testApplicationFault(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testVersioning(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)

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


[jira] Commented: (SMX4-128) WSAddressingTest test case failures on AIX.

Posted by "Edell Nolan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46161#action_46161 ] 

Edell Nolan commented on SMX4-128:
----------------------------------

Jamie,

I was running into serveral issues to do with com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl class and javax.* classes not been found in one of the latest kits etc  - The upgrade of felix seemed to help in this area and Gert has applied my patches so it might be worth trying out the next build 

Edell.

> WSAddressingTest test case failures on AIX.
> -------------------------------------------
>
>                 Key: SMX4-128
>                 URL: https://issues.apache.org/activemq/browse/SMX4-128
>             Project: ServiceMix 4
>          Issue Type: Bug
>         Environment: AIX 5300-04-00 
> Java 1.5 IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223ifx-20080811 (JIT enabled)
>            Reporter: Jamie Goodyear
>            Assignee: Jamie Goodyear
>
> There appears to be an error occurring here in which the below test cases are unable to find server.xml on the classpath during test execution. These cases regularly pass on other platforms. A similar problem occurred in SMX3 that was resolved by adding -Xverify:none & -Xlp to the servicemix startup command, this is already done for SMX4 so will need to investigate if these JVM args are used during the tests or if system modifications are required for AIX to run these tests.
> Tests in error: 
>   testImplicitMAPs(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testOneway(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testApplicationFault(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testVersioning(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)

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


[jira] Assigned: (SMX4-128) WSAddressingTest test case failures on AIX.

Posted by "Jamie Goodyear (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jamie Goodyear reassigned SMX4-128:
-----------------------------------

    Assignee: Jamie Goodyear

> WSAddressingTest test case failures on AIX.
> -------------------------------------------
>
>                 Key: SMX4-128
>                 URL: https://issues.apache.org/activemq/browse/SMX4-128
>             Project: ServiceMix 4
>          Issue Type: Bug
>         Environment: AIX 5300-04-00 
> Java 1.5 IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223ifx-20080811 (JIT enabled)
>            Reporter: Jamie Goodyear
>            Assignee: Jamie Goodyear
>
> There appears to be an error occurring here in which the below test cases are unable to find server.xml on the classpath during test execution. These cases regularly pass on other platforms. A similar problem occurred in SMX3 that was resolved by adding -Xverify:none & -Xlp to the servicemix startup command, this is already done for SMX4 so will need to investigate if these JVM args are used during the tests or if system modifications are required for AIX to run these tests.
> Tests in error: 
>   testImplicitMAPs(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testOneway(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testApplicationFault(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testVersioning(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)

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


[jira] Commented: (SMX4-128) WSAddressingTest test case failures on AIX.

Posted by "Jamie Goodyear (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46160#action_46160 ] 

Jamie Goodyear commented on SMX4-128:
-------------------------------------

Upon deeper investigation it appears the problem in common to all four test failures is not finding com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl. 

testImplicitMAPs(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest) Time elapsed: 0.211 sec <<< ERROR! 
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [org/apache/servicemix/camel/ws/addressing/ 
server.xml]; nested exception is javax.xml.parsers.FactoryConfigurationError: Provider com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl not found

> WSAddressingTest test case failures on AIX.
> -------------------------------------------
>
>                 Key: SMX4-128
>                 URL: https://issues.apache.org/activemq/browse/SMX4-128
>             Project: ServiceMix 4
>          Issue Type: Bug
>         Environment: AIX 5300-04-00 
> Java 1.5 IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223ifx-20080811 (JIT enabled)
>            Reporter: Jamie Goodyear
>            Assignee: Jamie Goodyear
>
> There appears to be an error occurring here in which the below test cases are unable to find server.xml on the classpath during test execution. These cases regularly pass on other platforms. A similar problem occurred in SMX3 that was resolved by adding -Xverify:none & -Xlp to the servicemix startup command, this is already done for SMX4 so will need to investigate if these JVM args are used during the tests or if system modifications are required for AIX to run these tests.
> Tests in error: 
>   testImplicitMAPs(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testOneway(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testApplicationFault(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testVersioning(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)

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


[jira] Commented: (SMX4-128) WSAddressingTest test case failures on AIX.

Posted by "Jamie Goodyear (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46167#action_46167 ] 

Jamie Goodyear commented on SMX4-128:
-------------------------------------

Note: Testing with revision 701481 of features/trunk.

> WSAddressingTest test case failures on AIX.
> -------------------------------------------
>
>                 Key: SMX4-128
>                 URL: https://issues.apache.org/activemq/browse/SMX4-128
>             Project: ServiceMix 4
>          Issue Type: Bug
>         Environment: AIX 5300-04-00 
> Java 1.5 IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223ifx-20080811 (JIT enabled)
>            Reporter: Jamie Goodyear
>            Assignee: Jamie Goodyear
>
> There appears to be an error occurring here in which the below test cases are unable to find server.xml on the classpath during test execution. These cases regularly pass on other platforms. A similar problem occurred in SMX3 that was resolved by adding -Xverify:none & -Xlp to the servicemix startup command, this is already done for SMX4 so will need to investigate if these JVM args are used during the tests or if system modifications are required for AIX to run these tests.
> Tests in error: 
>   testImplicitMAPs(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testOneway(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testApplicationFault(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testVersioning(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)

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


[jira] Resolved: (SMX4-128) WSAddressingTest test case failures on AIX.

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen resolved SMX4-128.
----------------------------------

    Fix Version/s: 4.0-m2
       Resolution: Fixed

Thanks for figuring this one out and providing the patch, Jamie!
Fixed in http://svn.eu.apache.org/viewvc?view=rev&revision=702423

> WSAddressingTest test case failures on AIX.
> -------------------------------------------
>
>                 Key: SMX4-128
>                 URL: https://issues.apache.org/activemq/browse/SMX4-128
>             Project: ServiceMix 4
>          Issue Type: Bug
>         Environment: AIX 5300-04-00 
> Java 1.5 IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223ifx-20080811 (JIT enabled)
>            Reporter: Jamie Goodyear
>            Assignee: Jamie Goodyear
>             Fix For: 4.0-m2
>
>         Attachments: smx4-128.txt
>
>
> There appears to be an error occurring here in which the below test cases are unable to find server.xml on the classpath during test execution. These cases regularly pass on other platforms. A similar problem occurred in SMX3 that was resolved by adding -Xverify:none & -Xlp to the servicemix startup command, this is already done for SMX4 so will need to investigate if these JVM args are used during the tests or if system modifications are required for AIX to run these tests.
> Tests in error: 
>   testImplicitMAPs(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testOneway(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testApplicationFault(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testVersioning(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)

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


[jira] Updated: (SMX4-128) WSAddressingTest test case failures on AIX.

Posted by "Jamie Goodyear (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jamie Goodyear updated SMX4-128:
--------------------------------

    Attachment: smx4-128.txt

Adding com.sun.xml.parsers jaxp-ri 1.4.2 jar to classpath.

Tested on AIX v5.3 and Mac OSX 10.5.5.




> WSAddressingTest test case failures on AIX.
> -------------------------------------------
>
>                 Key: SMX4-128
>                 URL: https://issues.apache.org/activemq/browse/SMX4-128
>             Project: ServiceMix 4
>          Issue Type: Bug
>         Environment: AIX 5300-04-00 
> Java 1.5 IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223ifx-20080811 (JIT enabled)
>            Reporter: Jamie Goodyear
>            Assignee: Jamie Goodyear
>         Attachments: smx4-128.txt
>
>
> There appears to be an error occurring here in which the below test cases are unable to find server.xml on the classpath during test execution. These cases regularly pass on other platforms. A similar problem occurred in SMX3 that was resolved by adding -Xverify:none & -Xlp to the servicemix startup command, this is already done for SMX4 so will need to investigate if these JVM args are used during the tests or if system modifications are required for AIX to run these tests.
> Tests in error: 
>   testImplicitMAPs(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testOneway(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testApplicationFault(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testVersioning(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)

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


[jira] Commented: (SMX4-128) WSAddressingTest test case failures on AIX.

Posted by "Jamie Goodyear (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46166#action_46166 ] 

Jamie Goodyear commented on SMX4-128:
-------------------------------------


Adding the following to features/trunk/camel/servicemix-camel/pom.xml

<dependency>
            <groupId>com.sun.xml.parsers</groupId>
            <artifactId>jaxp-ri</artifactId>
            <version>1.4.2</version>
</dependency>

 Appears to resolve the issue, however i have not tested this pom file change on other platforms.

 I've been testing with latest code from SVN, but will try again with empty m2/repo and do a clean rebuild of features trunk without my modification.

> WSAddressingTest test case failures on AIX.
> -------------------------------------------
>
>                 Key: SMX4-128
>                 URL: https://issues.apache.org/activemq/browse/SMX4-128
>             Project: ServiceMix 4
>          Issue Type: Bug
>         Environment: AIX 5300-04-00 
> Java 1.5 IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223ifx-20080811 (JIT enabled)
>            Reporter: Jamie Goodyear
>            Assignee: Jamie Goodyear
>
> There appears to be an error occurring here in which the below test cases are unable to find server.xml on the classpath during test execution. These cases regularly pass on other platforms. A similar problem occurred in SMX3 that was resolved by adding -Xverify:none & -Xlp to the servicemix startup command, this is already done for SMX4 so will need to investigate if these JVM args are used during the tests or if system modifications are required for AIX to run these tests.
> Tests in error: 
>   testImplicitMAPs(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testOneway(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testApplicationFault(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testVersioning(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)

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


[jira] Commented: (SMX4-128) WSAddressingTest test case failures on AIX.

Posted by "Edell Nolan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46162#action_46162 ] 

Edell Nolan commented on SMX4-128:
----------------------------------

I meant to say this was on windows and not AIX that I seen these issues.

> WSAddressingTest test case failures on AIX.
> -------------------------------------------
>
>                 Key: SMX4-128
>                 URL: https://issues.apache.org/activemq/browse/SMX4-128
>             Project: ServiceMix 4
>          Issue Type: Bug
>         Environment: AIX 5300-04-00 
> Java 1.5 IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223ifx-20080811 (JIT enabled)
>            Reporter: Jamie Goodyear
>            Assignee: Jamie Goodyear
>
> There appears to be an error occurring here in which the below test cases are unable to find server.xml on the classpath during test execution. These cases regularly pass on other platforms. A similar problem occurred in SMX3 that was resolved by adding -Xverify:none & -Xlp to the servicemix startup command, this is already done for SMX4 so will need to investigate if these JVM args are used during the tests or if system modifications are required for AIX to run these tests.
> Tests in error: 
>   testImplicitMAPs(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testOneway(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testApplicationFault(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)
>   testVersioning(org.apache.servicemix.camel.nmr.ws.addressing.WSAddressingTest)

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