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

Web and WebWorks Development

Reply
Contributor
iruka
Posts: 46
Registered: ‎09-17-2012
My Carrier: DiGi

Unknow Host domainname.com :80 Error

Hi all. I am working on this app that loads all the everything from a server.

 

This are the sample of my config.xml

 

<content src="http://somedomain.com/test_dl/integrateLayout/index.html" />
<access uri="http://somedomain.com/" subdomains="true">
 <feature id="blackberry.ui.menu" />
 <feature id="blackberry.ui.dialog" />
 <feature id="blackberry.system" />
 <feature id="blackberry.system.event" />
 <feature id="blackberry.app" />
 <feature id="blackberry.app.event" />
 <feature id="blackberry.push" />
</access>
<rim:connection timeout="60000">
  <id>TCP_WIFI</id>
  <id>MDS</id>
  <id>BIS-B</id>
  <id>TCP_CELLULAR</id>
  <id>WAP2</id>
  <id>WAP</id> 
</rim:connection>

 It was working fine yesterday but suddenly when I try to run the app. it gives me error Unknown host somedomain.com :80 error.

 

Currently I'm running the app on 9900 running on OS 7.1.

 

Can anyone please help?

Please use plain text.