[JIRA] (JENKINS-13632) AbstractMethodError with PTC Integrity Plugin

30 views
Skip to first unread message

oliver.hagel@daimler.com (JIRA)

unread,
Apr 27, 2012, 10:58:25 AM4/27/12
to jenkinsc...@googlegroups.com
O H created JENKINS-13632:
-----------------------------

Summary: AbstractMethodError with PTC Integrity Plugin
Key: JENKINS-13632
URL: https://issues.jenkins-ci.org/browse/JENKINS-13632
Project: Jenkins
Issue Type: Bug
Components: integrity-plugin
Environment: - Jenkins ver. 1.461
- Windows Server 2008 R2
- Integrity Plugin version 1.12
Reporter: O H
Assignee: Cletus D'Souza


I get the following error after I upgraded Jenkins as well as the plugin:

16:51:33 FATAL: com.mks.connect.UserApplicationSessionImpl$SSLSocketFactory.createSocket(Ljava/lang/String;ILjava/net/InetAddress;ILorg/apache/commons/httpclient/params/HttpConnectionParams;)Ljava/net/Socket;
16:51:33 java.lang.AbstractMethodError: com.mks.connect.UserApplicationSessionImpl$SSLSocketFactory.createSocket(Ljava/lang/String;ILjava/net/InetAddress;ILorg/apache/commons/httpclient/params/HttpConnectionParams;)Ljava/net/Socket;
16:51:33 at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
16:51:33 at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
16:51:33 at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
16:51:33 at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
16:51:33 at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
16:51:33 at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
16:51:33 at com.mks.connect.UserApplicationSessionImpl.handleHTTPResponse(UserApplicationSessionImpl.java:304)
16:51:33 at com.mks.connect.UserApplicationSessionImpl.getSession(UserApplicationSessionImpl.java:350)
16:51:33 at com.mks.connect.UserApplicationSessionImpl.getSessionURI(UserApplicationSessionImpl.java:413)
16:51:33 at com.mks.connect.HttpCmdRunnerImpl.getSessionURI(HttpCmdRunnerImpl.java:72)
16:51:33 at com.mks.connect.HttpBlimpInputStream.getSessionURI(HttpBlimpInputStream.java:125)
16:51:33 at com.mks.connect.HttpBlimpInputStream.blimpInitiate(HttpBlimpInputStream.java:152)
16:51:33 at com.mks.connect.BlimpInputStream.getInputStream(BlimpInputStream.java:223)
16:51:33 at com.mks.connect.BlimpInputStream.readNoEof(BlimpInputStream.java:693)
16:51:33 at com.mks.connect.BlimpInputStream.handleNextBlimpCommand(BlimpInputStream.java:266)
16:51:33 at com.mks.connect.BlimpInputStream.read(BlimpInputStream.java:190)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


oliver.hagel@daimler.com (JIRA)

unread,
Apr 27, 2012, 11:22:24 AM4/27/12
to jenkinsc...@googlegroups.com

[ https://issues.jenkins-ci.org/browse/JENKINS-13632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

O H updated JENKINS-13632:
--------------------------

Description:
I get the following error after I upgraded Jenkins as well as the plugin:

16:51:33 FATAL: com.mks.connect.UserApplicationSessionImpl$SSLSocketFactory.createSocket(Ljava/lang/String;ILjava/net/InetAddress;ILorg/apache/commons/httpclient/params/HttpConnectionParams;)Ljava/net/Socket;
16:51:33 java.lang.AbstractMethodError: com.mks.connect.UserApplicationSessionImpl$SSLSocketFactory.createSocket(Ljava/lang/String;ILjava/net/InetAddress;ILorg/apache/commons/httpclient/params/HttpConnectionParams;)Ljava/net/Socket;
16:51:33 at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
16:51:33 at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
16:51:33 at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
16:51:33 at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
16:51:33 at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
16:51:33 at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
16:51:33 at com.mks.connect.UserApplicationSessionImpl.handleHTTPResponse(UserApplicationSessionImpl.java:304)
16:51:33 at com.mks.connect.UserApplicationSessionImpl.getSession(UserApplicationSessionImpl.java:350)
16:51:33 at com.mks.connect.UserApplicationSessionImpl.getSessionURI(UserApplicationSessionImpl.java:413)
16:51:33 at com.mks.connect.HttpCmdRunnerImpl.getSessionURI(HttpCmdRunnerImpl.java:72)
16:51:33 at com.mks.connect.HttpBlimpInputStream.getSessionURI(HttpBlimpInputStream.java:125)
16:51:33 at com.mks.connect.HttpBlimpInputStream.blimpInitiate(HttpBlimpInputStream.java:152)
16:51:33 at com.mks.connect.BlimpInputStream.getInputStream(BlimpInputStream.java:223)
16:51:33 at com.mks.connect.BlimpInputStream.readNoEof(BlimpInputStream.java:693)
16:51:33 at com.mks.connect.BlimpInputStream.handleNextBlimpCommand(BlimpInputStream.java:266)
16:51:33 at com.mks.connect.BlimpInputStream.read(BlimpInputStream.java:190)

When I downgrade to Jenkins 1.419 everything works fine again!

was:
I get the following error after I upgraded Jenkins as well as the plugin:

16:51:33 FATAL: com.mks.connect.UserApplicationSessionImpl$SSLSocketFactory.createSocket(Ljava/lang/String;ILjava/net/InetAddress;ILorg/apache/commons/httpclient/params/HttpConnectionParams;)Ljava/net/Socket;
16:51:33 java.lang.AbstractMethodError: com.mks.connect.UserApplicationSessionImpl$SSLSocketFactory.createSocket(Ljava/lang/String;ILjava/net/InetAddress;ILorg/apache/commons/httpclient/params/HttpConnectionParams;)Ljava/net/Socket;
16:51:33 at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
16:51:33 at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
16:51:33 at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
16:51:33 at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
16:51:33 at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
16:51:33 at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
16:51:33 at com.mks.connect.UserApplicationSessionImpl.handleHTTPResponse(UserApplicationSessionImpl.java:304)
16:51:33 at com.mks.connect.UserApplicationSessionImpl.getSession(UserApplicationSessionImpl.java:350)
16:51:33 at com.mks.connect.UserApplicationSessionImpl.getSessionURI(UserApplicationSessionImpl.java:413)
16:51:33 at com.mks.connect.HttpCmdRunnerImpl.getSessionURI(HttpCmdRunnerImpl.java:72)
16:51:33 at com.mks.connect.HttpBlimpInputStream.getSessionURI(HttpBlimpInputStream.java:125)
16:51:33 at com.mks.connect.HttpBlimpInputStream.blimpInitiate(HttpBlimpInputStream.java:152)
16:51:33 at com.mks.connect.BlimpInputStream.getInputStream(BlimpInputStream.java:223)
16:51:33 at com.mks.connect.BlimpInputStream.readNoEof(BlimpInputStream.java:693)
16:51:33 at com.mks.connect.BlimpInputStream.handleNextBlimpCommand(BlimpInputStream.java:266)
16:51:33 at com.mks.connect.BlimpInputStream.read(BlimpInputStream.java:190)


> AbstractMethodError with PTC Integrity Plugin
> ---------------------------------------------
> When I downgrade to Jenkins 1.419 everything works fine again!

cletusdsouza@hotmail.com (JIRA)

unread,
May 1, 2012, 12:26:24 PM5/1/12
to jenkinsc...@googlegroups.com

[ https://issues.jenkins-ci.org/browse/JENKINS-13632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162254#comment-162254 ]

Cletus D'Souza commented on JENKINS-13632:
------------------------------------------

I've not been able to reproduce this problem. Seems to be some sort of apache commons httpclient incompatibility between what is packaged with Jenkins and the mksapi.jar

> AbstractMethodError with PTC Integrity Plugin
> ---------------------------------------------
> When I downgrade to Jenkins 1.419 everything works fine again!

cletusdsouza@hotmail.com (JIRA)

unread,
May 1, 2012, 2:02:24 PM5/1/12
to jenkinsc...@googlegroups.com

[ https://issues.jenkins-ci.org/browse/JENKINS-13632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cletus D'Souza resolved JENKINS-13632.
--------------------------------------

Resolution: Cannot Reproduce

> AbstractMethodError with PTC Integrity Plugin
> ---------------------------------------------
> When I downgrade to Jenkins 1.419 everything works fine again!

oliver.hagel@daimler.com (JIRA)

unread,
May 2, 2012, 4:25:24 AM5/2/12
to jenkinsc...@googlegroups.com

[ https://issues.jenkins-ci.org/browse/JENKINS-13632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162306#comment-162306 ]

O H commented on JENKINS-13632:
-------------------------------

So do you have at least any suggestions how to fix this? Can I switch somehow the httpclient against the compatible one?

> AbstractMethodError with PTC Integrity Plugin
> ---------------------------------------------
> When I downgrade to Jenkins 1.419 everything works fine again!

oliver.hagel@daimler.com (JIRA)

unread,
May 4, 2012, 11:31:25 AM5/4/12
to jenkinsc...@googlegroups.com

[ https://issues.jenkins-ci.org/browse/JENKINS-13632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162414#comment-162414 ]

O H commented on JENKINS-13632:
-------------------------------

Just wanted to let you know that if you change the bundled mksapi.jar in the plugin with the mksapi.jar from a local MKS installation (from folder "c:\Program Files\MKS\IntegrityClient\integrations\IBM\eclipse_3.2\eclipse\plugins\com.mks.integrations.eclipse.mksapi_4.10.0\") everythings works fine with Jenkins ver. 1.461 !

> AbstractMethodError with PTC Integrity Plugin
> ---------------------------------------------
> When I downgrade to Jenkins 1.419 everything works fine again!

cletusdsouza@hotmail.com (JIRA)

unread,
May 4, 2012, 12:37:24 PM5/4/12
to jenkinsc...@googlegroups.com

[ https://issues.jenkins-ci.org/browse/JENKINS-13632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162415#comment-162415 ]

Cletus D'Souza commented on JENKINS-13632:
------------------------------------------

Glad to hear that works for you. I will update the mksapi.jar (to 2009 SP7) that is bundled with the plug-in when 10.1 is released.

> AbstractMethodError with PTC Integrity Plugin
> ---------------------------------------------
> When I downgrade to Jenkins 1.419 everything works fine again!

oliver.hagel@daimler.com (JIRA)

unread,
Nov 22, 2012, 5:19:41 AM11/22/12
to jenkinsc...@googlegroups.com
O H reopened Bug JENKINS-13632

Unfortunately this is still an issue. If we upgrade the PTC Plugin we always get the error:

FATAL: com.mks.connect.UserApplicationSessionImpl$SSLSocketFactory.createSocket(Ljava/lang/String;ILjava/net/InetAddress;ILorg/apache/commons/httpclient/params/HttpConnectionParams;)Ljava/net/Socket;

java.lang.AbstractMethodError: com.mks.connect.UserApplicationSessionImpl$SSLSocketFactory.createSocket(Ljava/lang/String;ILjava/net/InetAddress;ILorg/apache/commons/httpclient/params/HttpConnectionParams;)Ljava/net/Socket;

at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
at com.mks.connect.UserApplicationSessionImpl.handleHTTPResponse(UserApplicationSessionImpl.java:304)
at com.mks.connect.UserApplicationSessionImpl.getSession(UserApplicationSessionImpl.java:350)
at com.mks.connect.UserApplicationSessionImpl.getSessionURI(UserApplicationSessionImpl.java:413)
at com.mks.connect.HttpCmdRunnerImpl.getSessionURI(HttpCmdRunnerImpl.java:72)
at com.mks.connect.HttpBlimpInputStream.getSessionURI(HttpBlimpInputStream.java:125)
at com.mks.connect.HttpBlimpInputStream.blimpInitiate(HttpBlimpInputStream.java:152)
at com.mks.connect.BlimpInputStream.getInputStream(BlimpInputStream.java:223)
at com.mks.connect.BlimpInputStream.readNoEof(BlimpInputStream.java:693)
at com.mks.connect.BlimpInputStream.handleNextBlimpCommand(BlimpInputStream.java:266)
at com.mks.connect.BlimpInputStream.read(BlimpInputStream.java:190)

This is absolutely reproducable! Due to this issue we weren't not able to upgrade our Jenkins a long time since the "patched" plugin version by me did not work with newer Jenkins installations. With the latest one (491) the "patched" version of the 4.12 works again. But if I replace the MKSApi.jar in the latest version of your plugin I get now:

Preparing to execute si viewproject for #p=/Archiv/mks/develop/IFA/IFA.pj#s=5000_Construction/Product.pj#s=Java/Java.pj
Checkout directory is C:\Jenkins\jobs\IFA_buildAndDist\workspace
FATAL: null
java.lang.IllegalArgumentException
at java.util.concurrent.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:589)
at java.util.concurrent.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:480)
at java.util.concurrent.Executors.newFixedThreadPool(Executors.java:59)
at hudson.scm.IntegrityCheckoutTask.invoke(IntegrityCheckoutTask.java:322)
at hudson.scm.IntegrityCheckoutTask.invoke(IntegrityCheckoutTask.java:25)
at hudson.FilePath.act(FilePath.java:852)
at hudson.FilePath.act(FilePath.java:825)

So it is always a kind of gambling updating our Jenkins and PTC plugin. Any help would be highly appreciated...

Change By: O H (22/Nov/12 10:19 AM)
Resolution: Cannot Reproduce
Status: Resolved Reopened
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.

cletusdsouza@hotmail.com (JIRA)

unread,
Nov 22, 2012, 12:12:41 PM11/22/12
to jenkinsc...@googlegroups.com
Cletus D'Souza resolved Bug JENKINS-13632 as Won't Fix

As mentioned earlier, this is related to compatibility with the mksapi.jar and your Jenkins setup. There is little I can do about this issue other than you need to put focus on the Integrity development team to update their version of apache HTTP client in the mksapi.jar.

With regards the latest issue you've encountered. It has nothing to do with this problem. You need to edit your job and set a value for the new 'Thread Pool' parameter that has been added. This will resolve your problem.

Change By: Cletus D'Souza (22/Nov/12 5:11 PM)
Status: Reopened Resolved
Fix Version/s: current
Resolution: Won't Fix
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.

oliver.hagel@daimler.com (JIRA)

unread,
Jul 26, 2013, 4:04:47 AM7/26/13
to jenkinsc...@googlegroups.com
O H reopened Bug JENKINS-13632

Sorry for the Reopen - but we don't have any special Jenkins config regarding Commons. Would be very helpful if you could assist here to find the reason for it...

Change By: O H (26/Jul/13 8:03 AM)
Resolution: Won't Fix
Status: Resolved Reopened
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.

oliver.hagel@daimler.com (JIRA)

unread,
Jul 26, 2013, 4:10:47 AM7/26/13
to jenkinsc...@googlegroups.com
 
O H edited a comment on Bug JENKINS-13632

Sorry for the Reopen - but we don't have any special Jenkins config regarding Commons. Would be very helpful if you could assist here further to find the reason for it...

Using now Jenkins 1.524 and the PTC Plugin 1.17. And still the error:

bjava.lang.AbstractMethodError


at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.

oliver.hagel@daimler.com (JIRA)

unread,
Jul 26, 2013, 4:12:47 AM7/26/13
to jenkinsc...@googlegroups.com
O H updated Bug JENKINS-13632
Change By: O H (26/Jul/13 8:11 AM)
Attachment: 26-07-2013 10-08-51.png
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.

oliver.hagel@daimler.com (JIRA)

unread,
Jul 26, 2013, 4:12:47 AM7/26/13
to jenkinsc...@googlegroups.com
 
O H edited a comment on Bug JENKINS-13632

Sorry for the Reopen - but we don't have any special Jenkins config regarding Commons. Would be very helpful if you could assist here further to find the reason for it...

Using now Jenkins 1.524 and the PTC Plugin 1.17. And still the error:

bjava.lang.AbstractMethodError
at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)

I attached also a Screenshot of an example config.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.

oliver.hagel@daimler.com (JIRA)

unread,
Jul 26, 2013, 4:55:47 AM7/26/13
to jenkinsc...@googlegroups.com
 
O H edited a comment on Bug JENKINS-13632

Sorry for the Reopen - but we don't have any special Jenkins config regarding Commons. Would be very helpful if you could assist here further to find the reason for it...

Using now Jenkins 1.524 and the PTC Plugin 1.17. And still the error:

bjava.lang.AbstractMethodError
at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)

com.mks.connect.UserApplicationSessionImpl$SSLSocketFactory.createSocket(Ljava/lang/String;ILjava/net/InetAddress;ILorg/apache/commons/httpclient/params/HttpConnectionParams;)Ljava/net/Socket;


java.lang.AbstractMethodError: com.mks.connect.UserApplicationSessionImpl$SSLSocketFactory.createSocket(Ljava/lang/String;ILjava/net/InetAddress;ILorg/apache/commons/httpclient/params/HttpConnectionParams;)Ljava/net/Socket;

at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)

I attached also a Screenshot of an example config.

Perhaps it could be a problem with the SSL certificate?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.

oliver.hagel@daimler.com (JIRA)

unread,
Jul 26, 2013, 5:04:47 AM7/26/13
to jenkinsc...@googlegroups.com
 
O H edited a comment on Bug JENKINS-13632

Sorry for the Reopen - but we don't have any special Jenkins config regarding Commons. Would be very helpful if you could assist here further to find the reason for it...

Using now Jenkins 1.524 and the PTC Plugin 1.17. And still the errors:

This one happens after reconfig (e.g. SSL to no SSL):


java.lang.AbstractMethodError
at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)

And this one is the initial one (without reconfig and after Jenkins fresh restart):
com.mks.connect.UserApplicationSessionImpl$SSLSocketFactory.createSocket(Ljava/lang/String;ILjava/net/InetAddress;ILorg/apache/commons/httpclient/params/HttpConnectionParams;)Ljava/net/Socket;


java.lang.AbstractMethodError: com.mks.connect.UserApplicationSessionImpl$SSLSocketFactory.createSocket(Ljava/lang/String;ILjava/net/InetAddress;ILorg/apache/commons/httpclient/params/HttpConnectionParams;)Ljava/net/Socket;

at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)

I attached also a Screenshot of an example config.

Perhaps it could be a problem with the SSL certificate?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.

oliver.hagel@daimler.com (JIRA)

unread,
Jul 30, 2013, 12:56:47 PM7/30/13
to jenkinsc...@googlegroups.com
O H commented on Bug JENKINS-13632

Found a configuration where everything works:

  • JRE 6
  • PTC Plugin 1.17 with replaced mksapi.jar (Implementation-Version: 4.10 000-00 5350)
    Still not nice but at least we are now able to use the latest Jenkins...
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
Reply all
Reply to author
Forward
0 new messages