HTTP Status 500 - Unable to compile class for JSP:


type Exception report

message Unable to compile class for JSP:

description The server encountered an internal error that prevented it from fulfilling this request.

exception

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

An error occurred at line: 8 in the jsp file: /incContestsAuto.jsp
showcash cannot be resolved to a variable
5:  Show: 
6: <select  name="loadpage" onchange="location = this.options[this.selectedIndex].value;"> 
7: 
8: 	<option  value="contestsall.jsp?sc=0" <% if (showcash==0) { out.print("SELECTED"); }%>>Contests By Deadline</option> 
9: 	<option  value="contestsall.jsp?sc=1" <% if (showcash==1) { out.print("SELECTED"); }%>>Contests With Cash Prizes</option>
10: 		
11: 	


An error occurred at line: 9 in the jsp file: /incContestsAuto.jsp
showcash cannot be resolved to a variable
6: <select  name="loadpage" onchange="location = this.options[this.selectedIndex].value;"> 
7: 
8: 	<option  value="contestsall.jsp?sc=0" <% if (showcash==0) { out.print("SELECTED"); }%>>Contests By Deadline</option> 
9: 	<option  value="contestsall.jsp?sc=1" <% if (showcash==1) { out.print("SELECTED"); }%>>Contests With Cash Prizes</option>
10: 		
11: 	
12: </select>


An error occurred at line: 27 in the jsp file: /incContestsAuto.jsp
showcash cannot be resolved to a variable
24:  int intcounter = 0;
25:  int intCountContests = 0;
26:  
27:  if (showcash==0) {
28: 
29:  contestnewwritingcontests.loadNewContests();
30:  


An error occurred at line: 29 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
26:  
27:  if (showcash==0) {
28: 
29:  contestnewwritingcontests.loadNewContests();
30:  
31: intCountContests = contestnewwritingcontests.getCount();
32: // now new contests


An error occurred at line: 31 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
28: 
29:  contestnewwritingcontests.loadNewContests();
30:  
31: intCountContests = contestnewwritingcontests.getCount();
32: // now new contests
33: if (intCountContests > 0) {
34: 


An error occurred at line: 38 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
35: %>
36:    <h3 style="text-align:center;"><i class="fa fa-calendar-plus-o" style="color:purple;"></i> Contests Announced Today</h3><hr  style="width:50%">
37: <%
38: for (int intContests = 0; intContests  < contestnewwritingcontests.getCount(); intContests++) {
39: 
40: %>
41: 


An error occurred at line: 45 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
42: 
43: 	
44: 		<img src="images/newsmall.gif">
45:                           <a href="contestdetails.jsp?id=<%=contestnewwritingcontests.getID()%>"><h4><%=contestnewwritingcontests.getContestName()%></h2></a>
46:                           
47:                                  
48:                                   <% 


An error occurred at line: 45 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
42: 
43: 	
44: 		<img src="images/newsmall.gif">
45:                           <a href="contestdetails.jsp?id=<%=contestnewwritingcontests.getID()%>"><h4><%=contestnewwritingcontests.getContestName()%></h2></a>
46:                           
47:                                  
48:                                   <% 


An error occurred at line: 49 in the jsp file: /incContestsAuto.jsp
ContestAnnouncement cannot be resolved to a variable
46:                           
47:                                  
48:                                   <% 
49:                            ContestAnnouncement = contestnewwritingcontests.getDescription();
50: 	
51:            
52: 				


An error occurred at line: 49 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
46:                           
47:                                  
48:                                   <% 
49:                            ContestAnnouncement = contestnewwritingcontests.getDescription();
50: 	
51:            
52: 				


An error occurred at line: 53 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
50: 	
51:            
52: 				
53: 				if (contest.getUserID() == 1) { 
54: 				
55: 				int intrndnum = dbUtil.getRandomNumber(5);
56: 			String cashprize = " Cash Prize.";


An error occurred at line: 81 in the jsp file: /incContestsAuto.jsp
ContestAnnouncement cannot be resolved to a variable
78: 				
79: 				}
80: 				
81: 				ContestAnnouncement+= cashprize;
82: 				
83: 				}
84: 	


An error occurred at line: 90 in the jsp file: /incContestsAuto.jsp
ContestAnnouncement cannot be resolved to a variable
87: 	
88: 	%>
89:                           
90:                          <%=ContestAnnouncement%> 
91:                          
92:                          <%                      
93: 


An error occurred at line: 95 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
92:                          <%                      
93: 
94: 	
95: 	if (contestnewwritingcontests.getDaysLeft() > 1) { 
96: 	
97: 	%>
98: 	


An error occurred at line: 100 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
97: 	%>
98: 	
99: 	 <%	
100: 	if (contestnewwritingcontests.getDaysLeft() == 0) {
101: 		ContestDeadlineMessage= "<b>Today!</b>";
102: 	} else if (contestnewwritingcontests.getDaysLeft() == 1) { 
103: 	ContestDeadlineMessage= "<b>Tomorrow!</b>";


An error occurred at line: 102 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
99: 	 <%	
100: 	if (contestnewwritingcontests.getDaysLeft() == 0) {
101: 		ContestDeadlineMessage= "<b>Today!</b>";
102: 	} else if (contestnewwritingcontests.getDaysLeft() == 1) { 
103: 	ContestDeadlineMessage= "<b>Tomorrow!</b>";
104: 	} else if (contestnewwritingcontests.getDaysLeft() < 11) { 
105: 	ContestDeadlineMessage= "<b>In " + contestnewwritingcontests.getDaysLeft() + " Days</b>";


An error occurred at line: 104 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
101: 		ContestDeadlineMessage= "<b>Today!</b>";
102: 	} else if (contestnewwritingcontests.getDaysLeft() == 1) { 
103: 	ContestDeadlineMessage= "<b>Tomorrow!</b>";
104: 	} else if (contestnewwritingcontests.getDaysLeft() < 11) { 
105: 	ContestDeadlineMessage= "<b>In " + contestnewwritingcontests.getDaysLeft() + " Days</b>";
106: 	} else if (contestnewwritingcontests.getDaysLeft() < 14) { 
107: 	ContestDeadlineMessage= "<b>Next Week.</b> " + contestnewwritingcontests.getShortDueDate();;


An error occurred at line: 105 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
102: 	} else if (contestnewwritingcontests.getDaysLeft() == 1) { 
103: 	ContestDeadlineMessage= "<b>Tomorrow!</b>";
104: 	} else if (contestnewwritingcontests.getDaysLeft() < 11) { 
105: 	ContestDeadlineMessage= "<b>In " + contestnewwritingcontests.getDaysLeft() + " Days</b>";
106: 	} else if (contestnewwritingcontests.getDaysLeft() < 14) { 
107: 	ContestDeadlineMessage= "<b>Next Week.</b> " + contestnewwritingcontests.getShortDueDate();;
108: 	


An error occurred at line: 106 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
103: 	ContestDeadlineMessage= "<b>Tomorrow!</b>";
104: 	} else if (contestnewwritingcontests.getDaysLeft() < 11) { 
105: 	ContestDeadlineMessage= "<b>In " + contestnewwritingcontests.getDaysLeft() + " Days</b>";
106: 	} else if (contestnewwritingcontests.getDaysLeft() < 14) { 
107: 	ContestDeadlineMessage= "<b>Next Week.</b> " + contestnewwritingcontests.getShortDueDate();;
108: 	
109: 	} else {


An error occurred at line: 107 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
104: 	} else if (contestnewwritingcontests.getDaysLeft() < 11) { 
105: 	ContestDeadlineMessage= "<b>In " + contestnewwritingcontests.getDaysLeft() + " Days</b>";
106: 	} else if (contestnewwritingcontests.getDaysLeft() < 14) { 
107: 	ContestDeadlineMessage= "<b>Next Week.</b> " + contestnewwritingcontests.getShortDueDate();;
108: 	
109: 	} else {
110: 	ContestDeadlineMessage= contestnewwritingcontests.getShortDueDate(); 


An error occurred at line: 110 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
107: 	ContestDeadlineMessage= "<b>Next Week.</b> " + contestnewwritingcontests.getShortDueDate();;
108: 	
109: 	} else {
110: 	ContestDeadlineMessage= contestnewwritingcontests.getShortDueDate(); 
111: 	}
112: 	
113: 	%>


An error occurred at line: 119 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
116: 	
117: 	<% } else { 
118: 
119:                             if (!contestnewwritingcontests.getSiteKeyword().equals("reviewer") && !contestnewwritingcontests.getSiteKeyword().equals("DPOM") && !contestnewwritingcontests.getSiteKeyword().equals("MMPOM") && !contestnewwritingcontests.getSiteKeyword().equals("DPOM") && !contestnewwritingcontests.getSiteKeyword().equals("rankings") && !contestnewwritingcontests.getSiteKeyword().equals("POM") && !contestnewwritingcontests.getSiteKeyword().equals("TAM") && !contestnewwritingcontests.getSiteKeyword().equals("DAM")) { %>
120:                             
121:                             
122:                             <b>Deadline Today!</b>


An error occurred at line: 119 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
116: 	
117: 	<% } else { 
118: 
119:                             if (!contestnewwritingcontests.getSiteKeyword().equals("reviewer") && !contestnewwritingcontests.getSiteKeyword().equals("DPOM") && !contestnewwritingcontests.getSiteKeyword().equals("MMPOM") && !contestnewwritingcontests.getSiteKeyword().equals("DPOM") && !contestnewwritingcontests.getSiteKeyword().equals("rankings") && !contestnewwritingcontests.getSiteKeyword().equals("POM") && !contestnewwritingcontests.getSiteKeyword().equals("TAM") && !contestnewwritingcontests.getSiteKeyword().equals("DAM")) { %>
120:                             
121:                             
122:                             <b>Deadline Today!</b>


An error occurred at line: 119 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
116: 	
117: 	<% } else { 
118: 
119:                             if (!contestnewwritingcontests.getSiteKeyword().equals("reviewer") && !contestnewwritingcontests.getSiteKeyword().equals("DPOM") && !contestnewwritingcontests.getSiteKeyword().equals("MMPOM") && !contestnewwritingcontests.getSiteKeyword().equals("DPOM") && !contestnewwritingcontests.getSiteKeyword().equals("rankings") && !contestnewwritingcontests.getSiteKeyword().equals("POM") && !contestnewwritingcontests.getSiteKeyword().equals("TAM") && !contestnewwritingcontests.getSiteKeyword().equals("DAM")) { %>
120:                             
121:                             
122:                             <b>Deadline Today!</b>


An error occurred at line: 119 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
116: 	
117: 	<% } else { 
118: 
119:                             if (!contestnewwritingcontests.getSiteKeyword().equals("reviewer") && !contestnewwritingcontests.getSiteKeyword().equals("DPOM") && !contestnewwritingcontests.getSiteKeyword().equals("MMPOM") && !contestnewwritingcontests.getSiteKeyword().equals("DPOM") && !contestnewwritingcontests.getSiteKeyword().equals("rankings") && !contestnewwritingcontests.getSiteKeyword().equals("POM") && !contestnewwritingcontests.getSiteKeyword().equals("TAM") && !contestnewwritingcontests.getSiteKeyword().equals("DAM")) { %>
120:                             
121:                             
122:                             <b>Deadline Today!</b>


An error occurred at line: 119 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
116: 	
117: 	<% } else { 
118: 
119:                             if (!contestnewwritingcontests.getSiteKeyword().equals("reviewer") && !contestnewwritingcontests.getSiteKeyword().equals("DPOM") && !contestnewwritingcontests.getSiteKeyword().equals("MMPOM") && !contestnewwritingcontests.getSiteKeyword().equals("DPOM") && !contestnewwritingcontests.getSiteKeyword().equals("rankings") && !contestnewwritingcontests.getSiteKeyword().equals("POM") && !contestnewwritingcontests.getSiteKeyword().equals("TAM") && !contestnewwritingcontests.getSiteKeyword().equals("DAM")) { %>
120:                             
121:                             
122:                             <b>Deadline Today!</b>


An error occurred at line: 119 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
116: 	
117: 	<% } else { 
118: 
119:                             if (!contestnewwritingcontests.getSiteKeyword().equals("reviewer") && !contestnewwritingcontests.getSiteKeyword().equals("DPOM") && !contestnewwritingcontests.getSiteKeyword().equals("MMPOM") && !contestnewwritingcontests.getSiteKeyword().equals("DPOM") && !contestnewwritingcontests.getSiteKeyword().equals("rankings") && !contestnewwritingcontests.getSiteKeyword().equals("POM") && !contestnewwritingcontests.getSiteKeyword().equals("TAM") && !contestnewwritingcontests.getSiteKeyword().equals("DAM")) { %>
120:                             
121:                             
122:                             <b>Deadline Today!</b>


An error occurred at line: 119 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
116: 	
117: 	<% } else { 
118: 
119:                             if (!contestnewwritingcontests.getSiteKeyword().equals("reviewer") && !contestnewwritingcontests.getSiteKeyword().equals("DPOM") && !contestnewwritingcontests.getSiteKeyword().equals("MMPOM") && !contestnewwritingcontests.getSiteKeyword().equals("DPOM") && !contestnewwritingcontests.getSiteKeyword().equals("rankings") && !contestnewwritingcontests.getSiteKeyword().equals("POM") && !contestnewwritingcontests.getSiteKeyword().equals("TAM") && !contestnewwritingcontests.getSiteKeyword().equals("DAM")) { %>
120:                             
121:                             
122:                             <b>Deadline Today!</b>


An error occurred at line: 119 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
116: 	
117: 	<% } else { 
118: 
119:                             if (!contestnewwritingcontests.getSiteKeyword().equals("reviewer") && !contestnewwritingcontests.getSiteKeyword().equals("DPOM") && !contestnewwritingcontests.getSiteKeyword().equals("MMPOM") && !contestnewwritingcontests.getSiteKeyword().equals("DPOM") && !contestnewwritingcontests.getSiteKeyword().equals("rankings") && !contestnewwritingcontests.getSiteKeyword().equals("POM") && !contestnewwritingcontests.getSiteKeyword().equals("TAM") && !contestnewwritingcontests.getSiteKeyword().equals("DAM")) { %>
120:                             
121:                             
122:                             <b>Deadline Today!</b>


An error occurred at line: 135 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
132: 
133: <%
134: 
135:  contestnewwritingcontests.getNext();
136:  
137: } }
138:    


An error occurred at line: 140 in the jsp file: /incContestsAuto.jsp
contestnewwritingcontests cannot be resolved
137: } }
138:    
139:   
140:   contestnewwritingcontests.close();
141:   
142: 
143: }


An error occurred at line: 184 in the jsp file: /incContestsAuto.jsp
showcash cannot be resolved to a variable
181:   contestView = 0 ; 
182:   
183:   }	
184:  if (showcash==0) {
185:  
186:   contest.loadOpenContests();
187: 


An error occurred at line: 186 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
183:   }	
184:  if (showcash==0) {
185:  
186:   contest.loadOpenContests();
187: 
188:  } else {
189:   contest.loadSiteContests();


An error occurred at line: 189 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
186:   contest.loadOpenContests();
187: 
188:  } else {
189:   contest.loadSiteContests();
190:  }
191:  
192:  intCountContests = contest.getCount();


An error occurred at line: 192 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
189:   contest.loadSiteContests();
190:  }
191:  
192:  intCountContests = contest.getCount();
193: 
194:   int daysleft = -1;
195: 


An error occurred at line: 200 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
197: boolean blnSiteSponsoredContest = false;
198: 
199:   int intLastContestID = -99;
200:   for (int intContests = 0; intContests  < contest.getCount(); intContests++) {
201:   
202:    intskipthisone=1;
203:    


An error occurred at line: 202 in the jsp file: /incContestsAuto.jsp
intskipthisone cannot be resolved to a variable
199:   int intLastContestID = -99;
200:   for (int intContests = 0; intContests  < contest.getCount(); intContests++) {
201:   
202:    intskipthisone=1;
203:    
204:                             if (!contest.getSiteKeyword().equals("reviewer") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("MMPOM") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("rankings") && !contest.getSiteKeyword().equals("POM") && !contest.getSiteKeyword().equals("TAM") && !contest.getSiteKeyword().equals("DAM")) {
205:                              


An error occurred at line: 204 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
201:   
202:    intskipthisone=1;
203:    
204:                             if (!contest.getSiteKeyword().equals("reviewer") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("MMPOM") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("rankings") && !contest.getSiteKeyword().equals("POM") && !contest.getSiteKeyword().equals("TAM") && !contest.getSiteKeyword().equals("DAM")) {
205:                              
206:  if (showcash==1) { 
207: intskipthisone = 0;


An error occurred at line: 204 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
201:   
202:    intskipthisone=1;
203:    
204:                             if (!contest.getSiteKeyword().equals("reviewer") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("MMPOM") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("rankings") && !contest.getSiteKeyword().equals("POM") && !contest.getSiteKeyword().equals("TAM") && !contest.getSiteKeyword().equals("DAM")) {
205:                              
206:  if (showcash==1) { 
207: intskipthisone = 0;


An error occurred at line: 204 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
201:   
202:    intskipthisone=1;
203:    
204:                             if (!contest.getSiteKeyword().equals("reviewer") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("MMPOM") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("rankings") && !contest.getSiteKeyword().equals("POM") && !contest.getSiteKeyword().equals("TAM") && !contest.getSiteKeyword().equals("DAM")) {
205:                              
206:  if (showcash==1) { 
207: intskipthisone = 0;


An error occurred at line: 204 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
201:   
202:    intskipthisone=1;
203:    
204:                             if (!contest.getSiteKeyword().equals("reviewer") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("MMPOM") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("rankings") && !contest.getSiteKeyword().equals("POM") && !contest.getSiteKeyword().equals("TAM") && !contest.getSiteKeyword().equals("DAM")) {
205:                              
206:  if (showcash==1) { 
207: intskipthisone = 0;


An error occurred at line: 204 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
201:   
202:    intskipthisone=1;
203:    
204:                             if (!contest.getSiteKeyword().equals("reviewer") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("MMPOM") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("rankings") && !contest.getSiteKeyword().equals("POM") && !contest.getSiteKeyword().equals("TAM") && !contest.getSiteKeyword().equals("DAM")) {
205:                              
206:  if (showcash==1) { 
207: intskipthisone = 0;


An error occurred at line: 204 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
201:   
202:    intskipthisone=1;
203:    
204:                             if (!contest.getSiteKeyword().equals("reviewer") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("MMPOM") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("rankings") && !contest.getSiteKeyword().equals("POM") && !contest.getSiteKeyword().equals("TAM") && !contest.getSiteKeyword().equals("DAM")) {
205:                              
206:  if (showcash==1) { 
207: intskipthisone = 0;


An error occurred at line: 204 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
201:   
202:    intskipthisone=1;
203:    
204:                             if (!contest.getSiteKeyword().equals("reviewer") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("MMPOM") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("rankings") && !contest.getSiteKeyword().equals("POM") && !contest.getSiteKeyword().equals("TAM") && !contest.getSiteKeyword().equals("DAM")) {
205:                              
206:  if (showcash==1) { 
207: intskipthisone = 0;


An error occurred at line: 204 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
201:   
202:    intskipthisone=1;
203:    
204:                             if (!contest.getSiteKeyword().equals("reviewer") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("MMPOM") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("rankings") && !contest.getSiteKeyword().equals("POM") && !contest.getSiteKeyword().equals("TAM") && !contest.getSiteKeyword().equals("DAM")) {
205:                              
206:  if (showcash==1) { 
207: intskipthisone = 0;


An error occurred at line: 206 in the jsp file: /incContestsAuto.jsp
showcash cannot be resolved to a variable
203:    
204:                             if (!contest.getSiteKeyword().equals("reviewer") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("MMPOM") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("rankings") && !contest.getSiteKeyword().equals("POM") && !contest.getSiteKeyword().equals("TAM") && !contest.getSiteKeyword().equals("DAM")) {
205:                              
206:  if (showcash==1) { 
207: intskipthisone = 0;
208: }
209: 


An error occurred at line: 207 in the jsp file: /incContestsAuto.jsp
intskipthisone cannot be resolved to a variable
204:                             if (!contest.getSiteKeyword().equals("reviewer") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("MMPOM") && !contest.getSiteKeyword().equals("DPOM") && !contest.getSiteKeyword().equals("rankings") && !contest.getSiteKeyword().equals("POM") && !contest.getSiteKeyword().equals("TAM") && !contest.getSiteKeyword().equals("DAM")) {
205:                              
206:  if (showcash==1) { 
207: intskipthisone = 0;
208: }
209: 
210: } 	


An error occurred at line: 211 in the jsp file: /incContestsAuto.jsp
showcash cannot be resolved to a variable
208: }
209: 
210: } 	
211:  if (showcash==0) { 
212: intskipthisone = 0;
213: }
214:      if (intLastContestID != contest.getID()) { 


An error occurred at line: 212 in the jsp file: /incContestsAuto.jsp
intskipthisone cannot be resolved to a variable
209: 
210: } 	
211:  if (showcash==0) { 
212: intskipthisone = 0;
213: }
214:      if (intLastContestID != contest.getID()) { 
215: 


An error occurred at line: 214 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
211:  if (showcash==0) { 
212: intskipthisone = 0;
213: }
214:      if (intLastContestID != contest.getID()) { 
215: 
216: 
217:    blnSiteSponsoredContest = false;


An error occurred at line: 218 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
215: 
216: 
217:    blnSiteSponsoredContest = false;
218:    if (contest.getUserID() == 1) { 
219:     blnSiteSponsoredContest = true;
220:    }
221: %>


An error occurred at line: 227 in the jsp file: /incContestsAuto.jsp
intskipthisone cannot be resolved to a variable
224: 
225: 
226: <%
227: if (intskipthisone == 0) { 
228: if (showcash == 0) { 
229: if (contest.getDaysLeft() != daysleft) {
230: 


An error occurred at line: 228 in the jsp file: /incContestsAuto.jsp
showcash cannot be resolved to a variable
225: 
226: <%
227: if (intskipthisone == 0) { 
228: if (showcash == 0) { 
229: if (contest.getDaysLeft() != daysleft) {
230: 
231: daysleft = contest.getDaysLeft();


An error occurred at line: 229 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
226: <%
227: if (intskipthisone == 0) { 
228: if (showcash == 0) { 
229: if (contest.getDaysLeft() != daysleft) {
230: 
231: daysleft = contest.getDaysLeft();
232: %>


An error occurred at line: 231 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
228: if (showcash == 0) { 
229: if (contest.getDaysLeft() != daysleft) {
230: 
231: daysleft = contest.getDaysLeft();
232: %>
233: 	
234: 	<% if  (contest.getDaysLeft() < 1) { %>


An error occurred at line: 234 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
231: daysleft = contest.getDaysLeft();
232: %>
233: 	
234: 	<% if  (contest.getDaysLeft() < 1) { %>
235: 	<br><h3 style="text-align:center;"><i class="fa fa-calendar-check-o" style="color:purple;"></i> Contests That Close Soon</h3><hr  style="width:50%">
236: 
237: 	<% } %>


An error occurred at line: 242 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
239: 
240: <% } }
241: 
242: if (contest.getDaysLeft() > 1 && blnlastheadershown == false) {
243: 
244: blnlastheadershown  = true;
245: %>


An error occurred at line: 256 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
253: %>
254: 
255:   
256:    	<a href="contestdetails.jsp?id=<%=contest.getID()%>">
257:    
258:    
259: 


An error occurred at line: 263 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
260:      <% if (contestView ==0 || contestView==3) { %>
261:     <% } %>
262:      
263:     <%if (contest.getUserID() == 1) { %>
264:     
265:      <h4 style="color: green;"> <%=contest.getContestName()%></h4>
266:     <% } else { %>


An error occurred at line: 265 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
262:      
263:     <%if (contest.getUserID() == 1) { %>
264:     
265:      <h4 style="color: green;"> <%=contest.getContestName()%></h4>
266:     <% } else { %>
267:      <h4><%=contest.getContestName()%></h4>
268:     <% } %>


An error occurred at line: 267 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
264:     
265:      <h4 style="color: green;"> <%=contest.getContestName()%></h4>
266:     <% } else { %>
267:      <h4><%=contest.getContestName()%></h4>
268:     <% } %>
269:      
270:      </a>


An error occurred at line: 277 in the jsp file: /incContestsAuto.jsp
ContestAnnouncement cannot be resolved to a variable
274:      
275:           <% 
276: 	
277: 	ContestAnnouncement = contest.getDescription();
278: 	
279: 	
280: 					if (contest.getUserID() == 1) { 


An error occurred at line: 277 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
274:      
275:           <% 
276: 	
277: 	ContestAnnouncement = contest.getDescription();
278: 	
279: 	
280: 					if (contest.getUserID() == 1) { 


An error occurred at line: 280 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
277: 	ContestAnnouncement = contest.getDescription();
278: 	
279: 	
280: 					if (contest.getUserID() == 1) { 
281: 				
282: 				int intrndnum = dbUtil.getRandomNumber(5);
283: 		String cashprize = " Cash Prize.";


An error occurred at line: 308 in the jsp file: /incContestsAuto.jsp
ContestAnnouncement cannot be resolved to a variable
305: 				
306: 				}
307: 				
308: 				ContestAnnouncement+= cashprize;
309: 				
310: 				}
311: 	


An error occurred at line: 315 in the jsp file: /incContestsAuto.jsp
ContestAnnouncement cannot be resolved to a variable
312: 
313: 	%>
314:                           
315:                          <%=ContestAnnouncement%> 
316:               
317:      	
318: <%


An error occurred at line: 322 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
319: intcounter++;
320: 
321: 	
322: 	if (contest.getDaysLeft() == 0) {
323: 		ContestDeadlineMessage= "<b>Today!</b>";
324: 	} else if (contest.getDaysLeft() == 1) { 
325: 	ContestDeadlineMessage= "<b>Tomorrow!</b>";


An error occurred at line: 324 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
321: 	
322: 	if (contest.getDaysLeft() == 0) {
323: 		ContestDeadlineMessage= "<b>Today!</b>";
324: 	} else if (contest.getDaysLeft() == 1) { 
325: 	ContestDeadlineMessage= "<b>Tomorrow!</b>";
326: 	} else if (contest.getDaysLeft() < 7) { 
327: 	ContestDeadlineMessage= "<b>In " + contest.getDaysLeft() + " Days</b>";


An error occurred at line: 326 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
323: 		ContestDeadlineMessage= "<b>Today!</b>";
324: 	} else if (contest.getDaysLeft() == 1) { 
325: 	ContestDeadlineMessage= "<b>Tomorrow!</b>";
326: 	} else if (contest.getDaysLeft() < 7) { 
327: 	ContestDeadlineMessage= "<b>In " + contest.getDaysLeft() + " Days</b>";
328: 	} else if (contest.getDaysLeft() < 14) { 
329: 	ContestDeadlineMessage= "<b>Next Week.</b> " + contest.getShortDueDate();;


An error occurred at line: 327 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
324: 	} else if (contest.getDaysLeft() == 1) { 
325: 	ContestDeadlineMessage= "<b>Tomorrow!</b>";
326: 	} else if (contest.getDaysLeft() < 7) { 
327: 	ContestDeadlineMessage= "<b>In " + contest.getDaysLeft() + " Days</b>";
328: 	} else if (contest.getDaysLeft() < 14) { 
329: 	ContestDeadlineMessage= "<b>Next Week.</b> " + contest.getShortDueDate();;
330: 	


An error occurred at line: 328 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
325: 	ContestDeadlineMessage= "<b>Tomorrow!</b>";
326: 	} else if (contest.getDaysLeft() < 7) { 
327: 	ContestDeadlineMessage= "<b>In " + contest.getDaysLeft() + " Days</b>";
328: 	} else if (contest.getDaysLeft() < 14) { 
329: 	ContestDeadlineMessage= "<b>Next Week.</b> " + contest.getShortDueDate();;
330: 	
331: 	} else {


An error occurred at line: 329 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
326: 	} else if (contest.getDaysLeft() < 7) { 
327: 	ContestDeadlineMessage= "<b>In " + contest.getDaysLeft() + " Days</b>";
328: 	} else if (contest.getDaysLeft() < 14) { 
329: 	ContestDeadlineMessage= "<b>Next Week.</b> " + contest.getShortDueDate();;
330: 	
331: 	} else {
332: 	ContestDeadlineMessage= contest.getShortDueDate(); 


An error occurred at line: 332 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
329: 	ContestDeadlineMessage= "<b>Next Week.</b> " + contest.getShortDueDate();;
330: 	
331: 	} else {
332: 	ContestDeadlineMessage= contest.getShortDueDate(); 
333: 	}
334: 	
335: 	%>


An error occurred at line: 344 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
341: 	
342:  <%
343:    } 
344:     intLastContestID = contest.getID();
345:   contest.getNext();
346:     
347:   }      }


An error occurred at line: 345 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
342:  <%
343:    } 
344:     intLastContestID = contest.getID();
345:   contest.getNext();
346:     
347:   }      }
348:   contest.close();


An error occurred at line: 348 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
345:   contest.getNext();
346:     
347:   }      }
348:   contest.close();
349:   
350:   
351:    if (showcash==1) {


An error occurred at line: 351 in the jsp file: /incContestsAuto.jsp
showcash cannot be resolved to a variable
348:   contest.close();
349:   
350:   
351:    if (showcash==1) {
352:   %>
353: 
354:   <br class="clear">


An error occurred at line: 358 in the jsp file: /incContestsAuto.jsp
fifty cannot be resolved to a variable
355:   <div class="message_karma_coolblue  colored_box" style="font-size:15px"><i class="fa fa-comments fa-3x  pull-left icon-muted" style="color: yellow;"></i>
356: <%
357: if (user.getMemberStatus() < 1) { 
358: if (fifty==1) { %>
359: Not all contests have cash prizes. You can also enter contests for fun. These contests below have a member dollar prize pool. You can use the winnings from these contests to get more feedback for your writing.
360: <p style="text-align:center;font-size:15px"><a href="index1n.jsp?fif=<%=fifty%>" border=0><img src="images/btnbuynw.png" border=0></a></p>
361: <% } else { %>


An error occurred at line: 360 in the jsp file: /incContestsAuto.jsp
fifty cannot be resolved to a variable
357: if (user.getMemberStatus() < 1) { 
358: if (fifty==1) { %>
359: Not all contests have cash prizes. You can also enter contests for fun. These contests below have a member dollar prize pool. You can use the winnings from these contests to get more feedback for your writing.
360: <p style="text-align:center;font-size:15px"><a href="index1n.jsp?fif=<%=fifty%>" border=0><img src="images/btnbuynw.png" border=0></a></p>
361: <% } else { %>
362: Not all contests have cash prizes. You can also enter contests for fun. The contests below have a member dollar prize pool. You can use the winnings from these contests to get more feedback for your writing.
363: <br><br>


An error occurred at line: 384 in the jsp file: /incContestsAuto.jsp
contestnewprompts cannot be resolved
381: <%
382:  blnDotDotDot = false;
383:   intcounter = 0;
384: contestnewprompts.loadMemberContests();
385:   int intCountPrompts = contestnewprompts.getCount(); 
386: 
387: if (intCountPrompts > 0) {


An error occurred at line: 385 in the jsp file: /incContestsAuto.jsp
contestnewprompts cannot be resolved
382:  blnDotDotDot = false;
383:   intcounter = 0;
384: contestnewprompts.loadMemberContests();
385:   int intCountPrompts = contestnewprompts.getCount(); 
386: 
387: if (intCountPrompts > 0) {
388: %>


An error occurred at line: 394 in the jsp file: /incContestsAuto.jsp
contestnewprompts cannot be resolved
391: <% } 
392: 
393: if (intCountPrompts > 0) { 
394: for (int intContests = 0; intContests  < contestnewprompts.getCount(); intContests++) {
395: 
396: %>
397: 


An error occurred at line: 403 in the jsp file: /incContestsAuto.jsp
contestnewprompts cannot be resolved
400: 		
401: 
402: 		
403:                           <a href="contestdetails.jsp?id=<%=contestnewprompts.getID()%>"><h4><%=contestnewprompts.getContestName()%></h4></a>
404:                              
405:                         
406:                           


An error occurred at line: 403 in the jsp file: /incContestsAuto.jsp
contestnewprompts cannot be resolved
400: 		
401: 
402: 		
403:                           <a href="contestdetails.jsp?id=<%=contestnewprompts.getID()%>"><h4><%=contestnewprompts.getContestName()%></h4></a>
404:                              
405:                         
406:                           


An error occurred at line: 410 in the jsp file: /incContestsAuto.jsp
ContestAnnouncement cannot be resolved to a variable
407:                           <% 
408:                        
409: 			
410: 				ContestAnnouncement = contestnewprompts.getDescription();
411: 			   
412: 				
413: 				if (contest.getUserID() == 1) { 


An error occurred at line: 410 in the jsp file: /incContestsAuto.jsp
contestnewprompts cannot be resolved
407:                           <% 
408:                        
409: 			
410: 				ContestAnnouncement = contestnewprompts.getDescription();
411: 			   
412: 				
413: 				if (contest.getUserID() == 1) { 


An error occurred at line: 413 in the jsp file: /incContestsAuto.jsp
contest cannot be resolved
410: 				ContestAnnouncement = contestnewprompts.getDescription();
411: 			   
412: 				
413: 				if (contest.getUserID() == 1) { 
414: 				
415: 				int intrndnum = dbUtil.getRandomNumber(5);
416: 				String cashprize = " Cash Prize.";


An error occurred at line: 442 in the jsp file: /incContestsAuto.jsp
ContestAnnouncement cannot be resolved to a variable
439: 				}
440: 				
441: 				
442: 				ContestAnnouncement+= cashprize;
443: 				
444: 				}
445: 	


An error occurred at line: 449 in the jsp file: /incContestsAuto.jsp
ContestAnnouncement cannot be resolved to a variable
446: 	
447: 	%>
448:                           
449:                          <%=ContestAnnouncement%>   
450:                        <%
451:                        
452:                        


An error occurred at line: 453 in the jsp file: /incContestsAuto.jsp
contestnewprompts cannot be resolved
450:                        <%
451:                        
452:                        
453:                        if (contestnewprompts.getDaysLeft() == 0) {
454: 		ContestDeadlineMessage= "<b>Today!</b>";
455: 	} else if (contestnewprompts.getDaysLeft() == 1) { 
456: 	ContestDeadlineMessage= "<b>Tomorrow!</b>";


An error occurred at line: 455 in the jsp file: /incContestsAuto.jsp
contestnewprompts cannot be resolved
452:                        
453:                        if (contestnewprompts.getDaysLeft() == 0) {
454: 		ContestDeadlineMessage= "<b>Today!</b>";
455: 	} else if (contestnewprompts.getDaysLeft() == 1) { 
456: 	ContestDeadlineMessage= "<b>Tomorrow!</b>";
457: 	} else if (contestnewprompts.getDaysLeft() < 7) { 
458: 	ContestDeadlineMessage= "<b>In " + contestnewprompts.getDaysLeft() + " Days</b>";


An error occurred at line: 457 in the jsp file: /incContestsAuto.jsp
contestnewprompts cannot be resolved
454: 		ContestDeadlineMessage= "<b>Today!</b>";
455: 	} else if (contestnewprompts.getDaysLeft() == 1) { 
456: 	ContestDeadlineMessage= "<b>Tomorrow!</b>";
457: 	} else if (contestnewprompts.getDaysLeft() < 7) { 
458: 	ContestDeadlineMessage= "<b>In " + contestnewprompts.getDaysLeft() + " Days</b>";
459: 	} else if (contestnewprompts.getDaysLeft() < 14) { 
460: 	ContestDeadlineMessage= "<b>Next Week.</b> " + contestnewprompts.getShortDueDate();;


An error occurred at line: 458 in the jsp file: /incContestsAuto.jsp
contestnewprompts cannot be resolved
455: 	} else if (contestnewprompts.getDaysLeft() == 1) { 
456: 	ContestDeadlineMessage= "<b>Tomorrow!</b>";
457: 	} else if (contestnewprompts.getDaysLeft() < 7) { 
458: 	ContestDeadlineMessage= "<b>In " + contestnewprompts.getDaysLeft() + " Days</b>";
459: 	} else if (contestnewprompts.getDaysLeft() < 14) { 
460: 	ContestDeadlineMessage= "<b>Next Week.</b> " + contestnewprompts.getShortDueDate();;
461: 	


An error occurred at line: 459 in the jsp file: /incContestsAuto.jsp
contestnewprompts cannot be resolved
456: 	ContestDeadlineMessage= "<b>Tomorrow!</b>";
457: 	} else if (contestnewprompts.getDaysLeft() < 7) { 
458: 	ContestDeadlineMessage= "<b>In " + contestnewprompts.getDaysLeft() + " Days</b>";
459: 	} else if (contestnewprompts.getDaysLeft() < 14) { 
460: 	ContestDeadlineMessage= "<b>Next Week.</b> " + contestnewprompts.getShortDueDate();;
461: 	
462: 	} else {


An error occurred at line: 460 in the jsp file: /incContestsAuto.jsp
contestnewprompts cannot be resolved
457: 	} else if (contestnewprompts.getDaysLeft() < 7) { 
458: 	ContestDeadlineMessage= "<b>In " + contestnewprompts.getDaysLeft() + " Days</b>";
459: 	} else if (contestnewprompts.getDaysLeft() < 14) { 
460: 	ContestDeadlineMessage= "<b>Next Week.</b> " + contestnewprompts.getShortDueDate();;
461: 	
462: 	} else {
463: 	ContestDeadlineMessage= contestnewprompts.getShortDueDate(); 


An error occurred at line: 463 in the jsp file: /incContestsAuto.jsp
contestnewprompts cannot be resolved
460: 	ContestDeadlineMessage= "<b>Next Week.</b> " + contestnewprompts.getShortDueDate();;
461: 	
462: 	} else {
463: 	ContestDeadlineMessage= contestnewprompts.getShortDueDate(); 
464: 	}
465: %>	
466: 	


An error occurred at line: 479 in the jsp file: /incContestsAuto.jsp
contestnewprompts cannot be resolved
476: 
477: <%
478: 
479:  contestnewprompts.getNext();
480:  
481: } 
482:    


An error occurred at line: 484 in the jsp file: /incContestsAuto.jsp
contestnewprompts cannot be resolved
481: } 
482:    
483:   }      
484:   contestnewprompts.close();
485:   
486: 
487: }


Stacktrace:
	org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:103)
	org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:366)
	org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:494)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:379)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:354)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:341)
	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:662)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:364)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

note The full stack trace of the root cause is available in the Apache Tomcat/7.0.76 logs.


Apache Tomcat/7.0.76