BTW: I think you can login to Jenkins (with your apache LDAP user credentials) and change it too. (Would be useful in the future)
Just go to the "Configure" section and you will see the set of installed JDKs where you can find the desired JDK and all other configurations related to the build. Thanks, Ruwan On Fri, Dec 30, 2011 at 5:12 PM, Ruwan Linton <[email protected]>wrote: > Hiranya, > > I have changed it to JDK 1.6 (unlimited security) and triggered a build. > > Thanks, > Ruwan > > > On Fri, Dec 30, 2011 at 9:38 AM, Hiranya Jayathilaka <[email protected] > > wrote: > >> Hi, >> >> Can somebody please instruct how we can change our Jenkins build plan to >> use the JDK 6 installation which is apparently patched with JCE policy >> files? >> >> Thanks, >> Hiranya >> >> >> On Thu, Dec 29, 2011 at 4:41 PM, Andreas Veithen < >> [email protected]> wrote: >> >>> On Thu, Dec 29, 2011 at 11:23, Hiranya Jayathilaka <[email protected]> >>> wrote: >>> > Hi Andreas, >>> > >>> > On Thu, Dec 29, 2011 at 2:30 PM, Andreas Veithen >>> > <[email protected]>wrote: >>> > >>> >> There is a "JDK 1.6 (unlimited security)" already available. >>> >> >>> > >>> > I'm +1 for switching our build plan to JDK 1.6. How can we get this >>> done? >>> >>> That's a discussion for the Synapse dev list, not for [email protected]. >>> >>> > Thanks, >>> > Hiranya >>> > >>> > >>> >> >>> >> Andreas >>> >> >>> >> On Thu, Dec 29, 2011 at 06:03, Hiranya Jayathilaka < >>> [email protected]> >>> >> wrote: >>> >> > Hi Folks, >>> >> > >>> >> > We have a Jenkins task configured to build Apache Synapse. A few >>> days >>> >> > earlier we added some new integration tests to the project and 2 of >>> these >>> >> > tests are failing on Jenkins builder: >>> >> > >>> >> > Test Result< >>> >> >>> https://builds.apache.org/job/Synapse%20-%20Trunk/org.apache.synapse$synapse-integration/4072/testReport/ >>> >> > >>> >> > (2 >>> >> > failures ) >>> >> > >>> >> > - >>> >> >>> org.apache.synapse.samples.framework.tests.qos.Sample100.testWSSecurity< >>> >> >>> https://builds.apache.org/job/Synapse%20-%20Trunk/org.apache.synapse$synapse-integration/4072/testReport/junit/org.apache.synapse.samples.framework.tests.qos/Sample100/testWSSecurity/ >>> >> > >>> >> > - >>> >> > >>> >> >>> org.apache.synapse.samples.framework.tests.proxy.Sample156.testServiceIntegration< >>> >> >>> https://builds.apache.org/job/Synapse%20-%20Trunk/org.apache.synapse$synapse-integration/4072/testReport/junit/org.apache.synapse.samples.framework.tests.proxy/Sample156/testServiceIntegration/ >>> >> > >>> >> > >>> >> > >>> >> > These are both security related tests. Here's the root cause I >>> extracted >>> >> > from the build logs: >>> >> > >>> >> > 2011-12-27 00:02:37,487 [-] [HttpServerWorker-1] ERROR Axis2Sender >>> >> > Unexpected error during sending message out >>> >> > org.apache.axis2.AxisFault: Error in encryption >>> >> > at >>> >> org.apache.rampart.handler.RampartSender.invoke(RampartSender.java:76) >>> >> > at >>> org.apache.axis2.engine.Phase.invokeHandler(Phase.java:335) >>> >> > at org.apache.axis2.engine.Phase.invoke(Phase.java:308) >>> >> > at >>> org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262) >>> >> > at >>> org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:427) >>> >> > at >>> >> >>> org.apache.synapse.core.axis2.DynamicAxisOperation$DynamicOperationClient.send(DynamicAxisOperation.java:193) >>> >> > at >>> >> >>> org.apache.synapse.core.axis2.DynamicAxisOperation$DynamicOperationClient.exe >>> >> > >>> >> > >>> >> > We are able to reproduce these errors on our local machines. >>> Solution is >>> >> to >>> >> > patch the JDK with JCE policy files (this is a requirement from >>> Apache >>> >> > Rampart which handles security in Synapse). Currently Jenkins is >>> building >>> >> > Synapse on JDK 5 with Maven 3. Is there any possibility of getting >>> this >>> >> JDK >>> >> > installation patched with the necessary JCE files? >>> >> > >>> >> > Thanks >>> >> > -- >>> >> > Hiranya Jayathilaka >>> >> > Associate Technical Lead; >>> >> > WSO2 Inc.; http://wso2.org >>> >> > E-mail: [email protected]; Mobile: +94 77 633 3491 >>> >> > Blog: http://techfeast-hiranya.blogspot.com >>> >> >>> > >>> > >>> > >>> > -- >>> > Hiranya Jayathilaka >>> > Associate Technical Lead; >>> > WSO2 Inc.; http://wso2.org >>> > E-mail: [email protected]; Mobile: +94 77 633 3491 >>> > Blog: http://techfeast-hiranya.blogspot.com >>> >> >> >> >> -- >> Hiranya Jayathilaka >> Associate Technical Lead; >> WSO2 Inc.; http://wso2.org >> E-mail: [email protected]; Mobile: +94 77 633 3491 >> Blog: http://techfeast-hiranya.blogspot.com >> > > > > -- > Ruwan Linton > Member, Apache Software Foundation; http://www.apache.org > Director of Engineering; http://adroitlogic.org > > phone: +94 11 282 7532 > email: [email protected]; cell: +94 77 341 3097 > blog: http://blog.ruwan.org > linkedin: http://www.linkedin.com/in/ruwanlinton > google: http://www.google.com/profiles/ruwan.linton > tweet: http://twitter.com/ruwanlinton > > -- Ruwan Linton Member, Apache Software Foundation; http://www.apache.org Director of Engineering; http://adroitlogic.org phone: +94 11 282 7532 email: [email protected]; cell: +94 77 341 3097 blog: http://blog.ruwan.org linkedin: http://www.linkedin.com/in/ruwanlinton google: http://www.google.com/profiles/ruwan.linton tweet: http://twitter.com/ruwanlinton
