Questions tagged [cloudhub]

The CloudHub™ cloud integration platform as a service (iPaaS) allows you to build and offer repeatable integration applications without creating custom code

The CloudHub™ cloud integration platform as a service (iPaaS) allows you to build and offer repeatable integration applications without creating custom code

157 questions
0
votes
1 answer

How to view all properties from a configuration file in runtime manager

I use configuration files for all properties of my apps, that is working fine. Running them on cloud hub I would like to have these properties show up in the app settings of the runtime manager (for reviewing or editing the settings "on the fly"…
maco
  • 55
  • 7
0
votes
1 answer

I am getting HTTP:GATEWAY_TIMED_OUT from cloudhub

I am using a requestor connector in mule 4 for calling an API. That API takes 24 minutes to send back the response to requestor. So when I am running my application in cloudhub, I am getting HTTP:GATEWAY_TIMED_OUT, error_code: 504. The response…
Mayur Tripathi
  • 69
  • 2
  • 12
0
votes
1 answer

MuleSoft AWS SDK -- Cross Account trust (assumeRole)

We are trying to use AWS Parameter store for storing the username/passwords and access those parameters from MuleSoft CloudHub. MuleSoft CloudHub in the background uses AWS Instances for deploying the applications to Workers. So my question is can…
Learner
  • 157
  • 2
  • 17
0
votes
1 answer

Anypoint Platform Apps/Schedulers

Is there a way to get details of all the apps in an Anypoint Platform Business Group. For example, if there are 3 apps available in the RunTime Manager, I am looking at details like below: I know there are cloudhub APIs which can get the details,…
Triumph Spitfire
  • 663
  • 15
  • 38
0
votes
1 answer

Unable to deploy to cloudhub mule4 application with Gradle

I am trying to build my mule application and deploy it to cloudhub with Gradle (The Gradle version I'm using is: Gradle 4.10.2) . For this I have added the build.gradle file in my project as shown below: When I give the Gradle build command it is…
SharletteMA
  • 85
  • 1
  • 3
  • 13
0
votes
1 answer

Unable to call external API from VPN/VPC in Mulesoft

I am trying to call an external API using HTTP request from my Mule application. When the Mule application is deployed locally, I am able to access the external API. However, when I deploy the application to cloudhub with VPN/VPC, the call to…
user7194270
  • 117
  • 2
  • 16
0
votes
1 answer

MuleSoft RTF Architecture and understanding of Cores compared to Cloudhub

Hi we are planning to migrate to Mule4 from Mule3 and I've few questions related to sizing of cores compared to Cloudhub vs RTF. Currently we installed Mule Runtimes on AWS(on-premise) . 2 VM Machines of 2 Cores each. so that is 4 Cores…
Learner
  • 157
  • 2
  • 17
0
votes
1 answer

Get name of Mulesoft Cloudhub environment

To access them dynamically I would like to use different property config files for my environments, like config-production.properties config-preprod.properties config-sandbox.properties Is there a system variable I could use to get the name of the…
0
votes
2 answers

How to Authorize myself to mulesoft/cloudhub account from python?

I have to download logs from mulesoft/cloudhub from python. I have tried fetching logs from command prompt and it was successfull. what I tried in CMD is - 1. curl -d "username=&password="…
0
votes
1 answer

How do we know restart in cloudhub done automatically or Manual?

how do we know the restart happened in anypoint Runtime Manager (cloudhub) is automatically restarted (due to some internal issue) or some one manually force restart? How could we find that? any specific log line which could differentiate manual and…
star
  • 1,493
  • 1
  • 28
  • 61
0
votes
1 answer

How to deploy to Anypoint Runtime Manager using SSO authentication?

We use SSO authentication for our organisation Anypoint. We would like to automate deployments of Mule Maven Applications using Jenkins. There are lots of examples automating the deployment but all using username/password in the pom.xml and this…
Joe D
  • 3
  • 1
0
votes
1 answer

Can Two Load balancers have same ssl endpoint and certificate

One of my application is running behind a Load balancer on a server in east region. I have created a replica of the same application and deployed it on a server in west region My question is, that can I achieve High availability using two load…
0
votes
1 answer

"Unknown lifecycle phase "mvn". You must specify a valid lifecycle phase or a goal" While Deploying the application using Azure

I am trying to deploy a mule application on cloud hub using Azure Devops. While trying to deploy the application I am running a job which have a task Maven that is suppose to run a maven command: mvn package deploy -DmuleDeploy -Dcloud.env=Sandbox…
0
votes
1 answer

Deploying Mule application on Cloud Hub, using Azure Devops

I am trying to deploy my mule application build on anypoint studio, to cloud hub via Azure Devops. To do so I am doing the following: Created a repository on azure and upload the mulesoft application files on it. (success) Started a runtime server…
0
votes
1 answer

Getting 502 gateway error when trying to Deploy to cloud hub

I am following the MuleSoft Development Fundamentals course for Mule 4 and i'm trying to deploy the project to CloudHub. As I am using a work machine I do not have access to port 8081 so I do the development in 8080 however I know CloudHub uses 8081…
bradley plater
  • 1,272
  • 2
  • 9
  • 16