Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Ryan Heiser
3
Views
2
Comments
Deploying to frontend servers from platform server keeps failing
Question
2014-09-30
14:10:47
Error finalizing deploy of eSpace 'ERE_DTM_Backoffice' in LSV10356
Deploy
LSV10356
Detail
2014-09-30 14:10:47
Error deploying eSpace 'ERE_DTM_Backoffice' in LSV10356
Deploy
LSV10356
Detail
2014-09-30 14:10:25
Error finalizing deploy of eSpace 'ERE_DTM' in LSV10356
Deploy
LSV10356
Detail
2014-09-30 14:10:25
Error deploying eSpace 'ERE_DTM' in LSV10356
Deploy
LSV10356
Detail
2014-09-30 14:10:05
Error finalizing deploy of eSpace 'Charts' in LSV10356
Deploy
LSV10356
Detail
2014-09-30 14:10:05
Error deploying eSpace 'Charts' in LSV10356
Deploy
LSV10356
Detail
2014-09-30 14:08:46
Error deploying eSpace 'Users' in LSV10356
Deploy
LSV10356
Detail
2014-09-30 14:08:25
Error finalizing deploy of eSpace 'RichWidgets' in LSV10356
Deploy
LSV10356
Detail
2014-09-30 14:08:25
Error deploying eSpace 'RichWidgets' in LSV10356
Deploy
LSV10356
Detail
2014-09-30 14:08:04
Error deploying eSpace 'RichWidgets' in LSV10357
Deploy
LSV10357
Detail
2014-09-30 14:08:04
Error finalizing deploy of eSpace 'RichWidgets' in LSV10357
Deploy
LSV10357
Detail
2014-09-30 14:08:04
Error deploying eSpace 'ERE_DTM_Backoffice' in LSV10356
Deploy
LSV10356
Detail
2014-09-30 14:08:04
Error finalizing deploy of eSpace 'ERE_DTM_Backoffice' in LSV10356
Deploy
LSV10356
Detail
2014-09-30 14:07:59
Error finalizing deploy of eSpace 'Users' in LSV10356
Deploy
LSV10356
Detail
2014-09-30 14:07:59
Error deploying eSpace 'Users' in LSV10356
Deploy
LSV10356
Detail
2014-09-30 14:07:45
Error deploying eSpace 'Users' in LSV10357
Deploy
LSV10357
Detail
2014-09-30 14:07:45
Error finalizing deploy of eSpace 'Users' in LSV10357
Deploy
LSV10357
Detail
2014-09-30 14:07:44
Error finalizing deploy of eSpace 'ERE_DTM' in LSV10356
Deploy
LSV10356
Detail
2014-09-30 14:07:44
Error deploying eSpace 'ERE_DTM' in LSV10356
Deploy
LSV10356
Detail
2014-09-30 14:07:43
Error deploying eSpace 'ERE_DTM_Backoffice' in LSV10357
Deploy
LSV10357
D
server1
Module:
Deploy
Message:
Error finalizing deploy of eSpace 'ERE_DTM_Backoffice' in LSV10356
Stack:
Id : FailedTenantDeployment_PingAspx
Type : Error
Message : Deployment failed
Detail : Deployment failed. Could not invoke ping. Exception: The underlying connection was closed: An unexpected error occurred on a send.
at System.Net.HttpWebRequest.GetResponse()
at #Tde.#fee.#pee.#iee(String espaceName, String ptaOrTenantName)
HelpRef : 0
ExtraInfo : Exception Details:
[1] Deployment failed: Deployment failed. Could not invoke ping. Exception: The underlying connection was closed: An unexpected error occurred on a send.
at System.Net.HttpWebRequest.GetResponse()
at #Tde.#fee.#pee.#iee(String espaceName, String ptaOrTenantName)
at #Tde.#fee.#Lee.#oee(#Iee response)
at #Tde.#fee.#pee.#iee(String espaceName, String ptaOrTenantName)
at #Tde.#fee.#Lee.#iee(String espaceName, String ptaOrTenantName)
at #Td...String espaceName, String espaceKey, Int32 espaceVersionId, Boolean fromSS, Boolean developmentMode, String userName, Boolean partial, Boolean forceRedeploy, Boolean alreadyLocked, Boolean fromCompilerService, String uniqueId, IEnumerable`1 onDeployInvokeUrls)
at OutSystems.HubEdition.DeployService.Deploy.DeployEspace(String espaceName, String espaceKey, Int32 espaceVersionId, Boolean fromSS, Boolean developmentMode, String userName, Boolean partial, Boolean forceRedeploy, Boolean alreadyLocked, String uniqueId)
at OutSystems.HubEdition.DeployService.Deploy.#5ee()
at OutSystems.HubEdition.ServerCommon.Utils.PlatformUtils.#EQ3.#zCb()
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
Submitable : Yes
-Env-
eSpaceVer: 0 (Id=0, PubId=0, CompiledWith=8.0.1.25)
RequestUrl: (Method: )
AppDomain: DeployService.exe
Path: D:\...\PS\
Locale:
DateFormat: yyyy-M-d
PID: 1544 ('DeployService', Started='9/30/2014 1:02:51 PM', Priv=64Mb, Virt=581Mb)
TID: 9
Thread Name: Deployment Monitor
.NET: 2.0.50727.5483
João Rosado
Staff
Hi Ryan,
Login to one of your servers and locally in a browser access
https://127.0.0.1/ServiceCenter/
If that works try it on a application that failed
https://127.0.0.1/Users/
If that request doesn't work then you have some configuration in IIS or firewall that is preventing the request.
Make sure in the IIS of the machines that the Default Website is has at least a binding listening on 127.0.0.1 or * .
Regards,
João Rosado
Ryan Heiser
Many Thanks I have resolved this issue, I can confirm that in having 2 ip addresses on a machine and linking a DNS entry to each specific IP causes this issue if you do not add an additional HTTP binding to cover unassigned requests.
include an additional http binding on port 80 for all unassigned requests then ensures that localhost/servicecenter will work.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...