Questions tagged [mule-cluster]

64 questions
0
votes
2 answers

Getting error when working with poll watermarking in mule

I have sfdc (salesforce connector) inside poller and enabled the watermarking for it after then getting data from sfdc and loading it to Database.
Gopi
  • 105
  • 1
  • 7
  • 24
0
votes
2 answers

Mule Application is not getting deployed when using mule requester with File

As i want to read json file using mule requester but while deploying the code itself it's getting failed. Could you please check and help on this
Gopi
  • 105
  • 1
  • 7
  • 24
0
votes
1 answer

Mule WMQ Connector Scheduling

I need to schedule a web sphere MQ connector to poll the queue every 4 hours. How can i schedule this job using mule flow? I tried to use scheduler, but it is not working.
0
votes
1 answer

Mule 3.8 application showing multiple NoSuchBeanDefinitionException during mule server starting

I Upgraded my project from Mule 2.2 to Mule 3.8,Project is working fine,But during starting of Mule Server i am getting "Several exceptions in logs when logging level is DEBUG". [WrapperListener_start_runner] SpringRegistry - No bean named…
0
votes
1 answer

Flows show failed in anypoint platform

enter image description here I have deployed one service on prem and configured it in runtime manager of anypoint platform.I can see the service started in anypoint platform. But if I click the service then it has 5-6 flows among which 3 flows show…
0
votes
1 answer

ObjectStore connector retrieve issue in mule

I have one flow(A) with poll as source with transformation logic and storing result data in Mule Object Store Connector by overwriting latest value. Whenever I tried to retrieve(Using ObjectStore connector) the value in another flow(B). Note :…
Gopi
  • 105
  • 1
  • 7
  • 24
0
votes
1 answer

When used Poll scope not able to access sessionVars in mule

I have one flow(A) with poll as source with transformation logic and storing result data in session variable. Whenever I tried to use session variable in another flow(B). Note : Flow(B) is not calling from flow A. I am not able to get the value out…
Gopi
  • 105
  • 1
  • 7
  • 24
0
votes
1 answer

mule cache managed object store with _defaultUserObjectStore not getting refreshed

I am using mule cache managed object store with _defaultUserObjectStore and my data is not getting refreshed on the on-premises production server.
0
votes
3 answers

Error occured while trying to acquire a cached PreparedStatement in a background thread

we are using connection pooling which is provided by mule in Database component. we are getting below error when we applied huge load. configured parameters as : maxConnection=100, minConn=0, autoIncrement =15 waitMillisec=10000 and prepared…
Gopi
  • 105
  • 1
  • 7
  • 24
0
votes
2 answers

Difference between in-memory-store and managed-store in mule cache

What are the main differences between in-memory-store and managed-store in mule cache scope and which gives a best performance. What is the best way to configure caching in global scope? We are currently using in-memory-store caching. We are always…
Adithya
  • 13
  • 1
  • 4
0
votes
1 answer

Can we use Amazon RDS in Mule Standalone?

We are planned to use Amazon RDS and currently using Mule Standalone.Can we use Amazon RDS in Mule and deploy in standalone. Reason I'm asking is there are few example over internet which is with CloudHub and Amazon RDS?. Hopefully shouldn't, but…
star
  • 1,493
  • 1
  • 28
  • 61
0
votes
1 answer

we are frequently geetting Connection reset Exception in Mule 3.4.2

we are frequently getting Connection reset Exception for Http connector in mule 3.4.2. How to resolve this? The below is the code which we have used for HTTP connector.
Gopi
  • 105
  • 1
  • 7
  • 24
0
votes
2 answers

Does Mule support MySQL database connection pooling with XA transaction?

Does Mule support MySQL database connection pooling with XA transaction? if yes could you please provide me the configuration?
Gopi
  • 105
  • 1
  • 7
  • 24
0
votes
1 answer

Mule duplicates files when writing to JMS Queue

I have a Mule HA cluster with 3 instances running. Each instance have a file connector that picks files from a shared location, and the picked files are written into an Active MQ queue. The process is simple enough but the File connector keeps…
noobmaster007
  • 153
  • 2
  • 11
0
votes
1 answer

what is wrong with Jersey class in below Mule flow?

In the following mule flow, I have implemented Jersey class for REST web service with VM endpoints.