Sim to Sim / Script to Script Emailing is failing with this error:
with status 11: "/opt/linden/indra/tools/mailglue/mailglue --grid=agni
--system=lsl". Command output: DBD::mysql::db do failed: Data too long for
column 'script_id' at row 1 at /opt/linden/indra/tools/mailglue/mailglue
line 492, <STDIN> line 136. DBD::mysql::db do failed: Data too long for
column 'script_id' at row 1 at /opt/linden/indra/tools/mailglue/mailglue
line 492, <STDIN> line 136. Unable to get task mail presence from
The email is a simple subject of: "123" to rule out any weird text strings or anything with no body text at all and sent to: 5243fc88-9820-3f0a-649c-eb5d4f803003@lsl.secondlife.com (prim key)
The Servers should not be failing like this.
AI Breakdown of the error:
Breakdown of the error message
DBD::mysql::db do failed: Data too long for column 'script_id'
DBD::mysql: This refers to the Perl database driver for MySQL, a database Linden Lab uses for its services.
Data too long for column 'script_id': This is the core problem. The email system tried to save a value into the script_id column of its database, but the value was too long for the column's defined size.
at row 1: This indicates the error occurred on the first row of data it tried to write.
Unable to get task mail presence from http://localhost:12040/service-proxy/task/...
This is a secondary error resulting from the first one. Because the initial database write failed, the mail system couldn't get a confirmation (task mail presence) from the internal service running on localhost (the Second Life server itself).
Thank you for looking into this. I really need LSL email to work for my system