There was a problem with a Velocity script
Pageogp-tags
ErrorInvocation of method 'includeAgain' 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 36,046 milliseconds ago. The last packet sent successfully to the server was 372 milliseconds ago. at f3g0ho3cabmav76xogp-tags[line 39, column 16]
Page source:
1: ## PICK UP OPTIONS
2: $website.include("options")
3: #set ($options = $request.getAttribute("options"))
4: 
5: #if ($request.getAttribute("pageObj"))
6: 
7:     $website.include("options")
8:     #set ($pageObj = $request.getAttribute("pageObj"))
9:     #set ($options = $request.getAttribute("options"))
10: 
11: 	#set ($canonicalUrl = "https://${website.profile.preferredDomain}")
12: 	#if ($pageObj.url.startsWith("/"))
13: 		#set ($canonicalUrl = "${canonicalUrl}${pageObj.url}")
14: 	#else
15: 		#set ($canonicalUrl = "${canonicalUrl}/${pageObj.url}")
16: 	#end
17: 	
18: 	<link rel="canonical" href="$canonicalUrl" />
19:     <meta property="fb:app_id" content="280467664480" />
20:     
21:     #if ($!options.get("og_twitter_account"))
22:         <meta name="twitter:card" content="summary_large_image" />
23:         <meta name="twitter:site" content="@$options.get("og_twitter_account")" />
24:         <meta name="twitter:creator" content="@$options.get("og_twitter_account")" />
25:         
26:         <meta property="twitter:title" #if ($pageObj.title.length() > 0) content="$pageObj.title" #else content="$website.profile.siteName" #end />
27:         <meta property="twitter:description" #if ($pageObj.leadIn.length() > 0) content="$pageObj.leadIn" #elseif ($pageObj.title.length() > 0) content="$pageObj.title" #else content="$website.profile.siteName" #end />
28:       
29:         #if ($pageObj.thumbnailURL)
30:             <meta name="twitter:image" content="https://${website.profile.preferredDomain}${pageObj.thumbnailURL}?max_width=1200&max_height=675" />
31:         #elseif ($pageObj.contentType == "loki/youtube")
32:             <meta name="twitter:image" content="https://img.youtube.com/vi/${pageObj.dataAsString}/0.jpg" />
33:         #else
34:             <meta name="twitter:image" content="https://${website.profile.preferredDomain}/images/setup/thumbnail_default.jpg?max_width=1200&max_height=675" />
35:         #end
36:     #end
37: 
38:     #if ($pageObj.contentType.startsWith("statcrew/"))
39:       $website.includeAgain("${pageObj}?tmpl=boxscore-meta-template")
40:     #else
41:         <meta property="og:locale" content="en_US" />
42:         <meta property="og:title" #if ($pageObj.title.length() > 0) content="$pageObj.title" #else content="$website.profile.siteName" #end />
43:         <meta property="dcterms.title" #if ($pageObj.title.length() > 0) content="$pageObj.title" #else content="$website.profile.siteName" #end />
44:         <meta property="og:description" #if ($pageObj.leadIn.length() > 0) content="$pageObj.leadIn" #elseif ($pageObj.title.length() > 0) content="$pageObj.title" #else content="$website.profile.siteName" #end />
45:         <meta property="dcterms.description" #if ($pageObj.leadIn.length() > 0) content="$pageObj.leadIn" #elseif ($pageObj.title.length() > 0) content="$pageObj.title" #else content="$website.profile.siteName" #end />
46:         #if ($pageObj.thumbnailURL)
47:           <meta property="og:image" content="https://${website.profile.preferredDomain}${pageObj.thumbnailURL}?max_width=1200&max_height=675" />
48:           <meta property="og:image:secure_url" content="https://${website.profile.preferredDomain}${pageObj.thumbnailURL}?max_width=1200&max_height=675" />
49:           <meta property="og:image:width" content="1200" />
50:           <meta property="og:image:height" content="675" />
51:           <meta property=" og:image:alt" content="${pageObj.title} thumbnail" />
52:         #elseif ($pageObj.contentType == "loki/youtube")
53:           <meta property="og:image" content="https://img.youtube.com/vi/${pageObj.dataAsString}/0.jpg" />
54:           <meta property=" og:image:alt" content="video thumbnail}" />
55:         #else
56:           <meta property="og:image" content="https://${website.profile.preferredDomain}/images/setup/thumbnail_default.jpg?max_width=1200&max_height=675" />
57:           <meta property=" og:image:alt" content="${website.profile.siteName} thumbnail" />
58:         #end
59:     #end
60: 
61:     <meta property="og:site_name" content="$website.profile.siteName" />
62:     <meta property="og:url" content="${canonicalUrl}" />
63:     <meta property="dcterms.identifier" content="${canonicalUrl}" />
64: 
65:     #if ($pageObj.contentType == "loki/tinymce") ## article
66:         <meta property="og:type" content="article" />
67:         <meta property="dcterms.type" content="article" />
68:         #if ($pageObj.date)
69:             <meta property="article:published_time" content="${formatter.formatDate($pageObj.date, "yyyy-MM-dd")}" />
70:             <meta property="dcterms.created" content="${formatter.formatDate($pageObj.date, "yyyy-MM-dd")}" />
71:             <meta property="dcterms.available" content="${formatter.formatDate($pageObj.date, "yyyy-MM-dd")}" />
72:         #end
73: 
74:     #elseif ($pageObj.contentType == "video/x-flv" || $pageObj.contentType == "loki/video" || $pageObj.contentType == "loki/youtube") ## video
75: 
76:         <meta property="og:type" content="video" />
77:         <meta property="dcterms.type" content="video" />
78: 
79:         #if ($pageObj.contentType == "video/x-flv" || $pageObj.contentType == "loki/video")
80:             <meta property="og:video" content="https://${website.profile.preferredDomain}/info/player/5.0/mediaplayer.swf?file=${website.includeAgain("$pageObj.url?tmpl=video-url-template")}&autostart=true" />
81:         #else
82:             <meta property="og:video" content="https://www.youtube.com/v/${pageObj.dataAsString}?version=3&amp;autohide=1" />
83:             <meta property="og:video:secure_url" content="https://www.youtube.com/v/${pageObj.dataAsString}?version=3&amp;autohide=1" />
84:         #end
85: 
86:         <meta property="og:video:type" content="application/x-shockwave-flash" />
87:         <meta property="og:video:width" content="480" />
88:         <meta property="og:video:height" content="360" />
89:     #else
90:         <meta property="og:type" content="website" />
91:     #end
92: 
93: 
94: #end ## getAttribute
95: 
96: 
97: 
98: #if ($options.get("robots_directives"))
99:   <meta name="robots" content="$options.get("robots_directives")" />
100: #end

Skip to navigation Skip to content Skip to footer

February 23, 2024 Sacramento City at Diablo Valley

6
0
Line Score
Final 1 2 3 4 5 6 7 R H E
Sacramento City 2 0 1 0 0 0 3 6 9 1
Diablo Valley 0 0 0 0 0 0 0 0 0 4

Box Score

Sacramento City
Diablo Valley

Sacramento City Batters

Hitters AB R H RBI BB SO LOB
cf Chloe Kimbrell
4 1 0 0 0 1 3
2b Jenna Potter
3 2 2 1 1 0 0
ss Izzy Fisher
4 1 2 0 0 0 2
dh Keierra Bowman
4 0 1 0 0 0 3
c Diana Hull
4 1 0 0 0 0 4
3b Kayla Garber
3 1 0 0 1 0 2
rf Tegan Martin
4 0 1 2 0 0 2
1b Serena Abar
4 0 1 0 0 1 0
lf Jasmin Montes
4 0 2 0 0 0 2
p Aubrey Robinson
0 0 0 0 0 0 0
Totals 34 6 9 3 2 2 9
Batting
3B: Jasmin Montes
RBI: Jenna Potter , Tegan Martin (2)
Baserunning
SB: Chloe Kimbrell , Jenna Potter
Fielding
E: Izzy Fisher
DP: Izzy Fisher

Diablo Valley Batters

Hitters AB R H RBI BB SO LOB
3 0 0 0 0 0 1
3 0 0 0 0 0 0
3 0 0 0 0 0 0
3 0 0 0 0 1 1
2 0 0 0 1 0 0
2 0 0 0 0 2 1
1 0 0 0 1 0 0
2 0 0 0 0 0 1
1 0 0 0 1 1 0
Totals 20 0 0 0 3 4 2
Baserunning
CS: Ori RINNE
Fielding
E: Savannah MILES , Melina MENDOZA , Rylinn GULL , Lenaya WALTON

Sacramento City Pitchers

Pitchers IP H R ER BB SO HR
Aubrey Robinson 7.0 0 0 0 3 4 0
Totals 7.0 0 0 0 3 4 0
Pitching
Batters faced: Aubrey Robinson (23)

Diablo Valley Pitchers

Pitchers IP H R ER BB SO HR
Rylinn GULL 7.0 9 6 4 2 2 0
Totals 7.0 9 6 4 2 2 0
Pitching
Batters faced: Rylinn GULL (36)

Scoring Summary

Innings Play V - H
1st Potter singles on a pop fly to second baseman Garcia. Kimbrell scores 0 - 0
1st Potter scores 0 - 0
3rd Potter scores on passed ball 0 - 0
7th Martin singles on a line drive to center fielder Marks. Fisher scores. Hull scores 0 - 0
7th Montes scores on passed ball 0 - 0

Other Information

Play By Play

Scoring Summary

Innings Play V - H
1st Potter singles on a pop fly to second baseman Garcia. Kimbrell scores 0 - 0
1st Potter scores 0 - 0
3rd Potter scores on passed ball 0 - 0
7th Martin singles on a line drive to center fielder Marks. Fisher scores. Hull scores 0 - 0
7th Montes scores on passed ball 0 - 0

All Plays