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
Last revision Both sides next revision
kb:10012 [2020-06-09 14:55]
Gustav Stigestadh
kb:10012 [2023-05-22 12:07]
Martin Wellershaus
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 42: Line 42:
  
 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 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>
 +
 +Also check Windows PATH variable "HOMEDRIVE". 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>
 +C:\> set HOMEDRIVE=C:\
 +</code>
  
 ===== Cause ===== ===== Cause =====
  • Last modified: 8 months ago
  • by Birger Hesseberg