There was a problem with a Velocity script
Pagesports/mbkb/2012-13/teams/printer-decorator
ErrorInvocation of method 'include' in class com.prestosports.render.ContentEngineInvoker threw exception java.lang.RuntimeException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet successfully received from the server was 40,555 milliseconds ago. The last packet sent successfully to the server was 0 milliseconds ago. at ysxqa975y3k6mpdnsports/mbkb/2012-13/teams/printer-decorator[line 16, column 18]
Page source:
1: <!doctype html>
2: <html lang="en">
3:     <head>
4:         <meta charset="utf-8">
5:         <title>${pageTitle} - Print Version</title>
6:         <meta name="robots" content="NOINDEX" />
7:         <meta name="viewport" content="width=device-width, initial-scale=1">
8:         
9:         ## Bootstrap and Other Dependencies
10:         <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
11:         <link rel="stylesheet" type="text/css" href="https://theme-assets.prestosports.com/theme-assets/generic/assets/css/global-reset.css" />
12:         <link rel="stylesheet" type="text/css" href="https://theme-assets.prestosports.com/theme-assets/generic/assets/css/global-theme-reset-bs5.css"/>
13:         <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
14:         
15:         ## REQUIRED INCLUDE FOR CSS DEFINITIONS
16:         $website.include("/inc-vars")
17:         
18:         ## PICK UP OPTIONS
19:         $website.include("options")
20:         #set ($options = $request.getAttribute("options"))
21:         
22:         #if($options.get("secondary_color_light") && $options.get("secondary_color_light") == true)
23:         	<script> $(function(){ $("html").addClass("secondary-color-light"); }); </script>
24:         #end
25:         
26:         #if($options.get("primary_color_light") && $options.get("primary_color_light") == true)
27:         	<script> $(function(){ $("html").addClass("primary-color-light"); }); </script>
28:         #end
29:         
30:         $!head
31:     </head>
32:     <body onload="print()" class="printer-body">
33:         $body
34:         <!-- from: generic-bootstrap theme -->
35:         
36:         ## New Relic Real User Monitoring
37:         $browser.newRelicTimingFooter
38:     </body>
39: </html>