-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNOTE.txt
6 lines (5 loc) · 1.35 KB
/
NOTE.txt
1
2
3
4
5
6
- The iRODS server cannot ever process a message with length > 1088. This log error says so:
```
{"log_category":"agent","log_level":"error","log_message":"[-]\t/irods_source/server/core/src/rodsAgent.cpp:705:int runIrodsAgentFactory(sockaddr_un) : status [SYS_HEADER_READ_LEN_ERR] errno [] -- message [failed to call 'agent start']\n\t[-]\t/irods_source/lib/core/src/sockComm.cpp:160:irods::error sockAgentStart(irods::network_object_ptr) : status [SYS_HEADER_READ_LEN_ERR] errno [] -- message [failed to call 'agent start']\n\t\t[-]\t/irods_source/plugins/network/src/ssl.cpp:793:irods::error ssl_agent_start(irods::plugin_context &) : status [SYS_HEADER_READ_LEN_ERR] errno [] -- message [Read message header failed.]\n\t\t\t[-]\t/irods_source/lib/core/src/sockComm.cpp:229:irods::error readMsgHeader(irods::network_object_ptr, msgHeader_t *, struct timeval *) : status [SYS_HEADER_READ_LEN_ERR] errno [] -- message [failed to call 'read header']\n\t\t\t\t[-]\t/irods_source/plugins/network/src/ssl.cpp:538:irods::error ssl_read_msg_header(irods::plugin_context &, void *, struct timeval *) : status [SYS_HEADER_READ_LEN_ERR] errno [] -- message [Header length is out of range: 1010985326 expected >= 0 and < 1088.]\n\n","server_host":"d48171dd14c0","server_pid":2086,"server_timestamp":"2024-03-31T15:01:13.387Z","server_type":"agent","server_zone":"tempZone"}
```
5