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: [48] in the jsp file: [/include/common_function_utf8.inc]
The type Base64 is ambiguous
45:    }%>
46: <%  int year=2018; 
47:     String yearSt="",numSt="";   
48: 	Base64.Decoder decoder = Base64.getDecoder();
49: 	Base64.Encoder encoder = Base64.getEncoder();
50: %>
51: <ucom:useDataSource id="ds"


An error occurred at line: [48] in the jsp file: [/include/common_function_utf8.inc]
The type Base64 is ambiguous
45:    }%>
46: <%  int year=2018; 
47:     String yearSt="",numSt="";   
48: 	Base64.Decoder decoder = Base64.getDecoder();
49: 	Base64.Encoder encoder = Base64.getEncoder();
50: %>
51: <ucom:useDataSource id="ds"


An error occurred at line: [49] in the jsp file: [/include/common_function_utf8.inc]
The type Base64 is ambiguous
46: <%  int year=2018; 
47:     String yearSt="",numSt="";   
48: 	Base64.Decoder decoder = Base64.getDecoder();
49: 	Base64.Encoder encoder = Base64.getEncoder();
50: %>
51: <ucom:useDataSource id="ds"
52: 


An error occurred at line: [49] in the jsp file: [/include/common_function_utf8.inc]
The type Base64 is ambiguous
46: <%  int year=2018; 
47:     String yearSt="",numSt="";   
48: 	Base64.Decoder decoder = Base64.getDecoder();
49: 	Base64.Encoder encoder = Base64.getEncoder();
50: %>
51: <ucom:useDataSource id="ds"
52: 


An error occurred at line: [12] in the jsp file: [/bulletin.jsp]
The type Base64 is ambiguous
9: 
10: <ucom:form id="jspForm">
11: <%  
12:      year=Integer.parseInt(Base64.decodeToString(request.getParameter("year"))); 
13:      int num=Integer.parseInt(Base64.decodeToString(request.getParameter("number")));
14:      int b_start=year*1000+num*100;
15:      int b_end=year*1000+num*100+99;


An error occurred at line: [13] in the jsp file: [/bulletin.jsp]
The type Base64 is ambiguous
10: <ucom:form id="jspForm">
11: <%  
12:      year=Integer.parseInt(Base64.decodeToString(request.getParameter("year"))); 
13:      int num=Integer.parseInt(Base64.decodeToString(request.getParameter("number")));
14:      int b_start=year*1000+num*100;
15:      int b_end=year*1000+num*100+99;
16: %>


An error occurred at line: [33] in the jsp file: [/include/header_utf8.inc]
The type Base64 is ambiguous
30: <table  border="0">
31:   <tr bgcolor="#660033">
32:   <%if(year%10==3) t_bgcolor="#053F13"; else t_bgcolor="#660033";  %>
33: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2013")%>&number=<%=Base64.encodeString("1")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2013</font></a>&nbsp;
34:    <%if(year%10==2) t_bgcolor="#333366"; else t_bgcolor="#660033";  %>
35: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2012")%>&number=<%=Base64.encodeString("1")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2012</font></a>&nbsp;  
36:  <%if(year%10==1) t_bgcolor="#660066"; else t_bgcolor="#660033";  %>


An error occurred at line: [33] in the jsp file: [/include/header_utf8.inc]
The type Base64 is ambiguous
30: <table  border="0">
31:   <tr bgcolor="#660033">
32:   <%if(year%10==3) t_bgcolor="#053F13"; else t_bgcolor="#660033";  %>
33: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2013")%>&number=<%=Base64.encodeString("1")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2013</font></a>&nbsp;
34:    <%if(year%10==2) t_bgcolor="#333366"; else t_bgcolor="#660033";  %>
35: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2012")%>&number=<%=Base64.encodeString("1")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2012</font></a>&nbsp;  
36:  <%if(year%10==1) t_bgcolor="#660066"; else t_bgcolor="#660033";  %>


An error occurred at line: [35] in the jsp file: [/include/header_utf8.inc]
The type Base64 is ambiguous
32:   <%if(year%10==3) t_bgcolor="#053F13"; else t_bgcolor="#660033";  %>
33: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2013")%>&number=<%=Base64.encodeString("1")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2013</font></a>&nbsp;
34:    <%if(year%10==2) t_bgcolor="#333366"; else t_bgcolor="#660033";  %>
35: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2012")%>&number=<%=Base64.encodeString("1")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2012</font></a>&nbsp;  
36:  <%if(year%10==1) t_bgcolor="#660066"; else t_bgcolor="#660033";  %>
37: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2011")%>&number=<%=Base64.encodeString("1")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2011</font></a>&nbsp; 
38:   <%if(year%10==0) t_bgcolor="#0000FF"; else t_bgcolor="#660033";  %>


An error occurred at line: [35] in the jsp file: [/include/header_utf8.inc]
The type Base64 is ambiguous
32:   <%if(year%10==3) t_bgcolor="#053F13"; else t_bgcolor="#660033";  %>
33: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2013")%>&number=<%=Base64.encodeString("1")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2013</font></a>&nbsp;
34:    <%if(year%10==2) t_bgcolor="#333366"; else t_bgcolor="#660033";  %>
35: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2012")%>&number=<%=Base64.encodeString("1")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2012</font></a>&nbsp;  
36:  <%if(year%10==1) t_bgcolor="#660066"; else t_bgcolor="#660033";  %>
37: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2011")%>&number=<%=Base64.encodeString("1")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2011</font></a>&nbsp; 
38:   <%if(year%10==0) t_bgcolor="#0000FF"; else t_bgcolor="#660033";  %>


An error occurred at line: [37] in the jsp file: [/include/header_utf8.inc]
The type Base64 is ambiguous
34:    <%if(year%10==2) t_bgcolor="#333366"; else t_bgcolor="#660033";  %>
35: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2012")%>&number=<%=Base64.encodeString("1")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2012</font></a>&nbsp;  
36:  <%if(year%10==1) t_bgcolor="#660066"; else t_bgcolor="#660033";  %>
37: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2011")%>&number=<%=Base64.encodeString("1")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2011</font></a>&nbsp; 
38:   <%if(year%10==0) t_bgcolor="#0000FF"; else t_bgcolor="#660033";  %>
39: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2010")%>&number=<%=Base64.encodeString("3")%>' target=_self onMouseOver="this.style.color = '#CC0033'"  onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2010</font></a>&nbsp;
40: 


An error occurred at line: [37] in the jsp file: [/include/header_utf8.inc]
The type Base64 is ambiguous
34:    <%if(year%10==2) t_bgcolor="#333366"; else t_bgcolor="#660033";  %>
35: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2012")%>&number=<%=Base64.encodeString("1")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2012</font></a>&nbsp;  
36:  <%if(year%10==1) t_bgcolor="#660066"; else t_bgcolor="#660033";  %>
37: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2011")%>&number=<%=Base64.encodeString("1")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2011</font></a>&nbsp; 
38:   <%if(year%10==0) t_bgcolor="#0000FF"; else t_bgcolor="#660033";  %>
39: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2010")%>&number=<%=Base64.encodeString("3")%>' target=_self onMouseOver="this.style.color = '#CC0033'"  onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2010</font></a>&nbsp;
40: 


An error occurred at line: [39] in the jsp file: [/include/header_utf8.inc]
The type Base64 is ambiguous
36:  <%if(year%10==1) t_bgcolor="#660066"; else t_bgcolor="#660033";  %>
37: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2011")%>&number=<%=Base64.encodeString("1")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2011</font></a>&nbsp; 
38:   <%if(year%10==0) t_bgcolor="#0000FF"; else t_bgcolor="#660033";  %>
39: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2010")%>&number=<%=Base64.encodeString("3")%>' target=_self onMouseOver="this.style.color = '#CC0033'"  onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2010</font></a>&nbsp;
40: 
41: <%if(year%10==9) t_bgcolor="#3F0647"; else t_bgcolor="#660033";  %>
42: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2009")%>&number=<%=Base64.encodeString("4")%>' target=_self onMouseOver="this.style.color = '#CC0033'"  onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2009</font></a>&nbsp;


An error occurred at line: [39] in the jsp file: [/include/header_utf8.inc]
The type Base64 is ambiguous
36:  <%if(year%10==1) t_bgcolor="#660066"; else t_bgcolor="#660033";  %>
37: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2011")%>&number=<%=Base64.encodeString("1")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2011</font></a>&nbsp; 
38:   <%if(year%10==0) t_bgcolor="#0000FF"; else t_bgcolor="#660033";  %>
39: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2010")%>&number=<%=Base64.encodeString("3")%>' target=_self onMouseOver="this.style.color = '#CC0033'"  onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2010</font></a>&nbsp;
40: 
41: <%if(year%10==9) t_bgcolor="#3F0647"; else t_bgcolor="#660033";  %>
42: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2009")%>&number=<%=Base64.encodeString("4")%>' target=_self onMouseOver="this.style.color = '#CC0033'"  onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2009</font></a>&nbsp;


An error occurred at line: [42] in the jsp file: [/include/header_utf8.inc]
The type Base64 is ambiguous
39: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2010")%>&number=<%=Base64.encodeString("3")%>' target=_self onMouseOver="this.style.color = '#CC0033'"  onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2010</font></a>&nbsp;
40: 
41: <%if(year%10==9) t_bgcolor="#3F0647"; else t_bgcolor="#660033";  %>
42: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2009")%>&number=<%=Base64.encodeString("4")%>' target=_self onMouseOver="this.style.color = '#CC0033'"  onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2009</font></a>&nbsp;
43: <%if(year%10==8) t_bgcolor="#053F13"; else t_bgcolor="#660033";  %>
44: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2008")%>&number=<%=Base64.encodeString("4")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2008</font></a>&nbsp;
45: <%if(year%10==7) t_bgcolor="#C90000"; else t_bgcolor="#660033";  %>


An error occurred at line: [42] in the jsp file: [/include/header_utf8.inc]
The type Base64 is ambiguous
39: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2010")%>&number=<%=Base64.encodeString("3")%>' target=_self onMouseOver="this.style.color = '#CC0033'"  onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2010</font></a>&nbsp;
40: 
41: <%if(year%10==9) t_bgcolor="#3F0647"; else t_bgcolor="#660033";  %>
42: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2009")%>&number=<%=Base64.encodeString("4")%>' target=_self onMouseOver="this.style.color = '#CC0033'"  onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2009</font></a>&nbsp;
43: <%if(year%10==8) t_bgcolor="#053F13"; else t_bgcolor="#660033";  %>
44: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2008")%>&number=<%=Base64.encodeString("4")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2008</font></a>&nbsp;
45: <%if(year%10==7) t_bgcolor="#C90000"; else t_bgcolor="#660033";  %>


An error occurred at line: [44] in the jsp file: [/include/header_utf8.inc]
The type Base64 is ambiguous
41: <%if(year%10==9) t_bgcolor="#3F0647"; else t_bgcolor="#660033";  %>
42: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2009")%>&number=<%=Base64.encodeString("4")%>' target=_self onMouseOver="this.style.color = '#CC0033'"  onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2009</font></a>&nbsp;
43: <%if(year%10==8) t_bgcolor="#053F13"; else t_bgcolor="#660033";  %>
44: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2008")%>&number=<%=Base64.encodeString("4")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2008</font></a>&nbsp;
45: <%if(year%10==7) t_bgcolor="#C90000"; else t_bgcolor="#660033";  %>
46: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2007")%>&number=<%=Base64.encodeString("4")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2007</font></a>&nbsp;
47: <%if(year%10==6) t_bgcolor="#1F2F47"; else t_bgcolor="#660033";  %>


An error occurred at line: [44] in the jsp file: [/include/header_utf8.inc]
The type Base64 is ambiguous
41: <%if(year%10==9) t_bgcolor="#3F0647"; else t_bgcolor="#660033";  %>
42: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2009")%>&number=<%=Base64.encodeString("4")%>' target=_self onMouseOver="this.style.color = '#CC0033'"  onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2009</font></a>&nbsp;
43: <%if(year%10==8) t_bgcolor="#053F13"; else t_bgcolor="#660033";  %>
44: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2008")%>&number=<%=Base64.encodeString("4")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2008</font></a>&nbsp;
45: <%if(year%10==7) t_bgcolor="#C90000"; else t_bgcolor="#660033";  %>
46: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2007")%>&number=<%=Base64.encodeString("4")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2007</font></a>&nbsp;
47: <%if(year%10==6) t_bgcolor="#1F2F47"; else t_bgcolor="#660033";  %>


An error occurred at line: [46] in the jsp file: [/include/header_utf8.inc]
The type Base64 is ambiguous
43: <%if(year%10==8) t_bgcolor="#053F13"; else t_bgcolor="#660033";  %>
44: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2008")%>&number=<%=Base64.encodeString("4")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2008</font></a>&nbsp;
45: <%if(year%10==7) t_bgcolor="#C90000"; else t_bgcolor="#660033";  %>
46: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2007")%>&number=<%=Base64.encodeString("4")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2007</font></a>&nbsp;
47: <%if(year%10==6) t_bgcolor="#1F2F47"; else t_bgcolor="#660033";  %>
48: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2006")%>&number=<%=Base64.encodeString("4")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2006</font></a>&nbsp;
49: <th nowrap> &nbsp;<a href="<%=request.getContextPath()%>/bulletin_old.jsp" target=_blank  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'" ><font color="#ffffff">1973 ~ 2005</font></a>&nbsp;


An error occurred at line: [46] in the jsp file: [/include/header_utf8.inc]
The type Base64 is ambiguous
43: <%if(year%10==8) t_bgcolor="#053F13"; else t_bgcolor="#660033";  %>
44: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2008")%>&number=<%=Base64.encodeString("4")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2008</font></a>&nbsp;
45: <%if(year%10==7) t_bgcolor="#C90000"; else t_bgcolor="#660033";  %>
46: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2007")%>&number=<%=Base64.encodeString("4")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2007</font></a>&nbsp;
47: <%if(year%10==6) t_bgcolor="#1F2F47"; else t_bgcolor="#660033";  %>
48: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2006")%>&number=<%=Base64.encodeString("4")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2006</font></a>&nbsp;
49: <th nowrap> &nbsp;<a href="<%=request.getContextPath()%>/bulletin_old.jsp" target=_blank  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'" ><font color="#ffffff">1973 ~ 2005</font></a>&nbsp;


An error occurred at line: [48] in the jsp file: [/include/header_utf8.inc]
The type Base64 is ambiguous
45: <%if(year%10==7) t_bgcolor="#C90000"; else t_bgcolor="#660033";  %>
46: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2007")%>&number=<%=Base64.encodeString("4")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2007</font></a>&nbsp;
47: <%if(year%10==6) t_bgcolor="#1F2F47"; else t_bgcolor="#660033";  %>
48: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2006")%>&number=<%=Base64.encodeString("4")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2006</font></a>&nbsp;
49: <th nowrap> &nbsp;<a href="<%=request.getContextPath()%>/bulletin_old.jsp" target=_blank  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'" ><font color="#ffffff">1973 ~ 2005</font></a>&nbsp;
50: 
51: </td>


An error occurred at line: [48] in the jsp file: [/include/header_utf8.inc]
The type Base64 is ambiguous
45: <%if(year%10==7) t_bgcolor="#C90000"; else t_bgcolor="#660033";  %>
46: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2007")%>&number=<%=Base64.encodeString("4")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2007</font></a>&nbsp;
47: <%if(year%10==6) t_bgcolor="#1F2F47"; else t_bgcolor="#660033";  %>
48: <th width="80" nowrap bgcolor="<%=t_bgcolor%>"> &nbsp;<a href='<%=request.getContextPath()%>/bulletin.jsp?year=<%=Base64.encodeString("2006")%>&number=<%=Base64.encodeString("4")%>' target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">2006</font></a>&nbsp;
49: <th nowrap> &nbsp;<a href="<%=request.getContextPath()%>/bulletin_old.jsp" target=_blank  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'" ><font color="#ffffff">1973 ~ 2005</font></a>&nbsp;
50: 
51: </td>


An error occurred at line: [68] in the jsp file: [/include/header_utf8.inc]
The type Base64 is ambiguous
65: <th width="80" nowrap> &nbsp;<a href="<%=request.getContextPath()%>/submission.jsp" target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'" ><font color="#ffffff">Submission</font></a>&nbsp;
66:     <th width="80"> &nbsp;<a href="<%=request.getContextPath()%>/subscription.jsp" target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'" ><font color="#ffffff">Subscription</font></a>&nbsp;
67: 	 <th width="80"> &nbsp;<a href="<%=request.getContextPath()%>/correction_notice.jsp" target=_self  onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'"><font color="#ffffff">Correction</font></a>&nbsp;
68: 	 <th nowrap  colspan="2"> &nbsp;<a href="<%=request.getContextPath()%>/bns_author.jsp?aa=<%=Base64.encodeString("a")%>" onMouseOver="this.style.color = '#CC0033'" onfocus="this.style.color = '#CC0033'" ><font color="#ffffff">Author Index - New Series</font></a>&nbsp;
69: 	<th nowrap bgcolor=#FFFFD1 > &nbsp;ISSN : 0304-9825&nbsp;
70: 	 </tr>
71: <tr><td colspan=8 align="right">


An error occurred at line: [21] in the jsp file: [/bulletin.jsp]
The type Base64 is ambiguous
18: <%@ include file="title.jsp" %>
19: 
20: <table border=0 ><tr><td width="68"> &nbsp;<td nowrap="nowrap"> 
21: <a href='index_vol.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>'><span CLASS="vol"> Index Volume <%=year-2005%></span></a>, &nbsp; &nbsp;
22: <td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(1))%>"><span class="voln"> Number 1,</span></a> 
23: <%//if(num>=2){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(2))%>"><span CLASS="voln"> Number 2, </span></a> <%//}%>
24: <%//if(num>=3){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(3))%>"><span CLASS="voln"> Number 3, </span></a> <%//}%>


An error occurred at line: [22] in the jsp file: [/bulletin.jsp]
The type Base64 is ambiguous
19: 
20: <table border=0 ><tr><td width="68"> &nbsp;<td nowrap="nowrap"> 
21: <a href='index_vol.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>'><span CLASS="vol"> Index Volume <%=year-2005%></span></a>, &nbsp; &nbsp;
22: <td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(1))%>"><span class="voln"> Number 1,</span></a> 
23: <%//if(num>=2){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(2))%>"><span CLASS="voln"> Number 2, </span></a> <%//}%>
24: <%//if(num>=3){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(3))%>"><span CLASS="voln"> Number 3, </span></a> <%//}%>
25: <%//if(num>=4){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(4))%>"><span CLASS="voln"> Number 4, </span></a> <%//}%><td> &nbsp;  &nbsp;


An error occurred at line: [22] in the jsp file: [/bulletin.jsp]
The type Base64 is ambiguous
19: 
20: <table border=0 ><tr><td width="68"> &nbsp;<td nowrap="nowrap"> 
21: <a href='index_vol.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>'><span CLASS="vol"> Index Volume <%=year-2005%></span></a>, &nbsp; &nbsp;
22: <td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(1))%>"><span class="voln"> Number 1,</span></a> 
23: <%//if(num>=2){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(2))%>"><span CLASS="voln"> Number 2, </span></a> <%//}%>
24: <%//if(num>=3){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(3))%>"><span CLASS="voln"> Number 3, </span></a> <%//}%>
25: <%//if(num>=4){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(4))%>"><span CLASS="voln"> Number 4, </span></a> <%//}%><td> &nbsp;  &nbsp;


An error occurred at line: [23] in the jsp file: [/bulletin.jsp]
The type Base64 is ambiguous
20: <table border=0 ><tr><td width="68"> &nbsp;<td nowrap="nowrap"> 
21: <a href='index_vol.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>'><span CLASS="vol"> Index Volume <%=year-2005%></span></a>, &nbsp; &nbsp;
22: <td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(1))%>"><span class="voln"> Number 1,</span></a> 
23: <%//if(num>=2){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(2))%>"><span CLASS="voln"> Number 2, </span></a> <%//}%>
24: <%//if(num>=3){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(3))%>"><span CLASS="voln"> Number 3, </span></a> <%//}%>
25: <%//if(num>=4){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(4))%>"><span CLASS="voln"> Number 4, </span></a> <%//}%><td> &nbsp;  &nbsp;
26: <a href='bns_author_yy.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>'><span class="vol">


An error occurred at line: [23] in the jsp file: [/bulletin.jsp]
The type Base64 is ambiguous
20: <table border=0 ><tr><td width="68"> &nbsp;<td nowrap="nowrap"> 
21: <a href='index_vol.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>'><span CLASS="vol"> Index Volume <%=year-2005%></span></a>, &nbsp; &nbsp;
22: <td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(1))%>"><span class="voln"> Number 1,</span></a> 
23: <%//if(num>=2){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(2))%>"><span CLASS="voln"> Number 2, </span></a> <%//}%>
24: <%//if(num>=3){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(3))%>"><span CLASS="voln"> Number 3, </span></a> <%//}%>
25: <%//if(num>=4){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(4))%>"><span CLASS="voln"> Number 4, </span></a> <%//}%><td> &nbsp;  &nbsp;
26: <a href='bns_author_yy.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>'><span class="vol">


An error occurred at line: [24] in the jsp file: [/bulletin.jsp]
The type Base64 is ambiguous
21: <a href='index_vol.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>'><span CLASS="vol"> Index Volume <%=year-2005%></span></a>, &nbsp; &nbsp;
22: <td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(1))%>"><span class="voln"> Number 1,</span></a> 
23: <%//if(num>=2){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(2))%>"><span CLASS="voln"> Number 2, </span></a> <%//}%>
24: <%//if(num>=3){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(3))%>"><span CLASS="voln"> Number 3, </span></a> <%//}%>
25: <%//if(num>=4){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(4))%>"><span CLASS="voln"> Number 4, </span></a> <%//}%><td> &nbsp;  &nbsp;
26: <a href='bns_author_yy.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>'><span class="vol">
27: <font color="<%=t_bgcolor%>"> Author Index <%=year%> </font></span> </a>


An error occurred at line: [24] in the jsp file: [/bulletin.jsp]
The type Base64 is ambiguous
21: <a href='index_vol.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>'><span CLASS="vol"> Index Volume <%=year-2005%></span></a>, &nbsp; &nbsp;
22: <td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(1))%>"><span class="voln"> Number 1,</span></a> 
23: <%//if(num>=2){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(2))%>"><span CLASS="voln"> Number 2, </span></a> <%//}%>
24: <%//if(num>=3){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(3))%>"><span CLASS="voln"> Number 3, </span></a> <%//}%>
25: <%//if(num>=4){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(4))%>"><span CLASS="voln"> Number 4, </span></a> <%//}%><td> &nbsp;  &nbsp;
26: <a href='bns_author_yy.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>'><span class="vol">
27: <font color="<%=t_bgcolor%>"> Author Index <%=year%> </font></span> </a>


An error occurred at line: [25] in the jsp file: [/bulletin.jsp]
The type Base64 is ambiguous
22: <td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(1))%>"><span class="voln"> Number 1,</span></a> 
23: <%//if(num>=2){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(2))%>"><span CLASS="voln"> Number 2, </span></a> <%//}%>
24: <%//if(num>=3){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(3))%>"><span CLASS="voln"> Number 3, </span></a> <%//}%>
25: <%//if(num>=4){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(4))%>"><span CLASS="voln"> Number 4, </span></a> <%//}%><td> &nbsp;  &nbsp;
26: <a href='bns_author_yy.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>'><span class="vol">
27: <font color="<%=t_bgcolor%>"> Author Index <%=year%> </font></span> </a>
28: </table></td></table>


An error occurred at line: [25] in the jsp file: [/bulletin.jsp]
The type Base64 is ambiguous
22: <td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(1))%>"><span class="voln"> Number 1,</span></a> 
23: <%//if(num>=2){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(2))%>"><span CLASS="voln"> Number 2, </span></a> <%//}%>
24: <%//if(num>=3){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(3))%>"><span CLASS="voln"> Number 3, </span></a> <%//}%>
25: <%//if(num>=4){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(4))%>"><span CLASS="voln"> Number 4, </span></a> <%//}%><td> &nbsp;  &nbsp;
26: <a href='bns_author_yy.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>'><span class="vol">
27: <font color="<%=t_bgcolor%>"> Author Index <%=year%> </font></span> </a>
28: </table></td></table>


An error occurred at line: [26] in the jsp file: [/bulletin.jsp]
The type Base64 is ambiguous
23: <%//if(num>=2){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(2))%>"><span CLASS="voln"> Number 2, </span></a> <%//}%>
24: <%//if(num>=3){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(3))%>"><span CLASS="voln"> Number 3, </span></a> <%//}%>
25: <%//if(num>=4){%><td width="68"><a href="bulletin.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>&number=<%=Base64.encodeString(Integer.toString(4))%>"><span CLASS="voln"> Number 4, </span></a> <%//}%><td> &nbsp;  &nbsp;
26: <a href='bns_author_yy.jsp?year=<%=Base64.encodeString(Integer.toString(year))%>'><span class="vol">
27: <font color="<%=t_bgcolor%>"> Author Index <%=year%> </font></span> </a>
28: </table></td></table>
29: <h3> Contents — Number <%=num%></h3>


Stacktrace:
	org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:102)
	org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:213)
	org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:531)
	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.74