Is there an issue with Eclipse plug in for Heroku? - heroku

I m using Eclipse plugin to deploy new application on Heroku. However recently when I m trying to create a new app I get the following exception from Eclipse at the stage where I select a template app:
An unknown error has occurred. If this error persists, please follow up with Heroku support.
com.heroku.api.exception.RequestFailedException: Unexpected app exist status statuscode:401 responseBody:{"id":"unauthorized","error":"Unauthorized"}
I understand that it has to do with authorization. However I cannot find the way to check my credentials that I have provided to the Eclipse plugin. As far as I remeber the credentials are given during the next step , once you have selected and named your template app.
Anybody knows if there is a problem with eclipse plug in for heroku?
Thank you.

Related

Error trying to deplay a strapi app to heroku

I am getting this error in the console when trying to deploy
"https://npm.fontawesome.com/#fortawesome/fontawesome-free/-/5.15.4/fontawesome-free-5.15.4.tgz: Request failed \"401 Unauthorized\""
I'm not using font awesome anywhere in the project. Has anyone seen this?

Archive URL not found when trying to deploy using heroku buttons

I am facing an error while trying to install an app using a heroku button (https://heroku.com/deploy?template="app_url").
This used to work all the time. Am I missing anything?

Deploy angular-meteor on server?

I'm using Angular(Ionic)-Meteor method (http://www.angular-meteor.com/) to create my app. It worked local perfectly.
However, when I put it on Paas server like Heroku, OpenShift, I got error with angular like this (from browser console):
Error: [ng:areq] Argument 'InboxCtrl' is not a function, got undefined http://errors.angularjs.org/1.5.3/ng/areq?p0=InboxCtrl&p1=not%20aNaNunction%2C%20got%20undefined
This error show at both server (Heroku and OpenShift)
Has anyone done this before and can help me with deploying my app?
I've already solve my problem.
In case anyone else need it:
https://forums.meteor.com/t/deploy-angular-meteor-on-openshift/25333/2
Thanks.
Close now.

After Successful completion of deployment status in Openshift through Eclipse, 404 error page is shown

After Successful completion of deployment status of my Java EE application (Spring ) in Openshift through Eclipse, 404 error page is shown on launching "http://closerbyapp-closerbyonline.rhcloud.com/closerbyapp" url.
Any help to Sort out this problem is highly appreciated.
Did you actually deploy an application at the closerbyapp context? the root context (/) of your application is working and showing the default index.html page that comes with the java cartridges. You should double-check how/where you put your code, and that you added it to git, and what url it should show up at. Maybe provide some of the code you used or steps that you took to deploy the code so we can help troubleshoot it? Along with any logs for your application that might be helpful.

Getting a 404 using App Harbor and BitBucket

I'm new to AppHarbour and I'm trying to deploy my MVC app on a free account.
I keep getting a 404 error.
The app is coming from Bit-bucket and it was deployed successfully.
In my Hostnames section i see the following
so i have added the following to the Hosts file in my machine:
176.34.122.158 camelotfaultmanagement.apphb.com
but i still get a 404 ..
What am i doing wrong ?
And a follow-up question how can i edit one of the files to be able to edit the connection ?string to my DB?
It looks like you may not have any successful builds yet - You have to push to Bitbucket to trigger your first build. You can see a list of builds on the app dashboard: https://appharbor.com/applications/camelotfaultmanagement
To use the built-in .apphb.com domain, you don't have to mess with any DNS setup.

Resources