Todd,

Looks like there is one:

https://issues.apache.org/jira/browse/USERGRID-177

John

On Fri Jan 09 2015 at 2:40:33 PM Todd Nine <[email protected]> wrote:

> John,
>   You're correct, I was building with java 8.
>
> I'd like to change my vote to +1, and we just need to document the issue
> with java 8.  Do we have a JIRA issue open for this?
>
> Later,
> Todd
>
> On Fri, Jan 9, 2015 at 12:12 PM, John D. Ament <[email protected]>
> wrote:
>
> > Todd,
> >
> > Any chance you're on Java 8?
> > This is the exact error I got when I was trying to run on Java 8.
> >
> > John
> >
> > On Fri Jan 09 2015 at 12:14:20 PM Todd Nine <[email protected]> wrote:
> >
> > > -1
> > >
> > > It looks like something is wrong with our spring wiring.  I can't get
> the
> > > tests to run a clean build locally.  I receive this stack trace.
> > >
> > > 015-01-09 10:12:50,902 ERROR (pool-1-thread-1)
> > > [org.apache.usergrid.cassandra.CassandraResource] - Failed to start up
> > > Cassandra.
> > > org.springframework.beans.factory.BeanCreationException: Error
> creating
> > > bean with name 'cassandraHostConfigurator' defined in class path
> resource
> > > [usergrid-core-context.xml]: Initialization of bean failed; nested
> > > exception is org.springframework.beans.ConversionNotSupportedExceptio
> n:
> > > Failed to convert property value of type
> > > 'me.prettyprint.cassandra.service.clock.MicrosecondsClockResolution'
> to
> > > required type 'java.lang.String' for property 'clockResolution'; nested
> > > exception is java.lang.IllegalStateException: Cannot convert value of
> > type
> > > [me.prettyprint.cassandra.service.clock.MicrosecondsClockResolution]
> to
> > > required type [java.lang.String] for property 'clockResolution': no
> > > matching editors or conversion strategy found
> > > at
> > > org.springframework.beans.factory.support.
> AbstractAutowireCapableBeanFac
> > > tory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
> > > at
> > > org.springframework.beans.factory.support.
> AbstractAutowireCapableBeanFac
> > > tory.createBean(AbstractAutowireCapableBeanFactory.java:456)
> > > at
> > > org.springframework.beans.factory.support.AbstractBeanFactory$1.
> > > getObject(AbstractBeanFactory.java:294)
> > > at
> > > org.springframework.beans.factory.support.
> DefaultSingletonBeanRegistry.
> > > getSingleton(DefaultSingletonBeanRegistry.java:225)
> > > at
> > > org.springframework.beans.factory.support.
> AbstractBeanFactory.doGetBean(
> > > AbstractBeanFactory.java:291)
> > > at
> > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(
> > > AbstractBeanFactory.java:193)
> > > at
> > > org.springframework.beans.factory.support.DefaultListableBeanFactory.
> > > preInstantiateSingletons(DefaultListableBeanFactory.java:609)
> > > at
> > > org.springframework.context.support.AbstractApplicationContext.
> > > finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
> > > at
> > > org.springframework.context.support.AbstractApplicationContext.
> refresh(
> > > AbstractApplicationContext.java:469)
> > > at
> > >
> > org.springframework.context.support.ClassPathXmlApplicationContext
> .<init>(
> > > ClassPathXmlApplicationContext.java:139)
> > > at
> > >
> > org.springframework.context.support.ClassPathXmlApplicationContext
> .<init>(
> > > ClassPathXmlApplicationContext.java:93)
> > > at
> > > org.apache.usergrid.cassandra.CassandraResource.before(
> > > CassandraResource.java:336)
> > > at
> > > org.apache.usergrid.cassandra.CassandraResource.protect(
> > > CassandraResource.java:236)
> > > at
> > > org.apache.usergrid.cassandra.CassandraResource.getBean(
> > > CassandraResource.java:207)
> > > at
> > > org.apache.usergrid.batch.job.AbstractSchedulerRuntimeIT.setup(
> > > AbstractSchedulerRuntimeIT.java:54)
> > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > at
> > >
> > sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:
> > > 62)
> > > at
> > > sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > > DelegatingMethodAccessorImpl.java:43)
> > > at java.lang.reflect.Method.invoke(Method.java:483)
> > > at
> > > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(
> > > FrameworkMethod.java:47)
> > > at
> > > org.junit.internal.runners.model.ReflectiveCallable.run(
> > > ReflectiveCallable.java:12)
> > > at
> > > org.junit.runners.model.FrameworkMethod.invokeExplosively(
> > > FrameworkMethod.java:44)
> > > at
> > > org.junit.internal.runners.statements.RunBefores.
> > > evaluate(RunBefores.java:24)
> > > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > at
> > > org.junit.runners.BlockJUnit4ClassRunner.runChild(
> > > BlockJUnit4ClassRunner.java:70)
> > > at
> > > org.junit.runners.BlockJUnit4ClassRunner.runChild(
> > > BlockJUnit4ClassRunner.java:50)
> > > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > at
> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> > > at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> > > at
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(
> > > ThreadPoolExecutor.java:1142)
> > > at
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(
> > > ThreadPoolExecutor.java:617)
> > > at java.lang.Thread.run(Thread.java:745)
> > >
> > >
> > >
> > > On Thu Jan 08 2015 at 9:25:25 PM Scott Ganyo <[email protected]> wrote:
> > >
> > > > +1
> > > >
> > > > Best,
> > > > Scott
> > > >
> > > > > On Jan 8, 2015, at 6:27 PM, Dave <[email protected]> wrote:
> > > > >
> > > > > All,
> > > > >
> > > > > I propose that we accept the following release candidate as the
> > > official
> > > > > Apache Usergrid 1.0.1 release.
> > > > >
> > > > > Usergrid 1.0.1-rc5 includes the following:
> > > > > ---
> > > > > The CHANGELOG for the release is available at:
> > > > > https://git-wip-us.apache.org/repos/asf?p=incubator-
> > > > usergrid.git&f=CHANGELOG&hb=1.0.1-rc5
> > > > >
> > > > > The branch used to create the release candidate is:
> > > > > https://git-wip-us.apache.org/repos/asf?p=incubator-
> > > > usergrid.git&hb=1.0.1-rc5
> > > > >
> > > > > The current Git commit ID is 867c6dd6f229f929f4528aa5677ee3
> 46a70f620d
> > > > >
> > > > > The release candidate is available at:
> > > > > https://dist.apache.org/repos/dist/dev/incubator/usergrid/1.
> > > > 0.1-rc5/apache-usergrid-1.0.1-rc5-incubating.tar.gz
> > > > >
> > > > > The MD5 checksum of the release candidate can be found at:
> > > > > https://dist.apache.org/repos/dist/dev/incubator/usergrid/1.
> > > > 0.1-rc5/apache-usergrid-1.0.1-rc5-incubating.tar.gz.md5
> > > > >
> > > > > The signature of the release candidate can be found at:
> > > > > https://dist.apache.org/repos/dist/dev/incubator/usergrid/1.
> > > > 0.1-rc5/apache-usergrid-1.0.1-rc5-incubating.tar.gz.asc
> > > > >
> > > > > The GPG key used to sign the release are available at:
> > > > > https://dist.apache.org/repos/dist/dev/incubator/usergrid/KEYS
> > > > >
> > > > > Please download, verify, and test.
> > > > >
> > > > > The vote will close on Sun Jan 11 21:22:33 EST 2015
> > > > >
> > > > > [ ] +1 Release this as Apache Usergrid 1.0.1
> > > > > [ ] +0
> > > > > [ ] -1 Do not release this as Apache Usergrid 1.0.1 because...
> > > >
> > >
> >
>

Reply via email to