Apache not working  with FMS 4.5 on Windows 2008

FMS 4.5.1 Windows 2008 SP2 (64bit).
I've searched everywhere for a possible solution to this, so my apologies if this has been asked before and my thanks for any potential help that anyone can offer to help resolve this.
We are deploying Adobe Flash Media Server 4.5.1 on a new server but Apache does not work (does not serve html files or stream Quicktime H.264 files).
      Assorted Problems & Error messages:
1.  The webroot/index.html page loads locally, but the HLS/HDS streams result in a 2032 error.
2. The webroot/index.html page does not load from  external locations:
     http://63.116.232.5/index.html (does not load externally).
     http://63.116.232.6/index.html (our old server, FMS 4.0 and Windows 2003). Everything on this server works, the 2 major differences being that it is running FMS 4.x on Windows 2003.
Some RTMP streaming works externally and internally (f4v files):
http://www.librarymedia.net/flash/player.html?source=rtmp://63.116.232.5/vod/mp4:sample1_1 50kbps.f4v
FMS does not stream Quicktime H.264 files even though f4v files work.
   New server (does not work): http://www.librarymedia.net/flash/player.html?source=rtmp://63.116.232.5/vod/mp4:Basketbal l.mov
                              (f4v works): http://www.librarymedia.net/flash/player.html?source=rtmp://63.116.232.5/vod/mp4:sample1_1 50kbps.f4v
Old server (Quicktime/H.264 file works): http://www.librarymedia.net/flash/player.html?source=rtmp://63.116.232.6/vod/mp4:Basketbal l.mov
Apache does not serve Quicktime/H.264 files: I made sure that Apache had all of the correct mime types specified.
    Error messages and attempted solutions:
Apache's erro_log file:
       a. httpd.exe: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
2. FMS master.log file
      a. FMSHttpd -k start returned 1:
Solutions: http://wiki.apache.org/httpd/CouldNotDetermineServerName
1a:  Edited httpd.conf file to include ServerName 63.116.232.5
1b: The presence of this error message also indicates that Apache httpd was unable to obtain a fully-qualified hostname by doing a reverse lookup on your server's IP address.
In order for the server to accept external connections a reverse DNS lookup needs to be created. I created a reverse DNS lookup and  edited the /etc/hosts file to include the IPaddress, Fully Qualified Domain Name (FQDN), shortname.
This is the format suggested by the article:
127.0.0.1       localhost.localdomain   localhost       foo.example.com
Running the nbtstat -a 63.116.232.5 command on the machine results in the following:
WIN-8AIHI2J0524<00>  UNIQUE      Registered
THS-LIBRARY-VOD<00>  GROUP       Registered
THS-LIBRARY-VOD<1C>  GROUP       Registered
WIN-8AIHI2J0524<20>  UNIQUE      Registered
THS-LIBRARY-VOD<1B>  UNIQUE      Registered
So the FQDN = WIN-8AIHI2J0524.Ths-library-vod.local
I edited the /etc/hosts to the following (with versions using the local host ip 127.0.0.1 and the external ip address, IPv4 is being used):
63.116.232.5 WIN-8AIHI2J0524.Ths-library-vod.local
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
I've also read Adobe's port configuration articles and  changed the ports that Apache and FMS use as specified in the conf/fms.ini file, but nothing has worked so far. I restored everything to the original settings until I can find out exactly how to fix this.
Thank you.

Ms. Apurva ,
I changed the files back as you suggested (the failure was occuring with the default settings) and our admin assured me yesterday that the ports that I inquired about were open. I'll ask him again.
The telenet command for both ports 80 and 1935 result in Connect failed for me. I'll check Windows Firewall (turned off)  and McAfee to see if there is anything there blocking ports.
Confirm that external connections are blocked: 63.116.232.5/index.html (does not open outside of localhost). No problem accessing with our old server (63.116.232.6/index.html).
I ran this command in nmap and here are the results (11 ports closed): nmap 63.116.232.5 -Pn80
Starting Nmap 6.01 ( http://nmap.org ) at 2012-07-06 08:29 Eastern Standard Time
Nmap scan report for 63.116.232.5
Host is up (0.00092s latency). nmap -p 80 says that the host is down (for both ports).
Not shown: 988 filtered ports
PORT     STATE  SERVICE
1720/tcp open   H.323/Q.931
6000/tcp closed X11
6001/tcp closed X11:1
6002/tcp closed X11:2
6003/tcp closed X11:3
6004/tcp closed X11:4
6005/tcp closed X11:5
6006/tcp closed X11:6
6007/tcp closed X11:7
6009/tcp closed X11:9
6025/tcp closed x11
6059/tcp closed X11:59
Nmap done: 1 IP address (1 host up) scanned in 5.72 seconds
Host status: up
open ports: 1
filtered ports:988
Closed ports:  11
ipv4:63.116.232.5
ipv6: not available
MAC: not available.
Master log file:
2012-07-06
09:22:41
6712
(i)2581173
FMS config <NetworkingIPv6 enable=false>
2012-07-06
09:22:41
6712
(i)2581173
FMS running in IPv4 protocol stack mode!
2012-07-06
09:22:41
6712
(i)2581173
Host: WIN-8AIHI2J0524 IPv4: 10.250.10.1
2012-07-06
09:22:41
6712
(i)2571011
Server starting...
2012-07-06
09:22:46
6712
(i)2581413
H:\Program Files\Adobe\Flash Media Server 4.5\Apache2.2\bin\httpd -f ./conf/httpd.conf -d "H:\Program Files\Adobe\Flash Media Server 4.5\Apache2.2" -n FMSHttpd -k start returned 0:
2012-07-06
09:22:46
6712
(i)2581224
Edge (1508) started, arguments : -edgeports ":1935" -coreports "localhost:19350" -conf "H:\Program Files\Adobe\Flash Media Server 4.5\conf\server.xml" -adaptor "_defaultRoot_" -name "_defaultRoot__edge1" -edgename "edge1".
2012-07-06
09:22:46
6712
(i)2571111
Server started (H:\Program Files\Adobe\Flash Media Server 4.5\conf\server.xml).
edge log:
2012-07-06
09:22:46
1508
(i)2581173
FMS detected IPv6 protocol stack!
2012-07-06
09:22:46
1508
(i)2581173
FMS config <NetworkingIPv6 enable=false>
2012-07-06
09:22:46
1508
(i)2581173
FMS running in IPv4 protocol stack mode!
2012-07-06
09:22:46
1508
(i)2581173
Host: WIN-8AIHI2J0524 IPv4: 10.250.10.1
2012-07-06
09:22:47
1508
(i)2631174
Listener started ( _defaultRoot__edge1 ) : localhost:19350/v4
2012-07-06
09:22:48
1508
(i)2631174
Listener started ( _defaultRoot__edge1 ) : 1935/v4
2012-07-06
09:22:49
1508
(i)2631174
Listener started ( _defaultRoot__edge1 ) : 10.250.10.1:19350 (rtmfp-core)/v4
2012-07-06
09:22:49
1508
(i)2631174
Listener started ( _defaultRoot__edge1 ) : 127.0.0.1:19350 (rtmfp-core)/v4
2012-07-06
09:22:49
1508
(i)2631509
Public rtmfp-core addresses for listener _defaultRoot__edge1 are: 10.250.10.1:19350;127.0.0.1:19350
2012-07-06
09:22:49
1508
(i)2631174
Listener started ( _defaultRoot__edge1 ) : 10.250.10.1:1935 (rtmfp)/v4
2012-07-06
09:22:49
1508
(i)2631174
Listener started ( _defaultRoot__edge1 ) : 127.0.0.1:1935 (rtmfp)/v4
Not sure what to do.
Thanks.

Similar Messages

  • Touch pad not working with HP G60 operating on Windows 7

    I have a HP G60 operating on Windows 7 (not sure bit) and have problems with touch pad not working.
    I was using touch pad and wireless mouse interchangeably for past year.
    No recent changes made to system. Suddenly not work one evening. Have tried shutting down and left overnight which has not resolve problems.  On one occasion, i was not even able to type and that resolved after re-starting computer.
    There is a button between space bar and top of touch pad which is white. Even when i press and turn red, it has not changed situation. Therefore I have to use my wireless mouse to operate for the moment. 
    Would appreciate any advice about what is the problem and ways to resolve it.
    Thanks a lot!
    Mo

    Hi,
    The numbers are fine
    Try the following.
    First, ensure the Touchpad is switched on ( the light between the Touchpad and the Spacebar should be white ), then download the latest Synaptics driver installer on the link below and save it to your Downloads folder.
    http://ftp.hp.com/pub/softpaq/sp44501-45000/sp44940.exe
    Next, open windows Control Panel, open Programs and Features, right click the entry 'Synaptics Pointing Device Driver' and select Uninstall.
    When this has completed, shut down the notebook, remove any external devices connected to the notebook, unplug the AC Adapter and then remove the battery.  Hold  down the Power button for 30 seconds.  Re-insert the battery and plug in the AC Adapter.
    Tap away at the esc key as you start the notebook to launch the Start-up Menu and then select f10 to enter the bios menu.  Press f5 to load the defaults ( this is sometimes f9, but the menu at the bottom will show the correct key ), use the arrow keys to select 'Yes' and hit enter.  Press f10 to save the setting and again use the arrow keys to select 'Yes' and hit enter.
    When windows has fully reloaded - it will automatically load a generic driver for the Touchpad, but just let it do this.  Then open your Downloads folder, right click the Synaptics installer and select 'Run as Administrator' to start the installation.  When this has completed, restart the notebook.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Non iCloud contact sync not working with iPhone 4S and Microsoft Windows/Outlook

    Trying to sync contacts without success! Have iPhone 4S and Microsoft Windows, not using iCloud.  I've gone through the Info route and told it to sync but the data doesn't transfer.  Any idea why?

    what version of Outlook are you using. I know right now its not compatible with Outlook 2013.

  • Https apache not working with IE

    as of a couple patches ago, IE clients stopped being able to access https pages on my server. any attempt to access an https page on my server gives the standard IE "The page cannot be displayed" page. i haven't done anything magical or unusual to my apache config. i have tried the SetEnvIf and the SSLCipherSuite solutions to certain IE I/O errors, but they do not seem to solve my problems. anyone have any insights for me?

    yes, I have the same problem and am about 24hrs from losing all my ecommerce clients because of it. If anyone at apple can assist please respond ASAP. I have tried using older binaries of OpenSSL 0.9.7g (instead of i) and libssl.so with no luck. I have adusted httpd.conf for SSLv3 and backing up to SSLV2 using the SSLProtocol and SSLCipherSuite
    and have the old fix for ie:
    SetEnvIf User-Agent ".MSIE." \
    nokeepalive ssl-unclean-shutdown \
    downgrade-1.0 force-response-1.0

  • Far.exe is not working with FMS 5.0

    When try to change the .asc extension to .ase far.exe has prompt error. same time when run far.exe for server 3.5 on 32 bit machine it works fine.
    My observation when i am using For each it fails too for server 3.5 for 32 bit machine.
    thanks in advance.
    Vishal Sood

    aamirik, you've answered your question in your own first post.
    You solved your own question. App World is NOT availabe in Pakistan.
    RIM has explained in the past that they cannot offer AppWorld in countries where the carriers have not agreed to support AppWorld. Apparently your Pakistani moble providers need to step up to the plate.
    So, your problem lies at home.
    Good luck.
    There are other places you can purchase applications. Try mobihand.com
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Firefox 4 not working with Javascript. Cannot close window. Any ideas?

    I first noticed the problem in my web site, but now in other sites. When I open a window and try to press the button to close it, it doesn't work. Code is: javascript:window.close();
    It worked in previous version of Firefox but not since I loaded 4.0. I tried it in Explorer and it works fine.

    Hi, I've noticed the same issue . But for me this happens if I use Print Preview first. JavaScript works just fine before using Print Preview. But the most interesting thing is that when using javascript:window.close(); after Print Preview all that happens is that the character set of the page changes. On the other hand the character set works properly only after Print Preview. Interesting...

  • Brand new HP ENVY dv7 Notebook PC suddenly does not work with Skype. Using preinstalled Windows 8

    Hi, this morning Skype worked correctly. Two hours later I can hear the other person and see it but cannot hear me, It is a brand new HP ENVY dv7 Notebook PC running on Windows 8.
    Thank you.
    Bernard

    Hello soincabf,
    I see that you are having problems with Skype on your HP computer. I would like to help with this issue but I need some information.
    Can you provide the full model and product number of the computer? Here is a link that shows how to find that information.
    Does the webcam work properly on Skype?
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • TS2818 Hi! Just bought a new iPod nano from the Apple Sore in Florida. It just will not work with my iTunes installed on Windows 8 computer. Tried all the troubleshooting options! Can anyone help please?

    Help??

    Hello nanowillnotwork
    Check out the article below and pick one of them that relates to your issue. What you need to find out is that does the computer as a whole recognize your iPod nano or is it just iTunes.
    iPod not appearing in iTunes
    http://support.apple.com/kb/ts3716
    Regards,
    -Norm G.

  • HDX 9010nr, Radeon 2600 will not work with WIndows 7

    Apparently, HP is not going to support the HDX 9010nr for Windows 7.  That's the bad news, the good news is that it "mostly" works. 
    The only big issue is that the display driver stops every few minutes and then restarts.  So you sit there for thirty seconds while the machine recovers.  But, it doesn’t support a second screen; and worse, every 10th time the video driver crashes; it locks up the whole machine. 
     ATI has a version of the Radeon 2600 software that worked with the Release Candidate (RC) of Windows 7, but it will not work with the shipped version of Windows 7.  ATI recommends that you get a version from your hardware vendor.  Which brings me back to the first sentence.  HP isn't supporting the 9010nr. 
    The question is do any of the "supported" HP laptops have the ATI Radeon 2600?  If so, might that work on the HDX 9010nr? 
    This question was solved.
    View Solution.

    Updating the BIOS solved this problem.

  • Flash Not Working With IE 10

    All of a sudden, Flash is not working with IE 10 on a Windows 8, 64 bit computer.  I can only hear the sound . . . no video.  It works with Firefox and Chrome.  What gives???

    http://helpx.adobe.com/flash-player/kb/flash-player-issues-windows-8.html
    http://forums.adobe.com/message/4123196

  • DefaultFileName does not work with apache-webligic bridge in service pack 5

    The DefaultFileName directive does not work with apache-webligic bridge
    from service pack 5. It used to work with the apache-webligic bridge
    from service pack 3. Can anybody tell me why? Thanks.
    Wei

    I also had same issues using iPhone 5. Got chance to speak with senior engineers at NTC and they have confirmed 3G equipment they are using is not yet compatible with 3G band that iPhone 5 uses. So technically speaking, iPhone 5 has a hardware that is a generation ahead and not backward compatible to 3G system NTC currently uses.
    On a bright side though, they confirmed that NTC is aware of the situation and is soon upgrading its hardware within next 1 or 2 months which will finally support 3G on iPhone 5. The other operator though already has support for this (don't want to mention their name but you know the alternative).
    As for me, I'll be waiting for the (super frustrating) NTC to upgrade their hardware.
    BTW - Apple has nothing to do with this issue.

  • Xml code not working with new version

    Hi,
    my following code is not working with the xalan 2.7.0 version. Any one can help to convert this to work on new version.
    import java.io.*;
    import java.util.*;
    import org.xml.sax.*;
    import org.apache.xalan.xslt.*;
    public class XML2Edifact
    public static void main(String args[])
    throws SAXException, IOException
    if(args.length < 3)
    throw new IllegalArgumentException(
    "Usage is XML2Edifact in.xml xsl.xsl out.edi");
    InputStream sin = new FileInputStream(args[0]),
    sxsl = new FileInputStream(args[1]);
    OutputStream sout = new FileOutputStream(args[2]);
    EdifactFormatter formatter = new EdifactFormatter(sout);
    XSLTProcessor processor =
    XSLTProcessorFactory.getProcessor();
    XSLTInputSource in = new XSLTInputSource(sin),
    xsl = new XSLTInputSource(sxsl);
    XSLTResultTarget out = new XSLTResultTarget(formatter);
    processor.process(in,xsl,out);
    }

    Solved, had to repair the Z10 with the PC!  Would have thought that upgrading software would have saved the environment so that this step was not needed (played with this for several weeks on-and-off).

  • H.264 not working with QT

    H.264 streaming does not work with QuickTime instead a green screen pops up. I can watch the camera (Axis P1343 network cam) using Motion JPEG stream profile but not H.264. The camera LiveView is set up to use QT but QT does not respond. I know this issue has been discussed before and a lot of literature exists on this subject on line. Has a solution been found? My computer is a MacBook Pro running Snow Leopard 10.6.8.
    Any advise will be greatly appreciated.

    Thanks for the quick response, I checked with our Admin guys
    and it indeed 3.0.0.
    So I will update immediately.
    Is there a big advantage to using H.264 over VP6 for live
    streaming?
    I have another forum question that went unanswered relating
    to this issue asking, what are the required recommended settings
    for both FMS 3 and FME 2.5 to reduce any lagging in video on a 1gb
    LAN which should not have any?
    cheers again

  • Urgent--custom servlet not working with https/gateway of the portal server

    We have created the custom servlet to add some more authentication to the login screen. I have explained detaildely below.
    We have set if password reset change password screen should come by using identity server.
    First screen comes which asks �user id� and �password�.
    after this next screen comes with �old password�, �New Password� and �Confirm Password� (as we have forcefully asked user to change password after reset by using identity server ).
    On this page we have added two new filed �Date of Birth� and �Date of Joining�.
    And we are forcefully transferring request to our Custom Servlet which will validate the �Date of Birth� and �Date of Joining� from the database and submit the same a form as required by Login Servlet to validate the default parameters �old Password�, �New Password� and �Confirm Password� (which is the default validation without adding custom Servlet).
    This whole process is working with �http� protocol and giving �unable to connect� host with �https� protocol.
    Without custom Servlet process is like this, which is working
    Login (usrid, password) � Login (Old Password, New Password, Confirm Password) � Portal home Page
    With custom Servlet , Which is not working with �https� Protocol. we are getting the message "Authentication Failed" screen.
    Login (usrid, password) --> Login (Old Password, New Password, Confirm Password , Date of Birth, Date of Joinig) --> Custom Servlet validate Date of Birth, Date of Joining --> Login (Old password, new Password, Confirm Password) --> Protal Home Page
    This one works with http, whereas this one gives the "Authentication Failed" screen with the https.
    Please let me know if anybody have implemented this and help me to resolve the issue.
    Best Regards
    Ramkumar

    Hi,
    I am also getting this error message in the sun ONE webserver error log file....
    [20/Nov/2004:13:42:39] failure ( 6162): for host 172.16.5.21 trying to GET /amserver/UI/Login, service-j2ee reports:
    StandardWrapperValve[LoginServlet]: WEB2792: Servlet.service() for servlet LoginServlet threw exception
    com.iplanet.jato.CompleteRequestException
    at com.sun.identity.authentication.UI.AuthenticationServletBase.onUncaughtException(AuthenticationServletBase
    .java:141)
    at com.iplanet.jato.ApplicationServletBase.fireUncaughtException(ApplicationServletBase.java:1023)
    at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:469)
    at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:324)
    at com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:294)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:787)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
    at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:586)
    Regards
    Ramkumar R

  • I have recently upgraded my iMac Intel G5 iSight to OS 10.6.8 and now the internal mic does not work with skype or facebook. I can here static when playing back clips. Do I need to update firmware or reload old sys parts

    I have recently upgraded my iMac Intel G5 iSight (iMac5,1) to OS 10.6.8 and now the internal mic does not work with skype or facebook. I can here static when playing back clips. Do I need to update firmware or reload old system parts. I have zapped PRAM. The blue indicator in system audio panel will appear for a second as I slide the bar for internal mic but then it disappears. Is there a fix?

    The sound seems very faint but can here static on playback.

Maybe you are looking for

  • Family Sharing - How does child receive msgs & email?

    I added my 8 year old son to my Family Sharing.  I want to send him emails and iMessages from my iPhone to my iPad which he uses frequently.  When I attempt to send him a message from my iPhone or Mac, using his @icloud email address, I get errors sa

  • Upgrade 2009 Mac Pro Hard Disk to a larger Hard Disk

    Hi there, I am looking to upgrade my 2009 Mac Pro 1TB HDD to a 3TB HDD. I have a successfull Time Machine Backup, If I swap the HDDS, boot into OS Snow Leopard, format the new 3TB then restore from a TM backup, will it account for the new extra space

  • Getting Folder Name from SPAuditEntry

    Hi, Url is in the format of /sites/Nucleus/foldername/filename.docx I am able to get the document path,filename using SPAuditEntry as below SPList list = web.Lists["testdoclib"]; dt.Columns.Add("Folder"); dt.Columns.Add("Document Path"); dt.Columns.A

  • Not recognising USB card reader and also PhotoBooth issue

    Hi, I'm a new member and a bit of a numpty when it comes to Mac (new owner). My Macbook Pro is giving me some grief tonight and I have 2 separate (i think) issues. It will not recognise my USB card reader. It worked fine last week and I did eject it

  • How to setup Context in Tomcat 5.x as compare to 4.x

    Hi All, I am having a slight problem in understanding how to set a new context using tomcat 5.x. What I used to do with tomcat4.x is that add the collowing <Context path="/ddrive" docBase="D:/" reloadable="true" crossContext="true" allowLinking="true