Unable to deploy CommaFeed on OpenShift
See original GitHub issueI’m sorry to have to open this thread again but with your instructions I get the following error:
remote: [INFO] Including org.postgresql:postgresql:jar:9.4-1200-jdbc41 in the shaded jar.
remote: [INFO] Including com.github.dblock.waffle:waffle-jna:jar:1.7 in the shaded jar.
remote: [INFO] Including net.java.dev.jna:jna:jar:4.1.0 in the shaded jar.
remote: [INFO] Including net.java.dev.jna:jna-platform:jar:4.1.0 in the shaded jar.
remote: [INFO] Including net.sourceforge.jtds:jtds:jar:1.3.1 in the shaded jar.
Connection to commafeed-site.rhcloud.com closed by remote host.
fatal: The remote end hung up unexpectedly
error: error in sideband demultiplexer
To ssh://54e4111ce.......db000006@commafeed-site.rhcloud.com/~/git/commafeed.git/
4cb5585..6d91216 master -> master
error: failed to push some refs to 'ssh://54e4111ce....db000006@commafeed-site.rhcloud.com/~/git/commafeed.git/'
Thanks in advance!
Issue Analytics
- State:
- Created 9 years ago
- Comments:19 (3 by maintainers)
Top Results From Across the Web
Openshift deployer is unable to deploy applications
Issue. When trying to deploy the internal registry, the docker-registry-{number}-deployer pod fails with ...
Read more >No feeds after upgrade · Issue #291 · Athou/commafeed - GitHub
I've pushed new cf to openshift, now I have two bugs: Subscription list ... PARSE: JBAS018733: Failed to process phase PARSE of deployment...
Read more >How can I tell if my OpenShift application has been deleted?
I created an OpenShift account and installed CommaFeed . It was working for a few weeks and then suddenly disappeared. I can log...
Read more >Replacing Google Reader - jasonwryan.com
You now have CommaFeed successfully running on OpenShift. After a couple of minutes, visit the public URL and you will be able to...
Read more >CommaFeed - Open-source bloat-free Google Reader clone ...
As it says on the github, create an account on openshift and its just a few easy commands to get it running. OpenJDK...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ok, I’ve got it working (I can finally update from 2.0.3 which I’ve been running for a long time).
Just create a new gear in openshift, and add the diy and mysql cartridges.
use this as the deploy hook (.openshift/action_hooks/deploy):
make sure you make it executable in git.
use this as the start hook (.openshift/action_hooks/start):
use the same stop script that is the current commafeed repo.
And that’s it! You don’t need to clone the source or build or do anything else.
edit: you also need .openshift/config.mysql.yml from the repo.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.