Line 23: <sessionState cookieless="false" regenerateExpiredSessionId="true" mode="Custom" customProvider="OutSystemsSessionProvider"> Line 24: <providers> Line 25: <add name="OutSystemsSessionProvider" type="OutSystems.HubEdition.RuntimePlatform.SessionState.SqlSessionStateStore" /> Line 26: </providers> Line 27: </sessionState>
Hi,
Please share what was the solution.
We are experiencing a similar issue:
I have also having the same issue while using my personal environment. Is there any Solution?
Hi, I'm also having this problem, but only with one application of mine in my personal area. Do you have a solution?
Hi, any solution to the above issue ?
As I recall (this is an old issue) there was a bug in that specific Platform server version. It was fixed by a later version.
A colleague was investigating and issue where he had upgraded some of his espaces and when he created a module and inserted a Chart, the chart was not showing (issue 1). I then started upgrading my espaces and started having the issue described above.
Is it possible to upgrade and publish my entire personal environment to the latest version, hopefully this will solve the problem.
Thanks
Emil
Development - Error Detail
Hi Emil,
Your problem doesn't seem to be related to the topic, although it still related to ping.
You can go to Service Center and create a solution with all your modules, and then you can republish that solution.
Hope this helps
Jorge Martins wrote:
You can go to the Service Center and create a solution with all your modules, and then you can republish that solution.
Hello Jorge,
Thanks for your answer, this resolved my problem.
Best regards
Hello,
I am also having issues with the ping.
Please let me know if you have any updates.
Thanks in advance for your help.
As the error is related to invoking ping. It leads to the network issue rather solution itself.
HI All,
The issue on my side is resolved. I have no idea how it "fixed itself", but I didnt use my environment for a while and then it started working again ...
Regards
Glad, that it started working.
It could be the DNS propagation issue, which resolved after TTL expired. Or, maybe just the system cache.
Mine is still not working... :(
I have a case opened with support from a call I made yesterday.
I had this problem.
On my case I was installing OutSystems 10, on a Windows 2012 R2.
I forgot to add the "Web Server (IIS) Support" in the "Application Server Role Services page". Once I did this, it all started working.
By the way, the error about ping is a request to http://<yourserver>/ServiceCenter/_ping.aspx.
I has the same problem in a fresh instalation of Platform Server 11, in a Windowns Server 2019.
And i get the same erro in the Service Center instalation Step.
In my case, the request to
http://127.0.0.1/ServiceCenter/_ping.aspx , works fine.
but the request to
http://127.0.0.1/ServiceCenter/_ping.html, doesn't work.
The error in Event Viewr is :
PageInvoker: error processing response (http://127.0.0.1:80/ServiceCenter/_ping.html) : Deployment failed: Deployment failed. Could not invoke ping. Exception: The remote server returned an error: (500) Internal Server Error. at System.Net.HttpWebRequest.GetResponse() at OutSystems.HubEdition.ServerCommon.PageInvokes.AbstractInvoker.Invoke(String hostname, String espaceName, String testAreaUser, String documentPath, Action`1 validateResponse)
The error 500, is also displayed when request to http://127.0.0.1/ServiceCenter/.
I already checkd all pre-requisites instalation, and still not workin.
Any suggestions as to what it might be?
Best regards,
James
Hello James,
To better understand the cause of the 500 error, you can access the faulty URL (http://127.0.0.1/ServiceCenter/_ping.html) directly in the front-end server's browser.
This should allow you to obtain more information on the error (like the sub-code) and consequently overcome it.
Hope this helps you overcome the situation!
Best Regards,
I only can see generic information, in the screen.Could you help me find the problem?
Indeed the error message is generic, however, it's possible to observe the following error code 0x80070542.
Searching for this error, I found some related threads that point to the following problem:
https://serverfault.com/questions/50160/500-error-when-using-custom-account-for-application-pool-in-iis-7
https://social.technet.microsoft.com/Forums/en-US/f777daac-36e9-4ca2-85a1-6e7c8da8a2b8/either-a-required-impersonation-level-was-not-provided-or-the-provided-impersonation-level-is?forum=sharepointgeneral
Let me know if this information helps.
Can someone try to restart deployment services
My Problem is solved when added the network user Runtime, to the Local Policies --> User Rights Assignment --> Impersonate a client after authentication.
Thanks for the help
hi, may i know what server you added that policies, on the controller server or front-end servers?
Thank you in advanced.
Happy to know that you were able to overcome the situation, James!