02-13-2012 09:07 AM
Hi,
I have a local page and am rendering that page in BrowserField of OS7.0 . But application is unable to render that page. IllegalStateException comes, when i click on 'continue'. then a prompt comes (with two buttons 'Close' and 'Details'). When i click on 'Close' button, that prompt gets dismissed. But when i click on 'Details' button, the Failure reason comes as:
Error displaying content for: local//test.html
Error message
Shared webkit instance unavailable: Failed to start UMP: (1) system has no resources to complete operation.
Then a blank page comes and nothing more.
If anyone has any idea, then please share.
Solved! Go to Solution.
02-13-2012 09:10 AM
02-16-2012 05:34 PM
What happens when you try this same URL using a simple screen like that created in this KB article?
Also I think you are missing a colon in this URL:
local//test.html
I think it should be
local://test.html
02-17-2012 05:24 AM
thanks for your reply.
'colon' i have provided (in url) in my test application before, but not working that time too.
Now my issue is solved. it is because there is no internet access on my simulator at that time.