I'm unable to access rundeck UI after a fresh install

2,239 views
Skip to first unread message

francisc...@intermodaltelematics.com

unread,
Aug 1, 2017, 10:07:37 AM8/1/17
to rundeck-discuss
I have installed a rundeck on a google compute engine instance (ubuntu 16-04), on the same machine I have a jenkins too. Both services start successfully.

I can access jenkins throught my-server-ip:8080, but not to rundeck (my-server-ip:4440)

Any idea what It's happening?

Port 4440

 tcp6 0 0 :::4440 :::* LISTEN 27779/java

rundeckd status

rundeckd.service - LSB: rundeck job automation console
   
Loaded: loaded (/etc/init.d/rundeckd; bad; vendor preset: enabled)
   
Active: active (running) since Mon 2017-07-31 13:51:31 UTC; 29min ago
     
Docs: man:systemd-sysv-generator(8)
 
Process: 14090 ExecStart=/etc/init.d/rundeckd start (code=exited, status=0/SUCCESS)
 
Main PID: 14113 (su)
   
Tasks: 0
   
Memory: 848.0K
      CPU
: 21ms
   
CGroup: /system.slice/rundeckd.service
           
14113 su -s /bin/bash rundeck -c java -Djava.security.auth.login.config=/etc/rundeck/jaas-loginmodule.conf            -Dloginmodule.name=RDpropertyfilelogin            -Drdeck.config=/etc/rundeck            -Drundeck.server.configDir


dev
-01 systemd[1]: Starting LSB: rundeck job automation console...
dev
-01 rundeckd[14090]: Starting rundeckd:  *
dev
-01 systemd[1]: Started LSB: rundeck job automation console.
dev
-01 su[14113]: Successful su for rundeck by root
dev
-01 su[14113]: + ??? root:rundeck
dev
-01 su[14113]: pam_unix(su:session): session opened for user rundeck by (uid=0)

service.log

WARNING: HTTPS is not enabled, specify -Drundeck.ssl.config=/var/lib/rundeck/server/config/ssl.properties to enable. 2017-08-01 07:12:10.319:INFO:oejs.Server:main: jetty-9.0.7.v20131107 2017-08-01 07:12:13.446:INFO:oejw.StandardDescriptorProcessor:main: NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet 2017-08-01 07:12:15.345:INFO:/:main: Initializing Spring root WebApplicationContext INFO BootStrap: Starting Rundeck 2.8.4-1 (2017-07-12) ... INFO BootStrap: using rdeck.base config property: /var/lib/rundeck INFO BootStrap: loaded configuration: /etc/rundeck/framework.properties INFO BootStrap: RSS feeds disabled INFO BootStrap: Preauthentication is disabled INFO BootStrap: Rundeck is ACTIVE: executions can be run. INFO BootStrap: Rundeck startup finished in 945ms 2017-08-01 07:12:53.336:INFO:/:main: Initializing Spring FrameworkServlet 'grails' 2017-08-01 07:12:53.384:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@68a78f3c{/,file:/var/lib/rundeck/exp/webapp/,AVAILABLE}{/var/lib/rundeck/exp/webapp} 2017-08-01 07:12:53.422:INFO:oejs.ServerConnector:main: Started ServerConnector@34d21570{HTTP/1.1}{0.0.0.0:4440}


rundeck.log

2017-08-01 07:12:52,140 [main] INFO grails.app.conf.BootStrap - Starting Rundeck 2.8.4-1 (2017-07-12) ... 2017-08-01 07:12:52,141 [main] INFO grails.app.conf.BootStrap - using rdeck.base config property: /var/lib/rundeck 2017-08-01 07:12:52,166 [main] INFO grails.app.conf.BootStrap - loaded configuration: /etc/rundeck/framework.properties 2017-08-01 07:12:52,295 [main] INFO grails.app.conf.BootStrap - RSS feeds disabled 2017-08-01 07:12:52,295 [main] INFO grails.app.conf.BootStrap - Preauthentication is disabled 2017-08-01 07:12:52,374 [main] INFO grails.app.conf.BootStrap - Rundeck is ACTIVE: executions can be run. 2017-08-01 07:12:52,921 [main] INFO grails.app.conf.BootStrap - Rundeck startup finished in 945ms

Alex Honor

unread,
Aug 1, 2017, 10:10:38 AM8/1/17
to rundeck...@googlegroups.com
Hi Francisco,

Looks like the app is running. It might be the grails.serverURL is set to a URL not accessible to your browser. Check the value in /etc/rundeck/rundeck-config.properties.

--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to rundeck-discuss@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/a91f35a6-6c53-4547-b7e8-7295ec351b23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

Alex Honor

[Rundeck | a...@rundeck.com ]

Message has been deleted

francisc...@intermodaltelematics.com

unread,
Aug 1, 2017, 11:09:53 AM8/1/17
to rundeck-discuss
This is my "rundeck-config.properties", What I should put there?

#loglevel.default is the default log level for jobs: ERROR,WARN,INFO,VERBOSE,DEBUGloglevel.default=INFO
rdeck
.base=/var/lib/rundeck

#rss.enabled if set to true enables RSS feeds that are public (non-authenticated)
rss
.enabled=false
# change hostname here
grails
.serverURL=http://localhost:4440
dataSource
.dbCreate = update
dataSource
.url = jdbc:h2:file:/var/lib/rundeck/data/rundeckdb;MVCC=true
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
To post to this group, send email to rundeck...@googlegroups.com.



--

Alex Honor

[Rundeck | a....@rundeck.com ]

Alex Honor

unread,
Aug 1, 2017, 11:42:39 AM8/1/17
to rundeck...@googlegroups.com
Is your browser able to reach http://35.187.30.19:4440 ?

To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to rundeck-discuss@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/951559e3-c9ca-47f7-b092-d55eafc7aeea%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--

Alex Honor

[Rundeck | a...@rundeck.com ]

francisc...@intermodaltelematics.com

unread,
Aug 1, 2017, 12:06:07 PM8/1/17
to rundeck-discuss
No, I can't.

Telnet ip port either...

BTW, on the property file was localhost, I tried with the IP but didn't work. Also, please remove the Ip, I publish it by mistake.

Alex Honor

unread,
Aug 1, 2017, 12:21:11 PM8/1/17
to rundeck...@googlegroups.com
You'll need to change the grails.serverURL to an address reachable by your browser.

--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to rundeck-discuss@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

francisc...@intermodaltelematics.com

unread,
Aug 2, 2017, 4:06:00 AM8/2/17
to rundeck-discuss

But why is the IP not reachable on that port? The port is open but I can't do netstat for example
I can access other web services without problem. Also, please, delete the messagge with the IP, thanks.
Reply all
Reply to author
Forward
0 new messages