Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] #531

Open
hemantrao12 opened this issue Dec 25, 2024 · 3 comments
Open

[BUG] #531

hemantrao12 opened this issue Dec 25, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@hemantrao12
Copy link

Description

When i start the api - localhost:3000 handlerPing start channelName=agora_7f6oiv error. Kindly help. I think there is an issue with port forwarding, but need expert advice

Environment

Code

Steps to reproduce

As said in the installation guide, I have implemented the same step.

Expected behavior

Should be able to use api keys and work seamlessly

Severity

Critical

Additional Information

No response

@hemantrao12 hemantrao12 added the bug Something isn't working label Dec 25, 2024
@plutoless
Copy link
Contributor

could you pls filter sensitive info and share us your full logs?

@hemantrao12
Copy link
Author

root@3001840931c7:/app# task run
task: [run-server] source .env && /app/server/bin/api
task: [run-gd-server] tman dev-server
:-) Starting server at http://0.0.0.0:49483
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.

[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.

  • using env: export GIN_MODE=release
  • using code: gin.SetMode(gin.ReleaseMode)

[GIN-debug] GET / --> app/internal.(*HttpServer).handlerHealth-fm (4 handlers)
[GIN-debug] GET /health --> app/internal.(*HttpServer).handlerHealth-fm (4 handlers)
[GIN-debug] GET /list --> app/internal.(*HttpServer).handlerList-fm (4 handlers)
[GIN-debug] POST /start --> app/internal.(*HttpServer).handlerStart-fm (4 handlers)
[GIN-debug] POST /stop --> app/internal.(*HttpServer).handlerStop-fm (4 handlers)
[GIN-debug] POST /ping --> app/internal.(*HttpServer).handlerPing-fm (4 handlers)
[GIN-debug] GET /dev-tmp/addons/default-properties --> app/internal.(*HttpServer).handleAddonDefaultProperties-fm (4 handlers)
[GIN-debug] POST /token/generate --> app/internal.(*HttpServer).handlerGenerateToken-fm (4 handlers)
[GIN-debug] GET /vector/document/preset/list --> app/internal.(*HttpServer).handlerVectorDocumentPresetList-fm (4 handlers)
[GIN-debug] POST /vector/document/update --> app/internal.(*HttpServer).handlerVectorDocumentUpdate-fm (4 handlers)
[GIN-debug] POST /vector/document/upload --> app/internal.(*HttpServer).handlerVectorDocumentUpload-fm (4 handlers)
2024/12/25 09:12:46 INFO server start port=8080 service=HTTP_SERVER
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :8080
2024/12/25 09:12:52 INFO handlerPing start channelName=xxxxxxxxx requestId=9ac1b982-e6ac-4006-bc7f-ff88081963df service=HTTP_SERVER
2024/12/25 09:12:52 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=9ac1b982-e6ac-4006-bc7f-ff88081963df service=HTTP_SERVER
[GIN] 2024/12/25 - 09:12:52 | 200 | 15.756709ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:12:54 INFO handlerGenerateToken start req="{RequestId:f6e701ff-5ff9-44ce-bf4c-46978cd8a71d ChannelName:xxxxxxxxx Uid:119376}" service=HTTP_SERVER
2024/12/25 09:12:54 INFO handlerGenerateToken end requestId=f6e701ff-5ff9-44ce-bf4c-46978cd8a71d service=HTTP_SERVER
[GIN] 2024/12/25 - 09:12:54 | 200 | 17.388875ms | 172.18.0.1 | POST "/token/generate"
[GIN] 2024/12/25 - 09:12:55 | 200 | 23.025084ms | 172.18.0.1 | GET "/dev-tmp/addons/default-properties"
2024/12/25 09:12:59 INFO handlerStart start workersRunning=0 service=HTTP_SERVER
2024/12/25 09:13:00 INFO Worker start requestId=3e762d08-7f44-4071-ac00-1368147d2e12 shell="cd /app/agents && /app/agents/bin/start --property /tmp/ten_agent/property-xxxxxxxxx-20241225_091259_000.json" service=HTTP_SERVER
2024/12/25 09:13:00 INFO Worker get pid requestId=3e762d08-7f44-4071-ac00-1368147d2e12 shell="pgrep -P 6870" service=HTTP_SERVER
[-] sh: 1:
[-] /app/agents/bin/start: not found
2024/12/25 09:13:00 WARN Worker get pid failed, retrying... attempt=1 pid=6870 subpid=0 requestId=3e762d08-7f44-4071-ac00-1368147d2e12 service=HTTP_SERVER
2024/12/25 09:13:01 WARN Worker get pid failed, retrying... attempt=2 pid=6870 subpid=0 requestId=3e762d08-7f44-4071-ac00-1368147d2e12 service=HTTP_SERVER
2024/12/25 09:13:02 WARN Worker get pid failed, retrying... attempt=3 pid=6870 subpid=0 requestId=3e762d08-7f44-4071-ac00-1368147d2e12 service=HTTP_SERVER
2024/12/25 09:13:03 WARN Worker get pid failed, retrying... attempt=4 pid=6870 subpid=0 requestId=3e762d08-7f44-4071-ac00-1368147d2e12 service=HTTP_SERVER
2024/12/25 09:13:04 WARN Worker get pid failed, retrying... attempt=5 pid=6870 subpid=0 requestId=3e762d08-7f44-4071-ac00-1368147d2e12 service=HTTP_SERVER
2024/12/25 09:13:05 WARN Worker get pid failed, retrying... attempt=6 pid=6870 subpid=0 requestId=3e762d08-7f44-4071-ac00-1368147d2e12 service=HTTP_SERVER
2024/12/25 09:13:06 WARN Worker get pid failed, retrying... attempt=7 pid=6870 subpid=0 requestId=3e762d08-7f44-4071-ac00-1368147d2e12 service=HTTP_SERVER
2024/12/25 09:13:07 WARN Worker get pid failed, retrying... attempt=8 pid=6870 subpid=0 requestId=3e762d08-7f44-4071-ac00-1368147d2e12 service=HTTP_SERVER
2024/12/25 09:13:08 WARN Worker get pid failed, retrying... attempt=9 pid=6870 subpid=0 requestId=3e762d08-7f44-4071-ac00-1368147d2e12 service=HTTP_SERVER
2024/12/25 09:13:09 WARN Worker get pid failed, retrying... attempt=10 pid=6870 subpid=0 requestId=3e762d08-7f44-4071-ac00-1368147d2e12 service=HTTP_SERVER
2024/12/25 09:13:10 ERROR Worker process failed err="exit status 127" requestId=3e762d08-7f44-4071-ac00-1368147d2e12 service=HTTP_SERVER
2024/12/25 09:13:10 INFO handlerStart end workersRunning=1 worker="&{ChannelName:xxxxxxxxx HttpServerPort:10001 LogFile:/tmp/ten_agent/app-xxxxxxxxx-20241225_091259_000.log Log2Stdout:true PropertyJsonFile:/tmp/ten_agent/property-xxxxxxxxx-20241225_091259_000.json GraphName:voice_assistant Pid:6870 QuitTimeoutSeconds:60 CreateTs:1735117980 UpdateTs:1735117980}" requestId=3e762d08-7f44-4071-ac00-1368147d2e12 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:13:10 | 200 | 10.813905296s | 172.18.0.1 | POST "/start"
2024/12/25 09:13:14 INFO handlerPing start channelName=xxxxxxxxx requestId=127bc338-f135-4569-aa9b-6079ccd6023e service=HTTP_SERVER
2024/12/25 09:13:14 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=127bc338-f135-4569-aa9b-6079ccd6023e service=HTTP_SERVER
[GIN] 2024/12/25 - 09:13:14 | 200 | 673.667µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:13:17 INFO handlerPing start channelName=xxxxxxxxx requestId=b1f59149-b3ad-4853-81f8-db646dfbbf83 service=HTTP_SERVER
2024/12/25 09:13:17 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=b1f59149-b3ad-4853-81f8-db646dfbbf83 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:13:17 | 200 | 609.417µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:13:19 INFO handlerPing start channelName=xxxxxxxxx requestId=1e216021-5e15-459c-9bf3-3a05dc6eae83 service=HTTP_SERVER
2024/12/25 09:13:19 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=1e216021-5e15-459c-9bf3-3a05dc6eae83 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:13:19 | 200 | 754.458µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:13:22 INFO handlerPing start channelName=xxxxxxxxx requestId=55b66d21-46cf-48d5-a603-122a29a27a0a service=HTTP_SERVER
2024/12/25 09:13:22 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=55b66d21-46cf-48d5-a603-122a29a27a0a service=HTTP_SERVER
[GIN] 2024/12/25 - 09:13:22 | 200 | 549.625µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:13:25 INFO handlerPing start channelName=xxxxxxxxx requestId=70227bc7-8dbe-4930-b673-af676b3f068d service=HTTP_SERVER
2024/12/25 09:13:25 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=70227bc7-8dbe-4930-b673-af676b3f068d service=HTTP_SERVER
[GIN] 2024/12/25 - 09:13:25 | 200 | 542.5µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:13:28 INFO handlerPing start channelName=agora_44oyxd requestId=0d4a3b4d-62e1-49c2-871f-79cbeb3e375c service=HTTP_SERVER
2024/12/25 09:13:28 ERROR handlerPing channel not existed channelName=agora_44oyxd requestId=0d4a3b4d-62e1-49c2-871f-79cbeb3e375c service=HTTP_SERVER
[GIN] 2024/12/25 - 09:13:28 | 200 | 1.656833ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:13:28 INFO handlerGenerateToken start req="{RequestId:b13e5c58-e861-435d-98a9-66ba2b49f526 ChannelName:agora_44oyxd Uid:130457}" service=HTTP_SERVER
2024/12/25 09:13:28 INFO handlerGenerateToken end requestId=b13e5c58-e861-435d-98a9-66ba2b49f526 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:13:28 | 200 | 12.689958ms | 172.18.0.1 | POST "/token/generate"
2024/12/25 09:13:30 INFO handlerStart start workersRunning=0 service=HTTP_SERVER
2024/12/25 09:13:30 ERROR handlerStart graph not found graph=va_gemini_v2v requestId=d7cf172a-1284-4c41-a6d0-63df3ebf0fce service=HTTP_SERVER
2024/12/25 09:13:30 ERROR handlerStart process property channelName=agora_44oyxd requestId=d7cf172a-1284-4c41-a6d0-63df3ebf0fce service=HTTP_SERVER
[GIN] 2024/12/25 - 09:13:30 | 200 | 7.049833ms | 172.18.0.3 | POST "/start"
2024/12/25 09:13:36 INFO handlerStart start workersRunning=0 service=HTTP_SERVER
2024/12/25 09:13:36 ERROR handlerStart graph not found graph=va_gemini_v2v requestId=1ce881aa-0993-4799-8f63-23d35cfc1eda service=HTTP_SERVER
2024/12/25 09:13:36 ERROR handlerStart process property channelName=agora_44oyxd requestId=1ce881aa-0993-4799-8f63-23d35cfc1eda service=HTTP_SERVER
[GIN] 2024/12/25 - 09:13:36 | 200 | 5.30025ms | 172.18.0.3 | POST "/start"
2024/12/25 09:13:40 INFO handlerPing start channelName=xxxxxxxxx requestId=00d8130b-eefa-481d-85a6-7a65fff746f6 service=HTTP_SERVER
2024/12/25 09:13:40 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=00d8130b-eefa-481d-85a6-7a65fff746f6 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:13:40 | 200 | 524.875µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:13:40 INFO handlerGenerateToken start req="{RequestId:550e4018-3deb-4c4e-b8c4-852d52f6f2c5 ChannelName:xxxxxxxxx Uid:119376}" service=HTTP_SERVER
2024/12/25 09:13:40 INFO handlerGenerateToken end requestId=550e4018-3deb-4c4e-b8c4-852d52f6f2c5 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:13:40 | 200 | 9.463ms | 172.18.0.1 | POST "/token/generate"
[GIN] 2024/12/25 - 09:13:42 | 200 | 11.866167ms | 172.18.0.1 | GET "/dev-tmp/addons/default-properties"
2024/12/25 09:13:48 INFO handlerStart start workersRunning=0 service=HTTP_SERVER
2024/12/25 09:13:48 INFO Worker start requestId=50a25138-0437-4a2b-bb82-2fb3eac20b57 shell="cd /app/agents && /app/agents/bin/start --property /tmp/ten_agent/property-xxxxxxxxx-20241225_091348_000.json" service=HTTP_SERVER
2024/12/25 09:13:48 INFO Worker get pid requestId=50a25138-0437-4a2b-bb82-2fb3eac20b57 shell="pgrep -P 6937" service=HTTP_SERVER
[-] sh: 1:
[-] /app/agents/bin/start: not found
2024/12/25 09:13:48 WARN Worker get pid failed, retrying... attempt=1 pid=6937 subpid=0 requestId=50a25138-0437-4a2b-bb82-2fb3eac20b57 service=HTTP_SERVER
2024/12/25 09:13:49 WARN Worker get pid failed, retrying... attempt=2 pid=6937 subpid=0 requestId=50a25138-0437-4a2b-bb82-2fb3eac20b57 service=HTTP_SERVER
2024/12/25 09:13:50 WARN Worker get pid failed, retrying... attempt=3 pid=6937 subpid=0 requestId=50a25138-0437-4a2b-bb82-2fb3eac20b57 service=HTTP_SERVER
2024/12/25 09:13:51 WARN Worker get pid failed, retrying... attempt=4 pid=6937 subpid=0 requestId=50a25138-0437-4a2b-bb82-2fb3eac20b57 service=HTTP_SERVER
2024/12/25 09:13:52 WARN Worker get pid failed, retrying... attempt=5 pid=6937 subpid=0 requestId=50a25138-0437-4a2b-bb82-2fb3eac20b57 service=HTTP_SERVER
2024/12/25 09:13:53 WARN Worker get pid failed, retrying... attempt=6 pid=6937 subpid=0 requestId=50a25138-0437-4a2b-bb82-2fb3eac20b57 service=HTTP_SERVER
2024/12/25 09:13:54 WARN Worker get pid failed, retrying... attempt=7 pid=6937 subpid=0 requestId=50a25138-0437-4a2b-bb82-2fb3eac20b57 service=HTTP_SERVER
2024/12/25 09:13:55 WARN Worker get pid failed, retrying... attempt=8 pid=6937 subpid=0 requestId=50a25138-0437-4a2b-bb82-2fb3eac20b57 service=HTTP_SERVER
2024/12/25 09:13:56 WARN Worker get pid failed, retrying... attempt=9 pid=6937 subpid=0 requestId=50a25138-0437-4a2b-bb82-2fb3eac20b57 service=HTTP_SERVER
2024/12/25 09:13:58 WARN Worker get pid failed, retrying... attempt=10 pid=6937 subpid=0 requestId=50a25138-0437-4a2b-bb82-2fb3eac20b57 service=HTTP_SERVER
2024/12/25 09:13:59 ERROR Worker process failed err="exit status 127" requestId=50a25138-0437-4a2b-bb82-2fb3eac20b57 service=HTTP_SERVER
2024/12/25 09:13:59 INFO handlerStart end workersRunning=1 worker="&{ChannelName:xxxxxxxxx HttpServerPort:10004 LogFile:/tmp/ten_agent/app-xxxxxxxxx-20241225_091348_000.log Log2Stdout:true PropertyJsonFile:/tmp/ten_agent/property-xxxxxxxxx-20241225_091348_000.json GraphName:voice_assistant_realtime Pid:6937 QuitTimeoutSeconds:60 CreateTs:1735118028 UpdateTs:1735118028}" requestId=50a25138-0437-4a2b-bb82-2fb3eac20b57 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:13:59 | 200 | 10.74213688s | 172.18.0.1 | POST "/start"
2024/12/25 09:14:02 INFO handlerPing start channelName=xxxxxxxxx requestId=569f9154-36f9-4bfc-88d9-0781e43b66e8 service=HTTP_SERVER
2024/12/25 09:14:02 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=569f9154-36f9-4bfc-88d9-0781e43b66e8 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:02 | 200 | 1.173625ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:05 INFO handlerPing start channelName=xxxxxxxxx requestId=2a2895ca-ba9c-4bbf-8230-10ec29034f87 service=HTTP_SERVER
2024/12/25 09:14:05 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=2a2895ca-ba9c-4bbf-8230-10ec29034f87 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:05 | 200 | 2.564625ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:08 INFO handlerPing start channelName=xxxxxxxxx requestId=afc623a4-5914-4a2a-8b06-06e9b2b89eb8 service=HTTP_SERVER
2024/12/25 09:14:08 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=afc623a4-5914-4a2a-8b06-06e9b2b89eb8 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:08 | 200 | 845.833µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:11 INFO handlerPing start channelName=xxxxxxxxx requestId=e50746bd-40ff-4193-bd16-2f0c79dcfb6e service=HTTP_SERVER
2024/12/25 09:14:11 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=e50746bd-40ff-4193-bd16-2f0c79dcfb6e service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:11 | 200 | 1.736ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:14 INFO handlerPing start channelName=xxxxxxxxx requestId=a3c831a0-d861-45fb-8d3a-05d94fd02150 service=HTTP_SERVER
2024/12/25 09:14:14 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=a3c831a0-d861-45fb-8d3a-05d94fd02150 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:14 | 200 | 675.708µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:17 INFO handlerPing start channelName=xxxxxxxxx requestId=65cf3b10-8986-4c50-bcd0-fa61b7362da2 service=HTTP_SERVER
2024/12/25 09:14:17 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=65cf3b10-8986-4c50-bcd0-fa61b7362da2 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:17 | 200 | 797.667µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:20 INFO handlerPing start channelName=xxxxxxxxx requestId=eeb020f0-d2e2-4d58-a1a6-91302dced3f3 service=HTTP_SERVER
2024/12/25 09:14:20 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=eeb020f0-d2e2-4d58-a1a6-91302dced3f3 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:20 | 200 | 677.208µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:23 INFO handlerPing start channelName=xxxxxxxxx requestId=5682811d-c890-4527-ad46-29669cbe4cfd service=HTTP_SERVER
2024/12/25 09:14:23 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=5682811d-c890-4527-ad46-29669cbe4cfd service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:23 | 200 | 1.06625ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:26 INFO handlerPing start channelName=xxxxxxxxx requestId=b5e8c85c-4fdf-4184-b881-b2733387f6ef service=HTTP_SERVER
2024/12/25 09:14:26 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=b5e8c85c-4fdf-4184-b881-b2733387f6ef service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:26 | 200 | 410.333µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:29 INFO handlerPing start channelName=xxxxxxxxx requestId=0c2406cc-1477-43dc-8781-d8954515e196 service=HTTP_SERVER
2024/12/25 09:14:29 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=0c2406cc-1477-43dc-8781-d8954515e196 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:29 | 200 | 1.719333ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:32 INFO handlerPing start channelName=xxxxxxxxx requestId=a7c0e1aa-5167-4849-9f60-b98876c738eb service=HTTP_SERVER
2024/12/25 09:14:32 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=a7c0e1aa-5167-4849-9f60-b98876c738eb service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:32 | 200 | 842.75µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:35 INFO handlerPing start channelName=xxxxxxxxx requestId=ea7e570b-fefd-412c-8f29-ab77fce83e0c service=HTTP_SERVER
2024/12/25 09:14:35 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=ea7e570b-fefd-412c-8f29-ab77fce83e0c service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:35 | 200 | 663.375µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:38 INFO handlerPing start channelName=xxxxxxxxx requestId=676f7ef8-1aaa-4e78-b140-72a896b98a91 service=HTTP_SERVER
2024/12/25 09:14:38 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=676f7ef8-1aaa-4e78-b140-72a896b98a91 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:38 | 200 | 1.311084ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:41 INFO handlerPing start channelName=xxxxxxxxx requestId=be5dcb7e-a53a-48d7-bc80-01a0f1bb665c service=HTTP_SERVER
2024/12/25 09:14:41 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=be5dcb7e-a53a-48d7-bc80-01a0f1bb665c service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:41 | 200 | 1.110916ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:44 INFO handlerPing start channelName=xxxxxxxxx requestId=a56209bc-35b9-4bfc-af4f-21f42eeca955 service=HTTP_SERVER
2024/12/25 09:14:44 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=a56209bc-35b9-4bfc-af4f-21f42eeca955 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:44 | 200 | 1.107833ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:47 INFO handlerPing start channelName=xxxxxxxxx requestId=57f1a4a5-804c-4af6-adb3-0ed6a81e9497 service=HTTP_SERVER
2024/12/25 09:14:47 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=57f1a4a5-804c-4af6-adb3-0ed6a81e9497 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:47 | 200 | 930.667µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:50 INFO handlerPing start channelName=xxxxxxxxx requestId=1361f7d9-ef3e-43aa-b9f6-1167de2c3637 service=HTTP_SERVER
2024/12/25 09:14:50 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=1361f7d9-ef3e-43aa-b9f6-1167de2c3637 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:50 | 200 | 633.333µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:53 INFO handlerPing start channelName=xxxxxxxxx requestId=a5688306-34a6-4200-b560-6060f01c9dda service=HTTP_SERVER
2024/12/25 09:14:53 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=a5688306-34a6-4200-b560-6060f01c9dda service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:53 | 200 | 622.084µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:56 INFO handlerPing start channelName=xxxxxxxxx requestId=d2404923-e698-427f-8f4b-a5d42fb4ebd0 service=HTTP_SERVER
2024/12/25 09:14:56 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=d2404923-e698-427f-8f4b-a5d42fb4ebd0 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:56 | 200 | 863.5µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:14:59 INFO handlerPing start channelName=xxxxxxxxx requestId=793b71f4-eaf9-4b97-a7c6-56bd8a723014 service=HTTP_SERVER
2024/12/25 09:14:59 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=793b71f4-eaf9-4b97-a7c6-56bd8a723014 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:14:59 | 200 | 672.917µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:02 INFO handlerPing start channelName=xxxxxxxxx requestId=154d532b-88af-4e70-8dc1-81a6b7b40f1e service=HTTP_SERVER
2024/12/25 09:15:02 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=154d532b-88af-4e70-8dc1-81a6b7b40f1e service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:02 | 200 | 1.016209ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:05 INFO handlerPing start channelName=xxxxxxxxx requestId=028ddc0c-9dd7-4fbc-9d81-e36f4be1df41 service=HTTP_SERVER
2024/12/25 09:15:05 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=028ddc0c-9dd7-4fbc-9d81-e36f4be1df41 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:05 | 200 | 2.01325ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:08 INFO handlerPing start channelName=xxxxxxxxx requestId=581b6391-92b1-4272-a74d-12b113f240f3 service=HTTP_SERVER
2024/12/25 09:15:08 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=581b6391-92b1-4272-a74d-12b113f240f3 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:08 | 200 | 990.167µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:11 INFO handlerPing start channelName=xxxxxxxxx requestId=29972ae0-a624-4ec9-a5f8-86d8eb7c9f0e service=HTTP_SERVER
2024/12/25 09:15:11 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=29972ae0-a624-4ec9-a5f8-86d8eb7c9f0e service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:11 | 200 | 1.48125ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:14 INFO handlerPing start channelName=xxxxxxxxx requestId=924b769c-108a-4699-82c1-0894cc39682d service=HTTP_SERVER
2024/12/25 09:15:14 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=924b769c-108a-4699-82c1-0894cc39682d service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:14 | 200 | 922.625µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:17 INFO handlerPing start channelName=xxxxxxxxx requestId=ca86d306-c397-4c0b-bf40-b9c41de12d04 service=HTTP_SERVER
2024/12/25 09:15:17 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=ca86d306-c397-4c0b-bf40-b9c41de12d04 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:17 | 200 | 1.022959ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:20 INFO handlerPing start channelName=xxxxxxxxx requestId=35d70375-7656-4b47-ad3d-8bbfb2c5c0a3 service=HTTP_SERVER
2024/12/25 09:15:20 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=35d70375-7656-4b47-ad3d-8bbfb2c5c0a3 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:20 | 200 | 605.958µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:23 INFO handlerPing start channelName=xxxxxxxxx requestId=649b8617-28d9-4aab-bea1-af9e9b84660a service=HTTP_SERVER
2024/12/25 09:15:23 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=649b8617-28d9-4aab-bea1-af9e9b84660a service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:23 | 200 | 604.75µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:26 INFO handlerPing start channelName=xxxxxxxxx requestId=ca5c3abf-e2d0-4afc-a7bd-efb8c0fa504e service=HTTP_SERVER
2024/12/25 09:15:26 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=ca5c3abf-e2d0-4afc-a7bd-efb8c0fa504e service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:26 | 200 | 712µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:29 INFO handlerPing start channelName=xxxxxxxxx requestId=f634735e-3bd7-4974-816c-5472bbf282dc service=HTTP_SERVER
2024/12/25 09:15:29 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=f634735e-3bd7-4974-816c-5472bbf282dc service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:29 | 200 | 654.291µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:32 INFO handlerPing start channelName=xxxxxxxxx requestId=5cf76d19-3d4a-4163-bc26-eec7a6b3b6a3 service=HTTP_SERVER
2024/12/25 09:15:32 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=5cf76d19-3d4a-4163-bc26-eec7a6b3b6a3 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:32 | 200 | 519.541µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:35 INFO handlerPing start channelName=xxxxxxxxx requestId=4a6791fe-6ab0-47c8-aec0-18fef5e383ec service=HTTP_SERVER
2024/12/25 09:15:35 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=4a6791fe-6ab0-47c8-aec0-18fef5e383ec service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:35 | 200 | 736.125µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:38 INFO handlerPing start channelName=xxxxxxxxx requestId=0cb17853-8024-4694-86cb-51d057caa18c service=HTTP_SERVER
2024/12/25 09:15:38 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=0cb17853-8024-4694-86cb-51d057caa18c service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:38 | 200 | 979.584µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:41 INFO handlerPing start channelName=xxxxxxxxx requestId=0629412d-7e89-450d-b66b-2396ddfa2bc9 service=HTTP_SERVER
2024/12/25 09:15:41 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=0629412d-7e89-450d-b66b-2396ddfa2bc9 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:41 | 200 | 623.667µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:44 INFO handlerPing start channelName=xxxxxxxxx requestId=5e3fd7e9-9139-499a-938e-39dd7db7b9f9 service=HTTP_SERVER
2024/12/25 09:15:44 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=5e3fd7e9-9139-499a-938e-39dd7db7b9f9 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:44 | 200 | 595.333µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:47 INFO handlerPing start channelName=xxxxxxxxx requestId=f54b4e43-eb54-4a53-8f32-bf5fbc25733b service=HTTP_SERVER
2024/12/25 09:15:47 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=f54b4e43-eb54-4a53-8f32-bf5fbc25733b service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:47 | 200 | 535µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:50 INFO handlerPing start channelName=xxxxxxxxx requestId=036ad31d-5faa-4cd7-88ce-6e858d796028 service=HTTP_SERVER
2024/12/25 09:15:50 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=036ad31d-5faa-4cd7-88ce-6e858d796028 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:50 | 200 | 660.959µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:53 INFO handlerPing start channelName=xxxxxxxxx requestId=4cea5b1a-7d71-4640-aab7-deda5b4e520a service=HTTP_SERVER
2024/12/25 09:15:53 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=4cea5b1a-7d71-4640-aab7-deda5b4e520a service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:53 | 200 | 413.042µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:56 INFO handlerPing start channelName=xxxxxxxxx requestId=d04c0f84-ecb4-4a44-882d-6903222c0855 service=HTTP_SERVER
2024/12/25 09:15:56 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=d04c0f84-ecb4-4a44-882d-6903222c0855 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:56 | 200 | 1.186875ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:15:59 INFO handlerPing start channelName=xxxxxxxxx requestId=5f2284c6-286e-48f6-9101-4c26d7f905b4 service=HTTP_SERVER
2024/12/25 09:15:59 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=5f2284c6-286e-48f6-9101-4c26d7f905b4 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:15:59 | 200 | 1.430667ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:02 INFO handlerPing start channelName=xxxxxxxxx requestId=c6d3952b-3a9d-44c0-bc89-63f5451083da service=HTTP_SERVER
2024/12/25 09:16:02 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=c6d3952b-3a9d-44c0-bc89-63f5451083da service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:02 | 200 | 684.5µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:05 INFO handlerPing start channelName=xxxxxxxxx requestId=4e65be2e-e171-4579-8b4a-21db1c499416 service=HTTP_SERVER
2024/12/25 09:16:05 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=4e65be2e-e171-4579-8b4a-21db1c499416 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:05 | 200 | 1.037834ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:08 INFO handlerPing start channelName=xxxxxxxxx requestId=dc5f8452-2b2a-4730-8636-e68d58d3d9bf service=HTTP_SERVER
2024/12/25 09:16:08 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=dc5f8452-2b2a-4730-8636-e68d58d3d9bf service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:08 | 200 | 556.583µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:11 INFO handlerPing start channelName=xxxxxxxxx requestId=01b5c025-dd4c-41b4-83fe-5ced76664898 service=HTTP_SERVER
2024/12/25 09:16:11 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=01b5c025-dd4c-41b4-83fe-5ced76664898 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:11 | 200 | 1.997792ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:14 INFO handlerPing start channelName=xxxxxxxxx requestId=935a63c2-b131-4a38-93d5-e6940ddad733 service=HTTP_SERVER
2024/12/25 09:16:14 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=935a63c2-b131-4a38-93d5-e6940ddad733 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:14 | 200 | 443.209µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:17 INFO handlerPing start channelName=xxxxxxxxx requestId=66c3e450-8326-43b9-af18-698f6750e17d service=HTTP_SERVER
2024/12/25 09:16:17 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=66c3e450-8326-43b9-af18-698f6750e17d service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:17 | 200 | 579.25µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:20 INFO handlerPing start channelName=xxxxxxxxx requestId=899b96f3-85ca-46c8-9b1c-6afefbc8a464 service=HTTP_SERVER
2024/12/25 09:16:20 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=899b96f3-85ca-46c8-9b1c-6afefbc8a464 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:20 | 200 | 1.922875ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:23 INFO handlerPing start channelName=xxxxxxxxx requestId=b6052b1a-3d85-4ac3-8a23-e75c3569e096 service=HTTP_SERVER
2024/12/25 09:16:23 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=b6052b1a-3d85-4ac3-8a23-e75c3569e096 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:23 | 200 | 515.5µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:26 INFO handlerPing start channelName=xxxxxxxxx requestId=91ba93eb-e1d1-4fe0-bfe6-13d818821645 service=HTTP_SERVER
2024/12/25 09:16:26 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=91ba93eb-e1d1-4fe0-bfe6-13d818821645 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:26 | 200 | 774.166µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:29 INFO handlerPing start channelName=xxxxxxxxx requestId=b87d170a-3f0f-4a06-af92-73e80d489a0b service=HTTP_SERVER
2024/12/25 09:16:29 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=b87d170a-3f0f-4a06-af92-73e80d489a0b service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:29 | 200 | 746.834µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:32 INFO handlerPing start channelName=xxxxxxxxx requestId=ba9cfd64-a82f-4ab7-b0e2-3c1cf7ac56e2 service=HTTP_SERVER
2024/12/25 09:16:32 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=ba9cfd64-a82f-4ab7-b0e2-3c1cf7ac56e2 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:32 | 200 | 2.078833ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:35 INFO handlerPing start channelName=xxxxxxxxx requestId=cf52ce97-6c54-4a98-8e12-64c630caca68 service=HTTP_SERVER
2024/12/25 09:16:35 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=cf52ce97-6c54-4a98-8e12-64c630caca68 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:35 | 200 | 630.5µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:38 INFO handlerPing start channelName=xxxxxxxxx requestId=f1e78505-0285-4120-b4e5-5e070f561872 service=HTTP_SERVER
2024/12/25 09:16:38 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=f1e78505-0285-4120-b4e5-5e070f561872 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:38 | 200 | 952.583µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:41 INFO handlerPing start channelName=xxxxxxxxx requestId=eb1679fd-79de-4c2c-a4fe-d8772079de10 service=HTTP_SERVER
2024/12/25 09:16:41 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=eb1679fd-79de-4c2c-a4fe-d8772079de10 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:41 | 200 | 1.137084ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:44 INFO handlerPing start channelName=xxxxxxxxx requestId=fbe32e30-5664-4351-a807-e88d6dca07a2 service=HTTP_SERVER
2024/12/25 09:16:44 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=fbe32e30-5664-4351-a807-e88d6dca07a2 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:44 | 200 | 615.916µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:47 INFO handlerPing start channelName=xxxxxxxxx requestId=f9185027-3774-4ef3-b10a-8b0eccb9ac3f service=HTTP_SERVER
2024/12/25 09:16:47 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=f9185027-3774-4ef3-b10a-8b0eccb9ac3f service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:47 | 200 | 1.483916ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:50 INFO handlerPing start channelName=xxxxxxxxx requestId=7972d782-fa76-4cac-b3ce-c13de06291d5 service=HTTP_SERVER
2024/12/25 09:16:50 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=7972d782-fa76-4cac-b3ce-c13de06291d5 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:50 | 200 | 985.959µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:53 INFO handlerPing start channelName=xxxxxxxxx requestId=b81afdfa-38d3-4a81-ba96-e70665c6c7fb service=HTTP_SERVER
2024/12/25 09:16:53 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=b81afdfa-38d3-4a81-ba96-e70665c6c7fb service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:53 | 200 | 4.418875ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:56 INFO handlerPing start channelName=xxxxxxxxx requestId=f6cdf048-e69e-4995-9d4d-0b439feac01b service=HTTP_SERVER
2024/12/25 09:16:56 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=f6cdf048-e69e-4995-9d4d-0b439feac01b service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:56 | 200 | 706.875µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:16:59 INFO handlerPing start channelName=xxxxxxxxx requestId=8fbcdb97-3571-4440-853b-e93f9c0a932d service=HTTP_SERVER
2024/12/25 09:16:59 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=8fbcdb97-3571-4440-853b-e93f9c0a932d service=HTTP_SERVER
[GIN] 2024/12/25 - 09:16:59 | 200 | 844.542µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:02 INFO handlerPing start channelName=xxxxxxxxx requestId=2839ae16-1c91-404c-a6b1-fcb2e0476810 service=HTTP_SERVER
2024/12/25 09:17:02 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=2839ae16-1c91-404c-a6b1-fcb2e0476810 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:02 | 200 | 1.256ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:05 INFO handlerPing start channelName=xxxxxxxxx requestId=5132b5ec-7eac-4b4a-9612-a716cec532ca service=HTTP_SERVER
2024/12/25 09:17:05 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=5132b5ec-7eac-4b4a-9612-a716cec532ca service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:05 | 200 | 1.134333ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:08 INFO handlerPing start channelName=xxxxxxxxx requestId=59035974-3889-4cb5-8119-6d390aa9cf94 service=HTTP_SERVER
2024/12/25 09:17:08 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=59035974-3889-4cb5-8119-6d390aa9cf94 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:08 | 200 | 826.958µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:11 INFO handlerPing start channelName=xxxxxxxxx requestId=15b91f2e-85ce-4963-a13e-36e5537f45f2 service=HTTP_SERVER
2024/12/25 09:17:11 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=15b91f2e-85ce-4963-a13e-36e5537f45f2 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:11 | 200 | 587.875µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:14 INFO handlerPing start channelName=xxxxxxxxx requestId=d191c0ae-fde0-4977-bacf-eb4bc1288a52 service=HTTP_SERVER
2024/12/25 09:17:14 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=d191c0ae-fde0-4977-bacf-eb4bc1288a52 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:14 | 200 | 764.417µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:17 INFO handlerPing start channelName=xxxxxxxxx requestId=64a9e3e8-bb8f-44c7-8843-85b1cecda69d service=HTTP_SERVER
2024/12/25 09:17:17 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=64a9e3e8-bb8f-44c7-8843-85b1cecda69d service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:17 | 200 | 687.542µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:20 INFO handlerPing start channelName=xxxxxxxxx requestId=6ca33741-e9d0-413c-beef-83acc947d3f2 service=HTTP_SERVER
2024/12/25 09:17:20 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=6ca33741-e9d0-413c-beef-83acc947d3f2 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:20 | 200 | 810.875µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:23 INFO handlerPing start channelName=xxxxxxxxx requestId=4af1277b-da31-4420-9258-86ba9bb12663 service=HTTP_SERVER
2024/12/25 09:17:23 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=4af1277b-da31-4420-9258-86ba9bb12663 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:23 | 200 | 601.375µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:26 INFO handlerPing start channelName=xxxxxxxxx requestId=e4b6bc51-569e-4e3f-bcc5-2b7772240f96 service=HTTP_SERVER
2024/12/25 09:17:26 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=e4b6bc51-569e-4e3f-bcc5-2b7772240f96 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:26 | 200 | 672.417µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:29 INFO handlerPing start channelName=xxxxxxxxx requestId=4b4e1df3-768c-4d67-ba91-18790410fc29 service=HTTP_SERVER
2024/12/25 09:17:29 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=4b4e1df3-768c-4d67-ba91-18790410fc29 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:29 | 200 | 788.958µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:32 INFO handlerPing start channelName=xxxxxxxxx requestId=9ff69c3a-4ce9-43f2-a1fb-79383a35fe02 service=HTTP_SERVER
2024/12/25 09:17:32 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=9ff69c3a-4ce9-43f2-a1fb-79383a35fe02 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:32 | 200 | 638.625µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:35 INFO handlerPing start channelName=xxxxxxxxx requestId=0340f6d9-02c6-4d52-bc25-d39659f89695 service=HTTP_SERVER
2024/12/25 09:17:35 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=0340f6d9-02c6-4d52-bc25-d39659f89695 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:35 | 200 | 1.311334ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:38 INFO handlerPing start channelName=xxxxxxxxx requestId=57e4d27f-4475-4c4d-9a42-f654af5035f3 service=HTTP_SERVER
2024/12/25 09:17:38 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=57e4d27f-4475-4c4d-9a42-f654af5035f3 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:38 | 200 | 784.208µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:41 INFO handlerPing start channelName=xxxxxxxxx requestId=7e466307-9968-4ad7-9c4c-070ff9899026 service=HTTP_SERVER
2024/12/25 09:17:41 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=7e466307-9968-4ad7-9c4c-070ff9899026 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:41 | 200 | 1.063291ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:44 INFO handlerPing start channelName=xxxxxxxxx requestId=24b8a960-2cd8-47f6-bdc2-13c4b5469327 service=HTTP_SERVER
2024/12/25 09:17:44 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=24b8a960-2cd8-47f6-bdc2-13c4b5469327 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:44 | 200 | 750.5µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:47 INFO handlerPing start channelName=xxxxxxxxx requestId=422e9565-ae6c-42dd-8807-db1f3f5b4b04 service=HTTP_SERVER
2024/12/25 09:17:47 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=422e9565-ae6c-42dd-8807-db1f3f5b4b04 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:47 | 200 | 1.245667ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:50 INFO handlerPing start channelName=xxxxxxxxx requestId=8c3a9292-c2cb-4ac1-98bd-a51decb47a56 service=HTTP_SERVER
2024/12/25 09:17:50 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=8c3a9292-c2cb-4ac1-98bd-a51decb47a56 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:50 | 200 | 943.667µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:53 INFO handlerPing start channelName=xxxxxxxxx requestId=effe6251-eefd-4538-9dcf-86cf7b417a06 service=HTTP_SERVER
2024/12/25 09:17:53 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=effe6251-eefd-4538-9dcf-86cf7b417a06 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:53 | 200 | 2.485458ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:56 INFO handlerPing start channelName=xxxxxxxxx requestId=e8f917a0-f936-497a-bf69-a86fc8fc981f service=HTTP_SERVER
2024/12/25 09:17:56 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=e8f917a0-f936-497a-bf69-a86fc8fc981f service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:56 | 200 | 940.667µs | 172.18.0.1 | POST "/ping"
2024/12/25 09:17:59 INFO handlerPing start channelName=xxxxxxxxx requestId=3e4f550c-d80a-48ac-b061-892dbb5a65ae service=HTTP_SERVER
2024/12/25 09:17:59 ERROR handlerPing channel not existed channelName=xxxxxxxxx requestId=3e4f550c-d80a-48ac-b061-892dbb5a65ae service=HTTP_SERVER
[GIN] 2024/12/25 - 09:17:59 | 200 | 1.935292ms | 172.18.0.1 | POST "/ping"
2024/12/25 09:18:01 INFO handlerStop start req="{RequestId:a793e519-0627-403b-8847-231d9bcfff66 ChannelName:xxxxxxxxx}" service=HTTP_SERVER
2024/12/25 09:18:01 ERROR handlerStop channel not existed channelName=xxxxxxxxx requestId=a793e519-0627-403b-8847-231d9bcfff66 service=HTTP_SERVER
[GIN] 2024/12/25 - 09:18:01 | 200 | 3.596959ms | 172.18.0.1 | POST "/stop"

@plutoless
Copy link
Contributor

plutoless commented Dec 25, 2024

hi @DrHemantPalivela it's caused by windows-style line ending which corrupt the shell script.
We are investigating how we can fix completely. For now you may run following script to workaround the issue,

sed -i 's/\r$//' ./agents/bin/start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants