Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/apache/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Spring boot admin Spring Boot Admin 2.0.0 Eureka 1.9.2不显示任何应用程序_Spring Boot Admin - Fatal编程技术网

Spring boot admin Spring Boot Admin 2.0.0 Eureka 1.9.2不显示任何应用程序

Spring boot admin Spring Boot Admin 2.0.0 Eureka 1.9.2不显示任何应用程序,spring-boot-admin,Spring Boot Admin,我在Eureka服务器上运行并注册了3个应用程序,当我转到时,我可以看到所有这些应用程序: <applications> <versions__delta>1</versions__delta> <apps__hashcode>UP_3_</apps__hashcode> <application> <name>ARSIICLOUD-SERVER</name> <in

我在Eureka服务器上运行并注册了3个应用程序,当我转到时,我可以看到所有这些应用程序:

<applications>
  <versions__delta>1</versions__delta>
  <apps__hashcode>UP_3_</apps__hashcode>
  <application>
    <name>ARSIICLOUD-SERVER</name>
    <instance>
      <instanceId>arsiicloud-server</instanceId>
      <hostName>localhost</hostName>
      <app>ARSIICLOUD-SERVER</app>
      <ipAddr>10.34.2.105</ipAddr>
      <status>UP</status>
      <overriddenstatus>UNKNOWN</overriddenstatus>
      <port enabled="true">8761</port>
      <securePort enabled="false">443</securePort>
      <countryId>1</countryId>
      <dataCenterInfo class="com.netflix.appinfo.InstanceInfo$DefaultDataCenterInfo">
        <name>MyOwn</name>
      </dataCenterInfo>
      <leaseInfo>
        <renewalIntervalInSecs>10</renewalIntervalInSecs>
        <durationInSecs>90</durationInSecs>
        <registrationTimestamp>1528307815989</registrationTimestamp>
        <lastRenewalTimestamp>1528308446108</lastRenewalTimestamp>
        <evictionTimestamp>0</evictionTimestamp>
        <serviceUpTimestamp>1528307786859</serviceUpTimestamp>
      </leaseInfo>
      <metadata>
        <management.context-path>/manage</management.context-path>
        <management.port>8761</management.port>
        <configPath>/config</configPath>
      </metadata>
      <homePageUrl>http://localhost:8761/</homePageUrl>
      <statusPageUrl>http://localhost:8761/manage/info</statusPageUrl>
      <healthCheckUrl>http://localhost:8761/manage/health</healthCheckUrl>
      <vipAddress>arsiicloud-server</vipAddress>
      <secureVipAddress>arsiicloud-server</secureVipAddress>
      <isCoordinatingDiscoveryServer>true</isCoordinatingDiscoveryServer>
      <lastUpdatedTimestamp>1528307815989</lastUpdatedTimestamp>
      <lastDirtyTimestamp>1528307785964</lastDirtyTimestamp>
      <actionType>ADDED</actionType>
    </instance>
  </application>
  <application>
    <name>ARSIICLOUD-CLIENT</name>
    <instance>
      <instanceId>arsiicloud-client</instanceId>
      <hostName>localhost</hostName>
      <app>ARSIICLOUD-CLIENT</app>
      <ipAddr>10.34.2.105</ipAddr>
      <status>UP</status>
      <overriddenstatus>UNKNOWN</overriddenstatus>
      <port enabled="true">7777</port>
      <securePort enabled="false">443</securePort>
      <countryId>1</countryId>
      <dataCenterInfo class="com.netflix.appinfo.InstanceInfo$DefaultDataCenterInfo">
        <name>MyOwn</name>
      </dataCenterInfo>
      <leaseInfo>
        <renewalIntervalInSecs>10</renewalIntervalInSecs>
        <durationInSecs>90</durationInSecs>
        <registrationTimestamp>1528308331840</registrationTimestamp>
        <lastRenewalTimestamp>1528308441830</lastRenewalTimestamp>
        <evictionTimestamp>0</evictionTimestamp>
        <serviceUpTimestamp>1528308331840</serviceUpTimestamp>
      </leaseInfo>
      <metadata>
        <management.context-path>/manage</management.context-path>
        <management.port>7777</management.port>
      </metadata>
      <homePageUrl>http://localhost:7777/</homePageUrl>
      <statusPageUrl>http://localhost:7777/manage/info</statusPageUrl>
      <healthCheckUrl>http://localhost:7777/manage/health</healthCheckUrl>
      <vipAddress>arsiicloud-client</vipAddress>
      <secureVipAddress>arsiicloud-client</secureVipAddress>
      <isCoordinatingDiscoveryServer>false</isCoordinatingDiscoveryServer>
      <lastUpdatedTimestamp>1528308331840</lastUpdatedTimestamp>
      <lastDirtyTimestamp>1528308331813</lastDirtyTimestamp>
      <actionType>ADDED</actionType>
    </instance>
  </application>
  <application>
    <name>ARSIICLOUD-ADMIN</name>
    <instance>
      <instanceId>arsiicloud-admin</instanceId>
      <hostName>localhost</hostName>
      <app>ARSIICLOUD-ADMIN</app>
      <ipAddr>10.34.2.105</ipAddr>
      <status>UP</status>
      <overriddenstatus>UNKNOWN</overriddenstatus>
      <port enabled="true">8888</port>
      <securePort enabled="false">443</securePort>
      <countryId>1</countryId>
      <dataCenterInfo class="com.netflix.appinfo.InstanceInfo$DefaultDataCenterInfo">
        <name>MyOwn</name>
      </dataCenterInfo>
      <leaseInfo>
        <renewalIntervalInSecs>10</renewalIntervalInSecs>
        <durationInSecs>90</durationInSecs>
        <registrationTimestamp>1528308338880</registrationTimestamp>
        <lastRenewalTimestamp>1528308448999</lastRenewalTimestamp>
        <evictionTimestamp>0</evictionTimestamp>
        <serviceUpTimestamp>1528307793010</serviceUpTimestamp>
      </leaseInfo>
      <metadata>
        <management.context-path>/manage</management.context-path>
        <management.port>8888</management.port>
      </metadata>
      <homePageUrl>http://localhost:8888/</homePageUrl>
      <statusPageUrl>http://localhost:8888/manage/info</statusPageUrl>
      <healthCheckUrl>http://localhost:8888/manage/health</healthCheckUrl>
      <vipAddress>arsiicloud-admin</vipAddress>
      <secureVipAddress>arsiicloud-admin</secureVipAddress>
      <isCoordinatingDiscoveryServer>false</isCoordinatingDiscoveryServer>
      <lastUpdatedTimestamp>1528308338880</lastUpdatedTimestamp>
      <lastDirtyTimestamp>1528308338844</lastDirtyTimestamp>
      <actionType>ADDED</actionType>
    </instance>
  </application>
</applications>
你知道怎么回事吗

谢谢


约翰

我遇到了同样的问题。我可以通过将管理服务器升级到2.0.1-snapshot进行修复

所以加上

<dependency>
    <groupId>de.codecentric</groupId>
    <artifactId>spring-boot-admin-starter-server</artifactId>
    <version>2.0.1-SNAPSHOT</version>
</dependency>

共中心
spring启动管理启动服务器
2.0.1-快照
然后还要添加快照repo

<repositories>
    <repository>
        <id>sonatype-nexus-snapshots</id>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </repository>
</repositories>

sonatype nexus快照
真的
https://oss.sonatype.org/content/repositories/snapshots/

谢谢,我会查看的。我现在改变了客户端使用管理客户端向管理服务器发送信息的方式
<repositories>
    <repository>
        <id>sonatype-nexus-snapshots</id>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </repository>
</repositories>