Adobe AIR Extension for Dreamweaver 无法连接到时间戳服务器
我在从 Adobe AIR HTML/JavaScript 项目创建 AIR 文件时遇到问题。
我已经安装了适用于 Dreamweaver CS5.5 的 Adobe AIR Extension,并且还安装了最新的 x86 版本的 Java 开发工具包(其中应包括 Java 运行时环境)。我使用的是 Windows 7 (x64)。
通过扩展自签名数字证书后,我尝试将项目构建到 AIR 文件中。但是,我遇到了这个对话框:
连接到时间戳服务器时出错。您可能没有连接到网络,或者服务器本身可能有问题。
单击“重试”重试。
单击“禁用”可创建暂时禁用时间戳的 AIR 文件。如果禁用时间戳,当数字证书过期时,AIR 应用程序将无法安装。
我检查了 Java 控制面板和 Internet Explorer 中的代理设置,但没有任何内容会干扰 Dreamweaver 的连接。我还禁用了 Windows 防火墙并尝试了其他网络连接,但均无济于事。
经过一番研究,我发现一个建议,指出 Geotrust 时间戳服务器可能暂时关闭。尽管如此,等了一天后错误仍然存在。
有人可以帮我解决这个问题吗?谢谢。
I'm having issues with creating an AIR file from an Adobe AIR HTML/JavaScript project.
I've installed the Adobe AIR Extension for Dreamweaver CS5.5 and I also have the latest x86 version of the Java Development Kit installed (which should include the Java Runtime Environment). I'm using Windows 7 (x64).
After self-signing a digital certificate through the extension, I attempted to build the project into an AIR file. However, I encountered this dialog:
There was an error connecting to the timestamp server. You may not have a connection to the network, or the server itself may have a problem.
Click Retry to try again.
Click Disable to create the AIR file with timestamping temporarily disabled. If you disable timestamping, the AIR application will fail to install when the digital certificate expires.
I checked my proxy settings in both the Java control panel and Internet Explorer, but nothing should interfere with Dreamweaver's connection. I also disabled Windows Firewall and tried another network connection, both to no avail.
After some research, I found a suggestion stating that the Geotrust timestamp server may be temporarily down. Despite this, the error still persists after I've waited a day.
Can somebody help me resolve this problem? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了解决方案。
我的计算机上安装了 Java SE 版本 7,但版本 6 是 Adobe AIR 工具支持的最新版本。我降级到版本6,时间戳生成很顺利。
I found the solution.
Java SE version 7 was installed on my computer, but version 6 was the latest version supported by the Adobe AIR tools. I downgraded to version 6 and the timestamp generation went smoothly.