Spring Cloud数据流浏览器控制台错误

时间:2018-12-13 00:35:10

标签: spring-cloud-dataflow

我最近升级为使用本地数据流服务器到1.7.0 RELEASE。 创建流后,在浏览器中使用“部署”按钮时-永久挂起并显示“正在加载”。我的确在控制台开发人员工具上看到了一些错误。.一些在main.js内部等。 我正在使用的Chrome浏览器版本:

Version 70.0.3538.110 (Official Build) (64-bit)

还有其他人看到。我还确认清除IE和Chrome中的浏览缓存仍然存在。单击“运行时”选项卡后,我看到F12开发人员工具上的错误

SCRIPT7002: XMLHttpRequest: Network Error 0x80700013, http://download.microsoft.com/download/B/9/F/B9FF9327-7A72-4165-BF91-9B7EEB6C579B/DeviceList.json
enter code here

感谢您的帮助。

关于和有关文档信息

"versionInfo": {
    "implementation": {
      "name": "spring-cloud-dataflow-server-local",
      "version": "1.7.3.RELEASE"
    },
    "core": {
      "name": "Spring Cloud Data Flow Core",
      "version": "1.7.3.RELEASE"
    },
    "dashboard": {
      "name": "Spring Cloud Dataflow UI",
      "version": "1.7.2.RELEASE"
    },
    "shell": {
      "name": "Spring Cloud Data Flow Shell",
      "version": "1.7.3.RELEASE",
      "url": "https://repo.spring.io/libs-release/org/springframework/cloud/spring-cloud-dataflow-shell/1.7.3.RELEASE/spring-cloud-dataflow-shell-1.7.3.RELEASE.jar"
    }
  },
  "featureInfo": {
    "analyticsEnabled": true,
    "streamsEnabled": true,
    "tasksEnabled": true,
    "skipperEnabled": false,
    "schedulerEnabled": false
  },
  "securityInfo": {
    "isAuthenticationEnabled": false,
    "isAuthorizationEnabled": false,
    "isFormLogin": false,
    "isAuthenticated": false,
    "username": null,
    "roles": []
  },
  "runtimeEnvironment": {
    "appDeployer": {
      "platformSpecificInfo": {},
      "deployerImplementationVersion": "1.3.10.RELEASE",
      "deployerName": "LocalAppDeployer",
      "deployerSpiVersion": "1.3.4.RELEASE",
      "javaVersion": "1.8.0_192",
      "platformApiVersion": "Linux 3.10.0-514.el7.x86_64",
      "platformClientVersion": "3.10.0-514.el7.x86_64",
      "platformHostVersion": "3.10.0-514.el7.x86_64",
      "platformType": "Local",
      "springBootVersion": "1.5.16.RELEASE",
      "springVersion": "4.3.19.RELEASE"
    },
    "taskLauncher": {
      "platformSpecificInfo": {},
      "deployerImplementationVersion": "1.3.10.RELEASE",
      "deployerName": "LocalTaskLauncher",
      "deployerSpiVersion": "1.3.4.RELEASE",
      "javaVersion": "1.8.0_192",
      "platformApiVersion": "Linux 3.10.0-514.el7.x86_64",
      "platformClientVersion": "3.10.0-514.el7.x86_64",
      "platformHostVersion": "3.10.0-514.el7.x86_64",
      "platformType": "Local",
      "springBootVersion": "1.5.16.RELEASE",
      "springVersion": "4.3.19.RELEASE"
    }
  }
} 

0 个答案:

没有答案