I am implementing the application in Blackberry in which I start two threads, one thread constantly receives the UDP packets from the network and stores them in one common queue, another thread is of my player which playes data from this common queue. But in this implementation I some time get the data played, some time getting ControlledAccessException and sometime error 5. So what can be the reason?????
Any help.........