Replies: 4 comments 2 replies
-
看下后台日志吧,看报错信息是 app 不存在 |
Beta Was this translation helpful? Give feedback.
-
后台日志如下: org.springframework.web.client.HttpClientErrorException$NotFound: 404 : [{"timestamp":"2021-03-31T15:17:14.050+0800","status":404,"error":"Not Found","message":"","path":"/apps/seata-server"}] |
Beta Was this translation helpful? Give feedback.
-
1、appid是存在的;
2、configservice和adminservice使用docker镜像部署,然后portal也使用docker镜像部署,发生上述异常,通过定位追踪到使用的是homePageUrl是configservice的url,IP+8080端口,而不是adminservice的IP+8090,导致404;
3、configservice和adminservice使用docker镜像部署,然后portal使用安装包部署,可以正常运行
…------------------ 原始邮件 ------------------
发件人: "ctripcorp/apollo" ***@***.***>;
发送时间: 2021年4月1日(星期四) 上午8:09
***@***.***>;
***@***.******@***.***>;
主题: Re: [ctripcorp/apollo] 在portal访问项目,返回404 (#3622)
看日志那就是这个 appId 不存在了?看下对应环境的 admin service 日志和 apolloconfigdb 的数据吧
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
1、appid是存在的;
2、configservice和adminservice使用docker镜像部署,然后portal也使用docker镜像部署,发生上述异常,通过定位追踪到使用的是homePageUrl是configservice的url,IP+8080端口,而不是adminservice的IP+8090,导致404;
3、configservice和adminservice使用docker镜像部署,然后portal使用安装包部署,可以正常运行
4、上述2、3点使用的是同一个configdb数据库
…------------------ 原始邮件 ------------------
发件人: "ctripcorp/apollo" ***@***.***>;
发送时间: 2021年4月1日(星期四) 上午8:09
***@***.***>;
***@***.******@***.***>;
主题: Re: [ctripcorp/apollo] 在portal访问项目,返回404 (#3622)
看日志那就是这个 appId 不存在了?看下对应环境的 admin service 日志和 apolloconfigdb 的数据吧
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
在portal访问项目,返回{"code":200,"entities":[{"code":500,"message":"load env:DEV cluster error.404 : [{"timestamp":"2021-03-29T10:29:29.535+0800","status":404,"error":"Not Found","message":"","path":"/apps/seata-server/clusters"}]"}]},是什么原因
Beta Was this translation helpful? Give feedback.
All reactions