On Wednesday, May 1, 2013, Chris Geer wrote: > On Wed, May 1, 2013 at 11:18 AM, Erin Noe-Payne > <[email protected]<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 > > <[email protected]<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 <[email protected]> > > 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
