Navigation Menu

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

[appserver-io-dist/debian] apt-get install -y appserver-dist has return code 1 #1022

Open
sippsolutions opened this issue Jun 9, 2016 · 3 comments
Labels

Comments

@sippsolutions
Copy link
Contributor

sippsolutions commented Jun 9, 2016

The command apt-get install -y appserver-dist exits with return code 1 instead of 0 (debian jessie) causing docker to fail creating the container.

@wick-ed wick-ed added the bug label Jun 9, 2016
@sippsolutions
Copy link
Contributor Author

appserver has been installed via apt-get (the return code was ignored) but doesn't start up.

PHP Warning: require(/opt/appserver/var/scripts/bootstrap.php): failed to open stream: No such file or directory in /opt/appserver/server.php on line 59
PHP Fatal error: require(): Failed opening required '/opt/appserver/var/scripts/bootstrap.php' (include_path='.:/opt/appserver/lib/php/pear') in /opt/appserver/server.php on line 59

@neoacix23
Copy link

Had also trouble installing appserver-dist on debian 8 (jessie). Tried the old package (for debian 7 wheezy) first, because of old links in the documentation. After removing the old package and using the new apt-get install appserver-dist gave me error 1 then. Solution was apt-get purge appserver-dist then delete the folder /opt/appserver manually and reinstall appserver-dist after that.

@JSchlarb
Copy link

@sippsolutions: systemd is not started if you are using debian:jessie image.
https://github.com/appserver-io-dist/debian/blob/master/src/8/dist/DEBIAN/postinst#L30

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

No branches or pull requests

4 participants