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

Failed to create the Load Balancer Group object #115

Open
MuhammadBhutto opened this issue Jan 26, 2021 · 0 comments
Open

Failed to create the Load Balancer Group object #115

MuhammadBhutto opened this issue Jan 26, 2021 · 0 comments

Comments

@MuhammadBhutto
Copy link

MuhammadBhutto commented Jan 26, 2021

On Firmware:IDG.10.0.1.1 , Build:327981 & Delivery type:Long-term support I am not able
to create load balancer-group-from-def

load-balancer-group-from-def:
[nxslt] nxslt running D:\datapower-v24\dcm/src/remove-unwanted-elements.xsl on D:\TestLoadBalancerService/UserRegService/UsrRegLBG.lbg.dcm.xml producing tmp
[nxslt] Warning: The encoding 'UTF-8' is not supported by the Java runtime.
[nxslt] Warning: encoding "UTF-8" not supported, using UTF-8
[nxslt] nxslt running D:\datapower-v24\dcm/src/load-balancer-group-to-ant.xsl on tmp producing D:\testService\tmp/lbg.ant.xml
[nxslt] Warning: The encoding 'UTF-8' is not supported by the Java runtime.
[nxslt] Warning: encoding "UTF-8" not supported, using UTF-8

BUILD FAILED
D:\datapower-v24\dcm\deploy.ant.xml:1116: The following error occurred while executing this line:
D:\TestLoadBalancerService\tmp\lbg.ant.xml:18: Failed to create the Load Balancer Group object bob.

I've added GatewayScript XML elements tag for inside LBGroupChecks and tried with dcm:object-create, which works

<LBGroupChecks>
 
<IndependentChecks>off</IndependentChecks>
	<GatewayScriptChecks>off</GatewayScriptChecks>
	<GatewayScriptReqMethod>GET</GatewayScriptReqMethod>
	<GatewayScriptCustomReqMethod/>
	<GatewayScriptReqDoc>store:///healthcheck.json</GatewayScriptReqDoc>
	<GatewayScriptReqContentType>application/json</GatewayScriptReqContentType>
	<GatewayScriptRspHandlerMetadata/>
	<GatewayScriptRspHandler>store:///healthcheck.js</GatewayScriptRspHandler>
	<TCPConnectionType>Full</TCPConnectionType>
	<SSLClientConfigType>proxy</SSLClientConfigType>
						
</LBGroupChecks>
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