I get an error when using the 30-dayTrial deployment in browser

0
Mendix.Modeler.Utility.ProgressException ---> System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://mxid.mendix.com/ws/ModelerService/ that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required. at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Mendix.Modeler.MxIDService.ModelerServicePortType.IsAuthorizedFor(IsAuthorizedForRequest request) at Mendix.Modeler.MxIDService.ModelerServicePortTypeClient.Mendix.Modeler.MxIDService.ModelerServicePortType.IsAuthorizedFor(IsAuthorizedForRequest request) in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Modeler\Service References\MxIDService\Reference.cs:line 429 at Mendix.Modeler.MxIDService.ModelerServicePortTypeClient.IsAuthorizedFor(authentication authentication, IsAuthorizedFor IsAuthorizedFor1) in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Modeler\Service References\MxIDService\Reference.cs:line 436 at Mendix.Modeler.MxIDIntegration.MxIDAuthenticator.CheckCredentials(String userName, String password) in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Modeler\MxIDIntegration\MxIDAuthenticator.cs:line 22 at Mendix.Modeler.MxIDIntegration.MxID.<>cDisplayClass3.<ensuresignedin>b1() in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Modeler\MxIDIntegration\MxID.cs:line 49 at Mendix.Modeler.Utility.Dialogs.<>cDisplayClassa.<progressdo>b9(WorkerTaskInfo info) in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Mendix.Modeler.Utility.Gui\Dialogs.cs:line 273 at Mendix.Modeler.Utility.WorkerTask.backgroundWorkerDoWork(Object sender, DoWorkEventArgs e) in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Mendix.Modeler.Utility\WorkerTask.cs:line 137 at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) --- End of inner exception stack trace --- at Mendix.Modeler.Utility.Dialogs.ProgressDo(Boolean reportsProgress, Boolean supportsCancellation, Action`1 action) in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Mendix.Modeler.Utility.Gui\Dialogs.cs:line 289 at Mendix.Modeler.Utility.Dialogs.ProgressDo(String message, Action action) in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Mendix.Modeler.Utility.Gui\Dialogs.cs:line 270 at Mendix.Modeler.MxIDIntegration.MxID.<ensuresignedin>b0(String u, String p) in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Modeler\MxIDIntegration\MxID.cs:line 48 at Mendix.Modeler.MxIDIntegration.SignInForm.btnSignInClick(Object sender, EventArgs e) in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Modeler\MxIDIntegration\SignInForm.cs:line 53 at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
asked
1 answers
0

It seems that you are working behind a Proxy server "The remote server returned an error: (407) Proxy Authentication Required". Please search this form about how to configure your proxy settings.

See for example this thread

answered