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

Idempotency errors on jboss::resourceadapter #70

Open
cardil opened this issue Mar 7, 2016 · 1 comment
Open

Idempotency errors on jboss::resourceadapter #70

cardil opened this issue Mar 7, 2016 · 1 comment
Labels

Comments

@cardil
Copy link
Collaborator

cardil commented Mar 7, 2016

There are idempotency errors on jboss::resourceadapter: undefined methodsize' for true:TrueClass`

Beaker log fragment:

centos-6-x64 21:09:16$ puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.EwfDcn
  Info: Loading facts
  Info: Loading facts
  Info: Loading facts
  Info: Loading facts
  Notice: Compiled catalog for localhost.suszynski.org in environment production in 1.76 seconds
  Info: Applying configuration version '1457381357'
  Error: /Stage[main]/Main/Jboss::Resourceadapter[genericconnector.rar]/Jboss_resourceadapter[genericconnector.rar]: Could not evaluate: undefined method `size' for true:TrueClass
  Notice: /Stage[main]/Jboss::Internal::Service/Service[wildfly]: Dependency Jboss_resourceadapter[genericconnector.rar] has failures: true
  Warning: /Stage[main]/Jboss::Internal::Service/Service[wildfly]: Skipping because of failed dependencies
  Notice: /Stage[main]/Jboss::Internal::Service/Exec[jboss::service::test-running]: Dependency Jboss_resourceadapter[genericconnector.rar] has failures: true
  Warning: /Stage[main]/Jboss::Internal::Service/Exec[jboss::service::test-running]: Skipping because of failed dependencies
  Notice: /Stage[main]/Jboss::Internal::Service/Exec[jboss::service::restart]: Dependency Jboss_resourceadapter[genericconnector.rar] has failures: true
  Warning: /Stage[main]/Jboss::Internal::Service/Exec[jboss::service::restart]: Skipping because of failed dependencies
  Notice: /Stage[main]/Jboss::Internal::Service/Anchor[jboss::service::end]: Dependency Jboss_resourceadapter[genericconnector.rar] has failures: true
  Warning: /Stage[main]/Jboss::Internal::Service/Anchor[jboss::service::end]: Skipping because of failed dependencies
  Notice: /Stage[main]/Main/Jboss::Deploy[genericconnector.rar]/Jboss_deploy[genericconnector.rar]: Dependency Jboss_resourceadapter[genericconnector.rar] has failures: true
  Warning: /Stage[main]/Main/Jboss::Deploy[genericconnector.rar]/Jboss_deploy[genericconnector.rar]: Skipping because of failed dependencies
  Notice: /Stage[main]/Jboss::Internal::Service/Anchor[jboss::service::started]: Dependency Jboss_resourceadapter[genericconnector.rar] has failures: true
  Warning: /Stage[main]/Jboss::Internal::Service/Anchor[jboss::service::started]: Skipping because of failed dependencies
  Notice: /Stage[main]/Jboss/Anchor[jboss::end]: Dependency Jboss_resourceadapter[genericconnector.rar] has failures: true
  Warning: /Stage[main]/Jboss/Anchor[jboss::end]: Skipping because of failed dependencies
  Notice: Finished catalog run in 5.53 seconds

centos-6-x64 executed in 9.14 seconds
Exited: 4
    should work idempotently (FAILED - 1)

Steps to replicate:

  • Run puppet apply tests/resourceadapter.pp twice (first is ok, second is failed)
@cardil cardil added the bug label Mar 7, 2016
@cardil cardil added this to the v1.0.4 - WildOpal milestone Mar 7, 2016
@cardil cardil modified the milestones: v1.0.4 - WildOpal, v1.1.0 - RiverBlue Mar 30, 2016
@cardil
Copy link
Collaborator Author

cardil commented Sep 23, 2018

This issue will be fixes by PR #106

cardil added a commit that referenced this issue Sep 23, 2018
Rewrite of deploy provider with support of determining deployment
digest. Now deploy provider checks if it should deploy an artifact based
on their SHA1 digest.

Also, adding some quality enhancements to pass Code Review
without errors, that's Code Climate and CodeCov.

Should fix issues: #70, #71
cardil added a commit that referenced this issue Oct 10, 2018
Rewrite of deploy provider with support of determining deployment
digest. Now deploy provider checks if it should deploy an artifact based
on their SHA1 digest.

Also, adding some quality enhancements to pass Code Review
without errors, that's Code Climate and CodeCov.

Should fix issues: #70, #71
cardil added a commit that referenced this issue Oct 11, 2018
Rewrite of deploy provider with support of determining deployment
digest. Now deploy provider checks if it should deploy an artifact based
on their SHA1 digest.

Also, adding some quality enhancements to pass Code Review
without errors, that's Code Climate and CodeCov.

Should fix issues: #70, #71
cardil added a commit that referenced this issue Oct 11, 2018
Rewrite of deploy provider with support of determining deployment
digest. Now deploy provider checks if it should deploy an artifact based
on their SHA1 digest.

Also, adding some quality enhancements to pass Code Review
without errors, that's Code Climate and CodeCov.

Should fix issues: #70, #71
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

1 participant