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
Gonçalo Marques
12
Views
2
Comments
Error deploying eSpace
Question
Hi,
When i'm publishing my eSpace it gives me this error:
Message:
Error deploying eSpace 'DocumentTemplates'
Stack:
Id : FailedTenantDeployment_PingAspx
Type : Error
Message : Tenant deployment failed
Detail : Deployment of tenant DocumentTemplates failed. Could not invoke ping. Exception: The remote server returned an error: (401) Unauthorized. at System.Net.HttpWebRequest.CheckFinalStatus()
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.HttpWebRequest.GetResponse()
at OutSystems.HubEdition.DeployService.Deploy.invokePing(String espaceName, String tenantName, ApplicationServerKind serverKind, Boolean partial, String testAreaName)
HelpRef : 0
ExtraInfo : Exception Details:
[1] Tenant deployment failed: Deployment of tenant DocumentTemplates failed. Could not invoke ping. Exception: The remote server returned an error: (401) Unauthorized. at System.Net.HttpWebRequest.CheckFinalStatus()
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.HttpWebRequest.GetResponse()
at OutSystems.HubEdition.Deplo...em.Runtime.Remoting.Channels.DispatchChannelSink.ProcessMessage(IServerChannelSinkStack, IMessage, ITransportHeaders, Stream, IMessage&, ITransportHeaders&, Stream&)
at System.Runtime.Remoting.Channels.SoapServerFormatterSink.ProcessMessage(IServerChannelSinkStack, IMessage, ITransportHeaders, Stream, IMessage&, ITransportHeaders&, Stream&)
at System.Runtime.Remoting.Channels.BinaryServerFormatterSink.ProcessMessage(IServerChannelSinkStack, IMessage, ITransportHeaders, Stream, IMessage&, ITransportHeaders&, Stream&)
at System.Runtime.Remoting.Channels.Tcp.TcpServerTransportSink.ServiceRequest(Object)
at System.Runtime.Remoting.Channels.SocketHandler.ProcessRequestNow()
at System.Runtime.Remoting.Channels.RequestQueue.ProcessNextRequest(SocketHandler)
at System.Runtime.Remoting.Channels.SocketHandler.BeginReadMessageCallback(IAsyncResult)
at System.Net.Sockets.OverlappedAsyncResult.CompletionPortCallback(UInt32, UInt32, NativeOverlapped*)
Submitable : Yes
I also can't access the server in integration studio, but i can access the service center.
Does anyone knows why this is happening?
Thanks,
Gonçalo Marques
Tiago Simões
Staff
Hi Gonçalo,
That looks like security settings in IIS.
You can try to check if anonymous access is allowed:
On the server go to Control Panel>Administrative Tools>Internet Information Services;
Right-click Web Sites>Default Web Site and choose Properties;
Choose the "Directory Security" tab;
In the "Anonymous access and authentication control" group clik the "Edit..." button;
Make sure Anonymous access checkbox is selected;
Do this for the virtual directory of the eSpace you are publishing.
Cheers,
Tiago Simões
1 reply
21 May 2008
Show thread
Hide thread
Gonçalo Marques
Hi,
Thanks, it was a problem with the IIS security settings.
Cheers,
Gonçalo Marques
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...