Open waizao opened 1 year ago
问题又复现了,并且一旦出现调用失败,后面每次调用都会失败: 1、调用本地http接口识别OCR识别 org.springframework.web.client.ResourceAccessException: I/O error on POST request for "http://127.0.0.1:8867/predict/captcha_one": Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711) at org.springframework.web.client.RestTemplate.postForEntity(RestTemplate.java:468)
2、hub serving 进程还存在 [root@iZ8vbihe2iddpwdi621lqeZ ~]# ps -ef|grep ocr root 1714 644 0 18:24 pts/4 00:00:00 grep --color=auto ocr root 19211 1 0 May20 ? 00:03:13 /usr/bin/python3.6 /usr/local/bin/hub serving start -c /root/service/waizao/humanai/ocr_start_config.json
hub serving启动http服务这个是否有日志打印?怎么开启日志?现在都找不到哪里出问题了 这个问题能麻烦看下么?感觉是通用性问题呢 ,麻烦各位大佬看下,非常感谢 @rainyfly @jm12138
麻烦各位大佬看下,非常感谢 @rainyfly @jm12138
项目还有人在维护了吗?
我也遇到这个问题,并且运行内存会越来越大
并且无法杀掉进程只能重启服务器后才可以正常使用
欢迎您反馈PaddleHub使用问题,非常感谢您对PaddleHub的贡献! 在留下您的问题时,辛苦您同步提供如下信息:
2)系统环境:请您描述系统类型,例如Linux/Windows/MacOS/,python版本 Linux系统,Python 3.6.8
2023-05-20 20:14:31.303 [http-nio-9030-exec-762] ERROR c.y.r.controller.ai.image.ImageOcr - Failed to post request.models=2001 org.springframework.web.client.ResourceAccessException: I/O error on POST request for "http://127.0.0.1:8867/predict/paddle_ch_ocr_system": Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711) at org.springframework.web.client.RestTemplate.postForEntity(RestTemplate.java:468)