Good morning Freddy;
I tried restarting the app server (tomcat) that the Sonar web app is deployed in, then went in and
expired the Nexus cache and forced a re-index, and still get the same error. What's interesting though
is that the datetime stamp in the error has changed to today. The jar & the pom exist in my local repo, so maven is getting them from nexus.
(More of the log manually typed in, I wish I could cut and paste, but can't, machine's on a private intranet).
.....
Downloading:
http://mymachine:8082/nexus/content/groups/public/org/codehaus/sonar/sonar-plugin-api-1.8/sonar-plugin-api-1.8.pom------------------------------------------------------------------------------------------------------
this realm = app0.child-container[org.codehaus.sonar.runtime:sonar-core-maven-plugin]
urls[0] = file://home/myhome/.m2/repository/org/codehaus/sonar/runtime/sonar-core-maven-plugin/20090618065912/sonar-core-maven-plugin-20090618065912.jar
urls[1]......
urls[21].....
Number of imports: 6
import org.codehaus.classwords.Entry@4891bb28
(5 more times with different entry numbers)
this realm = plexus.core
urls[0] = file://home/myhome/apache-maven-2.0.9/lib/maven-2.0.9-uber.jar
Number of imports: 6
import org.codehaus.classwords.Entry@4891bb28
(5 more times with different entry numbers)
----------------------------------------------------------------------------------
[INFO]---------------------------------------------
[ERROR] BUILD ERROR
[INFO]----------------------------------------------------------------------------
[INFO] Can not execute Sonar
Embedded error: Unable to find the mojo 'org.codehaus.sonar.runtime:sonar-core-maven-plugin:20090618065912:internal' in the plugin 'org.codehaus.sonar.runtime:sonar-core-maven-plugin'
org/apache/commons/configuration/Configuration
[INFO]-------------------------------------------------------
Freddy Mallet wrote:
Bob,
Could you try to restart the sonar web server ? Doing that will force the
sonar maven plugin and so nexus to upload a fresh copy of all Sonar
artifacts. Indeed, I suspect one jar to be corrupted.
Hope it helps
Freddy