whint / messagestore-viewer-cf

https://www.integration-excellence.com/whint-messagestore-viewer-cloud-foundry/
GNU General Public License v3.0
0 stars 0 forks source link

deploy command not working #2

Closed hemantmathuriya closed 2 years ago

hemantmathuriya commented 2 years ago

Hi,

I am not able to execute deploy command. Sorry, I am new to this but how to get mtar file. If I download the code, it is a zip file and also if I execute the same command(cf deploy MessageStoreViewer_1.0.0.mtar), I get this error saying "No org and space targeted".

Could you let me know, what do I need to do to rectify this?

Thanks, Hemant

jmailaender commented 2 years ago

Hi Hemant,

no problem, that means you haven't selected an organisation / space when logging in to CF.

Just do a cf o to list all organisations, choose one with cf target -o <org> then cf s to list all spaces and cf target -s <space> to set it.

Let me know if that solves your issue!

David

hemantmathuriya commented 2 years ago

Hi David,

Thanks for quick response. We have now selected organization and space; however now it is throwing error that MTAR file is not in the path (Error retrieving MTA: Could not find MTA MessageStoreViewer_1.0.0.mtar). As I mentioned in initial post, I am not sure how to get mtar file. Could you help with that?

Thanks, Hemant

jmailaender commented 2 years ago

Sorry, I missed that part. You can either download the MTAR directly from the releases page or build it from the source code as described here.