ServerSocket  -Error #2004 but only after install air app in win XP

OOPS wrong section, posted also in Adobe AIR2....sorry
When i try to connect i receive: Error #2004 after bind().
but only when start the installed air on win XP,
testing in flash CS4 is ok and on macOS 10.6 is always ok
here' the code:
import flash.net.*;
import flash.net.ServerSocket;
import flash.events.ServerSocketConnectEvent;
import flash.errors.*;
var servSok:ServerSocket = new ServerSocket();
servSok.addEventListener(Event.CONNECT, connect);
var msg:TextField = new TextField();
msg.height=300;
msg.width=300;
msg.x=50;
msg.y=50;
this.addChild(msg);
msg.appendText("------MSG--------\n");
function connetti(e:Event):void {
    try {
        var port:int = int(8888);
        var address:String = "0.0.0.0";
        this.servSok.bind(int(port),String(address));
    } catch (e:Error) {
        this.msg.appendText("errore bind:"+e.message+"\n");
    try {
        this.servSok.listen(5);
    } catch (e:Error) {
        this.msg.appendText("errore listen:"+e.message+"\n");
        trace("errore listen:"+e.message);
function connect(e:ServerSocketConnectEvent):void {
    msg.appendText("connesso:"+e+"\n");
//----conn is a button....
this.conn.addEventListener(MouseEvent.CLICK,connetti);
stop();
Can anyone may help me?

Well, well, well, right before somenone could answer me. I found the answer just here in the forum. I really love it!!!
  Seems to be a incompatibility with the file created on Folder Lock installation: "windrvnt.sys." In this case, it is just uninstall Folder Lock and tah dah! Everything works perfectly.
  Here comes my request: Hey, developers you all could give a try in resolve this issue, huh? At least give a try...It'll be very nice have the two programs properly installed in anybody's (who wants it) system.
  Thanks, anyway for this space to research, change some infos even undirectly. If it was not this forum and all the debate in here maybe I'll be in the dark search for the resolution of it.
  Thanks.

Similar Messages

  • Why error messages not displaying in installed AIR app?

    Hi!
    Help me please understand how AIR handle errors. When I run air application from the Flex Builder and have some code that
    generates an error, a window appears with the error description, such this:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at MyApp/genError()[C:\FlexProjects\MyApp\src\MyApp.mxml:10876]
        at MyApp/___MyApp_Button92_click()[C:\FlexProjects\MyApp\src\MyAppmxml:10880]
    So I can see where error is occur and handle it. But when I release build the same app, run it, click the button that generate error, nothing happens, no error messages etc. So users can not catch bug even if it happens and can't reported it ...

    Thanks Ted!
    I will make every effort to debug errors at development time, but can not be 100% sure that they can all be found immediately. Can I set in the compiler option some parameter to 'true' for displaying error messages or something like that?

  • I'm getting a Download Error warning after attempting to download and install CC. No error code – just a button prompt to Reload Applications which takes me straight back to the Download Error. All my previously installed CC apps work fine but I need to u

    I'm getting a Download Error warning after attempting to download and install CC. No error code – just a button prompt to Reload Applications which takes me straight back to the Download Error. All my previously installed CC apps work fine but I need to upgrde to be compatible with colleagues. Thanks

    I'm having exactly the same problem......I'm running an iMac with OS X 10.10.1. We have BT fibre optic business broadband. Everything has been running just fine until about 2 weeks ago when the apps in my CC panel just disappeared. I have made no changes to our systems and I am the only person to administer it all.....

  • How to get errors and/or air.trace() from installed air app?

    I'm trying to debug an installed air app that behaves
    differently once installed than when run with adl. However, i can't
    figure out any way to get errors or air.trace() information. I am
    on OS X (10.5.6). Any tips?
    I imagine this should be easy since debugging an installed
    app is pretty much a necessity for development.

    You can enable logging to a text file using settings in the
    mm.cfg file. See
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19323
    Note that ALL trace output will go to the log.
    Other things you can do are:
    1. Run the installed app with adl -- just pass the installed
    app descriptor to adl on the command line
    2. Supply a publisher id to adl. This removes one difference
    between installed/ not installed apps and may be enough if the
    behavior issue has to do with local connections or other matters
    involving the publisher id.
    3. Use the adl -nodebug flag. This removes another difference
    between installed/uninstalled apps. You won't see uncaught
    exceptions, but trace statements are still reported.

  • Error code 213.11 after installing trial version of Photoshop Elements

    I keep getting Error Code 213.11 after installing the trail verison of Photoshop Elements.  What or how can I fix this.

    THANKS FOR YOUR QUICK ANSWER, UNFORTUNATELY THIS IS ALL FOREIGN TO ME, i TRIED FIDNING THE FLEX NET FOLDER AND COULDN'T FIND IT.  dO YOU KNOW OF ANY OTHER SOFTWARE THAT ALLOWS YOU TO EASILY PUT YOUR PHOTOS INTO ALREADY EXISTING DIGITAL FRAMES, NOT A DIGITAL FRAME FOR YOUR COMPUTER, BUT WILL LET YOU ADD YOUR OWN FRAMES AND INSERT PHOTOS INTO THEM.  i'M AT A WIT'S END ON WHAT TO DO, I'VE TRIED GIMP AND PAINT.NET AND WATCHED VIDEOS ON HOW TO DO THIS AND IT IS NOT ALLOWING ME TO DO IT LIKE IT SHOWS.  iS THERE SOME OTHER FORMAT THAT THE DIGITAL EFFECTS FRAMES SHOULD BE IN OR THE PHOTOS, i'M LOSING IT  I'VE SPENT COUNTLESS NIGHTS AND CAN'T FIND AN EASY PROGRAM TO LET ME DO THIS.  THANKS FOR ANY HELP YOU CAN GIVE ME.  LORI

  • Do I need to install boot camp on Windows 7 as well as on Lion? I already installed it some years ago on Leopard when installing Windows Vista on my Macbook Pro. But now after installing Windows 7, many things in windows doesn't work (sound etc.)

    Do I need to install boot camp on Windows 7 as well as on Lion? I already installed it some years ago on Leopard when installing Windows Vista on my Macbook Pro. But now after installing Windows 7, many things in windows doesn't work (sound etc.). I made a clean installation because I needed to go from 32 bit to 64 bit.
    Or should I just update bootcamp in Lion? (cause when I search for "boot camp" in Windows 7 there's no result)

    Installation Guide
    Instructions for all features and settings.
    Boot Camp 4.0 FAQ Get answers to commonly asked Boot Camp questions.
    Windows 7 FAQ Answers to commonly asked Windows 7 questions.
    Apple Boot Camp Support
    Lion's Boot Camp Assistant 4.x should have downloaded Apple drivers as part of also partitioning.
    You need Apple drivers. And you then need to add on your own audio driver.
    You can run Assistant at any time to download and save a set of drivers.

  • Error in staring JDev11g after installing on Vista.

    Hi,
    I am getting the following error while starting JDeveloper after installing.Can any one provide a pointer on what could be done to fix this.
    java.io.IOException
    at oracle.ide.marshal.xml.StructureIO.loadUsingSAX(StructureIO.java:251)
    at oracle.ide.marshal.xml.StructureIO.loadImpl(StructureIO.java:167)
    at oracle.ide.marshal.xml.StructureIO.loadImpl(StructureIO.java:156)
    at oracle.ide.marshal.xml.HashStructureIO.load(HashStructureIO.java:46)
    at oracle.ideimpl.extension.RoleManagerImpl.getRolePreferences(RoleManag
    erImpl.java:80)
    at oracle.ideimpl.extension.ExtensionManagerImpl.runRoleSelectionDialog(
    ExtensionManagerImpl.java:1166)
    at oracle.ideimpl.extension.ExtensionManagerImpl.initialize(ExtensionMan
    agerImpl.java:1029)
    at javax.ide.Service.getService(Service.java:68)
    at javax.ide.extension.ExtensionRegistry.getExtensionRegistry(ExtensionR
    egistry.java:400)
    at oracle.ide.ExtensionRegistry.getExtensionRegistry(ExtensionRegistry.j
    ava:176)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1348)
    at oracle.ide.Ide.startup(Ide.java:698)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:184)
    at oracle.ideimpl.Main.main(Main.java:146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:72)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:64)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    190)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Caused by: org.xml.sax.SAXParseException: <Line 1, Column 1>: XML-20108: (Fatal
    Error) Start of root element expected.
    at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:422)
    at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:287)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidati
    ngParser.java:373)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingP
    arser.java:314)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:225)
    at oracle.xml.jaxp.JXSAXParser.parse(JXSAXParser.java:292)
    at oracle.ide.marshal.xml.StructureIO.parseWithSAX(StructureIO.java:266)

    So you tried to install jdev on your iPhone and got this error?
    Come on help us to help you. Provide more info, check the forum sticky post 'read before posting'
    Timo

  • I bought a new ipad air but when i install the apps , all of them are gone , but i app store still are and says you can open it. But it can not open.

    I bought a new ipad air but when i install the apps , all of them are gone , but i app store still are and says you can open it. But it can not open.

    The apps available to you are dependent on your location. If you are not in the USA, then you cannot get the USA app store. Whilst you may think that is unfair, it has been a part of the stardard terms and conditions you agreed to when you setup the iOS device in question originally, as well as every time you click agree to the terms and conditions.
    This is done because of two things, firstly there are many legal and semi-legal reasons that an iOS app store download is available in one territory and not another, in addition to this, it also allows apple to provide language specific content, as well as team up with companies and organisations within individual organisations in order to provide you with exclusive offers, content, and information, which it would not otherwise be able to do.
    Rules for the iOS app store are also applied in varing forms for the music store, the books store, and the iTunes U content library.
    I can very much understand your fustraition, as someone who spent a considerable portion of his life, especially during the years he grew up, living in California, USA, but now living in London, UK, I too find it very fustraiting that you cannot always get the same content from one country to another, especially when most marketing for iOS apps originates in the USA these days.
    I hope this helps your query and helps to ease your fustraition. If you would like apple to be aware of your fustraition, rather than putting it onto a pubilc form which is on monitored in a very limited capacity, then you can fill in the form at http://www.apple.com/feedback where you can give your complaint straight to apple.

  • I purchaced elements and premiere but only elements installed help

    I bought elements and premiere bundle but only elements installed  help

    You have most likely only a 32bit operating system. PRE requires 64bit. Check the product pages for the tech specs and verify the system requirements.
    Mylenium

  • Admin rights to install AIR apps on Windows?

    Hi
    I have the  AIR framework 1.5 already installed on a Windows XP PC.
    After this, are admin/power-user rights required to install AIR apps on the same machine to the "My Documents" folder? I would assume NO. Pls clarify.
    If admin rights are required, are there ways to disable certain install features (Add/Remove control panel entry etc) to remove this admin requirement?
    Thanks in advance

    You must have the correct permissions to install anything.  This includes AIR applications.

  • After installing an App, the icon does not appear on the desktop?

    After installing an App, the icon does not appear on the desktop? Where would I find it?

    Some people have found that an app (usually iBooks for some reason) hasn't appeared on a homescreen until after the iPad has been reset and has restarted : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.
    Also depending on what the app is have you got an age rating set in Settings > General > Restrictions that is hiding it ?

  • HT201299 After installing an app on iPhone 5s, I can't use it outside of wifi (using cellular or mobile data) and the app is not listed in settings to enable its use of mobile data - any clues on what is wrong here?

    After installing an app on iPhone 5s, I can't use it outside of wifi (using cellular or mobile data) and the app is not listed in settings to enable its use of mobile data - any clues on what is wrong here?

    Steps to take to resolve this issue:
    1/  Turn off Wifi
    2/  Ensure Mobile (cellular) data is on
    3/  Turn iPhone OFF and then ON (re-boot iPhone)
    4/  Without turning Wifi on, open an app that requires mobile (cellular) data.
    5/  The app will now show on the Settings list with the option to enable or disable mobile (cellular) data
    6/  In time all apps that require or use mobile data will be added to the list automatically.

  • No error shown but database not installed (no c:\sapdb directory created)

    After a failed installation of NetWeaver 2004s ABAP Trial Version (SP11) downloaded from SDN, I removed MaxDB using the control panel, deleted the SAP and sapdb directories, restored the services file, and ran the registry clean tool.
    I then tried to install the SP10 version from the DVD in the new ABAP Objects book - this ran for only a couple of minutes, gave no errors but didn't install the database.  I presumed this was an error with the DVD so I cleaned everything up again and tried installing the downloaded SP11 version again, but the same thing happened: it only ran for a couple of minutes and said everything was OK but created no database directory.
    Any ideas?
    Thanks in advance,
    Andrew

    Hello Andrew,
    Unistall/delete your current NSP system.
    Afterwards remove the folder
    <DRIVE>:Program FilesCommon FilesInstallShieldUniversalSAP
    and all sub-folders and reinstall SP11 again.
    Kind regards,
    Klaus

  • Itunes unknown error [-50] but only on my login...

    o my fricken god this thing is driveing me crazy. I have had an ipod nano since christmas with everything working perfectly till about a month ago. right about then my itunes stoped opening. whenever i tried to open itunes it would give me this error message that says
    "the iTunes application could not be open. An unknown error occured(-50)."
    about three days after that when my ipod batery died and i went to charge it it wouldnt charge but the charge screen would flicker as if it were trying to do it but couldnt. then it compleatly stoped doing anything. so i went and traded it in for a new one. i wiped itunes from my computer and reinstalled it. this did absolutly nothing the error message still came up. not only that but to load it i had to log on as anyone else but me, because when i tried to load it it would give me this error saying
    "1608: Unable to create InstallDriver instance, Return code: -2147024894"
    well i went onto the disscussions page and spent the beter part of an houre searching for someone that had the same problme as me, and found one. in his the same error was showing up so what he did was he wiped and reinstalled quicktime and it worked fine after that. so i tried to do this. well that same error that came up when i tried to install itunes came up when i tried to install quicktime. so once again i had to go onto someone elses login and load it. this time it worked fine under their log in and after puting a few songs into it i tried to attach my ipod to it to stick the songs on it but it wouldnt recognize it no mater what. the worst part is that that same error(-50) is still there but only on my login.
    Will someone please help me eather fix this or at least help me get my songs onto my ipod.
    P4   Windows XP Pro  

    hiya!
    hmmmmm. the fact that the (-50) is happening in one account but not the others suggests some possibilities. there's components of itunes that are unique to each different account on the PC.
    there's a different set of library files in each account, for example. a damaged library file can sometimes cause odd issues.
    What are the iTunes Library files?
    perhaps we could try a "library recreation" in your user account:
    How to recreate your iTunes Library
    iTunes: How to backup and restore playlists
    can you get itunes to launch in your account with a recreated library file in place?
    love, b

  • Connection Error on starting GUI after installing SAP ABAP Trial Version

    I bought the new edition of ABAP Object recently.
    I tried to install the SAP NetWeaver 2004s ABAP Trial Version that came with the book. After installing the WAS and SAP GUI 7.0.
    Then, I set up the server properties as stated in the CD.
    System Connection Parameters:
    Description: NSP local
    Application Server: localhost
    System Number: 00
    System ID: NSP
    When I try to connect to the server, it gave me the following errors:
    partner '127.0.0.1:sapdp00' not reached.
    Error Text: WSAECONNREFUSED:Connection refused.
    Please advise.
    Thanks.
    Kent

    Durairaj,
    I have installed MS Loopback Adapter, and also point my localhost to the IP:
    10.10.0.10   localhost
    But I still not able to connect to NSP local system.
    The network connection for the Loopback Adapter is showing No or Limited Connection, is that because of this reason?
    Thanks.
    Kent

Maybe you are looking for