Re: Jenkins fails to run silently, any tips? (Fedora 7)

2012-04-14 Thread Erwin Coumans
The java interpreter is using too much memory, the following works better: nohup java -Xms128m -Xmx256m -jar jenkins.war & On Apr 14, 10:21 am, Erwin Coumans wrote: > I tried to manually start Jenkins by invoking the java interpreter > directory instead of using a service: > It

Re: Jenkins fails to run silently, any tips? (Fedora 7)

2012-04-14 Thread Erwin Coumans
On Apr 14, 9:42 am, Erwin Coumans wrote: > I installed jenkins (as root) and start the service but I cannot > connect to the service: > > wgethttp://localhost:8080/jenkins > --09:31:54--  http://localhost:8080/jenkins >            => `jenkins' > Resolving localhost

Jenkins fails to run silently, any tips? (Fedora 7)

2012-04-14 Thread Erwin Coumans
I installed jenkins (as root) and start the service but I cannot connect to the service: wget http://localhost:8080/jenkins --09:31:54-- http://localhost:8080/jenkins => `jenkins' Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:8080... failed: Connection refused.