Installed Rundeck on Ubuntu 20.04 server. Using inbuilt database. I followed the instructions on https://docs.rundeck.com/docs/administration/install/linux-deb.html#open-source-rundeck. Updated the 2 config files:
/etc/rundeck/rundeck-config.properties
grails.serverURL=http://192.168.1.30:4440
server.address=192.168.1.30
/etc/rundeck/framework.properties
framework.server.name = 192.168.1.30
framework.server.hostname = 192.168.1.30
framework.server.port = 4440
framework.server.url = http://192.168.1.30:4440
But when I login I get a browser error ERR_INVALID_REDIRECT.
Log file:
[2020-12-28T17:20:33,508] INFO rundeckapp.Application - The following profiles are active: production
Configuring Spring Security Core ...
... finished configuring Spring Security Core
[2020-12-28T17:21:05,473] WARN beans.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'exceptionMappings' being accessed! Ambiguous write methods found next to actually use
d [public void grails.plugin.springsecurity.web.authentication.AjaxAwareAuthenticationFailureHandler.setExceptionMappings(java.util.List)]: [public void org.springframework.security.web.a
uthentication.ExceptionMappingAuthenticationFailureHandler.setExceptionMappings(java.util.Map)]
[2020-12-28T17:21:20,157] INFO rundeckapp.BootStrap - Starting Rundeck 3.3.7-20201208 (2020-12-08) ...
[2020-12-28T17:21:20,160] INFO rundeckapp.BootStrap - using rdeck.base config property: /var/lib/rundeck
[2020-12-28T17:21:20,216] INFO rundeckapp.BootStrap - loaded configuration: /etc/rundeck/framework.properties
[2020-12-28T17:21:20,320] INFO rundeckapp.BootStrap - RSS feeds disabled
[2020-12-28T17:21:20,321] INFO rundeckapp.BootStrap - Using jaas authentication
[2020-12-28T17:21:20,387] INFO rundeckapp.BootStrap - Preauthentication is disabled
[2020-12-28T17:21:20,539] INFO rundeckapp.BootStrap - Rundeck is ACTIVE: executions can be run.
[2020-12-28T17:21:20,982] WARN rundeckapp.BootStrap - [Development Mode] Usage of H2 database is recommended only for development and testing
[2020-12-28T17:21:21,745] INFO rundeckapp.BootStrap - Rundeck startup finished in 2039ms
[2020-12-28T17:21:22,076] INFO rundeckapp.Application - Started Application in 51.95 seconds (JVM running for 57.118)
Grails application running at http://192.168.1.30:4440 in environment: production
[2020-12-28T17:23:58,040] DEBUG authentication.GrailsUsernamePasswordAuthenticationFilter - Request is to process authentication
[2020-12-28T17:23:58,676] DEBUG authentication.GrailsUsernamePasswordAuthenticationFilter - Authentication success. Updating SecurityContextHolder to contain: org.springframework.security
.authentication.jaas.JaasAuthenticationToken@58765ac: Principal: admin; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenti
cationDetails@fffe9938: RemoteIpAddress: 192.168.1.192; SessionId: node0uyjp62234i7eiryfprcrsnqq0; Granted Authorities: Jaas Authority [admin,admin], Jaas Authority [user,user], Jaas Auth
ority [architect,architect], Jaas Authority [build,build], Jaas Authority [deploy,deploy]
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…