You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by lalmohan <la...@poornam.com> on 2008/12/01 19:10:59 UTC

Maven site creation showing error

Hello,
 I'm running mvn clean site -P<profile>  in a module and getting the
following error. 
    INFO] [site:site]
[WARNING] No Clover database found, skipping report generation
[ERROR] No URL set in Issue Management. No Trac Report will be generated.
[ERROR] No URL set in Issue Management. No JIRA Report will be generated.
[INFO] Skipped "Surefire Report" report, file "surefire-report.html" already
exists for the English version.
[INFO] Generating "Camel EIP Diagram" report.
[INFO] Running Camel embedded to load META-INF/spring/*.xml files
[myproject] INFO [main] Main.doStart(477) | Apache Camel 1.4.4.0-fuse
starting
[myproject] INFO [main] ClassPathXmlApplicationContext.prepareRefresh(412) |
Refreshing org.springframework.context.
support.ClassPathXmlApplicationContext@11ddcf4: display name
[org.springframework.context.support.
ClassPathXmlApplicationContext@11ddcf4]; startup date [Mon Dec 01 09:40:47
PST 2008]; root of context hierarchy
[myproject] TRACE [main]
CollectionFactory.createConcurrentMapIfPossible(195) | Creating
[java.util.concurrent.
ConcurrentHashMap]
[myproject] TRACE [main]
CollectionFactory.createConcurrentMapIfPossible(195) | Creating
[java.util.concurrent.
ConcurrentHashMap]
[myproject] TRACE [main]
CollectionFactory.createConcurrentMapIfPossible(195) | Creating
[java.util.concurrent.
ConcurrentHashMap]
[myproject] TRACE [main]
CollectionFactory.createConcurrentMapIfPossible(195) | Creating
[java.util.concurrent.
ConcurrentHashMap]
[myproject] TRACE [main]
CollectionFactory.createConcurrentMapIfPossible(195) | Creating
[java.util.concurrent.
ConcurrentHashMap]
[myproject] TRACE [main]
CollectionFactory.createConcurrentMapIfPossible(195) | Creating
[java.util.concurrent.
ConcurrentHashMap]
[myproject] TRACE [main]
CollectionFactory.createConcurrentMapIfPossible(195) | Creating
[java.util.concurrent.
ConcurrentHashMap]
[myproject] TRACE [main]
CollectionFactory.createConcurrentMapIfPossible(195) | Creating
[java.util.concurrent.
ConcurrentHashMap]
[myproject] ERROR [main] Main.run(175) | Failed:
org.springframework.beans.factory.BeanDefinitionStoreException: Could 
not resolve bean definition resource pattern [META-INF/spring/*.xml]; nested
exception is java.io.FileNotFoundException:
 class path resource [META-INF/spring/] cannot be resolved to URL because it
does not exist
org.springframework.beans.factory.BeanDefinitionStoreException: Could not
resolve bean definition resource pattern [META
-INF/spring/*.xml]; nested exception is java.io.FileNotFoundException: class
path resource [META-INF/spring/] cannot be 
resolved to URL because it does not exist
        at
org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(
AbstractBeanDefinitionReader.java:190)
        at
org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(
AbstractBeanDefinitionReader.java:149)
        at
org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(
AbstractBeanDefinitionReader.java:212)
        at
org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(
AbstractXmlApplicationContext.java:113)
        at
org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(
AbstractXmlApplicationContext.java:80)
        at
org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(
AbstractRefreshableApplicationContext.java:123)
        at
org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(
AbstractApplicationContext.java:423)
        at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353)
        at
org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java
:139)
        at...

Am I missing something? Pleas help 

Thanks 
Lal 
-- 
View this message in context: http://www.nabble.com/Maven-site-creation-showing-error-tp20774743p20774743.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.