Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.5k views
in Technique[技术] by (71.8m points)

vmware - Rundeck ERR_INVALID_REDIRECT on new install

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]

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...