I tried to install the Fuseki server in Debian os by the following instruction at https://gist.github.com/nichtich/113ecc2831d01eb4ae91508b88c0217c but I am not able to start the server.
After running the command
./fuseki-server
I am getting the below error
bash: ./fuseki-server: No such file or directory
How to install and run fuseki server as a service in Debian OS?
Any one came across this problem?
Rabbitmq:3.8.14
when run:
$ sudo systemctl start rabbitmq-server
got this credentials obfuscation problem:
{"Kernel pid terminated",application_controller,"{application_start_failure,cr
A nel pid terminated",application_controller,"{application_start_failure,credentials_obfuscation,{{shutdown,{failed_to_start_child,credentials_obfu
l redentials_obfuscation,{{shutdown,{failed_to_start_child,credentials_obfuscaton_svc,{undef,[{crypto,cipher_info,[aes_128_cbc],[]},{credentials_ob
ede uscaton_svc,{undef,[{crypto,cipher_info,[aes_128_cbc],[]},{credentials_obfuscation_pbe,iv_length,1,[{file,"src/credentials_obfuscation_pbe.erl"
sca bfuscation_pbe,iv_length,1,[{file,"src/credentials_obfuscation_pbe.erl"},{line,125}]},{credentials_obfuscation_pbe,encrypt,5,[{file,"src/crede
"},{line,125}]},{credentials_obfuscation_pbe,encrypt,5,[{file,"src/credentials_obfuscation_pbe.erl"},{line,75}]},{credentials_obfuscation_svc,c
entials_obfuscation_pbe.erl"},{line,75}]},{credentials_obfuscation_svc,check,3,[{file,"src/credentials_obfuscation_svc.erl"},{line,163}]},{cre
check,3,[{file,"src/credentials_obfuscation_svc.erl"},{line,163}]},{credentials_obfuscation_svc,init_state,0,[{file,"src/credentials_obfuscati
edentials_obfuscation_svc,init_state,0,[{file,"src/credentials_obfuscation_svc.erl"},{line,133}]},{gen_server,init_it,2,[{file,"gen_server.erl"},{line,249}]}]}}},{credentials_obfuscation_app,start,[normal,[]]}}}"}
After few hours spending on this, it turns out to be the Erlang was too old. Upgraded it to latest version Erlang/OTP 23, problem solved!
the problem cause by incompatible between RabbitMQ and Erlang/OTP:
Ubuntu 18.04 provides Erlang 20.2 and RabbitMQ 3.8.14 requires 22.3 or 23.x. See RabbitMQ and Erlang/OTP Compatibility Matrix
Installing latest Erlang version should solve the problem.
$sudo apt-get install erlang
The problem commonly happens when only upgrade rabbitMq without Erlang. (as my case: rabbitMq 3.8.0 -> 3.8.14)
I am running RabbitMQ on Ubuntu 16.04 under the Windows 10 "windows on linux" installation.
I cannot connect using rabbitmqctl. I used su to run as root and also tried to run it under my username with sudo, but everytime I run the command I get:
Diagnostic log
attempted to contact: ['rabbit#SJDEV-JWRIGHT3']
rabbit#SJDEV-JWRIGHT3:
* connected to epmd (port 4369) on SJDEV-JWRIGHT3
* epmd reports node 'rabbit' running on port 25672
* TCP connection succeeded but Erlang distribution failed
* suggestion: hostname mismatch?
* suggestion: is the cookie set correctly?
* suggestion: is the Erlang distribution using TLS?
current node details:
- node name: 'rabbitmq-cli-133#SJDEV-JWRIGHT3'
- home dir: /var/lib/rabbitmq
- cookie hash: iLmkDqwKzDZPxk8ynhqsVw==
I have uninstall and re-installed both Erlang and RabbitMQ. I changed the host names as suggested by someone else, and I still cannot figure out this problem.
I have rebooted the system, and when I tried to run rabbitmq-server restart and got:
ERROR: node with name "rabbit" already running on "SJDEV-[NODE]"
I am new to linux and have been digging in to this for a week and hit my breaking point.
Okay I found out the problem in a round about way. I am running this version of Ubuntu on the Windows Subsystem for Linux application on my windows 10 machine. My windows machine is already running rabbitmq and it happens to be on the same node as the node that I was trying to access using the rabbitmqctl. So there must be a correlation between the Ubuntu and windows system that shows rabbitmq already running. I may try this on a VM and see if I can get a clean break and try again.
Thanks.
I had this issue today.
My config is below:
Have a rabbitmq-server on Windows 10 OS
Have a rabbitmq-server on Ubuntu which was installed on Windows 10 OS (Ubuntu 18.04 app from Windows store)
Now below error makes sense:
ERROR: node with name "rabbit" already running on "MyComputerNamehere"
Another hint was Windows OS firewall has allowed both of them, in other words, they are running on same computer with name (ex: MyComputerNamehere).
Though I know the issue, I didn't fix it by removing rabbitmq-server from Windows 10, as I wanted Windows 10 rabbitmq-server, so gave up on Ubuntu on Windows 10.
Hope this explanation helps someone.
I am using windows 10 32bit version.
I had previously installed erlang OTP 19.0 , rabbitmq and management web api plugin using cmd commands. But I was unable to access localhost:15672. Then I reinstalled both and now I am unable to start the server.
Receiving this on cmd while trying to start the server
C:\Program Files\RabbitMQ Server\rabbitmq_server-3.6.2\sbin>rabbitmq-server start
.
.
.
Error: Crash dump is being written to: erl_crash.dump...init terminating in do_boot ()
Had the same issue
Try to uninstall RabbitMQ server and Erlang ver 19
Also delete the contents in the %AppData%Roaming/RabbitMQ..
Install erlang 18.0 from here http://www.erlang.org/download/otp_win32_18.1.exe
And then install the latest version of RabbitMQ (I installed 3.6.3).
Hi I'm trying to install gitlab 6.7 to recover from a crash I had on the program. I cannot find an instruction set to follow and I keep running into errors when reading the git 8-0-stable instruction set.
The error I'm running into now is
2015-09-21T19:26:06Z 10281 TID-orcy1dxco INFO: Sidekiq client with redis options {:url=> "http://IP", :namespace=>"resque:gitlab"}
rake aborted!
Error connecting to Redis on [IP] (ENCONNREFUSED)