Skip to content

[appserver-io-dist/docker] Appserver.xml does contain invalid host attributes #836

@trippel

Description

@trippel

When trying to run the docker image, wether pulled from Docker hub or being built from the Dockerfile by myself, I get the following errors in /opt/appserver/var/log/php_errors.log:

 PHP Fatal error:  Uncaught exception 'Exception' with message 'Found a schema validation error on line 35 with code 1866 and message Element '{http://www.appserver.io/appserver}host', attribute 'serverAdmin': The attribute 'serverAdmin' is not allowed.
 when validating configuration file /, see error dump below: LibXMLError::__set_state(array(
   'level' => 2,
   'code' => 1866,
   'column' => 0,
   'message' => 'Element \'{http://www.appserver.io/appserver}host\', attribute \'serverAdmin\': The attribute \'serverAdmin\' is not allowed.
',
   'file' => '/',
   'line' => 35,
))' in /opt/appserver/server.php:136
Stack trace:
#0 {main}
  thrown in /opt/appserver/server.php on line 136
[11-Jun-2015 19:04:42 Europe/Berlin] PHP Fatal error:  Uncaught exception 'Exception' with message 'Found a schema validation error on line 35 with code 1866 and message Element '{http://www.appserver.io/appserver}host', attribute 'serverAdmin': The attribute 'serverAdmin' is not allowed.
 when validating configuration file /, see error dump below: LibXMLError::__set_state(array(
   'level' => 2,
   'code' => 1866,
   'column' => 0,
   'message' => 'Element \'{http://www.appserver.io/appserver}host\', attribute \'serverAdmin\': The attribute \'serverAdmin\' is not allowed.
',
   'file' => '/',
   'line' => 35,
))' in /opt/appserver/server.php:136
Stack trace:
#0 {main}
  thrown in /opt/appserver/server.php on line 136

If I just delete the mentioned lines I am getting 404s. I was unable to identify the reason for that by now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions