3

While trying to configure Mulesoft Anypoint studio with Anypoint platform its giving error

:The url you are trying to hit doesn't exist, url: https://anypoint.mulesoft.com/ java.net.UnknownHostException: anypoint.mulesoft.com and i'm unable to connect Anypoint platform

enter image description here

SurvivalMachine
  • 7,946
  • 15
  • 57
  • 87
sailu
  • 31
  • 4

4 Answers4

1

I had this same problem and then I realized that I had a different port configured for work stuff.

Go to Window -> Preferences -> Network Connections and make sure the Port is 8080 for HTTP and HTTPS.

DonQuijote
  • 47
  • 8
1

In Anypoint Studio Goto Windows->Preferences->General->NetworkConnections Under this change Active Provider to Direct

Doddegowda
  • 11
  • 1
0

There is an alternative method to configure :export RAML files to Anypoint studio from Design center of Anypoint platform and we can add those RAML files into Anypoint studio and this way we can configure files from Anypoint platform to Anypoint studio.

sailu
  • 31
  • 4
0

Definitely URL configured in Anypoint is not correct. You need to change the URL to https://anypoint.mulesoft.com/exchange/#!/ which will fix the issue.

Ashish
  • 24
  • 2