apache / apache/servicecomb-java-chassis
registering third party rest service with DNS/https enabled with SC throws error <java.lang.IllegalArgumentException: port not specified.>
未关闭
- 主要语言
- Java
- 星标
- 1.9k
- 派生
- 814
- 平均合并
- 8 天 23 小时
- 30 天内合并 PR
- 1
描述
We have a third party rest service with https enabled eg:`https://pos-dev.test.com`. We can register it to the service center.
But the gateway cannot route to it at run time and it is failing with the below error.
`
java.lang.IllegalArgumentException: port not specified.
`
And the service center instance is disabled eventually. Getting this error
`
{
"message": "No available address found."
}
`
How to handle this? Urgent info required
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先复现 issue 中描述的 HTTPS DNS 服务的注册和网关路由,然后跟踪 `port not specified` 异常经过服务发现和网关路由的过程。完成的标准是服务保持启用状态,网关能够成功路由请求,并且不再出现 `No available address found` 错误。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- backend, networking
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100