自动化服务器无法创建对象 - Microsoft JScript 运行时错误
我正在尝试运行一个从 html 页面启动的 Java webstart 应用程序。加载时,我多次收到一条消息“自动化服务器无法创建对象”的警报,之后应用程序启动并正常工作。警报仅出现在其中一台工作站上。有什么指示我应该看哪里吗? 问候, 荷兰语
I am trying to run a Java webstart application which is launched from a html page. While loading I get an alert with the message "Automation server can't create object" a couple of times after which the applications starts and works fine. The alerts come up only on one of the workstations. Any pointers on where I should look?
Regards,
Dutch
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试以下 IE 设置:“初始化并编写未标记为安全的 ActiveX 控件脚本。”
try the following IE setting: "Initialize and script ActiveX control not marked as safe."
可能适用也可能不适用于您的情况,但据报告,当您具有特定的网络设置时,JScript 运行时在启动 Applet 或 Java WebStart 应用程序时会抛出错误。
时不时地,会有一个 Windows 更新生成此类错误,然后又发布另一个更新来修复该错误,您会看到其中一些错误。你的可能是其中之一。
通常,中间的解决方法是:
显然,只有当您不必通过代理时,该解决方法才有效......
May or may not apply to your case, but there are reported problems with the JScript Runtime throwing up errors when starting up Applets or Java WebStart applications when you have specific network settings.
Every now and again, there's a Windows Update that generates such a bug and another one that follows to fix it and you'll see some of these errors. Yours might be one of these.
Usually the workaround in-between is to either:
Obviously, that workaround is only valid if you do not have to go through a proxy...