You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While in 7.0, the wildfly::web::connector above errors with:
Error: Could not set 'present' on ensure: Failed with: WFLYCTL0030: No resource definition is registered for address [
("subsystem" => "web"),
("connector" => "ajp")
] for {"address":[{"subsystem":"web"},{"connector":"ajp"}],"operation":"add","name":"ajp","scheme":"http","protocol":"AJP/1.3","socket-binding":"ajp","enable-lookups":false,"secure":false,"operation-headers":{}} at /etc/puppetlabs/code/environments/production/modules/wildfly/manifests/resource.pp:20
Error: Could not set 'present' on ensure: Failed with: WFLYCTL0030: No resource definition is registered for address [
("subsystem" => "web"),
("connector" => "ajp")
] for {"address":[{"subsystem":"web"},{"connector":"ajp"}],"operation":"add","name":"ajp","scheme":"http","protocol":"AJP/1.3","socket-binding":"ajp","enable-lookups":false,"secure":false,"operation-headers":{}} at /etc/puppetlabs/code/environments/production/modules/wildfly/manifests/resource.pp:20
Wrapped exception:
Failed with: WFLYCTL0030: No resource definition is registered for address [
("subsystem" => "web"),
("connector" => "ajp")
] for {"address":[{"subsystem":"web"},{"connector":"ajp"}],"operation":"add","name":"ajp","scheme":"http","protocol":"AJP/1.3","socket-binding":"ajp","enable-lookups":false,"secure":false,"operation-headers":{}}
Error: /Stage[main]/Profile::Gwjboss/Wildfly::Web::Connector[ajp]/Wildfly::Resource[/subsystem=web/connector=ajp]/Wildfly_resource[/subsystem=web/connector=ajp]/ensure: change from absent to present failed: Could not set 'present' on ensure: Failed with: WFLYCTL0030: No resource definition is registered for address [
("subsystem" => "web"),
("connector" => "ajp")
] for {"address":[{"subsystem":"web"},{"connector":"ajp"}],"operation":"add","name":"ajp","scheme":"http","protocol":"AJP/1.3","socket-binding":"ajp","enable-lookups":false,"secure":false,"operation-headers":{}} at /etc/puppetlabs/code/environments/production/modules/wildfly/manifests/resource.pp:20
It appears that enabling AJP is not consistent between JBoss EAP 6.x and 7.x.
In 6.x, this works:
While in 7.0, the wildfly::web::connector above errors with:
and I have to use this instead:
while that code fails with a different set of errors on JBoss 7.x.
I can certainly put those in an if/else block, but I suspect this is a bug somewhere.
Thoughts?
The text was updated successfully, but these errors were encountered: