您的位置:首页 > 其它

Proguard returned with error code 1. See console 之 can't find

2016-02-04 15:41 197 查看
在使用Eclipse Export... APK的时候,经常会有这样的警告Proguard returned with error code 1. See console,这该怎么办呢?通过百度搜索会有很多的答案,其中有一部分答案我很不赞,成就是使用-ignorewarnings和-dontwarn
xxx.xxx.**,这样使用是非常危险的,这样做是关闭了警告而不是解决了警告。而error code又是由多方原因造成的,所以还是要分析问题的所在然后在进行修正。下面是我遇到的一个问题警告内容是:
can't find referenced class 、can't find referenced
method、 can't find referenced field
全部报错如下:
[2016-02-03 17:36:11 - sosoytv_longxi] Proguard returned with error code 1. See console
[2016-02-03 17:36:11 - sosoytv_longxi] Note: there were 207 duplicate class definitions.
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AuthSchemeRegistry: can't find superclass or interface org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.AbstractExecutionAwareRequest$1: can't find superclass or interface org.apache.http.concurrent.Cancellable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.AbstractExecutionAwareRequest$2: can't find superclass or interface org.apache.http.concurrent.Cancellable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find superclass or interface org.apache.http.protocol.HttpCoreContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ConnectionRequest: can't find superclass or interface org.apache.http.concurrent.Cancellable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.cookie.CookieSpecRegistry: can't find superclass or interface org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPool: can't find superclass or interface org.apache.http.pool.AbstractConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPoolEntry: can't find superclass or interface org.apache.http.pool.PoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParserFactory: can't find superclass or interface org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find superclass or interface org.apache.http.impl.DefaultBHttpClientConnection
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpConnPool: can't find superclass or interface org.apache.http.pool.AbstractConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpConnPool$InternalConnFactory: can't find superclass or interface org.apache.http.pool.ConnFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpPoolEntry: can't find superclass or interface org.apache.http.pool.PoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingSessionInputBuffer: can't find superclass or interface org.apache.http.io.EofSensor
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find superclass or interface org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find superclass or interface org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$InternalConnectionFactory: can't find superclass or interface org.apache.http.pool.ConnFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.ConnectionHolder: can't find superclass or interface org.apache.http.concurrent.Cancellable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: library class android.net.http.AndroidHttpClient extends or implements program class org.apache.http.client.HttpClient
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AUTH: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AuthOption: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AuthOption: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AuthOption: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AuthSchemeRegistry: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AuthSchemeRegistry: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AuthSchemeRegistry: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AuthSchemeRegistry: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AuthSchemeRegistry: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AuthScope: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AuthScope: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AuthScope: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AuthState: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AuthState: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AuthState: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AuthState: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.AuthenticationException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.BasicUserPrincipal: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.BasicUserPrincipal: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.BasicUserPrincipal: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.InvalidCredentialsException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.MalformedChallengeException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.NTCredentials: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.NTCredentials: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.NTCredentials: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.NTUserPrincipal: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.NTUserPrincipal: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.NTUserPrincipal: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.UsernamePasswordCredentials: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.UsernamePasswordCredentials: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.UsernamePasswordCredentials: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.params.AuthParams: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.params.AuthParams: can't find referenced field 'java.nio.charset.Charset DEF_PROTOCOL_CHARSET' in class org.apache.http.protocol.HTTP
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.params.AuthParams: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.auth.params.AuthParams: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.CircularRedirectException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.ClientProtocolException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.HttpResponseException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.NonRepeatableRequestException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.RedirectException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.config.AuthSchemes: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.config.CookieSpecs: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.DecompressingEntity: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.DecompressingEntity: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced method 'StringEntity(java.lang.String,org.apache.http.entity.ContentType)' in class org.apache.http.entity.StringEntity
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced method 'ByteArrayEntity(byte[],org.apache.http.entity.ContentType)' in class org.apache.http.entity.ByteArrayEntity
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced method 'InputStreamEntity(java.io.InputStream,long,org.apache.http.entity.ContentType)' in class org.apache.http.entity.InputStreamEntity
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced method 'SerializableEntity(java.io.Serializable)' in class org.apache.http.entity.SerializableEntity
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced method 'FileEntity(java.io.File,org.apache.http.entity.ContentType)' in class org.apache.http.entity.FileEntity
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.EntityBuilder: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.GzipCompressingEntity: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.GzipCompressingEntity: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.LazyDecompressingInputStream: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.UrlEncodedFormEntity: can't find referenced field 'java.nio.charset.Charset DEF_CONTENT_CHARSET' in class org.apache.http.protocol.HTTP
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.UrlEncodedFormEntity: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.UrlEncodedFormEntity: can't find referenced method 'StringEntity(java.lang.String,org.apache.http.entity.ContentType)' in class org.apache.http.entity.StringEntity
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.UrlEncodedFormEntity: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.UrlEncodedFormEntity: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.entity.UrlEncodedFormEntity: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.AbstractExecutionAwareRequest: can't find referenced class org.apache.http.concurrent.Cancellable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.AbstractExecutionAwareRequest: can't find referenced class org.apache.http.concurrent.Cancellable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.AbstractExecutionAwareRequest: can't find referenced class org.apache.http.concurrent.Cancellable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.AbstractExecutionAwareRequest: can't find referenced class org.apache.http.concurrent.Cancellable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.AbstractExecutionAwareRequest: can't find referenced class org.apache.http.concurrent.Cancellable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.AbstractExecutionAwareRequest$1: can't find referenced class org.apache.http.concurrent.Cancellable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.AbstractExecutionAwareRequest$2: can't find referenced class org.apache.http.concurrent.Cancellable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.HttpDelete: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.HttpEntityEnclosingRequestBase: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.HttpExecutionAware: can't find referenced class org.apache.http.concurrent.Cancellable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.HttpGet: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.HttpHead: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.HttpOptions: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.HttpOptions: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.HttpOptions: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.HttpPatch: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.HttpPost: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.HttpPut: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.HttpRequestBase: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.HttpRequestWrapper: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.HttpTrace: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.RequestBuilder: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.RequestBuilder: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.RequestBuilder: can't find referenced field 'java.nio.charset.Charset DEF_CONTENT_CHARSET' in class org.apache.http.protocol.HTTP
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.RequestBuilder: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.methods.RequestBuilder: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.params.AuthPolicy: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.params.ClientParamBean: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.params.CookiePolicy: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.params.HttpClientParams: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.params.HttpClientParams: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.params.HttpClientParams: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.ClientContextConfigurer: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.ClientContextConfigurer: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.ClientContextConfigurer: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.protocol.HttpCoreContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.protocol.HttpCoreContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced method 'java.lang.Object getAttribute(java.lang.String,java.lang.Class)' in class org.apache.http.client.protocol.HttpClientContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced method 'void setAttribute(java.lang.String,java.lang.Object)' in class org.apache.http.client.protocol.HttpClientContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced method 'java.lang.Object getAttribute(java.lang.String)' in class org.apache.http.client.protocol.HttpClientContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.protocol.HttpCoreContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.HttpClientContext: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAcceptEncoding: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAddCookies: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAddCookies: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAddCookies: can't find referenced method 'org.apache.http.HttpHost getTargetHost()' in class org.apache.http.client.protocol.HttpClientContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAddCookies: can't find referenced class org.apache.http.util.TextUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAddCookies: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAddCookies: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAddCookies: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAddCookies: can't find referenced class org.apache.http.util.TextUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAddCookies: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAddCookies: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAddCookies: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAddCookies: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAuthCache: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAuthCache: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAuthCache: can't find referenced method 'org.apache.http.HttpHost getTargetHost()' in class org.apache.http.client.protocol.HttpClientContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAuthCache: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAuthCache: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAuthCache: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAuthenticationBase: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAuthenticationBase: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAuthenticationBase: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestAuthenticationBase: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestClientConnControl: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestClientConnControl: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestClientConnControl: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestClientConnControl: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestClientConnControl: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestDefaultHeaders: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestDefaultHeaders: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestDefaultHeaders: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestExpectContinue: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestExpectContinue: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestExpectContinue: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestProxyAuthentication: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestProxyAuthentication: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestProxyAuthentication: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestTargetAuthentication: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestTargetAuthentication: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.RequestTargetAuthentication: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.ResponseAuthCache: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.ResponseAuthCache: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.ResponseAuthCache: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.ResponseAuthCache: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.ResponseAuthCache: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.ResponseContentEncoding: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.ResponseProcessCookies: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.ResponseProcessCookies: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.ResponseProcessCookies: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.ResponseProcessCookies: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.protocol.ResponseProcessCookies: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.CloneUtils: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.DateUtils: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.DateUtils: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.DateUtils: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.HttpClientUtils: can't find referenced method 'void consume(org.apache.http.HttpEntity)' in class org.apache.http.util.EntityUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.JdkIdn: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.Punycode: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.Rfc3492Idn: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URIBuilder: can't find referenced class org.apache.http.Consts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URIBuilder: can't find referenced class org.apache.http.Consts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URIBuilder: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URIUtils: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URIUtils: can't find referenced class org.apache.http.util.TextUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URIUtils: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URIUtils: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URIUtils: can't find referenced class org.apache.http.util.TextUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URIUtils: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URLEncodedUtils: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URLEncodedUtils: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URLEncodedUtils: can't find referenced class org.apache.http.Consts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URLEncodedUtils: can't find referenced method 'java.lang.String toString(org.apache.http.HttpEntity,java.nio.charset.Charset)' in class org.apache.http.util.EntityUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URLEncodedUtils: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URLEncodedUtils: can't find referenced field 'java.nio.charset.Charset DEF_CONTENT_CHARSET' in class org.apache.http.protocol.HTTP
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URLEncodedUtils: can't find referenced field 'org.apache.http.message.BasicHeaderValueParser INSTANCE' in class org.apache.http.message.BasicHeaderValueParser
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URLEncodedUtils: can't find referenced class org.apache.http.Consts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URLEncodedUtils: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URLEncodedUtils: can't find referenced class org.apache.http.Consts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URLEncodedUtils: can't find referenced class org.apache.http.entity.ContentType
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.client.utils.URLEncodedUtils: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.BasicEofSensorWatcher: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.BasicEofSensorWatcher: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.BasicEofSensorWatcher: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.BasicManagedEntity: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.BasicManagedEntity: can't find referenced method 'void consume(org.apache.http.HttpEntity)' in class org.apache.http.util.EntityUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.BasicManagedEntity: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.BasicManagedEntity: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ConnectTimeoutException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ConnectionPoolTimeoutException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ConnectionRequest: can't find referenced class org.apache.http.concurrent.Cancellable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.EofSensorInputStream: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.EofSensorInputStream: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.EofSensorInputStream: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.HttpConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.HttpConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.HttpHostConnectException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.HttpInetSocketAddress: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.HttpInetSocketAddress: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.MultihomePlainSocketFactory: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.MultihomePlainSocketFactory: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.MultihomePlainSocketFactory: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.MultihomePlainSocketFactory: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.MultihomePlainSocketFactory: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.UnsupportedSchemeException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.params.ConnManagerParamBean: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.params.ConnManagerParams: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.params.ConnManagerParams: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.params.ConnManagerParams: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.params.ConnPerRouteBean: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.params.ConnPerRouteBean: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.params.ConnPerRouteBean: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.params.ConnPerRouteBean: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.params.ConnRouteParamBean: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.params.ConnRouteParams: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.params.ConnRouteParams: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.params.ConnRouteParams: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.routing.BasicRouteDirector: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.routing.BasicRouteDirector: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.routing.BasicRouteDirector: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.routing.HttpRoute: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.routing.HttpRoute: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.routing.HttpRoute: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.routing.HttpRoute: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.routing.HttpRoute: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.routing.RouteTracker: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.routing.RouteTracker: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.routing.RouteTracker: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.routing.RouteTracker: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.routing.RouteTracker: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.routing.RouteTracker: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.routing.RouteTracker: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.routing.RouteTracker: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.scheme.PlainSocketFactory: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.scheme.PlainSocketFactory: can't find referenced method 'boolean getSoReuseaddr(org.apache.http.params.HttpParams)' in class org.apache.http.params.HttpConnectionParams
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.scheme.PlainSocketFactory: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.scheme.PlainSocketFactory: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.scheme.Scheme: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.scheme.Scheme: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.scheme.Scheme: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.scheme.Scheme: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.scheme.SchemeRegistry: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.scheme.SchemeRegistry: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.scheme.SchemeRegistry: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.socket.PlainConnectionSocketFactory: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.AbstractVerifier: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.AbstractVerifier: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.AbstractVerifier: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.AllowAllHostnameVerifier: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.BrowserCompatHostnameVerifier: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.PrivateKeyDetails: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.PrivateKeyDetails: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.SSLConnectionSocketFactory: can't find referenced class org.apache.http.util.TextUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.SSLConnectionSocketFactory: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.SSLConnectionSocketFactory: can't find referenced class org.apache.http.util.TextUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.SSLConnectionSocketFactory: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.SSLConnectionSocketFactory: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.SSLContextBuilder: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.SSLContexts: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.SSLSocketFactory: can't find referenced class org.apache.http.util.TextUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.SSLSocketFactory: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.SSLSocketFactory: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.SSLSocketFactory: can't find referenced class org.apache.http.util.TextUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.SSLSocketFactory: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.SSLSocketFactory: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.SSLSocketFactory: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.ssl.StrictHostnameVerifier: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.conn.util.InetAddressUtils: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.cookie.CookieIdentityComparator: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.cookie.CookieOrigin: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.cookie.CookieOrigin: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.cookie.CookieOrigin: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.cookie.CookieOrigin: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.cookie.CookieOrigin: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.cookie.CookiePathComparator: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.cookie.CookieRestrictionViolationException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.cookie.CookieSpecRegistry: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.cookie.CookieSpecRegistry: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.cookie.CookieSpecRegistry: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.cookie.CookieSpecRegistry: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.cookie.CookieSpecRegistry: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.cookie.MalformedCookieException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.cookie.params.CookieSpecParamBean: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.AuthSchemeBase: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.AuthSchemeBase: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.AuthSchemeBase: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.BasicScheme: can't find referenced class org.apache.http.Consts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.BasicScheme: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.BasicScheme: can't find referenced class org.apache.http.Consts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.BasicScheme: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.BasicScheme: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.BasicSchemeFactory: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.DigestScheme: can't find referenced class org.apache.http.Consts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.DigestScheme: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.DigestScheme: can't find referenced field 'org.apache.http.message.BasicHeaderValueFormatter INSTANCE' in class org.apache.http.message.BasicHeaderValueFormatter
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.DigestScheme: can't find referenced class org.apache.http.Consts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.DigestScheme: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.DigestScheme: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.DigestSchemeFactory: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSManager
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSName
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSManager
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSName
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSManager
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSException
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSException
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSException
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSManager
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSName
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSManager
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.Oid
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.Oid
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSManager
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSName
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.ietf.jgss.GSSException
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.GGSSchemeBase: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.HttpAuthenticator: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.HttpAuthenticator: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.HttpAuthenticator: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.HttpAuthenticator: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.KerberosScheme: can't find referenced class org.ietf.jgss.Oid
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.KerberosScheme: can't find referenced class org.ietf.jgss.Oid
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.KerberosScheme: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.KerberosScheme: can't find referenced class org.ietf.jgss.GSSException
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.KerberosScheme: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.KerberosScheme: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.KerberosSchemeFactory: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.NTLMEngineException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.NTLMEngineImpl: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.NTLMScheme: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.NTLMScheme: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.NTLMScheme: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.NTLMSchemeFactory: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.NegotiateScheme: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.NegotiateScheme: can't find referenced class org.ietf.jgss.Oid
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.NegotiateScheme: can't find referenced class org.ietf.jgss.Oid
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.NegotiateScheme: can't find referenced class org.ietf.jgss.GSSException
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.NegotiateScheme: can't find referenced class org.ietf.jgss.GSSException
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.NegotiateScheme: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.NegotiateScheme: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.NegotiateScheme: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.NegotiateScheme: can't find referenced class org.ietf.jgss.GSSException
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.NegotiateScheme: can't find referenced class org.ietf.jgss.Oid
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.RFC2617Scheme: can't find referenced class org.apache.http.Consts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.RFC2617Scheme: can't find referenced field 'org.apache.http.message.BasicHeaderValueParser INSTANCE' in class org.apache.http.message.BasicHeaderValueParser
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.RFC2617Scheme: can't find referenced class org.apache.http.Consts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.RFC2617Scheme: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.SPNegoScheme: can't find referenced class org.ietf.jgss.Oid
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.SPNegoScheme: can't find referenced class org.ietf.jgss.Oid
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.SPNegoScheme: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.SPNegoScheme: can't find referenced class org.ietf.jgss.GSSException
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.SPNegoScheme: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.SPNegoScheme: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.SPNegoSchemeFactory: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.auth.UnsupportedDigestAlgorithmException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AIMDBackoffManager: can't find referenced class org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AIMDBackoffManager: can't find referenced class org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AIMDBackoffManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AIMDBackoffManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AIMDBackoffManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AIMDBackoffManager: can't find referenced class org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AIMDBackoffManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AIMDBackoffManager: can't find referenced class org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AIMDBackoffManager: can't find referenced class org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AIMDBackoffManager: can't find referenced class org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AIMDBackoffManager: can't find referenced class org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AIMDBackoffManager: can't find referenced class org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AIMDBackoffManager: can't find referenced class org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AIMDBackoffManager: can't find referenced class org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AIMDBackoffManager: can't find referenced class org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AIMDBackoffManager: can't find referenced class org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AIMDBackoffManager: can't find referenced class org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractAuthenticationHandler: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractAuthenticationHandler: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractAuthenticationHandler: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractAuthenticationHandler: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractAuthenticationHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.protocol.ImmutableHttpProcessor
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.protocol.ImmutableHttpProcessor
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.protocol.ImmutableHttpProcessor
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AbstractHttpClient: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AuthenticationStrategyAdaptor: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AuthenticationStrategyAdaptor: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AuthenticationStrategyAdaptor: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AuthenticationStrategyAdaptor: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AuthenticationStrategyAdaptor: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AuthenticationStrategyImpl: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AuthenticationStrategyImpl: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AuthenticationStrategyImpl: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AuthenticationStrategyImpl: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AuthenticationStrategyImpl: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AuthenticationStrategyImpl: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AuthenticationStrategyImpl: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AuthenticationStrategyImpl: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AuthenticationStrategyImpl: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AutoRetryHttpClient: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AutoRetryHttpClient: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AutoRetryHttpClient: can't find referenced method 'void consume(org.apache.http.HttpEntity)' in class org.apache.http.util.EntityUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AutoRetryHttpClient: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AutoRetryHttpClient: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.AutoRetryHttpClient: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.BasicAuthCache: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.BasicAuthCache: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.BasicAuthCache: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.BasicCookieStore: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.BasicCookieStore: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.BasicCredentialsProvider: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.BasicCredentialsProvider: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.BasicCredentialsProvider: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.BasicResponseHandler: can't find referenced method 'void consume(org.apache.http.HttpEntity)' in class org.apache.http.util.EntityUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.BasicResponseHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ClientParamsStack: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ClientParamsStack: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ClientParamsStack: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.CloseableHttpClient: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.CloseableHttpClient: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.CloseableHttpClient: can't find referenced method 'void consume(org.apache.http.HttpEntity)' in class org.apache.http.util.EntityUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.CloseableHttpClient: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.CloseableHttpClient: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.CloseableHttpClient: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.CloseableHttpResponseProxy: can't find referenced method 'void consume(org.apache.http.HttpEntity)' in class org.apache.http.util.EntityUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.CloseableHttpResponseProxy: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ContentEncodingHttpClient: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DecompressingHttpClient: can't find referenced method 'void consume(org.apache.http.HttpEntity)' in class org.apache.http.util.EntityUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultConnectionKeepAliveStrategy: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultConnectionKeepAliveStrategy: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultConnectionKeepAliveStrategy: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultHttpClient: can't find referenced class org.apache.http.params.SyncBasicHttpParams
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultHttpClient: can't find referenced class org.apache.http.params.SyncBasicHttpParams
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultHttpClient: can't find referenced field 'java.nio.charset.Charset DEF_CONTENT_CHARSET' in class org.apache.http.protocol.HTTP
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultHttpClient: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultHttpRequestRetryHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultHttpRequestRetryHandler: can't find referenced method 'org.apache.http.HttpRequest getRequest()' in class org.apache.http.client.protocol.HttpClientContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultHttpRequestRetryHandler: can't find referenced method 'boolean isRequestSent()' in class org.apache.http.client.protocol.HttpClientContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultHttpRequestRetryHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultHttpRequestRetryHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultProxyAuthenticationHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultProxyAuthenticationHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultProxyAuthenticationHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectHandler: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectHandler: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectHandler: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectHandler: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectStrategy: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectStrategy: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectStrategy: can't find referenced method 'org.apache.http.HttpHost getTargetHost()' in class org.apache.http.client.protocol.HttpClientContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectStrategy: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectStrategy: can't find referenced method 'java.lang.Object getAttribute(java.lang.String)' in class org.apache.http.client.protocol.HttpClientContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectStrategy: can't find referenced class org.apache.http.util.TextUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectStrategy: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectStrategy: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectStrategy: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectStrategy: can't find referenced class org.apache.http.util.TextUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectStrategy: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRedirectStrategyAdaptor: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRequestDirector: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRequestDirector: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRequestDirector: can't find referenced method 'void consume(org.apache.http.HttpEntity)' in class org.apache.http.util.EntityUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRequestDirector: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRequestDirector: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultRequestDirector: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultServiceUnavailableRetryStrategy: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultServiceUnavailableRetryStrategy: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultServiceUnavailableRetryStrategy: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultTargetAuthenticationHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultTargetAuthenticationHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultTargetAuthenticationHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultUserTokenHandler: can't find referenced method 'org.apache.http.HttpConnection getConnection()' in class org.apache.http.client.protocol.HttpClientContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.DefaultUserTokenHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.EntityEnclosingRequestWrapper: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.FutureRequestExecutionService: can't find referenced class org.apache.http.concurrent.FutureCallback
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.FutureRequestExecutionService: can't find referenced class org.apache.http.concurrent.FutureCallback
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.FutureRequestExecutionService: can't find referenced class org.apache.http.concurrent.FutureCallback
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.FutureRequestExecutionService: can't find referenced class org.apache.http.concurrent.FutureCallback
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.FutureRequestExecutionService: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.util.TextUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.RegistryBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.RegistryBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.RegistryBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced field 'org.apache.http.impl.DefaultConnectionReuseStrategy INSTANCE' in class org.apache.http.impl.DefaultConnectionReuseStrategy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced field 'org.apache.http.impl.NoConnectionReuseStrategy INSTANCE' in class org.apache.http.impl.NoConnectionReuseStrategy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.protocol.HttpProcessorBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.protocol.HttpProcessorBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.protocol.HttpProcessorBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced method 'RequestUserAgent(java.lang.String)' in class org.apache.http.protocol.RequestUserAgent
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.protocol.HttpProcessorBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.protocol.HttpProcessorBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.protocol.HttpProcessorBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.protocol.HttpProcessorBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.protocol.HttpProcessorBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.protocol.HttpProcessorBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.util.TextUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.RegistryBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.protocol.HttpProcessorBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.protocol.HttpProcessorBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClientBuilder: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpClients: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpRequestTaskCallable: can't find referenced class org.apache.http.concurrent.FutureCallback
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpRequestTaskCallable: can't find referenced class org.apache.http.concurrent.FutureCallback
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpRequestTaskCallable: can't find referenced class org.apache.http.concurrent.FutureCallback
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpRequestTaskCallable: can't find referenced class org.apache.http.concurrent.FutureCallback
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpRequestTaskCallable: can't find referenced class org.apache.http.concurrent.FutureCallback
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpRequestTaskCallable: can't find referenced class org.apache.http.concurrent.FutureCallback
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpRequestTaskCallable: can't find referenced class org.apache.http.concurrent.FutureCallback
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpRequestTaskCallable: can't find referenced class org.apache.http.concurrent.FutureCallback
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpRequestTaskCallable: can't find referenced class org.apache.http.concurrent.FutureCallback
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.HttpRequestTaskCallable: can't find referenced class org.apache.http.concurrent.FutureCallback
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced method 'java.lang.Object getAttribute(java.lang.String)' in class org.apache.http.client.protocol.HttpClientContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced method 'void setAttribute(java.lang.String,java.lang.Object)' in class org.apache.http.client.protocol.HttpClientContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.params.HttpParamsNames
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.params.HttpParamsNames
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.InternalHttpClient: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.LaxRedirectStrategy: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.MinimalHttpClient: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.MinimalHttpClient: can't find referenced field 'org.apache.http.impl.DefaultConnectionReuseStrategy INSTANCE' in class org.apache.http.impl.DefaultConnectionReuseStrategy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.MinimalHttpClient: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.MinimalHttpClient: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.NoopUserTokenHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ProxyAuthenticationStrategy: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ProxyClient: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ProxyClient: can't find referenced class org.apache.http.protocol.ImmutableHttpProcessor
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ProxyClient: can't find referenced class org.apache.http.protocol.ImmutableHttpProcessor
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ProxyClient: can't find referenced class org.apache.http.params.HttpParamConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ProxyClient: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ProxyClient: can't find referenced method 'void consume(org.apache.http.HttpEntity)' in class org.apache.http.util.EntityUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ProxyClient: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ProxyClient: can't find referenced class org.apache.http.params.HttpParamConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ProxyClient: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ProxyClient: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ProxyClient: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ProxyClient: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.ProxyClient: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.RedirectLocations: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.RequestWrapper: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.RequestWrapper: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.RequestWrapper: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.RoutedRequest: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.StandardHttpRequestRetryHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.SystemDefaultCredentialsProvider: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.SystemDefaultCredentialsProvider: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.SystemDefaultCredentialsProvider: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.SystemDefaultHttpClient: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.TargetAuthenticationStrategy: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.client.TunnelRefusedException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.AbstractClientConnAdapter: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.AbstractPoolEntry: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.AbstractPoolEntry: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.AbstractPoolEntry: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.AbstractPoolEntry: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.AbstractPoolEntry: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicClientConnectionManager: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicClientConnectionManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicClientConnectionManager: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicClientConnectionManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicClientConnectionManager: can't find referenced method 'void updateExpiry(long,java.util.concurrent.TimeUnit)' in class org.apache.http.impl.conn.HttpPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicClientConnectionManager: can't find referenced method 'long getUpdated()' in class org.apache.http.impl.conn.HttpPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicClientConnectionManager: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicClientConnectionManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicClientConnectionManager: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicClientConnectionManager: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicClientConnectionManager: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicClientConnectionManager: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicClientConnectionManager: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.RegistryBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.RegistryBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.RegistryBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.RegistryBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.BasicHttpClientConnectionManager: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPool: can't find referenced class org.apache.http.pool.AbstractConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPool: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPool: can't find referenced class org.apache.http.pool.AbstractConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPool: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPool: can't find referenced class org.apache.http.pool.ConnFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPool: can't find referenced class org.apache.http.pool.ConnFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPool: can't find referenced class org.apache.http.pool.ConnFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPool: can't find referenced class org.apache.http.pool.ConnFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPool: can't find referenced class org.apache.http.pool.PoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPool: can't find referenced class org.apache.http.pool.AbstractConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPool: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPoolEntry: can't find referenced class org.apache.http.pool.PoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPoolEntry: can't find referenced method 'java.lang.Object getConnection()' in class org.apache.http.impl.conn.CPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPoolEntry: can't find referenced class org.apache.http.pool.PoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPoolEntry: can't find referenced method 'long getExpiry()' in class org.apache.http.impl.conn.CPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPoolEntry: can't find referenced class org.apache.http.pool.PoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPoolEntry: can't find referenced class org.apache.http.pool.PoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPoolEntry: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPoolProxy: can't find referenced method 'java.lang.Object getConnection()' in class org.apache.http.impl.conn.CPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.CPoolProxy: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ConnectionShutdownException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultClientConnection: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultClientConnection: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultClientConnection: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultClientConnection: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultClientConnection: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultClientConnection: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultClientConnectionOperator: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultClientConnectionOperator: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultClientConnectionOperator: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultClientConnectionOperator: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultClientConnectionOperator: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultClientConnectionOperator: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultClientConnectionOperator: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParser: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParser: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParser: can't find referenced method 'AbstractMessageParser(org.apache.http.io.SessionInputBuffer,org.apache.http.message.LineParser,org.apache.http.config.MessageConstraints)' in class org.apache.http.impl.io.AbstractMessageParser
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParser: can't find referenced field 'org.apache.http.impl.DefaultHttpResponseFactory INSTANCE' in class org.apache.http.impl.DefaultHttpResponseFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParser: can't find referenced class org.apache.http.config.MessageConstraints
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParser: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParser: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParser: can't find referenced class org.apache.http.config.MessageConstraints
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParser: can't find referenced class org.apache.http.config.MessageConstraints
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParser: can't find referenced class org.apache.http.config.MessageConstraints
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParser: can't find referenced class org.apache.http.config.MessageConstraints
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParser: can't find referenced class org.apache.http.config.MessageConstraints
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParser: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParserFactory: can't find referenced field 'org.apache.http.message.BasicLineParser INSTANCE' in class org.apache.http.message.BasicLineParser
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParserFactory: can't find referenced field 'org.apache.http.impl.DefaultHttpResponseFactory INSTANCE' in class org.apache.http.impl.DefaultHttpResponseFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParserFactory: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParserFactory: can't find referenced class org.apache.http.config.MessageConstraints
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParserFactory: can't find referenced class org.apache.http.config.MessageConstraints
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParserFactory: can't find referenced class org.apache.http.config.MessageConstraints
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParserFactory: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpResponseParserFactory: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpRoutePlanner: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpRoutePlanner: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpRoutePlanner: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpRoutePlanner: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultHttpRoutePlanner: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find referenced class org.apache.http.impl.DefaultBHttpClientConnection
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find referenced class org.apache.http.impl.DefaultBHttpClientConnection
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find referenced class org.apache.http.impl.DefaultBHttpClientConnection
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find referenced class org.apache.http.impl.DefaultBHttpClientConnection
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find referenced class org.apache.http.impl.DefaultBHttpClientConnection
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find referenced class org.apache.http.config.MessageConstraints
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find referenced class org.apache.http.io.HttpMessageWriterFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find referenced class org.apache.http.config.MessageConstraints
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find referenced class org.apache.http.io.HttpMessageWriterFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find referenced class org.apache.http.io.HttpMessageWriterFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find referenced class org.apache.http.config.MessageConstraints
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find referenced class org.apache.http.io.HttpMessageWriterFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultManagedHttpClientConnection: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultProxyRoutePlanner: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultProxyRoutePlanner: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultProxyRoutePlanner: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultResponseParser: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultResponseParser: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultResponseParser: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultResponseParser: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultResponseParser: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultRoutePlanner: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultRoutePlanner: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultRoutePlanner: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultSchemePortResolver: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultSchemePortResolver: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.DefaultSchemePortResolver: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpClientConnectionOperator: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpConnPool: can't find referenced class org.apache.http.pool.AbstractConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpConnPool: can't find referenced class org.apache.http.pool.AbstractConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpConnPool: can't find referenced class org.apache.http.pool.PoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpConnPool: can't find referenced class org.apache.http.pool.AbstractConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpConnPool$InternalConnFactory: can't find referenced class org.apache.http.pool.ConnFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpConnPool$InternalConnFactory: can't find referenced class org.apache.http.pool.ConnFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpPoolEntry: can't find referenced class org.apache.http.pool.PoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpPoolEntry: can't find referenced class org.apache.http.pool.PoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpPoolEntry: can't find referenced method 'long getExpiry()' in class org.apache.http.impl.conn.HttpPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpPoolEntry: can't find referenced method 'java.lang.Object getRoute()' in class org.apache.http.impl.conn.HttpPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpPoolEntry: can't find referenced method 'java.lang.Object getConnection()' in class org.apache.http.impl.conn.HttpPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpPoolEntry: can't find referenced class org.apache.http.pool.PoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.HttpPoolEntry: can't find referenced class org.apache.http.pool.PoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.IdleConnectionHandler: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.IdleConnectionHandler: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.InMemoryDnsResolver: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.InMemoryDnsResolver: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.InMemoryDnsResolver: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.InMemoryDnsResolver: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingInputStream: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingManagedHttpClientConnection: can't find referenced method 'java.io.InputStream getSocketInputStream(java.net.Socket)' in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingManagedHttpClientConnection: can't find referenced method 'java.io.OutputStream getSocketOutputStream(java.net.Socket)' in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingManagedHttpClientConnection: can't find referenced class org.apache.http.config.MessageConstraints
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingManagedHttpClientConnection: can't find referenced class org.apache.http.io.HttpMessageWriterFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingManagedHttpClientConnection: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingManagedHttpClientConnection: can't find referenced class org.apache.http.config.MessageConstraints
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingManagedHttpClientConnection: can't find referenced class org.apache.http.io.HttpMessageWriterFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingManagedHttpClientConnection: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingManagedHttpClientConnection: can't find referenced class org.apache.http.io.HttpMessageWriterFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingManagedHttpClientConnection: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingManagedHttpClientConnection: can't find referenced class org.apache.http.config.MessageConstraints
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingManagedHttpClientConnection: can't find referenced class org.apache.http.io.HttpMessageWriterFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingManagedHttpClientConnection: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingManagedHttpClientConnection: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingOutputStream: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingSessionInputBuffer: can't find referenced class org.apache.http.io.EofSensor
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingSessionInputBuffer: can't find referenced class org.apache.http.Consts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingSessionInputBuffer: can't find referenced class org.apache.http.io.EofSensor
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingSessionInputBuffer: can't find referenced class org.apache.http.Consts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingSessionInputBuffer: can't find referenced class org.apache.http.io.EofSensor
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingSessionInputBuffer: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingSessionOutputBuffer: can't find referenced class org.apache.http.Consts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingSessionOutputBuffer: can't find referenced class org.apache.http.Consts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.LoggingSessionOutputBuffer: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedClientConnectionImpl: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedClientConnectionImpl: can't find referenced method 'java.lang.Object getConnection()' in class org.apache.http.impl.conn.HttpPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedClientConnectionImpl: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedClientConnectionImpl: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedClientConnectionImpl: can't find referenced method 'java.lang.Object getState()' in class org.apache.http.impl.conn.HttpPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedClientConnectionImpl: can't find referenced method 'void setState(java.lang.Object)' in class org.apache.http.impl.conn.HttpPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedClientConnectionImpl: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedClientConnectionImpl: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedClientConnectionImpl: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.impl.io.DefaultHttpRequestWriterFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.impl.io.DefaultHttpRequestWriterFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.io.HttpMessageWriterFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.io.HttpMessageWriterFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.io.HttpMessageWriterFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.io.HttpMessageWriterFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.io.HttpMessageWriterFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.io.HttpMessageWriterFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.io.HttpMessageParserFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ManagedHttpClientConnectionFactory: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'org.apache.http.pool.PoolStats getTotalStats()' in class org.apache.http.impl.conn.HttpConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'org.apache.http.pool.PoolStats getStats(java.lang.Object)' in class org.apache.http.impl.conn.HttpConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'java.lang.String getId()' in class org.apache.http.impl.conn.HttpPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'java.lang.Object getRoute()' in class org.apache.http.impl.conn.HttpPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'java.lang.Object getState()' in class org.apache.http.impl.conn.HttpPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'java.util.concurrent.Future lease(java.lang.Object,java.lang.Object)' in class org.apache.http.impl.conn.HttpConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'java.lang.Object getConnection()' in class org.apache.http.impl.conn.HttpPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'void updateExpiry(long,java.util.concurrent.TimeUnit)' in class org.apache.http.impl.conn.HttpPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'void release(org.apache.http.pool.PoolEntry,boolean)' in class org.apache.http.impl.conn.HttpConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'void shutdown()' in class org.apache.http.impl.conn.HttpConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'void closeIdle(long,java.util.concurrent.TimeUnit)' in class org.apache.http.impl.conn.HttpConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'void closeExpired()' in class org.apache.http.impl.conn.HttpConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'int getMaxTotal()' in class org.apache.http.impl.conn.HttpConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'void setMaxTotal(int)' in class org.apache.http.impl.conn.HttpConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'int getDefaultMaxPerRoute()' in class org.apache.http.impl.conn.HttpConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'void setDefaultMaxPerRoute(int)' in class org.apache.http.impl.conn.HttpConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'int getMaxPerRoute(java.lang.Object)' in class org.apache.http.impl.conn.HttpConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced method 'void setMaxPerRoute(java.lang.Object,int)' in class org.apache.http.impl.conn.HttpConnPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingClientConnectionManager: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.RegistryBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.RegistryBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.RegistryBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'org.apache.http.pool.PoolStats getTotalStats()' in class org.apache.http.impl.conn.CPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'org.apache.http.pool.PoolStats getStats(java.lang.Object)' in class org.apache.http.impl.conn.CPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'java.lang.String getId()' in class org.apache.http.impl.conn.CPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'java.lang.Object getRoute()' in class org.apache.http.impl.conn.CPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'java.lang.Object getState()' in class org.apache.http.impl.conn.CPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'java.util.concurrent.Future lease(java.lang.Object,java.lang.Object,org.apache.http.concurrent.FutureCallback)' in class org.apache.http.impl.conn.CPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'java.lang.Object getConnection()' in class org.apache.http.impl.conn.CPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'void setState(java.lang.Object)' in class org.apache.http.impl.conn.CPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'void updateExpiry(long,java.util.concurrent.TimeUnit)' in class org.apache.http.impl.conn.CPoolEntry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'void release(org.apache.http.pool.PoolEntry,boolean)' in class org.apache.http.impl.conn.CPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'void shutdown()' in class org.apache.http.impl.conn.CPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'void closeIdle(long,java.util.concurrent.TimeUnit)' in class org.apache.http.impl.conn.CPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'void closeExpired()' in class org.apache.http.impl.conn.CPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'int getMaxTotal()' in class org.apache.http.impl.conn.CPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'void setMaxTotal(int)' in class org.apache.http.impl.conn.CPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'int getDefaultMaxPerRoute()' in class org.apache.http.impl.conn.CPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'void setDefaultMaxPerRoute(int)' in class org.apache.http.impl.conn.CPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'int getMaxPerRoute(java.lang.Object)' in class org.apache.http.impl.conn.CPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced method 'void setMaxPerRoute(java.lang.Object,int)' in class org.apache.http.impl.conn.CPool
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.RegistryBuilder
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Registry
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.Lookup
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.pool.PoolStats
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.pool.ConnPoolControl
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.SocketConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$InternalConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$InternalConnectionFactory: can't find referenced class org.apache.http.pool.ConnFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$InternalConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$InternalConnectionFactory: can't find referenced class org.apache.http.config.ConnectionConfig
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.PoolingHttpClientConnectionManager$InternalConnectionFactory: can't find referenced class org.apache.http.pool.ConnFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ProxySelectorRoutePlanner: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ProxySelectorRoutePlanner: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ProxySelectorRoutePlanner: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ProxySelectorRoutePlanner: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ProxySelectorRoutePlanner: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.ProxySelectorRoutePlanner: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.SchemeRegistryFactory: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.SingleClientConnManager: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.SingleClientConnManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.SingleClientConnManager: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.SingleClientConnManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.SingleClientConnManager: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.SingleClientConnManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.SingleClientConnManager: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.SingleClientConnManager: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.SingleClientConnManager: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.SingleClientConnManager: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.SingleClientConnManager: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.SingleClientConnManager: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.SystemDefaultRoutePlanner: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.Wire: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.Wire: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.Wire: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.AbstractConnPool: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.AbstractConnPool: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.AbstractConnPool: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.AbstractConnPool: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.AbstractConnPool: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.AbstractConnPool: can't find referenced class org.apache.http.annotation.GuardedBy
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.BasicPoolEntry: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.BasicPoolEntry: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.BasicPoolEntryRef: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.BasicPoolEntryRef: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.ConnPoolByRoute: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.ConnPoolByRoute: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.ConnPoolByRoute: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.ConnPoolByRoute: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.ConnPoolByRoute: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.ConnPoolByRoute: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.RouteSpecificPool: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.RouteSpecificPool: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.RouteSpecificPool: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.RouteSpecificPool: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.RouteSpecificPool: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.RouteSpecificPool: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.RouteSpecificPool: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager: can't find referenced class org.apache.http.util.Asserts
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager$1: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager$1: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.WaitingThread: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.conn.tsccm.WaitingThread: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.AbstractCookieAttributeHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.AbstractCookieSpec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.AbstractCookieSpec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.AbstractCookieSpec: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicClientCookie: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicClientCookie: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicClientCookie: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicClientCookie2: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicCommentHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicCommentHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicCommentHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicDomainHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicDomainHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicDomainHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicExpiresHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicExpiresHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicExpiresHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicMaxAgeHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicMaxAgeHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicMaxAgeHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicPathHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicPathHandler: can't find referenced class org.apache.http.util.TextUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicPathHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicPathHandler: can't find referenced class org.apache.http.util.TextUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicPathHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicSecureHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicSecureHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BasicSecureHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BestMatchSpec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BestMatchSpec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BestMatchSpec: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BestMatchSpecFactory: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BrowserCompatSpec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BrowserCompatSpec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BrowserCompatSpec: can't find referenced field 'org.apache.http.message.BasicHeaderValueFormatter INSTANCE' in class org.apache.http.message.BasicHeaderValueFormatter
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BrowserCompatSpec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BrowserCompatSpec: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BrowserCompatSpecFactory: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BrowserCompatVersionAttributeHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BrowserCompatVersionAttributeHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.BrowserCompatVersionAttributeHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.CookieSpecBase: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.CookieSpecBase: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.CookieSpecBase: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.DateParseException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.DateUtils: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.IgnoreSpec: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.IgnoreSpecFactory: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.NetscapeDomainHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.NetscapeDomainHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.NetscapeDomainHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.NetscapeDraftHeaderParser: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.NetscapeDraftHeaderParser: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.NetscapeDraftHeaderParser: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.NetscapeDraftSpec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.NetscapeDraftSpec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.NetscapeDraftSpec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.NetscapeDraftSpec: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.NetscapeDraftSpecFactory: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.PublicSuffixListParser: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2109DomainHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2109DomainHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2109DomainHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2109Spec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2109Spec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2109Spec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2109Spec: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2109SpecFactory: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2109VersionHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2109VersionHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2109VersionHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2965DomainAttributeHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2965DomainAttributeHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2965DomainAttributeHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2965PortAttributeHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2965PortAttributeHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2965PortAttributeHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2965Spec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2965Spec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2965Spec: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2965SpecFactory: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2965VersionAttributeHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2965VersionAttributeHandler: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.cookie.RFC2965VersionAttributeHandler: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.BackoffStrategyExec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.BackoffStrategyExec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.BackoffStrategyExec: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.ConnectionHolder: can't find referenced class org.apache.http.concurrent.Cancellable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.ConnectionHolder: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MainClientExec: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MainClientExec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MainClientExec: can't find referenced class org.apache.http.protocol.ImmutableHttpProcessor
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MainClientExec: can't find referenced class org.apache.http.protocol.ImmutableHttpProcessor
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MainClientExec: can't find referenced method 'void setAttribute(java.lang.String,java.lang.Object)' in class org.apache.http.client.protocol.HttpClientContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MainClientExec: can't find referenced method 'boolean cancel()' in class org.apache.http.conn.ConnectionRequest
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MainClientExec: can't find referenced method 'void consume(org.apache.http.HttpEntity)' in class org.apache.http.util.EntityUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MainClientExec: can't find referenced method 'org.apache.http.HttpHost getTargetHost()' in class org.apache.http.client.protocol.HttpClientContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MainClientExec: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MainClientExec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MainClientExec: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MinimalClientExec: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MinimalClientExec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MinimalClientExec: can't find referenced class org.apache.http.protocol.ImmutableHttpProcessor
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MinimalClientExec: can't find referenced method 'java.lang.String getUserAgent(java.lang.String,java.lang.String,java.lang.Class)' in class org.apache.http.util.VersionInfo
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MinimalClientExec: can't find referenced method 'RequestUserAgent(java.lang.String)' in class org.apache.http.protocol.RequestUserAgent
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MinimalClientExec: can't find referenced class org.apache.http.protocol.ImmutableHttpProcessor
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MinimalClientExec: can't find referenced method 'boolean cancel()' in class org.apache.http.conn.ConnectionRequest
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MinimalClientExec: can't find referenced method 'void setAttribute(java.lang.String,java.lang.Object)' in class org.apache.http.client.protocol.HttpClientContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MinimalClientExec: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MinimalClientExec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.MinimalClientExec: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.ProtocolExec: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.ProtocolExec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.ProtocolExec: can't find referenced method 'void setAttribute(java.lang.String,java.lang.Object)' in class org.apache.http.client.protocol.HttpClientContext
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.ProtocolExec: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.ProtocolExec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.ProtocolExec: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.Proxies: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.RedirectExec: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.RedirectExec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.RedirectExec: can't find referenced method 'void consume(org.apache.http.HttpEntity)' in class org.apache.http.util.EntityUtils
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.RedirectExec: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.RedirectExec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.RedirectExec: can't find referenced class org.apache.http.annotation.ThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.RequestAbortedException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.RequestEntityExecHandler: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.ResponseEntityWrapper: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.ResponseProxyHandler: can't find referenced class org.apache.http.annotation.NotThreadSafe
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.RetryExec: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.RetryExec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.RetryExec: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.RetryExec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.RetryExec: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.ServiceUnavailableRetryExec: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.ServiceUnavailableRetryExec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.ServiceUnavailableRetryExec: can't find referenced class org.apache.commons.logging.LogFactory
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.ServiceUnavailableRetryExec: can't find referenced class org.apache.http.util.Args
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.ServiceUnavailableRetryExec: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: org.apache.http.impl.execchain.TunnelRefusedException: can't find referenced class org.apache.http.annotation.Immutable
[2016-02-03 17:36:11 - sosoytv_longxi]       You should check if you need to specify additional program jars.
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: there were 1172 unresolved references to classes or interfaces.
[2016-02-03 17:36:11 - sosoytv_longxi]          You may need to specify additional library jars (using '-libraryjars').
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: there were 1 instances of library classes depending on program classes.
[2016-02-03 17:36:11 - sosoytv_longxi]          You must avoid such dependencies, since the program classes will
[2016-02-03 17:36:11 - sosoytv_longxi]          be processed, while the library classes will remain unchanged.
[2016-02-03 17:36:11 - sosoytv_longxi] Warning: there were 106 unresolved references to program class members.
[2016-02-03 17:36:11 - sosoytv_longxi]          Your input classes appear to be inconsistent.
[2016-02-03 17:36:11 - sosoytv_longxi]          You may need to recompile them and try again.
[2016-02-03 17:36:11 - sosoytv_longxi]          Alternatively, you may have to specify the option
[2016-02-03 17:36:11 - sosoytv_longxi]          '-dontskipnonpubliclibraryclassmembers'.
[2016-02-03 17:36:11 - sosoytv_longxi] java.io.IOException: Please correct the above warnings first.
[2016-02-03 17:36:11 - sosoytv_longxi] 	at proguard.Initializer.execute(Initializer.java:321)
[2016-02-03 17:36:11 - sosoytv_longxi] 	at proguard.ProGuard.initialize(ProGuard.java:211)
[2016-02-03 17:36:11 - sosoytv_longxi] 	at proguard.ProGuard.execute(ProGuard.java:86)
[2016-02-03 17:36:11 - sosoytv_longxi] 	at proguard.ProGuard.main(ProGuard.java:492)
报错内容很多了,大家可以看到,找不到这些了类都是httpclient依赖的类,然后我发现在我的libs下存在httpclient-4.3.3.jar这个包,原来这些报错全部是由这包引起的,httpclient是Android提供的包,所以不可以在这个位置出现。在libs中将这个jar包删除了,报错立刻没有了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: