Datapipeline and Mule - mule

Which version of MULE will be compatible for AWSSDK for Datapipeline, We need to activate Datapipeline through Enterprises version of Mule. Since its Cloud, we can use any mule version from 3.6. Please help us. Right now the Jar version are causing issues, such as NoSuchmethod error or Field not found.

You should be able to use the latest version of AWS SDK.

Related

MessageBodyReader not found for media type=application/json;charset=utf-8

While deploying my Mule project with Mule runtime 4.3.0 to cloudhub through maven, i am getting below exception:
Execution default-deploy of goal org.mule.tools.maven:mule-maven-plugin:3.3.5:deploy failed: MessageBodyReader not found for media type=application/json;charset=utf-8, type=class org.mule.tools.client.arm.model.AuthorizationResponse, genericType=class org.mule.tools.client.arm.model.AuthorizationResponse.
Any help will be appreciated.
Thanks
Vikas
The fact that it works with Java 8 indicates it is some Java compatibility issue.
Mule Maven Plugin supports only until Java 11. See the release notes for your version to see software compatibility: https://docs.mulesoft.com/release-notes/mule-maven-plugin/mule-maven-plugin-release-notes

MassTransit/Rabbit MQ Version Compatibility

Is a version of MassTransit tested and certified against specific versions of Rabbit MQ prior to its release? If so, is this information published?
On the CI server, MassTransit is tested using the 3.6 version(s). Locally, I test it with 3.7.x, and recently 3.8.x. So it's a variety, depending upon what's installed.
Any relatively recent version of RabbitMQ (3.6.x or later) should work fine.
Update: According to AppVeyor, they use v3.6.15-1

Is policy supported on mule runtime 3.7.4?

I have a mule runtime 3.7.4 installed on my computer, I am wonder if it's possible to set up policies on this mule instance?
UPDATE
I just find this link: https://docs.mulesoft.com/runtime-manager/anypoint-platform-cli#api-mgr-policy-apply, has anyone tried this before? is it possible to set up policy to mule runtime using this CLI?
Policy management capabilities are part of any API Gateway distribution. Since the unification with Mule runtime, you can found those capabilities also in any Mule runtime with version 3.8.0 or greater.
So, replying to your original question, Mule runtimes with version under 3.8.0 have no policy management capabilities no matter the tool used.

MobileFirst 7.0 Console text encoding issue after installing latest iFix

After installing the latest patches of MobileFirst CLI (7.0.0.0-MFPF-CLI-IF201505211954.zip), the text displayed in MFP console is showing special characters .
Someone know how to correct this?
Thanks
It seems an error has occurred... Apologies for that.
Did you receive this iFix via an IBM support ticket? If yes, please request a newer build. Request for: 7.0.0.0-IF201505310841 - this should not contain this error that you're experiencing(!).

RUN#cloud with specific JDK version

Is there a way we can specify the JDK version we are running on? Specifically, I have a java app (non webapp) that has an incompatibility with 1.6.0_35 and is erroring out for me on CloudBees. The package recommends 1.6.0_27, is that possible to specify at deployment time?
you can specify the version with -Rjava_version on the command line - however, fine grained versions are not available (as we tend to update those) - it is more just 1.6, 1.7 or 1.8 lineage. I would recommend in that case -Rjava_version=1.7.