私はCASとnewの両方に新しいです。Apereo CAS 4.1.0 - INVALID_TICKETメッセージで失敗したGradleビルド
hereからCASコードをダウンロードしました。ダウンロードしたzipを解凍した後、gradlew.batファイルを実行してCASプロジェクトを構築しました。私は何も変更していない場合でも、私は、ビルド時にエラーの下に取得:
org.jasig.cas.CentralAuthenticationServiceImplTests > verifyDelegateTicketGrantingTicketWithProperParams FAILED org.jasig.cas.ticket.InvalidTicketException at CentralAuthenticationServiceImplTests.java:174 47 tests completed, 1 failed :cas-server-core:test FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':cas-server-core:test'. There were failing tests. See the report at: file:///C:/Users/newbie/Downloads/cas-4.2.1/cas-server-core/build/reports/tests/index.html
ビルドが失敗していたとして、私はCAS、CAS 5.0.2の最新版で試してみました。最新バージョンを構築 も同じエラーを与えている:
org.apereo.cas.CentralAuthenticationServiceImplTests > verifyDelegateTicketGrantingTicketWithProperParams FAILED INVALID_TICKET at org.apereo.cas.CentralAuthenticationServiceImpl.createProxyGrantingTicket(CentralAuthenticationServiceImpl.java:256) at org.apereo.cas.CentralAuthenticationServiceImpl$$FastClassBySpringCGLIB$$d0ec6e1f.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:720) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:655) at org.apereo.cas.CentralAuthenticationServiceImpl$$EnhancerBySpringCGLIB$$9bd39a43.createProxyGrantingTicket() at org.apereo.cas.CentralAuthenticationServiceImplTests.verifyDelegateTicketGrantingTicketWithProperParams(CentralAuthenticationServiceImplTests.java:175) 47 tests completed, 1 failed :core:cas-server-core:test FAILED :lintGradle FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':core:cas-server-core:test'. There were failing tests. See the report at: file:///C:/Users/newbie/Downloads/cas-5.0.2/core/cas-server-core/build/reports/tests/test/index.html
誰もが問題を理解/解決するために私を助けてください。
事前に感謝します。