Cant deploy in the sandbox

1
When I try to deploy the app in the sandbox. I get the message “The app is already being deployed. Please wait for the current deployment to finish before attempting a new one.  
asked
3 answers
3

Currently I also have issues when I deploy to a licensed node. Maybe there are some general issues in the deployment system. But it’s just guessing.

answered
1

Mendix support told me that they don’t have a problem but I asked for some more investigation.

answered
0

We now get an different error:

Mendix.Modeler.CloudConnector.CloudServiceException: Received SOAP fault, code: Server, reason: Internal server error ---> System.ServiceModel.FaultException: Received SOAP fault, code: Server, reason: Internal server error Server stack trace:    at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)    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.CloudConnector.CloudService.CloudServicePortType.BuildDeploymentPackage(BuildDeploymentPackageRequest request)    at Mendix.Modeler.CloudConnector.CloudConnector.<>c__DisplayClass10_0.<StartDeployment>b__0() in C:\jenkins-ci\workspace\AppStudio4.0-Build@2\modeler\Mendix.Modeler.CloudConnector\CloudConnector.cs:line 102    at Mendix.Modeler.CloudConnector.CloudConnector.DoWebServiceCall[T](Func`1 callWebService) in C:\jenkins-ci\workspace\AppStudio4.0-Build@2\modeler\Mendix.Modeler.CloudConnector\CloudConnector.cs:line 48    --- End of inner exception stack trace ---    at Mendix.Modeler.CloudConnector.CloudConnector.DoWebServiceCall[T](Func`1 callWebService) in C:\jenkins-ci\workspace\AppStudio4.0-Build@2\modeler\Mendix.Modeler.CloudConnector\CloudConnector.cs:line 66    at Mendix.Modeler.Deployment.Cloud.CloudDeployer.DoBuildMdaInCloud(String sprintrProjectID, IRevLine branch, Int64 revision, Version newVersion, String description, IProgressInfo info) in C:\jenkins-ci\workspace\AppStudio4.0-Build@2\modeler\Mendix.Modeler.Deployment\Cloud\CloudDeployer.cs:line 321

answered