2016-10-05 11 views
0

내 Java EE 앱을 마이그레이션 한 후. 웹 로직 서버 버전으로 내 애플 리케이션 시작하는 동안 (스프링 웹 모델 - 뷰 - 컨트롤러 (MVC) 프레임 워크) 개미에서 내가이 메시지를 받고 있습니다 받는다는하기 : 나는 귀를 추출했습니다 12.1.2.0.0WebLogic : 인식 할 수없는 콜백

Error 403--Forbidden   

From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 

10.4.4 403 Forbidden 

The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable 

을 그 작동하지 않는 새로운 귀로 작업 중이며 어떤 차이점도 보이지 않습니다. WEB-INF \ 클래스 \ 새로운 귀

.. \을 myApp \ myAppWeb에 존재하지 않는 경우에만 폴더 (jsp_servlet)는 \ jsp_servlet

나는 콘솔 http://localhost:7001/console 및 로그인에 갔다. 당신이에 개미 conf의 파일을 제외하고 아무것도 변경하지 않은 경우 나는

/wls-cat/index.jsp (Classloader Analysis Tool on server myserver) 

내가 서버 로그

javax.security.auth.callback.UnsupportedCallbackException: Unrecognized Callback 
    at weblogic.management.mbeanservers.internal.JMXAuthenticator$JMXCallbackHandler.handle(JMXAuthenticator.java:135) 
    at com.bea.common.security.internal.service.CallbackHandlerWrapper.handle(CallbackHandlerWrapper.java:76) 
    at weblogic.security.service.internal.WLSJAASLoginServiceImpl$CallbackHandlerWrapper.handle(WLSJAASLoginServiceImpl.java:154) 
    at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:947) 
    at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:944) 
    at java.security.AccessController.doPrivileged(Native Method) 
    at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:943) 

답변

0

에서이 오류가 같은 결과로 콘솔을 사용하여 응용 프로그램의 테스트 페이지를 invokeed mvn pom, 프로젝트를 정리하고 mvn 명령으로 한 번 더 빌드하십시오. mvn과 ant는 약간 다르므로 마이그레이션을 위해 gradle을 사용하도록 제안 할 것입니다. gradle에서는 두 기능을 결합 할 수 있습니다.