Skip to content

Unable to run on IBM Cloud as Cloud Foundry App with Version 2.0.* #12

@Franklin89

Description

@Franklin89

If I use the Packages with the Version 2.0.* I am unable to start the application as a cloud foundry app on the IBM Cloud. I get the following error:

3/6/2018 7:55:57 AM | OUT | undefined | Creating container
3/6/2018 7:55:58 AM | OUT | undefined | Successfully created container
3/6/2018 7:55:59 AM | OUT | undefined | Successfully destroyed container
3/6/2018 7:56:08 AM | OUT | undefined | Starting health monitoring of container
3/6/2018 7:56:08 AM | ERR | undefined | Error:
3/6/2018 7:56:08 AM | ERR | undefined | An assembly specified in the application dependencies manifest (WebApplication.deps.json) was not found:
3/6/2018 7:56:08 AM | ERR | undefined | package: 'Microsoft.AspNetCore.Antiforgery', version: '2.0.1'
3/6/2018 7:56:08 AM | ERR | undefined | path: 'lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll'
3/6/2018 7:56:08 AM | ERR | undefined | This assembly was expected to be in the local runtime store as the application was published using the following target manifest files:
3/6/2018 7:56:08 AM | ERR | undefined | aspnetcore-store-2.0.3.xml
3/6/2018 7:56:08 AM | OUT | undefined | Exit status 140
3/6/2018 7:56:08 AM | OUT | undefined | Exit status 0
3/6/2018 7:56:08 AM | OUT | undefined | Stopping instance 5e5eb5b7-31d4-4f7c-5f7a-fa99

If I explicitly set the version to 2.0.0 then everything works fine. I am using the IBM Cloud build toolchain for building and deploying the application. Is this an issue with the buildpack inside the cloud foundry?

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