javaee / metro-wsit

https://javaee.github.io/metro-wsit/
Other
9 stars 24 forks source link

several wsseconv functional tests fail under JDK 1.6.0_05 with GF V3 #1032

Closed glassfishrobot closed 16 years ago

glassfishrobot commented 16 years ago

The 45 WS-SecureConversation functional test cases pass under JDK 1.5 and glassfish-v3-prelude-b26-09_22_2008. Under JDK 1.6.0_05 (both on the client and server side) test cases sc23, sc25, sc26, sc28, sc32, sc33 and sc62 fail. Most of them fail like this:

junit.framework.AssertionFailedError: HTTP transport error: java.net.ConnectException: Connection refused at junit.framework.Assert.fail(Assert.java:47) at sc26.sc26Test.testMain(sc26Test.java:70) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

sc32 and sc33 fail like this:

junit.framework.AssertionFailedError: WSSTUBE0035: Recieved Exception during IssuedToken Creation. at junit.framework.Assert.fail(Assert.java:47) at sc32.sc32Test.testMain(sc32Test.java:70) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Environment

Operating System: All Platform: Macintosh

Affected Versions

[1.4]

glassfishrobot commented 16 years ago

Reported by ritzmann@java.net

glassfishrobot commented 16 years ago

ritzmann@java.net said: V3-Only

glassfishrobot commented 16 years ago

ritzmann@java.net said: 1.4

glassfishrobot commented 16 years ago

bhaktimehta@java.net said: adding myself

glassfishrobot commented 16 years ago

ritzmann@java.net said: Currently test case 23 always fails independently of the Java version. I tried all four combinations of Java 5 and 6 on the server and the client. The things that have changed since the last tests are Java 5 and 6 updates by Apple and I am running later builds of GlassFish V3 and Metro.

glassfishrobot commented 16 years ago

ritzmann@java.net said: The HTTP transport error happened because the SSL listener was not enabled on the server. Once I enabled it the test cases ran through.

Test cases sc32 and sc33 are still failing. However, they appear to use a STS and I haven't configured any. It is safe to assume that they are failing because of that.

glassfishrobot commented 16 years ago

Was assigned to ritzmann@java.net

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA WSIT-1032

glassfishrobot commented 16 years ago

Marked as incomplete on Monday, September 29th 2008, 1:00:31 am