Skip to content

Deployment to Bluemix does not work for ibmecod/java-rediscache #1

@EinarKarlsen

Description

@EinarKarlsen

Deployment to Bluemix clicking the "Deploy to Bluemix" button for the "ibmecod/java-rediscache" app does not work. The following issues occured:

  1. Creating the project does not create the service.
  2. The service referenced in the manifest file is Data Cache. This service has been retired.
  3. Connecting the app to the "Compose for Redis" service and changing the manifest file accordingly results in an app that deploys and runs. However, the GET and PUT operations do no seem to have any effect at all.

The used manifest file is:

declared-services:
ComposeRedis-26:
label: compose-for-redis
plan: Standard
applications:

  • name: EinarsJavaRediscache1218
    random-route: true
    memory: 512M
    services:
    • ComposeRedis-26
      path: JavaCacheApp.war

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions