Forum Home › Forums › Runtime Bugs › Server Bugs › The aspx page is not displayed
- This topic has 3 replies, 3 voices, and was last updated 3 years, 7 months ago by nikulinlg.
-
AuthorPosts
-
April 17, 2021 at 12:00 pm #8768nikulinlgParticipant
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.1ScadaServerSvc.txt:
SCADA Server
————
Launch : 17.04.2021 13: 10: 52
Opening hours: 00: 44: 24
Condition : normal
Version : 5.1.4.1Connected clients (1)
————————
1. 127.0.0.1; ScadaComm (App); activity: 13: 55: 17Thank you in advance for your help
April 19, 2021 at 7:28 am #8789April 19, 2021 at 3:29 pm #8795JWParticipantWhich 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
April 19, 2021 at 5:15 pm #8799nikulinlgParticipantThank you, i think, i install mono from debian buster repository
I will try your solution
sorry for my English)) -
AuthorPosts
- You must be logged in to reply to this topic.