Sourav Bag
Sourav Bag

Reputation: 359

Creating portlet in liferay using plugin SDK

I was trying to create a portlet using plugin SDK in liferay from the command prompt (create.bat hello-world "Hello World") but every time i ended up with the below error.

Please help me how can i get rid of this.

Thanks, Sourav

Upvotes: 0

Views: 978

Answers (1)

Olaf Kock
Olaf Kock

Reputation: 48087

This seems to be a glitch with the https certificate name not matching the hostname, as there's an https redirect when I access http://cdn.repository.liferay.com/ directly - the content is there, e.g. on http://cdn.repository.liferay.com/nexus/content/groups/public/commons-codec/commons-codec/1.9/commons-codec-1.9.pom my browser shows it. For some reason the link you post has a space in it - check if this is due to some edit (try to find the path in the files of your SDK) that you did to the file or how else you got to post an invalid link. I've done nothing else but to remove that space.

Upvotes: 0

Related Questions