问题标签 [mule-cluster]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
203 浏览

mule - Blocking="false" 在 3.4.2 中的 JDBC Reconnection 中不起作用

在 JDBC Reconnection 策略中将阻塞实现为 false.. 所以当我们尝试部署应用程序时,即使 JDBC 连接失败,也应该部署应用程序。但是应用程序没有部署在服务器中。

以下是xml代码

0 投票
1 回答
75 浏览

mule - 如果数据库连接失败,是否无法在服务器中部署 mule 应用程序

我的数据库服务器已关闭..当我尝试在 mule 独立服务器中部署 mule 应用程序时,应用程序未部署,因为 jdbc 连接器无法连接到数据库..即使 jdbc 连接到数据库失败,也不应该停止部署应用程序.如何实现这个?

0 投票
2 回答
8396 浏览

java - Hazelcast 实例未激活!(com.hazelcast.core.HazelcastInstanceNotActiveException)。消息有效负载的类型:HashMap

我已经使用 MuleSoft 3.5.1 在 Java 中实现了一个服务应用程序,它可以在集群服务器中运行,有时我会收到错误消息“Hazelcast 实例未激活!” 并且所有服务都被阻塞了,所以我必须重新启动两台服务器才能解决问题。hazelcast-3.1.6.jar 在我的项目中。

我怎样才能最终解决这个问题?

0 投票
3 回答
776 浏览

mule - mule server 3.4.2 会自动重启吗?

mule server 3.4.2 是否会自动重启?

在我的生产服务器中,骡子服务器自动重新启动。

0 投票
1 回答
411 浏览

mule - Mule 缓存范围错误 com.hazelcast.nio.serialization.HazelcastSerializationException

我正在使用 Mule Cache 范围来保存从 REST 调用中检索到的 JSON 数据(转换为字符串)。在本地一切正常,但是当部署到集群的服务器时,我得到了这个错误。

com.hazelcast.nio.serialization.HazelcastSerializationException: java.io.NotSerializableException: com.rabbitmq.client.impl.ChannelN

不知道为什么它试图序列化rabbitmq channelN。

0 投票
3 回答
3585 浏览

mule - 用于生产的 Mule ESB 开源

我是 Mule ESB 的新手。我们喜欢使用 Mule ESB 作为我们的应用程序与供应商站点集成的集成工具。我们有 2 个问题。

1) mule ESB 是完全开源的生产和开发环境工具?

2) 我们浏览了几个网站和博客,发现了以下信息。如果我们的理解不正确,请您纠正我们。

a) Mule ESB 社区版 - 免费用于生产和非生产。但是找不到Mule ESB软件的下载链接。b) Mule ESB 企业版 - 30 天免费试用版。然后每月订阅金额将由Mule决定(银,金,铂)

提前致谢!

0 投票
1 回答
462 浏览

mule - 异步范围在 mule 3.4.2 中的集群中不起作用

异步范围在 mule 3.4.2 中的集群中不起作用。我们正处于异常之下。

删除异步范围后,我们可以测试应用程序。请帮助我们如何使应用程序在集群环境中与异步一起工作?

0 投票
1 回答
1577 浏览

java - Mule 错误,只有所有者线程可以写入消息仍然出现在 http 模块中

我在生产集群 Mule 3.6 中有下一个错误。它有时会在白天发生,但无法检测到原始原因。

2015-11-17 08:01:54,819 错误 [org.mule.exception.DefaultSystemExceptionStrategy] - 在异常策略中捕获异常:只有所有者线程可以写入消息:线程 [[ComponentAA-PRD-v3.2.1.RELEASE].HTTP_Listener_Config .worker.130,5,main]/Thread[[ComponentAA-PRD-v3.2.1.RELEASE].http.listener(9) SelectorRunner,5,main] java.lang.IllegalStateException:只有所有者线程可以写入消息:线程[[axcess-document-platform-PRD-v3.2.1.RELEASE].HTTP_Listener_Config.worker.130,5,main]/Thread[[axcess-document-platform-PRD-v3.2.1.RELEASE].http.listener (9) SelectorRunner,5,main] at org.mule.DefaultMuleMessage.newException(DefaultMuleMessage.java:1665) ~[?:?] at org.mule.DefaultMuleMessage.checkMutable(DefaultMuleMessage.java:1651) ~[?:? ] 在 org.mule.DefaultMuleMessage.assertAccess(DefaultMuleMessage.java:1580) ~[?:?] 在 org.mule.DefaultMuleMessage.setExceptionPayload(DefaultMuleMessage.java:1003) ~[?:?] at org.mule.exception.TemplateMessagingExceptionStrategy.handleException(TemplateMessagingExceptionStrategy.java:79) ~[?:?] at org.mule.execution.AsyncResponseFlowProcessingPhase$3 $1.execute(AsyncResponseFlowProcessingPhase.java:105) ~[?:?] at org.mule.execution.AsyncResponseFlowProcessingPhase.executeCallback(AsyncResponseFlowProcessingPhase.java:117) ~[?:?] at org.mule.execution.AsyncResponseFlowProcessingPhase.access$000 (AsyncResponseFlowProcessingPhase.java:23) ~[?:?] at org.mule.execution.AsyncResponseFlowProcessingPhase$3.responseSentWithFailure(AsyncResponseFlowProcessingPhase.java:100) ~[?:?] at org.mule.module.http.internal.listener。 HttpMessageProcessorTemplate$1.responseSendFailure(HttpMessageProcessorTemplate.java:114) ~[?:?] at org.mule.module.http.internal.listener.grizzly.ResponseCompletionHandler.failed(ResponseCompletionHandler.java:153) ~[?:?] at org.glassfish.grizzly.asyncqueue.AsyncQueueRecord。 notifyFailure(AsyncQueueRecord.java:110) ~[?:?] at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.onWriteFailure(AbstractNIOAsyncQueueWriter.java:489) ~[?:?] at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter。 processAsync(AbstractNIOAsyncQueueWriter.java:400) ~[?:?] at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:108) ~[?:?] at org.glassfish.grizzly.ProcessorExecutor.execute( ProcessorExecutor.java:77) ~[?:?] at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:561) ~[?:?] at org.glassfish.grizzly.strategies.AbstractIOStrategy。fireIOEvent(AbstractIOStrategy.java:112) ~[?:?] at org.mule.module.http.internal.listener.grizzly.ExecutorPerServerAddressIOStrategy.run0(ExecutorPerServerAddressIOStrategy.java:102) ~[?:?] at org.mule。 module.http.internal.listener.grizzly.ExecutorPerServerAddressIOStrategy.executeIoEvent(ExecutorPerServerAddressIOStrategy.java:75) ~[?:?] at org.glassfish.grizzly.strategies.AbstractIOStrategy.executeIoEvent(AbstractIOStrategy.java:89) ~[?:? ] at org.glassfish.grizzly.nio.SelectorRunner.iterateKeyEvents(SelectorRunner.java:414) ~[?:?] at org.glassfish.grizzly.nio.SelectorRunner.iterateKeys(SelectorRunner.java:383) ~[?:? ] at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:347) ~[?:?] at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:278) ~[?:? ] 在 org.glassfish。grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:565) ~[?:?] at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:545) ~[?:?] at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]

0 投票
2 回答
35 浏览

mule - 如何向 mule studio 3.4.2 添加请求-回复范围

如何向 mule studio 3.5.0 添加请求-回复范围。无法在窗格中查看请求-回复范围。你能帮我解决这个问题吗?

0 投票
1 回答
287 浏览

mule - 骡子流下面的泽西类有什么问题?

在下面的 mule 流程中,我为带有 VM 端点的 REST Web 服务实现了 Jersey 类。

但是我在运行请求时遇到了异常?请让我实现流程中的问题是什么?

信息 2015-12-08 13:09:59,792 [[apikey_load_phase3].connector.http.mule.default.receiver.02] org.mule.api.processor.LoggerMessageProcessor:APIKeyLoadFlow -org.apache.commons.httpclient 的开始。 ContentLengthInputStream@1517f14 INFO 2015-12-08 13:09:59,813 [[apikey_load_phase3].connector.http.mule.default.receiver.02] org.mule.lifecycle.AbstractLifecycleManager:初始化:'VM_Connector.dispatcher.25489136'。对象是:VMMessageDispatcher INFO 2015-12-08 13:09:59,813 [[apikey_load_phase3].connector.http.mule.default.receiver.02] org.mule.lifecycle.AbstractLifecycleManager:开始:'VM_Connector.dispatcher.25489136'。对象是:VMMessageDispatcher INFO 2015-12-08 13:09:59,830 [[apikey_load_phase3].ApiKeyLoadRestServiceFlow.stage1.02] org.mule.api.processor.LoggerMessageProcessor:ApiKeyLoadRestServiceFlow -org 的开始。


消息:无法调用 JerseyResourcesComponent{ApiKeyLoadRestServiceFlow.component.14630019}。导致异常的组件是:JerseyResourcesComponent{ApiKeyLoadRestServiceFlow.component.14630019}。消息有效负载的类型:ContentLengthInputStream

代码:MULE_ERROR--2

异常堆栈为:1. null (java.lang.NullPointerException) org.mule.module.jersey.JerseyResourcesComponent:116 (null) 2. 调用 JerseyResourcesComponent{ApiKeyLoadRestServiceFlow.component.14630019} 失败。导致异常的组件是:JerseyResourcesComponent{ApiKeyLoadRestServiceFlow.component.14630019}。消息负载的类型:ContentLengthInputStream (org.mule.component.ComponentException)

org.mule.component.AbstractComponent:144 ( http://www.mulesoft.org/docs/site/current3/apidocs/org/mule/component/ComponentException.html )

根异常堆栈跟踪:org.mule.component.AbstractComponent.invokeInternal(AbstractComponent.java:122) 处 org.mule.module.jersey.JerseyResourcesComponent.doInvoke(JerseyResourcesComponent.java:116) 处的 java.lang.NullPointerException .component.AbstractComponent.access$000(AbstractComponent.java:57) + 3 个(设置调试级别日志记录或“-Dmule.verbose.exceptions=true”为所有内容)