wttech / aet-cookbook

Apache License 2.0
1 stars 7 forks source link

Warning during Karaf (re)start #6

Closed jwadolowski closed 7 years ago

jwadolowski commented 7 years ago

There's a warning about not existing directory during service (re)start. Karaf has been deployed on CentOS 6 box.

[root@aet-worker2 data]# /etc/init.d/karaf start
Starting karaf: runuser: warning: cannot change directory to /home/karaf: No such file or directory
[ OK ]

Content of recipe that's been used in this case:

include_recipe 'aet::display'
include_recipe 'aet::browsermob'
include_recipe 'aet::firefox'
include_recipe 'aet::xvfb'
include_recipe 'aet::karaf'
include_recipe 'aet::deploy_configs'
include_recipe 'aet::deploy_features'
include_recipe 'aet::deploy_bundles'

Cheers, Kuba

karoldrazek commented 7 years ago

Warning fixed in v1.4.13