Forum Home › Forums › Installation Issues › SCADA-Web Installation › Internal server error (500)
Tagged: Internal server error
- This topic has 17 replies, 5 voices, and was last updated 1 year, 11 months ago by
Mikhail.
-
AuthorPosts
-
January 16, 2021 at 10:51 pm #8042
Artos9
ParticipantHello Mr Mikhail,
After uploading RapidScada project on Linux server I had on Websites a lot of Internal Server Error messages(Error code 500).
What can I check from Scada side to find a reason of error, before managing to my Server Administrator?Thank you.
January 17, 2021 at 8:23 am #8043
MikhailModeratorHello,
What Linux version do you use?
If you open http://server_ip, does Apache show the default web page?January 17, 2021 at 8:28 am #8045
manjey73Participanthttps or not to https, that is the question?
🙂January 17, 2021 at 12:40 pm #8051Artos9
ParticipantHi,
I use Debian 4.19, this is Remote server without GUI.
Yes, if I open server URL (prefix http), Apache website is visible.January 17, 2021 at 2:23 pm #8053
manjey73ParticipantRead this topic and check how Apache is configured on a remote server, if in https mode you will have to do it by analogy for xsp4 or nginx
January 18, 2021 at 9:43 am #8063
MikhailModeratorHi,
If the above doesn’t help, please provide screenshots of the error.January 20, 2021 at 10:52 am #8106Artos9
ParticipantJanuary 20, 2021 at 1:40 pm #8107
MikhailModeratorHi,
In a web browser press F12, open the Console tab and make screenshot of the errors there.
January 20, 2021 at 9:50 pm #8117Artos9
ParticipantHi,
Error message from console.
https://imgur.com/UIUbE3ZJanuary 20, 2021 at 9:58 pm #8118Artos9
ParticipantAfter logging I see more errors.
January 21, 2021 at 11:29 am #8125Artos9
ParticipantJanuary 21, 2021 at 2:20 pm #8132
MikhailModeratorHi,
Notification Plugin doesn’t work on Linux (it will be fixed in the future).
Disable the Notification Plugin and restart Apache (or reboot the server).
Is it possible to login Rapid SCADA?January 26, 2021 at 10:17 pm #8176Artos9
ParticipantHello,
Thank you for your support.
Main root cause of error was typo in server configuration…Now everything works very well!
Topic is closed.
December 28, 2022 at 9:01 am #11818cbkim3
ParticipantHello Mr Mikhail
After installing rapidSCADA 6.0 on Windows 11, the Webstation is “Not available”.
The Internal server error is 500.19, and the error code is 0x8007000d.
How to solve it?web.config file
<?xml version=”1.0″ encoding=”utf-8″?>
<configuration>
<location path=”.” inheritInChildApplications=”false”>
<system.webServer>
<handlers>
<add name=”aspNetCore” path=”*” verb=”*” modules=”AspNetCoreModuleV2″ resourceType=”Unspecified” />
</handlers>
<aspNetCore processPath=”dotnet” arguments=”.\ScadaWeb.dll” stdoutLogEnabled=”false” stdoutLogFile=”.\logs\stdout” hostingModel=”inprocess” />
</system.webServer>
</location>
</configuration>
<!–ProjectGuid: b4495bf2-c904-4bfe-bf3b-fe38cf0fc378–>-
This reply was modified 2 years, 11 months ago by
cbkim3.
December 28, 2022 at 10:02 am #11820 -
This reply was modified 2 years, 11 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.