일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Open Source
- Spring Boot
- ubuntu
- error
- 오픈소스
- Source
- Python
- jpa
- maven
- JDBC
- Thymeleaf
- spring
- git
- STS
- JavaScript
- PostgreSQL
- Tomcat
- SpringBoot
- MSSQL
- Core Java
- IntelliJ
- 설정
- Docker
- AJAX
- MySQL
- Eclipse
- myBatis
- oracle
- 문서
- Exception
- Today
- Total
목록Exception (114)
헤르메스 LIFE
MSSQL 을 사용해서 개발하던 중 아래와 같은 경고가 발생되었습니다. 12 월 15, 2020 2:48:16 오후 com.microsoft.sqlserver.jdbc.TDSChannel enableSSL 경고 : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. 검색해보니 아래와 같은 내용들이 존재합니다. 참조 URL#1 : TLS 1.1 및 TLS 1.2 WinHTTP windows에서의 기본 보안 프로토콜을 사용 하도록 업데이트 합니다 참조 URL#2 : Microsoft SQL Server 대 한 TLS 1.2 지원 TLS는 전송 계층 보안 (HTTPS 및 SSL)입니다. TLSv1 및 TLSv1.1은 ..
개발환경 : Spring, MSSQL "ORA-00923: FROM 키워드가 필요한 위치에 없습니다."의 오류만 보면 From 키워드가 없다는 오류입니다. 어디에 FROM 이 없다는 건지.. ㅡㅡㅋ 더보기 Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (ORA-00923: FROM 키워드가 필요한 위치에 없습니다.) datasource 설정 오류였습니다 오라클 드라이버를 사용하고 있었습니다. - copy&paste의 폐해입니다. ㅠ.ㅠ
사용환경 : SPRING STS 3.x, JDK 1.8.x ERROR: org.springframework.web.context.ContextLoader - Context initialization failed org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [C:\SpringPrj\workspace\HelloWorld\WebContent\WEB-INF\classes\com\hello\world\HomeController.class]; nested exception is org.springframework.core.NestedIOException: ASM ..
개발 환경 : Spring, MyBatis error.message :: nested exception is org.apache.ibatis.executor.ExecutorException: Error preparing statement. Cause: java.lang.IllegalStateException: The type registry TypeRegistry(id=1930825504,loader=org.apache.catalina.loader.ParallelWebappClassLoader) does not know about type id 893 여러가지 이유가 있겠지만... Session Timeout 도 의심해봐야 함.
Spring 환경 *.do 를 호출하는 환경입니다. 명시적으로 web.xml 에 선언을 하면 문제가 없을 겁니다. servlet org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/config/dispatcher-servlet.xml 1 servlet *.do 하지만... 그렇게 못했기 때문에 아픔이 있는거죠.. 어쨌든.. 아래처럼 선언을 해줘야 합니다.
[Exception] Mybatis 비교연산자, 부등호 (, =, &) 오류 INFO f.f.m.RefreshableSqlSessionFactoryBean.a (SourceFile:221) - modified files : [file [C:\MYPRJ\work-kepler\MYPRJ\WebContent\WEB-INF\classes\modules\etax\tax\IssuServiceImpl_SQL.xml]] INFO f.f.m.RefreshableSqlSessionFactoryBean.refresh (SourceFile:87) - refreshing SqlSessionFactory. ERROR f.f.m.RefreshableSqlSessionFactoryBean.run (SourceFile:127) - c..
Wildfly를 Start 시 아래와 같은 오류가 발생했다. 내용은 javax.xml.ws.Endpoint 파일을 참조하지 못해서 이다. jaxws-api-2.2.jar 을 추가 해준다. 2016-09-24 17:57:31,418 WARN [org.jboss.modules] (ServerService Thread Pool -- 94) Failed to define class org.apache.cxf.jaxws.EndpointImpl in Module "deployment.accnt.war:main" from Service Module Loader: java.lang.NoClassDefFoundError: Failed to link org/apache/cxf/jaxws/EndpointImpl (Modul..
이 오류는 1.9.0 이하 아파치 앤트 버전에서 java8 로 컴파일시 발생합니다. - Ant Preferences -> 좌측의 Ant -> Runtime -> 우측의 Ant Home Entries(Default)선택 -> 우측밑 Ant Home 클릭 ant 경로선택하고 확인
개발환경 : Tomcat 7.0 The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit Stacktrace: at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:103) at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:366) at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:490) at org.ap..
[WARNING] [WARNING] Some problems were encountered while building the effective model for project:mysifw:war:1.0.0 [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: javax.websocket:javax.websocket-api:jar -> duplicate declaration of version ${javax.websocket.version} @ line 440, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems be..