Hello Matt

Thks for the reply 

I try to access through browser but nothing happens :
http://localhost:8080/cas

My /etc/cas/config/cas.properties content is the following : 

#cas.server.name: https://cas.example.org:8443
#cas.server.prefix: https://cas.example.org:8443/cas

cas.server.name: http://localhost:8080
cas.server.prefix: http://localhost:8080/cas

cas.server.http.port=8080

cas.adminPagesSecurity.ip=127\.0\.0\.1

cas.authn.accept.users=

logging.config: file:/etc/cas/config/log4j2.xml
# cas.serviceRegistry.config.location: classpath:/services

is that ok ? 


shouldn't 8080 port been open ? 

cas-overlay-template-master ericomartins$ lsof -i :8080
---  no result here ---- 

cas-overlay-template-master ericomartins$ lsof -i :8443
COMMAND   PID         USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
java    26098 ericomartins   32u  IPv6 0xff2c21fe03059105      0t0  TCP 
*:pcsync-https (LISTEN)


Thks


Em quarta-feira, 16 de maio de 2018 11:05:15 UTC-3, Matthew Uribe escreveu:
>
> Have you tried going to the CAS webpage? It should load.
>
> The warnings are just letting you know that since you didn't define the 
> keys in cas.properties, it's created them for you.
>
> If I recall from my experience with ./build.sh run, it will sit on the 
> console because the process is still running. That's normal in the console 
> while the process continues to run.
>
> [image: Aims Community College Top Work Places 2018 - The Denver Post] 
> Matt Uribe
> Programmer Analyst II
> Information Technology
> Aims Community College
> 970.339.6375
> [email protected] <javascript:>
> 5401 W. 20th Street 
> <https://maps.google.com/?q=5401+W.+20th+Street+Greeley,+CO,+80634&entry=gmail&source=g>
> Greeley, CO, 80634 
> <https://maps.google.com/?q=5401+W.+20th+Street+Greeley,+CO,+80634&entry=gmail&source=g>
> www.aims.edu
> <https://www.aims.edu/about/social-media/>
>
>
> *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 Wed, May 16, 2018 at 7:43 AM, Érico Teixeira <[email protected] 
> <javascript:>> wrote:
>
>> Hello
>>
>> I've downloaded cas-overlay-template from 
>> https://github.com/apereo/cas-gradle-overlay-template
>>
>> Then copied the project config folder to /etc/cas grating reading perms 
>> to its content 
>>
>> I'm using macOS High Sierra
>>
>> Trying run cas-overlay-template through:
>> /build.sh run;
>>
>> It builds the package but when starting it shows some warnings like :
>>
>> WARN [org.apereo.cas.config.CasCoreTicketsConfiguration] - <Runtime 
>> memory is used as the persistence storage for retrieving and managing 
>> tickets. Tickets that are issued during runtime will be LOST upon container 
>> restarts. This MAY impact SSO functionality.>
>> 2018-05-16 10:31:01,136 WARN 
>> [org.apereo.cas.config.CasCoreServicesConfiguration] - <Runtime memory is 
>> used as the persistence storage for retrieving and persisting service 
>> definitions. Changes that are made to service definitions during runtime 
>> WILL be LOST upon container restarts. Ideally for production, you need to 
>> choose a storage option (JDBC, etc) to store and track service definitions.>
>> 2018-05-16 10:31:02,386 WARN 
>> [org.apereo.cas.util.cipher.BaseStringCipherExecutor] - <Secret key for 
>> encryption is not defined for [Ticket-granting Cookie]; CAS will attempt to 
>> auto-generate the encryption key>
>> 2018-05-16 10:31:02,423 WARN 
>> [org.apereo.cas.util.cipher.BaseStringCipherExecutor] - <Generated 
>> encryption key [ddpmDx_7JI_BNeK365hI-EVbHwatnX8KhuTYLjQDp10] of size [256] 
>> for [Ticket-granting Cookie]. The generated key MUST be added to CAS 
>> settings under setting [cas.tgc.crypto.encryption.key].>
>> 2018-05-16 10:31:02,438 WARN 
>> [org.apereo.cas.util.cipher.BaseStringCipherExecutor] - <Secret key for 
>> signing is not defined for [Ticket-granting Cookie]. CAS will attempt to 
>> auto-generate the signing key>
>> 2018-05-16 10:31:02,447 WARN 
>> [org.apereo.cas.util.cipher.BaseStringCipherExecutor] - <Generated signing 
>> key 
>> [AYJxpl7vcsvagtFtWZ9RG6DUJ7k5xjy-5Bzt9wUsCuUeawEtP0VHJB3XlP7YF7yOPDAmAxtLALqPN_K7p3g86w]
>>  
>> of size [512] for [Ticket-granting Cookie]. The generated key MUST be added 
>> to CAS settings under setting [cas.tgc.crypto.signing.key].>
>> 2018-05-16 10:31:03,421 WARN 
>> [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor] - <Secret key for 
>> signing is not defined under [cas.webflow.crypto.signing.key]. CAS will 
>> attempt to auto-generate the signing key>
>> 2018-05-16 10:31:03,424 WARN 
>> [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor] - <Generated signing 
>> key 
>> [1Ys3L97Olngrj6vOOhBk5QaO6rGEDSA0AsQfbBkEryN_5RlgMlUAXzc8fZeaFzez-JQKm9_ID4g0JDBWfHQsFQ]
>>  
>> of size [512]. The generated key MUST be added to CAS settings under 
>> setting [cas.webflow.crypto.signing.key].>
>> 2018-05-16 10:31:03,424 WARN 
>> [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor] - <Secret key for 
>> encryption is not defined under [cas.webflow.crypto.encryption.key]. CAS 
>> will attempt to auto-generate the encryption key>
>> 2018-05-16 10:31:03,443 WARN 
>> [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor] - <Generated 
>> encryption key [CcOzv2YuBrKtHMgU5pkgyQ] of size [16]. The generated key 
>> MUST be added to CAS settings under setting 
>> [cas.webflow.crypto.encryption.key].>
>>
>> and gets stuck on the console for ever
>>
>> the are no errors on CAS log files 
>>
>> Please can someone help me out on this? 
>>
>> -- 
>> - Website: https://apereo.github.io/cas 
>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__apereo.github.io_cas&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=9Z-r4nI4Pe95c1w0uD8RRLKonQxtvKuQlUgBDX4qjpg&s=gsKGeqasIizrGY4xC4D_wjBmvo2L9EPPw2_5Z4i3CJA&e=>
>> - Gitter Chatroom: https://gitter.im/apereo/cas 
>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__gitter.im_apereo_cas&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=9Z-r4nI4Pe95c1w0uD8RRLKonQxtvKuQlUgBDX4qjpg&s=elqONXQcc5UASYrDYmxV-GAOZbJsmLlWmiUwUIuwtLs&e=>
>> - List Guidelines: https://goo.gl/1VRrw7 
>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__goo.gl_1VRrw7&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=9Z-r4nI4Pe95c1w0uD8RRLKonQxtvKuQlUgBDX4qjpg&s=W9Kb-pRoGGc5A8EalJDjLxQsgvNrtA2vkuwOQpdYiH8&e=>
>> - Contributions: https://goo.gl/mh7qDG 
>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__goo.gl_mh7qDG&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=9Z-r4nI4Pe95c1w0uD8RRLKonQxtvKuQlUgBDX4qjpg&s=qUbxyF0tYEu2u_Of0O-fTsu36xbridRg8YGOx0M8M5A&e=>
>> --- 
>> 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 [email protected] <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/d8bb88b5-8c58-4590-aacc-6e207e08aa9d%40apereo.org
>>  
>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_a_apereo.org_d_msgid_cas-2Duser_d8bb88b5-2D8c58-2D4590-2Daacc-2D6e207e08aa9d-2540apereo.org-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=DwMFaQ&c=spdyCQlbcMzVK9-MvWb-WQ&r=auWoa16BPqAWqsx-0-lnCDVAVu-ZWi_vyIfKhfMtR_E&m=9Z-r4nI4Pe95c1w0uD8RRLKonQxtvKuQlUgBDX4qjpg&s=TPPr7BN1bB5i6E_tBgd74cKjjletLIus5dBk9XKuapg&e=>
>> .
>>
>
>

-- 
- 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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/f4bef945-f5c3-4a6d-892a-c7b2a78dc064%40apereo.org.

Reply via email to