2016-10-05 18 views
0

私のJava EEアプリケーションの移行後。 (春のWebモデル - ビュー - コントローラ(MVC)フレームワーク)のAntからMavenのにWebLogic Serverバージョンで私のアプリを起動している間、私はこのメッセージを取得しています: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 

私は耳を抽出しました新しい耳で働いていて、何の違いも見られません。新耳

に存在しないフォルダのみ(jsp_servlet).. \て、myApp \ myAppWeb \ WEB-INF \クラス\ jsp_servlet

私は、コンソールhttp://localhost:7001/consoleおよびログインに行ってきました。 私はあなたにアリconfファイル以外は何も変更しなかった場合、私は、サーバーのログ

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

にこのエラーが表示さ

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

同じ結果でコンソールを使用して、アプリケーションのテストページをinvokeed mvn pomから、プロジェクトをきれいにして、mvnコマンドからもう一度ビルドしてください。 mvnとantはわずかに異なるため、移行用にgradleを使用することを提案します。 gradleでは、両方の機能を組み合わせることができます。

関連する問題