javaeclipseibm-cloudcloud-foundryibm-cloud-tools

Why am I getting "Project facet Cloud Foundry Standalone Application version 1.0 is not supported"?


I'm trying to deploy the following project from IBM developerWorks to Bluemix:

Building a Java EE app on IBM Bluemix Using Watson and Cloudant

through the Bluemix plugin in Eclipse (Called: IBM Eclipse Tools for Bluemix). However I keep getting the following error

Project facet Cloud Foundry Standalone Application version 1.0 is not supported

enter image description here

Used Versions:

There is no issue when I do this through Cloud Foundry CLI cf push


Solution

  • Remove the Cloud Foundry Standalone Application version 1.0 facet from the project via project -> properties -> project facets.

    enter image description here

    Bluemix tools maps projects to bluemix runtimes via project facets so that different runtimes would be associated with different projects.

    It's probably just that the stand alone facet which is probably associated with cloudfoundry tools isn't supported by bluemix tools plugin