Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy dev branch to Heroku for testing #33

Closed
mariobehling opened this issue Jul 9, 2018 · 4 comments
Closed

Deploy dev branch to Heroku for testing #33

mariobehling opened this issue Jul 9, 2018 · 4 comments

Comments

@mariobehling
Copy link
Contributor

We need to be able to test. Please create a Heroku instance.

@praveenojha33
Copy link
Contributor

praveenojha33 commented Jul 20, 2018

I am following this article https://devcenter.heroku.com/articles/deploying-gradle-apps-on-heroku. I was getting this error earlier
image
but after following the solution from this issue #22
I am getting this error on heroku
image
This is my current project https://github.com/praveenojha33/yacy_grid_mcp
Here is my build.gradle file https://github.com/praveenojha33/yacy_grid_mcp/blob/master/build.gradle
and the content of my Procfile is
web: java -Dserver.port=$PORT $JAVA_OPTS -jar build/libs/yacy_grid_mcp-0.0.1-SNAPSHOT.jar

@praveenojha33
Copy link
Contributor

Locally running heroku local web command this error
image

@Orbiter
Copy link
Member

Orbiter commented Jul 20, 2018

Classpath settings must be terribly wrong. Thats possibly an infrastructure problem. Please have a look how other Java projects are doing this.

@mariobehling
Copy link
Contributor Author

Duplicate to #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants