Q&A AI Report

Q&A AI Report

AI레포트 공백화면 오류

페이지 정보

작성자 유재윤
작성일22-10-13 13:22 조회158회 댓글1건

본문

· 고객사 : 화승네트웍스
· 이메일 : jyyu@hsnetw.com

AI 레포트에서 새로 만들기 한 후 아무것도 건들지 않고 공백 화면을 실행하여도 아래와 같은 오류 메시지가 나타납니다.
어떤 조치를 취해야 할지 모르겠습니다....

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

An error occurred at line: 59 in the jsp file: /temp/Temporary.jsp
AIException cannot be resolved to a type
56: //蹂닿퀬��珥덇린��- �쒕쾲留��ㅽ뻾�섍퀬 �ъ슜��Request�먯꽌 諛섎났�ъ슜媛�뒫��肄붾뱶瑜�湲곗닠
57: public void jspInit() {
58: initializer = new ReportInitializer(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);
59: }
60:
61: class ReportHandler{
62: //怨듯넻 蹂�닔 �좎뼵


An error occurred at line: 189 in the jsp file: /temp/Temporary.jsp
reportFile cannot be resolved or is not a field
186: }    //end try
187: }
188:
189: //-----�ы듃 �⑥닔-----
190: //-----SHEET=Sheet1  FRAME=Frame0 Start
191: //-----���뺤떇 : �곷� �묒떇
192: private void executeSheet10( ) throws Exception{


An error occurred at line: 190 in the jsp file: /temp/Temporary.jsp
reportFile cannot be resolved or is not a field
187: }
188:
189: //-----�ы듃 �⑥닔-----
190: //-----SHEET=Sheet1  FRAME=Frame0 Start
191: //-----���뺤떇 : �곷� �묒떇
192: private void executeSheet10( ) throws Exception{
193: //�ы듃 珥덇린���⑥닔 �몄텧


An error occurred at line: 703 in the jsp file: /temp/Temporary.jsp
The method SUM(double, double, int) is undefined for the type AIFunction
700: return ((Double) AIFunction.SUM(accVal, tmpVal, 1));
701: }
702:
703: private long SUM(long accVal, long tmpVal){
704: //SUM(long, long)_AutoCode
705: return ((Long) AIFunction.SUM(accVal, tmpVal, 0));
706: }


An error occurred at line: 708 in the jsp file: /temp/Temporary.jsp
The method SUM(double, long, int) is undefined for the type AIFunction
705: return ((Long) AIFunction.SUM(accVal, tmpVal, 0));
706: }
707:
708: private double SUM(long accVal, double tmpVal){
709: //SUM(long, double)_AutoCode
710: return ((Double) AIFunction.SUM(accVal, tmpVal, 1));
711: }


An error occurred at line: 713 in the jsp file: /temp/Temporary.jsp
The method SUM(long, long, int) is undefined for the type AIFunction
710: return ((Double) AIFunction.SUM(accVal, tmpVal, 1));
711: }
712:
713: private long COUNT(long accuCNT){
714: //COUNT_AutoCode
715: return ++accuCNT;
716: }


An error occurred at line: 718 in the jsp file: /temp/Temporary.jsp
The method SUM(long, double, int) is undefined for the type AIFunction
715: return ++accuCNT;
716: }
717:
718: private long MIN(long maxV, long maxTempV){
719: //MIN(long, long)_AutoCode
720: if(maxV<=maxTempV){return maxV;}
721: else{return maxTempV;}


An error occurred at line: 776 in the jsp file: /temp/Temporary.jsp
The method AVG(double, long) is undefined for the type AIFunction
773: return ((Double) AIFunction.AVG(sumVal, cntVal));
774: }
775:
776: private String aiReplace(String strAll, String strSrc, String strDest) {
777: //AIReplace_AutoCode
778: int st = 0, ed = 0;
779: final int size = strAll.length();


An error occurred at line: 781 in the jsp file: /temp/Temporary.jsp
The method AVG(long, long) is undefined for the type AIFunction
778: int st = 0, ed = 0;
779: final int size = strAll.length();
780: ed = strAll.indexOf(strSrc);
781: if (ed == -1) return strAll;
782:
783: StringBuffer buf = new StringBuffer(size);
784: final int len =  strSrc.length();


Stacktrace:
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:102)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:331)
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:469)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:378)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:353)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:340)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:646)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:357)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)

댓글목록

솔비텍님의 댓글

솔비텍

안녕하세요 솔비텍 관리자입니다.

문의주신 사항 관련하여 적어주신 이메일로 연락드렸습니다.

감사합니다.