SAP-samples / hana-shine-xsa

SAP HANA Interactive Education for SAP HANA Extended Application Services, Advanced Model (SHINE for XS Advanced) is an education content to learn, develop, and deploy SAP HANA XS Advanced Model application and is a successor of SHINE for XS Classic.
Apache License 2.0
115 stars 111 forks source link

SAP Web IDE Full-Stack (Version: 180621) Clone request failed #39

Closed bumphrey closed 6 years ago

bumphrey commented 6 years ago

Hello, when I tried to clone the repository in SAP WebIDE Full-Stack. I receive the following error message:

"Clone request failed Could not convert folders [shine-web, shine-site-web, shine-site-content] to modules because of an error in import process."

Whereas when I clone it in SAP Web IDE. the clone request succeeds.

kiruthikan commented 6 years ago

Hi,

Kindly use SAP WebIDE for SAP HANA for deploying and running SHINE.

Thanks and Regards, Kiruthika

JamiVaraPrasad commented 6 years ago

Hi Kiruthikan, Could you please help me with a repository (from shine) which supports SAP WebIDE Full-Stack. Regards Jami

kiruthikan commented 6 years ago

Hello Jami,

Currently FullStack WebIDE doesn’t fully support some features available in SAP WebIDE for SAP Hana. It will be available in near future. But,as of now, you would have to use SAP WebIDE for SAP Hana to deploy SHINE in XSA. You could try installing a HANA Express edition System and use the WebIDE in that. To understand more, Could you tell me weather you want to deploy the application on XSA or on SAP Cloud Foundry?

Thanks and Regards, Kiruthika

pbrose commented 5 years ago

This was very helpful in finding out my issue when I had the same error message turns out my module type in the mta.yaml was type: javascript.nodejs. WebIDE doesn't support that type so I had to change it to type: nodejs. This was a very hard error to find - it would be helpful if the error message was a bit more specific.