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

Installation error #19

Closed
adixon opened this issue Jul 9, 2013 · 3 comments
Closed

Installation error #19

adixon opened this issue Jul 9, 2013 · 3 comments

Comments

@adixon
Copy link
Contributor

adixon commented Jul 9, 2013

I got the following errors when installing on Centos5. I found my solution here:

http://stackoverflow.com/questions/15260017/complex-type-service-the-content-model-is-not-determinist

ie. downgrade libxml.

[Symfony\Component\DependencyInjection\Exception\InvalidArgumentException]
[ERROR 3070] complex type 'service': The content model is not determinist. (in file:////home/adixon/bin/civix/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd - line 75, column 0)
[ERROR 3070] complex type 'argument': The content model is not determinist. (in file:////home/adixon/bin/civix/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd - line 131, column 0)
[ERROR 3070] complex type 'call': The content model is not determinist. (in file:////home/adixon/bin/civix/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd - line 144, column 0)

Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the post-install-cmd event terminated with an exception

[RuntimeException]
An error occurred when executing the "'cache:clear --no-warmup'" command.

@totten
Copy link
Owner

totten commented Jul 9, 2013

That's interesting / unfortunate. Just to be clear -- we're not suggesting any patches/changes to civix for this, but perhaps we should include a note in README.md (under pre-requisites) for CentOS/RHEL users?

@adixon
Copy link
Contributor Author

adixon commented Jul 9, 2013

Correct, not a problem of civix. I just posted it here to help anyone else who had the same problem, but you could update your instructions with a pointer to this issue until RedHat/Centos catches up.

The toughest bit about trying to figure it out was that the "cache:clear --nowarmup" error is common for many different scenarios, and I tried some of those solutions to no effect (as well as trying some earlier versions of civix) until I paid more attention to the error message and googled the beginning of the error sequence.

@adixon adixon closed this as completed Jul 9, 2013
@totten
Copy link
Owner

totten commented Jul 9, 2013

I've added a link form README.md to this issue.

This issue was closed.
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

2 participants