Questions tagged [mule-cluster]

64 questions
1
vote
1 answer

Mule Cache Scope Error com.hazelcast.nio.serialization.HazelcastSerializationException

I am using Mule Cache scope to save JSON data (converted to string) retrieved from a REST call. All works fine locally but when deployed to the server which is clustered I get this…
1
vote
3 answers

does mule server 3.4.2 get automatically restart in any chance?

Does mule server 3.4.2 get automatically restart in any chance? In my production server mule server restarted automatically.
Gopi
  • 105
  • 1
  • 7
  • 24
1
vote
2 answers

Hazelcast instance is not active! (com.hazelcast.core.HazelcastInstanceNotActiveException). Message payload is of type: HashMap

I have implemented an service application in java with MuleSoft 3.5.1 that it works in cluster server, and sometimes I get an error "Hazelcast instance is not active!" and the all service are bloked, so I must restart both server to resolve the…
Stefano
  • 1,439
  • 4
  • 23
  • 38
1
vote
2 answers

Mule:Polling on multiple table of a database connector

Need to poll multiple tables of a database connector. When trying to apply separate poll on tables using composite source
NAZAR REHMAN
  • 179
  • 3
  • 19
1
vote
2 answers

How to convert a specific sheet of an Excel file into XML in Mule?

In Mule, I want to convert an excel file to xml file, but my Excel file has 2 sheets and I just wanted the 2nd sheet of Excel file to be converted into XML. Is it possible ? How to convert a specific sheet of Excel file into XML using Mule ? (eg : I…
1
vote
2 answers

How to Implement Parallel Processing of Message in Mule using VM and Request-Reply Scope

Hi i am working with Mule Any Point Studio and i am curious to know about how this works with VM and Request-Reply scope so that Mule is able to asynchronously process the multiple incoming calls to Mule. I just want to know how Request-Reply scope…
Utsav
  • 1,593
  • 4
  • 22
  • 46
1
vote
1 answer

Jdbc Acknowledgment (ACK) in Mule

I like to update my database column deltaprocessstatus as 'I' after fetching the data from database. Below is my code
Mangoski
  • 2,058
  • 5
  • 25
  • 43
1
vote
1 answer

Clustering with mule esb community edition

I use mule CE 3.3.0. I created cxf proxy service in my mule server. My transaction number is pretty much so I want use the Clustering. Can i install many mule esb instances over severals machines (physical or logical) and connect them together?
S Tajeri
  • 115
  • 3
  • 14
0
votes
0 answers

problem cluster runtime 4.3 standalone disconnect - Mule Runtime Standalone

I have a problem with one of the servers in a unicast cluster, for a few days a server had been disconnected on the Anypoint Platform, I explain the architecture a bit, we have 2 servers with Mule Runtime 4.3 both on AWS, the server the primary is…
0
votes
1 answer

Mule Cluster error: Invalid cluster configuration: Node failed to start

I will explain a little about the architecture that we have the problem, we have a cluster in AWS with 2 servers, one is the primary and the other is the replica in on premise version 4.3 (both servers running in AWS) with JVM 11.0.12, but I don't…
0
votes
2 answers

How to manually deploy Mule application package on the on-premises cluster?

I'm looking for the advice of how to manually (i.e. without using Runtime Manager - RM) deploy a mule application package on the on-premises Mule cluster. The official documentation suggests using the RM for the purpose either via the gui or cli or…
spoonboy
  • 2,570
  • 5
  • 32
  • 56
0
votes
2 answers

Replacing Null with Blank blank in Dataweave 2.0

I have to replace null with blanks in dataweave 2.0 , I tried many combinations but getting error in it . The screenshot is attached for your reference . Please provide any pointers for the same . Thanks.
Developer
  • 21
  • 1
  • 7
0
votes
0 answers

Error while request processing in mule application in tomcat 7 server

While request processing mule application giving following exception:- javax.servlet.ServletException: Property mule.context not set on ServletContext. the flow snippet is like below :-
0
votes
2 answers

Mulesoft :- Force Implementation url to listen to proxy only (or) Secure Implementation url

How to force implementation url to listen from proxy only in Mulesoft? Right now proxy can be secured using client_id, client_secret etc. However implementation url is not secure. By chance if anyone knows the implementation url then its potential…
Seshadri VS
  • 550
  • 1
  • 6
  • 24
0
votes
1 answer

In mule not able to retrieve value from Object Store in different application

I am not able to read value of key that is stored in Object Store from App1. I have 2 application, App1 which stores the value of variable (say 'name,) to some value (say 'abc'). From App2, I wanted to retrieve the value of the key ('name' in our…
user4338724
  • 91
  • 2
  • 7