IT 이야기532 [Error_Log] java.text.ParseException: Unparseable date 관련 에러 발생 JBoss EAP 에러 로그에서 아래와 같이 java.text.ParseException: Unparseable date 에러가 발생하였습니다. 12:34:56.789ERROR[stderr] (ajp-thread-pool-threads - 20) java.text.ParseException: Unparseable date: "20201004" 12:34:56.789ERROR[stderr] (ajp-thread-pool-threads - 20) at java.text.DateFormat.parse(DataFormat.java:366) 12:34:56.789ERROR[stderr] (ajp-thread-pool-threads - 20) at nibp.ip.support.util.DateUtil.getConv.. 2020. 10. 23. [Apache] Syntax Error(Cannot load modules/mod_ssl.so) Apache 환경설정 무결성 검사중 아래와 같이 Syntax 에러가 발생하였습니다. httpd: Syntax error on line 828 of /CLOUD/APACHE/jbcs-httpd24-2.4/httpd/conf/httpd.conf: Syntax error on line 3 of /CLOUD/APAChE/jbcs-httpd24-2.4/httpd/cnf.mudules.d/00-ssl.conf: Cannot load mpdules/mod_ssl.so into server: /CLOUD/APACHE/jbcs-httpd24-2.4/httpd/modules/mod_ssl.so: symbol SSL_CONF_CTX_set_ssl_ctx, version libssl.so.10 not defined infil.. 2020. 10. 23. [Error_Log] URLDecoder: Illegal hex characters in escape (%) pattern 관련 에러 발생 JBoss EAP 에러 로그에서 아래와 같이 URLDecoder: Illegal hex characters in escape (%) pattern 에러가 발생하였습니다. 12:34:56.78ERROR[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/].[action]] (ajp-/10.xxx.xxx.xxx:8309-7) JBWEB000236: Servlet.service() for servlet action threw exception: java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input strin.. 2020. 10. 23. [Error_Log] getOutputStream() has already been called for this respons 에러 발생 JBoss EAP 에러 로그에 아래와 같이 getOutputStream() has already been called for this response 에러가 발생하였습니다. 12:34:56.789ERROR[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/abc].[jsp]] (ajp-/10.xxx.xxx.xxx:9009-23) JBWEB000236: Servlet.service() for servlet jsp threw exception: java.lang.IllegalStateException: JBWEB000028: getOutputStream() has already been called for this response at .. 2020. 10. 23. [Error_Log] Cannot convert noValue of type class java.lang.String to class java.lang.Long 에러 발생 JBoss EAP 에러 로그에 아래와 같이 Cannot convert noValue of type class java.lang.String to class java.lang.Long 에러가 발생하였습니다. 12:34:56,789ERROR[org.apache.catalina.core.ContainerBase.[jboss.web].[abc].[action]] (ajp-10.xxx.xxx.xxx:8409-6) JBWEB000236: Servlet.service() for servlet action threw exception: javax.el.ELException: JBWEB006003: Cannot convert noValue of type class java.lang.String to class java... 2020. 10. 23. [Error_Log] Apache error와 access 로그에 404 에러 발생 Apache error 로그와 access 로그에 404 에러가 아래와 같이 발생했습니다. [Fri Apr 01 10:10:23.428302 2020] [negotiation:error] [pid 15681:tid 14505049223] (2)No such file or directory: [client 10.xxx.xxx.xxx:647393 AH00683: cannot access type map file: HTTP_BAD_GATEWAY.html.var, referer:http://acb.co.kr/app/abc.do [Fri Apr 01 10:20:23.234432 2020] [negotiation:error] [pid 15683:tid 14123123121] (2)No such file or dir.. 2020. 10. 23. [Apache] Apache Syntax Error(Cannot load modules libssl.so.10) Apache 환경설정 Syntax를 점검하다가 아래와 같은 에러 메시지가 나타났습니다. httpd: Syntax error on line 828 of /CLOUD/APACHE/jbcs-httpd24-2.4/httpd/conf/httpd.conf: Syntax error on line 3 of /CLOUD/APACHE/jbcs-httpd24-2.4/httpd/conf.modules.d/00-mod_security2.conf: Cannot load modules/mod_security2.so into server: /usr/lib64/libssl.so.10: symbol private_ossl_minimum_db_bits, version libcrypto.so.10 not defined in file lib.. 2020. 10. 23. [Error_Log] java.lang.IndexOutOfBoundsException: index:0, Size: 0 관련 에러 발생 JBoss EAP 에러 로그에서 다음과 같이 java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 관련 에러가 발생하였습니다. 14:12:11,456ERROR[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/].[action]] (ajp-10.xxx.xxx.xxx:8109-19) JBWEB000236: Servlet.service() for servlet action threw exception: java.lang.IndexOutOfBoundsException: Index:0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:657) .. 2020. 10. 23. [Error_Log] java.lang.NumberFormatException: null 관련 에러 JBoss EAP 에러 로그에서 다음과 같이 java.lang.NumberFormatException: null 관련 에러가 발생했습니다. 10:45:21,123ERROR[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/].[action]] (ajp-10.xxx.xxx.xxx:8109-11) JBWEB000236: Servlet.service() for servlet action threw exception: jana.lang.NumberFormatException: null at java.lang.Integer.parseInt(integer.java:542) [rt.jar:1.8.0_161] at java.lang.Integer... 2020. 10. 22. [Error_Log] java.lang.StringIndexOutOfBoundsException: String index out of range 관련 에러 발생 JBoss EAP 에러 로그에서 아래와 같이 java.lang.StringIndexOutOfBoundsException: String index out of range 관련 에러가 발생했습니다. 10:12:34,252ERROR[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/].[action]] (ajp-/10.xxx.xxx.xxx:8109-17) JBWEB000236: Servlet.service() for servlet action threw exception: java.lang.StringINdexOufOfBoundsException: String index out of range: -10 at java.lang.String... 2020. 10. 22. 이전 1 ··· 19 20 21 22 23 24 25 ··· 54 다음