I am having an issue connecting to a rabbitmq server. I can connect to it from the host machine but I cannot get a connection from the container. It used to work before I've upgraded my Ubuntu to 16.04.
Please help.
Got the answer finally. it's a new feature since the version 3.3.0 , It's preventing access using the default guest/guest credentials except via localhost as mentioned here.
Related
I have Presto installed on my Mac. I also have PostgreSQL. Both are installed locally. I only intend to use them locally. Presto is working fine.
I followed the documentation listed here:
https://prestodb.github.io/docs/current/connector/postgresql.html
connector.name=postgresql
connection-url=jdbc:postgresql://example.net:5432/database
connection-user=root
connection-password=secret
Is there any command I can use in PostgreSQL to get the correct "connection-url". I have been trying the following, but it does not connect:
connection-url=jdbc:postgresql://localhost:8080:5432/MyDataBase
As well, is there a driver I should be downloading? I have been trying for weeks, but cannot get a connection running.
Not sure if this was the only issue you had, but in your connection URL you're specifying two ports i.e. 8080 as well as 5432.
Postgres generally runs on 5432 by default so I think you'd just need:
connection-url=jdbc:postgresql://localhost:5432/MyDataBase
I am not sure if this is the correct place to ask my question, but really I am out of ideas, and my clock is ticking.
In short, I got a new machine that I need to make development ready.
This project is based on rather old program versions, that is a task to update.
In short I have set up the Vagrant (1.8.1) in VirtualBox (5.0.14). Chef (0.10.0) created all dependencies successfully and I can SSH to machine and see all is fine, all services are running as set in VagrantFile.
Vagrant box is latest ubunty/trystu64. My host machine is MacOs HighSierra(10.13.3).
Now, I open for example an mySQL editor (mySQL Workbench) and it connects to the Box, I can see DB and manipulate it.
My problem is with the NodeJS (I think). When I run my tests, it simply refuses to connect to the Box. More precisely, it attempts to connect to 127.0.0.1: 3306 (mySQL) and it errors. While MySQL Workbench performs the same connection without problems.
It seems the port forwarding in Vegrant works fine, as mySQL workbench is being forwarded to a box. Nodejs is not being forwarded, or something.
Is it Node doing it? Something else that I need to allow?
I have tried many different things, I have lost count. And always the same issue.
Is there something that I can do to Node, so it behaves as mySQL Workbench? Any idea is appreciated.
This identical setup used to work before, but not now.
I have a problem that i am facing but i didn't found solution in the forum and into elasticsearch official documentation. I have successfully installed elasticsearch 1.7.3 in OVH cloud machin and being able to connect via localhost through the curl localhost:9200. But i tried to connect remotely using http://158.69.78.66:9200/ (where 158.69.78.66 is the server address) without success. Please which configuration am i going to more in order to be able to remotely access elasticSearch in my server.
The attached file represent my elasticsearch.yml actual configuration.
Thanks,
I have just installed couchbase 3.0.1 on Amazon Web Services EC2 free RHEL instance (3.10.0-123.8.1.el7.x86_64). The installation was successful and I the couchbase is running on this server.
To access couchbase web console from web browser I need to to use the syntaax http://:8091
unfortunately this is not working. I tried using Public DNS and Public IP both.
For example:
On Google Chrome browser --> http://ec2-54-69-221-173.us-west-2.compute.amazonaws.com:8091
I have also installed the couchbase outside the AWS on VMPlayer. That works fine.
Please let me know is there any additional step I need to take care in case of AWS instance?
Thanks in advance.
I would start troubleshooting this in two ways:
1) Confirm there a couchbase process running on port 8091 on that node using netstat.
2) Make sure you have your security groups for this node set up to allow access to port 8091. If not, add a rule to the security group.
If I had to guess, it is going to be #2 though.
I am having IBM connections setup in Windows system whereas i am having Oracle installed on another AIX system where i am facing issues connecting with database. Can anyone help me through this?
How to specify the database location of remote system? Can I have any link for installation guide IBM Connections 4.5?
These 2 links would help in configuring a remote database:
http://www-10.lotus.com/ldd/lcwiki.nsf/xpDocViewer.xsp?lookupName=IBM+Connections+4.5+Documentation#action=openDocument&res_title=Creating_Oracle_databases_manually_ic45&content=pdcontent
http://www-10.lotus.com/ldd/lcwiki.nsf/xpDocViewer.xsp?lookupName=IBM+Connections+4.5+documentation#action=openDocument&res_title=Installing_IBM_Connections_4.5_ic45&content=pdcontent