Issue running cuke4duke on websphere jdk 1.5

I am facing some exceptions running cuke4duke version 0.4.3 with maven.
Out
put is below.

It works fine with WAS JDK 1.6

Any resolution to this issue is highly appreciated.

mvn integration-test
JAVA_HOME is: /apps/IBM/WebSphere/AppServer/java
MAVEN_OPTS are: -Djava.awt.headless=true
M2_HOME is: /usr/local/maven2
QUOTED_ARGS are: “integration-test”
[INFO] Scanning for projects…
[INFO]

[INFO] Building Authorization Filters
[INFO] task-segment: [integration-test]
[INFO]

[INFO] [resources:resources {execution: default-resources}]
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory:
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/surefire-reports


T E S T S

There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] [cuke4duke:cucumber {execution: run-features}]
[INFO] java.net.MalformedURLException: no !/ in spec
[INFO] at java.net.URL.(URL.java:635)
[INFO] at java.net.URL.(URL.java:498)
[INFO] at java.net.URL.(URL.java:447)
[INFO] at
java.net.JarURLConnection.parseSpecs(JarURLConnection.java:181)
[INFO] at java.net.JarURLConnection.(JarURLConnection.java:164)
[INFO] at
sun.net.www.protocol.jar.JarURLConnection.(JarURLConnection.java:93)
[INFO] at
sun.net.www.protocol.jar.Handler.openConnection(Handler.java:42)
[INFO] at java.net.URL.openConnection(URL.java:977)
[INFO] at
sun.misc.URLClassPath$JarLoader.getJarFile(URLClassPath.java:856)
[INFO] at sun.misc.URLClassPath$JarLoader.(URLClassPath.java:813)
[INFO] at sun.misc.URLClassPath$3.rtJarLoader(URLClassPath.java:588)
[INFO] at sun.misc.URLClassPath$3.run(URLClassPath.java:519)
[INFO] at
java.security.AccessController.doPrivileged(AccessController.java:246)
[INFO] at sun.misc.URLClassPath.getLoader(URLClassPath.java:508)
[INFO] at sun.misc.URLClassPath.getLoader(URLClassPath.java:473)
[INFO] at sun.misc.URLClassPath.getResource(URLClassPath.java:322)
[INFO] at
java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java:1032)
[INFO] at
java.security.AccessController.doPrivileged(AccessController.java:279)
[INFO] at java.net.URLClassLoader.findClass(URLClassLoader.java:491)
[INFO] at
org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:49)
[INFO] at java.lang.ClassLoader.loadClass(ClassLoader.java:631)
[INFO] at java.lang.ClassLoader.loadClass(ClassLoader.java:597)
[INFO] at
org.jruby.internal.runtime.methods.InvocationMethodFactory.tryClass(InvocationMethodFactory.java:1257)
[INFO] at
org.jruby.internal.runtime.methods.InvocationMethodFactory.getAnnotatedMethodClass(InvocationMethodFactory.java:776)
[INFO] at
org.jruby.internal.runtime.methods.InvocationMethodFactory.getAnnotatedMethod(InvocationMethodFactory.java:739)
[INFO] at
org.jruby.RubyModule.defineAnnotatedMethod(RubyModule.java:725)
[INFO] at
org.jruby.RubyModule.defineAnnotatedMethod(RubyModule.java:693)
[INFO] at
org.jruby.anno.TypePopulator$DefaultTypePopulator.populate(TypePopulator.java:65)
[INFO] at
org.jruby.RubyModule.defineAnnotatedMethodsIndividually(RubyModule.java:687)
[INFO] at
org.jruby.RubyModule.defineAnnotatedMethods(RubyModule.java:575)
[INFO] at YechtService.basicLoad(YechtService.java:21)
[INFO] at
org.jruby.runtime.load.ClassExtensionLibrary.load(ClassExtensionLibrary.java:50)
[INFO] at
org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:671)
[INFO] at
org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:314)
[INFO] at
org.jruby.runtime.load.LoadService.require(LoadService.java:357)
[INFO] at
org.jruby.runtime.load.LoadService.lockAndRequire(LoadService.java:289)
[INFO] at org.jruby.RubyKernel.requireCommon(RubyKernel.java:984)
[INFO] at org.jruby.RubyKernel.require(RubyKernel.java:967)
[INFO] at
org.jruby.RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$require.call(org/jruby/RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$require.gen:65535)
[INFO] at
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:319)
[INFO] at
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:146)
[INFO] at
org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
[INFO] at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
[INFO] at org.jruby.ast.RescueNode.executeBody(RescueNode.java:199)
[INFO] at
org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:118)
[INFO] at org.jruby.ast.RescueNode.interpret(RescueNode.java:110)
[INFO] at
org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:180)
[INFO] at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:174)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:309)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:148)
[INFO] at
org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
[INFO] at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
[INFO] at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
[INFO] at org.jruby.ast.RootNode.interpret(RootNode.java:129)
[INFO] at org.jruby.Ruby.loadFile(Ruby.java:2551)
[INFO] at org.jruby.util.BuiltinScript.load(BuiltinScript.java:56)
[INFO] at org.jruby.runtime.load.LoaCode:
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/api/dis/filters/profile/AuditLogVerification.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/api/dis/filters/profile/TestIdentityFilterAPI$1$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/api/dis/filters/profile/TestIdentityFilterAPI$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/api/dis/filters/profile/TestIdentityFilterAPI$MockAuditEventImpl.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/api/dis/filters/profile/TestIdentityFilterAPI$MockIdentityDAO.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/api/dis/filters/profile/TestIdentityFilterAPI.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/tesdService.tryLoadingLibraryOrScript(LoadService.java:671)
[INFO] at
org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:314)
[INFO] at
org.jruby.runtime.load.LoadService.require(LoadService.java:357)
[INFO] at
org.jruby.runtime.load.LoadService.lockAndRequire(LoadService.java:289)
[INFO] at org.jruby.RubyKernel.requireCommon(RubyKernel.java:984)
[INFO] at org.jruby.RubyKernel.require(RubyKernel.java:967)
[INFO] at
org.jruby.RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$require.call(org/jruby/RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$require.gen:65535)
[INFO] at
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:319)
[INFO] at
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:146)
[INFO] at
org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
[INFO] at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
[INFO] at org.jruby.ast.RescueNode.executeBody(RescueNode.java:199)
[INFO] at
org.jruby.ast.RescueNode.interpretWithJavaExcept-classes/org/kp/wpp/dis/filters/base/WPPSessionValidationFilterTest$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/base/WPPSessionValidationFilterTest.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/mychart/CreateMyChartTest$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/mychart/CreateMyChartTest$2$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/mychart/CreateMyChartTest$2.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/mychart/CreateMyChartTest$3$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/mychart/CreateMyChartTest$3.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfiltetions(RescueNode.java:118)
[INFO] at org.jruby.ast.RescueNode.interpret(RescueNode.java:110)
[INFO] at
org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:180)
[INFO] at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:174)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:309)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:148)
[INFO] at
org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
[INFO] at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
[INFO] at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
[INFO] at org.jruby.ast.RootNode.interpret(RootNode.java:129)
[INFO] at org.jruby.Ruby.loadFile(Ruby.java:2551)
[INFO] at org.jruby.util.BuiltinScript.load(BuiltinScript.java:56)
[INFO] at
org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:671)
[INFO] at
org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:314)
[INFO] at
org.jruby.runtime.load.LoadService.require(LoadService.java:357)
[INFO] at
org.jruby.runtime.loars/target/test-classes/org/kp/wpp/dis/filters/mychart/CreateMyChartTest.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/AccountDisabledTest$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/AccountDisabledTest.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/ActivationStatusTest$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/ActivationStatusTest.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/IsActiveOrPendact_Test$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/IsActiveOrPendact_Test.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfid.LoadService.lockAndRequire(LoadService.java:289)
[INFO] at org.jruby.RubyKernel.requireCommon(RubyKernel.java:984)
[INFO] at org.jruby.RubyKernel.require(RubyKernel.java:967)
[INFO] at
org.jruby.RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$require.call(org/jruby/RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$require.gen:65535)
[INFO] at
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:319)
[INFO] at
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:146)
[INFO] at
org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
[INFO] at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
[INFO] at org.jruby.ast.RescueNode.executeBody(RescueNode.java:199)
[INFO] at
org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:118)
[INFO] at org.jruby.ast.RescueNode.interpret(RescueNode.java:110)
[INFO] at
org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:180)
[INFO] at
org.jruby.internal.runtime.methods.Defaullters/target/test-classes/org/kp/wpp/dis/filters/profile/IsInvalidActivationStatus_Test$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/IsInvalidActivationStatus_Test.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/MembershipAuthorizationFilterTest$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/MembershipAuthorizationFilterTest$2.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/MembershipAuthorizationFilterTest$3.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/MembershipAuthorizationFilterTest$4$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/MemberstMethod.call(DefaultMethod.java:174)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:309)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:148)
[INFO] at
org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
[INFO] at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
[INFO] at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
[INFO] at org.jruby.ast.RootNode.interpret(RootNode.java:129)
[INFO] at org.jruby.Ruby.loadFile(Ruby.java:2551)
[INFO] at
org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:61)
[INFO] at
org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:671)
[INFO] at
org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:314)
[INFO] at
org.jruby.runtime.load.LoadService.require(LoadService.java:357)
[INFO] at
org.jruby.runtime.load.LoadService.lockAndRequire(LoadService.java:289)
[INFO] at org.jruby.RubyKernel.requireCommon(RubyKernel.java:984)
[INFO] at org.jruby.RubyKernel.require(RubyKernel.java:967)
[INFO] at
org.jruby.RubyKernel$s_method_1_0$RUBYFRAMEhipAuthorizationFilterTest$4.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/MembershipAuthorizationFilterTest$5.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/MembershipAuthorizationFilterTest.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/PotentialFraudFlagFilter_IsNotPotentialFraud_Test$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/PotentialFraudFlagFilter_IsNotPotentialFraud_Test.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/PotentialFraudFlagFilter_IsPotentialFraud_Test$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/PotentialFraudFlagFilterDINVOKER$require.call(org/jruby/RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$require.gen:65535)
[INFO] at
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:319)
[INFO] at
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:146)
[INFO] at
org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
[INFO] at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
[INFO] at org.jruby.ast.RescueNode.executeBody(RescueNode.java:199)
[INFO] at
org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:118)
[INFO] at org.jruby.ast.RescueNode.interpret(RescueNode.java:110)
[INFO] at
org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:180)
[INFO] at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:174)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:309)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:148)
[INFO] at org.jru_IsPotentialFraud_Test.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/ProfilePackageAbstractTest.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/SecretQAAuthorizationFilter_HasSecretQA_Test$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/SecretQAAuthorizationFilter_HasSecretQA_Test.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/SecretQAAuthorizationFilter_NoSecretQA_Test$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/SecretQAAuthorizationFilter_NoSecretQA_Test.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/TemporaryPassword_Expired$1$1.class
[INFO] * /hby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
[INFO] at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
[INFO] at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
[INFO] at org.jruby.ast.RootNode.interpret(RootNode.java:129)
[INFO] at org.jruby.Ruby.loadFile(Ruby.java:2551)
[INFO] at
org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:61)
[INFO] at
org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:671)
[INFO] at
org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:314)
[INFO] at
org.jruby.runtime.load.LoadService.require(LoadService.java:357)
[INFO] at
org.jruby.runtime.load.LoadService.lockAndRequire(LoadService.java:289)
[INFO] at org.jruby.RubyKernel.requireCommon(RubyKernel.java:984)
[INFO] at org.jruby.RubyKernel.require(RubyKernel.java:967)
[INFO] at
org.jruby.RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$require.call(org/jruby/RubyKernel$s_method_1_0$RUBYFRAMEDINVOKER$require.gen:65535)
[INFO] at
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:319)
[INFO] at
org.jruby.internaome/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/TemporaryPassword_Expired$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/TemporaryPassword_Expired$2$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/TemporaryPassword_Expired$2.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/TemporaryPassword_Expired.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/TemporaryPasword_DataChecking_Test$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/TemporaryPasword_DataChecking_Test.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wl.runtime.methods.AliasMethod.call(AliasMethod.java:61)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:309)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:148)
[INFO] at
org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
[INFO] at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
[INFO] at org.jruby.ast.RescueNode.executeBody(RescueNode.java:199)
[INFO] at
org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:118)
[INFO] at org.jruby.ast.RescueNode.interpret(RescueNode.java:110)
[INFO] at
org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:180)
[INFO] at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:174)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:309)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:148)
[INFO] at
org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
[INFO] at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
[INFO] at
orpp/dis/filters/profile/TemporaryPasword_HasNotExpired_Test$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/TemporaryPasword_HasNotExpired_Test$2.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/TemporaryPasword_HasNotExpired_Test.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/UserAccepedTNCBefore365days$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/UserAccepedTNCBefore365days.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/UserDoesNotHaveTNCTest$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/UserDoesNotHaveTNCTest.class
[INFO] *
/home/wppu/IBM/rationalg.jruby.ast.BlockNode.interpret(BlockNode.java:71)
[INFO] at org.jruby.ast.RootNode.interpret(RootNode.java:129)
[INFO] at org.jruby.Ruby.loadFile(Ruby.java:2551)
[INFO] at
org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:61)
[INFO] at org.jruby.runtime.load.LoadService.load(LoadService.java:255)
[INFO] at org.jruby.RubyKernel.loadCommon(RubyKernel.java:1010)
[INFO] at org.jruby.RubyKernel.load(RubyKernel.java:992)
[INFO] at
org.jruby.RubyKernel$s_method_0_1$RUBYFRAMEDINVOKER$load.call(org/jruby/RubyKernel$s_method_0_1$RUBYFRAMEDINVOKER$load.gen:65535)
[INFO] at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:190)
[INFO] at
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:186)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:309)
[INFO] at
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:148)
[INFO] at
home.wppu.$_dot_m2.repository.$_dot_jruby.bin.cuke4duke.file(cuke4duke:19)
[INFO] at
home.wppu.$_dot_m2.repository.$_dot_jruby.bin.cuke4duke.load(cuke4duke)
[INFO] at
orsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/UserHaveLatestTNC$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/UserHaveLatestTNC$2.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/UserHaveLatestTNC.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/UserTNCNotLatest$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/profile/UserTNCNotLatest.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/util/FilterUtilTest$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/util/FilterUtilTest$2.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorig.jruby.Ruby.runScript(Ruby.java:690)
[INFO] at org.jruby.Ruby.runNormally(Ruby.java:573)
[INFO] at org.jruby.Ruby.runFromMain(Ruby.java:416)
[INFO] at org.jruby.Main.run(Main.java:286)
[INFO] at org.jruby.Main.run(Main.java:128)
[INFO] at org.jruby.Main.main(Main.java:97)
[INFO] Feb 24, 2011 9:06:43 PM
org.kp.wpp.dis.filters.profile.IdentityFilter
processDisabledAccount
[INFO] INFO: GUID 12345 is locked!!!
[INFO] Feb 24, 2011 9:06:44 PM org.kp.wpp.core.dao.AuditEventImpl
writeAuditEvent
[INFO] INFO: Enter: writeAuditEvent() - userIdAcctAffected uid12345
[INFO] userUniqueIdAcctAffected 12345
[INFO] appName Consumer
[INFO] featureName Sign on
[INFO] portletName Sign on
[INFO] userIdActor null
[INFO] userUniqueIdActor null
[INFO] transactionTypeCd SIGN_ON
[INFO] transactionReason ACCTLOCKED
[INFO] basicTransactionDetails null
[INFO] sensitiveTransactionDetails null
[INFO] transactionResultCd F
[INFO]
[INFO] Feb 24, 2011 9:06:45 PM
org.kp.wpp.dis.filters.profile.IdentityFilter
processDisabledAccount
[INFO] INFO: GUID 12346 is locked!!!
[INFO] Feb 24, 2011 9:06:45 PM org.kp.wpp.core.dao.AuditEventImpl
writeAuditEvent
[INFO] INFO: Enter: writeAuditEvent() -
userIdAcctAffectedzationfilters/target/test-classes/org/kp/wpp/dis/filters/util/FilterUtilTest$3.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/util/FilterUtilTest$4.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/util/FilterUtilTest$5.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/util/FilterUtilTest$6.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/util/FilterUtilTest.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/util/URLGeneratorTest$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/filters/util/URLGeneratorTest$2.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/
uid12346
[INFO] userUniqueIdAcctAffected 12346
[INFO] appName Consumer
[INFO] featureName Sign on
[INFO] portletName Sign on
[INFO] userIdActor null
[INFO] userUniqueIdActor null
[INFO] transactionTypeCd SIGN_ON
[INFO] transactionReason ACCTLOCKED
[INFO] basicTransactionDetails null
[INFO] sensitiveTransactionDetails null
[INFO] transactionResultCd F
[INFO]
[INFO] Feb 24, 2011 9:06:46 PM
org.kp.wpp.dis.filters.profile.IdentityFilter
processDisabledAccount
[INFO] INFO: GUID 12347 is locked!!!
[INFO] Feb 24, 2011 9:06:46 PM org.kp.wpp.core.dao.AuditEventImpl
writeAuditEvent
[INFO] INFO: Enter: writeAuditEvent() - userIdAcctAffected uid12347
[INFO] userUniqueIdAcctAffected 12347
[INFO] appName Consumer
[INFO] featureName Sign on
[INFO] portletName Sign on
[INFO] userIdActor null
[INFO] userUniqueIdActor null
[INFO] transactionTypeCd SIGN_ON
[INFO] transactionReason ACCTLOCKED
[INFO] basicTransactionDetails null
[INFO] sensitiveTransactionDetails null
[INFO] transactionResultCd F
[INFO]
[INFO] Feb 24, 2011 9:06:48 PM
org.kp.wpp.dis.filters.profile.IdentityFilter
processDisabledAccount
[INFO] INFO: GUID 12348 is locked!!!
[INFO] Feb 24, 2011 9:06:48 PM org.kp.wpp.core.dao.AuditEventImpl
writeAuditEvent
[INFO] INFO: Enter: writ
[INFO] filters/util/URLGeneratorTest.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/manager/mychart/CreateMyChartAccountManagerTest$1$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/manager/mychart/CreateMyChartAccountManagerTest$1$2.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/manager/mychart/CreateMyChartAccountManagerTest$1$3.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/manager/mychart/CreateMyChartAccountManagerTest$1.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/manager/mychart/CreateMyChartAccountManagerTest$2.class
[INFO] *
/home/wppu/IBM/rationalsdp/workspace/disr4/authorizationfilters/target/test-classes/org/kp/wpp/dis/manager/mychart/CreateMyChartAccountManagerTest$3.class
[INFO] * /home/wppu/IBM/rationals
[INFO]

[INFO] BUILD SUCCESSFUL
[INFO]

[INFO] Total time: 23 seconds
[INFO] Finished at: Thu Feb 24 21:06:53 PST 2011
[INFO] Final Memory: 34M/89M
[INFO]

[wppu@fvm64-1 authorizationfilters]$


View this message in context:
http://old.nabble.com/Issue-running-cuke4duke-on-websphere-jdk-1.5-tp31010315p31010315.html
Sent from the JRuby - User mailing list archive at Nabble.com.