Forums de discussion

Cannot create new Liferay Plugin Project

Malkeith Singh, modifié il y a 7 années.

Cannot create new Liferay Plugin Project

New Member Publications: 2 Date d'inscription: 22/07/16 Publications récentes
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

Pièces jointes:

thumbnail
Kailash Yadav, modifié il y a 7 années.

RE: Cannot create new Liferay Plugin Project

Regular Member Publications: 211 Date d'inscription: 18/10/11 Publications récentes
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, modifié il y a 7 années.

RE: Cannot create new Liferay Plugin Project

New Member Publications: 2 Date d'inscription: 22/07/16 Publications récentes
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.