Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: SF-239
Type: Task Task
Status: Closed Closed
Resolution: Task Completed
Priority: Major Major
Assignee: Unassigned
Reporter: Aileen Cunningham
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FUSE Services Framework

Investigate test failures on AIX

Created: 05/Jan/10 10:59 AM   Updated: 07/Nov/12 01:28 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 2.2.6-fuse-01-00

File Attachments: 1. Text File linx64ibmjdk1.6UnrestridedJars.txt (1.37 MB)




 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Aileen Cunningham added a comment - 05/Jan/10 06:33 PM
The 2 tests that are failing are security related tests & Dan thinks we may need to add strong cypto to JDK for AIX

We switched to JDK 6 recently

Eamonn - can you investigate?


Daniel Kulp added a comment - 05/Jan/10 06:48 PM

Just a quick note, I see the same test failures with the IBM Java6 on Linux. Thus, it's likely an IBM jdk thing. It may also be a problem with the IBM java 6 on Windows as well which may make it easier to investigate.

My environment:

dkulp@dilbert ~/working/cxf-2.2.x/systests/ws-specs $ java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build pxa6460sr4-20090219_01(SR4))
IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Linux amd64-64 jvmxa6460-20090215_29883 (JIT enabled, AOT enabled)
J9VM - 20090215_029883_LHdSMr
JIT - r9_20090213_2028
GC - 20090213_AA)
JCL - 20090218_01


deleted user added a comment - 05/Jan/10 07:23 PM
yeah I'll have a look at it

Daniel Kulp added a comment - 06/Jan/10 03:32 PM

I'm sticking the 64bit Linux JDK that I was able to reproduce this with on pdrhas4-64 in /x2/ibm-java-x86_64-60

Hopefully that will help with debugging the issue.


deleted user added a comment - 06/Jan/10 03:36 PM
using it now thanks.

deleted user added a comment - 06/Jan/10 08:14 PM
ok I've reproduced the problem using the jdk that Dan installed.

Using the java.security file from jdk1.5 didn't help anything. I'm pretty sure the original java.security file that is in the 1.6 jdk is fine anyway.

I also checked and my mechanism for detecting if the unrestricted libraries are installed is still working with the IBM jdk 1.6. I think it may be a bug in the jdk itself, so I'll write a smaller test tomorrow and check if I can reproduce it outside of CXF systests


deleted user added a comment - 07/Jan/10 05:00 PM
I tried the latest jdkpatch release SR7
java version "1.6.0"
Java(TM) SE Runtime Environment (build pxa6460sr7-20091215_02(SR7))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux amd64-64 jvmxa6460sr7-20091214_49398 (JIT enabled, AOT enabled)

following a suggestion in
http://developers.sun.com/identity/reference/techart/wss_opensso/wss_sdn-3.html
but the problem still persists


deleted user added a comment - 07/Jan/10 05:28 PM
On a plus notem the test at least passes if the unrestricted export jars are installed in the jdk

Running org.apache.cxf.systest.ws.wssec11.WSSecurity111Test
**unrestrictedPoliciesInstalled = true
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.225 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0


deleted user added a comment - 08/Jan/10 02:20 PM
I'm attaching the log of a successful run on pdrhas4-64 using ibm jdk 1.6 (SR7) with the unrestricted export jars installed in the JDK.

As this test works fine with the ibm 1.5 jdk, can we just release note thet there is a bug in the ibm 1.6 jdk when using the restricted jars? If so will I put code into the test to skip it when the restricted jars are installed for the ibm 1.6 jdk?


Aileen Cunningham added a comment - 08/Jan/10 03:04 PM
I think we can release notes and skip the tests in this case. If you have a test case for this you should log a bug against IBM JDK.

deleted user added a comment - 08/Jan/10 03:45 PM
I'm going to try get teamcity green asap so putting in the test check now.
I've created a jira to create a bug for IBM http://fusesource.com/issues/browse/SF-241

deleted user added a comment - 04/Feb/10 02:10 PM
3 tests remain failing due to fact jaxp-ri is not available in the kits because it is NOT something we want on any platform other
than AIX. So a release note will have to be done for the AIX kits