Re: Exception--java.lang.NoSuchMethodError: org.springframework.beans.annotation.AnnotationBeanUtils.copyPropertiesToBean

2016-10-27 Thread liulei
after hard efforts,i solve this problem by my self by adding a depency. org.springframework spring 2.5.6 -- View this message in context: http://camel.465427.n5.nabble.com/Exception-java

Exception--java.lang.NoSuchMethodError: org.springframework.beans.annotation.AnnotationBeanUtils.copyPropertiesToBean

2016-10-27 Thread liulei
I am a new camel developer,today i try my first program with camel ,however i encounter a problem,and i really appreciate if someone can help me to solve this problem. Exception in thread "main" java.lang.NoSuchMethodError: org.springframework.beans.annotation.AnnotationBeanUtils.copyPropertiesTo

Exception in thread "main" org.apache.hadoop.ipc.RemoteException: Server IPC version 9 cannot communicate with client version 4

2016-10-27 Thread liulei
Hi All: During using camel,i encounter a problem that is RemoteException. some infomation that the version of hdfs client is 2.16.0,and the version of camel-hdfs is 2.16.4 maybe be helpful to let you know about my program. any reply is welcome, and thanks very much. Exception in thread "main" or

Re: Exception in thread "main" org.apache.hadoop.ipc.RemoteException: Server IPC version 9 cannot communicate with client version 4

2016-10-27 Thread liulei
solution: HDFS / camel-hdfs hdfs://hostName[:port][/path][?options] For reading/writing from/to an HDFS filesystem using Hadoop 1.x HDFS2 / camel-hdfs2 hdfs2://hostName[:port][/path][?options] For reading/writing from/to an HDFS filesystem using Hadoop 2.x so:change dependency to hdfs2 --