FMS3 Development Linux Troubleshooting

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default FMS3 Development Linux Troubleshooting

    Hello, I am new to the Flash Media Server 3 and have decided to take the
    development server out for a spin. I use mostly linux based systems as well as
    apache mysql and php. (Commonly referred to as LAMP). I have been using fedora
    8 for basic systems, and just installing minimal software to configure servers.
    I usually work from terminal mode and have most systems start in run level 3. I
    have had a great struggle trying to get The development server running in F8
    and I have done some research in trying to get it running. The installation
    goes successfully, but the admin server fails to run. If anyone would please be
    kind enough to highlight any basic troubleshooting for FMS3 on general linux
    systems, sites I have read through but still have not resolved my issues
    include :
    [url]http://kb.adobe.com/selfservice/viewContent.do?externalId=c533ee36&sliceId=1[/url]
    [url]http://www.ecinteractive.co.uk/blog/?p=25[/url]

    [url]http://store1.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid[/url]
    =578&threadid=1263588&enterthread=y

    Please reply with any links to more information. I am currently looking
    through the documentation that came with it to find the location of log files,
    and interpret what messages I may find. Any information I find I will add in
    with a reply to this post. Hopefully if anyone already is aware of this
    information or anything useful towards the troubleshooting for setting up and
    successfully running FMS3 Development or otherwise on general linux, please
    reply to this post.

    Originally, I had only ldd to display the libraries requested by the server
    executables, and I have only been looking into the /var/log/messages for any
    information. I am sure more information will be found in the individual logs of
    each component, and I guess I will find the location of those logs with enough
    browsing and reading. When I do find them, I will communicate the information
    as best I can and what messages I am recieving as well as what I did to resolve
    those issues, if I can of course. Any help would be appreciated. Thanks in
    advance.

    jviercastle Guest

  2. Similar Questions and Discussions

    1. VOD Troubleshooting
      I need help figuring out why a swf (simpleplayer) won't stream a VOD video. Even when I read the documentation I don't get enough information to...
    2. Question about install Development utiliies on Linux Redhat 7.0
      I install Linux RedHat 7.0 on my Pentium III system..Now I would like to compile the Xfree86 4.3.0 source codes to support my Nvidia GeForce2 MX400...
    3. Development best practices and knowing when to exercise control over development
      Hi Nuno, After analyzing your message, I found that most of it was purely theoretical. The actual issue you discussed was regarding how to...
    4. troubleshooting help please?
      I have an error on the index page - it only appears on the index and not on any of the other pages. Frames are involved (client insists). I...
    5. C++ development tool/GUI for Linux or Solaris
      I'm looking for a C++ development tool/GUI for Linux or Solaris and if it uses GNU g++ probably all the better. Looking for some thing similar to...
  3. #2

    Default Re: FMS3 Development Linux Troubleshooting

    Well, from what I have read, I have checked to make sure all the libs are
    found. Now the only thing that I can't resolve is why fmsadmin fails. The log
    reads
    2008-03-21 17:28:41 3042 (e)2631013 Failed to create listener for adaptor , IP
    localhost, port 11110: TCCommBridge::createListener 0.0.0.0:-1/other: create
    socket failed.. -
    2008-03-21 17:28:41 3042 (i)2581173 Host: localhost.localdomain -
    2008-03-21 17:28:41 3042 (i)2571011 Server Starting... -
    2008-03-21 17:28:41 3042 (e)2631114 Failed to start listeners for adaptor
    FCSAdminIpcProtocol. -
    2008-03-21 17:28:41 3042 (e)2581002 Server initialization failed; service will
    be stopped. -
    2008-03-21 17:28:41 3042 (e)2671122 Server aborted. -

    I wonder how to breakdown these messages. Is createListener 0.0.0.0 a good or
    bad thing? Should it be saying something else? I have allowed the ports for
    1111 on the firewall, and netstat doesn't show any other service binded to
    those ports. When I run server start and adminserver start, I get the same
    thing in the admin.XX.log and similar results in the edge.XX.log The
    master.XX.log seems everything is fine, so it seems that it has trouble
    connecting the listeners. If anyone would be kind enough to shine some light on
    the process involved in connecting the listeners, so that I may check what
    needs to be set and defined, or given the right permissions/se context or what
    have you. It seems this is the issue I have mostly seen in pages found through
    google. Any help is very much appreciated.

    jviercastle Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139