spring-attic / gemfire

Apache License 2.0
4 stars 13 forks source link

Gemfire-cq source fails to deploy #4

Closed sabbyanandan closed 7 years ago

sabbyanandan commented 7 years ago

As a user, I'm using the gemfire-cq source in an SCDF stream and it fails to deploy. This is SCDF 1.1.1.RELEASE running on PCF.

stream:

stream create --name gemfirecq-log-demo --definition "gemfire-cq --gemfire.pool.subscription-enabled=true --gemfire.pool.connect-type=locator --gemfire.pool.host-addresses=HOST:PORT --gemfire.query='SELECT * FROM /Customer' | log"

error:

2017-02-21T14:18:03.353-05:00 [APP/PROC/WEB/0] [OUT] org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gemfirePool' defined in org.springframework.cloud.stream.app.gemfire.config.GemfirePoolConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.gemfire.client.PoolFactoryBean]: Factory method 'gemfirePool' threw exception; nested exception is java.lang.NoSuchMethodError: org.springframework.data.gemfire.client.PoolFactoryBean.setLocatorEndpointList(Lorg/springframework/data/gemfire/support/ConnectionEndpointList;)V
sabbyanandan commented 7 years ago

Addressed via: https://github.com/spring-cloud-stream-app-starters/gemfire/pull/7