Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0013662
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Modules] Butlermajorhave not tried2010-06-15 15:142020-04-13 09:18
ReportershuehnerView Statuspublic 
Assigned Toalostale 
PriorityurgentResolutionout of dateFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned To
Regression introduced in release
Summary

0013662: Error inserting heartbeat entries: value too long for type character varying(60)

DescriptionChecking production butler logfiles there are many errors like:

in the pgsql logfile:
ERROR: value too long for type character varying(60)
STATEMENT: INSERT INTO AD_HEARTBEAT ( AD_HEARTBEAT_ID, AD_CLIENT_ID, AD_ORG_ID, ISACTIVE, CREATED, CREATEDBY, UPDATED, UPDATEDBY, SYSTEM_IDENTIFIER, IP_ADDRESS, NUM_REGISTERED_USERS, ACTIVITY_RATE, COMPLEXITY_RATE, OS, OS_VERSION, DB, DB_VERSION, SERVLET_CONTAINER, SERVLET_CONTAINER_VERSION, WEBSERVER, WEBSERVER_VERSION, JAVA_VERSION, ANT_VERSION, OB_VERSION, OB_INSTALLMODE, CODE_REVISION, BEAT_TYPE, CITY, COUNTRY) VALUES (get_uuid(), $1, $2, 'Y', NOW(), '0', NOW(), '0', $3, $4, TO_NUMBER($5), TO_NUMBER($6), TO_NUMBER($7), $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23)

Matching error from butler.log:
4f0a0c40 15-06-2010 10:44:26 [ajp-8009-3] ERROR org.openbravo.base.exception.OBException - Exception thrown @CODE=0@ERROR: value too long for type character varying(60)
javax.servlet.ServletException: @CODE=0@ERROR: value too long for type character varying(60)
        at org.openbravo.butler.hearbeat.HeartbeatServlet.doPost(HeartbeatServlet.java:74)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
        at org.openbravo.base.HttpBaseServlet.service(HttpBaseServlet.java:245)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0119127)
alostale (manager)
2020-04-13 09:18

This error is not present in logs anymore

- Issue History
Date Modified Username Field Change
2010-06-15 15:14 shuehner New Issue
2010-06-15 15:14 shuehner Assigned To => alostale
2020-04-13 09:18 alostale Note Added: 0119127
2020-04-13 09:18 alostale Status new => closed
2020-04-13 09:18 alostale Resolution open => out of date


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker