I am working on a java utility that fetch all data from ASANA application and parse this data and save it to local database. But when I execute this utility after some time program output stuck but program execution status is running.And pointer is blinking. I don't know what is exact problem. May be ASANA server stop responding, may be network issue, may be utility stop working, may be any other issue. If java utility have any issue or error than exception must be occur but till now this utility gives no exception. Please help me...
Below is Java utility execution image link in which program's output is stuck but pointer is blinking
Im sorry but this is not enough information to troubleshoot the issue here. If you post the code that you have written somebody may be able to identify a loop you have entered. In terms of the Asana API, any request will timeout after 30 seconds so I would suspect this is an issue in your client.