0
在發佈我們的規則5分鐘後,我得到了下面的錯誤(在SystemOut.log中的Decision Center中),它一直持續5分鐘。該規則集將從Decision Center發送到Decision Server,因爲我可以在Decision Server中看到這些規則。Websphere Cobra.NoResponse請求超時
VVV -- Project name :RTE Placement Determination---- VVVVV
[9/26/14 12:42:25:725 CDT] 0000008d Builder I Use of the Rule Common Engine...
[9/26/14 12:42:32:314 CDT] 0000008d IlrRulesetArc I Ruleset archive built [6567ms]
[9/26/14 12:42:32:314 CDT] 0000008d IlrRulesetArc I -------------------------------
[9/26/14 12:42:32:314 CDT] 0000008d IlrRulesetArc I Checking ruleset archive (rule analysis enabled)...
[9/26/14 12:42:37:714 CDT] 0000008d IlrRulesetArc I -------------------------------
[9/26/14 12:42:37:718 CDT] 0000008d IlrRulesetArc I ====> Overall time: 11971ms
[9/26/14 12:42:39:040 CDT] 00000092 SystemOut O RuleApp name: RTEPlacementDeterminationCOSMETICSRulesApp
Versioning policy: replace_ruleApp_key
Rule Execution Server: http://odmdslp01.ch3.prod.i.com:9080/res
Operations:
/RTEPlacementDeterminationCOSMETICSRulesApp/1.0 -> /RTEPlacementDeterminationCOSMETICSRulesApp/1.0: Replace the existing element
/RTEPlacementDeterminationCOSMETICSRulesApp/1.0/RTEPlacementDetermination/1.0 -> /RTEPlacementDeterminationCOSMETICSRulesApp/1.0/RTEPlacementDetermination/1.0: Element added
[9/26/14 12:44:55:276 CDT] 000000a2 SelectionMana W WWLM0061W: An error was encountered sending a request to cluster member {CELLNAME=DevCell01, MEMBERNAME=DSNode01-DSServer, NODENAME=DSNode01} and that member has been marked unusable for future requests to the cluster "", because of exception: org.omg.CORBA.NO_RESPONSE: Request 138 timed out vmcid: IBM minor code: B01 completed: Maybe
at com.ibm.rmi.iiop.Connection.getCallStream(Connection.java:2423)
以下是我在SystemErr.log得到錯誤的決策中心:
9/26/14 12:44:55:279 CDT] 000000a2 SystemErr R java.rmi.RemoteException: CORBA NO_RESPONSE 0x4942fb01 Maybe; nested exception is:
org.omg.CORBA.NO_RESPONSE: Request 138 timed out vmcid: IBM minor code: B01 completed: Maybe
兩個決策服務器的和決策中心的ORB服務的參數如下: - 請求超時爲300秒 - 釋放請求超時:300秒 - 線程池設置是使用與ORB服務直接關聯的線程池設置
決策中心的Trans動作服務參數如下: - 總 事務超時壽命爲300秒 -Aysnc響應超時:30秒 - 客戶端不活動超時:60秒 - 最大事務超時300秒
決定服務器的事務服務參數是以下內容: - 總交易生存期超時:5000秒 -Aysnc響應超時:30秒 - 客戶端不活動超時120秒 - 最大事務超時:900秒
我該如何解決這個問題?謝謝!
我看到這是用websphere-mq標記的,但是我在關於MQ的問題中看不到任何細節。 MQ也有5分鐘的超時時間。如果在此設置中有MQ,您可以將詳細信息添加到問題中嗎? – 2014-09-27 17:38:21
對不起,我犯了一個錯誤,它不是websphere mq,它是Websphere Application Server v。8.5。 – 2014-09-29 05:03:30