NetConnection problem to Linux media server

Installed a Flash Media Server on Redhat ELsmp, when try
NetConnection.connect, it always stuck at somewhere. the onStatus
callback never invoked, I can see some traffic back and forth in
ethereal, but the connection never completed. However, the same
code on Windows Flash Media Server works well.
Anybody have an idea what is going on?
Thanks

The general DG4MSQL configuration is correct as DG4MSQL is loaded and tries to connect to the SQL Server.
Is the IP Address and the SQl Server port (HS_FDS_CONNECT_INFO=172.16.30.51:1433//Northwind) correct?
Can you ping it from the Oracle gateway machine?
Can you telnet to it from the gateway machine to the SQl Server: "telnet 172.16.30.51 1433"

Similar Messages

  • Linksys WRT610 Firmware 2.00.00 B05 media server

    Has anyone been able to get the twonky media server to work? i cannot seem to get it to work no matter what i do. ive tried to set it up through connecting to it on 192.168.1.1 i enabled the upnp server and set the folder and it just never shows up anywhere.
    i can connect to the hdd as a mapped drive no problem but the media server portion just will not work. i tried to connect directly to the twonky server which in old firmware was 192.168.1.1:9000 and it has no luck connecting. I tried to telnet and ssh into it via another google suggestion and i couldnt do that either.
    how the hell do i get the media server setup and working?

    As you have already resetted your router and re-configured all the settings on it again and still its not working, then i think you should try using the twonky media server and check using twonky media server are you able to access the media server on your XBOX or on your PS3.
     As the twonky media server is more stable and many users have used it and it works perfectly fine.

  • Problrm with Home Media Server

    Hi,
    I have problem wit Home Media Server). When I want to synce something it stops on 0%.I can weit a bit but it helps not.It showes me that the synce is complete but nothings in my computer.
    When I want tu transfer music than it finds the server and everythings fine but whit pictures it showes me that he cant find a server. My phone model is 5630 Xpress Music

    I upgraded my Nokia Home Media Server by downloading and installing Simplecenter 4.2 (available at several download sites, just google for it). When I switched on Home Media Server on my N95-1, Simplecenter recognised it immediately.
    I can now browse files on my PC from my N95-1, select a photo, video or music file and play it on the phone. (Remembering to select Options - Play On Device, otherwise the file details appear on my phone but it actually appears/plays on the PC!).
    Operating from the PC doesn't seem to work though: I can't get Simplecenter to show the files on the phone. If I select Device - Copy From Device (which should produce a list of files on the phone), Simple Center scans and then tells me I have "0 items", - whereas in fact my phone has over 2000 tracks!
    It is rather slow at finding files and to transferring them. It is unable to connect to the internet (to access Simplecenter's Music Store and find the list of supported devices).
    I do wish Nokia would solve this connectivity problem by releasing their Home Music Manager device which streams over wi-fi, connecting your phone to your hi-fi, TV, PC and the internet. This device has been shown in Nokia's online store for over a year, unpriced and unavailable.
    Golux

  • EA6900 DLNA Media Server update intervall

    Hi everyone,
    I have the problem, that the media server does not update within the setted intervall. I set it up to scan the folders every 2 hours, but i updates the folder only every day or even less.
    For example - I made this screenshot today, October 16 - 10 a.m. (I am writing from Vietnam - so don´t wonder about the dates)
    So i played around withe the settings - 6hr/12hrs - no change.
    We use the DLNA Server for Samsung Smart TVs - so it is important, that it will update regulary.
    Anyone has an idea, what could be the problem?

    already did when I bought the router - so firmware should be the newest.
    Should I try to downgrade to an older firmware?
    I shared the whole drive in the settings.

  • Sharing a media server with MobileMe over Airport Disk

    Is there anyway to set up a NAS drive or Linux Media Server to share over MobileMe using the Airport Extreme's Airport Disk Feature? I haven't been able to find a solution. Thanks.
    Message was edited by: MichaelBradyNet

    The drive would need to be connected to the 802.11n AirPort Extreme Base Station's (AEBSn) USB port in order for it to be shared out as an AirPort Disk. That would rule-out a Linux Media Server (or any other Media Server) or Ethernet-only NAS drives.
    On the other hand, there are potential solutions outside of Back to my Mac/MobileMe to access either of these remotely. However, if your goal is to stream, especially HD video, over the Internet you may not get the desired performance that you are looking for.

  • Problem with NetConnection in Adobe AIR(Flex) using Flash Media Server.

    Hi
    I am creating a small chat application using Flash Media server. I have already created all my user interface components in Flex(Adobe AIR).In this application rather than sending text messages user can also  send  file to another user in his friend list.
    problem what i am facing is, when i am sending file through FMS most of time it send successfully but for some files while sending  application loss netconnection.
    so i would like to know, rather than closing application what are other condition when FMS loses network connection?
    Any help would be appreciated .
    Thanks.

    Hi. It looks like your code is not finding the mp3. At least,
    I can reproduce your error code by removing the mp3 from the
    directory, or renaming it.
    Btw, if you test with FF instead of IE, you'd see the error:
    Error #2044: Unhandled IOErrorEvent:. text=Error #2032:
    Stream Error.
    at KZFlash_fla::Sound_2/KZFlash_fla::frame1()
    Hope that helps.

  • WRT54GS problems connecting PS3 to PC Vista Basic network to enable Media server access

    I have a the above router and a new PS3.  I am trying to connect it to me Windows Vista PC so that I can use WMP11 as a media server.
    The PS3 is connector to the router with a wired connection and I have no problems with it connecting to the inter net and a network connection tests pass ok, with NAT = 2.
    The Vista PC is connected to the router via wireless.  It coneects to the internet ok.
    When I try to view a full network map in the vista PC I cannot see the PS3 nor and unknow devices.  Likewise I cannot see the PS3 or an unknow device when I Select Media Sharing fron the WMP11 option.
    Can anyone please help me?
    Thanks in advance
    Andy

    Check your Firewall Settings, Did you Enable File and Printer Sharing ?

  • File Upload Problem to linux server

    Hi all,
    I have a big problem. I can not get my code to work on a linux web server. The code works fine on my localhost witch is a windows pc. Here is the code i use:
    <-----form.html------>
    <html>
        <head><title>Upload test</title></head>
        <body>
            <form method='POST' enctype='multipart/form-data' action='upload.jsp'>
            File to upload: <input type=file name=upfile><br>
            <br>
            <input type=submit value=Press> to upload the file!
            </form>
        </body>
    </html>and
    <-- upload.jsp -->
    <%@ page import="java.io.*" %>
    <%
    try {
        String contentType = request.getContentType();
        System.out.println("Content type is :: " +contentType);
        if ((contentType != null) && (contentType.indexOf("multipart/form-data") >= 0)) {
            DataInputStream in = new DataInputStream(request.getInputStream());
            int formDataLength = request.getContentLength();
            byte dataBytes[] = new byte[formDataLength];
            int byteRead = 0;
            int totalBytesRead = 0;
            while (totalBytesRead < formDataLength) {
                byteRead = in.read(dataBytes, totalBytesRead, formDataLength);
                totalBytesRead += byteRead;
            String file = new String(dataBytes);
            String saveFile = file.substring(file.indexOf("filename=\"") + 10);
            saveFile = saveFile.substring(0, saveFile.indexOf("\n"));
            saveFile = saveFile.substring(saveFile.lastIndexOf("\\") + 1,saveFile.indexOf("\""));
            //out.print(dataBytes);
            int lastIndex = contentType.lastIndexOf("=");
            String boundary = contentType.substring(lastIndex + 1,contentType.length());
            //out.println(boundary);
            int pos;
            pos = file.indexOf("filename=\"");
            pos = file.indexOf("\n", pos) + 1;
            pos = file.indexOf("\n", pos) + 1;
            pos = file.indexOf("\n", pos) + 1;
            int boundaryLocation = file.indexOf(boundary, pos) - 4;
            int startPos = ((file.substring(0, pos)).getBytes()).length;
            int endPos = ((file.substring(0, boundaryLocation)).getBytes()).length;
            //String path = new String("C:/Program Files/Apache Group/Tomcat 4.1/webapps/testUploadScript/");
            String path = new String("//home/httpd/vhosts/defualt/httpdocs/test/");
            FileOutputStream fileOut = new FileOutputStream(path + saveFile);
            out.println(path + saveFile + "</br>");
            //fileOut.write(dataBytes);
            fileOut.write(dataBytes, startPos, (endPos - startPos));
            fileOut.flush();
            fileOut.close();
            out.println("File saved as " +saveFile);
    } catch(FileNotFoundException fnfe) {
        out.println(fnfe.toString());
    } catch(IOException e) {
        out.println(e.toString());
    %>I want to know if it is a codeing problem or what?
    Please help.
    Thanks
    IceMan

    There are a couple nasty things in your code (not that your coding would be wrong).
    Maybe better look into jakarta commons,
    http://jakarta.apache.org/commons/fileupload/
    There are minor issues like \r, content length/chunk mode, //home,
    path names, bytes-to-String without encoding. Also officially "--" is not allowed to occure inside an HTML/XML comment, hence some people use <!-- ======= -->.

  • WRT610N v20090121 Media Server Problem!

    Since upgraded to the newfirmware, I was not able to view any video that was on the usb hardrive or flashdisk through my PS3 or PC via UPNP Media Server. I'm able to view or change the file through my network, but I want to be able to stream it to my PC or PS3.  I did try to restore to default and configure my settings again after update. Anyone else had the following problems? Please let me know I'm not alone. Now I'm back to prior firmware, at least it's working fine for me.
    Please post in this thread if you had the same issue. Thanks.
    Message Edited by Sei on 02-12-2009 06:17 PM

    You must reset the router and re-configure it after the Upgrade as it is highly recommended, make sure that no hard drive is connected while resetting the router...

  • Adobe Media Server Linux Download Broken

    Greetings,
    I am trying to download the Linux version of Flash Media Server.
    The Windows download works, but, the Linux link does not work.
    http://www.adobe.com/cfusion/tdrc/index.cfm?product=adobemediaserver
    Any tips?

    That Still Gives 404 For PluginAPI Documentation... The Link I Put Above
    To Reproduce I Goto Your Link.. And I Click On AMS 5.0.7 Developers Guide, That Gives This Page: Adobe Media Server 5.0.7 * Adobe Media Server 5.0.7 Developer’s Guide
    Then From There I CLICK Plug-in API Reference And I Get The 404
    Everything Else Works, ONLY The PluginAPI Docs...
    Thanks
    Zippen

  • Vhost configuration for Adobe Media Server running under linux.

    Please help me with Vhost configuration for Adobe Media Server running under linux.
    I was running a media sharing website for which I wanted to use Adobe Media Server.
    To use, AMS, I disabled the already installed Apache server and installed AMS along with the built in Apache server. I could successfully install AMS and could login to AMS Admin Console through my IP number.
    My existing website, www.mydomain.com is having its contents located at:
    /home/mydomain/public_html
    (Directory created under the old version of Apache not bundled with AMS)
    Users will be uploading their videos, which will get transcoded and will be delivered to the website visitors in the existing scenario.
    To use this website with AMS, this is what I did:
    I created a folder for my domain, www.mydomain.com as below
    /opt/adobe/ams/conf/_defaultRoot_/www.mydomain.com
    Copied Application.xml and Vhost.xml from /opt/adobe/ams/conf/_defaultRoot_/   and pasted them in /opt/adobe/ams/conf/_defaultRoot_/www.mydomain.com
    In the Application.xml file there are 2 entries:
    <Alias name="mydomain.com"></Alias>
    <AppsDir>${/home/mydomain/public_html}</AppsDir>
    Please help me with further steps to be completed:
    Do I need to create a separate VirtualHost entry in the Apache installed with AMS?
    If yes, can I specify already existing document root for my website (/home/mydomain/public_html) or do I need to create a separate folder under webroot/Apache ?
    If yes to point 2 above, then do I need to copy all the existing contents from /home/mydomain/public_html to the newly created folder ?
    I hope, I can serve all my static contents like html pages and php and media like video/audio. In that case do I need create alias to my Media/Alias folder or AMS will automatically start streaming when a video/audio is requested ?
    What other steps do i need to complete?
    Any help in this regard would be highly appreciated.
    Thanks and Regards

    Dear sir or madam,
    Here is Letswin Technology, which specializes in global servers, web hosting, VPS, VPNj. If anything I can do for you, pls contact us!
    Have a nice day!

  • Flashcom 1.5 & Media Server 2.03 problem

    Hello,
    We have an installation of Media Server 2.03 that runs a
    community website. It has about 2500 - 3600 connected users at any
    given time. The application was functioning normally but suddenly
    after a few hours of operation, connected clients started
    experience high lag and eventually Media Server is crashing. The
    only thing changed to the server the last 2 months was that the
    latest (14 Nov) security update for Microsoft windows 2003 server
    was applied (
    http://www.microsoft.com/technet/security/current.aspx).
    Since nothing else changed to the application what might be
    wrong? Does anybody experience any similar problems after applying
    latest MOFT patch for Windows 2003 server?
    Thank you!

    Hi JK
    Yes we got help from TAC, but the answer was pretty simple. As can be seen from the log, we had problems with the CDR database. The process called exportcar database fails, and in a way that prevents upgrade.
    The solution is to empty the CAR database, and stop the car process while upgrading.
    Resolution Summary:
    Followed below steps and the upgrade was successful.
    1. As precautionary measure, restart CAR DB service and the loader scheduler service.
    2. Please check of any mail ID is configured in mail parameters, if yes, please reset the password. (I actually deleted the parson that had been receiving mails)
    3. Make sure that the server name defined is a reachable mail server. If  not sure about dns, please use ip address instead of the any hostname.
    4. Before making another upgrade attempt, please purge all the CDR  tables if possible. In case you need to save this data, we can export  the CDR dump which would have all the CDR info in a file.
    5. Disable the loader under System -> Scheduler.
    6. Go to call manager admin page -> system  -> service parameters -> and  disable flag for CDR before upgrade. We can re-enable that flag once  upgrade is done.
    And that actually did the trick - upgrading to 8.6.2 went smooth.
    Peter

  • Zen X-Fi buffering problems with Creative Centrale Media Server

    ? I have set up Creative Centrale as a Media Server, and can view all the folders (music, photo etc) wirelessly on my Zen X-Fi 6GB. However, when trying to play music, I get a quick message on the player saying 'buffering', then nothing happens. When trying to view photos, it displays a blank screen.
    Any help much appreciated.
    Cheers

    C Sorry to bump this, but I am having the same problem and have not got any useful help from creative support. I am able to connect to the Centrale media server and see the files in the library, but I am getting the same brief "Buffering" message, then nothing. I can stream through the Creative MediaBox option with no problems. Any advice would be very [email protected]

  • Linux issue with Flash Media Server 2

    Greetings all,
    We have just upgraded from Flash Communication Server 1.5 to
    Flash Media Server 2, running on a server with Redhat Enterprise
    Linux 4.
    For some reason, a Flash movie that uses the old
    MediaPlayBack component does not stream video of a FLV. It does
    stream audio. On my testing server using Windows 2000 it functioned
    fine.
    On the other hand, the FLVPlayback component works nicely.
    But I will have to go back and rewrite literally dozens of
    applications that I wrote for Flash Comm 1.5 which used the
    MediaPlaybackComponent, unless there is an easy fix for this.
    I have documented this anomaly with a Captivate movie which
    you can see at
    http://breeze.stfrancis.edu:8900/mediaplayerwoes/.
    It runs 2 minutes 13 seconds.
    I BADLY need help with this. If you can help I would greatly
    appreciate it.
    Glen Gummess,
    Instructional Designer
    University of St. Francis
    Joliet, IL

    quote:
    Originally posted by:
    JayCharles
    Yes.. you can.
    But my old version of Flash MX show me an error message when
    I try to open "CommunicationComponents.fla" which contain the
    components of Flash Media Server 2.0.1.
    My old version of Flash MX can't read this file and say
    something like "Unexpected file format".

  • "No content in this folder" - Media Server Problem

    Hey,
    I've read the forums and it makes me think the media server thing is really broken, which sucks because it was a reason for me to still buy an y-fi
    I have an old laptop that is running 24/7 at home and I want to stream music from it to my X-Fi. Connecting to the WLAN and finding the server works flawlessly, but it always sais "There is no content in this folder" when I select the media server o.O (the machine is running Win XP & Media Player ). When using my desktop pc i can easily browse the media content.
    When i connect the x-Fi to my desktop pc (win 7, media player 2) it works. Any ideas? (except upgrading my old laptop to win7)

    I am not at all familiar with 64 bit systems, so I will let others comment on that aspect. I do not know the cause of your problem, and can only guess at possible solutions. Unless anyone comes up with better ideas:
    * you said '' "Tried your last suggestion, didnt have an icon to the left of my address bar, just a grayed out file." '' <br/>
    If that relates to whatever is at the end of the location bar when you try to follow the instructions for setting a home page it should be possible to drag and drop it onto the home page icon. I think one the few exceptions is where you are using a blank page, that has an icon that will not drag and drop. (although there are other ways blank pages can be set to be the, or one of the, home pages used).
    Other possible reasons for your problem are given in this KB article
    * [[firefox keeps opening many tabs or windows]] <br/> although I think I have a vague recollection the problem with Firefox being set to open incorrect types, and entering an infinite loop may have been resolved. The restore session and malware problems are still definite possibilities.
    * I suppose yet another possibility is some other application looking for updates or something, that is trying to use Firefox for that purpose.
    When all else fails try using Firefox's [safe Mode]], but do NOT make changes at the first window with the options list, just click on continue, if that fails to help disable all plugins also.

Maybe you are looking for