MongoDB upgrade 5.0 to 6.0

Hi everyone.

i try upgrade MongoDB Replica set(PSA) version 5.0 to 6.0 , first i upgrade the Arbiter node but node is not started its showing the excide code 62 and 14 error.
● mongod.service - MongoDB Database Server
Loaded: loaded (/usr/lib/systemd/system/mongod.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2023-09-15 06:44:48 UTC; 14min ago
Docs: https://docs.mongodb.org/manual
Process: 16749 ExecStart=/usr/bin/mongod $OPTIONS (code=exited, status=14)
Main PID: 16749 (code=exited, status=14)

Sep 15 06:44:47 ip-172-31-14-204.ap-southeast-2.compute.internal systemd[1]: Started MongoDB Database Server.
Sep 15 06:44:47 ip-172-31-14-204.ap-southeast-2.compute.internal mongod[16749]: {“t”:{“$date”:“2023-09-15T06:44:47.794Z”},“s”:“I”, “c”:“CONTROL”, “…lse”}
Sep 15 06:44:48 ip-172-31-14-204.ap-southeast-2.compute.internal systemd[1]: mongod.service: main process exited, code=exited, status=14/n/a
Sep 15 06:44:48 ip-172-31-14-204.ap-southeast-2.compute.internal systemd[1]: Unit mongod.service entered failed state.
Sep 15 06:44:48 ip-172-31-14-204.ap-southeast-2.compute.internal systemd[1]: mongod.service failed.
Hint: Some lines were ellipsized, use -l to show in full.

log massage is
{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“NETWORK”, “id”:4784918, “ctx”:“initandlisten”,“msg”:“Shutting down the ReplicaSetMonitor”}
{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“SHARDING”, “id”:4784921, “ctx”:“initandlisten”,“msg”:“Shutting down the MigrationUtilExecutor”}{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“ASIO”, “id”:22582, “ctx”:“MigrationUtil-TaskExecutor”,“msg”:“Killing all outstanding egress activity.”}
{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“COMMAND”, “id”:4784923, “ctx”:“initandlisten”,“msg”:“Shutting down the ServiceEntryPoint”}
{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“CONTROL”, “id”:4784927, “ctx”:“initandlisten”,“msg”:“Shutting down the HealthLog”}
{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“CONTROL”, “id”:4784928, “ctx”:“initandlisten”,“msg”:“Shutting down the TTL monitor”}
{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“CONTROL”, “id”:6278511, “ctx”:“initandlisten”,“msg”:“Shutting down the Change Stream Expired Pre-images Remover”}
{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“CONTROL”, “id”:4784929, “ctx”:“initandlisten”,“msg”:“Acquiring the global lock for shutdown”}
{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“CONTROL”, “id”:4784930, “ctx”:“initandlisten”,“msg”:“Shutting down the storage engine”}
{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“STORAGE”, “id”:22320, “ctx”:“initandlisten”,“msg”:“Shutting down journal flusher thread”}
{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“STORAGE”, “id”:22321, “ctx”:“initandlisten”,“msg”:“Finished shutting down journal flusher thread”}
{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“STORAGE”, “id”:22322, “ctx”:“initandlisten”,“msg”:“Shutting down checkpoint thread”}
{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“STORAGE”, “id”:22323, “ctx”:“initandlisten”,“msg”:“Finished shutting down checkpoint thread”}
{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“STORAGE”, “id”:20282, “ctx”:“initandlisten”,“msg”:“Deregistering all the collections”}
{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“STORAGE”, “id”:22317, “ctx”:“initandlisten”,“msg”:“WiredTigerKVEngine shutting down”}
{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“STORAGE”, “id”:22318, “ctx”:“initandlisten”,“msg”:“Shutting down session sweeper thread”}
{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“STORAGE”, “id”:22319, “ctx”:“initandlisten”,“msg”:“Finished shutting down session sweeper thread”}
{“t”:{“$date”:“2023-09-15T06:46:19.041+00:00”},“s”:“I”, “c”:“STORAGE”, “id”:4795902, “ctx”:“initandlisten”,“msg”:“Closing WiredTiger”,“attr”:{“closeConfig”:“leak_memory=true,”}}
{“t”:{“$date”:“2023-09-15T06:46:19.069+00:00”},“s”:“I”, “c”:“STORAGE”, “id”:4795901, “ctx”:“initandlisten”,“msg”:“WiredTiger closed”,“attr”:{“durationMillis”:28}}
{“t”:{“$date”:“2023-09-15T06:46:19.069+00:00”},“s”:“I”, “c”:“STORAGE”, “id”:22279, “ctx”:“initandlisten”,“msg”:“shutdown: removing fs lock…”}
{“t”:{“$date”:“2023-09-15T06:46:19.069+00:00”},“s”:“I”, “c”:“-”, “id”:4784931, “ctx”:“initandlisten”,“msg”:“Dropping the scope cache for shutdown”}
{“t”:{“$date”:“2023-09-15T06:46:19.069+00:00”},“s”:“I”, “c”:“CONTROL”, “id”:20565, “ctx”:“initandlisten”,“msg”:“Now exiting”}
{“t”:{“$date”:“2023-09-15T06:46:19.069+00:00”},“s”:“I”, “c”:“CONTROL”, “id”:23138, “ctx”:“initandlisten”,“msg”:“Shutting down”,“attr”:{“exitCode”:62}}

please help out
thanks