Yes Erin, you need to. Get you key signed from at least 3 apache members and 
publish to key servers. There are detailed instructions on 
http://rave.apache.org/release-setup.html. You need to submit your key 
fingerprint to https://id.apache.org/. I can help you with the process. 

Thanks
Raminder

On Apr 25, 2013, at 12:04 PM, Erin Noe-Payne wrote:

> I just read through the release documentation, I'm willing to
> volunteer.  The only thing I'm not clear on is if I need signatures on
> my gpg key to publish the maven artifact...it looks like yes?
> 
> On Thu, Apr 25, 2013 at 9:53 AM, Raminder Singh
> <[email protected]> wrote:
>> Sorry Chris for late response. I will try to verify this later today. What 
>> is the plan for 0.21? We need to wrap up this release. Sorry, i will not 
>> have time this and next week. Any volunteers to do the release?
>> 
>> Thanks
>> Raminder
>> 
>> On Apr 18, 2013, at 3:06 PM, Chris Geer wrote:
>> 
>>> Still getting errors for me. The process I followed (maybe wrong)
>>> 
>>> 1) Checkout the branch (0.21.1)
>>> 2) Full compile with 'mvn -Pmongodb'
>>> 3) Started mongdbd (version 2.2.2)
>>> 4) Changed into the 'rave-portal' directory and ran 'mvn cargo:run'
>>> 
>>> I got these errors on start up.
>>> 
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:00 PM
>>> org.apache.coyote.http11.Http11Protocol init
>>> [INFO] [talledLocalContainer] INFO: Initializing Coyote HTTP/1.1 on
>>> http-8080
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:00 PM
>>> org.apache.catalina.startup.Catalina load
>>> [INFO] [talledLocalContainer] INFO: Initialization processed in 679 ms
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:01 PM
>>> org.apache.catalina.core.StandardService start
>>> [INFO] [talledLocalContainer] INFO: Starting service Catalina
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:01 PM
>>> org.apache.catalina.core.StandardEngine start
>>> [INFO] [talledLocalContainer] INFO: Starting Servlet Engine: Apache
>>> Tomcat/6.0.35
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:01 PM
>>> org.apache.catalina.startup.HostConfig deployWAR
>>> [INFO] [talledLocalContainer] INFO: Deploying web application archive
>>> cargocpc.war
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:01 PM
>>> org.apache.catalina.startup.HostConfig deployWAR
>>> [INFO] [talledLocalContainer] INFO: Deploying web application archive
>>> demogadgets.war
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:01 PM
>>> org.apache.catalina.startup.HostConfig deployWAR
>>> [INFO] [talledLocalContainer] INFO: Deploying web application archive
>>> portal.war
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:02 PM
>>> org.apache.catalina.core.ApplicationContext log
>>> [INFO] [talledLocalContainer] INFO: Initializing Spring root
>>> WebApplicationContext
>>> [INFO] [talledLocalContainer] INFO :
>>> org.apache.rave.util.OverridablePropertyPlaceholderConfigurer - Loading
>>> properties file from class path resource [portal.properties]
>>> [INFO] [talledLocalContainer] ERROR:
>>> org.apache.rave.portal.repository.impl.MongoDbMapReduceStatisticsAggregator
>>> - Error executing Map/Reduce Statistics Aggregation!
>>> [INFO] [talledLocalContainer] java.lang.IllegalStateException:
>>> ApplicationEventMulticaster not initialized - call 'refresh' before
>>> multicasting events via the context: Root WebApplicationContext: startup
>>> date [Thu Apr 18 12:02:02 MST 2013]; root of context hierarchy
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.context.support.AbstractApplicationContext.getApplicationEventMulticaster(AbstractApplicationContext.java:347)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:334)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.context.AbstractMappingContext.addPersistentEntity(AbstractMappingContext.java:263)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.context.AbstractMappingContext.getPersistentEntity(AbstractMappingContext.java:165)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.context.AbstractMappingContext.getPersistentEntity(AbstractMappingContext.java:140)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.context.AbstractMappingContext.getPersistentEntity(AbstractMappingContext.java:65)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mongodb.core.MongoTemplate.findById(MongoTemplate.java:483)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.repository.impl.MongoDbMapReduceStatisticsAggregator.buildStats(MongoDbMapReduceStatisticsAggregator.java:121)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.repository.impl.MongoDbMapReduceStatisticsAggregator$1.run(MongoDbMapReduceStatisticsAggregator.java:112)
>>> [INFO] [talledLocalContainer] at
>>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>>> [INFO] [talledLocalContainer] at
>>> java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
>>> [INFO] [talledLocalContainer] at
>>> java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
>>> [INFO] [talledLocalContainer] at
>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
>>> [INFO] [talledLocalContainer] at
>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
>>> [INFO] [talledLocalContainer] at
>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
>>> [INFO] [talledLocalContainer] at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>>> [INFO] [talledLocalContainer] at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>>> [INFO] [talledLocalContainer] at java.lang.Thread.run(Thread.java:680)
>>> [INFO] [talledLocalContainer] WARN :
>>> org.apache.rave.provider.opensocial.config.OpenSocialEnvironment - Caught
>>> exception getting preference for JS debug mode. Setting JS to debug mode to
>>> 'debug on'.
>>> [INFO] [talledLocalContainer] ERROR:
>>> org.springframework.web.context.ContextLoader - Context initialization
>>> failed
>>> [INFO] [talledLocalContainer]
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'dataImporter': Invocation of init method failed; nested
>>> exception is java.lang.NullPointerException
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:399)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1479)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:524)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:607)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:383)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.web.context.RaveContextLoaderListener.contextInitialized(RaveContextLoaderListener.java:39)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:943)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:778)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:504)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.StandardService.start(StandardService.java:525)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.startup.Catalina.start(Catalina.java:595)
>>> [INFO] [talledLocalContainer] at
>>> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> [INFO] [talledLocalContainer] at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>> [INFO] [talledLocalContainer] at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> [INFO] [talledLocalContainer] at
>>> java.lang.reflect.Method.invoke(Method.java:597)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
>>> [INFO] [talledLocalContainer] Caused by: java.lang.NullPointerException
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.model.AbstractPersistentProperty.isEntity(AbstractPersistentProperty.java:180)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.model.AbstractPersistentProperty.getPersistentEntityType(AbstractPersistentProperty.java:100)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.context.AbstractMappingContext$PersistentPropertyCreator.doWith(AbstractMappingContext.java:363)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.util.ReflectionUtils.doWithFields(ReflectionUtils.java:570)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.context.AbstractMappingContext.addPersistentEntity(AbstractMappingContext.java:247)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.context.AbstractMappingContext.getPersistentEntity(AbstractMappingContext.java:165)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.context.AbstractMappingContext.getPersistentEntity(AbstractMappingContext.java:140)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.context.AbstractMappingContext.getPersistentEntity(AbstractMappingContext.java:65)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mongodb.core.MongoTemplate.assertUpdateableIdIfNotSet(MongoTemplate.java:914)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mongodb.core.MongoTemplate.doSave(MongoTemplate.java:715)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mongodb.core.MongoTemplate.save(MongoTemplate.java:710)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.repository.impl.MongoDbActivityStreamsRepository.save(MongoDbActivityStreamsRepository.java:81)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.repository.impl.MongoDbActivityStreamsRepository.save(MongoDbActivityStreamsRepository.java:40)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.util.data.DataImporter$ExecutorImpl.saveActivities(DataImporter.java:123)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.util.data.DataImporter$ExecutorImpl.loadData(DataImporter.java:117)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.util.data.DataImporter.importData(DataImporter.java:58)
>>> [INFO] [talledLocalContainer] at
>>> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> [INFO] [talledLocalContainer] at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>> [INFO] [talledLocalContainer] at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> [INFO] [talledLocalContainer] at
>>> java.lang.reflect.Method.invoke(Method.java:597)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:344)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:295)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:130)
>>> [INFO] [talledLocalContainer] ... 39 more
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:16 PM
>>> org.apache.catalina.core.StandardContext listenerStart
>>> [INFO] [talledLocalContainer] SEVERE: Exception sending context initialized
>>> event to listener instance of class
>>> org.apache.rave.portal.web.context.RaveContextLoaderListener
>>> [INFO] [talledLocalContainer]
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'dataImporter': Invocation of init method failed; nested
>>> exception is java.lang.NullPointerException
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:399)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1479)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:524)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:607)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:383)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.web.context.RaveContextLoaderListener.contextInitialized(RaveContextLoaderListener.java:39)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:943)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:778)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:504)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.StandardService.start(StandardService.java:525)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.startup.Catalina.start(Catalina.java:595)
>>> [INFO] [talledLocalContainer] at
>>> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> [INFO] [talledLocalContainer] at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>> [INFO] [talledLocalContainer] at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> [INFO] [talledLocalContainer] at
>>> java.lang.reflect.Method.invoke(Method.java:597)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
>>> [INFO] [talledLocalContainer] Caused by: java.lang.NullPointerException
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.model.AbstractPersistentProperty.isEntity(AbstractPersistentProperty.java:180)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.model.AbstractPersistentProperty.getPersistentEntityType(AbstractPersistentProperty.java:100)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.context.AbstractMappingContext$PersistentPropertyCreator.doWith(AbstractMappingContext.java:363)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.util.ReflectionUtils.doWithFields(ReflectionUtils.java:570)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.context.AbstractMappingContext.addPersistentEntity(AbstractMappingContext.java:247)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.context.AbstractMappingContext.getPersistentEntity(AbstractMappingContext.java:165)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.context.AbstractMappingContext.getPersistentEntity(AbstractMappingContext.java:140)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mapping.context.AbstractMappingContext.getPersistentEntity(AbstractMappingContext.java:65)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mongodb.core.MongoTemplate.assertUpdateableIdIfNotSet(MongoTemplate.java:914)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mongodb.core.MongoTemplate.doSave(MongoTemplate.java:715)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mongodb.core.MongoTemplate.save(MongoTemplate.java:710)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.repository.impl.MongoDbActivityStreamsRepository.save(MongoDbActivityStreamsRepository.java:81)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.repository.impl.MongoDbActivityStreamsRepository.save(MongoDbActivityStreamsRepository.java:40)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.util.data.DataImporter$ExecutorImpl.saveActivities(DataImporter.java:123)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.util.data.DataImporter$ExecutorImpl.loadData(DataImporter.java:117)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.util.data.DataImporter.importData(DataImporter.java:58)
>>> [INFO] [talledLocalContainer] at
>>> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> [INFO] [talledLocalContainer] at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>> [INFO] [talledLocalContainer] at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> [INFO] [talledLocalContainer] at
>>> java.lang.reflect.Method.invoke(Method.java:597)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:344)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:295)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:130)
>>> [INFO] [talledLocalContainer] ... 39 more
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:16 PM
>>> org.apache.catalina.core.StandardContext start
>>> [INFO] [talledLocalContainer] SEVERE: Error listenerStart
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:16 PM
>>> org.apache.catalina.core.StandardContext start
>>> [INFO] [talledLocalContainer] SEVERE: Context [/portal] startup failed due
>>> to previous errors
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:16 PM
>>> org.apache.catalina.core.ApplicationContext log
>>> [INFO] [talledLocalContainer] INFO: Closing Spring root
>>> WebApplicationContext
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:16 PM
>>> org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
>>> [INFO] [talledLocalContainer] SEVERE: The web application [/portal] appears
>>> to have started a thread named [pool-1-thread-1] but has failed to stop it.
>>> This is very likely to create a memory leak.
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:16 PM
>>> org.apache.catalina.startup.HostConfig deployWAR
>>> [INFO] [talledLocalContainer] INFO: Deploying web application archive
>>> ROOT.war
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:19 PM
>>> org.apache.catalina.core.StandardContext checkUnusualURLPattern
>>> [INFO] [talledLocalContainer] INFO: Suspicious url pattern: "/xpc*" in
>>> context [] - see section SRV.11.2 of the Servlet specification
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:19 PM
>>> org.apache.catalina.core.ApplicationContext log
>>> [INFO] [talledLocalContainer] INFO: Initializing Spring root
>>> WebApplicationContext
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:19 PM
>>> org.springframework.web.context.ContextLoader initWebApplicationContext
>>> [INFO] [talledLocalContainer] INFO: Root WebApplicationContext:
>>> initialization started
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:19 PM
>>> org.springframework.context.support.AbstractApplicationContext
>>> prepareRefresh
>>> [INFO] [talledLocalContainer] INFO: Refreshing Root WebApplicationContext:
>>> startup date [Thu Apr 18 12:02:19 MST 2013]; root of context hierarchy
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:19 PM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions
>>> [INFO] [talledLocalContainer] INFO: Loading XML bean definitions from class
>>> path resource [rave-shindig-applicationContext.xml]
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:19 PM
>>> org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
>>> registerDefaultFilters
>>> [INFO] [talledLocalContainer] INFO: JSR-330 'javax.inject.Named' annotation
>>> found and supported for component scanning
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:19 PM
>>> org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
>>> registerDefaultFilters
>>> [INFO] [talledLocalContainer] INFO: JSR-330 'javax.inject.Named' annotation
>>> found and supported for component scanning
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:19 PM
>>> org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
>>> registerDefaultFilters
>>> [INFO] [talledLocalContainer] INFO: JSR-330 'javax.inject.Named' annotation
>>> found and supported for component scanning
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:19 PM
>>> org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
>>> registerDefaultFilters
>>> [INFO] [talledLocalContainer] INFO: JSR-330 'javax.inject.Named' annotation
>>> found and supported for component scanning
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:19 PM
>>> org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
>>> registerDefaultFilters
>>> [INFO] [talledLocalContainer] INFO: JSR-330 'javax.inject.Named' annotation
>>> found and supported for component scanning
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:19 PM
>>> org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
>>> registerDefaultFilters
>>> [INFO] [talledLocalContainer] INFO: JSR-330 'javax.inject.Named' annotation
>>> found and supported for component scanning
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:19 PM
>>> org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
>>> registerDefaultFilters
>>> [INFO] [talledLocalContainer] INFO: JSR-330 'javax.inject.Named' annotation
>>> found and supported for component scanning
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:19 PM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions
>>> [INFO] [talledLocalContainer] INFO: Loading XML bean definitions from class
>>> path resource [rave-shindig-dataContext.xml]
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:19 PM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions
>>> [INFO] [talledLocalContainer] INFO: Loading XML bean definitions from URL
>>> [jar:file:/Users/cgeer/Development/projects/apache/rave/branches/0.21.1/rave-portal/target/tomcat6x/webapps/ROOT/WEB-INF/lib/rave-mongodb-0.21.1-SNAPSHOT.jar!/org/apache/rave/persistence-applicationContext.xml]
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:20 PM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions
>>> [INFO] [talledLocalContainer] INFO: Loading XML bean definitions from class
>>> path resource [modules-context.xml]
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:20 PM
>>> org.springframework.core.io.support.PropertiesLoaderSupport loadProperties
>>> [INFO] [talledLocalContainer] INFO: Loading properties file from class path
>>> resource [rave.shindig.properties]
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:20 PM
>>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
>>> <init>
>>> [INFO] [talledLocalContainer] INFO: JSR-330 'javax.inject.Inject'
>>> annotation found and supported for autowiring
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:20 PM
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory
>>> preInstantiateSingletons
>>> [INFO] [talledLocalContainer] INFO: Pre-instantiating singletons in
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory@731cf7d7:
>>> defining beans
>>> [shindigPropertyPlaceholder,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.aop.config.internalAutoProxyCreator,defaultOAuthConsumerStoreService,defaultOAuthTokenInfoService,springBindingModule,mongoDbActivityStreamsEntryConverter,mongoDbAuthorityConverter,mongoDbCategoryConverter,mongoDbConverter,mongoDbPageConverter,mongoDbPageTemplateConverter,mongoDbPortalPreferenceConverter,mongoDbUserConverter,mongoDbWidgetConverter,tagImplConverter,mongoDbActivityStreamsRepository,mongoDbApplicationDataRepository,mongoDbAuthorityRepository,mongoDbCategoryRepository,mongoDbMapReduceStatisticsAggregator,mongoDbOauthConsumerStoreRepository,mongoDbOAuthTokenInfoRepository,mongoDbPageLayoutRepository,mongoDbPageRepository,mongoDbPageTemplateRepository,mongoDbPersonRepository,mongoDbPortalPreferenceRepository,mongoDbRegionRepository,mongoDbRegionWidgetRepository,mongoDbTagRepository,mongoDbUserRepository,mongoDbWidgetRepository,mongoPageTemplate,mongoTagTemplate,mongoUserTemplate,mongoWidgetTemplate,decoratingOpenSocialPersonRepository,defaultActivityStreamsService,defaultAppDataService,defaultGroupService,defaultMediaItemService,defaultOAuth2Service,defaultPersonService,openSocialActivityService,defaultLockService,oAuthStore,org.springframework.beans.factory.config.CustomEditorConfigurer#0,mongoFactory,org.springframework.beans.factory.config.CustomEditorConfigurer#1,org.springframework.beans.factory.config.CustomEditorConfigurer#2,mongo,mongoTemplate,org.apache.rave.commoncontainer.ConfigurablePropertiesModule#0,org.apache.shindig.gadgets.DefaultGuiceModule#0,org.apache.shindig.social.core.config.SocialApiGuiceModule#0,org.apache.rave.gadgets.oauth.inject.OAuthGuiceModule#0,org.apache.shindig.gadgets.oauth2.OAuth2Module#0,org.apache.shindig.gadgets.oauth2.OAuth2MessageModule#0,org.apache.shindig.gadgets.oauth2.handler.OAuth2HandlerModule#0,org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2PersistenceModule#0,org.apache.shindig.common.cache.ehcache.EhCacheModule#0,org.apache.shindig.sample.shiro.ShiroGuiceModule#0,org.apache.shindig.sample.container.SampleContainerGuiceModule#0,org.apache.shindig.extras.ShindigExtrasGuiceModule#0,org.apache.shindig.gadgets.admin.GadgetAdminModule#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor];
>>> root of factory hierarchy
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:21 PM
>>> org.springframework.data.mongodb.core.MongoTemplate logCommandExecutionError
>>> [WARNING] [talledLocalContainer] WARNING: Command execution of {
>>> "mapreduce" : "page" , "map" : "/*\n * Licensed to the Apache Software
>>> Foundation (ASF) under one\n *  or more contributor license agreements.
>>> See the NOTICE file\n *  distributed with this work for additional
>>> information\n *  regarding copyright ownership.  The ASF licenses this
>>> file\n *  to you under the Apache License, Version 2.0 (the\n *
>>> \"License\"); you may not use this file except in compliance\n *  with the
>>> License.  You may obtain a copy of the License at\n *\n *
>>> http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by
>>> applicable law or agreed to in writing,\n *  software distributed under the
>>> License is distributed on an\n *  \"AS IS\" BASIS, WITHOUT WARRANTIES OR
>>> CONDITIONS OF ANY\n *  KIND, either express or implied.  See the License
>>> for the\n *  specific language governing permissions and limitations\n *
>>> under the License.\n */\n\nfunction () {\n    var widgetMap = {};\n    var
>>> self = this;\n\n    var mapPage = function (page) {\n        if
>>> (page.regions) {\n            page.regions.forEach(function (region) {\n
>>>            if (region.regionWidgets) {\n
>>> region.regionWidgets.forEach(function (regionWidget) {\n
>>>    if (!widgetMap[regionWidget.widgetId]) {\n
>>> widgetMap[regionWidget.widgetId] = true;\n                            var
>>> userMap = {};\n                            userMap[self.ownerId] = 1;\n
>>>                      emit(regionWidget.widgetId, userMap);\n
>>>          }\n                    })\n                }\n            })\n
>>>    }\n    };\n\n    mapPage(this);\n    if (this.subPages) {\n
>>> this.subPages.forEach(function (p) {\n            mapPage(p)\n        })\n
>>>  }\n}\n" , "reduce" : "/*\n * Licensed to the Apache Software Foundation
>>> (ASF) under one\n *  or more contributor license agreements.  See the
>>> NOTICE file\n *  distributed with this work for additional information\n *
>>> regarding copyright ownership.  The ASF licenses this file\n *  to you
>>> under the Apache License, Version 2.0 (the\n *  \"License\"); you may not
>>> use this file except in compliance\n *  with the License.  You may obtain a
>>> copy of the License at\n *\n *
>>> http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by
>>> applicable law or agreed to in writing,\n *  software distributed under the
>>> License is distributed on an\n *  \"AS IS\" BASIS, WITHOUT WARRANTIES OR
>>> CONDITIONS OF ANY\n *  KIND, either express or implied.  See the License
>>> for the\n *  specific language governing permissions and limitations\n *
>>> under the License.\n */\n\nfunction (key, values) {\n    var result={};\n
>>>  values.forEach(function(item){\n        for(var i in item) {\n
>>> result[i] = item[i];\n        }\n    });\n    return result;\n}\n" ,
>>> "verbose" : true , "out" : { "replace" : "user_statistics"}} failed: ns
>>> doesn't exist
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:21 PM
>>> org.apache.rave.portal.repository.impl.MongoDbMapReduceStatisticsAggregator$1
>>> run
>>> [INFO] [talledLocalContainer] SEVERE: Error executing Map/Reduce Statistics
>>> Aggregation!
>>> [INFO] [talledLocalContainer]
>>> org.springframework.dao.InvalidDataAccessApiUsageException: Command
>>> execution failed:  Error [ns doesn't exist], Command = { "mapreduce" :
>>> "page" , "map" : "/*\n * Licensed to the Apache Software Foundation (ASF)
>>> under one\n *  or more contributor license agreements.  See the NOTICE
>>> file\n *  distributed with this work for additional information\n *
>>> regarding copyright ownership.  The ASF licenses this file\n *  to you
>>> under the Apache License, Version 2.0 (the\n *  \"License\"); you may not
>>> use this file except in compliance\n *  with the License.  You may obtain a
>>> copy of the License at\n *\n *
>>> http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by
>>> applicable law or agreed to in writing,\n *  software distributed under the
>>> License is distributed on an\n *  \"AS IS\" BASIS, WITHOUT WARRANTIES OR
>>> CONDITIONS OF ANY\n *  KIND, either express or implied.  See the License
>>> for the\n *  specific language governing permissions and limitations\n *
>>> under the License.\n */\n\nfunction () {\n    var widgetMap = {};\n    var
>>> self = this;\n\n    var mapPage = function (page) {\n        if
>>> (page.regions) {\n            page.regions.forEach(function (region) {\n
>>>            if (region.regionWidgets) {\n
>>> region.regionWidgets.forEach(function (regionWidget) {\n
>>>    if (!widgetMap[regionWidget.widgetId]) {\n
>>> widgetMap[regionWidget.widgetId] = true;\n                            var
>>> userMap = {};\n                            userMap[self.ownerId] = 1;\n
>>>                      emit(regionWidget.widgetId, userMap);\n
>>>          }\n                    })\n                }\n            })\n
>>>    }\n    };\n\n    mapPage(this);\n    if (this.subPages) {\n
>>> this.subPages.forEach(function (p) {\n            mapPage(p)\n        })\n
>>>  }\n}\n" , "reduce" : "/*\n * Licensed to the Apache Software Foundation
>>> (ASF) under one\n *  or more contributor license agreements.  See the
>>> NOTICE file\n *  distributed with this work for additional information\n *
>>> regarding copyright ownership.  The ASF licenses this file\n *  to you
>>> under the Apache License, Version 2.0 (the\n *  \"License\"); you may not
>>> use this file except in compliance\n *  with the License.  You may obtain a
>>> copy of the License at\n *\n *
>>> http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by
>>> applicable law or agreed to in writing,\n *  software distributed under the
>>> License is distributed on an\n *  \"AS IS\" BASIS, WITHOUT WARRANTIES OR
>>> CONDITIONS OF ANY\n *  KIND, either express or implied.  See the License
>>> for the\n *  specific language governing permissions and limitations\n *
>>> under the License.\n */\n\nfunction (key, values) {\n    var result={};\n
>>>  values.forEach(function(item){\n        for(var i in item) {\n
>>> result[i] = item[i];\n        }\n    });\n    return result;\n}\n" ,
>>> "verbose" : true , "out" : { "replace" : "user_statistics"}}; nested
>>> exception is com.mongodb.CommandResult$CommandFailure: command failed
>>> [mapreduce]: { "serverUsed" : "localhost/127.0.0.1:27017" , "errmsg" : "ns
>>> doesn't exist" , "ok" : 0.0}
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mongodb.core.MongoTemplate.handleCommandError(MongoTemplate.java:1568)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mongodb.core.MongoTemplate.mapReduce(MongoTemplate.java:1011)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mongodb.core.MongoTemplate.mapReduce(MongoTemplate.java:985)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.repository.impl.MongoDbMapReduceStatisticsAggregator.executeUsersMapReduce(MongoDbMapReduceStatisticsAggregator.java:151)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.repository.impl.MongoDbMapReduceStatisticsAggregator.queryForUserStats(MongoDbMapReduceStatisticsAggregator.java:129)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.repository.impl.MongoDbMapReduceStatisticsAggregator.buildStats(MongoDbMapReduceStatisticsAggregator.java:123)
>>> [INFO] [talledLocalContainer] at
>>> org.apache.rave.portal.repository.impl.MongoDbMapReduceStatisticsAggregator$1.run(MongoDbMapReduceStatisticsAggregator.java:112)
>>> [INFO] [talledLocalContainer] at
>>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
>>> [INFO] [talledLocalContainer] at
>>> java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
>>> [INFO] [talledLocalContainer] at
>>> java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
>>> [INFO] [talledLocalContainer] at
>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
>>> [INFO] [talledLocalContainer] at
>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
>>> [INFO] [talledLocalContainer] at
>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
>>> [INFO] [talledLocalContainer] at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>>> [INFO] [talledLocalContainer] at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>>> [INFO] [talledLocalContainer] at java.lang.Thread.run(Thread.java:680)
>>> [INFO] [talledLocalContainer] Caused by:
>>> com.mongodb.CommandResult$CommandFailure: command failed [mapreduce]: {
>>> "serverUsed" : "localhost/127.0.0.1:27017" , "errmsg" : "ns doesn't exist"
>>> , "ok" : 0.0}
>>> [INFO] [talledLocalContainer] at
>>> com.mongodb.CommandResult.getException(CommandResult.java:88)
>>> [INFO] [talledLocalContainer] at
>>> com.mongodb.CommandResult.throwOnError(CommandResult.java:134)
>>> [INFO] [talledLocalContainer] at
>>> org.springframework.data.mongodb.core.MongoTemplate.handleCommandError(MongoTemplate.java:1562)
>>> [INFO] [talledLocalContainer] ... 15 more
>>> [INFO] [talledLocalContainer] Apr 18, 2013 12:02:21 PM
>>> org.springframework.web.context.ContextLoader initWebApplicationContext
>>> [INFO] [talledLocalContainer] INFO: Root WebApplicationContext:
>>> initialization completed in 2110 ms
>>> 
>>> 
>>> On Thu, Apr 18, 2013 at 11:39 AM, Matt Franklin 
>>> <[email protected]>wrote:
>>> 
>>>> On Thursday, April 18, 2013, Chris Geer wrote:
>>>> 
>>>>> Trunk or 0.21.1 branch?
>>>> 
>>>> 
>>>> Branch
>>>> 
>>>> 
>>>>> 
>>>>> 
>>>>> On Thu, Apr 18, 2013 at 10:37 AM, Matt Franklin <
>>>> [email protected]<javascript:;>
>>>>>> wrote:
>>>>> 
>>>>>> On Wed, Apr 3, 2013 at 11:09 PM, Chris Geer <[email protected]>
>>>>> wrote:
>>>>>> 
>>>>>>> I tested the tag with JPA and MongoDB. The JPA profile seems to work
>>>>> just
>>>>>>> fine and passes all the integration tests. The MongoDB profile has
>>>> some
>>>>>>> issues though at least on my environment.
>>>>>>> 
>>>>>> 
>>>>>> The integration tests should now be passing.  There are still a couple
>>>> of
>>>>>> exceptions, but nothing that looks to be a critical blocker.  Can you
>>>>>> check?
>>>>>> 
>>>>>> 
>>>>>>> 
>>>>>>> [INFO] [talledLocalContainer] Apr 3, 2013 8:07:54 PM
>>>>>>> org.apache.catalina.core.StandardContext listenerStart
>>>>>>> [INFO] [talledLocalContainer] SEVERE: Exception sending context
>>>>>> initialized
>>>>>>> event to listener instance of class
>>>>>>> org.apache.rave.portal.web.context.RaveContextLoaderListener
>>>>>>> [INFO] [talledLocalContainer]
>>>>>>> org.springframework.beans.factory.BeanCreationException: Error
>>>> creating
>>>>>>> bean with name 'dataImporter': Invocation of init method failed;
>>>> nested
>>>>>>> exception is java.lang.NullPointerException
>>>>>>> [INFO] [talledLocalContainer] at
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
>>>>>>> [INFO] [talledLocalContainer] at
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:399)
>>>>>>> [INFO] [talledLocalContainer] at
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1479)
>>>>>>> [INFO] [talledLocalContainer] at
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:524)
>>>>>>> [INFO] [talledLocalContainer] at
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
>>>>>>> [INFO] [talledLocalContainer] at
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
>>>>>>> [INFO] [talledLocalContainer] at
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
>>>>>>> [INFO] [talledLocalContainer] at
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
>>>>>>> [INFO] [talledLocalContainer] at
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
>>>>>>> [INFO] [talledLocalContainer] at
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:607)
>>>>>>> [INFO] [talledLocalContainer] at
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)
>>>>>>> [INFO] [talledLocalContainer] at
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
>>>>>>> [INFO] [talledLocalContainer] at
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:383)
>>>>>>> [INFO] [talledLocalContainer] at
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
>>>>>>> [INFO] [talledLocalContainer] at
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)
>>>>>>> [INFO] [talledLocalConta
>>>> 
>> 

Reply via email to