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
1
vote
1 answer

When passing data to an App in mule cloudhub via API gateway(CloudHub) getting exception -HTTP header is larger than 8192 bytes

Am having an HTTP connector and a HTTPS connector which runs in API gatewayruntime in cloudhub. I want to pass the data through this API gateway to another application but while passing at the endpoint am getting HTTP header is larger than 8192…
Daniel
  • 60
  • 6
1
vote
1 answer

Application is deployed on cloudhub but can't reach it

I've deployed my application on cloudhub.io after testing in on my local machine. The log says the application has been successfully deployed and is running as it should, but when i try to use it, i get a page that says : If you deployed your…
Yash
  • 97
  • 1
  • 11
1
vote
1 answer

Redshift query hangs on mule cloudhub

I am facing an issue where simple redshift query hangs. I am using mule and deployed my code to cloudhub. Believe it has got to do with resultset size. When the result set size is very low, probably less than 50 rows, it works fine. However,…
rst
  • 339
  • 5
  • 22
1
vote
2 answers

How read properties from mule-app.properties in standalone deploy?

In my mule application I defined some properties in mule-app.properties file, so I can change it "on the fly" on CloudHub. Deploying on CloudHub all is right, and to get the properties on java class I used: System.getProperty("propertyName"). Now my…
Simon
  • 35
  • 1
  • 5
1
vote
1 answer

MEL null safe Xpath works in Studio but not Cloudhub

The following expression works fine locally in Studio, but when deployed to Cloudhub it fails with the below error: Its basically just a simple path expression that uses the null safe ? operator before invoke the .text method. Why doesn't this work…
jon lee
  • 887
  • 1
  • 15
  • 32
1
vote
1 answer

Accessing OAuth 2.0 APIs from Mule/CloudHub

Tutorials/examples for accessing OAuth 2.0 based APIs with Mule seem to refer to either using connectors for specific services (Salesforce, Google), or creating custom connectors. How would one integrate to an API with just a regular HTTPS…
Anton Kupias
  • 3,945
  • 3
  • 16
  • 20
1
vote
0 answers

Why can't I override a javax.validation.ValidationFactory when deploying mule app to CloudHub?

I'm trying to load javax.validation.ValidationFactory from a library containing the javax.validation package (retrieved from jboss.org). I see that the library is included when I export the Mule Studio Project to a zip file, so I'm assuming it is…
Gary Sharpe
  • 2,369
  • 8
  • 30
  • 51
0
votes
1 answer

Get Mulesoft artifact from Anypoint Exchange and deploy it to the Coudhub 1.0

How to get Mulesoft artifact (latest version) from Anypoint Exchange and deploy to the Coudhub using an API? I am curruntly developing a CICD pipeline for the Muleapp deployments. Curruntly the build pipeline has been developed and the build…
0
votes
1 answer

Getting user timezone on an api deployed to Cloudhub

I'm trying to dynamically get the user timezone and apply it to the dateTime values in my payload. I'm currently using this function in dataweave: var dateTimeZone = now() as TimeZone fun formatDate(dtValue :String, dateTimeZone: TimeZone) :…
Zyoumir
  • 33
  • 6
0
votes
1 answer

Unable to deploy Mule application in CloudHub

Exported a Mule application as a deployable jar from Studio and trying to deploy it in CloudHub. However, deployment is failing with below error. *"Error: Failed to deploy from URI: file:/tmp/mule-received-artifact-13949491667031238/.jar.…
0
votes
0 answers

HTTP:CONNECTIVITY error to mule-worker-internal-myapp-region.cloudhub.io

I have a system-api (0.1vCore X 1 worker) hosted on private port. The http-listener configuration of system-api is:
Sambit Swain
  • 131
  • 1
  • 13
0
votes
0 answers

File pickup from ftp directory

I have deployed an application in CloudHub with the FTP connector at the event source. It picks up the file whenever a file is dropped in the FTP directory. If I deploy application 0.1v and 2 workers, and a file arrives from the FTP directory, how…
deepuKumar
  • 27
  • 3
0
votes
1 answer

Restart an application in CloudHub using rest API and ClientID/Client secret

I am trying to stop/restart a CloudHub Mule application using the rest API endpoint. I am following this link: https://help.mulesoft.com/s/article/How-to-start-stop-or-restart-a-CloudHub-Application-using-CloudHub-REST-APIs I am trying to get a…
Vish
  • 346
  • 2
  • 13
0
votes
1 answer

How CloudHub Shared Load Balancer routes the request to the correct application

Apologies in case this is a basic question. But I have read the documents but it is not very clear and trying to understand how the SLB url sends the request to the correct application incase multiple applications are deployed in that…
user12277274
  • 105
  • 2
  • 15
0
votes
1 answer

Unable to access mule-worker external URL from clients network

I have a mule application deployed on cloudhub. My client is trying to trigger the mule-worker URL (http://mule-worker-appname.us-e2.cloudhub.io:8081) from his network (connecting to their VPN), but it is giving Timed Out error. However, when he…
user12277274
  • 105
  • 2
  • 15
1 2
3
10 11