-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ERROR SCMB connection error #144
Comments
On the host where you are running Hubot can you reach 172.16.100.1? Is this the address of your OneView appliance? When you start the bot it should create the OneView SCMB certificates (if necessary). |
@danielreed Yes, the IP of OneView appliance is 172.16.100.1.. and, I checked the created caroot.pem, client.pem and key.pem files. But, "caroot.pem" is just "[object Object]". Is that right ?? |
Hi @yagi09, can you run Hubot in TRACE level logging? To do that you should set the environment variable Maybe it can help us to detect your issue. Here is an example: How to see Hubot log messages. |
Thanks for your help! Here is the HUBOT_LOG_LEVEL="trace" PS C:\Users\Administrator\git\hubot> $env:HUBOT_LOG_LEVEL='trace' Your hubot-scripts.json is empty, so you just need to remove it. code: 'ECONNREFUSED', code: 'ECONNREFUSED', |
here is also error log level=trace.. Your hubot-scripts.json is empty, so you just need to remove it. at new RequestError (/hpe/git/hubot/node_modules/request-promise-core/lib/errors.js:14:15) name: 'RequestError',
error:
options: |
@yagi09, regarding the first error log you sent, does Hubot still works ok? I think when I started using it I got this error as well. It's really annoying when you start it from shell because it's almost impossible to write bot commands due the error log. Using Slack or Flowdock that error still appears but it does not disturbs you there. To ran it on Slack or Flowdock: I'm still not talking about the issue solution, but if the Hubot still works with it, maybe this bug can be more easy to solve. About the second one, are you behind a proxy? We will definitely investigate this problems as soon as possible. 😀 |
@llvieira Thanks for Kindly reply. yes, I think it works OK , here is logs with error... code: 'ECONNREFUSED', myhubot> Server hardware commands: I' will try to run it on Slack now.
Is there any idea?? |
We already solved it, right? I'll close this issue, @yagi09. Have a good seminar! |
Does anyone know how to fix this error?or How to import certificates on Windows?

PS C:\Users\Administrator\git\hubot> .\bin\hubot
[Sun Apr 15 2018 23:36:40 GMT+0900 ] ERROR SCMB connection error { Error: connect ECONNREFUSED 172.16.100
.1:5671
at Object.exports._errnoException (util.js:1050:11)
at exports._exceptionWithHostPort (util.js:1073:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1097:14)
code: 'ECONNREFUSED',
errno: 'ECONNREFUSED',
syscall: 'connect',
address: '172.16.100.1',
port: 5671 }
My env. is Windows 2016, npm 4.2.0.
The text was updated successfully, but these errors were encountered: