User Tools

Site Tools


resolution_area:watchdog_resolutions:res-w8401

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resolution_area:watchdog_resolutions:res-w8401 [2021/06/29 16:47] btobinresolution_area:watchdog_resolutions:res-w8401 [2021/07/05 12:29] (current) 10.91.120.28
Line 4: Line 4:
  
  
-**Purpose:**+**Purpose:** This alert tells us when there is an issue with bubble app making a database connection
  
-**Scenario:**+**Scenario:** Bubble app cannot connect to a database due to either a connectivity issue with the database or the number of max connections set
  
-**Resolution:**+**Resolution:** In the case of a database access issue make sure user, host & credentials are correct and that the database is reachable. Otherwise the <wrap lo>/var/spring-boot/buble-app/application.properties</wrap> file will need to be updated to increase the Max active DB connections
  
-**Manual Action Steps:**+**Manual Action Steps:** in application.properties, an example from a previous fix<WRAP center round box 60%> 
 +db.pool.maxActive=50 -> 100
  
-**Auto Clear:**+db.pool.maxWait=5000 -> 30000 
 +</WRAP> 
 + 
 + 
 +**Auto Clear:** This alert will auto clear after 30 minutes of no issues
  
resolution_area/watchdog_resolutions/res-w8401.1624981633.txt.gz · Last modified: 2021/06/29 16:47 by btobin