There was a problem with a Velocity script
Page/default-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 21 milliseconds ago. The last packet sent successfully to the server was 20 milliseconds ago. at epvyuqlt4fvp5q9n/default-decorator[line 52, column 10]
Page source:
1: #if ($website.redesign)
2: ## NEW SITE 2016
3: 
4: 
5: 
6: #set ($pageClass = "internal-page")
7: #set ($showBookmark = true)
8: 
9: #if ($request.getAttribute("pageClass"))
10:   #set ($pageClass = $request.getAttribute("pageClass"))
11: #end
12: 
13: #if ($request.getAttribute("showBookmark") == false)
14:   #set ($showBookmark = false)
15: #end
16: 
17: #set ($pageTitle = $page.title)
18: #if ($request.getAttribute("pageTitle"))
19:   #set ($pageTitle = $request.getAttribute("pageTitle"))
20: #end
21: 
22: <!DOCTYPE html>
23: <!--[if IE 8 ]>    <html lang="en" class="${pageClass} no-js ie8" prefix="og: http://ogp.me/ns#"> <![endif]-->
24: <!--[if IE 9 ]>    <html lang="en" class="${pageClass} no-js ie9" prefix="og: http://ogp.me/ns#"> <![endif]-->
25: <!--[if (gt IE 9)|!(IE)]><!--><html lang="en" class="${pageClass} no-js" prefix="og: http://ogp.me/ns#"><!--<![endif]-->
26: 
27: <head>
28: <meta charset="UTF-8">
29: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
30: <title>#if ($title.length() > 0) $title #elseif ($pageTitle.length() > 0) $pageTitle - #end $website.profile.siteName</title>
31: 
32: ## OGP META TAGS
33: $!request.setAttribute("pageObj", $page)
34: $website.include("ogp-tags")
35: 
36: <script src="$website.cdn("/info/jquery.js")"></script>
37: <script src="$website.cdn("/info/modernizr.js")"></script>
38: 
39: <link rel="stylesheet" href="$website.cdn("/info/boilerplate.css")" type="text/css" />
40: <link rel="stylesheet" href="/css/styles.css" type="text/css" />
41: 
42: <script id="headerbidder" type="text/javascript" src="//a.publir.com/platform/1234.js"></script>
43: 
44: <!-- google tip jar -->
45: <script>
46:   window.astip_client = "ca-tipjar-pub-3510730445603784"
47: </script>
48: <script async
49:   src="https://www.gstatic.com/astip/astip.js">
50: </script>
51: 
52: $website.include("gpt-head")
53: $website.include("analytics")
54: 
55: $!head
56: </head>
57: 
58: <body>
59: 
60: <div id="page" class="page clearfix">
61: <div class="wrapper clearfix">
62: 
63: ## HEADER
64: $website.include("site-header")
65: 
66: ## SECONDARY NAVIGATION
67: $website.includeAgain("navbar-secondary?class=secondary-nav")
68: 
69: ## BODY CONTAINER
70: <div class="body-container clearfix">
71: 
72: ## BODY CONTENT
73: <main id="mainbody" class="mainbody clearfix" role="main">
74: 
75: ## RELATED LINKING - 20090930
76: #if (!($request.getAttribute("disable_related_links").length() > 0))
77: #set ($relatedPages = $page.relatedInSchedule)
78: #if ($relatedPages.size() > 1)
79: <div class="page-related-links clearfix">
80:  #foreach ($related in $relatedPages)
81:    #if ($velocityCount > 1) | #end
82:    #if ($related.id == $page.id)
83:       <strong>${related.mapLabel}</strong>
84:    #else
85:       <a href="$related.url" #if ($website.isExternalLink($related.url)) target="_blank" #end>${related.mapLabel}</a>
86:     #end
87:  #end
88: </div>
89: #end ## related > 1
90: #end ## disable
91: 
92: $body
93: 
94: ## BOOK MARK
95: #if ($showBookmark)
96:   $website.include("share-buttons")
97: #end
98: $wiki
99: 
100: $website.include("gpt-adhesion")
101: 
102: </main> ## mainbody
103: 
104: ## RIGHT COL
105: #if (!$pageClass.contains('landing'))
106:     $website.include("right-col")
107: #end
108: 
109: </div> ## body-container
110: 
111: ## FOOTER    
112: $website.include("site-footer")
113: 
114: </div> ## wrapper
115: </div> ## page
116: 
117: $!wiki.su
118: 
119: $website.usage
120: $website.include("dropoff-scripts")
121: 
122: ## IMG ADS
123: #if ($request.getParameter("showAd"))
124:     $website.include("img-video-ad-include")
125: #end
126: 
127: </body>
128: </html>
129: 
130: 
131: 
132: #else
133: ## LIVE SITE
134: 
135: 
136: 
137: ## CLASSIC MOBILE OR IPHONE PLATFORM
138: 	#if ($browser.getMobile() || $browser.getIphone())
139: 		$request.setAttribute("body", $body)
140: 		$request.setAttribute("title", $title)
141: 		$request.setAttribute("page", $page)
142:         $request.setAttribute("head", $head)
143: 		$website.include("mobile-decorator")
144: 	##STANDARD PLATFORM BEGIN
145: 	#else 
146: 
147: 
148: #set ($containerClass = "internal-page")
149: #set ($showBookmark = true)
150: 
151: #if ($request.getAttribute("pageClass"))
152:   #set ($containerClass = $request.getAttribute("pageClass"))
153: #end
154: 
155: #if ($request.getAttribute("showBookmark") == false)
156:   #set ($showBookmark = false)
157: #end
158: 
159: #if ($page.url.contains('award-status'))
160: 	#set($awardsPage = true)
161: #else
162: 	#set($awardsPage = false)
163: #end
164: 	
165: 
166: <!DOCTYPE html>
167: <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> 
168: <!--[if lt IE 7 ]> <html lang="en" class="${containerClass} no-js ie6"> <![endif]-->
169: <!--[if IE 7 ]>    <html lang="en" class="${containerClass} no-js ie7"> <![endif]-->
170: <!--[if IE 8 ]>    <html lang="en" class="${containerClass} no-js ie8"> <![endif]-->
171: <!--[if IE 9 ]>    <html lang="en" class="${containerClass} no-js ie9"> <![endif]-->
172: <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="${containerClass} no-js"> <!--<![endif]-->
173: 
174: <head>
175: 
176: <meta name="google-site-verification" content="UQdI7WQ-0n9rU2g11a_LdCR7qWRR1mKV79Q--DumgUY" />
177: <SCRIPT>
178: var a = Math.floor(Math.random()*9999999999+1)
179: var random_number = a;
180: </SCRIPT>
181: <script type='text/javascript'>
182: (function() {
183: var useSSL = 'https:' == document.location.protocol;
184: var src = (useSSL ? 'https:' : 'http:') +
185: '//www.googletagservices.com/tag/js/gpt.js';
186: document.write('<scr' + 'ipt src="' + src + '"></scr' + 'ipt>');
187: })();
188: </script>
189: <script type='text/javascript'>
190: googletag.pubads().enableSyncRendering();
191: </script>
192: 
193: <title>#if ($title.length() > 0)$title - #elseif ($page.title.length() > 0)$page.title - #end $website.profile.siteName</title>
194: 
195: <link rel="stylesheet" href="$website.cdn("/info/boilerplate.css")" type="text/css" />
196: <link rel="stylesheet" href="/css/styles-2014.css" type="text/css" />
197: 
198: <script src="$website.cdn('/info/jquery.js')"></script>
199: <script src="$website.cdn("/info/modernizr.js")"></script>
200: 
201: $website.include("analytics")
202: 
203: $!head
204: </head>
205: 
206: <body>
207: 
208: 
209: ## PAGE  
210: <div id="page">
211: 
212: ## WRAPPER
213: <div id="wrapper" class="clearfix">
214: 
215: ## HEADER
216: $website.include("site-header")
217: 
218: ## BODY CONTAINER
219: <div id="body-container" class="clearfix">
220: 
221: ## SECONDARY NAV
222: $website.includeAgain("navbar-secondary?tmpl=navbar-secondary-template")
223: 
224: ## BODY CONTENT
225: <div id="mainbody" class="mainbody clearfix">
226: 
227: ## RELATED LINKING - 20090930
228: #if (!($request.getAttribute("disable_related_links").length() > 0))
229: #set ($relatedPages = $page.relatedInSchedule)
230: #if ($relatedPages.size() > 1)
231: <div class="page-related-links clearfix">
232:  #foreach ($related in $relatedPages)
233:    #if ($velocityCount > 1) | #end
234:    #if ($related.id == $page.id)
235:       <strong>${related.mapLabel}</strong>
236:    #else
237:       <a href="$related.url" #if ($website.isExternalLink($related.url)) target="_blank" #end>${related.mapLabel}</a>
238:     #end
239:  #end
240: </div>
241: #end ## related > 1
242: #end ## disable
243: 
244: $body
245: 
246: ## BOOK MARK
247: #if ($showBookmark)
248:   $website.include("share-buttons")
249: #end
250: 
251: $wiki
252: 
253: </div> 
254: ## MAINBODY
255: 
256: #if ($containerClass == 'internal-page')
257:     $website.include("right-col")
258: #end
259: 
260: </div> ## BODY-CONTAINER
261: 
262: </div> ## WRAPPER
263: 
264: ## FOOTER    
265: $website.include("site-footer")
266: 
267: ## STICKY BAR
268: $website.include("sticky-bar")
269: 
270: </div> ## END PAGE
271: 
272: $!wiki.su
273: 
274: ## BACKGROUND
275: <div id="page-background"><img src="/images/setup/2013/page_bg.jpg" alt="" class="block" /></div>
276: 
277: $website.usage
278: $website.include("dropoff-scripts")
279: 
280: </body>
281: </html>
282: 
283: #end ## MOBILE CHECK
284: #end ## NEW SITE