• 고객센터
  • 교육
  • 매뉴얼
  • 데모
  • 제품소개
조회 수 : 1066
2007.03.20 (18:28:51)
저희가 사용하는 가우스 버전이 3.5인데요...
3.0 API를 보니까 여기는 HttpGauceResponse가 없는데요..그래서 addMessage도 없구요...
흠~~

3.5에서는 어떻 방법이 있을까요?


>
>>게시판을 이용해 주셔서 감사합니다.
>>다음양식에 맞게 입력해주세요.
>>
>>* 고객시스템명 :
>>* GAUCE 버전 : 3.5
>>* WAS 종류(WebLogic 등등) : 제우스
>>* DB 종류 : 오라클 9i
>>* 문의 유형(질문/요청/참조) : 질문
>>* 내용 :
>>
>>writeException을 이용해 컴퍼넌트로 값을 던져 jsp에서 데이터셋.ErrorMsg로 받는것처럼
>>write(String)을 이용하여 컴퍼넌트로 값을 보낼 때 jsp에서는 어떻게 받나요?
>>
>>만약에 addMessage(java.lang.String msg)를 사용할때는 자바스크립트에서 어떻게 이 값을 받을 수 있나요???
>>
>>만약 3.5에서는 쓸 수 없다면 다른 방법은 어떤것이 있는지요?
>
>((HttpGauceResponse) response).addMessage(SelectStr); 이런식으로 JAVA 에서 내 보내시고..
>
>onLoadCompleted 이벤트나 TR 의 onSuccess 이벤트에서 objectID.ErrorMsg 를 alert 으로 찍어보시면 됩니다.
번호 제목 닉네임 조회 등록일
2789 no image DataSet STRING Max값 알려주세요!
관리자
1322 2007-03-20
2788 no image x-chart 샘플요청합니다.
양정임
985 2007-03-20
2787 no image x-chart 샘플요청합니다.
관리자
1422 2007-03-20
2786 no image [TRNS-50077] 트랜잭션이 실패합니다. 파일
유창원
2014 2007-03-20
게시판을 이용해 주셔서 감사합니다. 다음양식에 맞게 입력해주세요. * 고객시스템명 : * GAUCE 버전 : 4.0(JAVA) * WAS 종류(WebLogic 등등) : JEUS 5.0 * DB 종류 : ORACLE 9i * 문의 유형(질문/요청/참조) : 질문 * 내용 : 간단한 그리드를 하나 만들어 놓고 트랜잭션을 거는 부분을 작업하고 있습니다. 소스는 첨부파일을 참조하십시오. << 제우스에 표시되는 에러메시지>> [2007.03.20 09:44:32][1][0_261] [import02-16] worker(import_02-w5) : servlet exe cution error <<__Exception__>> java.io.IOException: Content-Disposition의 형식이 잘못 되었습니다. form-data;nam e="control" at com.gauce.filter.GauceFilter.B(Unknown Source) at com.gauce.filter.GauceFilter.B(Unknown Source) at com.gauce.filter.GauceFilter.doFilter(Unknown Source) at jeus.servlet.filter2.FilterChainImpl.internalDoFilter(FilterChainImpl .java:122) at jeus.servlet.filter2.FilterChainImpl.doFilter(FilterChainImpl.java:91 ) at jeus.servlet.engine.ServletWrapper.execute(ServletWrapper.java:186) at jeus.servlet.jsp.JspServletWrapper.execute(JspServletWrapper.java:136 ) at jeus.servlet.engine.HttpRequestProcessor.run(HttpRequestProcessor.jav a:239) <<__!Exception__>> ================================================================================================== 트랜잭션을 처리할 JSP 파일이 가우스필터에 제일 먼저 걸리면서 위의 에러를 발생시킵니다. (SELECT 하는 부분은 전혀 문제 없음) 위의 에러로 인해서 제우스에서 jsp 파일이 컴파일이 안됩니다. (GauceFilter는 web.xml에 필터를 설정해 놓았습니다.) 그래서 브라우저 주소창에 바로 TR을 처리하는 JSP 파일을 실행시키면 아래와 같은 에러가 발생합니다. 내용인 즉슨 컴파일된 jsp 소스의 52Line GauceInputStream gis = ((HttpGauceRequest) request).getGauceInputStream(); 에서 ClassCastException이 발생합니다. 왜 그런걸까요? [2007.03.20 09:56:47][2][0_261] [import02-18] [WEB-2207] [_MyGroup/import_02] (j eus_jspwork._jsp._test2._500_TOUR_5fTR_5fjsp) destroyed java.lang.ClassCastException: jeus.servlet.engine.WebServletRequest at jeus_jspwork._jsp._test2._500_TOUR_5fTR_5fjsp._jspService(_500_TOUR_5 fTR_5fjsp.java:52) at jeus.servlet.jsp.HttpJspBase.service(HttpJspBase.java:53) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at jeus.servlet.jsp.JspServletWrapper.executeServlet(JspServletWrapper.j ava:91) at jeus.servlet.filter2.FilterChainImpl.internalDoFilter(FilterChainImpl .java:139) at jeus.servlet.filter2.FilterChainImpl.doFilter(FilterChainImpl.java:91 ) at com.gauce.filter.GauceFilter.doFilter(Unknown Source) at jeus.servlet.filter2.FilterChainImpl.internalDoFilter(FilterChainImpl .java:122) at jeus.servlet.filter2.FilterChainImpl.doFilter(FilterChainImpl.java:91 ) at jeus.servlet.engine.ServletWrapper.execute(ServletWrapper.java:186) at jeus.servlet.jsp.JspServletWrapper.execute(JspServletWrapper.java:136 ) at jeus.servlet.engine.HttpRequestProcessor.run(HttpRequestProcessor.jav a:239) ============================================================================================== << JDK 관련 정보 >> C:Documents and SettingsAdministrator>java -version java version "1.5.0_07" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03) Java HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode, sharing) C:Documents and SettingsAdministrator>javac -version javac 1.5.0_07 javac: no source files Usage: javac <options> <source files> where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are u sed -classpath <path> Specify where to find user class files -cp <path> Specify where to find user class files -sourcepath <path> Specify where to find input source files -bootclasspath <path> Override location of bootstrap class files -extdirs <dirs> Override location of installed extensions -endorseddirs <dirs> Override location of endorsed standards path -d <directory> Specify where to place generated class files -encoding <encoding> Specify character encoding used by source files -source <release> Provide source compatibility with specified release -target <release> Generate class files for specific VM version -version Version information -help Print a synopsis of standard options -X Print a synopsis of nonstandard options -J<flag> Pass <flag> directly to the runtime system ============================================================================================== << 첨부파일 목록 >> 1. HTML 페이지 2. 트랜잭션을 처리하는 JSP 페이지 3. web.xml 4. Service Builder에서 생성한 INFO 파일 5. 트랜잭션하기전 헤더정보(,로 split 한것을 n으로 join하여 뿌려줌) 6. 실패했을 경우 표시되는 에러메시지 7. TR을 처리해 주는 JSP의 컴파일된 JAVA 소스 PS : Dynamic Service Builder에서 한 서비스에 SELECT와 INSERT/UPDATE/DELETE를 모두 생성하고 XML파일 생성하기를 실행하면 CPU가 100%를 먹으면서 프로그램이 다운되어 버립니다. 이 현상은 왜 그런것일까요??
2785 no image [TRNS-50077] 트랜잭션이 실패합니다.
관리자
1597 2007-03-20
안녕하세요? 저희 SITE에서 배포하는 컴포넌트와 서버 라이브러리를 다시 설치후에 사용하시길 바랍니다. 최근에 해당 오류건으로 인해 배포된 버전을 사용하시고 계신것 같습니다. 계속 동일 증상이 발생한다면 저희쪽에 전화 주셔서 원격지원등을 통해 점검 받으시는게 좋을것 같습니다. 그럼 수고하세요. >게시판을 이용해 주셔서 감사합니다. >다음양식에 맞게 입력해주세요. > >* 고객시스템명 : >* GAUCE 버전 : 4.0(JAVA) >* WAS 종류(WebLogic 등등) : JEUS 5.0 >* DB 종류 : ORACLE 9i >* 문의 유형(질문/요청/참조) : 질문 >* 내용 : > >간단한 그리드를 하나 만들어 놓고 트랜잭션을 거는 부분을 작업하고 있습니다. >소스는 첨부파일을 참조하십시오. > ><< 제우스에 표시되는 에러메시지>> >[2007.03.20 09:44:32][1][0_261] [import02-16] worker(import_02-w5) : servlet exe >cution error ><<__Exception__>> >java.io.IOException: Content-Disposition의 형식이 잘못 되었습니다. form-data;nam >e="control" > at com.gauce.filter.GauceFilter.B(Unknown Source) > at com.gauce.filter.GauceFilter.B(Unknown Source) > at com.gauce.filter.GauceFilter.doFilter(Unknown Source) > at jeus.servlet.filter2.FilterChainImpl.internalDoFilter(FilterChainImpl >.java:122) > at jeus.servlet.filter2.FilterChainImpl.doFilter(FilterChainImpl.java:91 >) > at jeus.servlet.engine.ServletWrapper.execute(ServletWrapper.java:186) > at jeus.servlet.jsp.JspServletWrapper.execute(JspServletWrapper.java:136 >) > at jeus.servlet.engine.HttpRequestProcessor.run(HttpRequestProcessor.jav >a:239) ><<__!Exception__>> > >================================================================================================== > >트랜잭션을 처리할 JSP 파일이 가우스필터에 제일 먼저 걸리면서 >위의 에러를 발생시킵니다. >(SELECT 하는 부분은 전혀 문제 없음) >위의 에러로 인해서 제우스에서 jsp 파일이 컴파일이 안됩니다. >(GauceFilter는 web.xml에 필터를 설정해 놓았습니다.) > >그래서 브라우저 주소창에 바로 TR을 처리하는 JSP 파일을 실행시키면 >아래와 같은 에러가 발생합니다. >내용인 즉슨 >컴파일된 jsp 소스의 52Line >GauceInputStream gis = ((HttpGauceRequest) request).getGauceInputStream(); >에서 ClassCastException이 발생합니다. >왜 그런걸까요? > >[2007.03.20 09:56:47][2][0_261] [import02-18] [WEB-2207] [_MyGroup/import_02] (j >eus_jspwork._jsp._test2._500_TOUR_5fTR_5fjsp) destroyed >java.lang.ClassCastException: jeus.servlet.engine.WebServletRequest > at jeus_jspwork._jsp._test2._500_TOUR_5fTR_5fjsp._jspService(_500_TOUR_5 >fTR_5fjsp.java:52) > at jeus.servlet.jsp.HttpJspBase.service(HttpJspBase.java:53) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) > at jeus.servlet.jsp.JspServletWrapper.executeServlet(JspServletWrapper.j >ava:91) > at jeus.servlet.filter2.FilterChainImpl.internalDoFilter(FilterChainImpl >.java:139) > at jeus.servlet.filter2.FilterChainImpl.doFilter(FilterChainImpl.java:91 >) > at com.gauce.filter.GauceFilter.doFilter(Unknown Source) > at jeus.servlet.filter2.FilterChainImpl.internalDoFilter(FilterChainImpl >.java:122) > at jeus.servlet.filter2.FilterChainImpl.doFilter(FilterChainImpl.java:91 >) > at jeus.servlet.engine.ServletWrapper.execute(ServletWrapper.java:186) > at jeus.servlet.jsp.JspServletWrapper.execute(JspServletWrapper.java:136 >) > at jeus.servlet.engine.HttpRequestProcessor.run(HttpRequestProcessor.jav >a:239) > >============================================================================================== > ><< JDK 관련 정보 >> >C:Documents and SettingsAdministrator>java -version >java version "1.5.0_07" >Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03) >Java HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode, sharing) > >C:Documents and SettingsAdministrator>javac -version >javac 1.5.0_07 >javac: no source files >Usage: javac <options> <source files> >where possible options include: > -g Generate all debugging info > -g:none Generate no debugging info > -g:{lines,vars,source} Generate only some debugging info > -nowarn Generate no warnings > -verbose Output messages about what the compiler is doing > -deprecation Output source locations where deprecated APIs are u >sed > -classpath <path> Specify where to find user class files > -cp <path> Specify where to find user class files > -sourcepath <path> Specify where to find input source files > -bootclasspath <path> Override location of bootstrap class files > -extdirs <dirs> Override location of installed extensions > -endorseddirs <dirs> Override location of endorsed standards path > -d <directory> Specify where to place generated class files > -encoding <encoding> Specify character encoding used by source files > -source <release> Provide source compatibility with specified release > > -target <release> Generate class files for specific VM version > -version Version information > -help Print a synopsis of standard options > -X Print a synopsis of nonstandard options > -J<flag> Pass <flag> directly to the runtime system > >============================================================================================== > ><< 첨부파일 목록 >> >1. HTML 페이지 >2. 트랜잭션을 처리하는 JSP 페이지 >3. web.xml >4. Service Builder에서 생성한 INFO 파일 >5. 트랜잭션하기전 헤더정보(,로 split 한것을 n으로 join하여 뿌려줌) >6. 실패했을 경우 표시되는 에러메시지 >7. TR을 처리해 주는 JSP의 컴파일된 JAVA 소스 > >PS : >Dynamic Service Builder에서 한 서비스에 >SELECT와 INSERT/UPDATE/DELETE를 모두 생성하고 >XML파일 생성하기를 실행하면 CPU가 100%를 먹으면서 프로그램이 다운되어 버립니다. >이 현상은 왜 그런것일까요?? >
2784 no image [TRNS-50077] 트랜잭션이 실패합니다.
유창원
1345 2007-03-21
기존에 설치된 가우스를 삭제하고 현재 사이트에 있는 가우스를 다운로드 하여 설치하니 잘 되는군요 ㅡ,.ㅡ; 이틀간의 삽질이 한순간에 해결되니 약간 허무하기도 합니다. ^^ >안녕하세요? > >저희 SITE에서 배포하는 컴포넌트와 서버 라이브러리를 다시 설치후에 > >사용하시길 바랍니다. > >최근에 해당 오류건으로 인해 배포된 버전을 사용하시고 계신것 같습니다. > >계속 동일 증상이 발생한다면 저희쪽에 전화 주셔서 원격지원등을 통해 점검 받으시는게 > >좋을것 같습니다. > >그럼 수고하세요. > >>게시판을 이용해 주셔서 감사합니다. >>다음양식에 맞게 입력해주세요. >> >>* 고객시스템명 : >>* GAUCE 버전 : 4.0(JAVA) >>* WAS 종류(WebLogic 등등) : JEUS 5.0 >>* DB 종류 : ORACLE 9i >>* 문의 유형(질문/요청/참조) : 질문 >>* 내용 : >> >>간단한 그리드를 하나 만들어 놓고 트랜잭션을 거는 부분을 작업하고 있습니다. >>소스는 첨부파일을 참조하십시오. >> >><< 제우스에 표시되는 에러메시지>> >>[2007.03.20 09:44:32][1][0_261] [import02-16] worker(import_02-w5) : servlet exe >>cution error >><<__Exception__>> >>java.io.IOException: Content-Disposition의 형식이 잘못 되었습니다. form-data;nam >>e="control" >> at com.gauce.filter.GauceFilter.B(Unknown Source) >> at com.gauce.filter.GauceFilter.B(Unknown Source) >> at com.gauce.filter.GauceFilter.doFilter(Unknown Source) >> at jeus.servlet.filter2.FilterChainImpl.internalDoFilter(FilterChainImpl >>.java:122) >> at jeus.servlet.filter2.FilterChainImpl.doFilter(FilterChainImpl.java:91 >>) >> at jeus.servlet.engine.ServletWrapper.execute(ServletWrapper.java:186) >> at jeus.servlet.jsp.JspServletWrapper.execute(JspServletWrapper.java:136 >>) >> at jeus.servlet.engine.HttpRequestProcessor.run(HttpRequestProcessor.jav >>a:239) >><<__!Exception__>> >> >>================================================================================================== >> >>트랜잭션을 처리할 JSP 파일이 가우스필터에 제일 먼저 걸리면서 >>위의 에러를 발생시킵니다. >>(SELECT 하는 부분은 전혀 문제 없음) >>위의 에러로 인해서 제우스에서 jsp 파일이 컴파일이 안됩니다. >>(GauceFilter는 web.xml에 필터를 설정해 놓았습니다.) >> >>그래서 브라우저 주소창에 바로 TR을 처리하는 JSP 파일을 실행시키면 >>아래와 같은 에러가 발생합니다. >>내용인 즉슨 >>컴파일된 jsp 소스의 52Line >>GauceInputStream gis = ((HttpGauceRequest) request).getGauceInputStream(); >>에서 ClassCastException이 발생합니다. >>왜 그런걸까요? >> >>[2007.03.20 09:56:47][2][0_261] [import02-18] [WEB-2207] [_MyGroup/import_02] (j >>eus_jspwork._jsp._test2._500_TOUR_5fTR_5fjsp) destroyed >>java.lang.ClassCastException: jeus.servlet.engine.WebServletRequest >> at jeus_jspwork._jsp._test2._500_TOUR_5fTR_5fjsp._jspService(_500_TOUR_5 >>fTR_5fjsp.java:52) >> at jeus.servlet.jsp.HttpJspBase.service(HttpJspBase.java:53) >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) >> at jeus.servlet.jsp.JspServletWrapper.executeServlet(JspServletWrapper.j >>ava:91) >> at jeus.servlet.filter2.FilterChainImpl.internalDoFilter(FilterChainImpl >>.java:139) >> at jeus.servlet.filter2.FilterChainImpl.doFilter(FilterChainImpl.java:91 >>) >> at com.gauce.filter.GauceFilter.doFilter(Unknown Source) >> at jeus.servlet.filter2.FilterChainImpl.internalDoFilter(FilterChainImpl >>.java:122) >> at jeus.servlet.filter2.FilterChainImpl.doFilter(FilterChainImpl.java:91 >>) >> at jeus.servlet.engine.ServletWrapper.execute(ServletWrapper.java:186) >> at jeus.servlet.jsp.JspServletWrapper.execute(JspServletWrapper.java:136 >>) >> at jeus.servlet.engine.HttpRequestProcessor.run(HttpRequestProcessor.jav >>a:239) >> >>============================================================================================== >> >><< JDK 관련 정보 >> >>C:Documents and SettingsAdministrator>java -version >>java version "1.5.0_07" >>Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03) >>Java HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode, sharing) >> >>C:Documents and SettingsAdministrator>javac -version >>javac 1.5.0_07 >>javac: no source files >>Usage: javac <options> <source files> >>where possible options include: >> -g Generate all debugging info >> -g:none Generate no debugging info >> -g:{lines,vars,source} Generate only some debugging info >> -nowarn Generate no warnings >> -verbose Output messages about what the compiler is doing >> -deprecation Output source locations where deprecated APIs are u >>sed >> -classpath <path> Specify where to find user class files >> -cp <path> Specify where to find user class files >> -sourcepath <path> Specify where to find input source files >> -bootclasspath <path> Override location of bootstrap class files >> -extdirs <dirs> Override location of installed extensions >> -endorseddirs <dirs> Override location of endorsed standards path >> -d <directory> Specify where to place generated class files >> -encoding <encoding> Specify character encoding used by source files >> -source <release> Provide source compatibility with specified release >> >> -target <release> Generate class files for specific VM version >> -version Version information >> -help Print a synopsis of standard options >> -X Print a synopsis of nonstandard options >> -J<flag> Pass <flag> directly to the runtime system >> >>============================================================================================== >> >><< 첨부파일 목록 >> >>1. HTML 페이지 >>2. 트랜잭션을 처리하는 JSP 페이지 >>3. web.xml >>4. Service Builder에서 생성한 INFO 파일 >>5. 트랜잭션하기전 헤더정보(,로 split 한것을 n으로 join하여 뿌려줌) >>6. 실패했을 경우 표시되는 에러메시지 >>7. TR을 처리해 주는 JSP의 컴파일된 JAVA 소스 >> >>PS : >>Dynamic Service Builder에서 한 서비스에 >>SELECT와 INSERT/UPDATE/DELETE를 모두 생성하고 >>XML파일 생성하기를 실행하면 CPU가 100%를 먹으면서 프로그램이 다운되어 버립니다. >>이 현상은 왜 그런것일까요?? >> >
2783 no image [TRNS-50077] 트랜잭션이 실패합니다.
관리자
1399 2007-03-21
^^; 이틀동안 삽질을 ;;; 아무튼 잘 되신다고 하니 다행이네요~ 사용하시다가, 약간이라도 이상있으시면 게시판이나 전화 주시면 특별한 케이스 -_- 아니면 대부분 금방 처리됩니다. 그럼 수고하시고 좋은 하루보내세요. >기존에 설치된 가우스를 삭제하고 현재 사이트에 있는 가우스를 다운로드 하여 설치하니 >잘 되는군요 ㅡ,.ㅡ; >이틀간의 삽질이 한순간에 해결되니 약간 허무하기도 합니다. ^^ > > >>안녕하세요? >> >>저희 SITE에서 배포하는 컴포넌트와 서버 라이브러리를 다시 설치후에 >> >>사용하시길 바랍니다. >> >>최근에 해당 오류건으로 인해 배포된 버전을 사용하시고 계신것 같습니다. >> >>계속 동일 증상이 발생한다면 저희쪽에 전화 주셔서 원격지원등을 통해 점검 받으시는게 >> >>좋을것 같습니다. >> >>그럼 수고하세요. >> >>>게시판을 이용해 주셔서 감사합니다. >>>다음양식에 맞게 입력해주세요. >>> >>>* 고객시스템명 : >>>* GAUCE 버전 : 4.0(JAVA) >>>* WAS 종류(WebLogic 등등) : JEUS 5.0 >>>* DB 종류 : ORACLE 9i >>>* 문의 유형(질문/요청/참조) : 질문 >>>* 내용 : >>> >>>간단한 그리드를 하나 만들어 놓고 트랜잭션을 거는 부분을 작업하고 있습니다. >>>소스는 첨부파일을 참조하십시오. >>> >>><< 제우스에 표시되는 에러메시지>> >>>[2007.03.20 09:44:32][1][0_261] [import02-16] worker(import_02-w5) : servlet exe >>>cution error >>><<__Exception__>> >>>java.io.IOException: Content-Disposition의 형식이 잘못 되었습니다. form-data;nam >>>e="control" >>> at com.gauce.filter.GauceFilter.B(Unknown Source) >>> at com.gauce.filter.GauceFilter.B(Unknown Source) >>> at com.gauce.filter.GauceFilter.doFilter(Unknown Source) >>> at jeus.servlet.filter2.FilterChainImpl.internalDoFilter(FilterChainImpl >>>.java:122) >>> at jeus.servlet.filter2.FilterChainImpl.doFilter(FilterChainImpl.java:91 >>>) >>> at jeus.servlet.engine.ServletWrapper.execute(ServletWrapper.java:186) >>> at jeus.servlet.jsp.JspServletWrapper.execute(JspServletWrapper.java:136 >>>) >>> at jeus.servlet.engine.HttpRequestProcessor.run(HttpRequestProcessor.jav >>>a:239) >>><<__!Exception__>> >>> >>>================================================================================================== >>> >>>트랜잭션을 처리할 JSP 파일이 가우스필터에 제일 먼저 걸리면서 >>>위의 에러를 발생시킵니다. >>>(SELECT 하는 부분은 전혀 문제 없음) >>>위의 에러로 인해서 제우스에서 jsp 파일이 컴파일이 안됩니다. >>>(GauceFilter는 web.xml에 필터를 설정해 놓았습니다.) >>> >>>그래서 브라우저 주소창에 바로 TR을 처리하는 JSP 파일을 실행시키면 >>>아래와 같은 에러가 발생합니다. >>>내용인 즉슨 >>>컴파일된 jsp 소스의 52Line >>>GauceInputStream gis = ((HttpGauceRequest) request).getGauceInputStream(); >>>에서 ClassCastException이 발생합니다. >>>왜 그런걸까요? >>> >>>[2007.03.20 09:56:47][2][0_261] [import02-18] [WEB-2207] [_MyGroup/import_02] (j >>>eus_jspwork._jsp._test2._500_TOUR_5fTR_5fjsp) destroyed >>>java.lang.ClassCastException: jeus.servlet.engine.WebServletRequest >>> at jeus_jspwork._jsp._test2._500_TOUR_5fTR_5fjsp._jspService(_500_TOUR_5 >>>fTR_5fjsp.java:52) >>> at jeus.servlet.jsp.HttpJspBase.service(HttpJspBase.java:53) >>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) >>> at jeus.servlet.jsp.JspServletWrapper.executeServlet(JspServletWrapper.j >>>ava:91) >>> at jeus.servlet.filter2.FilterChainImpl.internalDoFilter(FilterChainImpl >>>.java:139) >>> at jeus.servlet.filter2.FilterChainImpl.doFilter(FilterChainImpl.java:91 >>>) >>> at com.gauce.filter.GauceFilter.doFilter(Unknown Source) >>> at jeus.servlet.filter2.FilterChainImpl.internalDoFilter(FilterChainImpl >>>.java:122) >>> at jeus.servlet.filter2.FilterChainImpl.doFilter(FilterChainImpl.java:91 >>>) >>> at jeus.servlet.engine.ServletWrapper.execute(ServletWrapper.java:186) >>> at jeus.servlet.jsp.JspServletWrapper.execute(JspServletWrapper.java:136 >>>) >>> at jeus.servlet.engine.HttpRequestProcessor.run(HttpRequestProcessor.jav >>>a:239) >>> >>>============================================================================================== >>> >>><< JDK 관련 정보 >> >>>C:Documents and SettingsAdministrator>java -version >>>java version "1.5.0_07" >>>Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03) >>>Java HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode, sharing) >>> >>>C:Documents and SettingsAdministrator>javac -version >>>javac 1.5.0_07 >>>javac: no source files >>>Usage: javac <options> <source files> >>>where possible options include: >>> -g Generate all debugging info >>> -g:none Generate no debugging info >>> -g:{lines,vars,source} Generate only some debugging info >>> -nowarn Generate no warnings >>> -verbose Output messages about what the compiler is doing >>> -deprecation Output source locations where deprecated APIs are u >>>sed >>> -classpath <path> Specify where to find user class files >>> -cp <path> Specify where to find user class files >>> -sourcepath <path> Specify where to find input source files >>> -bootclasspath <path> Override location of bootstrap class files >>> -extdirs <dirs> Override location of installed extensions >>> -endorseddirs <dirs> Override location of endorsed standards path >>> -d <directory> Specify where to place generated class files >>> -encoding <encoding> Specify character encoding used by source files >>> -source <release> Provide source compatibility with specified release >>> >>> -target <release> Generate class files for specific VM version >>> -version Version information >>> -help Print a synopsis of standard options >>> -X Print a synopsis of nonstandard options >>> -J<flag> Pass <flag> directly to the runtime system >>> >>>============================================================================================== >>> >>><< 첨부파일 목록 >> >>>1. HTML 페이지 >>>2. 트랜잭션을 처리하는 JSP 페이지 >>>3. web.xml >>>4. Service Builder에서 생성한 INFO 파일 >>>5. 트랜잭션하기전 헤더정보(,로 split 한것을 n으로 join하여 뿌려줌) >>>6. 실패했을 경우 표시되는 에러메시지 >>>7. TR을 처리해 주는 JSP의 컴파일된 JAVA 소스 >>> >>>PS : >>>Dynamic Service Builder에서 한 서비스에 >>>SELECT와 INSERT/UPDATE/DELETE를 모두 생성하고 >>>XML파일 생성하기를 실행하면 CPU가 100%를 먹으면서 프로그램이 다운되어 버립니다. >>>이 현상은 왜 그런것일까요?? >>> >> >
2782 no image 가우스 닷넷 버전 그리드의 체크박스 이벤트에 관해서...답변 주신것에 관해..
김형민
1005 2007-03-20
2781 no image 가우스 닷넷 버전 그리드의 체크박스 이벤트에 관해서...답변 주신것에 관해..
관리자
1285 2007-03-20
2780 no image !!!
이재성
1019 2007-03-17
2779 no image !!!
관리자
949 2007-03-19
2778 no image 개발 PC에서 SERVICE;ERROR;82201; 에러 발생 이유..
이동원
1003 2007-03-16
2777 no image 개발 PC에서 SERVICE;ERROR;82201; 에러 발생 이유..
관리자
1065 2007-03-20
2776 no image 그리드안에 버튼관련
송건호
1093 2007-03-16
2775 no image 그리드안에 버튼관련
관리자
1950 2007-03-17
2774 no image [질문]그리드안에....
송건호
1004 2007-03-16
2773 no image [질문]그리드안에....
이근창
1146 2007-03-16
2772 no image jsp에서 addMessage(Msg)의 결과를 받으려면?
이근창
1007 2007-03-16
2771 no image jsp에서 addMessage(Msg)의 결과를 받으려면?
관리자
1177 2007-03-17
Selected no image ※ 버젼이 달라서리~~??????????????????????????
이근창
1066 2007-03-20
Tag List
XE Login