Hello Kavya,
that means, the application is working well at the beginning and the screen composition with the arc and the image is displayed correctly? The error occurs later. Right?
If this is the case, it indicates a memory leak. Such leaks can occur when the application, e.g. continues creating and presenting instances of GUI components. I would thus recommend to try following:
1. In the target system enable Monitoring the Data Memory (RAM) usage. Run the application and observe the RAM usage. Is it high from the beginning or does it increase?
2. If you have the impression that the application consumes more and more RAM, you can run the application in Embedded Wizard Studio and open the Memory (RAM) Usage window. Unlike option 1 above, the window provides more details concerning what entities (e.g. objects of which classes) occupy the memory.
I hope it helps us to narrow down the cause of the problem.
Best regards
Paul