While trying to configure Mulesoft Anypoint studio with Anypoint platform it's giving error - mule-studio

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

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.

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

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.

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.

Related

Setting Corporate network proxy in Visual Studio Code?

I'm trying to use the Visual Studio Code IDE for Salesforce development. The IDE works fine in my personal network, where I can retrieve and upload the metadata file without any issue. When I connect to my office network I'm not able to do the same.The Salesforce CLI shows the following error while retrieving the metadata -
"error: connect etimedout 85.224.145.196:443"
Later I got to know that I will have to set up the network proxy in VS Code. I have gone through the following links and tried to add the proxy to the
VS code. Unfortunately, nothing worked for me -
Getting connect ETIMEDOUT when trying to install a VSCODE extension
http://www.niranjankala.in/post/How-to-setup-Proxy-settings-in-Visual-Studio-Code
I used to set the proxy in eclipse in this way-
Preference >> Network connection >> Proxy entries -
Schema: "HTTP" ,Host:Proxy URL of the company,Port:8080,Auth:"No" AND Proxy Bypass - Host:127.0.0.1, Provider:Manual
If somebody faced this before request you to share the way to resolve this issue. Thanks in advance!

Visual Studio Navision 2018 error

I am trying to create table and page Navision through visual studio code. but I am finding an error in this process. Can anyone help me?
Error: Could not open the specified startup page. Please check that the server configuration key PublicWebBaseUrl has been properly set.
I'm using Navision 2018.
I had the same error. You need to set the PublicWebBaseUrl property. You can do this in two places:
Edit the config file of the nav service you are trying to connect to
In the server administrator app the same property is under Client
Services tab called "Web Client Base Url".
Here it is in the Server Administration
You have to do the following 3 Steps:
Set the PublicWebBaseUrl property. Edit the config file of your service or use the Administration-App (there you set the "Web Client Base Url" under Client Services). You set it to HTTP://<Servername>:<Port>/<Instancename> (depending on your configuration, but Port should be 8080).
Restart the Service (obviously)
Restart Visual Studio Code. Yes, that is a not very intuitive, but a really crucial step.
After that, you should be able to publish to the Server without problems.

Service Fabric Refresh Application debug mode - The filename or extension is too long

I am trying to use the new Refresh Application debug mode for Service Fabric but I am getting a deployment error "The filename or extension is too long".
I have tried both Visual Studio 2015 and Visual Studio 2017 Preview 3 with the same error.
Debugging with the "Remove application" mode works with no issues.
I have Service Fabric SDK 2.6.204 and 2.5.216 installed.
Any idea how to find out which file is too long and why would this happen only for refresh mode?
This appears to be a limitation in the tooling and PowerShell, and how the debug engine publishes to the Service Fabric cluster. See this Github issue. There's no known workaround at this time.

Mule IDE plugin for Eclipse url not working (http://dist.muleforge.org/mule-ide/updates-2.1.x/)

Mule id plugin Url is not working. Can any one help to get an alternate url for the same plugin.
http://dist.muleforge.org/mule-ide/updates-2.1.x/
This url is also mentioned in the below tutorial.
http://www.mulesoft.org/documentation-3.2/display/32X/Installing+Mule+ESB+3+and+the+Mule+IDE
Below is the error which i am receiving after accessing this url in browser.
Network Error (tcp_error)
A communication error occurred: "Connection refused"
The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.
For assistance, contact your network support team.
Mule version 2X uses the url :- http://dist.muleforge.org/mule-ide/updates-2.1.x/ and for Mule version 3X the url :- http://www.mulesoft.org/documentation-3.2/display/32X/Installing+Mule+ESB+3+and+the+Mule+IDE is being used.
You need to check the version of Mule you are using and need to use the url that matches your Mule version.
If you are using Mule Enterprise edition you can take support from the MuleSoft Support, else if you are not using Enterprise you can post the issue in their forum
I seriously doubt there is still support for the Mule IDE, it was deprecated in favour of Mule Studio (that then became Anypoint Studio).
Do you really need to do a new development on Mule 2.x? If not, please consider using the much better Anypoint studio. If you need to stick to the 2.x version, you could just use a vanilla version of eclipse that will take care of the the autocompletion and then export to the apps directory of a running mule container for a hot deployment.

eclipse tfs plugin won't connect to tfs server

We have the TFS server installed and running at http://myhost:8080/tfs/web/.
I've installed the Eclipse TFS plugin and updated Eclipse to 4.2
However, when I try to add a TFS server in the Team Explorer perspective, I get "The server myhost failed to respond"
How can I get this to work?
Eclipse has some issues with the default proxy detection.
Go to Window -> Preferences -> General -> Network Connections and set Proxy to anything other than Native.
You can choose Direct, but you'll have issues if you need to perform software updates or installation. Or you can choose Manual and configure your proxy settings manually.
Just found the answer. It's because "Cisco AnyConnect Web Security Agent" was running on my machine. I turned it off and now the TFS plugin is working.
Use the URL of http://myhost:8080/tfs in your server connection page rather than http://myhost:8080/tfs/web/?