Hi Lakshman,

I'm observing all log files with:

tail -f analytics/repository/logs/* -f core/repository/logs/* -f
broker/repository/logs/*

and debug with device, but dont appears the reason why I got a Error 500,
follow some cut of wire flow:


TID: [-1] [] [2017-05-25 03:02:01,404] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Sender I/O dispatcher-4
<< "0[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,404] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Sender I/O dispatcher-4
<< "[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Sender I/O dispatcher-4
>> "HTTP/1.1 500 Internal Server Error[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Sender I/O dispatcher-4
>> "Access-Control-Allow-Origin: *[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Sender I/O dispatcher-4
>> "Access-Control-Allow-Methods: GET, POST, DELETE, PUT[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Sender I/O dispatcher-4
>> "Access-Control-Allow-Headers: Content-Type[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Sender I/O dispatcher-4
>> "Date: Thu, 25 May 2017 06:02:01 GMT[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Sender I/O dispatcher-4
>> "Content-Type: application/json[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Sender I/O dispatcher-4
>> "Content-Length: 160[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Sender I/O dispatcher-4
>> "Connection: close[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Sender I/O dispatcher-4
>> "Server: WSO2 Carbon Server[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Sender I/O dispatcher-4
>> "[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Sender I/O dispatcher-4
>> "{"code":500,"message":"Internal server error.","description":"The
server encountered an internal error. Please contact
administrator.","moreInfo":"","error":[]}"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.headers} -  http-outgoing-79 << HTTP/1.1
500 Internal Server Error {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.headers} -  http-outgoing-79 <<
Access-Control-Allow-Origin: * {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.headers} -  http-outgoing-79 <<
Access-Control-Allow-Methods: GET, POST, DELETE, PUT
{org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.headers} -  http-outgoing-79 <<
Access-Control-Allow-Headers: Content-Type
{org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.headers} -  http-outgoing-79 << Date:
Thu, 25 May 2017 06:02:01 GMT {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.headers} -  http-outgoing-79 <<
Content-Type: application/json {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.headers} -  http-outgoing-79 <<
Content-Length: 160 {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.headers} -  http-outgoing-79 <<
Connection: close {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,445] DEBUG
{org.apache.synapse.transport.http.headers} -  http-outgoing-79 << Server:
WSO2 Carbon Server {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,460] DEBUG
{org.apache.synapse.transport.http.headers} -  http-incoming-148 <<
HTTP/1.1 500 Internal Server Error
{org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,460] DEBUG
{org.apache.synapse.transport.http.headers} -  http-incoming-148 <<
Access-Control-Allow-Origin: * {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,460] DEBUG
{org.apache.synapse.transport.http.headers} -  http-incoming-148 <<
Access-Control-Allow-Methods: GET, POST, DELETE, PUT
{org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,460] DEBUG
{org.apache.synapse.transport.http.headers} -  http-incoming-148 <<
Access-Control-Allow-Headers: Content-Type
{org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,460] DEBUG
{org.apache.synapse.transport.http.headers} -  http-incoming-148 <<
Content-Type: application/json {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,460] DEBUG
{org.apache.synapse.transport.http.headers} -  http-incoming-148 << Date:
Thu, 25 May 2017 06:02:01 GMT {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.headers} -  http-incoming-148 <<
Transfer-Encoding: chunked {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.headers} -  http-incoming-148 <<
Connection: Keep-Alive {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Listener I/O dispatcher-3
<< "HTTP/1.1 500 Internal Server Error[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Listener I/O dispatcher-3
<< "Access-Control-Allow-Origin: *[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Listener I/O dispatcher-3
<< "Access-Control-Allow-Methods: GET, POST, DELETE, PUT[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Listener I/O dispatcher-3
<< "Access-Control-Allow-Headers: Content-Type[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Listener I/O dispatcher-3
<< "Content-Type: application/json[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Listener I/O dispatcher-3
<< "Date: Thu, 25 May 2017 06:02:01 GMT[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Listener I/O dispatcher-3
<< "Transfer-Encoding: chunked[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Listener I/O dispatcher-3
<< "Connection: Keep-Alive[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Listener I/O dispatcher-3
<< "[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Listener I/O dispatcher-3
<< "a0[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Listener I/O dispatcher-3
<< "{"code":500,"message":"Internal server error.","description":"The
server encountered an internal error. Please contact
administrator.","moreInfo":"","error":[]}[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Listener I/O dispatcher-3
<< "0[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Listener I/O dispatcher-3
<< "[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Sender I/O dispatcher-3 >>
"HTTP/1.1 500 Internal Server Error[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Sender I/O dispatcher-3 >>
"Access-Control-Allow-Origin: *[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Sender I/O dispatcher-3 >>
"Access-Control-Allow-Methods: GET, POST, DELETE, PUT[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Sender I/O dispatcher-3 >>
"Access-Control-Allow-Headers: Content-Type[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Sender I/O dispatcher-3 >>
"Content-Type: application/json[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Sender I/O dispatcher-3 >>
"Date: Thu, 25 May 2017 06:02:01 GMT[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Sender I/O dispatcher-3 >>
"Transfer-Encoding: chunked[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,461] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Sender I/O dispatcher-3 >>
"Connection: Keep-Alive[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,462] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Sender I/O dispatcher-3 >>
"[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,462] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Sender I/O dispatcher-3 >>
"a0[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,462] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Sender I/O dispatcher-3 >>
"{"code":500,"message":"Internal server error.","description":"The server
encountered an internal error. Please contact
administrator.","moreInfo":"","error":[]}[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,462] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Sender I/O dispatcher-3 >>
"0[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,462] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTP-Sender I/O dispatcher-3 >>
"[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,462] DEBUG
{org.apache.synapse.transport.http.headers} -  http-outgoing-78 << HTTP/1.1
500 Internal Server Error {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,462] DEBUG
{org.apache.synapse.transport.http.headers} -  http-outgoing-78 <<
Access-Control-Allow-Origin: * {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,462] DEBUG
{org.apache.synapse.transport.http.headers} -  http-outgoing-78 <<
Access-Control-Allow-Methods: GET, POST, DELETE, PUT
{org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,462] DEBUG
{org.apache.synapse.transport.http.headers} -  http-outgoing-78 <<
Access-Control-Allow-Headers: Content-Type
{org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,462] DEBUG
{org.apache.synapse.transport.http.headers} -  http-outgoing-78 <<
Content-Type: application/json {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,462] DEBUG
{org.apache.synapse.transport.http.headers} -  http-outgoing-78 << Date:
Thu, 25 May 2017 06:02:01 GMT {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,462] DEBUG
{org.apache.synapse.transport.http.headers} -  http-outgoing-78 <<
Transfer-Encoding: chunked {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,462] DEBUG
{org.apache.synapse.transport.http.headers} -  http-outgoing-78 <<
Connection: Keep-Alive {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,468] DEBUG
{org.apache.synapse.transport.http.headers} -  http-incoming-150 <<
HTTP/1.1 500 Internal Server Error
{org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,468] DEBUG
{org.apache.synapse.transport.http.headers} -  http-incoming-150 <<
Access-Control-Allow-Origin: * {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,468] DEBUG
{org.apache.synapse.transport.http.headers} -  http-incoming-150 <<
Access-Control-Allow-Methods: GET, POST, DELETE, PUT
{org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,468] DEBUG
{org.apache.synapse.transport.http.headers} -  http-incoming-150 <<
Access-Control-Allow-Headers: Content-Type
{org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,468] DEBUG
{org.apache.synapse.transport.http.headers} -  http-incoming-150 <<
Content-Type: application/json {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,468] DEBUG
{org.apache.synapse.transport.http.headers} -  http-incoming-150 << Date:
Thu, 25 May 2017 06:02:01 GMT {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,468] DEBUG
{org.apache.synapse.transport.http.headers} -  http-incoming-150 <<
Transfer-Encoding: chunked {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,468] DEBUG
{org.apache.synapse.transport.http.headers} -  http-incoming-150 <<
Connection: Keep-Alive {org.apache.synapse.transport.http.headers}
TID: [-1] [] [2017-05-25 03:02:01,468] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Listener I/O dispatcher-3
<< "HTTP/1.1 500 Internal Server Error[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,468] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Listener I/O dispatcher-3
<< "Access-Control-Allow-Origin: *[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,469] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Listener I/O dispatcher-3
<< "Access-Control-Allow-Methods: GET, POST, DELETE, PUT[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,469] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Listener I/O dispatcher-3
<< "Access-Control-Allow-Headers: Content-Type[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,469] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Listener I/O dispatcher-3
<< "Content-Type: application/json[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,469] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Listener I/O dispatcher-3
<< "Date: Thu, 25 May 2017 06:02:01 GMT[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,469] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Listener I/O dispatcher-3
<< "Transfer-Encoding: chunked[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,469] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Listener I/O dispatcher-3
<< "Connection: Keep-Alive[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,469] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Listener I/O dispatcher-3
<< "[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,469] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Listener I/O dispatcher-3
<< "a0[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,469] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Listener I/O dispatcher-3
<< "{"code":500,"message":"Internal server error.","description":"The
server encountered an internal error. Please contact
administrator.","moreInfo":"","error":[]}[\r][\n]"
{org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,469] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Listener I/O dispatcher-3
<< "0[\r][\n]" {org.apache.synapse.transport.http.wire}
TID: [-1] [] [2017-05-25 03:02:01,469] DEBUG
{org.apache.synapse.transport.http.wire} -  HTTPS-Listener I/O dispatcher-3
<< "[\r][\n]" {org.apache.synapse.transport.http.wire}

Best regards


2017-05-23 22:55 GMT-03:00 Lakshman Udayakantha <[email protected]>:

> Hi Clovis,
>
> Since error says 500 internal server error, you have to look at the
> wso2carbon.log for server errors.
>
> Thanks,
> Lakshman
>
> On Wed, May 24, 2017 at 6:12 AM, Clovis Wichoski <[email protected]>
> wrote:
>
>> Hi Lakshman,
>>
>> I reviewed and can build better with version tag 3.1.7 of the agent, the
>> problem before was about SSLv3 disabled on server, then on agent I forced
>> to use a lower version. Now I can do enrollment, but cant get the
>> notifications from server, debuging on device I get follow error:
>>
>> 05-23 20:41:43.474 2692-2692/org.wso2.iot.agent E/APIController:
>> {"code":500,"message":"Internal server error.","description":"The server
>> encountered an internal error. Please contact administrator.","moreInfo":"",
>> "error":[]}
>> 05-23 20:41:43.474 2692-2692/org.wso2.iot.agent E/APIController:
>> com.android.volley.ServerError
>>
>> I tried to enable some DEBUG log, but cant find a usefull message,
>> appears to be a problem at server side now on 
>> org.wso2.carbon.device.mgt.mobile.android.api
>> plugin.
>>
>> on Server I got:
>> ==> core/repository/logs/http_access_2017-05-23.log <==
>> 10.0.0.4 - - [23/May/2017:20:52:11 -0300] "PUT
>> /api/device-mgt/android/v1.0/devices/17e2fad557210525/pending-operations
>> HTTP/1.1" 500 160 "-" "Synapse-PT-HttpComponents-NIO"
>> 10.0.0.4 - - [23/May/2017:20:54:30 -0300] "PUT
>> /api/device-mgt/android/v1.0/devices/17e2fad557210525/pending-operations
>> HTTP/1.1" 500 160 "-" "Synapse-PT-HttpComponents-NIO"
>> 10.0.0.4 - - [23/May/2017:20:55:50 -0300] "POST /oauth2/token HTTP/1.1"
>> 400 87 "-" "Synapse-PT-HttpComponents-NIO"
>> 10.0.0.4 - - [23/May/2017:20:56:09 -0300] "POST
>> /services/APIKeyValidationService HTTP/1.1" 200 3408 "-" "Axis2"
>> 10.0.0.4 - - [23/May/2017:20:56:09 -0300] "PUT
>> /api/device-mgt/android/v1.0/devices/17e2fad557210525/pending-operations
>> HTTP/1.1" 500 160 "-" "Synapse-PT-HttpComponents-NIO"
>> 10.0.0.4 - - [23/May/2017:20:56:49 -0300] "PUT
>> /api/device-mgt/android/v1.0/devices/17e2fad557210525/pending-operations
>> HTTP/1.1" 500 160 "-" "Synapse-PT-HttpComponents-NIO"
>> 10.0.0.4 - - [23/May/2017:20:58:20 -0300] "PUT
>> /api/device-mgt/android/v1.0/devices/17e2fad557210525/pending-operations
>> HTTP/1.1" 500 160 "-" "Synapse-PT-HttpComponents-NIO"
>> 10.0.0.4 - - [23/May/2017:20:59:59 -0300] "POST
>> /services/APIKeyValidationService HTTP/1.1" 200 7832 "-" "Axis2"
>> 10.0.0.4 - - [23/May/2017:20:59:59 -0300] "PUT
>> /api/device-mgt/android/v1.0/devices/17e2fad557210525/pending-operations
>> HTTP/1.1" 500 160 "-" "Synapse-PT-HttpComponents-NIO"
>> 10.0.0.4 - - [23/May/2017:21:00:50 -0300] "POST /oauth2/token HTTP/1.1"
>> 400 87 "-" "Synapse-PT-HttpComponents-NIO"
>> 10.0.0.4 - - [23/May/2017:21:02:11 -0300] "PUT
>> /api/device-mgt/android/v1.0/devices/17e2fad557210525/pending-operations
>> HTTP/1.1" 500 160 "-" "Synapse-PT-HttpComponents-NIO"
>> 10.0.0.4 - - [23/May/2017:21:03:46 -0300] "PUT
>> /api/device-mgt/android/v1.0/devices/17e2fad557210525/pending-operations
>> HTTP/1.1" 500 160 "-" "Synapse-PT-HttpComponents-NIO"
>> 10.0.0.4 - - [23/May/2017:21:04:12 -0300] "PUT
>> /api/device-mgt/android/v1.0/devices/17e2fad557210525/pending-operations
>> HTTP/1.1" 500 160 "-" "Synapse-PT-HttpComponents-NIO"
>> 10.0.0.4 - - [23/May/2017:21:05:52 -0300] "POST /oauth2/token HTTP/1.1"
>> 400 87 "-" "Synapse-PT-HttpComponents-NIO"
>> 10.0.0.4 - - [23/May/2017:21:06:01 -0300] "PUT
>> /api/device-mgt/android/v1.0/devices/17e2fad557210525/pending-operations
>> HTTP/1.1" 500 160 "-" "Synapse-PT-HttpComponents-NIO"
>>
>> Now I will try to check how to figure out why got these errors.
>>
>> Best regards.
>>
>> Clóvis
>>
>>
>>
>> Em 22 de mai de 2017 05:24, "Lakshman Udayakantha" <[email protected]>
>> escreveu:
>>
>> Hi Clovis,
>>
>> According to the compatibility doc [1], IOT 3.0.0 should work with agent
>> 2.0.0 version. Could you check the tag and build and see? Anyway, can you
>> see any error in log (server log or logcat)?
>>
>> [1] https://docs.wso2.com/display/IoTS300/WSO2+IoT+Server+an
>> d+Agent+Compatibility
>>
>> Thanks,
>> Lakshman.
>>
>> On Sun, May 21, 2017 at 7:41 PM, Clovis Wichoski <[email protected]>
>> wrote:
>>
>>>
>>> Hi,
>>>
>>> I'm try to configure and test with Sansung Tablet SM-T560 that uses
>>> Android Kitkat 4.4.4, when I try the application on emulator with same
>>> version all works fine, but when use with physical device dont get
>>> enrollment, I'm compiling the sources from git on branch release-2.0.0 (as
>>> I see that some changes in APIs dont worked with new branches) that work
>>> with version 3.0.0 of WSO2 IoTS.
>>>
>>> Can be any specific issue with physical devices that differ from
>>> emulator? Any clue? Maybe using another branch or tag?
>>>
>>> Best regards
>>>
>>> Clóvis
>>>
>>> _______________________________________________
>>> Dev mailing list
>>> [email protected]
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Lakshman Udayakantha
>> WSO2 Inc. www.wso2.com
>> lean.enterprise.middleware
>> Mobile: *0717429601*
>>
>>
>>
>
>
> --
> Lakshman Udayakantha
> WSO2 Inc. www.wso2.com
> lean.enterprise.middleware
> Mobile: *0717429601*
>
>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to