Hi

I am using following reference to install Apache Stratos 4.0.0 on EC2 instance

url :https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Quick+Start+Guide



After completing every steps as mentioned in the wiki, I am not able to find 
available cartridges.

And also I tried to cnfigure Stratos from the console but in adding cartridges 
I use following json code


{
    "type":"php",
    "provider":"apache",
    "host":"demo.stratos.apache.org",
    "displayName":"PHP",
    "description":"PHP Cartridge",
    "version":"7",
    "defaultAutoscalingPolicy":"economyPolicy",
    "multiTenant":"false",
    "portMapping":[
         {
            "protocol":"http",
            "port":"80",
            "proxyPort":"8280"
         },
         {
            "protocol":"https",
            "port":"443",
            "proxyPort":"8243"
         }
    ],
    "iaasProvider":[
         {
           "type":"ec2",
            "imageId":"ap-southeast-1/ami-0cf9a75e",
            "maxInstanceLimit":"5",
            "property":[
               {
                  "name":"instanceType",
                  "value":"m3.large"
               },
               {
                  "name":"keyPair",
                  "value":"apache-stratos-keypair"
               }
            ]
         }
    ]

}



But I get error : Unable to build the jclouds object for iaas of type: ec2



Please help me out

Thanks

Zeal

*************************************************************************************************************************************************************
 eInfochips Business Disclaimer: This e-mail message and all attachments 
transmitted with it are intended solely for the use of the addressee and may 
contain legally privileged and confidential information. If the reader of this 
message is not the intended recipient, or an employee or agent responsible for 
delivering this message to the intended recipient, you are hereby notified that 
any dissemination, distribution, copying, or other use of this message or its 
attachments is strictly prohibited. If you have received this message in error, 
please notify the sender immediately by replying to this message and please 
delete it from your computer. Any views expressed in this message are those of 
the individual sender unless otherwise stated. Company has taken enough 
precautions to prevent the spread of viruses. However the company accepts no 
liability for any damage caused by any virus transmitted by this email. 
*************************************************************************************************************************************************************

Reply via email to