Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
noopesh
Posts: 60
Registered: ‎05-04-2011
My Carrier: None
Accepted Solution

BrowserField issue on BB7.0

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.

Please use plain text.
Developer
noopesh
Posts: 60
Registered: ‎05-04-2011
My Carrier: None

Re: BrowserField issue on BB7.0

i am testing this on Blackberry 7.0 simulator.
Please use plain text.
Developer
peter_strange
Posts: 17,659
Registered: ‎07-14-2008

Re: BrowserField issue on BB7.0

What happens when you try this same URL using a simple screen like that created in this KB article?

 

http://supportforums.blackberry.com/t5/Java-Development/BrowserField-Sample-Code-Create-your-first-B...

 

Also I think you are missing a colon in this URL:

local//test.html

 

I think it should be

local://test.html

Please use plain text.
Developer
noopesh
Posts: 60
Registered: ‎05-04-2011
My Carrier: None

Re: BrowserField issue on BB7.0

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.

Please use plain text.