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
5
votes
2 answers

Connect Timeout Error on cloudhub : Mule version:4.2.2

I am trying to hit an https client api which is working fine on postman(gives response in 800ms) and in local mule flow but it is not working fine on cloudhub . I am getting Connect Timeout error. It tries connecting for 30 secs(as per logs) and…
HMT
  • 2,093
  • 1
  • 19
  • 51
5
votes
3 answers

Can I use the File connector in Mule Cloudhub for FTPS

Is there a way to configure a File connector for use in cloudhub, specifically related to reading in a file over FTPS and putting it into a file before beginning the actual processing of the contents? Clarification: I'm in cloudhub, which does not…
codeLes
  • 3,021
  • 3
  • 29
  • 27
3
votes
2 answers

How can I make http requests queue in mule project

I am trying to integrate JIRA with Salesforce through cloudhub application. I have created a mule soft project (which is invoked each time when a worklog is updated or created in JIRA) and deployed it in cloudhub. From Jira I am using web hook…
2
votes
2 answers

How Anypoint monitoring JVM Heap and Runtime manager vCore are related?

I could notice that 0.2vCore is allotted to API in Rruntime Manager, memory utilization is 63%. When i check Heap utilization in Anypoint Monitoring is fluctuating between 200MB and 810MB and max Heap size mentioned 870MB this raised some…
Thiru
  • 404
  • 1
  • 16
  • 44
2
votes
3 answers

Should I have separate VPCs for production environments in Cloudhub?

I'm looking into setting up a VPC in Cloudhub and just wanted to know whether I would setup one VPC for dev, test and production environments or whether I setup a VPC for dev and test environments and one for Production? Also, is there a best…
user3165854
  • 1,505
  • 8
  • 48
  • 100
2
votes
1 answer

AmazonClientException: Unable To Load Credentials from any Provider in the Chain

My mule application writes json record to a kinesis stream. I use KPL producer library. When run locally, it picks AWS credentials from .aws/credentials and writes record to kinesis successfully. However, when I deploy my application to Cloudhub, it…
2
votes
3 answers

How to access the invocation property?

I am trying to access the _clienName from the invocation properties. I tried the below one, but doesnt help. any thoughts ? Is it really possible to access invocation property in a mule flow ? #[message.invocationProperties['_clientName']] Message…
gnanagurus
  • 883
  • 1
  • 12
  • 29
2
votes
1 answer

Amazon SQS service failure.Mule message not delivered to VM queue

I have a simple flow which put orders in a dlq which is an VM connector.But suddenly I got an exception as below Message : Failed to route event via endpoint: DefaultOutboundEndpoint{endpointUri=vm://dlq, connector=VMConnector { …
2
votes
1 answer

Implementing the reliability pattern in CloudHub with VM queues

I have more-or-less implemented the Reliability Pattern in my Mule application using persistent VM queues CloudHub, as documented here. While everything works fine, it has left me with a number of questions about actually ensuring reliable delivery…
jpendle
  • 220
  • 1
  • 9
2
votes
3 answers

XSLT running in anypoint studio but not running in CloudHub

Hi am using an xslt transformer and using an xsl file am using a function ex:date-time() its running in Anypoint studio but when I try to run in cloudHub its throwing an error Cannot find a matching 0-argument function named…
Satheesh Kumar
  • 797
  • 7
  • 31
1
vote
0 answers

Mulesoft FTP Connector - File timestamps look incorrect

We are using mule-ftp-connector version 1.8.2. When Listing a dir with the List component the typedAttributes["timestamp"] value looks off. E.g File on ftp server has a datetime of 06/02/2023 08:26:52 this is shown in filezilla ftp client and also…
Vish
  • 346
  • 2
  • 13
1
vote
1 answer

CloudHub worker trying to connect to SFTP site which allows whitelisted IPs only

I have a Mule 4 application [App1] created on CloudHub. I tried to deploy the application's jar file onto CloudHub. This application has a Static IP [eg. 100.101.102.103] assigned to it in Runtime Manager. This IP address is whitelisted by customer…
Abjt G
  • 39
  • 7
1
vote
1 answer

CloudHub Notification - Fails connections from workers in VPC

I developed an API which will trigger email alerts based on some business requirements. To raise email alerts, I used cloudHub create-notification connector. The connector configuration is below:
Sambit Swain
  • 131
  • 1
  • 13
1
vote
1 answer

How to customise an error message generated by the Anypoint API manager standard policy?

There is an API running on the CloudHub (Mule 4.4) and protected with the standard SLA Rate Limit policy. We have a requirement to provide a custom error message body instead of the default one generated by the policy when authentication fails. The…
spoonboy
  • 2,570
  • 5
  • 32
  • 56
1
vote
0 answers

HTTP Request Connection Timeout in CloudHub is 3 times longer than specified

We have a requirement that when an Experience API invokes a Process API it needs to timeout within 5 seconds if the Process API is down. So we configured the HTTP Request componet to use the connectionTimeout property in…
Steve
  • 445
  • 1
  • 8
  • 18
1
2 3
10 11