Hi all,
I've tried to run mvn jetty6:run on the web module
today, but it fails with the following error:
31-ago-2006 17.01.43 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defi
ning beans [/admin/loginSubmit]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining b
eans [applicationState,applicationStateRegisterar,validation,validationConfig,validationRegisterar,validationConfigRegis
terar,config,geoServer,globalConfig,data,dataConfig,dataRegisterar,dataConfigRegisterar,globalConfigRegisterar,geoServer
Registerar,speedServiceStrategy,fileServiceStrategy,bufferServiceStrategy,partialBufferServiceStrategy,wfs,wfsConfig,wfs
Registerar,wfsConfigRegisterar,wfsAbstractService,wfsService,wfsGetCapabilities,wfsDescribeFeatureType,wfsGetFeature,wfs
LockFeature,wfsGetFeatureWithLock,wfsTransaction,wms,wmsConfig,wmsRegisterar,wmsConfigRegisterar,wmsAbstractService,wmsS
ervice,wmsGetCapabilities,wmsDescribeFeatureType,wmsGetFeatureInfo,wmsGetLegendGraphic,wmsGetMap,wmsPutStyles,kmlReflect
or,PNGMapProducerFactory,JAIMapProducerFactory,SVGMapProducerFactory,GIFMapProducerFactory,KMLMapProducerFactory,KMZMapP
roducerFactory,PDFMapProducerFactory,catalog,serviceFinder]; root of BeanFactory hierarchy]
31-ago-2006 17.01.43 org.springframework.web.struts.ContextLoaderPlugIn initWebApplicationContext
INFO: Using context class 'org.springframework.web.context.support.XmlWebApplicationContext' for servlet 'action'
31-ago-2006 17.01.43 org.springframework.web.struts.ContextLoaderPlugIn init
INFO: ContextLoaderPlugIn for Struts ActionServlet 'action', module '': initialization completed in 63 ms
:WARN: failed ContextHandler@anonymised.com{/geoserver,file:/D:/progetti/geoserver/trunk/web/src/main/webapp/}
:WARN: failed ContextHandlerCollection@anonymised.com
:WARN: failed HandlerCollection@anonymised.com
:INFO: Started SelectChannelConnector @ 0.0.0.0:8080
:WARN: failed Server@anonymised.com
[INFO] Jetty server exiting.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failure
Embedded error: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationExcepti
on: Class org.apache.commons.logging.impl.Jdk14Logger does not implement Log
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
Any idea what's going on?
Cheers
Andrea Aime