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

List Mule Apps and their IP addresses

Is there a way to list all the Mule applications deployed in a VPC in Cloudhub, and their private IP addresses as a report (maybe in Monitoring)? I know the private IP addresses are dynamic and will change, but is there a way to get such a report?
Triumph Spitfire
  • 663
  • 15
  • 38
0
votes
2 answers

Mulesoft Maven configuration error. Can't depoloy to Cloudhub from terminal

I am trying to deploy my mule project from Anypoint using terminal "mvn clean package deploy-DmuleDeploy" command. I am not sure what this error is saying but i'm sure it has to do with my maven version. I've installed maven on my mac using…
ammanbesaw
  • 41
  • 1
  • 9
0
votes
2 answers

Is there any way to create dynamic scheduler jobs (flows) in Mule deployed on CloudHub?

We have a scheduler flow already which runs on some times specified. Now for a new client we need the same flow to work. Without having to add a new scheduler and duplicate the scheduler component with new details, is there any way to dynamically…
Rakesh
  • 104
  • 1
  • 11
0
votes
1 answer

Display Cloudhub Logs in Json Pattern along with Custom fields

Our client is not interested in using any 3rd party Logger like JSON Logger or any other logger comnectors available. So is there any way to modify the default Anypoint Logging pattern in cloudhub in Json format like how a Json Logger does. Is there…
Wiwek
  • 29
  • 4
0
votes
1 answer

How to trigger a flow during undeployment of a Mule application in CloudHub?

I am working on a use case to trigger a specific flow that should trigger only when undeployment of the application happens from CloudHub. I found an article that has script and am using the same to find out the flow…
ramsunka
  • 29
  • 7
0
votes
2 answers

SalesForce Mule connector v10.13.0 on CloudHub subscribing event multiple times

I have implemented an API on the CloudHub platform, in a Mule application deployed on 2 Workers on Mule 4.3.0 runtime. This Mule application is listening to a Salesforce event using subscribe-channel-listener, and in Studio, I have enabled it to run…
Sambit Swain
  • 131
  • 1
  • 13
0
votes
1 answer

how to pass JVM argument ito CloudHub application

We have a Mule 4 code deployed in CloudHub and we need to pass -Doracle.net.disableOob=true to this Mule runtime. What are the steps to do that? Thanks in advance!
0
votes
0 answers

Mulesoft CloudHub integration with Prometheus

I'm looking for some information in regards to integration of Mulesoft CloudHub and Prometheus. Can the Log4j appender push logs ( runtime logs) to Prometheus server? is there a need for a parser tool such as Grok? Any advise will be…
0
votes
1 answer

Mule 4 How to setup 'Datasource Reference Connection' to talk to DB2 along with jks

I need to setup Mule 4 hosted in Cloudhub to talk to DB2 resides on our internal server. I need to pass certificate .jks and password along with db connection. Can anyone explain how can this be done. If possible share some code snippet.
vangli
  • 53
  • 1
  • 6
0
votes
1 answer

Mule 4: SFTP connector loosing connections in CloudHub with pipe closed error

With reconection strategy FOREVER, it keeps attempting for reconnections even after success. Configuration: SFTP Connection configuration attached Error: [2021-09-15 04:31:37.141] WARN …
0
votes
1 answer

Mulesoft - retrieve the Cloudhub versionID within a running application

When a Mulesoft application is deployed to Cloudhub, it gets assigned an ID that is available from the Cloudhub API. In Cloudhub API v2, this value is named versionID. Can I retrieve this ID value within the app itself while it's running? I want…
Tony
  • 2,658
  • 2
  • 31
  • 46
0
votes
2 answers

How to compress a payload with a password in Mule 4?

I need to zip a payload (a dataweave script outputting CSV) with a password using Mule 4 with encryption AES256. I've checked the Compression Module of Mule 4 and it doesnt support passwords, I've tried using it in combination of the Cryptography…
Steve
  • 445
  • 1
  • 8
  • 18
0
votes
1 answer

Difference between Shared Load balancer URL and External IP address URL in Mule 4

My apologies in case this is a basic/simple question :-). I am still trying to understand the Mule Architecture. Use case: I have an mule application deployed to cloudhub with 2 workers. This API is called from third party using the shared load…
user12277274
  • 105
  • 2
  • 15
0
votes
1 answer

Get vpcID and dedicated loadbalancerID in Mulesoft Anypoint platform cloudhub

I want to run this command for retrieveing ciphers of the cloudhub dedicated loadbalancer in Mulesoft. https://anypoint.mulesoft.com/cloudhub/api/organizations/{myORgID}/vpcs/{myVPCID}/loadbalancers/{myLoadbalancerID}. I have added the bearer…
Ben
  • 594
  • 1
  • 9
  • 24
0
votes
2 answers

Getting this error org.mule.runtime.api.store.ObjectAlreadyExistsException: Object already exists for the key

I am getting this error on cloudhub "org.mule.runtime.api.store.ObjectAlreadyExistsException: Object already exists for the key". I am using object store in my application. Where I am checking if the value is available in object store and then store…
user12277274
  • 105
  • 2
  • 15