5 Replies Latest reply on May 30, 2017 5:12 PM by rareddy

    Deploying VDB To Teiid When a LoadBalancer is present

    flora_dim

      We have configured a httpd loadbalancer infront of the WildFly cluster such that requests to management console at localhost:9990 are mapped to http://wildfly:90. It is possible to access the admin console via http://wildfly:90/ . However when trying to deploy a VDB via the web console it gives an "Unexpected HTTP Response 415". However the same VDB can be successfully deployed by accessing the admin console at http://wildfly:9990/

       

      Also we are trying to use the CLI tool to deploy the VDB. However when trying to run ./jboss-cli.sh controller=wildfly:90 and then connect it gives the following error.

       

      The controller is not available at wildfly:90: java.net.ConnectException: WFLYPRT0053: Could not connect to http-remoting://wildfly:90. The connection failed: WFLYPRT0053: Could not connect to http-remoting://wildfly:90. The connection failed: Invalid response code 404

       

      However ./jboss-cli.sh controller=wildfly:9990 works without any issues and we are able to connect to the remote controller.

       

      I would appreciate it if you could help us resolve this issue. ( We are using WildFly 10.0.0 with Teiid 9.2.2)

       

      Thank you.