I am using Eclipse to work with heroku. Well while importing apps to eclispe am getting this error always "Associate your SSH key to your Heroku account by going to Preferences". Well even tried to create a new ssh key and added the same to heroku account. But am still getting this error againa nd again. Any idea?
Related
I am trying to connect to my personal Azure DevOps organization from eclipse IDE.
I clicked on OK and copied the device code and added it to Microsoft.com/devicelogin. still, it didn't work.
I have also tried entering credentials in the enter credentials section. still, it did not work. It just shows an authorization error and then exits.
While trying to clone a Git repository in Eclipse Luna, I'm getting the error shown below using the https link:
I added the said values in the Git configuration using this link - "SSL host could not be verified" error but I'm still getting the same error.
I'm sure that the URL is correct. Not too sure if there's something wrong with proxy settings (I don't think so).
On the other hand, I tried the ssh link by generating keys and putting them into the enterprise gitlab account and also on the pc (windows) but I'm still being unsuccessful doing that and getting the same error shown in the image below except for the last point.
I checked the error log, while using the https link it says 'not authorized' and 'Auth fail' when I try to use the ssh link.
I'm listed as the member of the repository and I'm using my email and password of the enterprise account to access it, but no luck.
Help much appreciated. Thank you.
First, if you are using a private GitHub Enterprise in an enterprise, SSH URLS are rarely allowed.
For HTTPS URLs, you need to make sure your proxy configuration ignore host setting in Eclipse includes the domain name of the GitHub Enterprise (on premise) private server, or it will try to contact the proxy every time (and fail)
I have face same problem. To resolve this problem make sure your repository access level is public. It will solve this issue.
Assuming that your company uses their own certificate authority, their root certificate has most probably been added to your computer's trust store. However, Java by default uses its own trust store, so Eclipse does not know about it.
The best solution is to make Eclipse use the system trust store. See this answer for Windows or this answer for macOS.
I m using eclipse and aws plugin to deploy an Tomcat app on Elasticbeansalk. So far I was able to deploy it without problems.
Today, I added a new profile on aws credentials and set it to default. I dont know if it s a coincidence but after that, Eclipse started giving the following error when starting deployment:
"Could not publish to the server.
Unable to create web application archive: No such file or directory"
I m not sure if it s because of Eclipse or AWS. I can still deploy it on my locahost without issues.
Any ideas?
It looks like the new profile and credentials are not setup in your machine to match the new default profile.
I am using eclipse to connect with openshift.
Below are the steps that I have taken.
sign up in openshift
created a "JBOSS Application Server 7" application
downloaded Eclipse Mars
downloaded openshift tools from the eclipse marketplace
from options selected import and choose openshift
sign in to openshift from the prompt(with default server location)
choose "Use my existing openshift application" and from the browse tab selected that application which I created in openshift & clicked next
selected "create a new project" in the next window and clicked "Next"
in "Cloning setting" browse to the location where I want to clone my application
in the same tab clicked on "SSH Keys wizards" and created a new SSH key.
in SSH2 preferences checked that my new key is present or not.(it was present).
clicked finish
it displays cloning from ssh://<url>
and then displayed
Could not clone the repository. Authentication failed.
Please make sure that you added your private key to the ssh preferences.
ssh://56fdfdad2d5271507d000049#btech-jmi.rhcloud.com/~/git/btech.git/: Connection timed out: connect
I have used this steps with several other ecplise versions i.e. mars, indigo, luna, helio (none of them worked).
I used above steps in all of them.
To see if public keys are uploaded on the remote server that checked and found that the public keys are being uploaded every time on the server.
Really stuck at this point.
I have also googled for other ways to do this, but none of them are working for me, I think I am missing something.
I remember doing the same steps sometimes back and it worked but not working this time.
Please help
I found out that, the reason for this problem was due port issue. In my university they are using cyberoam and they have blocked some ports which were being used by ssh to fetch data from remote.
I just tried same steps at home and it is working as expected.
Hi my friend and I are facing this problem where we are unable to create a Heroku application in eclipse. We keep running into the error and the error is java.lang.reflect.InvocationTargetException. We followed Heroku eclipse but it still gives the error. My friend even downloaded the newest eclipse no no avail.
You must have reached the app limit in heroku. Heroku provides 5 free apps. Delete one and try again.
Go to heroku.com and login. You will see all the apps you created.
Then go to the settings and delete one app and try creating template again in eclipse.
No help I know, but I am also seeing this. I have used heroku from the command line in the past, but following the instructions on the heroku site don't appear to be working.