Cannot install RabbitMQ UI plugin in fresh install - plugins

I am trying to install RabbitMQ Management plugin in a fully fresh install of Erlang and RabbitMQ in Windows 7. I have installed Rabbit MQ. I can verify that the windows service is running. When trying to install the Management plugin I get this error:
C:\Program Files\RabbitMQ Server\rabbitmq_server-3.6.12\sbin>rabbitmq-plugins enable rabbitmq-management
2017-09-17 13:07:35 std_error "File operation error: eio. Target: C:\PROGRA~1\RABBIT~1\RABBIT~1.12\sbin\C:\PRO
GRA~1\RABBIT~1\RABBIT~1.12\sbin\R8260~1. Function: list_dir. Process: code_server."
2017-09-17 13:07:35 std_error "File operation error: eio. Target: C:\PROGRA~1\RABBIT~1\RABBIT~1.12\sbin\C:\PRO
GRA~1\RABBIT~1\RABBIT~1.12\sbin\C:\PROGRA~1\RABBIT~1\RABBIT~1.12\sbin\R8260~1. Function: list_dir. Process: code_server.
"
=ERROR REPORT==== 17-Sep-2017::23:07:35 ===
File operation error: eio. Target: C:\PROGRA~1\RABBIT~1\RABBIT~1.12\sbin\C:\PROGRA~1\RABBIT~1\RABBIT~1.12\sbin\R8260~1.
Function: list_dir. Process: code_server.
=ERROR REPORT==== 17-Sep-2017::23:07:35 ===
File operation error: eio. Target: C:\PROGRA~1\RABBIT~1\RABBIT~1.12\sbin\C:\PROGRA~1\RABBIT~1\RABBIT~1.12\sbin\C:\PROGRA
~1\RABBIT~1\RABBIT~1.12\sbin\R8260~1. Function: list_dir. Process: code_server.
{"init terminating in do_boot",{undef,[{rabbit_nodes_common,ensure_epmd,[],[]},{rabbit_cli,start_distribution,0,[{file,"
src/rabbit_cli.erl"},{line,160}]},{rabbit_cli,ensure_cli_distribution,0,[{file,"src/rabbit_cli.erl"},{line,54}]},{rabbit
_cli,main,3,[{file,"src/rabbit_cli.erl"},{line,67}]},{init,start_em,1,[{file,"init.erl"},{line,1076}]},{init,do_boot,3,[
{file,"init.erl"},{line,784}]}]}}
init terminating in do_boot ()
That is the message I am getting. I am new to Erlang and it doesn't makes sense at all.
Any input will be appreciated.
Ta

ok, got over this.
Uninstalled RabbitMQ
Deleted the files in the C:\Users\rahman\AppData\Roaming\RabbitMQ folder
Reinstalled RabbitMQ
Also, the other issue was that Rabbit_Home was not set in the environment variables. After setting that to RabbitMQ installation then the above command worked.

Related

VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory

I am trying to install kubeadm and for this i am trying to create vagrant environment i clone this link "https://github.com/kodekloudhub/certified-kubernetes-administrator-course" to my server and then run the command "vagrant up". I take this error.I am using Ubuntu 20.04.5 LTS
==> kubemaster: Clearing any previously set network interfaces...
There was an error while executing VBoxManage, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["hostonlyif", "create"]
Stderr: 0%...
Progress state: NS_ERROR_FAILURE
VBoxManage: error: Failed to create the host-only adapter
VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface
VBoxManage: error: Context: "RTEXITCODE handleCreate(HandlerArg*)" at line 95 of file VBoxManageHostonly.cpp
i want to create vagrant environment
This problem was solved by downgrading the "VirtualBox" version. Try to install version 6.38.

Getting INSTALL_FAILED_UPDATE_INCOMPATIBLE error

Appium Server version: 1.7.1
OS: Windows 8
While running the code I got
org.openqa.selenium.WebDriverException:
An unknown server-side error occurred while processing the command.
Original error:
Error executing adbExec.
Original error:
'Command 'D\:\\Android\\android-sdk\\platform-tools\\adb.exe -P 8080 -s ------ install C\:\\Users\\resi\\AppData\\Local\\Programs\\appium-desktop\\resources\\app\\node_modules\\appium\\node_modules\\appium-unlock \\bin\\unlock_apk-debug.apk' exited with code 1';
Stderr: 'Failed to install C:\Users\resi\AppData\Local\Programs\appium-desktop \resources\app\node_modules\appium\node_modules\appium-unlock\bin\unlock_apk-debug.apk:
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE:
Package io.appium.unlock signatures do not match the previously installed version; ignoring!]'; Code: '1'
error and Appium Setting page is opened and instant closed in real Android device instead of opening app (.apk file)
You need to cleanup the device you are using:
Go to Settings -> Apps
Delete you application under test using Uninstall for all users menu
Delete Appium Settings app
Restart your test and it should work

File operation error: eacces. Target:../ebin. Function: list_dir. Process: application_controller. on ejjabberd server

I am getting an error as follow:
File operation error: eacces. Target: /opt/ejabberd-16.03/lib/xmerl-1.3.7/ebin. Function: list_dir. Process: application_controller.
On AWS server but it is working locally.Further it was working in the past but now its not working..
It means ejabberd does not have access to the target repository. You have an installation issue. Fix your Linux directory access rights.

Cannot deploy nodejs application with error "NoMethodError: undefined method `owner' for Chef::Resource::DeployRevision"

I cannot deploy a nodejs app with application & application_nodejs cookbook.
My environment :
Chef 11.12.2
Application cookbook : 4.1.4
Application_nodejs cookbook : 2.0.1
Ubuntu : 12.04 LTS
Full error :
"[2014-06-02T10:51:51+00:00] INFO: Running queued delayed notifications before re-raising exception
[2014-06-02T10:51:51+00:00] ERROR: Running exception handlers
[2014-06-02T10:51:51+00:00] ERROR: Exception handlers complete
[2014-06-02T10:51:51+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[2014-06-02T10:51:51+00:00] ERROR: deploy_revision(xxxx) had an error: NoMethodError: undefined method `owner' for Chef::Resource::DeployRevision
[2014-06-02T10:51:51+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)"
Any idea?
It seems like you maybe making a mistake in passing in an empty value. Check that "owner" is actually set with the right value and not a nil.

Derby app created using 'derby new test' not working

I've installed derbyjs using npm install -g derby and then created a test app using derby new test.
Then i started the app using node server.js and I got the following output:
info - socket.io started
Starting cluster with 1 workers in undefined mode
`kill -s SIGUSR2 7161` to force cluster reload
Go to: http://localhost:3000/
info - socket.io started
So I tried to request http://localhost:3000/, but the site does not finish loading and I get the following exception:
TEMPLATE ERROR
Error: Model mutation performed after bundling for clientId: 79f4a9f3-25fc-438d-b9f4-a450dccf9566
at Model.errorOnCommit [as _commit] (/web/derby/test/node_modules/derby/node_modules/racer/lib/bundle/bundle.Model.js:64:9)
at /web/derby/test/node_modules/derby/node_modules/racer/lib/txns/txns.Model.js:120:15
at next (/web/derby/test/node_modules/derby/node_modules/racer/lib/middleware.js:7:26)
at /web/derby/test/node_modules/derby/node_modules/racer/lib/txns/txns.Model.js:107:16
at next (/web/derby/test/node_modules/derby/node_modules/racer/lib/middleware.js:7:26)
at /web/derby/test/node_modules/derby/node_modules/racer/lib/txns/txns.Model.js:101:16
at next (/web/derby/test/node_modules/derby/node_modules/racer/lib/middleware.js:7:26)
at /web/derby/test/node_modules/derby/node_modules/racer/lib/txns/txns.Model.js:92:16
at next (/web/derby/test/node_modules/derby/node_modules/racer/lib/middleware.js:7:26)
at Object.run (/web/derby/test/node_modules/derby/node_modules/racer/lib/middleware.js:10:12)
events.js:68
throw arguments[1]; // Unhandled 'error' event
^
Error: Cannot write after end
at Gzip.write (zlib.js:311:31)
at ServerResponse.res.write (/web/derby/test/node_modules/express/node_modules/connect/lib/middleware/compress.js:82:18)
at Object.View._render (/web/derby/test/node_modules/derby/lib/View.server.js:337:9)
at /web/derby/test/node_modules/derby/lib/View.server.js:276:10
at Array.2 (/web/derby/test/node_modules/derby/lib/View.server.js:300:5)
at Object.Promise.resolve (/web/derby/test/node_modules/derby/node_modules/racer/lib/util/Promise.js:21:19)
at /web/derby/test/node_modules/derby/lib/View.server.js:136:17
at /web/derby/test/node_modules/derby/lib/files.js:224:7
at Object.oncomplete (fs.js:308:15)
at process._makeCallback (node.js:248:20)
I have absolutely no idea how I can get it running... Is it a bug, or am I doing something wrong?
Update
I've created a bug report on the derby repository: https://github.com/codeparty/derby/issues/170