`

Failed to connect; session timed out.(无法连接,会议超时)

    博客分类:
  • Flex
 
阅读更多

Failed to connect; session timed out.
Ensure that:
1. You compiled your Flash application with debugging on.
2. You are running the debugger version of Flash Player.
解决办法:来自网络
犯了一个极低的错误,这个原因是自己造成的,是自己把


改为本地自己即可,
查了些英文网站的解决方案,说是什么系统升级,诺顿杀毒软件问题,都不是自己要的答案,是自己以前不小心改了,后来无论怎么卸载、升级、重装flash插件都一个样
http://hi.baidu.com/phperbo/blog/item/bf77fefb29a73b1e6d22ebe4.html
老是遇见这个问题。又的时候是重启动机子得以解决。
解决方法:
问题:
failed to connect session timed out.
ensure that
1. you compiled your flash application with debugging on.
2. you are running the debugger version of flash player.
用一个程序测试一下
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
<mx:Script>
<![CDATA[
import flash.system.Capabilities;

private function reportVersion():String {
if (Capabilities.isDebugger) {
return "You are running the Debugger version of the Flash Player";
} else {
return "You are running the Non-Debugger version of the Flash Player";
}
}
private function reportType():String {
return Capabilities.playerType + " (" + Capabilities.version + ")";
}
trace("123");
]]>
</mx:Script>

<mx:Label text="{reportVersion()}"/>
<mx:Label text="{reportType()}"/>
</mx:Application>
看是否按装debug。另一个问题好像是病毒问题,我的机子上不装杀毒软件。这个可以排除
我以前装的是flash player 9但是我的机子老是打补定的。http://www.adobe.com/support/flashplayer/downloads.html
现在还不知道 flash 9和10的差别 。
下载 flash_debug 10;
install 完毕
console 输出
123
[SWF] C:\Documents and Settings\Administrator\My Documents\Flex Builder 3\test12\bin-debug\test12.swf - 563,178 bytes after decompression

 

分享到:
评论

相关推荐

    关于System.Net.WebException The operation has timed out,即网络操作超时的异常

    绝大部分异常信息为:System.Net.WebException: The operation has timed out,即网络操作超时的异常

    解决 github项目clone报错 Failed connect to github.com:443; 解决

    系统环境:CentOS Linux release 7.6.1810 (Core) 起因:npm构建时报错 ... fatal: unable to access 'https://github.com/nhn/raphael.git/': Failed connect to github.com:443; Connection timed out npm

    brew_install.rb

    解决curl: (7) Failed to connect to raw.githubusercontent.com port 443: Operation timed out错误

    Android-TensorFlow超时所需资源

    Error:Execution failed for task ‘:...org.apache.http.conn.HttpHostConnectException: Connect to storage.googleapis.com:443 [storage.googleapis.com/172.217.27.144] failed: Connection timed out: connect

    mount.nfs: Connection timed out

    mount.nfs: Connection timed out

    java.net.SocketTimeoutException: Receive timed out

    标题中的“java.net.SocketTimeoutException: Receive timed out”是一个Java编程中常见的异常,通常发生在进行网络通信时,接收数据超时。这个异常是由于Socket在等待接收数据时超过了预设的超时时间,没有接收到...

    Linux 应用程序connect timeout原因

    ### Linux 应用程序 Connect Timeout 原因详解 #### 背景介绍 在Linux环境中,当应用程序遇到“connect timeout”错误时,这通常意味着数据传输或接收过程中出现了问题,尤其是在TCP/IP通信中。此类错误往往使得...

    解决 github项目clone报错 Failed connect to github.com:443; Connection

    系统环境:CentOS Linux release 7.6.1810 (Core)  起因:npm构建时报错 ... fatal: unable to access 'https://github.com/nhn/raphael.git/': Failed connect to github.com:443; Connection timed out npm

    解决pip install的时候报错timed out的问题

    在使用Python的包管理工具pip进行包安装时,可能会遇到安装过程中的超时问题,具体表现为“timed out”。这个错误通常表明在连接到PyPI(Python Package Index)或其他Python包索引源时,由于网络问题导致的连接超时...

    C# ftp 上传本地文件 FluentFTP

    Timed out trying to connect(连接超时) 1、网上的不是不全,就是功能太复杂,对于新手小白太难(人生到处都是坑,没有真诚); 2、功能很简单,只是不懂配置,错误太多,找不到方法,始终过不了错误的砍(还是那...

    Android Studio4.0解决Gradle下载超时问题

    当引入或者新建一个项目的时候,在引入gradle版本号的时候会报连接超时的错误:Gradle sync failed: Connection timed out: connect. If you are behind an HTTP········ 解决方法 一、更改项目中gradle...

    openwrt 3.10.49 的内核代码linux-3.10.49.tar.xz

    openwrt 3.10.49 的内核代码linux-3.10.49.tar.xz,编译时经常不能下载,上传保留备份,同时分享给有需要的同学。 解决的如下问题: ...Connecting to downloads.openwrt.org ... failed: Connection timed out.

    python 使用request时关于timeout参数设置无效和报错遇到的一些问题以及解决(csdn)————程序..pdf

    `timeout`可以设置为单一值,表示连接和读取的总超时时间,或者设置为一个元组,分别指定连接超时和读取超时。官方建议将连接超时设置为3的整数倍稍大的值,如3.05或6.05秒,以适应网络波动。 然而,即使设置了`...

    ping一个网段的cmd程序

    timed out timed out timed out ping 210.37.0.2 timed out ping 210.37.0.3 timed out ping 210.37.0.4 nonecho type 3 recvd ping 210.37.0.5 timed out ping 210.37.0.6 timed out ping 210.37.0.7 ...

    Linux下connect超时处理(总结)

    然而,当目标服务器无法响应或响应速度过慢时,`connect`可能会导致长时间的阻塞,这在需要高效率扫描大量服务器端口的场景下尤为不便。本文将对Linux下`connect`超时处理进行总结,探讨如何实现非阻塞的`connect`...

    如何解决PI超时问题

    ### 如何解决PI超时问题 #### 背景与概述 在SAP NetWeaver Process Integration (简称 SAP PI) 的使用过程中,超时问题是较为常见的技术难题之一。特别是对于同步场景下的集成流程(Synchronous XI/PI Scenarios)...

    CTS兼容性测试

    Test failed to run to completion. Reason: 'Failed to receive adb shell test output within ... Test may have timed out, or adb connection to device became unresponsive'. Check device logcat for details

    JSPsession超时提示

    alert("Your session has timed out."); window.location.href = 'http://yoursite.com/some/page/to/redirect/to'; } else { down = setTimeout("CheckSessionStatus();", 1000); } } ``` #### 三、扩展知识...

Global site tag (gtag.js) - Google Analytics