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

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…
Vikas Puri
  • 23
  • 3
1
vote
1 answer

Mule Cloudhub Anypoint MQ - Configuring exclusive access to individual queues

we are using Anypoint MQ. We are looking for options to configure access to individual queues exclusively, so that they are accessible to only certain apps. But, based on our research it looks like - with anypoint credentials we can browse messages…
1
vote
0 answers

Application not starting up due to postgres db drivers not found error

Am trying to deploy mulesoft application thourgh maven to cloudhub. It got deployed successfully, but the application start up gives errors. I verified the POM file and dependency jars related to postgres and all were in place. Please help to resole…
Raam C
  • 29
  • 2
  • 3
1
vote
1 answer

Best way to secure a mule 4 application

I am using Mule 4 and Anypoint 7. I am looking at how I can secure my mule application so it can only be access by teams within my company. The API would be sending customer groupings and stats and may start to include personal identifiable…
user3165854
  • 1,505
  • 8
  • 48
  • 100
1
vote
1 answer

What is the maximum size limit on payload in mule

I am trying to send a 2 GB file using binary option in postman to Mule application. Getting 413 Request entity too large error. There are no logs present in the Mule application so it seems its failing on APIKit router itself. Is there any limit on…
Sayali
  • 49
  • 4
1
vote
2 answers

Jenkins Execute Shell task fails with stty: when specifying an output style, modes may not be set /dev/tty: No such device or address

I am facing this issue since last OS update. I am deploying Mule app with the help of anypoint-cli runtime-mgr cmdlet. Here is the sample code I am using for the deployment in Execite Shell task of Jenkins job. export ANYPOINT_USERNAME=username@env…
1
vote
1 answer

Mulesoft vCore metric

I would like to get data about the APIs. More specifically: how many vCores are assigned and what is the load on those vCores. So for example, if I assign 1 vCore to an API but it is barely used, that would be a waste. So I want to build an API that…
1
vote
1 answer

Mulesoft cloudhub timeout although it works well locally

Mule cloudhub times out only on HTTPs. I have a mule http listener in my flow. It works all right locally as well as on the cloudhub upon deployment. To add security, I switched on HTTPs and I did so as per this…
lonelymo
  • 3,972
  • 6
  • 28
  • 36
1
vote
1 answer

Shared cache between workers in Cloudhub?

From what I see in the official cache scope documentation, if managed-object-store is used with appropriate values - cache is supposed to be shared between multiple workers/nodes in Cloudhub.
pavanlimo
  • 4,122
  • 3
  • 32
  • 47
1
vote
1 answer

Determine whether I'm running on Cloudhub or Locally

I am building a Mulesoft/Anypoint app for deployment on Cloudhub, and for diagnostic purposes want to be able to determine (from within the app) whether it is running on Cloudhub or in Anypoint Studio on my local development machine: On Cloudhub, I…
Benj
  • 1,853
  • 4
  • 18
  • 27
1
vote
1 answer

I am not receiving an email from a Anypoint Cloudhub Alert

I have set up a custom alert in Anypoint Cloudhub to raise the alert if the application encounters a mongodb error. I am seeing the error but am not receiving an email. I am down as the recipient and have the alert turned on but I cannot see an…
user3165854
  • 1,505
  • 8
  • 48
  • 100
1
vote
1 answer

Maven script to deploy to cloudhub

I am following this documentation to deploy mule application to cloudhub --> https://docs.mulesoft.com/mule-user-guide/v/3.8/mule-maven-plugin. When i run "mvn package deploy", i am getting this below error: [ERROR] Failed to execute goal…
Gana
  • 482
  • 3
  • 11
  • 32
1
vote
1 answer

Integrating logstash (elk) with mulesoft

Is there a way we could feed the mule cloudhub logs to logstash? I am able to configure agents as in this link https://docs.mulesoft.com/cloudhub/sending-data-from-arm-to-external-monitoring-software But I am unable to configure logstash.
scorpion
  • 223
  • 3
  • 15
1
vote
3 answers

Accessing mule-app.properties in custom properties file located in src/main/resources on cloudhub

I have a mule application built using mule apikit. The mule-app.properties file contains below property: orig.db.url=jdbc:db2://mmrs001.nmd.net:1004/dudu:user=abc43;password=xxxx; The custom properties file src/main/resources/dev.properties…
Sumved Shami
  • 102
  • 2
  • 15
1
vote
2 answers

Hbase MuleSoft Cloudhub Connectivity

I have to connect Cloudhub to Hbase. I have trid from community edition HBase connector but not succeeded. Then I tried with Java Code and again failed. From HBase Team, they have given only Master IP (10.99.X.X) and Port(2181) and userName…
Nilesh Kumar
  • 35
  • 1
  • 5
1
2
3
10 11