Continuous integration and continuous delivery (CI/CD) are increasingly popular DevOps practices where code changes are frequently committed to a source control management (SCM), and automatically built, tested and submitted to a release pipeline for deployment.
The initial stage of the release pipeline will deploy the changes to a development environment where it can be tested. Upon successful completion of the test, the changes will be propagated through a sequence of environments based on environment entry criteria.
Over the course of an upcoming blog series I’ll show how these concepts, along with release automation are implemented within FlexDeploy, breaking down the details for SOA, MDS, OSB, and WebLogic Resource Management. The following blogs are part of the overall Oracle Fusion Middleware series.
- FlexDeploy Loves Oracle Fusion Middleware: Overview
- FlexDeploy Loves Oracle Fusion Middleware: WebLogic Configuration Setup
- FlexDeploy Loves Oracle Fusion Middleware: MDS Setup
- FlexDeploy Loves Oracle Fusion Middleware: Service Bus Setup
- FlexDeploy Loves Oracle Fusion Middleware: SOA Setup
- FlexDeploy Loves Oracle Fusion Middleware: Continuous Integration and Issue Tracking
- FlexDeploy Loves Oracle Fusion Middleware: Test Automation
- FlexDeploy Loves Oracle Fusion Middleware: Release Pipelines
- FlexDeploy Loves Oracle Fusion Middleware: Integration with ServiceNow
If you’re interested in getting a preview, check out this webinar recording. You will get a deep dive of FlexDeploy’s support for the SOA Suite, WebLogic resources, and the Oracle Integration Cloud.
Hi ,
I am trying to build the SOA composite but getting below error.
StepId: 2
Error Code: FDSV-00454
Error Detail: FDSV-00454: Endpoint Call Failed.
flexagon.fd.core.exceptions.FlexRemotePluginException: java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildListener
I will follow up through the provided email.
Thanks Dan for the quick response, i am applying the suggestion provided by you. Quick question from my side is, While building the SOA composite , it looks like SOA composite code needs to be on the SOA server endpoint.
Yes, all code needs to be available on the end point for the build. The GIT plugin will handle the retrieval of the respective code and then the SOA plugin knows where the extracted code resides and build it with no manual intervention. Once the composite is built, the SAR file will be returned to FlexDeploy and the repository as an artifact that can be used for the deployment.
Dan
i am trying to test jmeter jmx file i getting error like this
FDSV-00454: Endpoint Call Failed.
flexagon.fd.core.exceptions.FlexRemotePluginException: FDCR-00200: The following properties and/or inputs are required but not defined: [FDJM_JMETER_HOME_DIR]
I will follow up through the posted email.
Hi,
I am trying to deploy ODI loadplan through flexdeploy , I am getting below error. Could you please check and provide your inputs on this error.
FDSV-00454: Endpoint Call Failed.
flexagon.fd.core.exceptions.FlexRemotePluginException: java.lang.NullPointerException
Thanks,
Siva
Hi Siva,
Thanks for reaching out with your question. I will send a separate email connecting you with your Advanced Customer Support contact who will be happy to help you with this.
Rebecca