-1

I am new with liferay and I am using liferay-ce-portal-7.0-ga4 and eclipse

When I try to create my first portlet project it hangs like this:

image

and this is the console log:

console log

I read Liferay - Error while creating first portlet plugin project but it didn't help me. I am using Windows 10.

halfer
  • 19,824
  • 17
  • 99
  • 186
HamedTaherkhani
  • 79
  • 2
  • 10
  • Are you sure it hangs? Ivy is known to download quite a lot from the internet, especially on first start. Alternatively you might want to try creating a "Liferay Workspace" first, then a "Liferay Module Project" instead of utilizing Ant. The Plugins-SDK is being phased out and IMHO should only be used for migrating prior version's plugins to the current version. – Olaf Kock Jul 09 '17 at 15:44
  • I waited more than half an hour and nothing happened so I suppose it's hanging. Note:I watched a video in which creating a portlet project took a few seconds! – HamedTaherkhani Jul 09 '17 at 18:57
  • understood. The key here is "first project" (where the ivy cache needs to be initialized) which is supposed to take longer than a few seconds. However, half an hour is also unexpected (unless you're on dialup). Try the workspace configuration nevertheless instead of ant. – Olaf Kock Jul 09 '17 at 20:02

1 Answers1

0

I connected to a more stable connection and waited a bit more. Project creation was successful! It seemed my connection was the problem.

HamedTaherkhani
  • 79
  • 2
  • 10