BlackBerry JDE httpdemo 程序在 BlackBerry 设备上引发异常

发布于 2024-10-16 03:40:10 字数 190 浏览 3 评论 0原文

当我在 5.0 设备上运行“Blackberry 示例”的 HttpDemo 时,出现异常:

net.rim.device.internal.io.CriticalIOException:严重隧道故障

但它在模拟器中工作正常。出现这种异常的可能原因是什么,有什么方法可以克服?

When I run HttpDemo of 'Blackberry samples' on a 5.0 device, I get an exception:

net.rim.device.internal.io.CriticalIOException: Critical tunnel failure

But it works fine in the simulator. What are the possible reasons for this exception, and what are ways to overcome it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夜无邪 2024-10-23 03:40:10

在 BlackBerry 上建立 HTTP 连接的方法有多种,具体取决于您的型号和使用的运营商。最好的解决方案是使用 Versatile Monkey 的网络助手类。它查询系统上的服务手册以找到建立连接的正确方法。

There are various ways to make an HTTP connection on the BlackBerry depending on what model you have and what carrier you're using. The best solution is to use Versatile Monkey's network helper class. It queries the service books on the system to find the right way to make a connection.

↙厌世 2024-10-23 03:40:10

严重隧道故障表示您的设备未在“选项”>“高级选项”>“TCP/IP”中正确配置 APN 设置。 APN 由您的服务提供商提供。
您也可以使用 Wifi 作为替代。但如果您想使用 Direct TCP,则必须提供 APN。

Critical tunnel failure indicates that your device has not properly configured APN setting in Options>Advanced Option>TCP/IP. the APN is provided by your service provider.
You also can use Wifi as an alternate. But if you want to use Direct TCP you have to provide APN.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文