166 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
64
views
Cloudhub 2.0 Ingress Timeout when forwarding Logs
We have a mule application and we are trying to load test the application with 8K records. It's a simple application that gets the request, sends its to GCP to fetch a value and then provide that ...
0
votes
1
answer
255
views
Anypoint cli v4 - how to deploy an application and ensure it continues to use Object store v2?
I am working on a Mule 4 api that needs to use Object store v2 . This api is being deployed to Cloudhub 2.0 .
whenever the application is deployed / redeployed the checkbox use objectStore v2 is ...
-1
votes
2
answers
584
views
How to get ip address of application deployed to cloudhub and set it in IP Allowlist policie
I have two applications in the cloud hub. I want the second application to accept requests only from the IP address of the first application. I tried getting the first application IP by writing ping &...
0
votes
0
answers
94
views
Querriable properties available for the MuleSoft Anypoint Platform Cloudhub application log API?
I can't find documentation for all\any of the available properties that can be used to build up a query against the Cloudhub application log API method POST:
https://anypoint.mulesoft.com/cloudhub/api/...
1
vote
0
answers
346
views
Unable to deploy mule application with large size jar file
I have developed a mule application in anypoint studio which will run pySpark scripts and do some ETL operations. I have more number of dependencies added to make this work and works fine in my local. ...
0
votes
1
answer
164
views
Anypoint CloudHub 2.0 app vs CloudHub app
We have an app in CloudHub 1.0 running successfully in which we are importing data from Salesforce to our local datawarehouse everyday, now we are trying to deploy the same app using CloudHub 2.0, (...
0
votes
1
answer
446
views
Mule Cloudhub - disable custom logging deployment parameter
I am writing my mule application's cloud hub logs to external Rapid7 (log entries), by following this article. Integrate with Your Logging System Using Log4j
To enable custom logging, I have checked &...
0
votes
1
answer
635
views
Why is my pom.xml file getting updated, everytime I'm trying to deploy an application from Anypoint Studio to CloudHub?
I have the following part in my pom.xml file in for a dummy project that I'm doing:
<plugin>
<groupId>org.mule.tools.maven</groupId>
<artifactId>mule-maven-plugin</...
0
votes
1
answer
90
views
"mulexml:namespace-manager" not resolving, showing unknown
I am trying to declare few XML namespaces globally in a Mule 4 application, using "mulexml:namespace-manager".
https://docs.mulesoft.com/xml-module/0.3.9/xml-namespaces
But the element "...
0
votes
1
answer
931
views
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 ...
1
vote
0
answers
96
views
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/...
0
votes
1
answer
221
views
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(...
0
votes
1
answer
2k
views
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/...
0
votes
0
answers
2k
views
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:
<http:listener-config name="myapp-system-api-httpListenerConfig">
...
1
vote
1
answer
474
views
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 ...