[jboss-jira] [JBoss JIRA] (DROOLS-3209) Datasource Management Errors after changing Wildfly management to HTTPS and 9993
Marijan Cavar (Jira)
issues at jboss.org
Wed Oct 31 04:24:00 EDT 2018
Marijan Cavar created DROOLS-3209:
-------------------------------------
Summary: Datasource Management Errors after changing Wildfly management to HTTPS and 9993
Key: DROOLS-3209
URL: https://issues.jboss.org/browse/DROOLS-3209
Project: Drools
Issue Type: Bug
Affects Versions: 7.12.0.Final
Environment: RHEL 7.5, Wildfly 11.0.0.Final, Drools 7.12.0.Final.
Reporter: Marijan Cavar
Assignee: Mario Fusco
I have enabled HTTPS on Drools application and Wildfly Management port. Seems to work everything fine if I connect to Wildfly management port (9993) and application port 8443. But after the application comes up, app is throwing errors about reaching datasource, and that is management address and port of an Application server. I have changed the configuration in WEB-INF/classes/datasource-management.properties of WAR file to:
datasource.management.wildfly.host=10.20.30.237
datasource.management.wildfly.port=9993
Error I am getting in the server.log:
[org.kie.workbench.common.screens.datasource.management.backend.integration.wildfly.WildflyBaseClient] (pool-7-thread-1) It was not possible to open connection to Wildfly/EAP server.: java.io.IOException: java.net.ConnectException: WFLYPRT0053: Could not connect to http-remoting://10.20.30.237:9993. The connection failed.
It seems to me that the problem is related with the "http-remoting" that app is still using. How to change this to "https-remoting"?
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list