You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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.The text was updated successfully, but these errors were encountered: