admin管理员组

文章数量:1577827

1.在linux中执行指令:ifconfig找到inet addr:10.71.1.11,

2.输入指令 vi  /etc/hosts

3.在文件中加入  10.71.1.11   机器名

就不会出现如下报错了


DEPLOYMENTS MISSING DEPENDENCIES:
  Deployment "DistributedReplicantManager" is missing the following dependencies:
    Dependency "HAPartition" (should be in state "Installed", but is actually in state "**ERROR**")
  Deployment "FarmProfileRepositoryClusteringHandler" is missing the following dependencies:
    Dependency "FarmProfileSynchronizationPolicy" (should be in state "Installed", but is actually in state "Instantiated")
    Dependency "HAPartition" (should be in state "Installed", but is actually in state "**ERROR**")
  Deployment "FarmProfileSynchronizationPolicy" is missing the following dependencies:
    Dependency "TimestampDiscrepancyService" (should be in state "Installed", but is actually in state "Instantiated")
  Deployment "HAJNDI" is missing the following dependencies:
    Dependency "HAPartition" (should be in state "Installed", but is actually in state "**ERROR**")
  Deployment "HASessionStateService" is missing the following dependencies:
    Dependency "HAPartition" (should be in state "Installed", but is actually in state "**ERROR**")
  Deployment "HASingletonDeployer" is missing the following dependencies:
    Dependency "HAPartition" (should be in state "Installed", but is actually in state "**ERROR**")
  Deployment "JGCacheInvalidationBridge" is missing the following dependencies:
    Dependency "HAPartition" (should be in state "Installed", but is actually in state "**ERROR**")
  Deployment "JRMPInvokerHA" is missing the following dependencies:
    Dependency "HAPartition" (should be in state "Create", but is actually in state "**ERROR**")
  Deployment "PooledInvokerHA" is missing the following dependencies:
    Dependency "HAPartition" (should be in state "Create", but is actually in state "**ERROR**")
  Deployment "TimestampDiscrepancyService" is missing the following dependencies:
    Dependency "HAPartition" (should be in state "Installed", but is actually in state "**ERROR**")
  Deployment "TimestampDiscrepancyWarnService" is missing the following dependencies:
    Dependency "TimestampDiscrepancyService" (should be in state "Installed", but is actually in state "Instantiated")
  Deployment "UnifiedInvokerHA" is missing the following dependencies:
    Dependency "HAPartition" (should be in state "Create", but is actually in state "**ERROR**")
  Deployment "jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory" is missing the following dependencies:
    Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "**ERROR**")
    Dependency "jboss.messaging.connectionfactory:service=ClusteredConnectionFactory" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.messaging.connectionfactory:service=ClusteredConnectionFactory" is missing the following dependencies:
    Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "**ERROR**")
  Deployment "jboss.messaging.connectionfactory:service=ConnectionFactory" is missing the following dependencies:
    Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "**ERROR**")
  Deployment "jboss.messaging.destination:name=DLQ,service=Queue" is missing the following dependencies:
    Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "**ERROR**")
  Deployment "jboss.messaging.destination:name=ExpiryQueue,service=Queue" is missing the following dependencies:
    Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "**ERROR**")
  Deployment "partition:partitionName=WEBLINKCluster_Alias_AbstractKernelController[10843314]" is missing the following dependencies:
    Dependency "HAPartition" (should be in state "Instantiated", but is actually in state "**ERROR**")

DEPLOYMENTS IN ERROR:
  Deployment "HAPartition" is in error due to the following reason(s): java.lang.IllegalArgumentException: Port value out of range: 65536, **ERROR**
  Deployment "jboss.messaging:service=PostOffice" is in error due to the following reason(s): java.lang.IllegalArgumentException: Port value out of range: 65536, **ERROR**

本文标签: JBOSSmissingdependencies