일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Docker
- Core Java
- error
- git
- IntelliJ
- MySQL
- AJAX
- Source
- oracle
- Spring Boot
- JavaScript
- Tomcat
- Eclipse
- spring
- STS
- maven
- 오픈소스
- Exception
- PostgreSQL
- 설정
- Open Source
- ubuntu
- Thymeleaf
- MSSQL
- SpringBoot
- jpa
- JDBC
- Python
- myBatis
- 문서
- Today
- Total
목록Exception (114)
헤르메스 LIFE
Spring oAuth2를 테스트 하던중 아래와 같은 오류가 발생되었습니다. 심각: 경로 []의 컨텍스트 내의 서블릿 [ezsmart]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [No adapter for handler [public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map)]: The DispatcherServlet configuration needs to include a HandlerAdapter ..
How to resolve NoSuchMethodError: javax.wsdl.xml.WSDLReader.readWSDL(Ljavax/wsdl/xml/WSDLLocator) SOAP 개발 시 오류가 발생했습니다.뭐.. 어떻게 하고 자시고가 없네요.자동 Generator 된 소스라.. 뭐라 잘못 된건지... ㅠ.ㅠ 한참 구글링하던 중 라이브러리를 update 하면 된다라는 힌트를 얻었습니다.. +_+ Server에서 사용된 wsdl4j-1.6.2.jar 과Client에서 사용된 wsdl4j-1.5.x.jar 과의 버젼 차이에서 발생하는 내용일 수 있더군요.. 덕분에 해결됐습니다. 그런데.. 이 내용은 axis 에서도 같은 현상이 발생할 수 있는 것 같네요~ 참고 : http://toptechnologis..
개발환경cxf-2.6.8spring- 시나리오.Web Service Service Generation 중 오류 발생. 여러가지 이유가 있겠지만.. 사실 정확한 원인을 아직도 모르겠어요.. 첫번째. 기존 생성된 폴더를 overwrite 하지 못하는 듯 하다.생성되어 있는 .cxftmp, wsdl 폴더를 삭제한다.cxf-beans.xml 파일 삭제 두번째. 환경설정 세번째. 버젼 차이.Eclipse 의 Web Service 를 사용해서 wsdl 파일 및 bean-xml 생성 시 Eclipse 의 plugin 오류가 있는 듯 보입니다.버젼에 따라 정상 동작하기도 합니다. 저의 cxf-2.7.18의 경우 wsdl 파일 및 xml 생성은 잘 되는데...Client 에서 접속 실패했습니다. 그런데...cxf-2.3..
개발환경cxf 2.7.18 시나리오.cxf 2.7.18을 이용해서 SOAP 을 이용한 Web Service 환경을 구축하는게 목표입니다.Server는 정상적으로 동작합니다.Server에서 생성된 wsdl 파일에 의해 Client Source를 생성하기 위해 wsdl2java를 사용하기로 했습니다. 소스 생성 중 아래와 같은 오류가 발생했습니다. Exception in thread "main" java.lang.AssertionError: org.xml.sax.SAXParseException; systemId: jar:file:/C:/apache/cxf-2.7.18/lib/jaxb-xjc-2.2.6.jar!/com/sun/tools/xjc/reader/xmlschema/bindinfo/binding.xsd..
1. 개발환경ajax + RESTfule 2. 시나리오.RESTful을 이용해서 서로 다른 domain간에 Json 으로 데이터를 주고 받을 수 있다. 그림 출처 : 시나몬 브레드님의 javascript ajax 크로스 도메인 요청 하기 (CORS) 사실 그림의 1번을 통해 권한을 인증하고, 인증된 권한을 통해 2번 실제 요청을 하는 시나리오를 구성하는게 최종 목적이였습니다. 그런데....ajax를 통해서 같은 시도를 하면 실패합니다. XMLHttpRequest cannot load http://localhost:8080/api/employees. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'ht..
Spring Securiry 설정 중 아래와 같은 오류가 발생했습니다. 개발환경Spring 3.2.xJDK 1.7.xTomcat 7.x ERROR o.s.web.context.ContextLoader.initWebApplicationContext (ContextLoader.java:331) - Context initialization failed org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/s..
Spring Security를 설정하던 중 발생 개발환경Spring 3.2.xJDK 1.7.xTomcat 7.x 심각: Exception starting filter springSecurityFilterChainorg.springframework.beans.factory.NoSuchBeanDefinitionException : No bean named 'springSecurityFilterChain' is defined at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:575) at org.springframework.beans.facto..
JDK 1.8.xWildfly 10.0Eclipse neon 개발 환경 구축 중 아래와 같은 오류가 발생 했습니다.내용으로 봐서 spring-modules-validation-0.9.jar 파일의 tld 파일이 문제 입니다. 14:45:15,768 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.deployment.unit."[war 파일].war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."[war 파일].war".PARSE: WFLYSRV0153: Failed to proce..
저의 경우는C:\app\Administrator\product\11.2.0\client_1\network\admin 폴더에sqlnet.ora 파일을 수정해서 해결했습니다. #SQLNET.AUTHENTICATION_SERVICES= (NTS)SQLNET.AUTHENTICATION_SERVICES= (NONE) Net8 과 함께 가능한 인증방법은 아래와 같이 5가지가 존재한다고 합니다. NONE - 어떠한 인증방법도 사용하지 않고, 오라클 인증 방법을 사용합니다.ALL - 가능한 모든 인증방법을 사용합니다.BEQ - Bequeath protocol 을 사용합니다.NDS - NDS 인증을 사용합니다.NTS - Windows NT 인증을 사용합니다.
간만에 JSP 프로그래밍.. The method getServletContext() is undefined for the type HttpServletRequest 30: if(item.getSize() > 0) { 31: String ext = item.getName().substring(item.getName().lastIndexOf(".")+1); 32: //파일 기본경로 33: String defaultPath = request.getServletContext().getRealPath("/"); 34: //파일 기본경로 _ 상세경로 35: String path = defaultPath + "upload" + File.separator; 문제는 request.getServletContext() 인 ..