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

JDBC_persistence_store - get('MigrationPolicy') & get('DistributionPolicy') causes timeout #586

Open
mwpower opened this issue Dec 11, 2020 · 0 comments

Comments

@mwpower
Copy link

mwpower commented Dec 11, 2020

Running on weblogic 10.3.6, so perhaps this behaviour is different in more recent versions.

When running against v2.0.20 of the module, the puppet agent eventually times out while waiting for a response from:
migration_policy = get('MigrationPolicy')

within the index.py script for jdbc_persistence_store. As near as I can figure, this looks to stem from that attribute not existing at that level, so the get fails and it isn't exiting cleanly. The same then happens with the next line (DistributionPolicy,) since that's also not at that level of the directory in v10.3.6.

Perhaps these items have moved around in v12.x.y? I haven't got an environment to check that in.

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

1 participant