내 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)