Fórum

Cannot create new Liferay Plugin Project

Malkeith Singh, modificado 7 Anos atrás.

Cannot create new Liferay Plugin Project

New Member Postagens: 2 Data de Entrada: 22/07/16 Postagens Recentes
Hello,
While creating a new liferay plugin project i am getting an error which says "[ivy:resolve] You probably access the destination server through a proxy server that is not well configured."
I am using Liferay 6.2, Tomcat version 7.0.42 and sdk 6.2.
I have attached the log file with this post. I am trying to fix this for the past two days without any luck, any help would be greatly appreciated.
Thank You
thumbnail
Kailash Yadav, modificado 7 Anos atrás.

RE: Cannot create new Liferay Plugin Project

Regular Member Postagens: 211 Data de Entrada: 18/10/11 Postagens Recentes
Does your machine behind proxy? Do you have riight to download these jars (check url in log)? Have a look on these threads :
https://web.liferay.com/community/forums/-/message_boards/message/41840953
https://web.liferay.com/community/forums/-/message_boards/message/39806338
Malkeith Singh, modificado 7 Anos atrás.

RE: Cannot create new Liferay Plugin Project

New Member Postagens: 2 Data de Entrada: 22/07/16 Postagens Recentes
Yes my machine is behind a proxy but i am not sure whether i have the permission to download the jars or not. But when I try to download it manually I am being able to. Like earlier i was facing an issue with the ivy 2.3.0 jar which i downloaded manually and it just started to build, but soon after that i got this issue. Also from the ivy-settings.xml file i copied this "https://repository.jboss.org/nexus/content/repositories/releases" and queried it from my browser and was able to access it.
Also I checked out the threads you mentioned and implemented some of the solutions that they mentioned there like including the following line <setproxy proxyhost=" " proxyport=" " proxyUser=" " proxyPassword=" "/> in build-commom-ivy.xml., but still i m facing the same issue. I have even tried with a diffrent sdk version but still same issue.