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 [2020-06-09 14:55]
Gustav Stigestadh
kb:10012 [2023-09-14 11:47] (current)
Birger Hesseberg
Line 28: Line 28:
 C:\Program Files (x86)\Lundalogik\Lime Pro Server\RabbitMQ C:\Program Files (x86)\Lundalogik\Lime Pro Server\RabbitMQ
 %appdata%\rabbitmq %appdata%\rabbitmq
-%programdata%\lundalogik\rabbitmq+%programdata%\Lundalogik\LIME Pro Server\RabbitMQ
 </code> </code>
  
-6. Remove all registry keys under (by clicking windows button + write "regedit" + enter) <code>HKLM/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 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>
  
-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>+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: 4 years ago
  • by Gustav Stigestadh