Liferay - Error while creating first portlet plugin project

后端 未结 1 1963
暗喜
暗喜 2021-01-28 23:11

I followed the tutorial here to setup Liferay + server + SDK, but I got an error while creating my portlet. It tells me that the portlet gets created, but I still get an error a

相关标签:
1条回答
  • 2021-01-28 23:46

    I changed the permissions of all folders involved in the task to 777. It worked :)

    The comment in the referred link says, he had permissions issue (probably he had read-only) for the folder where he wanted to create portlet. So, he changed it to 777 (read, write, and execute).

    Actually, its not the builder which is failing in creating new plugin, it is the OS that is not allowing the contents to be written on file system.

    You can change permission of particular folder referring following link:
    How to set 777 permission on a particular folder?

    However, if you are further interested in permission system, go to:
    http://www.maketecheasier.com/file-permissions-what-does-chmod-777-means/

    0 讨论(0)
提交回复
热议问题