ERROR: value too long for type character varying(200) #9530
kannan84240
started this conversation in
General
Replies: 1 comment 5 replies
-
You at least should format the text format well. I don't think this is a good read. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using skywalking with postgresql. and tomcat agent, java agent installed application side. while receiving data lot of character varying (200) errors coming, manually logged postgres db and increased one table column type value. problem resolved but monitoring tool have more than 100 tables in db, so we can manually increase the datatype value. kindly suggest alternate method
2022-08-26 15:41:19,483 - org.apache.skywalking.oap.server.storage.plugin.jdbc.h2.dao.H2BatchDAO - 75 [DataCarrier.H2_ASYNCHRONOUS_BATCH_PERSISTENT.Consumer.0.Thread] ERROR [] - Batch entry 0 INSERT INTO alarm_record VALUES
was aborted: ERROR: value too long for type character varying(200) Call getNextException to see other errors in the batch.
java.sql.BatchUpdateException: Batch entry 0 INSERT INTO alarm_record VALUES
('20220826154119_endpoint_relation_resp_time_rule_
was aborted: ERROR: value too long for type character varying(200) Call getNextException to see other errors in the batch.
Beta Was this translation helpful? Give feedback.
All reactions