2014-12-23 3 views
0

я создал поток, который записывает твиты в файл этой весной ж^код:весна-XD - Ошибка при попытке потоковой передачи данных с «Twittersearch»

stream create --name javatweets --definition "twittersearch --query=java --consumerKey=<my_key> 
--consumerSecret=<my_secret> | file" --deploy  

К сожалению, я получаю следующие сообщения об ошибках:

WARN DeploymentsPathChildrenCache-0 annotation.AnnotationConfigApplicationContext - 
Exception encountered during context initialization - cancelling refresh attempt 
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 
'org.springframework.integration.x.twitter.TwitterSearchChannelAdapter#0' defined in class path resource [config/twittersearch.xml]: Cannot resolve reference to bean 'twitterTemplate' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'twitterTemplate' defined in class path resource [config/twittersearch.xml]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.social.twitter.api.impl.TwitterTemplate]: Constructor threw exception; nested exception is org.springframework.web.client.HttpClientErrorException: 403 Forbidden 

ответ

0

HttpClientErrorException: 403 Forbidden

Ваш credentia ls (consumerKey и/или consumerSecret) неверны.

Смежные вопросы