HTTP Status 500 – Internal Server Error


Type Exception Report

Message Unable to compile class for JSP:

Description The server encountered an unexpected condition that prevented it from fulfilling the request.

Exception

org.apache.jasper.JasperException: Unable to compile class for JSP: 

An error occurred at line: [9] in the jsp file: [/includes/head_inc.jsp]
favicon cannot be resolved to a variable
6: <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7: <meta charset="utf-8" />
8: 
9: <link rel="shortcut icon" href="<%=favicon%>" type="image/x-icon" />
10: <link rel="apple-touch-icon" href="<%=appletouchicon%>">
11: 
12: <!-- ********** THEME RELATED CSS INCLUDES: [STARTS] ********** -->


An error occurred at line: [10] in the jsp file: [/includes/head_inc.jsp]
appletouchicon cannot be resolved to a variable
7: <meta charset="utf-8" />
8: 
9: <link rel="shortcut icon" href="<%=favicon%>" type="image/x-icon" />
10: <link rel="apple-touch-icon" href="<%=appletouchicon%>">
11: 
12: <!-- ********** THEME RELATED CSS INCLUDES: [STARTS] ********** -->
13: <!-- Begin loading animation -->


An error occurred at line: [120] in the jsp file: [/includes/head_inc.jsp]
redirectURLs cannot be resolved to a variable
117: java.util.ArrayList<String> prodServers = new java.util.ArrayList<String>();
118: 
119: // For list of redirectURLs as String, refer to \ROOT\includes\properties.jsp
120: java.util.StringTokenizer st = new java.util.StringTokenizer(redirectURLs , ",");
121: while (st.hasMoreTokens()) {
122: 	 String _rdr  = st.nextToken();
123: 	 //System.out.println(_rdr);


An error occurred at line: [182] in the jsp file: [/includes/head_inc.jsp]
currentEnvironment cannot be resolved to a variable
179: 	// According to https://hstspreload.org/, we should set a max age of 2 years (duration that browser should remember this preference)
180: 	// Adding "preload" directive tells hstspreload.org that we would like to be added to the preload list, which would prevent the user
181: 	// from accidentally accessing the non-HTTPS version of the host and automatically upgrade to HTTPS for all connections
182: 	if (currentEnvironment != "development") {
183: 		response.setHeader("Strict-Transport-Security", "max-age=63072000; includeSubDomains; preload");
184: 	}
185: %>


An error occurred at line: [52] in the jsp file: [/includes/ip_country_lookup.jsp]
countryLookupUrl cannot be resolved to a variable
49: 		if(doConnect){
50: 			//System.out.println("Lookup requestCountry...");
51: 
52: 			String _url = countryLookupUrl;
53: 
54: 			if(_xForwarded!=null && !developmentMode){
55: 				_url += "&xForwarded=" + _xForwarded;


An error occurred at line: [10] in the jsp file: [/includes/fr/banner.jsp]
webPropertyName cannot be resolved to a variable
7:     <nav class="navbar navbar-expand-lg navbar-light border-bottom" data-sticky="top">
8:         <div class="container">
9:             <a class="navbar-brand navbar-brand-dynamic-color fade-page" href="/fr/">
10:                 <img alt="<%=webPropertyName%> - Retour &agrave; la page d'accueil" title="<%=webPropertyName%> - Retour &agrave; la page d'accueil" src="<%=siteLogo%>">
11:             </a>
12:             <div class="d-flex align-items-center order-lg-3">
13:                 <!-- Login Button Section: Begins -->


An error occurred at line: [10] in the jsp file: [/includes/fr/banner.jsp]
webPropertyName cannot be resolved to a variable
7:     <nav class="navbar navbar-expand-lg navbar-light border-bottom" data-sticky="top">
8:         <div class="container">
9:             <a class="navbar-brand navbar-brand-dynamic-color fade-page" href="/fr/">
10:                 <img alt="<%=webPropertyName%> - Retour &agrave; la page d'accueil" title="<%=webPropertyName%> - Retour &agrave; la page d'accueil" src="<%=siteLogo%>">
11:             </a>
12:             <div class="d-flex align-items-center order-lg-3">
13:                 <!-- Login Button Section: Begins -->


An error occurred at line: [10] in the jsp file: [/includes/fr/banner.jsp]
siteLogo cannot be resolved to a variable
7:     <nav class="navbar navbar-expand-lg navbar-light border-bottom" data-sticky="top">
8:         <div class="container">
9:             <a class="navbar-brand navbar-brand-dynamic-color fade-page" href="/fr/">
10:                 <img alt="<%=webPropertyName%> - Retour &agrave; la page d'accueil" title="<%=webPropertyName%> - Retour &agrave; la page d'accueil" src="<%=siteLogo%>">
11:             </a>
12:             <div class="d-flex align-items-center order-lg-3">
13:                 <!-- Login Button Section: Begins -->


An error occurred at line: [14] in the jsp file: [/includes/fr/banner.jsp]
loginUrl cannot be resolved to a variable
11:             </a>
12:             <div class="d-flex align-items-center order-lg-3">
13:                 <!-- Login Button Section: Begins -->
14:                 <a class="btn btn-outline-g ml-lg-2 mr-3 mr-md-4 mr-lg-0 d-none d-sm-block order-lg-3 px-2" href="<%=loginUrl%>">Session <img src="/img/theme/icons/interface/icon-arrow-right.svg" alt="Icon" class="icon ml-1 bg-primary-g" data-inject-svg></a>
15:                 <!-- Login Button Section: Ends -->
16: 
17:                 <!-- Trial Button Section: Begins -->


An error occurred at line: [18] in the jsp file: [/includes/fr/banner.jsp]
signupUrl cannot be resolved to a variable
15:                 <!-- Login Button Section: Ends -->
16: 
17:                 <!-- Trial Button Section: Begins -->
18:                 <a href="<%=signupUrl%>" class="btn btn-g ml-lg-2 mr-3 mr-md-4 mr-lg-0 d-none d-sm-block order-lg-3 px-2">Essai de 14 jours</a>
19:                 <!-- Trial Button Section: Ends -->
20: 
21:                 <!-- Collapsable Navigation Button Section: Begins -->


An error occurred at line: [44] in the jsp file: [/includes/fr/banner.jsp]
loginUrl cannot be resolved to a variable
41: 
42:                     <!-- Login Link: Small XScreens Only: Starts -->
43:                     <li class="nav-item d-sm-none">
44:                         <a class="nav-link" href="<%=loginUrl%>">Session <img src="/img/theme/icons/interface/icon-arrow-right.svg" alt="" class="icon icon-xs ml-1 bg-primary-g" data-inject-svg></a>
45:                     </li>
46:                     <!-- Login Link: Small XScreens Only: Ends -->
47: 


An error occurred at line: [50] in the jsp file: [/includes/fr/banner.jsp]
signupUrl cannot be resolved to a variable
47: 
48:                     <!-- Start Trial Link: XSmall Screens Only: Starts -->
49:                     <li class="nav-item d-sm-none">
50:                         <a class="nav-link" href="<%=signupUrl%>">Essai de 14 jours</a>
51:                     </li>
52:                     <!-- Start Trial Link: XSmall Screens Only: Ends -->
53: 


An error occurred at line: [57] in the jsp file: [/includes/fr/banner.jsp]
supportedLangs cannot be resolved
54: 					<!-- Language selector: Starts -->
55:                     <li class="nav-item">
56:                         <div class="dropdown">
57:                             <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle nav-link nav-item arrow-bottom" data-toggle="dropdown-grid" href="javascript:void(0);" role="button"><%= supportedLangs.get(_lang) %></a>
58:                             <div class="row dropdown-menu">
59:                                 <div class="col-auto" data-dropdown-content>
60:                                     <div class="dropdown-grid-menu">


An error occurred at line: [57] in the jsp file: [/includes/fr/banner.jsp]
_lang cannot be resolved to a variable
54: 					<!-- Language selector: Starts -->
55:                     <li class="nav-item">
56:                         <div class="dropdown">
57:                             <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle nav-link nav-item arrow-bottom" data-toggle="dropdown-grid" href="javascript:void(0);" role="button"><%= supportedLangs.get(_lang) %></a>
58:                             <div class="row dropdown-menu">
59:                                 <div class="col-auto" data-dropdown-content>
60:                                     <div class="dropdown-grid-menu">


An error occurred at line: [64] in the jsp file: [/includes/fr/banner.jsp]
supportedLangs cannot be resolved
61:                                         
62: 										<%
63: 											// Print each supported language
64: 											java.util.Iterator entries = supportedLangs.entrySet().iterator();
65: 											while (entries.hasNext()) {
66: 												java.util.Map.Entry entry = (java.util.Map.Entry) entries.next();
67: 												String key = (String)entry.getKey();


An error occurred at line: [72] in the jsp file: [/includes/fr/banner.jsp]
_lang cannot be resolved
69: 											
70: 										%>
71: 																				
72: 											<a href="/lang/<%= key %>"/" class="dropdown-item  <%= _lang.equals(key)? "active" : ""%>">
73: 												<%= value %>
74: 											</a>
75: 											


An error occurred at line: [111] in the jsp file: [/a-propos/qui-sommes-nous/index.jsp]
signupUrl cannot be resolved to a variable
108: 
109: 				  <span class="small-hide">&nbsp;&nbsp;</span><div class="large-hide"><p/></div> <% // hack added by compliantia to display a carriage return if interface is mobile and space otherwise %>
110: 
111: 					<button class="btn btn-primary btn-large no-margin-bottom" type="" onclick="location.href='<%=signupUrl%>'">Essai gratuit de 30 jours</button>
112: 
113: 				</div>
114: 


An error occurred at line: [12] in the jsp file: [/includes/fr/footer.jsp]
signupUrl cannot be resolved to a variable
9:         </div>
10:         <div class="row justify-content-center text-center mt-md-n4">
11:             <div class="d-flex flex-column flex-sm-row justify-content-center justify-content-lg-start">
12:                 <a href="<%=signupUrl%>&aboutPricing=y&aboutTrial=y" class="btn btn-g btn-lg m-2 align-items-center">Essayez gratuitement</a>
13:                 <a href="/contact/fr/" class="btn btn-primary btn-lg m-2 align-items-center">Contactez-nous</a>
14:             </div>
15:         </div>


An error occurred at line: [39] in the jsp file: [/includes/fr/footer.jsp]
androidURL cannot be resolved to a variable
36:                 </ul>
37:                 <ul class="nav flex-row flex-md-column">
38:                     <li  class="nav-item mr-3 mr-md-0">
39:                         <span id="googleFooterLink"><a href="<%=androidURL%>" style="" title="Disponible sur Google Play"><img src="/img/google/fr_badge_web_generic.png" alt="Disponible sur Google Play" height="53"></a></span>
40:                     </li>
41:                 </ul>
42:                 </div>


An error occurred at line: [61] in the jsp file: [/includes/fr/footer.jsp]
generalEmailFr cannot be resolved to a variable
58:                 </div>
59:                 <div class="d-flex align-items-start my-2">
60:                     <img class="icon icon-sm bg-white mr-3 my-2" src="/img/theme//icons/interface/icon-mail.svg" alt="Icon" data-inject-svg />
61:                     <a class="nav-link fade-page px-0 py-2" href="mailto:<%=generalEmailFr%>"><%=generalEmailFr%></a>
62:                 </div>
63:                 <div class="d-flex align-items-start my-2">
64:                     <img class="icon icon-sm bg-white mr-3 my-2" src="/img/theme/icons/interface/icon-home.svg" alt="Icon" data-inject-svg />


An error occurred at line: [61] in the jsp file: [/includes/fr/footer.jsp]
generalEmailFr cannot be resolved to a variable
58:                 </div>
59:                 <div class="d-flex align-items-start my-2">
60:                     <img class="icon icon-sm bg-white mr-3 my-2" src="/img/theme//icons/interface/icon-mail.svg" alt="Icon" data-inject-svg />
61:                     <a class="nav-link fade-page px-0 py-2" href="mailto:<%=generalEmailFr%>"><%=generalEmailFr%></a>
62:                 </div>
63:                 <div class="d-flex align-items-start my-2">
64:                     <img class="icon icon-sm bg-white mr-3 my-2" src="/img/theme/icons/interface/icon-home.svg" alt="Icon" data-inject-svg />


An error occurred at line: [68] in the jsp file: [/includes/fr/footer.jsp]
signupUrl cannot be resolved to a variable
65:                     <a class="nav-link fade-page px-0 py-2" href="/contact/fr/">Adresse et carte</a>
66:                 </div>
67:                 <div class="mt-4">
68:                     <a class="btn btn-outline-primary" href="<%=signupUrl%>&aboutTrial=y">
69:                         Essai de 14 jours <img src="/img/theme/icons/interface/icon-arrow-right.svg" alt="Icon" class="icon ml-1 bg-white" data-inject-svg>
70:                     </a>
71:                 </div>


An error occurred at line: [89] in the jsp file: [/includes/fr/footer.jsp]
twitterURL cannot be resolved to a variable
86:             <div class="col-auto mt-3 mt-lg-0">
87:                 <ul class="list-unstyled d-flex mb-0">
88:                 <li class="mx-3">
89:                     <a href="<%=twitterURL%>" target="_blank" class="hover-fade-out">
90:                     <img src="/img/theme/icons/social/twitter.svg" alt="Twitter" class="icon icon-xs bg-white" data-inject-svg>
91:                     </a>
92:                 </li>


An error occurred at line: [94] in the jsp file: [/includes/fr/footer.jsp]
facebookURL cannot be resolved to a variable
91:                     </a>
92:                 </li>
93:                 <li class="mx-3">
94:                     <a href="<%=facebookURL%>" target="_blank" class="hover-fade-out">
95:                     <img src="/img/theme/icons/social/facebook.svg" alt="Facebook" class="icon icon-xs bg-white" data-inject-svg>
96:                     </a>
97:                 </li>


An error occurred at line: [99] in the jsp file: [/includes/fr/footer.jsp]
linkedInURL cannot be resolved to a variable
96:                     </a>
97:                 </li>
98:                 <li class="mx-3">
99:                     <a href="<%=linkedInURL%>" target="_blank" class="hover-fade-out">
100:                     <img src="/img/theme/icons/social/linkedin.svg" alt="Google" class="icon icon-xs bg-white" data-inject-svg>
101:                     </a>
102:                 </li>


An error occurred at line: [118] in the jsp file: [/includes/fr/footer.jsp]
googleAnalyticsTrackingCode cannot be resolved to a variable
115: <!-- Scroll To Top Button: Ends -->
116: 
117: <!-- ********* Google Analytics [begin] ********* -->
118: <%=googleAnalyticsTrackingCode%>
119: <!-- ********* Google Analytics [end] ********* -->
120: 
121: <!-- ********* LinkedIn Insight Tag [begin] ********* -->


An error occurred at line: [158] in the jsp file: [/includes/fr/footer.jsp]
webPropertyName cannot be resolved to a variable
155: <script type="text/javascript" src="/js/theme/popper.min.js"></script>
156: <script type="text/javascript" src="/js/theme/bootstrap.js"></script>
157: 
158: <!-- Custom <%=webPropertyName%> JavaScript code: starts -->
159: <script type="text/javascript">
160:     $('document').ready(function() {
161:         <% // Detect device: starts %>


An error occurred at line: [245] in the jsp file: [/includes/fr/footer.jsp]
webPropertyName cannot be resolved to a variable
242:         <% // If desktop / laptop user, implement on-hover dropdown interface. On-click will navigate directly to the first child link. [ends] %>
243:     });
244: </script>
245: <!-- Custom <%=webPropertyName%> JavaScript code: ends -->
246: 
247: <!-- Optional Vendor Scripts (Remove the plugin script here and comment initializer script out of index.js if site does not use that feature) -->
248: 


Stacktrace:
	org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:102)
	org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:214)
	org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:542)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:398)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:368)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:352)
	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:603)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:399)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:379)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:327)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:623)
	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)

Note The full stack trace of the root cause is available in the server logs.


Apache Tomcat/9.0.87