Internal server error (500)

Forum Home Forums Installation Issues SCADA-Web Installation Internal server error (500)

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #8042
    Artos9
    Participant

    Hello 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.

    #8043
    Mikhail
    Moderator

    Hello,

    What Linux version do you use?
    If you open http://server_ip, does Apache show the default web page?

    #8045
    manjey73
    Participant

    https or not to https, that is the question?
    🙂

    #8051
    Artos9
    Participant

    Hi,
    I use Debian 4.19, this is Remote server without GUI.
    Yes, if I open server URL (prefix http), Apache website is visible.

    #8053
    manjey73
    Participant

    run Web on https

    Read 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

    #8063
    Mikhail
    Moderator

    Hi,
    If the above doesn’t help, please provide screenshots of the error.

    #8106
    Artos9
    Participant

    Hi,
    Below you can find a server logs.

    https://imgur.com/QQLjEwL

    Thank you.

    #8107
    Mikhail
    Moderator

    Hi,

    In a web browser press F12, open the Console tab and make screenshot of the errors there.

    #8117
    Artos9
    Participant

    Hi,
    Error message from console.
    https://imgur.com/UIUbE3Z

    #8118
    Artos9
    Participant

    After logging I see more errors.

    https://ibb.co/M9Xz2VR

    #8125
    Artos9
    Participant
    #8132
    Mikhail
    Moderator

    Hi,

    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?

    #8176
    Artos9
    Participant

    Hello,
    Thank you for your support.
    Main root cause of error was typo in server configuration…

    Now everything works very well!

    Topic is closed.

    #11818
    cbkim3
    Participant

    Hello 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 1 year, 3 months ago by cbkim3.
    #11820
    Mikhail
    Moderator

    Hello,
    Make sure that AspNetCoreModuleV2 is installed like described here.

Viewing 15 posts - 1 through 15 (of 18 total)
  • You must be logged in to reply to this topic.