Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container fails #7

Open
rayjohnson opened this issue Feb 16, 2016 · 2 comments
Open

Container fails #7

rayjohnson opened this issue Feb 16, 2016 · 2 comments

Comments

@rayjohnson
Copy link

Just trying this for first time. I get this in the logs:
Mac-a8206657ac00:unifi ray$ docker logs unifi
/usr/lib/python2.7/dist-packages/supervisor/options.py:295: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
'Supervisord is running as root and it is searching '
2016-02-16 08:30:10,550 CRIT Supervisor running as root (no user in config file)
2016-02-16 08:30:10,550 WARN Included extra file "/etc/supervisor/conf.d/supervisord.conf" during parsing
2016-02-16 08:30:10,566 INFO RPC interface 'supervisor' initialized
2016-02-16 08:30:10,566 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2016-02-16 08:30:10,566 INFO supervisord started with pid 1
2016-02-16 08:30:11,569 INFO spawned: 'unify' with pid 8
2016-02-16 08:30:11,574 INFO exited: unify (exit status 1; not expected)

I did not build my own Dockerfile but just pulled the one specified int he README.

@romcheck
Copy link

the reason of this issue is update to java 1.7

command=nice ionice -c2 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java -Xmx256M -jar /usr/lib/unifi/lib/ace.jar start

fails because path is incorrect. /usr/lib/jvm/java-6-openjdk-amd64 missing. there is /usr/lib/jvm/java-7-openjdk-amd64.

@kMaiSmith
Copy link
Contributor

This should be fixed with both pull request #8 and #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants