Adding maven to the provisioning repository [message #632761] |
Thu, 14 October 2010 04:24  |
Eclipse User |
|
|
|
I'm trying to add my local maven repository to the Virgo provisioning repository.
For this, I followed the Virgo user guide : I edited $VWS_HOME/config/org.eclipse.virgo.repository.properties, and add those lines
maven-repo.type=external
maven-repo.searchPattern=/home/lorie/.m2/repository/**/{bund le}.jar
also add the maven-repo string to the chain variable
chain=ext,usr,maven-repo
But after this modification, I'm no longer able to start the Virgo Web Server (no bundle deployed). I get the following error :
[2010-10-14 10:06:16.173] system-artifacts <TC0011E> Failed to start Tomcat. Port 8080 is in use.
Any help would be appreciated.
[Updated on: Thu, 14 October 2010 04:25] by Moderator
|
|
|
|
|
|
|
|
|
|
|
|
Re: Adding maven to the provisioning repository [message #667957 is a reply to message #632761] |
Mon, 02 May 2011 21:07  |
Eclipse User |
|
|
|
Just in case anybody else was having a similar issue, a simple rm -rf $VIRGO_HOME/work/* and restart from STS seemed to fix the problem for me. I wasn't pointing to a Maven repository, however I did have the remnants of an artifact (pax-web-services in fact) which caused problems only within STS.
Even though the configuration in Eclipse suggests it was no longer referencing it, there was some traces of the configuration left in the work dir.
Cheers,
Matt
[Updated on: Mon, 02 May 2011 22:57] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.06336 seconds