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: 2 in the jsp file: /left-toolbar.jsp
sitebgColor cannot be resolved to a variable
1: 
2: <table width=100% border=0 cellpadding=0 cellspacing=0 bgcolor="<%=sitebgColor%>"><td width=100 valign=top bgcolor="<%=sitebgColor%>">
3: 
4: <br>
5: 


An error occurred at line: 2 in the jsp file: /left-toolbar.jsp
sitebgColor cannot be resolved to a variable
1: 
2: <table width=100% border=0 cellpadding=0 cellspacing=0 bgcolor="<%=sitebgColor%>"><td width=100 valign=top bgcolor="<%=sitebgColor%>">
3: 
4: <br>
5: 


An error occurred at line: 7 in the jsp file: /left-toolbar.jsp
sitebgColor cannot be resolved to a variable
4: <br>
5: 
6: 
7: <div class="box2t"><h4 style="background-color: <%=sitebgColor%>">Status</h4>
8: 	<center>			      
9: 					
10: <% if (blnLoggedIn == false) {  %>


An error occurred at line: 10 in the jsp file: /left-toolbar.jsp
blnLoggedIn cannot be resolved to a variable
7: <div class="box2t"><h4 style="background-color: <%=sitebgColor%>">Status</h4>
8: 	<center>			      
9: 					
10: <% if (blnLoggedIn == false) {  %>
11:  <!-- login -->
12: 
13: 


An error occurred at line: 35 in the jsp file: /left-toolbar.jsp
intTotalMessages cannot be resolved to a variable
32: String unAnsweredReviews = "";
33: 
34:      
35:      if (intTotalMessages > 0) {
36:      	
37:      	PrivateMessagesMessage = "<font color=green>" + intTotalMessages + " New Message"; 
38: 	if (intTotalMessages > 1) {


An error occurred at line: 37 in the jsp file: /left-toolbar.jsp
intTotalMessages cannot be resolved to a variable
34:      
35:      if (intTotalMessages > 0) {
36:      	
37:      	PrivateMessagesMessage = "<font color=green>" + intTotalMessages + " New Message"; 
38: 	if (intTotalMessages > 1) {
39: 	PrivateMessagesMessage+="s";
40: 	}


An error occurred at line: 38 in the jsp file: /left-toolbar.jsp
intTotalMessages cannot be resolved to a variable
35:      if (intTotalMessages > 0) {
36:      	
37:      	PrivateMessagesMessage = "<font color=green>" + intTotalMessages + " New Message"; 
38: 	if (intTotalMessages > 1) {
39: 	PrivateMessagesMessage+="s";
40: 	}
41: 	


An error occurred at line: 45 in the jsp file: /left-toolbar.jsp
intNoAnswerComments cannot be resolved to a variable
42: 	PrivateMessagesMessage+="</font>";
43: 	}
44: 
45:       if (intNoAnswerComments > 0) {
46:      	unAnsweredComments = "<font color=red>" + intNoAnswerComments + " New Review";
47: 	
48: 	if (intNoAnswerComments > 1) {


An error occurred at line: 46 in the jsp file: /left-toolbar.jsp
intNoAnswerComments cannot be resolved to a variable
43: 	}
44: 
45:       if (intNoAnswerComments > 0) {
46:      	unAnsweredComments = "<font color=red>" + intNoAnswerComments + " New Review";
47: 	
48: 	if (intNoAnswerComments > 1) {
49: 	unAnsweredComments+="s";


An error occurred at line: 48 in the jsp file: /left-toolbar.jsp
intNoAnswerComments cannot be resolved to a variable
45:       if (intNoAnswerComments > 0) {
46:      	unAnsweredComments = "<font color=red>" + intNoAnswerComments + " New Review";
47: 	
48: 	if (intNoAnswerComments > 1) {
49: 	unAnsweredComments+="s";
50: 	}
51: 	


An error occurred at line: 57 in the jsp file: /left-toolbar.jsp
intReplies cannot be resolved to a variable
54: 	
55: 	}
56: 
57:       if (intReplies > 0) {
58:      	unAnsweredReviews = "<font color=blue>" + intReplies + " New</font>"; 
59: 	
60: 	if (intReplies > 1) {


An error occurred at line: 58 in the jsp file: /left-toolbar.jsp
intReplies cannot be resolved to a variable
55: 	}
56: 
57:       if (intReplies > 0) {
58:      	unAnsweredReviews = "<font color=blue>" + intReplies + " New</font>"; 
59: 	
60: 	if (intReplies > 1) {
61: 	unAnsweredReviews+=" Replies";


An error occurred at line: 60 in the jsp file: /left-toolbar.jsp
intReplies cannot be resolved to a variable
57:       if (intReplies > 0) {
58:      	unAnsweredReviews = "<font color=blue>" + intReplies + " New</font>"; 
59: 	
60: 	if (intReplies > 1) {
61: 	unAnsweredReviews+=" Replies";
62: 	} else {
63: 	unAnsweredReviews+=" Reply";


An error occurred at line: 85 in the jsp file: /left-toolbar.jsp
intTotalMessages cannot be resolved to a variable
82: 
83: </center>
84: <b>
85: <% if (intTotalMessages > 0) { %>
86: 
87: <% if (user.getProfilePreference() != 5) { %>
88: <center><a href=mymessages.jsp><%= PrivateMessagesMessage %></a></center><br>


An error occurred at line: 95 in the jsp file: /left-toolbar.jsp
intNoAnswerComments cannot be resolved to a variable
92: 
93: <% } %>
94: <% } %>
95: <% if (intNoAnswerComments > 0) { %>
96: 
97: 
98: <% if (user.getProfilePreference() != 5) { %>


An error occurred at line: 105 in the jsp file: /left-toolbar.jsp
intReplies cannot be resolved to a variable
102: <% } %>
103: 
104: <% } %>
105: <% if (intReplies > 0) { %>
106: 
107: <% if (user.getProfilePreference() != 5) { %>
108: <center><a href=myreplies.jsp><%= unAnsweredReviews %></a></center><br>


An error occurred at line: 115 in the jsp file: /left-toolbar.jsp
blnLoggedIn cannot be resolved to a variable
112: <% } %>
113: </b>
114: <center>
115: <% if (blnLoggedIn != false) {  %>
116:  <table border=0 width=75><td align=center><span name=md id=md><font color=black size=2><%=strMDAmt%></font></a></span>
117:  <br><font size=1><a href="/help/helpfinance.htm" onclick="NewWindow(this.href,'Charging','400','400','yes');return false"><font color=blue>Information</font></a>  </font>
118:  </td></table>


An error occurred at line: 116 in the jsp file: /left-toolbar.jsp
strMDAmt cannot be resolved to a variable
113: </b>
114: <center>
115: <% if (blnLoggedIn != false) {  %>
116:  <table border=0 width=75><td align=center><span name=md id=md><font color=black size=2><%=strMDAmt%></font></a></span>
117:  <br><font size=1><a href="/help/helpfinance.htm" onclick="NewWindow(this.href,'Charging','400','400','yes');return false"><font color=blue>Information</font></a>  </font>
118:  </td></table>
119:  <P>


An error occurred at line: 204 in the jsp file: /left-toolbar.jsp
sitebgColor cannot be resolved to a variable
201: <!-- contests -->
202: 
203: 
204: <div class="box2t"><h4 style="background-color: <%=sitebgColor%>">Contests</h4>
205: 
206: 
207: <table border=0 width=155 align=center><td>


An error occurred at line: 208 in the jsp file: /left-toolbar.jsp
stats.ContestList1 cannot be resolved to a type
205: 
206: 
207: <table border=0 width=155 align=center><td>
208: <%=stats.ContestList1%>
209: 
210: <center><a href=contests.jsp><img src=images/btnMrCnts.gif border=0></a></center>
211: </td></table>


An error occurred at line: 221 in the jsp file: /left-toolbar.jsp
sitebgColor cannot be resolved to a variable
218: <!-- classes -->
219: 
220: 
221: <div class="box2t"><h4 style="background-color: <%=sitebgColor%>">Writing Classes</h4>
222: 
223: 
224: <table border=0 width=155 align=center><td>


An error occurred at line: 227 in the jsp file: /left-toolbar.jsp
stats.ClassesTotal cannot be resolved to a type
224: <table border=0 width=155 align=center><td>
225: 		<%
226: 
227: 		int intclasstotal = stats.ClassesTotal;
228: 		if (intclasstotal > 6) {
229: 		 intclasstotal = 6;	
230: 		}


An error occurred at line: 236 in the jsp file: /left-toolbar.jsp
stats.arrClassesTitleURL cannot be resolved to a type
233: 
234: 
235: %>
236: <a href="<%=stats.arrClassesTitleURL[intClasses]%>"><b><font color=blue size=2><%=stats.arrClassesTitleClean[intClasses]%></font></b></a>
237: <br><font size=1>Class Begins: <%=stats.arrClassesDeadlineClean[intClasses]%></font><br><br>
238:    <%
239:  }


An error occurred at line: 236 in the jsp file: /left-toolbar.jsp
stats.arrClassesTitleClean cannot be resolved to a type
233: 
234: 
235: %>
236: <a href="<%=stats.arrClassesTitleURL[intClasses]%>"><b><font color=blue size=2><%=stats.arrClassesTitleClean[intClasses]%></font></b></a>
237: <br><font size=1>Class Begins: <%=stats.arrClassesDeadlineClean[intClasses]%></font><br><br>
238:    <%
239:  }


An error occurred at line: 237 in the jsp file: /left-toolbar.jsp
stats.arrClassesDeadlineClean cannot be resolved to a type
234: 
235: %>
236: <a href="<%=stats.arrClassesTitleURL[intClasses]%>"><b><font color=blue size=2><%=stats.arrClassesTitleClean[intClasses]%></font></b></a>
237: <br><font size=1>Class Begins: <%=stats.arrClassesDeadlineClean[intClasses]%></font><br><br>
238:    <%
239:  }
240:   %>


An error occurred at line: 242 in the jsp file: /left-toolbar.jsp
stats.ClassesTotal cannot be resolved to a type
239:  }
240:   %>
241:  <font size=2>
242: <%=stats.ClassesTotal%> classes available. <a href=http://classic.fanstory.com/writingclasses><font color=blue>Click here</font></a> locate a class and to learn more.</font>
243: </td></table>
244: </div>
245: <!-- contests -->


An error occurred at line: 253 in the jsp file: /left-toolbar.jsp
sitebgColor cannot be resolved to a variable
250: <br>
251: <!-- rankings -->
252: 
253: <div class="box2t"><h4 style="background-color: <%=sitebgColor%>">Rank</h4>
254: 
255: 
256: <%


An error occurred at line: 346 in the jsp file: /left-toolbar.jsp
sitebgColor cannot be resolved to a variable
343:    
344:    
345: <br>
346: <div class="box2t"><h4 style="background-color: <%=sitebgColor%>">Recommended</h4>
347: 
348: <ul>
349: 


An error occurred at line: 360 in the jsp file: /left-toolbar.jsp
sitebgColor cannot be resolved to a variable
357: <br>
358:  <!-- categories -->
359:  
360: <div class="box2t"><h4 style="background-color: <%=sitebgColor%>">Categories</h4>
361: 
362: <ul>
363: <a href=liststory.jsp?sel=12 class=link><font color=blue>Fantasy</font></a><br>


An error occurred at line: 380 in the jsp file: /left-toolbar.jsp
sitebgColor cannot be resolved to a variable
377: <br>
378:  <!-- write -->
379:  
380: <div class="box2t"><h4 style="background-color: <%=sitebgColor%>">Write</h4>
381: 
382: <ul>
383: <a href=formaddstory.jsp class=link><font color=blue>Short Story</font></a><br>


An error occurred at line: 393 in the jsp file: /left-toolbar.jsp
sitebgColor cannot be resolved to a variable
390: </td>
391: <td width=5><br><img src=/images/spacer.gif width=10></td>
392: 
393: <td valign=top bgcolor=<%=sitebgColor%>>


An error occurred at line: 336 in the jsp file: /index.jsp
sitebgColor cannot be resolved to a variable
333: 
334: <% } else { %>
335: 
336: <table bgcolor="<%=sitebgColor%>" width=900 align=center><tr><td bgcolor="<%=sitebgColor%>">
337: 
338: 
339: <table border=0 width=100% cellpadding=0 cellspacing=0 bgcolor="#ffffff">                     


An error occurred at line: 336 in the jsp file: /index.jsp
sitebgColor cannot be resolved to a variable
333: 
334: <% } else { %>
335: 
336: <table bgcolor="<%=sitebgColor%>" width=900 align=center><tr><td bgcolor="<%=sitebgColor%>">
337: 
338: 
339: <table border=0 width=100% cellpadding=0 cellspacing=0 bgcolor="#ffffff">                     


An error occurred at line: 403 in the jsp file: /index.jsp
stats.intDailyPromptHomePageCount cannot be resolved to a type
400:   <font size=2><b>Current Writing Prompt</b><br><font size=1>Two new writing prompts every day</font><br>
401: <%
402: 
403: stats.intDailyPromptHomePageCount++;
404: 
405: String strOutContestDailyHome = stats.DailyPromptContestHomePage;
406: 


An error occurred at line: 405 in the jsp file: /index.jsp
stats.DailyPromptContestHomePage cannot be resolved to a type
402: 
403: stats.intDailyPromptHomePageCount++;
404: 
405: String strOutContestDailyHome = stats.DailyPromptContestHomePage;
406: 
407:  if (stats.DailyPromptContestHomePage.length() < 5) { 
408: 


An error occurred at line: 407 in the jsp file: /index.jsp
stats.DailyPromptContestHomePage cannot be resolved to a type
404: 
405: String strOutContestDailyHome = stats.DailyPromptContestHomePage;
406: 
407:  if (stats.DailyPromptContestHomePage.length() < 5) { 
408: 
409:   stats.intDailyPromptHomePageCount= 251;
410:   


An error occurred at line: 409 in the jsp file: /index.jsp
stats.intDailyPromptHomePageCount cannot be resolved to a type
406: 
407:  if (stats.DailyPromptContestHomePage.length() < 5) { 
408: 
409:   stats.intDailyPromptHomePageCount= 251;
410:   
411:  }
412:  


An error occurred at line: 413 in the jsp file: /index.jsp
stats.intDailyPromptHomePageCount cannot be resolved to a type
410:   
411:  }
412:  
413: if (stats.intDailyPromptHomePageCount > 250) {
414: stats.intDailyPromptHomePageCount=0;
415: contest.loadDailyPromptHomePage();
416: strOutContestDailyHome = "";


An error occurred at line: 414 in the jsp file: /index.jsp
stats.intDailyPromptHomePageCount cannot be resolved to a type
411:  }
412:  
413: if (stats.intDailyPromptHomePageCount > 250) {
414: stats.intDailyPromptHomePageCount=0;
415: contest.loadDailyPromptHomePage();
416: strOutContestDailyHome = "";
417: 


An error occurred at line: 450 in the jsp file: /index.jsp
stats.DailyPromptContestHomePage cannot be resolved to a type
447: out.print(strOutContestDailyHome);
448: contest.close();
449: 
450: stats.DailyPromptContestHomePage = 	strOutContestDailyHome;
451: 
452:   } else {
453:   


An error occurred at line: 454 in the jsp file: /index.jsp
stats.DailyPromptContestHomePage cannot be resolved to a type
451: 
452:   } else {
453:   
454:   out.print(stats.DailyPromptContestHomePage);
455:   }
456:   %>
457:   </td></tr></table>


An error occurred at line: 492 in the jsp file: /index.jsp
sitebgColor cannot be resolved to a variable
489: 
490: 
491: 
492: <table border=0 bgcolor="<%=sitebgColor%>"><td valign=top valign=top align=center>
493: <span style="background-color:white">&nbsp;
494: <b>Featured Poems</b>&nbsp;</span>
495: 


An error occurred at line: 499 in the jsp file: /index.jsp
stats.WelcomeList1 cannot be resolved to a type
496: <br>
497: 
498: <table bgcolor=#ffffff cellpadding=0 cellspacing=0><td>
499: <%=stats.WelcomeList1%>
500: </td></table>
501: 
502: <table width=100%><td align=right><A href=listPromoted.jsp><img border=0 src=images/btnFllLstng.gif></a></td></table>


An error occurred at line: 511 in the jsp file: /index.jsp
stats.WelcomeList2 cannot be resolved to a type
508: 
509: <br>
510: <table bgcolor=#ffffff cellpadding=0 cellspacing=0><td>
511: <%=stats.WelcomeList2%>
512: </td></table>
513: 
514: <table width=100%><td align=right><A href=listPromoted.jsp?ls=1><img border=0 src=images/btnFllLstng.gif></a></td></table>


An error occurred at line: 525 in the jsp file: /index.jsp
sitebgColor cannot be resolved to a variable
522: <td valign=top>
523: 
524: 
525: <table border=0  height=125 cellpadding=0 cellspacing=0 bgcolor="<%=sitebgColor%>" width=100%><td valign=top  align=center>
526: <span style="background-color:white"><b>Today's Well Received Poems</b>&nbsp;</span>
527: 
528: <br>


An error occurred at line: 531 in the jsp file: /index.jsp
stats.WelcomeList3 cannot be resolved to a type
528: <br>
529: 
530: <table bgcolor=#ffffff cellpadding=0 cellspacing=0 width=100%><td>
531: <%=stats.WelcomeList3%>
532: </td></table>
533: 
534: 


An error occurred at line: 547 in the jsp file: /index.jsp
stats.WelcomeList5 cannot be resolved to a type
544: 
545: 
546: 
547: <% if (stats.WelcomeList5.length() > 15) { %>
548: 
549: <span style="background-color:white"><b>Today's Well Received Stories</b>&nbsp;</span>
550: <br>


An error occurred at line: 554 in the jsp file: /index.jsp
stats.WelcomeList5 cannot be resolved to a type
551: 
552: 
553: <table bgcolor=#ffffff cellpadding=0 cellspacing=0 width=100%><td>
554: <%=stats.WelcomeList5%>
555: </td></table>
556: <p>
557: <% } %>


An error occurred at line: 560 in the jsp file: /index.jsp
stats.WelcomeList6 cannot be resolved to a type
557: <% } %>
558:          
559: 
560: <% if (stats.WelcomeList6.length() > 15) { %>
561: <span style="background-color:white"><b>Today's Well Received Books</b>&nbsp;</span>
562: <br>
563: 


An error occurred at line: 565 in the jsp file: /index.jsp
stats.WelcomeList6 cannot be resolved to a type
562: <br>
563: 
564: <table bgcolor=#ffffff cellpadding=0 cellspacing=0><td>
565: <%=stats.WelcomeList6%>
566: </td></table>
567: <p>
568: <% } %>


An error occurred at line: 570 in the jsp file: /index.jsp
stats.WelcomeList4 cannot be resolved to a type
567: <p>
568: <% } %>
569: 
570: <% if (stats.WelcomeList4.length() > 15) { %>
571: 
572: <span style="background-color:white"><b>Today's Well Received Scripts</b>&nbsp;</span>
573: 


An error occurred at line: 578 in the jsp file: /index.jsp
stats.WelcomeList4 cannot be resolved to a type
575: 
576: <% } %>
577: <table bgcolor=#ffffff cellpadding=0 cellspacing=0><td>
578: <%=stats.WelcomeList4%>
579: </td></table>
580: 
581: </td></tr>


An error occurred at line: 594 in the jsp file: /index.jsp
sitebgColor cannot be resolved to a variable
591: <tr>
592: 
593: <td valign=top><br>
594: <div class="box3t">					<h4 style="background-color: <%=sitebgColor%>"><b>Upcoming Contest Deadlines</b></h4>
595: 
596: 
597: 


An error occurred at line: 602 in the jsp file: /index.jsp
stats.WelcomeList10 cannot be resolved to a type
599: <table border=0 width=320 align="center"><td align=left>
600: 
601: 
602: <img vspace=0 hspace=0 src=<%=stats.WelcomeList10%> width=170 align=right>
603: 
604: 
605: 


An error occurred at line: 611 in the jsp file: /index.jsp
stats.intVotingPageHomeCount cannot be resolved to a type
608: 
609: 
610: <%
611: stats.intVotingPageHomeCount++;
612: String strOutContestHome = stats.VotingBoothsHomePageInfo;
613: String strOutContestHome2 = stats.ContestList1;
614: 


An error occurred at line: 612 in the jsp file: /index.jsp
stats.VotingBoothsHomePageInfo cannot be resolved to a type
609: 
610: <%
611: stats.intVotingPageHomeCount++;
612: String strOutContestHome = stats.VotingBoothsHomePageInfo;
613: String strOutContestHome2 = stats.ContestList1;
614: 
615: if (stats.intVotingPageHomeCount > 1201 || strOutContestHome.length() < 25) {


An error occurred at line: 613 in the jsp file: /index.jsp
stats.ContestList1 cannot be resolved to a type
610: <%
611: stats.intVotingPageHomeCount++;
612: String strOutContestHome = stats.VotingBoothsHomePageInfo;
613: String strOutContestHome2 = stats.ContestList1;
614: 
615: if (stats.intVotingPageHomeCount > 1201 || strOutContestHome.length() < 25) {
616: 


An error occurred at line: 615 in the jsp file: /index.jsp
stats.intVotingPageHomeCount cannot be resolved to a type
612: String strOutContestHome = stats.VotingBoothsHomePageInfo;
613: String strOutContestHome2 = stats.ContestList1;
614: 
615: if (stats.intVotingPageHomeCount > 1201 || strOutContestHome.length() < 25) {
616: 
617: 
618: contest.loadMemberContestsHomePageAll();


An error occurred at line: 647 in the jsp file: /index.jsp
stats.ContestList1 cannot be resolved to a type
644: }
645: contest.close();
646: 
647: stats.ContestList1 = 	strOutContestHome2;
648: 
649: 	
650: strOutContestHome = "";


An error occurred at line: 660 in the jsp file: /index.jsp
stats.WelcomeList10 cannot be resolved to a type
657:  //stats.WelcomeList10 = contest.getContestImage();
658: //} else {
659: 	
660:    stats.WelcomeList10 = "images/ldyrd2e.jpg";
661:    
662: //}
663: 


An error occurred at line: 695 in the jsp file: /index.jsp
stats.VotingBoothsHomePageInfo cannot be resolved to a type
692: }
693: contest.close();
694: 
695: stats.VotingBoothsHomePageInfo = strOutContestHome;
696: stats.intVotingPageHomeCount = 0;
697: 
698: } 


An error occurred at line: 696 in the jsp file: /index.jsp
stats.intVotingPageHomeCount cannot be resolved to a type
693: contest.close();
694: 
695: stats.VotingBoothsHomePageInfo = strOutContestHome;
696: stats.intVotingPageHomeCount = 0;
697: 
698: } 
699: %>


An error occurred at line: 731 in the jsp file: /index.jsp
sitebgColor cannot be resolved to a variable
728: 
729: 
730: <P>
731: <div class="box3t">					<h4 style="background-color: <%=sitebgColor%>"><b>Writing Classes</b></h4>
732: 
733: 
734: <table border=0 width=320 align="center"><td align=left>


An error occurred at line: 748 in the jsp file: /index.jsp
stats.arrClassesTitleURL cannot be resolved to a type
745: 
746: %>
747: 
748: <a href="<%=stats.arrClassesTitleURL[intClasses]%>"><b><Font color=blue size=2><%=stats.arrClassesTitleClean[intClasses]%></font></b></a>
749: <br>
750: <%=stats.arrClassesShortDesc[intClasses]%>
751: <br><font size=1>Class Begins: <%=stats.arrClassesDeadlineClean[intClasses]%></font><br><br>


An error occurred at line: 748 in the jsp file: /index.jsp
stats.arrClassesTitleClean cannot be resolved to a type
745: 
746: %>
747: 
748: <a href="<%=stats.arrClassesTitleURL[intClasses]%>"><b><Font color=blue size=2><%=stats.arrClassesTitleClean[intClasses]%></font></b></a>
749: <br>
750: <%=stats.arrClassesShortDesc[intClasses]%>
751: <br><font size=1>Class Begins: <%=stats.arrClassesDeadlineClean[intClasses]%></font><br><br>


An error occurred at line: 750 in the jsp file: /index.jsp
stats.arrClassesShortDesc cannot be resolved to a type
747: 
748: <a href="<%=stats.arrClassesTitleURL[intClasses]%>"><b><Font color=blue size=2><%=stats.arrClassesTitleClean[intClasses]%></font></b></a>
749: <br>
750: <%=stats.arrClassesShortDesc[intClasses]%>
751: <br><font size=1>Class Begins: <%=stats.arrClassesDeadlineClean[intClasses]%></font><br><br>
752:    <%
753:  }


An error occurred at line: 751 in the jsp file: /index.jsp
stats.arrClassesDeadlineClean cannot be resolved to a type
748: <a href="<%=stats.arrClassesTitleURL[intClasses]%>"><b><Font color=blue size=2><%=stats.arrClassesTitleClean[intClasses]%></font></b></a>
749: <br>
750: <%=stats.arrClassesShortDesc[intClasses]%>
751: <br><font size=1>Class Begins: <%=stats.arrClassesDeadlineClean[intClasses]%></font><br><br>
752:    <%
753:  }
754:   %>


An error occurred at line: 782 in the jsp file: /index.jsp
sitebgColor cannot be resolved to a variable
779: 
780: 
781: <P>
782: <div class="box3t">					<h4 style="background-color: <%=sitebgColor%>"><b>Upcoming Member Contest Deadlines</b></h4>
783: 
784: 
785: <table border=0 width=320 align="center"><td align=left>


An error occurred at line: 793 in the jsp file: /index.jsp
stats.intMemberContestHomeCount cannot be resolved to a type
790: 
791: 
792: <%
793: stats.intMemberContestHomeCount++;
794: String strMemberOutContestHome = stats.MemberVotingBoothsHomePageInfo;
795: 
796: if (stats.intMemberContestHomeCount > 1001 || strMemberOutContestHome.length() < 25) {


An error occurred at line: 794 in the jsp file: /index.jsp
stats.MemberVotingBoothsHomePageInfo cannot be resolved to a type
791: 
792: <%
793: stats.intMemberContestHomeCount++;
794: String strMemberOutContestHome = stats.MemberVotingBoothsHomePageInfo;
795: 
796: if (stats.intMemberContestHomeCount > 1001 || strMemberOutContestHome.length() < 25) {
797: 


An error occurred at line: 796 in the jsp file: /index.jsp
stats.intMemberContestHomeCount cannot be resolved to a type
793: stats.intMemberContestHomeCount++;
794: String strMemberOutContestHome = stats.MemberVotingBoothsHomePageInfo;
795: 
796: if (stats.intMemberContestHomeCount > 1001 || strMemberOutContestHome.length() < 25) {
797: 
798: strMemberOutContestHome = "";
799: 


An error occurred at line: 832 in the jsp file: /index.jsp
stats.MemberVotingBoothsHomePageInfo cannot be resolved to a type
829: }
830: contest.close();
831: 
832: stats.MemberVotingBoothsHomePageInfo = strMemberOutContestHome;
833: stats.intMemberContestHomeCount = 0;
834: 
835: } 


An error occurred at line: 833 in the jsp file: /index.jsp
stats.intMemberContestHomeCount cannot be resolved to a type
830: contest.close();
831: 
832: stats.MemberVotingBoothsHomePageInfo = strMemberOutContestHome;
833: stats.intMemberContestHomeCount = 0;
834: 
835: } 
836: %>


An error occurred at line: 876 in the jsp file: /index.jsp
stats.PoetryWorkshopListingPage2 cannot be resolved to a type
873: 
874: 
875: <font size=2 face=arial>
876:  <% if (stats.PoetryWorkshopListingPage2.trim().length() < 5) { %>
877:  Not available.
878:  <% } else { %>
879:  


An error occurred at line: 880 in the jsp file: /index.jsp
sitebgColor cannot be resolved to a variable
877:  Not available.
878:  <% } else { %>
879:  
880:  <div class="box2t"><h4 style="background-color: <%=sitebgColor%>">Top Ten Poets</h4><table align=center>
881:  <%=stats.PoetryWorkshopListingPage2 %>
882:  <% } %>
883: 


An error occurred at line: 881 in the jsp file: /index.jsp
stats.PoetryWorkshopListingPage2 cannot be resolved to a type
878:  <% } else { %>
879:  
880:  <div class="box2t"><h4 style="background-color: <%=sitebgColor%>">Top Ten Poets</h4><table align=center>
881:  <%=stats.PoetryWorkshopListingPage2 %>
882:  <% } %>
883: 
884: </tr><tr><td colspan=2 align=center><hr noshade bgcolor=#c1c1c1><a href=listtopauthors.jsp?pubtype=2><img src=images/btnFllLstng.gif border=0></a></td></tr>


An error occurred at line: 896 in the jsp file: /index.jsp
stats.WorkshopListingPage2 cannot be resolved to a type
893: 
894: 
895: <font size=2 face=arial>
896:  <% if (stats.WorkshopListingPage2.trim().length() < 5) { %>
897:  Not available
898:  <% } else { %>
899: 


An error occurred at line: 900 in the jsp file: /index.jsp
sitebgColor cannot be resolved to a variable
897:  Not available
898:  <% } else { %>
899: 
900:  <div class="box2t"><h4 style="background-color: <%=sitebgColor%>">Top Short Works</h4> <table align=center>
901:  <%=stats.WorkshopListingPage2 %>
902:  <% } %>
903: </tr><tr><td colspan=2 align=center><hr noshade bgcolor=#c1c1c1><a href=listtopauthors.jsp?pubtype=1><img src=images/btnFllLstng.gif border=0></a></td></tr>


An error occurred at line: 901 in the jsp file: /index.jsp
stats.WorkshopListingPage2 cannot be resolved to a type
898:  <% } else { %>
899: 
900:  <div class="box2t"><h4 style="background-color: <%=sitebgColor%>">Top Short Works</h4> <table align=center>
901:  <%=stats.WorkshopListingPage2 %>
902:  <% } %>
903: </tr><tr><td colspan=2 align=center><hr noshade bgcolor=#c1c1c1><a href=listtopauthors.jsp?pubtype=1><img src=images/btnFllLstng.gif border=0></a></td></tr>
904: </table>


An error occurred at line: 914 in the jsp file: /index.jsp
stats.Reserved3 cannot be resolved to a type
911: 
912: 
913: <font size=2 face=arial>
914:  <% if (stats.Reserved3.trim().length() < 5) { %>
915:  Not available
916:  <% } else { %>
917: 


An error occurred at line: 918 in the jsp file: /index.jsp
sitebgColor cannot be resolved to a variable
915:  Not available
916:  <% } else { %>
917: 
918:  <div class="box2t"><h4 style="background-color: <%=sitebgColor%>">Top Ten Novelists</h4> <table align=center>
919:  <%=stats.Reserved3 %>
920:  <% } %>
921:  


An error occurred at line: 919 in the jsp file: /index.jsp
stats.Reserved3 cannot be resolved to a type
916:  <% } else { %>
917: 
918:  <div class="box2t"><h4 style="background-color: <%=sitebgColor%>">Top Ten Novelists</h4> <table align=center>
919:  <%=stats.Reserved3 %>
920:  <% } %>
921:  
922: </tr><tr><td colspan=2 align=center><hr noshade bgcolor=#c1c1c1><a href=listtopauthors.jsp?pubtype=3><img src=images/btnFllLstng.gif border=0></a></td></tr>


An error occurred at line: 934 in the jsp file: /index.jsp
stats.Reserved4 cannot be resolved to a type
931: 
932: 
933: <font size=2 face=arial>
934: <% if (stats.Reserved4.trim().length() < 5) { %>
935:  Not available
936:  <% } else { %>
937:  


An error occurred at line: 938 in the jsp file: /index.jsp
sitebgColor cannot be resolved to a variable
935:  Not available
936:  <% } else { %>
937:  
938:  <div class="box2t"><h4 style="background-color: <%=sitebgColor%>">Top Ten Script</h4> <table align=center>
939:  <%=stats.Reserved4 %>
940:  <% } %>
941:  


An error occurred at line: 939 in the jsp file: /index.jsp
stats.Reserved4 cannot be resolved to a type
936:  <% } else { %>
937:  
938:  <div class="box2t"><h4 style="background-color: <%=sitebgColor%>">Top Ten Script</h4> <table align=center>
939:  <%=stats.Reserved4 %>
940:  <% } %>
941:  
942:  


An error occurred at line: 951 in the jsp file: /index.jsp
sitebgColor cannot be resolved to a variable
948: </td></tr>
949: <tr><td colspan=2 align=center>
950: <table border=0><td>
951: <div class="box2t"><h4 style="background-color: <%=sitebgColor%>">Recognized Reviewers</h4>
952: <center>
953: <font size=2>
954: <a href=selectprofilebio.jsp?userid=138364><font color=blue>rama devi </font></a><br>


An error occurred at line: 4 in the jsp file: /topad2.jsp
ad2 cannot be resolved
1: <table border=0 bgcolor=#dadada style="border: 1px solid black !important;"> <td>
2: 
3: <% 
4: ad2.setPremierAD();
5: 
6: 
7: if (ad2.getID() > 0) {


An error occurred at line: 7 in the jsp file: /topad2.jsp
ad2 cannot be resolved
4: ad2.setPremierAD();
5: 
6: 
7: if (ad2.getID() > 0) {
8: %>
9: 
10: 


An error occurred at line: 12 in the jsp file: /topad2.jsp
ad2 cannot be resolved
9: 
10: 
11:  
12: <a href=displaystory.jsp?id=<%=ad2.getID()%>> <font color=blue size=2>
13: 
14:   <%=ad2.getStoryTitle()%>
15: 


An error occurred at line: 14 in the jsp file: /topad2.jsp
ad2 cannot be resolved
11:  
12: <a href=displaystory.jsp?id=<%=ad2.getID()%>> <font color=blue size=2>
13: 
14:   <%=ad2.getStoryTitle()%>
15: 
16: </a></font><font size=2> 
17: 


An error occurred at line: 19 in the jsp file: /topad2.jsp
ad2 cannot be resolved
16: </a></font><font size=2> 
17: 
18: <br>
19: <font size=2><% if (ad2.getNovelID() > 0) { %>
20:  <%= ad2.getNovelDescription()%>
21: <% } else { %>
22:   <%=ad2.getStoryDescription()%>


An error occurred at line: 20 in the jsp file: /topad2.jsp
ad2 cannot be resolved
17: 
18: <br>
19: <font size=2><% if (ad2.getNovelID() > 0) { %>
20:  <%= ad2.getNovelDescription()%>
21: <% } else { %>
22:   <%=ad2.getStoryDescription()%>
23: 


An error occurred at line: 22 in the jsp file: /topad2.jsp
ad2 cannot be resolved
19: <font size=2><% if (ad2.getNovelID() > 0) { %>
20:  <%= ad2.getNovelDescription()%>
21: <% } else { %>
22:   <%=ad2.getStoryDescription()%>
23: 
24: <% } %>
25: <br>


An error occurred at line: 47 in the jsp file: /siteadSame.jsp
ad cannot be resolved
44: </tr>
45: <tr>
46: 
47: <td valign=top colspan=2><font face=arial size=2><center><%= ad.getBannerAD()%></font></td>
48: </tr>
49: </table>


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