Inhomogeneous deployment for replicated sessions is not allowed.
Target state: deploy failed on Server ManagedServer_2
weblogic.management.DeploymentException: [HTTP Session:100083]The webapp: session_test3.war in application: session_test3 has PersistenceStoreType set to: replicated for http sessions, but the target list does not contain all members of cluster: Cluster-0. Inhomogeneous deployment for replicated sessions is not allowed.
replicated
true
replicated_if_clustered
weblogic.management.DeploymentException: [HTTP Session:100083]The webapp: session_test3.war in application: session_test3 has PersistenceStoreType set to: replicated for http sessions, but the target list does not contain all members of cluster: Cluster-0. Inhomogeneous deployment for replicated sessions is not allowed.
原因:
應用war包的weblogic.xml新增了
或者
程式碼的意思是如果有叢集則session複製,但是問題是它會複製到叢集下的所有server上,如果你的應用沒有部署到叢集的所有server上,只是叢集下的部分server上,這時就會報此錯誤。實際上是,它在該叢集下的其他server上找不到你的應用。
解決辦法:
將應用部署到叢集下的所有server上,或者該叢集下只放部署該應用的server不放其他server。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/27042095/viewspace-1240374/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Kill SessionsSession
- SESSIONS, PROCESSES, TRANSACTIONSSession
- Sessions & Processes parameterSession
- limit active sessionsMITSession
- git deployment strategyGit
- Physical Standby Switchover_status Showing Not Allowed. (Doc ID 1392763.1)
- 會話控制利器 gorilla/sessions會話GoSession
- How to get complete sessions informationSessionORM
- sessions,processes的監控方法Session
- Kill all sessions of a specified user nameSession
- Connections and Sessions (110)Session
- k8s-deploymentK8S
- k8s——deploymentK8S
- k8s deploymentK8S
- kubernetes物件之deployment物件
- Zookeeper原始碼分析(四) —– 叢集模式(replicated)執行原始碼模式
- Zookeeper原始碼分析(四) ----- 叢集模式(replicated)執行原始碼模式
- How To Automate Disconnection of Idle SessionsSession
- oracle profile sessions_per_user的用法OracleSession
- sessions 與 processes 的計算關係Session
- Kubernetes Deployment 最佳實踐
- Myeclipse:No projects are available for deployment to this server!EclipseProjectAIServer
- deployment.yaml 檔案解讀YAML
- hadoop報:could only be replicated to 0 nodes, instead of 1Hadoop
- ORA-00018:maximum number of sessions exceedeSession
- ORA-00018: maximum number of sessions exceededSession
- DIFFERENCES BETWEEN PROCESSES, SESSIONS AND CONNECTIONS(asktom)Session
- ORA-00018 maximum number of sessions exceededSession
- hadoop報錯:could only be replicated to 0 nodes, instead of 1Hadoop
- k8s學習 - 概念 - DeploymentK8S
- k8s之deployment詳解K8S
- Kubernetes Deployment 原始碼分析(一)原始碼
- Kubernetes Deployment 原始碼分析(二)原始碼
- Eclipse : Web Deployment Assembly & Maven dependencies issueEclipseWebMaven
- "質量功能配置"(Quality Function Deployment)(轉)Function
- Removing Sessions in Killed Status on Unix (文件 ID 274216.1)REMSession
- 自動清理Dead Connections And INACTIVE SessionsSession
- How to Find Sessions Generating Lots of Redo or Archive logsSessionHive