The aspx page is not displayed

Forum Home Forums Runtime Bugs Server Bugs The aspx page is not displayed

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8768
    nikulinlg
    Participant

    Good day!

    I installed rapidscada on raspberry pi4 (debian 10), I did everything according to the instructions, but after rebooting, “127.0.0.1/scada”does not open. More precisely, it opens, but just downloads the file “login. aspx” to the “downloads” folder. Mono is installed. How to fix this situation?

    I attach the logs:

    ScadaServerSvc.log:
    ———————————————————————————
    2021-04-17 13: 10: 52 <raspberrypi><root><ACT> ScadaServerService 5.1.4.1 is running
    2021-04-17 13:10:52 <raspberrypi><root><ACT> Checking for the existence of data directories was successful
    2021-04-17 13:10:52 <raspberrypi><root><ACT> Verification of the existence of the configuration database files was successful
    2021-04-17 13:10:53 <raspberrypi><root><ACT> The input channels are read from the configuration database. Number of active channels: 5
    2021-04-17 13: 10: 53 <raspberrypi><root><ACT> Control channels read from the configuration database
    2021-04-17 13:10:53 <raspberrypi><root><ACT> Users read from configuration
    database 2021-04-17 13: 10: 53 <raspberrypi><root><ACT> Formulas read from configuration database
    2021-04-17 13: 11:03 <raspberrypi><root><ACT> The source code of the calculator formulas is compiled
    2021-04-17 13:11:03 <raspberrypi><root><ACT> Connection listener started
    2021-04-17 13: 11: 03 <raspberrypi><root><ACT> Server startup
    2021-04-17 13: 11: 03 <raspberrypi><root><ACT> Current slice loaded
    2021-04-17 13:11:13 <raspberrypi><root><ACT> Client connection 127.0.0.1
    2021-04-17 13:11:13 <raspberrypi><root><ACT> ScadaComm user authenticated successfully
    2021-04-17 13:36:43 <raspberrypi><root><ACT> Client connection 127.0.0.1
    2021-04-17 13:36:43 <raspberrypi><root><ACT> ScadaWeb user successfully authenticated
    2021-04-17 13:37:44 <raspberrypi><root><ACT> Disabling the client 127.0.0.1

    ScadaServerSvc.txt:

    SCADA Server
    ————
    Launch : 17.04.2021 13: 10: 52
    Opening hours: 00: 44: 24
    Condition : normal
    Version : 5.1.4.1

    Connected clients (1)
    ————————
    1. 127.0.0.1; ScadaComm (App); activity: 13: 55: 17

    Thank you in advance for your help

    #8789
    Mikhail
    Moderator

    Hello,
    The discussion is here.

    #8795
    JW
    Participant

    Which repository did you install mono from?

    My coworker encountered some issues when install mono from repository for ubuntu.

    I reinstall mono from repository for Raspbian, then everything works fine.

    add repository for Raspbian from mono home page

    sudo apt install apt-transport-https dirmngr gnupg ca-certificates
    sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
    echo "deb https://download.mono-project.com/repo/debian stable-raspbianbuster main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
    sudo apt update

    reinstall mono and also reinstall this 2 plugin

    sudo apt-get install mono-complete
    sudo apt-get install libapache2-mod-mono mono-apache-server4
    #8799
    nikulinlg
    Participant

    Thank you, i think, i install mono from debian buster repository
    I will try your solution
    sorry for my English))

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