[cas-user] CAS 6.0.0 RC2, RC3 successWithWarnings NoMatchingTransitionException

2018-09-16 Thread Ruslan Mezentsev
Hello everyone, when I log in as a user via ldap (check in CAS 6.0.0 RC2, 
RC3), which has a password expiration in 10 days, I have an error (same as 
https://groups.google.com/a/apereo.org/forum/#!topic/cas-dev/sUXQZAQa6d8), 
other users are correctly processed.

Error: No transition was matched on the event(s) signaled by the [1] action(s) 
that executed in this action state 'createTicketGrantingTicket' of flow 
'login'; transitions must be defined to handle action result outcomes -- 
possible flow configuration error? Note: the eventIds signaled were: 
'array['successWithWarnings']', while the supported set of transitional 
criteria for this action state is 'array[success]'


cas_1  | 2018-09-17 04:37:10,038 ERROR [org.springframework.boot.web.servlet
.support.ErrorPageFilter] - ['successWithWarnings']', while the 
supported set of transitional crit
eria for this action state is 'array[success]']> 
cas_1  | org.springframework.webflow.engine.NoMatchingTransitionException: 
No transition was matched on the event(s) signaled by the [1] action(s) 
that executed in this action stat
e 'createTicketGrantingTicket' of flow 'login'; transitions must be defined 
to handle action result outcomes -- possible flow configuration error? Note: 
the eventIds signaled were:
'array['successWithWarnings']', while the supported set of 
transitional criteria for this action state is 
'array[success]' 
cas_1  |at org.springframework.webflow.engine.ActionState.doEnter(
ActionState.java:137) ~[spring-webflow-2.5.1.RELEASE.jar:2.5.1.RELEASE] 
cas_1  |at org.springframework.webflow.engine.State.enter(State.java
:194) ~[spring-webflow-2.5.1.RELEASE.jar:2.5.1.RELEASE] 

How to solve this problem?

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/4c14d7a5-3ebe-478f-841c-3fa4f50246e2%40apereo.org.
cas_1  | 2018-09-17 04:37:10,038 ERROR 
[org.springframework.boot.web.servlet.support.ErrorPageFilter] - ['successWithWarnings']', while the supported set 
of transitional crit
eria for this action state is 'array[success]']> 
cas_1  | org.springframework.webflow.engine.NoMatchingTransitionException: No 
transition was matched on the event(s) signaled by the [1] action(s) that 
executed in this action stat
e 'createTicketGrantingTicket' of flow 'login'; transitions must be defined to 
handle action result outcomes -- possible flow configuration error? Note: the 
eventIds signaled were:
'array['successWithWarnings']', while the supported set of transitional 
criteria for this action state is 'array[success]' 
cas_1  |at 
org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:137) 
~[spring-webflow-2.5.1.RELEASE.jar:2.5.1.RELEASE] 
cas_1  |at 
org.springframework.webflow.engine.State.enter(State.java:194) 
~[spring-webflow-2.5.1.RELEASE.jar:2.5.1.RELEASE] 
cas_1  |at 
org.springframework.webflow.engine.Transition.execute(Transition.java:228) 
~[spring-webflow-2.5.1.RELEASE.jar:2.5.1.RELEASE] 
cas_1  |at 
org.springframework.webflow.engine.impl.FlowExecutionImpl.execute(FlowExecutionImpl.java:395)
 ~[spring-webflow-2.5.1.RELEASE.jar:2.5.1.RELEASE] 
cas_1  |at 
org.springframework.webflow.engine.impl.RequestControlContextImpl.execute(RequestControlContextImpl.java:214)
 ~[spring-webflow-2.5.1.RELEASE.jar:2.5.1.RELEASE] 
cas_1  |at 
org.springframework.webflow.engine.TransitionableState.handleEvent(TransitionableState.java:116)
 ~[spring-webflow-2.5.1.RELEASE.jar:2.5.1.RELEASE] 
cas_1  |at 
org.springframework.webflow.engine.Flow.handleEvent(Flow.java:547) 
~[spring-webflow-2.5.1.RELEASE.jar:2.5.1.RELEASE] 
cas_1  |at 
org.springframework.webflow.engine.impl.FlowExecutionImpl.handleEvent(FlowExecutionImpl.java:390)
 ~[spring-webflow-2.5.1.RELEASE.jar:2.5.1.RELEASE] 
cas_1  |at 
org.springframework.webflow.engine.impl.RequestControlContextImpl.handleEvent(RequestControlContextImpl.java:210)
 ~[spring-webflow-2.5.1.RELEASE.jar:2.5.1.RELEAS
E] 
cas_1  |at 
org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:105) 
~[spring-webflow-2.5.1.RELEASE.jar:2.5.1.RELEASE] 
cas_1  |at 
org.springframework.webflow.engine.State.enter(State.java:194) 
~[spring-webflow-2.5.1.RELEASE.jar:2.5.1.RELEASE] 
cas_1  |at 
org.springframework.webflow.engine.Transition.execute(Transition.java:228) 
~[spring-webflow-2.5.1.RELEASE.jar:2.5.1.RELEASE] 
cas_1  |at 
org.springframework.webflow.engine.impl.FlowExecutionImpl.execute(FlowExecutionImpl.java:395)
 

Re: [cas-user] CAS build stuck

2018-09-16 Thread Sean Day
Do you mean delegated authentication with the login being passed off to 
ADFS? 

If so I can post the steps I used to get this working, it was a lot easier 
than I was expecting.

On Friday, 14 September 2018 20:05:30 UTC+1, Zach Tackett wrote:
>
> That did it for me! Thank you so much. The login page came up, now I just 
> have to figure out how to get it to work with ADFS so that it will redirect 
> to the college login page.
>
> On Friday, September 14, 2018 at 2:49:41 PM UTC-4, Matthew Uribe wrote:
>>
>> Have you had a chance to look through David Curry's guide? It's thorough 
>> and well laid out, and should get you on the road to successfully setting 
>> up CAS.
>>
>>
>> https://dacurry-tns.github.io/deploying-apereo-cas/introduction_overview.html
>>
>>
>> [image: Aims Community College Top Work Places 2018 - The Denver Post] 
>> Matt Uribe
>> Programmer Analyst II
>> Information Technology
>> Aims Community College
>> 970.339.6375
>> matthe...@aims.edu
>> 5401 W. 20th Street 
>> 
>> Greeley, CO, 80634 
>> 
>> www.aims.edu
>> 
>>
>>
>> *IT staff will never ask you for your username and password. *
>>
>>
>> *Always decline to provide the information and report such attempts to the 
>> Help Desk (x6380).*
>>
>>
>> On Fri, Sep 14, 2018 at 12:35 PM, Zach Tackett  
>> wrote:
>>
>>> I am completely new to CAS, server side management. New job, boss asked 
>>> me to setup CAS on a CentOS 7 server
>>>
>>> Installed Java8, tomcat, cloned down the cas-overlay-template (maven)
>>>
>>> I am getting stuck at this point. I have went back into the logs and set 
>>> the values it is issuing warnings on, and it still comes up with the 
>>> warnings for the signing and encryption keys. All of the documentation I 
>>> have been able to find and understand is old, or useless
>>>
>>> [INFO] Scanning for projects...
>>> [INFO] 
>>> [INFO] Using the MultiThreadedBuilder implementation with a thread count 
>>> of 5
>>> [INFO] 
>>> [INFO] 
>>> 
>>> [INFO] Building cas-overlay 1.0
>>> [INFO] 
>>> 
>>> [INFO] 
>>> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cas-overlay ---
>>> [INFO] Deleting /home/entapps/cas-overlay-template/target
>>> [INFO] 
>>> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
>>> cas-overlay ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory 
>>> /home/entapps/cas-overlay-template/src/main/resources
>>> [INFO] 
>>> [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ 
>>> cas-overlay ---
>>> [INFO] No sources to compile
>>> [INFO] 
>>> [INFO] --- maven-resources-plugin:2.6:testResources 
>>> (default-testResources) @ cas-overlay ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory 
>>> /home/entapps/cas-overlay-template/src/test/resources
>>> [INFO] 
>>> [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ 
>>> cas-overlay ---
>>> [INFO] No sources to compile
>>> [INFO] 
>>> [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ 
>>> cas-overlay ---
>>> [INFO] No tests to run.
>>> [INFO] 
>>> [INFO] --- maven-war-plugin:2.6:war (default-war) @ cas-overlay ---
>>> [INFO] Packaging webapp
>>> [INFO] Assembling webapp [cas-overlay] in 
>>> [/home/entapps/cas-overlay-template/target/cas]
>>> [info] Copying manifest...
>>> [INFO] Processing war project
>>> [INFO] Processing overlay [ id org.apereo.cas:cas-server-webapp-tomcat]
>>> [INFO] Webapp assembled in [1278 msecs]
>>> [INFO] Building war: /home/entapps/cas-overlay-template/target/cas.war
>>> [INFO] 
>>> [INFO] --- spring-boot-maven-plugin:1.5.12.RELEASE:repackage (default) @ 
>>> cas-overlay ---
>>> [INFO] Layout: WAR
>>> [INFO] 
>>> 
>>> [INFO] BUILD SUCCESS
>>> [INFO] 
>>> 
>>> [INFO] Total time: 7.112 s (Wall Clock)
>>> [INFO] Finished at: 2018-09-14T14:28:55-04:00
>>> [INFO] Final Memory: 13M/39M
>>> [INFO] 
>>> 
>>>
>>>__     _     __  
>>>   / /  / ___|/ \/ ___|  \ \ 
>>>  | |  | |   / _ \   \___ \   | |
>>>  | |  | |___   / ___ \   ___) |  | |
>>>  | |   \| /_/   \_\ |/   | |
>>>   \_\   /_/ 
>>>
>>> CAS Version: 5.2.6
>>> CAS Commit Id: f5118fffa39b90da780500631d1dffcc296bbc08
>>> CAS Build Date/Time: 2018-09-14T18:28:54Z
>>> Spring Boot Version: 1.5.12.RELEASE
>>> 
>>> Java Home: 
>>>