Skip to content

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

@StefH

Description

@StefH

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions