You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (Jira)" <ji...@apache.org> on 2021/12/14 07:59:00 UTC

[jira] [Commented] (OFBIZ-12456) Migrate Ofbiz bb 0.8 config to 3.2

    [ https://issues.apache.org/jira/browse/OFBIZ-12456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17458967#comment-17458967 ] 

Jacques Le Roux commented on OFBIZ-12456:
-----------------------------------------

This is more a test than anything.

I checked it's possible to locally run the testXmlRpcAdd service with HTTPS and 8443 port. I simply changed the URL and port used in XmlRpcTests::XmlRpcTests.

The same does not work for testXmlRpcClientAdd and testXmlRpcLocalEngine by changing the url parameter in engine name="xml-rpc-local. 
This error appears:
bq. Failed to read server's response: java.security.cert.CertificateException: No name matching localhost found

That's returned by org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:161). So out of our possible changes i nOFBiz. 

The same error appears when trying to run the servicetests suite
bq. gradlew "ofbiz --test component=service --test suitename=servicetests"

I'll investigate if it's possible to find a solution for our supported branches. Note that Apache XMLRPC is no longer maintained: https://github.com/advisories/GHSA-6vwp-35w3-xph8. Hence I wonder if we should not deprecate, if not remove it alltogether, it in our supported branches...

> Migrate Ofbiz bb 0.8 config to 3.2
> ----------------------------------
>
>                 Key: OFBIZ-12456
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12456
>             Project: OFBiz
>          Issue Type: Task
>          Components: BuildBot
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Critical
>
> This is a clone of INFRA-22279 that says:
> {quote}Migrate all Ofbiz configs from ci.apache.org to c2.apache.org upgrading the config from 0.8 to 3.2 and changing uploads of docs to go to nightlies.apache.org/ofbiz instead of ci.apache.org/projects/ofbiz .
> {quote}
> Currently we have an issue with XMLRPX tests with BuildBot. I believe it's because the new BB config does not allow HTTP and/or the port 8080.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)