Difference between revisions of "Dashboard FAQ"

From Lingoport Wiki
Jump to: navigation, search
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
  +
*[[Dashboard and Sonar FAQ]]
 
*[[Globalyzer Dashboard FAQ]]
 
*[[Globalyzer Dashboard FAQ]]
*[[LRM Dashboard FAQ]]
+
*[[Localyzer Dashboard FAQ]]
  +
*[[Pull Requests]]
= The Dashboard isn't updating =
 
  +
*[[REST API]]
  +
*[[Bulk Issue Changes]]
  +
*[[Including Other Results]]
  +
  +
== The Dashboard isn't Updating ==
  +
If you have run the Jenkins automation job for a project and the Lingoport Dashboard is not updating, first check the Console Output of the Jenkins job. Sometimes, the job is SUCCESSful, but not everything worked as it should.
  +
  +
If everything looks good on the Jenkins side, check the Dashboard to see if there is a red box with '''Failed''' when you select the project.
  +
  +
If you select '''Failed''' and go to the logs, open the logs. Look for ERROR messages. If there is an ERROR that looks like:
  +
  +
<pre>
  +
### Error updating database. Cause: com.mysql.jdbc.PacketTooBigException: Packet for query is too large (4382559 > 4194304).
  +
You can change this value on the server by setting the max_allowed_packet' variable.
  +
</pre>
  +
  +
Then [[Dashboard_Users_Guide#MySQL_Packet_Error|follow these instructions]] to continue.

Latest revision as of 20:35, 23 February 2021

The Dashboard isn't Updating

If you have run the Jenkins automation job for a project and the Lingoport Dashboard is not updating, first check the Console Output of the Jenkins job. Sometimes, the job is SUCCESSful, but not everything worked as it should.

If everything looks good on the Jenkins side, check the Dashboard to see if there is a red box with Failed when you select the project.

If you select Failed and go to the logs, open the logs. Look for ERROR messages. If there is an ERROR that looks like:

### Error updating database.  Cause: com.mysql.jdbc.PacketTooBigException: Packet for query is too large (4382559 > 4194304). 
You can change this value on the server by setting the max_allowed_packet' variable.

Then follow these instructions to continue.