You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by Raminder Singh <ra...@iu.edu> on 2013/04/03 20:27:29 UTC

[DISCUSS] Apache Rave 0.21 Release Candidate

Discussion thread for vote on 0.21 release candidate.

For more information on the release process, checkout -
http://www.apache.org/dev/release.html

Some of the things to check before voting are:
- can you run the demo binaries
- can you build the contents of source-release.zip and svn tag
- do all of the staged jars/zips contain the required LICENSE and NOTICE files
- are all of the staged artifacts signed and the signature verifiable
- is the signing key in the project's KEYS file and on a public server

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Erin Noe-Payne <er...@gmail.com>.
Ok. I've followed all the steps, and my key is available at
http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0xCF102CEC69ECFDE4.
If I need to meet in person and provide ID for key signing that may be
an issue for this release...

On Thu, Apr 25, 2013 at 1:02 PM, Raminder Singh
<ra...@gmail.com> wrote:
> 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
>> <ra...@gmail.com> 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 <m....@gmail.com>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 <
>>>>> m.ben.franklin@gmail.com<javascript:;>
>>>>>>> wrote:
>>>>>>
>>>>>>> On Wed, Apr 3, 2013 at 11:09 PM, Chris Geer <ch...@cxtsoftware.com>
>>>>>> 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
>>>>>
>>>
>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Raminder Singh <ra...@gmail.com>.
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
> <ra...@gmail.com> 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 <m....@gmail.com>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 <
>>>> m.ben.franklin@gmail.com<javascript:;>
>>>>>> wrote:
>>>>> 
>>>>>> On Wed, Apr 3, 2013 at 11:09 PM, Chris Geer <ch...@cxtsoftware.com>
>>>>> 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
>>>> 
>> 


Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Erin Noe-Payne <er...@gmail.com>.
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
<ra...@gmail.com> 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 <m....@gmail.com>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 <
>>> m.ben.franklin@gmail.com<javascript:;>
>>>>> wrote:
>>>>
>>>>> On Wed, Apr 3, 2013 at 11:09 PM, Chris Geer <ch...@cxtsoftware.com>
>>>> 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
>>>
>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Raminder Singh <ra...@gmail.com>.
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 <m....@gmail.com>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 <
>> m.ben.franklin@gmail.com<javascript:;>
>>>> wrote:
>>> 
>>>> On Wed, Apr 3, 2013 at 11:09 PM, Chris Geer <ch...@cxtsoftware.com>
>>> 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
>> 


Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Erin Noe-Payne <er...@gmail.com>.
Excellent. I'll take a look at the release today.

On Thu, May 2, 2013 at 12:30 PM, Chris Geer <ch...@cxtsoftware.com> wrote:
> After the latest commits the MongoDB profile is working again!!!
>
> Erin, I'm good with proceeding with the release process.
>
> Chris
>
>
> On Wed, May 1, 2013 at 11:44 AM, Matt Franklin <m....@gmail.com>wrote:
>
>> On Wednesday, May 1, 2013, Chris Geer wrote:
>>
>> > On Wed, May 1, 2013 at 11:18 AM, Erin Noe-Payne <
>> erin.noe.payne@gmail.com<javascript:;>
>> > >wrote:
>> >
>> > > Chris, pending your confirmation on this bug fix I will start the
>> > > release process for 0.21.1
>> > >
>> > > On Wed, May 1, 2013 at 2:06 PM, Matt Franklin <
>> m.ben.franklin@gmail.com<javascript:;>
>> > >
>> > > wrote:
>> > > > I finally got time to look into this and it appears fixed in my
>> > > > environment.  Can you double check me?
>> > >
>> >
>> > Still having problems on my end. When I start Rave with fresh Mongo
>> > database I get all the same errors and the portal web app fails to load.
>> If
>> > I stop tomcat and restart it Rave will load (because it won't try and
>> load
>> > the initial data) but the activities data is empty. The activities gadget
>> > will produce a server side NPE
>> > in
>> >
>> MongoDbActivityStreamsRepository.getByUserId(MongoDbActivityStreamsRepository.java:60)
>>
>>
>> Weird.  This is the exact thing my last commit should have fixed.
>>
>>
>>
>> >
>> > > >
>> > > >
>> > > > On Thu, Apr 18, 2013 at 3:06 PM, Chris Geer <ch...@cxtsoftware.com>
>> > > 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.g
>>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Chris Geer <ch...@cxtsoftware.com>.
After the latest commits the MongoDB profile is working again!!!

Erin, I'm good with proceeding with the release process.

Chris


On Wed, May 1, 2013 at 11:44 AM, Matt Franklin <m....@gmail.com>wrote:

> On Wednesday, May 1, 2013, Chris Geer wrote:
>
> > On Wed, May 1, 2013 at 11:18 AM, Erin Noe-Payne <
> erin.noe.payne@gmail.com<javascript:;>
> > >wrote:
> >
> > > Chris, pending your confirmation on this bug fix I will start the
> > > release process for 0.21.1
> > >
> > > On Wed, May 1, 2013 at 2:06 PM, Matt Franklin <
> m.ben.franklin@gmail.com<javascript:;>
> > >
> > > wrote:
> > > > I finally got time to look into this and it appears fixed in my
> > > > environment.  Can you double check me?
> > >
> >
> > Still having problems on my end. When I start Rave with fresh Mongo
> > database I get all the same errors and the portal web app fails to load.
> If
> > I stop tomcat and restart it Rave will load (because it won't try and
> load
> > the initial data) but the activities data is empty. The activities gadget
> > will produce a server side NPE
> > in
> >
> MongoDbActivityStreamsRepository.getByUserId(MongoDbActivityStreamsRepository.java:60)
>
>
> Weird.  This is the exact thing my last commit should have fixed.
>
>
>
> >
> > > >
> > > >
> > > > On Thu, Apr 18, 2013 at 3:06 PM, Chris Geer <ch...@cxtsoftware.com>
> > > 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.g
>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Matt Franklin <m....@gmail.com>.
On Wednesday, May 1, 2013, Chris Geer wrote:

> On Wed, May 1, 2013 at 11:18 AM, Erin Noe-Payne <erin.noe.payne@gmail.com<javascript:;>
> >wrote:
>
> > Chris, pending your confirmation on this bug fix I will start the
> > release process for 0.21.1
> >
> > On Wed, May 1, 2013 at 2:06 PM, Matt Franklin <m.ben.franklin@gmail.com<javascript:;>
> >
> > wrote:
> > > I finally got time to look into this and it appears fixed in my
> > > environment.  Can you double check me?
> >
>
> Still having problems on my end. When I start Rave with fresh Mongo
> database I get all the same errors and the portal web app fails to load. If
> I stop tomcat and restart it Rave will load (because it won't try and load
> the initial data) but the activities data is empty. The activities gadget
> will produce a server side NPE
> in
> MongoDbActivityStreamsRepository.getByUserId(MongoDbActivityStreamsRepository.java:60)


Weird.  This is the exact thing my last commit should have fixed.



>
> > >
> > >
> > > On Thu, Apr 18, 2013 at 3:06 PM, Chris Geer <ch...@cxtsoftware.com>
> > 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.g

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Chris Geer <ch...@cxtsoftware.com>.
On Wed, May 1, 2013 at 11:18 AM, Erin Noe-Payne <er...@gmail.com>wrote:

> Chris, pending your confirmation on this bug fix I will start the
> release process for 0.21.1
>
> On Wed, May 1, 2013 at 2:06 PM, Matt Franklin <m....@gmail.com>
> wrote:
> > I finally got time to look into this and it appears fixed in my
> > environment.  Can you double check me?
>

Still having problems on my end. When I start Rave with fresh Mongo
database I get all the same errors and the portal web app fails to load. If
I stop tomcat and restart it Rave will load (because it won't try and load
the initial data) but the activities data is empty. The activities gadget
will produce a server side NPE
in MongoDbActivityStreamsRepository.getByUserId(MongoDbActivityStreamsRepository.java:60)

> >
> >
> > On Thu, Apr 18, 2013 at 3:06 PM, Chris Geer <ch...@cxtsoftware.com>
> 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 <
> m.ben.franklin@gmail.com
> >> >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 <
> >> > m.ben.franklin@gmail.com<javascript:;>
> >> > > >wrote:
> >> > >
> >> > > > On Wed, Apr 3, 2013 at 11:09 PM, Chris Geer <
> chris@cxtsoftware.com>
> >> > > 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
> >> >
> >>
>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Erin Noe-Payne <er...@gmail.com>.
Chris, pending your confirmation on this bug fix I will start the
release process for 0.21.1

On Wed, May 1, 2013 at 2:06 PM, Matt Franklin <m....@gmail.com> wrote:
> I finally got time to look into this and it appears fixed in my
> environment.  Can you double check me?
>
>
> On Thu, Apr 18, 2013 at 3:06 PM, Chris Geer <ch...@cxtsoftware.com> 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 <m.ben.franklin@gmail.com
>> >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 <
>> > m.ben.franklin@gmail.com<javascript:;>
>> > > >wrote:
>> > >
>> > > > On Wed, Apr 3, 2013 at 11:09 PM, Chris Geer <ch...@cxtsoftware.com>
>> > > 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
>> >
>>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Matt Franklin <m....@gmail.com>.
I finally got time to look into this and it appears fixed in my
environment.  Can you double check me?


On Thu, Apr 18, 2013 at 3:06 PM, Chris Geer <ch...@cxtsoftware.com> 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 <m.ben.franklin@gmail.com
> >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 <
> > m.ben.franklin@gmail.com<javascript:;>
> > > >wrote:
> > >
> > > > On Wed, Apr 3, 2013 at 11:09 PM, Chris Geer <ch...@cxtsoftware.com>
> > > 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
> >
>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Chris Geer <ch...@cxtsoftware.com>.
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 <m....@gmail.com>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 <
> m.ben.franklin@gmail.com<javascript:;>
> > >wrote:
> >
> > > On Wed, Apr 3, 2013 at 11:09 PM, Chris Geer <ch...@cxtsoftware.com>
> > 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
>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Matt Franklin <m....@gmail.com>.
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 <m.ben.franklin@gmail.com<javascript:;>
> >wrote:
>
> > On Wed, Apr 3, 2013 at 11:09 PM, Chris Geer <ch...@cxtsoftware.com>
> 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

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Chris Geer <ch...@cxtsoftware.com>.
Trunk or 0.21.1 branch?


On Thu, Apr 18, 2013 at 10:37 AM, Matt Franklin <m....@gmail.com>wrote:

> On Wed, Apr 3, 2013 at 11:09 PM, Chris Geer <ch...@cxtsoftware.com> 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] [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
> >
> >
> > On Wed, Apr 3, 2013 at 12:52 PM, Erin Noe-Payne <
> erin.noe.payne@gmail.com
> > >wrote:
> >
> > > No issues with building & running from source or binaries.  I have
> > > found and logged one issue [1] regarding the widget cog menus.
> > >
> > > [1] https://issues.apache.org/jira/browse/RAVE-946
> > >
> > > On Wed, Apr 3, 2013 at 2:27 PM, Raminder Singh <ra...@iu.edu> wrote:
> > > > Discussion thread for vote on 0.21 release candidate.
> > > >
> > > > For more information on the release process, checkout -
> > > > http://www.apache.org/dev/release.html
> > > >
> > > > Some of the things to check before voting are:
> > > > - can you run the demo binaries
> > > > - can you build the contents of source-release.zip and svn tag
> > > > - do all of the staged jars/zips contain the required LICENSE and
> > NOTICE
> > > files
> > > > - are all of the staged artifacts signed and the signature verifiable
> > > > - is the signing key in the project's KEYS file and on a public
> server
> > >
> >
>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Matt Franklin <m....@gmail.com>.
On Wed, Apr 3, 2013 at 11:09 PM, Chris Geer <ch...@cxtsoftware.com> 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] [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
>
>
> On Wed, Apr 3, 2013 at 12:52 PM, Erin Noe-Payne <erin.noe.payne@gmail.com
> >wrote:
>
> > No issues with building & running from source or binaries.  I have
> > found and logged one issue [1] regarding the widget cog menus.
> >
> > [1] https://issues.apache.org/jira/browse/RAVE-946
> >
> > On Wed, Apr 3, 2013 at 2:27 PM, Raminder Singh <ra...@iu.edu> wrote:
> > > Discussion thread for vote on 0.21 release candidate.
> > >
> > > For more information on the release process, checkout -
> > > http://www.apache.org/dev/release.html
> > >
> > > Some of the things to check before voting are:
> > > - can you run the demo binaries
> > > - can you build the contents of source-release.zip and svn tag
> > > - do all of the staged jars/zips contain the required LICENSE and
> NOTICE
> > files
> > > - are all of the staged artifacts signed and the signature verifiable
> > > - is the signing key in the project's KEYS file and on a public server
> >
>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Erin Noe-Payne <er...@gmail.com>.
Another issue [1] - chrome does not allow the wrapping of console.log.
This is currently breaking gadget pubsub.

[1] https://issues.apache.org/jira/browse/RAVE-947

On Wed, Apr 3, 2013 at 11:09 PM, Chris Geer <ch...@cxtsoftware.com> 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.
>
> [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] [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
>
>
> On Wed, Apr 3, 2013 at 12:52 PM, Erin Noe-Payne <er...@gmail.com>wrote:
>
>> No issues with building & running from source or binaries.  I have
>> found and logged one issue [1] regarding the widget cog menus.
>>
>> [1] https://issues.apache.org/jira/browse/RAVE-946
>>
>> On Wed, Apr 3, 2013 at 2:27 PM, Raminder Singh <ra...@iu.edu> wrote:
>> > Discussion thread for vote on 0.21 release candidate.
>> >
>> > For more information on the release process, checkout -
>> > http://www.apache.org/dev/release.html
>> >
>> > Some of the things to check before voting are:
>> > - can you run the demo binaries
>> > - can you build the contents of source-release.zip and svn tag
>> > - do all of the staged jars/zips contain the required LICENSE and NOTICE
>> files
>> > - are all of the staged artifacts signed and the signature verifiable
>> > - is the signing key in the project's KEYS file and on a public server
>>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Chris Geer <ch...@cxtsoftware.com>.
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.

[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] [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


On Wed, Apr 3, 2013 at 12:52 PM, Erin Noe-Payne <er...@gmail.com>wrote:

> No issues with building & running from source or binaries.  I have
> found and logged one issue [1] regarding the widget cog menus.
>
> [1] https://issues.apache.org/jira/browse/RAVE-946
>
> On Wed, Apr 3, 2013 at 2:27 PM, Raminder Singh <ra...@iu.edu> wrote:
> > Discussion thread for vote on 0.21 release candidate.
> >
> > For more information on the release process, checkout -
> > http://www.apache.org/dev/release.html
> >
> > Some of the things to check before voting are:
> > - can you run the demo binaries
> > - can you build the contents of source-release.zip and svn tag
> > - do all of the staged jars/zips contain the required LICENSE and NOTICE
> files
> > - are all of the staged artifacts signed and the signature verifiable
> > - is the signing key in the project's KEYS file and on a public server
>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Erin Noe-Payne <er...@gmail.com>.
No issues with building & running from source or binaries.  I have
found and logged one issue [1] regarding the widget cog menus.

[1] https://issues.apache.org/jira/browse/RAVE-946

On Wed, Apr 3, 2013 at 2:27 PM, Raminder Singh <ra...@iu.edu> wrote:
> Discussion thread for vote on 0.21 release candidate.
>
> For more information on the release process, checkout -
> http://www.apache.org/dev/release.html
>
> Some of the things to check before voting are:
> - can you run the demo binaries
> - can you build the contents of source-release.zip and svn tag
> - do all of the staged jars/zips contain the required LICENSE and NOTICE files
> - are all of the staged artifacts signed and the signature verifiable
> - is the signing key in the project's KEYS file and on a public server

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Matt Franklin <m....@gmail.com>.
>
>
> I can create the branch now.
>

0.21.1 branch is open for business.

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Matt Franklin <m....@gmail.com>.
On Thu, Apr 4, 2013 at 1:07 PM, Erin Noe-Payne <er...@gmail.com>wrote:

> Sounds good. I have fixes for the js issues prepared. Will we just
> make commits to trunk as usual? Should I do that now or do we need to
> wait?
>

We will be working in /branches/0.21.1 once it gets created.  We can
reverse merge them into trunk from there.

I can create the branch now.


>
> On Thu, Apr 4, 2013 at 12:54 PM, Chris Geer <ch...@cxtsoftware.com> wrote:
> > On Thu, Apr 4, 2013 at 9:06 AM, Jasha Joachimsthal <ja...@apache.org>
> wrote:
> >
> >> On 4 April 2013 18:04, Matt Franklin <m....@gmail.com> wrote:
> >>
> >> > On Thu, Apr 4, 2013 at 12:00 PM, Erin Noe-Payne <
> >> erin.noe.payne@gmail.com
> >> > >wrote:
> >> >
> >> > > In other words, I would propose fixing the logged issues and
> >> > > re-spinning the 0.21 release. Thoughts?
> >> > >
> >> >
> >> > Given that our last release was a security fix, I think it would be
> good
> >> to
> >> > get things working properly and get 0.21 out the door.  IMO, the
> console
> >> > log thing is a problem and same with the Archetype issue Jasha filed.
> >>  Same
> >> > goes for the mongodb issue Chris found.
> >> >
> >> > +1 for cancel, concentrated fix and respin in this instance.
> >> >
> >>
> >> In that case, please keep the 0.21 tag, drop its artifacts from the repo
> >> and create a new 0.21.1 release after the issues have been fixed.
> >>
> >> Jasha, I agree.
> >
> >>
> >> >
> >> >
> >> > >
> >> > > On Thu, Apr 4, 2013 at 11:24 AM, Erin Noe-Payne
> >> > > <er...@gmail.com> wrote:
> >> > > > Reading the release process docs it looks like there are some
> >> > > > repercussions for casting a -1 vote on a release, so I wanted to
> hold
> >> > > > off before voting.  However it looks to me like there are enough
> >> major
> >> > > > issues that we should resolve these before making the 0.21
> release?
> >> > > >
> >> > > > On Thu, Apr 4, 2013 at 11:18 AM, Jasha Joachimsthal <
> >> jasha@apache.org>
> >> > > wrote:
> >> > > >> Found a minor issue. When you create a project from the
> archetype,
> >> the
> >> > > JDBC
> >> > > >> setup is incorrect. It will build, but not run [1]
> >> > > >>
> >> > > >> Jasha
> >> > > >>
> >> > > >> [1] https://issues.apache.org/jira/browse/RAVE-949
> >> > > >>
> >> > > >>
> >> > > >> On 3 April 2013 20:27, Raminder Singh <ra...@iu.edu> wrote:
> >> > > >>
> >> > > >>> Discussion thread for vote on 0.21 release candidate.
> >> > > >>>
> >> > > >>> For more information on the release process, checkout -
> >> > > >>> http://www.apache.org/dev/release.html
> >> > > >>>
> >> > > >>> Some of the things to check before voting are:
> >> > > >>> - can you run the demo binaries
> >> > > >>> - can you build the contents of source-release.zip and svn tag
> >> > > >>> - do all of the staged jars/zips contain the required LICENSE
> and
> >> > > NOTICE
> >> > > >>> files
> >> > > >>> - are all of the staged artifacts signed and the signature
> >> verifiable
> >> > > >>> - is the signing key in the project's KEYS file and on a public
> >> > server
> >> > >
> >> >
> >>
>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Raminder Singh <ra...@gmail.com>.
+1 to cancel the release vote and i will do that. As we have lot of changes done in 0.21, we need to work together to verify everything before we do 0.21.1. I felt the need but after verifying lot of the things using JPA, i created the release. Looks like it was not enough. Lets fix the issues and create a release. 

Thanks
Raminder

On Apr 4, 2013, at 1:07 PM, Erin Noe-Payne wrote:

> Sounds good. I have fixes for the js issues prepared. Will we just
> make commits to trunk as usual? Should I do that now or do we need to
> wait?
> 
> On Thu, Apr 4, 2013 at 12:54 PM, Chris Geer <ch...@cxtsoftware.com> wrote:
>> On Thu, Apr 4, 2013 at 9:06 AM, Jasha Joachimsthal <ja...@apache.org> wrote:
>> 
>>> On 4 April 2013 18:04, Matt Franklin <m....@gmail.com> wrote:
>>> 
>>>> On Thu, Apr 4, 2013 at 12:00 PM, Erin Noe-Payne <
>>> erin.noe.payne@gmail.com
>>>>> wrote:
>>>> 
>>>>> In other words, I would propose fixing the logged issues and
>>>>> re-spinning the 0.21 release. Thoughts?
>>>>> 
>>>> 
>>>> Given that our last release was a security fix, I think it would be good
>>> to
>>>> get things working properly and get 0.21 out the door.  IMO, the console
>>>> log thing is a problem and same with the Archetype issue Jasha filed.
>>> Same
>>>> goes for the mongodb issue Chris found.
>>>> 
>>>> +1 for cancel, concentrated fix and respin in this instance.
>>>> 
>>> 
>>> In that case, please keep the 0.21 tag, drop its artifacts from the repo
>>> and create a new 0.21.1 release after the issues have been fixed.
>>> 
>>> Jasha, I agree.
>> 
>>> 
>>>> 
>>>> 
>>>>> 
>>>>> On Thu, Apr 4, 2013 at 11:24 AM, Erin Noe-Payne
>>>>> <er...@gmail.com> wrote:
>>>>>> Reading the release process docs it looks like there are some
>>>>>> repercussions for casting a -1 vote on a release, so I wanted to hold
>>>>>> off before voting.  However it looks to me like there are enough
>>> major
>>>>>> issues that we should resolve these before making the 0.21 release?
>>>>>> 
>>>>>> On Thu, Apr 4, 2013 at 11:18 AM, Jasha Joachimsthal <
>>> jasha@apache.org>
>>>>> wrote:
>>>>>>> Found a minor issue. When you create a project from the archetype,
>>> the
>>>>> JDBC
>>>>>>> setup is incorrect. It will build, but not run [1]
>>>>>>> 
>>>>>>> Jasha
>>>>>>> 
>>>>>>> [1] https://issues.apache.org/jira/browse/RAVE-949
>>>>>>> 
>>>>>>> 
>>>>>>> On 3 April 2013 20:27, Raminder Singh <ra...@iu.edu> wrote:
>>>>>>> 
>>>>>>>> Discussion thread for vote on 0.21 release candidate.
>>>>>>>> 
>>>>>>>> For more information on the release process, checkout -
>>>>>>>> http://www.apache.org/dev/release.html
>>>>>>>> 
>>>>>>>> Some of the things to check before voting are:
>>>>>>>> - can you run the demo binaries
>>>>>>>> - can you build the contents of source-release.zip and svn tag
>>>>>>>> - do all of the staged jars/zips contain the required LICENSE and
>>>>> NOTICE
>>>>>>>> files
>>>>>>>> - are all of the staged artifacts signed and the signature
>>> verifiable
>>>>>>>> - is the signing key in the project's KEYS file and on a public
>>>> server
>>>>> 
>>>> 
>>> 


Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Erin Noe-Payne <er...@gmail.com>.
Sounds good. I have fixes for the js issues prepared. Will we just
make commits to trunk as usual? Should I do that now or do we need to
wait?

On Thu, Apr 4, 2013 at 12:54 PM, Chris Geer <ch...@cxtsoftware.com> wrote:
> On Thu, Apr 4, 2013 at 9:06 AM, Jasha Joachimsthal <ja...@apache.org> wrote:
>
>> On 4 April 2013 18:04, Matt Franklin <m....@gmail.com> wrote:
>>
>> > On Thu, Apr 4, 2013 at 12:00 PM, Erin Noe-Payne <
>> erin.noe.payne@gmail.com
>> > >wrote:
>> >
>> > > In other words, I would propose fixing the logged issues and
>> > > re-spinning the 0.21 release. Thoughts?
>> > >
>> >
>> > Given that our last release was a security fix, I think it would be good
>> to
>> > get things working properly and get 0.21 out the door.  IMO, the console
>> > log thing is a problem and same with the Archetype issue Jasha filed.
>>  Same
>> > goes for the mongodb issue Chris found.
>> >
>> > +1 for cancel, concentrated fix and respin in this instance.
>> >
>>
>> In that case, please keep the 0.21 tag, drop its artifacts from the repo
>> and create a new 0.21.1 release after the issues have been fixed.
>>
>> Jasha, I agree.
>
>>
>> >
>> >
>> > >
>> > > On Thu, Apr 4, 2013 at 11:24 AM, Erin Noe-Payne
>> > > <er...@gmail.com> wrote:
>> > > > Reading the release process docs it looks like there are some
>> > > > repercussions for casting a -1 vote on a release, so I wanted to hold
>> > > > off before voting.  However it looks to me like there are enough
>> major
>> > > > issues that we should resolve these before making the 0.21 release?
>> > > >
>> > > > On Thu, Apr 4, 2013 at 11:18 AM, Jasha Joachimsthal <
>> jasha@apache.org>
>> > > wrote:
>> > > >> Found a minor issue. When you create a project from the archetype,
>> the
>> > > JDBC
>> > > >> setup is incorrect. It will build, but not run [1]
>> > > >>
>> > > >> Jasha
>> > > >>
>> > > >> [1] https://issues.apache.org/jira/browse/RAVE-949
>> > > >>
>> > > >>
>> > > >> On 3 April 2013 20:27, Raminder Singh <ra...@iu.edu> wrote:
>> > > >>
>> > > >>> Discussion thread for vote on 0.21 release candidate.
>> > > >>>
>> > > >>> For more information on the release process, checkout -
>> > > >>> http://www.apache.org/dev/release.html
>> > > >>>
>> > > >>> Some of the things to check before voting are:
>> > > >>> - can you run the demo binaries
>> > > >>> - can you build the contents of source-release.zip and svn tag
>> > > >>> - do all of the staged jars/zips contain the required LICENSE and
>> > > NOTICE
>> > > >>> files
>> > > >>> - are all of the staged artifacts signed and the signature
>> verifiable
>> > > >>> - is the signing key in the project's KEYS file and on a public
>> > server
>> > >
>> >
>>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Chris Geer <ch...@cxtsoftware.com>.
On Thu, Apr 4, 2013 at 9:06 AM, Jasha Joachimsthal <ja...@apache.org> wrote:

> On 4 April 2013 18:04, Matt Franklin <m....@gmail.com> wrote:
>
> > On Thu, Apr 4, 2013 at 12:00 PM, Erin Noe-Payne <
> erin.noe.payne@gmail.com
> > >wrote:
> >
> > > In other words, I would propose fixing the logged issues and
> > > re-spinning the 0.21 release. Thoughts?
> > >
> >
> > Given that our last release was a security fix, I think it would be good
> to
> > get things working properly and get 0.21 out the door.  IMO, the console
> > log thing is a problem and same with the Archetype issue Jasha filed.
>  Same
> > goes for the mongodb issue Chris found.
> >
> > +1 for cancel, concentrated fix and respin in this instance.
> >
>
> In that case, please keep the 0.21 tag, drop its artifacts from the repo
> and create a new 0.21.1 release after the issues have been fixed.
>
> Jasha, I agree.

>
> >
> >
> > >
> > > On Thu, Apr 4, 2013 at 11:24 AM, Erin Noe-Payne
> > > <er...@gmail.com> wrote:
> > > > Reading the release process docs it looks like there are some
> > > > repercussions for casting a -1 vote on a release, so I wanted to hold
> > > > off before voting.  However it looks to me like there are enough
> major
> > > > issues that we should resolve these before making the 0.21 release?
> > > >
> > > > On Thu, Apr 4, 2013 at 11:18 AM, Jasha Joachimsthal <
> jasha@apache.org>
> > > wrote:
> > > >> Found a minor issue. When you create a project from the archetype,
> the
> > > JDBC
> > > >> setup is incorrect. It will build, but not run [1]
> > > >>
> > > >> Jasha
> > > >>
> > > >> [1] https://issues.apache.org/jira/browse/RAVE-949
> > > >>
> > > >>
> > > >> On 3 April 2013 20:27, Raminder Singh <ra...@iu.edu> wrote:
> > > >>
> > > >>> Discussion thread for vote on 0.21 release candidate.
> > > >>>
> > > >>> For more information on the release process, checkout -
> > > >>> http://www.apache.org/dev/release.html
> > > >>>
> > > >>> Some of the things to check before voting are:
> > > >>> - can you run the demo binaries
> > > >>> - can you build the contents of source-release.zip and svn tag
> > > >>> - do all of the staged jars/zips contain the required LICENSE and
> > > NOTICE
> > > >>> files
> > > >>> - are all of the staged artifacts signed and the signature
> verifiable
> > > >>> - is the signing key in the project's KEYS file and on a public
> > server
> > >
> >
>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Jasha Joachimsthal <ja...@apache.org>.
On 4 April 2013 18:04, Matt Franklin <m....@gmail.com> wrote:

> On Thu, Apr 4, 2013 at 12:00 PM, Erin Noe-Payne <erin.noe.payne@gmail.com
> >wrote:
>
> > In other words, I would propose fixing the logged issues and
> > re-spinning the 0.21 release. Thoughts?
> >
>
> Given that our last release was a security fix, I think it would be good to
> get things working properly and get 0.21 out the door.  IMO, the console
> log thing is a problem and same with the Archetype issue Jasha filed.  Same
> goes for the mongodb issue Chris found.
>
> +1 for cancel, concentrated fix and respin in this instance.
>

In that case, please keep the 0.21 tag, drop its artifacts from the repo
and create a new 0.21.1 release after the issues have been fixed.


>
>
> >
> > On Thu, Apr 4, 2013 at 11:24 AM, Erin Noe-Payne
> > <er...@gmail.com> wrote:
> > > Reading the release process docs it looks like there are some
> > > repercussions for casting a -1 vote on a release, so I wanted to hold
> > > off before voting.  However it looks to me like there are enough major
> > > issues that we should resolve these before making the 0.21 release?
> > >
> > > On Thu, Apr 4, 2013 at 11:18 AM, Jasha Joachimsthal <ja...@apache.org>
> > wrote:
> > >> Found a minor issue. When you create a project from the archetype, the
> > JDBC
> > >> setup is incorrect. It will build, but not run [1]
> > >>
> > >> Jasha
> > >>
> > >> [1] https://issues.apache.org/jira/browse/RAVE-949
> > >>
> > >>
> > >> On 3 April 2013 20:27, Raminder Singh <ra...@iu.edu> wrote:
> > >>
> > >>> Discussion thread for vote on 0.21 release candidate.
> > >>>
> > >>> For more information on the release process, checkout -
> > >>> http://www.apache.org/dev/release.html
> > >>>
> > >>> Some of the things to check before voting are:
> > >>> - can you run the demo binaries
> > >>> - can you build the contents of source-release.zip and svn tag
> > >>> - do all of the staged jars/zips contain the required LICENSE and
> > NOTICE
> > >>> files
> > >>> - are all of the staged artifacts signed and the signature verifiable
> > >>> - is the signing key in the project's KEYS file and on a public
> server
> >
>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Matt Franklin <m....@gmail.com>.
On Thu, Apr 4, 2013 at 12:00 PM, Erin Noe-Payne <er...@gmail.com>wrote:

> In other words, I would propose fixing the logged issues and
> re-spinning the 0.21 release. Thoughts?
>

Given that our last release was a security fix, I think it would be good to
get things working properly and get 0.21 out the door.  IMO, the console
log thing is a problem and same with the Archetype issue Jasha filed.  Same
goes for the mongodb issue Chris found.

+1 for cancel, concentrated fix and respin in this instance.


>
> On Thu, Apr 4, 2013 at 11:24 AM, Erin Noe-Payne
> <er...@gmail.com> wrote:
> > Reading the release process docs it looks like there are some
> > repercussions for casting a -1 vote on a release, so I wanted to hold
> > off before voting.  However it looks to me like there are enough major
> > issues that we should resolve these before making the 0.21 release?
> >
> > On Thu, Apr 4, 2013 at 11:18 AM, Jasha Joachimsthal <ja...@apache.org>
> wrote:
> >> Found a minor issue. When you create a project from the archetype, the
> JDBC
> >> setup is incorrect. It will build, but not run [1]
> >>
> >> Jasha
> >>
> >> [1] https://issues.apache.org/jira/browse/RAVE-949
> >>
> >>
> >> On 3 April 2013 20:27, Raminder Singh <ra...@iu.edu> wrote:
> >>
> >>> Discussion thread for vote on 0.21 release candidate.
> >>>
> >>> For more information on the release process, checkout -
> >>> http://www.apache.org/dev/release.html
> >>>
> >>> Some of the things to check before voting are:
> >>> - can you run the demo binaries
> >>> - can you build the contents of source-release.zip and svn tag
> >>> - do all of the staged jars/zips contain the required LICENSE and
> NOTICE
> >>> files
> >>> - are all of the staged artifacts signed and the signature verifiable
> >>> - is the signing key in the project's KEYS file and on a public server
>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Chris Geer <ch...@cxtsoftware.com>.
The big thing is the MongoDB thing for me. Can anyone else test that? If
that truly doesn't work then it's a showstopper.


On Thu, Apr 4, 2013 at 9:00 AM, Erin Noe-Payne <er...@gmail.com>wrote:

> In other words, I would propose fixing the logged issues and
> re-spinning the 0.21 release. Thoughts?
>
> On Thu, Apr 4, 2013 at 11:24 AM, Erin Noe-Payne
> <er...@gmail.com> wrote:
> > Reading the release process docs it looks like there are some
> > repercussions for casting a -1 vote on a release, so I wanted to hold
> > off before voting.  However it looks to me like there are enough major
> > issues that we should resolve these before making the 0.21 release?
> >
> > On Thu, Apr 4, 2013 at 11:18 AM, Jasha Joachimsthal <ja...@apache.org>
> wrote:
> >> Found a minor issue. When you create a project from the archetype, the
> JDBC
> >> setup is incorrect. It will build, but not run [1]
> >>
> >> Jasha
> >>
> >> [1] https://issues.apache.org/jira/browse/RAVE-949
> >>
> >>
> >> On 3 April 2013 20:27, Raminder Singh <ra...@iu.edu> wrote:
> >>
> >>> Discussion thread for vote on 0.21 release candidate.
> >>>
> >>> For more information on the release process, checkout -
> >>> http://www.apache.org/dev/release.html
> >>>
> >>> Some of the things to check before voting are:
> >>> - can you run the demo binaries
> >>> - can you build the contents of source-release.zip and svn tag
> >>> - do all of the staged jars/zips contain the required LICENSE and
> NOTICE
> >>> files
> >>> - are all of the staged artifacts signed and the signature verifiable
> >>> - is the signing key in the project's KEYS file and on a public server
>

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Erin Noe-Payne <er...@gmail.com>.
In other words, I would propose fixing the logged issues and
re-spinning the 0.21 release. Thoughts?

On Thu, Apr 4, 2013 at 11:24 AM, Erin Noe-Payne
<er...@gmail.com> wrote:
> Reading the release process docs it looks like there are some
> repercussions for casting a -1 vote on a release, so I wanted to hold
> off before voting.  However it looks to me like there are enough major
> issues that we should resolve these before making the 0.21 release?
>
> On Thu, Apr 4, 2013 at 11:18 AM, Jasha Joachimsthal <ja...@apache.org> wrote:
>> Found a minor issue. When you create a project from the archetype, the JDBC
>> setup is incorrect. It will build, but not run [1]
>>
>> Jasha
>>
>> [1] https://issues.apache.org/jira/browse/RAVE-949
>>
>>
>> On 3 April 2013 20:27, Raminder Singh <ra...@iu.edu> wrote:
>>
>>> Discussion thread for vote on 0.21 release candidate.
>>>
>>> For more information on the release process, checkout -
>>> http://www.apache.org/dev/release.html
>>>
>>> Some of the things to check before voting are:
>>> - can you run the demo binaries
>>> - can you build the contents of source-release.zip and svn tag
>>> - do all of the staged jars/zips contain the required LICENSE and NOTICE
>>> files
>>> - are all of the staged artifacts signed and the signature verifiable
>>> - is the signing key in the project's KEYS file and on a public server

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Erin Noe-Payne <er...@gmail.com>.
Reading the release process docs it looks like there are some
repercussions for casting a -1 vote on a release, so I wanted to hold
off before voting.  However it looks to me like there are enough major
issues that we should resolve these before making the 0.21 release?

On Thu, Apr 4, 2013 at 11:18 AM, Jasha Joachimsthal <ja...@apache.org> wrote:
> Found a minor issue. When you create a project from the archetype, the JDBC
> setup is incorrect. It will build, but not run [1]
>
> Jasha
>
> [1] https://issues.apache.org/jira/browse/RAVE-949
>
>
> On 3 April 2013 20:27, Raminder Singh <ra...@iu.edu> wrote:
>
>> Discussion thread for vote on 0.21 release candidate.
>>
>> For more information on the release process, checkout -
>> http://www.apache.org/dev/release.html
>>
>> Some of the things to check before voting are:
>> - can you run the demo binaries
>> - can you build the contents of source-release.zip and svn tag
>> - do all of the staged jars/zips contain the required LICENSE and NOTICE
>> files
>> - are all of the staged artifacts signed and the signature verifiable
>> - is the signing key in the project's KEYS file and on a public server

Re: [DISCUSS] Apache Rave 0.21 Release Candidate

Posted by Jasha Joachimsthal <ja...@apache.org>.
Found a minor issue. When you create a project from the archetype, the JDBC
setup is incorrect. It will build, but not run [1]

Jasha

[1] https://issues.apache.org/jira/browse/RAVE-949


On 3 April 2013 20:27, Raminder Singh <ra...@iu.edu> wrote:

> Discussion thread for vote on 0.21 release candidate.
>
> For more information on the release process, checkout -
> http://www.apache.org/dev/release.html
>
> Some of the things to check before voting are:
> - can you run the demo binaries
> - can you build the contents of source-release.zip and svn tag
> - do all of the staged jars/zips contain the required LICENSE and NOTICE
> files
> - are all of the staged artifacts signed and the signature verifiable
> - is the signing key in the project's KEYS file and on a public server