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

Question : does the QueryWorker also work in Cloud Foundry + .net-buildpack ? #3

Open
StefH opened this issue Apr 29, 2015 · 3 comments

Comments

@StefH
Copy link

StefH commented Apr 29, 2015

Does the QueryWorker example also work in Cloud Foundry when using the https://github.com/cloudfoundry-community/.net-buildpack buildpack?

applications:
- name: query_worker
  buildpack: https://github.com/cloudfoundry-community/.net-buildpack
  stack: lucid64
  command: QueryWorker.exe 
  no-route: true

Because I get this error:

2015-04-29T20:18:32.000+00:00 [API] OUT Created app with guid 3bd7adbf-fd9d-48e7-bb41-e79f8a53dfc1
2015-04-29T20:19:36.000+00:00 [DEA] OUT Starting app instance (index 0) with guid 3bd7adbf-fd9d-48e7-bb41-e79f8a53dfc1
2015-04-29T20:20:55.000+00:00 [DEA] OUT Starting app instance (index 0) with guid 3bd7adbf-fd9d-48e7-bb41-e79f8a53dfc1
2015-04-29T20:18:52.000+00:00 [STG] OUT -----> Installing Mozilla certificate data to .config/.mono/certs (1.8s)
2015-04-29T20:19:40.000+00:00 [API] OUT App instance exited with guid 3bd7adbf-fd9d-48e7-bb41-e79f8a53dfc1 payload: {"cc_partition"=>"default", "droplet"=>"3bd7adbf-fd9d-48e7-bb41-e79f8a53dfc1", "version"=>"70c46bdc-5bc0-4ab2-ad41-5ba26d3ef63c", "instance"=>"f3e56d04ad6b4bd99e81ec17ff1ab7eb", "index"=>0, "reason"=>"CRASHED", "exit_status"=>127, "exit_description"=>"app instance exited", "crash_timestamp"=>1430338780}
2015-04-29T20:18:44.000+00:00 [DEA] OUT Got staging request for app with id 3bd7adbf-fd9d-48e7-bb41-e79f8a53dfc1
2015-04-29T20:18:48.000+00:00 [STG] OUT
@bbutton
Copy link

bbutton commented Apr 29, 2015

Hi. That buildpack is very old, and it is unlikely that most modern .NET apps will run in it.

bab

@StefH
Copy link
Author

StefH commented Apr 30, 2015

1] Is there a more recent buildpack ?

2] I just received this email from Cloud Foundry:
Pivotal Web Services: lucid64 stack (Ubuntu Lucid 10.04) reaches End of Support on April 30, 2015 so probably this won't fly...

@bbutton
Copy link

bbutton commented Apr 30, 2015

I can't speak to their being any other buildpack for Mono. CenturyLink Cloud created and contributed back to the community a .NET buildpack, but it only runs on windows/ironfoundry. I know the samples work on that one.

bab

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

No branches or pull requests

2 participants