There was a problem with a Velocity script
Page/default-decorator
ErrorInvocation of method 'include' in class com.prestosports.render.ContentEngineInvoker threw exception javax.servlet.ServletException: javax.servlet.ServletException: java.lang.RuntimeException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet successfully received from the server was 94,255 milliseconds ago. The last packet sent successfully to the server was 0 milliseconds ago. at u7uewgech0x6kfoa/default-decorator[line 122, column 34]
Page source:
1: $website.include("login")
2: 	## CLASSIC MOBILE OR IPHONE PLATFORM
3: 	#if ($browser.getMobile() || $browser.getIphone())
4: 		$request.setAttribute("body", $body)
5: 		$request.setAttribute("title", $title)
6: 		$request.setAttribute("page", $page)
7:         $request.setAttribute("head", $head)
8: 		$website.include("mobile-decorator")
9: 	##STANDARD PLATFORM BEGIN
10: 	#else 
11: 	## DEFAULT WEBSITE GOES HERE
12: 
13: <!DOCTYPE html>
14: <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> 
15: <!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
16: <!--[if IE 7 ]>    <html lang="en" class="no-js ie7"> <![endif]-->
17: <!--[if IE 8 ]>    <html lang="en" class="no-js ie8"> <![endif]-->
18: <!--[if IE 9 ]>    <html lang="en" class="no-js ie9"> <![endif]-->
19: <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
20: 
21: <head>
22: 
23: <meta name="viewport" content="width=1000" />
24: <title>#if ($title.length() > 0)$title - #elseif ($page.title.length() > 0)$page.title - #end $website.profile.siteName</title>
25: 
26: <meta name="description" content="Atlantic University Sport" />
27: <meta name="keywords" content="Atlantic University Sport, AUS, SUA, Sport Universitaire de l'Atlantique" />
28: 
29: <link rel="stylesheet" href="$website.cdn("/info/boilerplate.css")" type="text/css" />
30: <link rel="stylesheet" href="/styles.css?t=${now.time}" type="text/css" />
31: 
32: <script src="$website.cdn('/info/jquery.js')"></script>
33: <script src="$website.cdn("/info/modernizr.js")"></script>
34: 
35: 
36: ##CLIENT AD CODE
37: <!-- PUT THIS TAG IN THE head SECTION -->
38: <!-- Google tag (gtag.js) -->
39: <script async src="https://www.googletagmanager.com/gtag/js?id=G-YHQB1N9PJ1"></script>
40: <script>
41:   window.dataLayer = window.dataLayer || [];
42:   function gtag(){dataLayer.push(arguments);}
43:   gtag('js', new Date());
44: 
45:   gtag('config', 'G-YHQB1N9PJ1');
46: </script>
47: 
48: <script type="text/javascript" src="http://partner.googleadservices.com/gampad/google_service.js">
49: 
50: </script>
51: 
52: <script type="text/javascript">
53: 
54:   GS_googleAddAdSenseService("ca-pub-3034769220765950");
55: 
56:   GS_googleEnableAllServices();
57: 
58: </script>
59: 
60: <script type="text/javascript">
61: 
62:   GA_googleAddSlot("ca-pub-3034769220765950", "AUS-Leaderboard");
63: 
64:   GA_googleAddSlot("ca-pub-3034769220765950", "AUS-Skyscraper");
65: 
66: </script>
67: 
68: <script type="text/javascript">
69: 
70:   GA_googleFetchAds();
71: 
72: </script>
73: 
74: <script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script>
75: <script>
76:   var googletag = googletag || {};
77:   googletag.cmd = googletag.cmd || [];
78: </script>
79: 
80: <script>
81:   googletag.cmd.push(function() {
82:     googletag.defineSlot('/1009593/AUS-Skyscraper', [160, 600], 'div-gpt-ad-1550932172831-0').addService(googletag.pubads());
83:     googletag.pubads().enableSingleRequest();
84:     googletag.enableServices();
85:   });
86: </script>
87:  
88: 
89: $!head
90: $website.include("analytics")
91: </head>
92: 
93: <body>
94: $website.include("login")
95: #set ($containerClass = "internal-page")
96: #set ($showBookmark = true)
97: #set ($featuredPage = false)
98: 
99: #if ($request.getAttribute("featuredPage") == true)
100: #set ($featuredPage = true)
101: #set ($showBookmark = false)
102: #end
103: 
104: #if ($request.getAttribute("pageClass"))
105: #set ($containerClass = $request.getAttribute("pageClass"))
106: #end
107: 
108: ## PAGE  
109: <div id="page" class="${containerClass}">
110: 
111: ## BACKGROUND
112: <div id="background" class="clearfix">
113: 
114: ## HEADER
115: $website.include("site-header")
116: 
117: ## WRAPPER
118: <div id="wrapper" class="clearfix">
119: 
120: ## LIVE SCOREBOARD
121: <div class="clearfix">
122: <div class="float-left">$website.include("lcol-graphics?tmpl=/animation-template&width=368&height=90&source=navbar&effect=22")</div>
123: 
124: <div class="float-right"><span class="top-ad">
125: 
126: <!-- /1009593/AUS-Leaderboard -->
127: <div id='div-gpt-ad-1547646482315-0' style='height:90px; width:728px;'>
128: <script>
129: googletag.cmd.push(function() { googletag.display('div-gpt-ad-1547646482315-0'); });
130: </script>
131: </div>
132: 
133: </span></div>
134: 
135: </div>
136: 
137: ## SCOREBOARD 
138: $website.includeAgain("composite?tmpl=conference-scoreboard-template&view=1")
139: 
140: ## BODY CONTAINER
141: <div id="body-container" class="clearfix">
142: 
143: ## NAVBAR SECONDARY
144: $website.includeAgain("navbar-secondary?tmpl=navbar-secondary-template")
145: 
146: 
147: ## BODY CONTENT
148: <div id="mainbody" class="clearfix">
149: 
150: #if ($website.redesign && !$featuredPage)
151:   $website.includeAgain("/sitedev/headlines-featured?tmpl=/sitedev/headlines-slider-template")
152: #end
153: 
154: ## RELATED LINKING - 20090930
155: #if (!($request.getAttribute("disable_related_links").length() > 0))
156: #set ($relatedPages = $page.relatedInSchedule)
157: #if ($relatedPages.size() > 1)
158:  #foreach ($related in $relatedPages)
159:    #if ($velocityCount > 1) | #end
160:    #if ($related.id == $page.id)<strong>#else<a href="$related.url" #if($website.isExternalLink($related.url))target="_blank"#end>#end${related.mapLabel}#if($related.id == $page.id)</strong>#else</a> #end
161:  #end
162:  <br />
163: #end ## related > 1
164: #end ## disable
165: 
166: $body
167: 
168: ## BOOK MARK
169: #if ($showBookmark)
170:   $website.include("share-buttons")
171: #end
172: 
173: $wiki
174: </div> 
175: ## MAINBODY
176: 
177: ## RIGHTCOL
178: #if ($featuredPage)
179: $website.include("rightcol")
180: #else
181: ## AD
182: <div class="float-right"><div class="skyscraper_rcol">
183: <!-- AUS-Skyscraper  -->
184: 
185: <!-- /1009593/AUS-Skyscraper -->
186: <div id='div-gpt-ad-1550932172831-0' style='height:600px; width:160px;'>
187: <script>
188: googletag.cmd.push(function() { googletag.display('div-gpt-ad-1550932172831-0'); });
189: </script>
190: </div>
191: 
192: <!-- END OF TAG FOR AUS-Skyscraper   -->
193: </div></div>
194: #end
195: 
196: ## BOTTOMCOL
197: #if ($featuredPage)
198: $website.include("bottomcol")
199: #end
200: 
201: </div> ## BODY-CONTAINER
202: 
203: ## FOOTER    
204: $website.include("footer")
205: 
206: </div> ## WRAPPER
207: 
208: ## FOOTER TEXT
209: <div id="footer-text">$website.include("footer-text")
210: </div>
211: <div id="browser-view">
212: <p>$browser.viewOptions</p>
213: </div>
214: 
215: </div> ## END BACKGROUNDS
216: 
217: </div> ## END PAGE
218: 
219: $!wiki.su
220: 
221: <script src="/dropdown.js"></script>
222: 
223: 
224: <!--[if lt IE 7 ]>
225:   <script src="/info/dd_belatedpng.js"></script>
226:   <script>DD_belatedPNG.fix(''); </script>
227: <![endif]-->
228: 
229:   
230:   $website.usage
231:   $website.include("dropoff-scripts")
232: </body>
233: 
234: $wiki
235: </html>
236: 
237: #end
238: 
239: