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

defining jboss-eap 6.4 server is failing on RHEL7 #81

Open
patbaumgartner opened this issue Jul 3, 2015 · 0 comments
Open

defining jboss-eap 6.4 server is failing on RHEL7 #81

patbaumgartner opened this issue Jul 3, 2015 · 0 comments
Labels

Comments

@patbaumgartner
Copy link

Issue

Setting the following configuration, lets puppet fail with the following message:
Could not evaluate: can't convert Fixnum into String

Help to fix this issue would be very much appreciated.

configuration

boss_admin::server {'domain':
base_path => '/usr/share/jbossas'
}

ruby -version

ruby 2.0.0p598 (2014-11-13) [x86_64-linux]

cat /etc/redhat-release

Red Hat Enterprise Linux Server release 7.1 (Maipo)

puppet agent -t

Warning: Local environment: "production" doesn't match server specified node environment "tst3", switching agent to "tst3".
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts

Info: Caching catalog for client1.server.com
Info: Applying configuration version '1435929538'

Error: /Stage[main]/Jboss_rpm_install/Jboss_admin::Server[domain]/Jboss_admin::Cleanup[domain]/Jboss_exec[Reload Server domain]: Could not evaluate: can't convert Fixnum into String
Notice: /Stage[main]/Jboss_rpm_install/Jboss_admin::Server[domain]/Jboss_admin::Cleanup[domain]/Jboss_exec[Restart Server domain]: Dependency Jboss_exec[Reload Server domain] has failures: true
Warning: /Stage[main]/Jboss_rpm_install/Jboss_admin::Server[domain]/Jboss_admin::Cleanup[domain]/Jboss_exec[Restart Server domain]: Skipping because of failed dependencies
Notice: /Stage[main]/Jboss_rpm_install/Jboss_admin::Server[domain]/Jboss_admin::Cleanup[domain]/Jboss_exec[Check Server Up After domain]: Dependency Jboss_exec[Reload Server domain] has failures: true
Warning: /Stage[main]/Jboss_rpm_install/Jboss_admin::Server[domain]/Jboss_admin::Cleanup[domain]/Jboss_exec[Check Server Up After domain]: Skipping because of failed dependencies
Notice: /Stage[main]/Jboss_config/User[jboss]: Dependency Jboss_exec[Reload Server domain] has failures: true
Warning: /Stage[main]/Jboss_config/User[jboss]: Skipping because of failed dependencies
Notice: /Stage[main]/Jboss_config/File[/etc/jbossas]: Dependency Jboss_exec[Reload Server domain] has failures: true
Warning: /Stage[main]/Jboss_config/File[/etc/jbossas]: Skipping because of failed dependencies
Notice: /Stage[main]/Jboss_64/Service[jbossas-domain]: Dependency Jboss_exec[Reload Server domain] has failures: true
Warning: /Stage[main]/Jboss_64/Service[jbossas-domain]: Skipping because of failed dependencies
Notice: Finished catalog run in 0.94 seconds

@itewk itewk added the bug label Mar 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants