No available router to destination.. Ensure the url represents a compatible running admin server and
Weblogic 14
I'm trying to deploy a war using ant task but while ant try to deploy to server I got this error
undeploy:
[echo] Undeploy MAM2GServiceApi from t3://xxxxx:7001
[java] weblogic.Deployer invoked with options: -adminurl t3://xxxxxx:7001 -user mam -name MAM2GServiceApi -undeploy
[java] Unable to connect to 't3://xxxxxx:7001': No available router to destination.. Ensure the url represents a compatible running admin server and that the credentials are correct. If using http protocol, tunneling must be enabled on the admin server.
[java] Java Result: 1
deploy:
[echo] Deploy MAM2GServiceApi to t3://xxxxxxx:7001 target MAM2G-admin
[java] weblogic.Deployer invoked with options: -adminurl t3://xxxxxx:7001 -user mam -name MAM2GServiceApi -deploy -upload -source ../dist/MAM2GServiceApi.war -targets MAM2G-admin