- java后台云托管,按照官方的例子部署失败?
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/container/java.html 部署失败的日志: Successfully assigned default/helloworld-003-cbd979b6d-m6nt5 to cls-k8adpohp-virtual-kubelet-subnet-guqpkwn1-0; Pulling image "ccr.ccs.tencentyun.com/tcb-100015919544-fqtv/fywl-d6a5d_helloworld:helloworld-003-1614568222"; pod sandbox started; Sync volumes; Successfully pulled image "ccr.ccs.tencentyun.com/tcb-100015919544-fqtv/fywl-d6a5d_helloworld:helloworld-003-1614568222"; Created container helloworld-003; Started container helloworld-003; Readiness probe failed: dial tcp 10.0.96.16:8080: connect: connection refused; Liveness probe failed: dial tcp 10.0.96.16:8080: connect: connection refused; Container image "ccr.ccs.tencentyun.com/tcb-100015919544-fqtv/fywl-d6a5d_helloworld:helloworld-003-1614568222" already present on machine; 当前服务配置端口为 8080,检查和代码中端口是否一致。如不一致,前往 版本配置 中修改端口或修改代码中的端口后重新部署。 前往 日志管理 查看更多上下文日志,进一步排查。 前往 版本实例 通过webshell进行调试,进一步排查。 提交工单,并在 问题描述 中附上以下信息:环境id:****-d6a5d;服务名称:helloworld;版本:helloworld-003;状态:端口异常 [图片]
2021-03-01 - java最佳实践教程第三步,有误
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/container/java.html java最佳实践教程第三步,java文件,为啥是端口?如下 3.将 src/main/java/com/example/helloworld/HelloworldApplication.java 内容更新如下: server.port=8080
2021-02-26 - 开发者工具虚拟机为什么显示不了静态页面?
我的电脑是windows系统64位的,但是我64位和32位的都下载测试过,都显示不了静态页面,在手机上预览就可以看到那些静态的页面,换虚拟机的机型也不行,为什么?[图片] [图片]
2017-06-22