Debugger: Can't make a connection

Hi there,
When debugging my application, I can't seem to make a connection to the debugger. I've tried the "right-click" the swf, choose 'debugger', choose 'other machine' and enter '127.0.0.1' option but I still can't connect. 'localhost' doesn't work either. I've looked everywhere for a solution and no one really seems to understand why this is occuring. I've also tried uninstalling some the various suggested plugins in Firefox but to no avail. Note: I can't connect on either Mac Firefox (3.0.13) or Safari.
Details:
Flash Builder 3
Flash Player version MAC 10,0,32,18
Debug Player: yes
Mac OS 10.4.11
Any suggestions would be greatly appreciated.
Thanks.

Sometimes I wonder if I can honestly call myself a Flash/Flex developer...
It turns out I didn't place a breakpoint in my app. The minute I did and debugged, voila! I now have a working and connected debugger.
Thanks fo ryour help, BaBO. I appreciate it.
Novian

Similar Messages

  • I have an Iphone 4s and i can't make a connection to my mac and other devices via bluetooth! Why is this a problem and how can i repair it?

    I have an Iphone 4s and i can't make a connection to my mac and other devices via bluetooth! Why is this a problem and how can i repair it?

    "I have an Iphone 4s and i can't make a connection to my mac and other devices via bluetooth! ":
    That is correct.
    "Why is this a problem and how can i repair it?"
    Becasue this has never been a feature of iphone/ipod/ipad.  There is nothing to repair.

  • Can I make a connection to an AS/400 from Discoverer?

    Hi,
    Can I make a connection to an AS/400 from Discoverer?
    tia,
    /Guillermo

    try this!
    create a ODBC Datasource by using the "Microsoft ODBC Manager"
    then write following connectionstring "user/pasword@odbc:odbc_source"
    maybe it works
    good luck
    Udo

  • Can't make a connection from JDeveloper 10g (9.0.5.0) to WebLogic 8.1

    I can't make a connection from JDeveloper 10g (9.0.5.0.0) to WebLogic 8.1
    When I click "Test connection" JDeveloper 10g writes the following:
    Cannot instantiate class: weblogic.jndi.WLInitialContextFactory
    Have somebody ever established a connection from JDeveloper 10g (9.0.5.0) to WebLogic 8.1? How to do this?

    It connects successfully now. Thank you for the information.
    But it does nothing when I try to deploy my J2EE application.
    I right-click on Resources -> application.deploy, choose "Deploy to" -> my connection. It starts to do something obscure.
    Then I go to the WebLogic console and it shows that there is no my application.

  • I recently installed CS4, and I can not make a connection to my website.  Message an FTP error occurred and cannot make a connection to host. The remote host cannot be found.

    I recently installed CS4, and I can not make a connection to my website.  Message an FTP error occurred and cannot make a connection to host. The remote host cannot be found.

    Open up your site definition (double-click on the site name in the File panel or choose Site > Manage Sites > Edit) and go to the Remote Info category. There, click Use Firewall (if it isn't already selected) - press Test to try the default firewall settings. If that doesn't work, click Firewall Settings. You'll see two relevant settings about 2/3 down - Firewall host and Firewall port. If Firewall port is 21, there probably is something blocking the port.
    On Windows XP, you may have the Windows Firewall installed and blocking. Here's how you get to it:
    To open Windows Firewall
    1.
    Click Start and then click Control Panel.
    2.
    In the control panel, click Windows Security Center.
    3.
    Click Windows Firewall.
    Once you have that open, you'll need to set Dreamweaver as an exception to blocking:
    On the Exceptions tab, click Add                     Program.
    In the list of programs, click the name of the program (Dreamweaver) that you                     want to add, and then click OK. If the name of your program is                     not in the list of programs, click Browse to locate the Dreamweaver.exe in the Program Files folder and then click OK.
    Hope this helps - Joe
    Joseph Lowery
    Author, Dreamweaver CS4 Bible

  • Hello. I have an iphone 5s and i can not activate imessage nor facetime. I followed all the steps provided by the apple page and still i can not make it connect. The phone is connected to wifi at all times and has ios 8.

    Hello. I have an iphone 5s and i can not activate imessage nor facetime. I followed all the steps provided by the apple page and still i can not make it connect. The phone is connected to wifi at all times and has ios 8.

    Can you send SMS by using the mobile data network instead of Wi-Fi? I had the same problem setting up my 5s from a backup of my 4s. Only after I sent an SMS via mobile data network, somehow iMessage and FaceTime got activated a couple of minutes later without me doing anything else.
    I even changed my Apple ID password, because at one point I could not log into my account when iMessage asked for my account details.
    If you have difficulty activating FaceTime or iMessage - Apple Support

  • Satellite Pro 4600: When I use WEP, I can't make any connection anymore

    Hey everybody,
    When I connect my Tohsiba Satellite Pro 4600 via the build-in wireless network card without WEP to an AP, there is no problem, connection is establische and everything is working fine.
    When I use WEP, I can't make any connection anymore.
    Is there a solution to use 128 Bit WEP encryption on a Thosiba Pro 4600 laptop with the build-in WLAN.
    Thanks in advanced
    Pokettuk

    What WLan card do you use?
    As far as I know the notebook should be equipped with the Wireless LAN / WiFi Standard: 802.11b ORiNOCO Mini PCI card.
    This card supports security 64 WEP or 128 RC4.
    Everything looks like you WLan card doesnt support the same security standard like your WLan router. You should understand that this WLan card is an oldie about 7 years old.
    I think the best solution is to use the external USB WLan stick which would support the newest encryption standards
    Bye

  • How can i make a connection between an application and a database over net

    dear sir
    how can i make connection between an appliction and a database over internet while the client side appliction is behind proxy and firewall
    for example how the live update of norton antivirus makes connection to the data server to make comparetions and get new virus definitions
    does that depend on sockets technology ?
    what references can guide me to the solution please?

    The ability to do so depends entirely on the JDBC driver implementation having some proxy method. It needs to recognize the HTTP or SOCKS proxy and use them to connect, and the firewall and proxy need to allow those specific port connections.
    To the best of my knowledge, all of these update utilities, e.g. live update for Netscape, Norton, etc., do not connect directly to the database. As it is, no sane security person would allow a database to be exposed to the Net. Rather, they connect using HTTP or HTTPS, which normally traverses firewalls just fine, to connect to a Web or application server on the far end. That application server then parses the request and retrieves whatever it needs to from the database.
    In other words, you cannot have a 2-tier client/server application. You need a 3-tier application:
    your client -> Web/app server -> database
    where the connection from your client to the Web/app server is over http or https through the firewall and proxies.
    Hope this helps.
    Avi
    dear sir
    how can i make connection between an appliction and a
    database over internet while the client side
    appliction is behind proxy and firewall
    for example how the live update of norton antivirus
    makes connection to the data server to make
    comparetions and get new virus definitions
    does that depend on sockets technology ?
    what references can guide me to the solution please?

  • Using face Time can I make video connection simultaneously with an apple lap top and a iPhone 4?

    Using an iMac can I make a Face Time connection simultaneously with an apple lap top (has face time app) and an iPod4 (also has face time app)? If so, how?

    I havn't got it, but have you tried the Skype for iPad app ? - http://itunes.apple.com/us/app/skype-for-ipad/id442012681?mt=8#

  • Can't make a connection between my tv and laptop

    I can make a connection between my laptop and tv as far as being able to view the picture I have as my wallpaper on the tv, but that is all.  If I change the wallpaper picture on my laptop it will change on the tv also, but again that is all I can do. That is far as I can get.  Just a picture, no icons, no nothing.  I have connected using a 15 pin cable on both ends.  I have windows xp.  There must be a setting in control panel, display or somewhere but I cannot find it.
    HELP

    Thanks, but that didn't work.  Nothing happened.  This time however I completely turned off the tv and computer.  When I booted up the tv screen showed my password sign in screen.  I entered my pass word,  The screen momentarily showed my complete desktop, both  wallpaper and icons but after about a second or two it blinked and then showed only my wallpaper as before.  Puzzling.  There has to be an answer somewhere.
    Thanks for your help.

  • Can't Make Database Connection

    This is my error message:
    quote:
    Access Denied. The file may not exist, or there could be a
    permission problem.
    What I have tried...
    Every Help Menu item relating to DNS, Virtual, DNSLess,
    ODBC.... etc etc etc...
    I changed ISPs as I thought that my old one had server side
    issues, but my new one has the same problem. For the life of me I
    can not get a connection made.
    I have created a ODBC on the ISP pointing to my MS Access
    database, when I click test the server reports back that it is a
    good connection, when I try to do it with Macromedia I keep getting
    the error. Why does this have to be so difficult with Macromedia.
    What could I be missing, does anyone have any guidance
    besides what Macromedia offers in their help files because none of
    that is working.
    I even set my computer to a DMZ.
    This is crazy!!!!!!

    I don't know about 8.0.3 to jdeveloper2.0
    But I have installed jdeveloper2.0 trial version on win'98. I
    have Oracle 8.0.4 personal edition.I have connected 8.04 to
    jdeveloper2.0. You have start listener of oracle 8.04.Then you
    try for connection. It automatically connects.
    you don't need an network card.
    Regards
    Jagdeesh Pinni
    null

  • Can't make a connection with Network Solutions

    I successfully published my site today to the GoDaddy server - no problems, the iWeb Site Publishing Settings Page worked great.
    I have another site on Network solutions. I put in all the correct information in iWeb's FTP Server Settings block on the Site Publishing page. Hit "Test Connection" and it failed. Over and over and over. So get this - I call Tech Support at NetSol. They are on the line with me for half an hour and we tried everything and could not make a connection. We both gave up.
    Is anyone having problems getting a connection with NetSol?
    I just tested the Apple Publishing page with GoDaddy again and it still works just fine there.

    This Apple doc may help:
    _iWeb '09: Publishing to Windows based FTP server_
    Also, a forum reader wrote:
    I just changed my "website URL" field to read nothing more than "http://". Problem solved.
    ...Quoted from this old thread:

  • Can I make the connecting time longer?

    I know that the website will connect if I can get a longer searching time. How can I lengthen that connecting time?

    See http://drewthaler.blogspot.com/2005/09/changing-dns-query-timeout-in-windows.html
    Try to modify this Multi String registry key:
    *HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\DNSQueryTimeouts
    * Multi String: "1 2 2 4 8 0" -> "4 8 8 16 32 0"

  • Can't make IP connection to cRIO anymore

    Short version: The Ethernet connection to my cRIO but suddenly became unstable, and I can't connect to it at all now.
    I'm working on cRIO code for a client and trying to work remotely. We had problems getting the deployed code to run (see http://forums.ni.com/t5/LabVIEW/Real-Time-Applicat​ion-doesn-t-run-source-code-works-fine/m-p/3106679 for more info on that) but this appears to be a brand new problem so I figured I'd start a new thread to avoid confusion.
    It was impossible to troubleshoot from a distance so I convinced the client to ship the cRIO to me. The packaging was undamaged, the unit was well packed, so I am skeptical that it was damaged in transit, but something is happening.
    I started working with it using a direct cable connection between my laptop and the cRIO. Everything was fine for about an hour; then things started to happen. The debug console (from the project window > Operate > Debug Application or Shared Library...") was unable to find a debuggable executable even though it had worked a few minutes before. I restarted the RIO through the project window (right click on target > Utilities > Restart) and after a bit got a message that "an error occurred while trying to reboot the cRIO target". Power cycled. Tried deploying the RT again but it failed because the cRIO wasn't responding.
    I tried all kinds of stuff over the next couple of hours. MAX sometimes sees it and sometimes doesn't. Even when MAX sees it, it tells me there are no network adapters. Network properties and "ipconfig" sometimes show the port is connected and sometimes not. Ping gets a response packet about 25% of the time but the other 75% say "destination unreachable".
    I've tried 4 different cables, both crossover and patch. I connected the laptop to another computer and pinged 100 packets without a problem so it's not my port. I verified my IP address and subnet. I disabled the firewall. Power cycled many times. Booted the RIO into Safe Mode. Used the "IP Reset" switch but MAX can't connect long enough for me to give it an IP address on my subnet. Changed my IP port to a static address on the 169.254.184.X subnet (which is the default subnet that IP Reset puts it on) but I have the same erratic connection. Forced half-duplex per http://digital.ni.com/public.nsf/websearch/FD24D98​FF428F21686256B64007FB6C1). Reset the MAX database per http://digital.ni.com/public.nsf/allkb/2C7480E8569​87FFF862573AE005AB0D9?OpenDocument.
    Nothing works. If anything it's getting worse. My guess is the cRIO has a hardware fault in the IP port. The other port is disabled and I can't connect long enough to enable it.
    I should also note that I worked directly with this cRIO using this very computer for a week in February so all my drivers, etc. should be fine.
    Suggestions?
    Solved!
    Go to Solution.

    Have you tried a different power supply? I've seen odd issues with other electronics once a power supply starts to go.
    Also try removing all of the modules to see if that makes a difference.

  • Client machine can't make HTTPS connections

    Have you tried connecting via telnet from the VM to portal.office.com (or wherever)? The telnet client will need to be installed on Server 2008+I have had network issues with HyperV hosts & VMs, caused by the host being connected to iSCSI targets for backup jobs before, as well as issues with NFS.Along with those problems it would disallow me from removing the virtual switch (in order to recreate it), even with all the VMs shutdown, and after a restart.1st step: Update the drivers & firmware for the adapter(s), along with the the system BIOS / UEFI firmware, and chipset drivers for the host.2nd step: Try removing, and recreating all virtual switches, enable SR-IOV for the BIOS / UEFI, all adapters, and all VMs.3rd step: Try reseting everything via netshell:netsh firewall reset allnetsh interface ip reset allnetsh winsock reset all...

    So the machine is a Hyper V VM of Windows 2012 running SharePoint 2013.I don't know when it started but the machine seems unable to make and keep HTTPS connections.I'm not talking about services trying to use this server via HTTPS.. I'm saying like I can't go to https://portal.office.com . it doesn't work with IE 10 and it dons't work with Chrome either. To try to get any data on this at all, I installed Fiddler and I see this message[Fiddler] The connection to 'manage.windowsazure.com' failed.
    Error: TimedOut (0x274c).
    System.Net.Sockets.SocketException A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 70.37.162.148:443 I installed a new synthetic virtual network adapter, thinking maybe something...
    This topic first appeared in the Spiceworks Community

Maybe you are looking for