Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
kb:10012 [2022-04-13 14:14]
Viktor Eliasson Foolproofed deletion paths
kb:10012 [2023-09-14 11:47]
Birger Hesseberg
Line 31: Line 31:
 </code> </code>
  
-6. Remove all registry keys under (by clicking windows button + write "regedit" + enter) <code>HKEY_LOCAL_MACHINE/SOFTWARE/Ericsson/Erlang/ErlSrv</code>+6. Remove all registry keys under (by clicking windows button + write "regedit" + enter) <code>HKEY_LOCAL_MACHINE/SOFTWARE/Ericsson/Erlang/ErlSrv</code>, and <code>HKEY_LOCAL_MACHINE/SOFTWARE/WOW6432Node/Ericsson/Erlang</code>
  
 ==== Reinstall ==== ==== Reinstall ====
Line 39: Line 39:
 === Install Erlang/RabbitMQ Manually === === Install Erlang/RabbitMQ Manually ===
  
-1. Install Erlang by running (find the .exe file in the folder and run as administrator) <code>C:\Program Files (x86)\Lundalogik\Lime Pro Server\webserver\externals\otp_win64_R16B03-1.exe</code>+1. Open a terminal and check Windows PATH variable "HOMEDRIVE" by running the following command. 
 +<code>echo %HOMEDRIVE%</code>  
 +If set to a mapped network drive (ie H:\) Erlang won't be able to set the erlang cookie correct. Change HOMEDRIVE to C:before registrering the service again. 
 +<code> 
 +set HOMEDRIVE=C:
 +</code> 
 +**NOTE!** If you have to change the HOMEDRIVE path in step 1, you also have to run the .exe files in the same terminal for step 2. and 3.
  
-2. Install RabbitMQ by running (find the .exe file in the folder and run as administrator) <code>C:\Program Files (x86)\Lundalogik\Lime Pro Server\webserver\externals\rabbitmq-server.exe (name may differ)</code>+2. Install Erlang by running (find the .exe file in the folder and run as administrator) <code>C:\Program Files (x86)\Lundalogik\Lime Pro Server\webserver\externals\otp_win64_R16B03-1.exe</code> 
 + 
 +3. Install RabbitMQ by running (find the .exe file in the folder and run as administrator) <code>C:\Program Files (x86)\Lundalogik\Lime Pro Server\webserver\externals\rabbitmq-server.exe (name may differ)</code>
  
 ===== Cause ===== ===== Cause =====
  • Last modified: 8 months ago
  • by Birger Hesseberg