Can't connect to server remotely, connects fine locally

I've got an extremely frustrating problem that I can't figure
out. I have a simple application to test the connection to the FMS
2 server. If it can connect it basically just says "Connection
Successful", if it can't connect "Connection Failed". It's named
'FMStest' and I have created a folder by that name in the
'applications' directory within the FMS2 directory. The local
version connects successfully and shows as connected in the
management console--the connection string I'm using locally is:
rtmpNow = "rtmp:/FMStest";
The remote connection fails everytime--I upload the published
files to our webserver and access the created html file. the
connection string I use for the remote connection is:
rtmpNow = "rtmp://my.domain.com/FMStest"; //domain changed
for security reasons
Here is the full code:
var nc:NetConnection = new NetConnection();
var rtmpNow:String = new String();
rtmpNow = "rtmp://my.domain.com/FMStest"; //changed for
privacy
nc.onStatus = function(info){
trace ("Level: "+info.level+" Code: "+info.code);
trace(code.list);
connect_txt.text = info.code;
if(connect_txt.text == "NetConnection.Connect.Failed"){
stat_text.text="Status: Not Connected";
status_text.text = "Connection to "+rtmpNow+" failed"+"
Level: "+info.level+" Code: "+info.code;
else{
status_text.text = "connection successful";
stat_text.text="Status: Connected!";
nc.connect(rtmpNow);
stat_text.text = "Status: Connecting";
We've checked all the firewall and other configurations, I've
tried all variations of the connection string (including using the
IP address) No luck. Any ideas?

If you get a "Connection failed" from typing "telnet
my.domain.com 1935", you have a connection problem. Try running the
client from different sites (starting from the server itself) to
identify the component that's blocking the connection.
You can try running the server on more ports than 1935. Try
port 1935 and port 80 with RTMP and RTMPT.
To do so shutdown your server and edit the ADAPTOR.HOSTPORT
entry in fms.ini. You may have to disable your webserver to avoid
port conflicts. Then start FMS again and retry. Then check the log
files. Best is to have a tail on access.00.log

Similar Messages

  • Help !! I can't connect to server using connection manager

    Hello :
    i hava three machine,i use connection manager on Oracle 8.1.7
    i can't connect to server using connection manager
    1.lsnrctl start (Server)
    2.svmrgrl (Server)
    start (Server)
    3.cmctl start (Middle tier)
    4.sqlplus scott/tiger@test (client)
    ORA-12564
    Please help my!
    ---- CLIENT (sqlnet.ora)
    USE_CMAN = TRUE
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    ---- CLIENT (tnsname.ora)
    (DESCRIPTION =
    (SOURCE_ROUTE = YES)
    (ADDRESS = (PROTOCOL = TCP)(HOST = orcl-middler)(PORT = 1610))
    (ADDRESS = (PROTOCOL = TCP)(HOST = orcl-db)(PORT = 1521))
    (CONNECT_DATA =
    (SID = bigbear)
    ---- MIDDLE TIER(cman.ora)
    CMAN = (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = orcl-middler)
    (PORT = 1610)
    ---- SERVER (listener.ora)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = orcl-db)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = /u01/app/oracle/product/8.1.7)
    (SID_NAME = bigbear)
    ---- SERVER (init.ora)
    MTS_DISPATCHERS = "(PROTOCOL = TCP)(DISPATCHERS=10)(MULTIPLE=ON)"
    MTS_MAX_DISPATCHERS=20
    MTS_MAX_SERVERS = 30
    MTS_SERVERS = 10
    MTS_SERVICE = bigbear
    db_name = "bigbear"
    db_domain = intumit.com
    instance_name = bigbear
    service_names = bigbear.intumit.com

    midder tier must config hosts
    because dispatcher have listener information
    midder tier must know ipaddress
    Ex. on midder tier
    /etc/hosts
    192.168.10.1 orcl-middler
    from client to server it's ok

  • I can't retrieve email, server not connected, at work, on my ipad mini

    I can't retrieve email, server not connected, at work, on my ipad mini

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • Safari Version 5.1.2 (7534.52.7) suddenly can't connect to server, Firefox works fine

    Running Lion 10.7.2 and latest version of Safari.
    Last night I opened up my MacBook and Safari gives the 'can't connect to server' error for any page I try and visit.
    I tried resetting Safari, clearing cache, rebooting Safair, rebooting computer, resetting router and modem, uninstalling/reinstalling Safari.
    Firefox still works fine.
    Any help would be greatly appreciated.
    Thanks.

    Figured out my issue.
    It was a conflict with an old version of Little Snitch running with Safari 5.1.2
    I updated to the latest Little Snitch version and no more issues.

  • NI Server remote connection security

    Hi,
    I searched all the NI site and all the Labview help but couldn't find answers. My intention is to run one or more VI Server on an unsecure TCP/IP network. I would like to allow remote access using Open Application Reference node. We have Academic Site License so I have access to most recent version of almost all NI software. Related to this I have the three following questions:
    1) I'd like to limit the access to certain VIs and certain VI servers (if there will be more than one server) on user level. The IP address level access rights are not enough since multiple users may have the same IP address. There is a feature in Labview 8.0 called Domain Account Manager with which I can create domains and create users and user groups. Can I use this information to limit access to VIs running on a VI server? There seems to be a NI Security: Get Access Rights Method which is more or less undocumented. Where can this be used?
    2) How is the connection created by Open Application Reference and used in remote VI calls secured? Is the connection encrypted or can it be made encrypted using strong cryptography? How is the user information passed to the VI server when user logs in to a Domain Account Manager account? How is the user identity secured after the login during the session when user accesses security controlled resources?
    3) What is the NI Labview related roadmap for authentication, access control, accounting and security of remote connections? I would really appreciate if the roadmap would include features that would allow secure remote access to any labview resources with user level dynamically controllable access control. I also would like to see some kind of session management so that passive users could be automatically logged out.  I would also appreciate if each instance of re-entrant VI (or class objects in the future) could have different access rights that could be defined when VI (object) reference is opened. Now anybody who has access to a certain VI can access the dataspace of any reentrant instance of that VI.
    Tomi Maila

    It seems nobody knows... I assume no answer means no security at all. I suppose I have to write my own API for remote application calls then.
    I guess the following solution may work for user level security on remote VI calls. Put VI server behind a VPN capable firewall. This firewall is taking the responsibility of access control. Allow only VPN connections to pass trough the firewall. Allocate a unique IP-address for each VPN connection. Now each user has a separate dynamic IP-address. Since open application reference calls can be allowed/denied on the IP-address basis, this functions as a user level access control. However this is really overkill solution. Does anybody come up with anything simpler? Of course some other secure certificate based connection can be used instead of IP-sec based VPN.
    Tomi
    Message Edited by Tomi M on 06-05-2006 04:15 PM
    Tomi Maila

  • I have just added Facebook app. When trying to register it in Settings it won't accept password - says cannot connect to server. Working fine otherwise

    Having just joined Facebook, I have added the App to my iPhone and iPad mini but the iPad mini is coming up with an error message when trying to log it in Settings. Seems to be stuck in loop "cannot connect to server"

    You can't override it no matter what you do. The device has to connect to the server to complete the iOS update. You could try rebooting the iPad and see if that lets you connect to the server after it starts up.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    If that will not work, you can try connecting to iTunes on your computer and see if the activation will complete. Sometimes when thes activation issues arise, you end up having to restore the device again, but first things first. Reboot and see what happens.

  • Activity hangs at "Connecting to Server". Connection Doctor says all OK!

    Hello,
    In Mail, I have 3 IMAP accounts active. From time to time, I see one of the accounts with a spinning wheel. If I look at the Activity window, there are a number of actions of which the first is:
    {quote}
    \[Mail Account Name\] Communicating with Server
    Connecting to Server "+<mail server name>+"
    {quote}
    When I check the accessibility of the mail servers (SMTP and IMAP) via the Connection Doctor, everything is OK. So I tried to stop this entry by pressing the red button. The status changed to STOPPING, but the entry never disappears.
    How can I let Mail reconnect to the server without restarting the application? I don't want to restart Mail since I also have a number of mails where the draft is still not saved. The Drafts folder is also on the IMAP account and if I can't reconnect, I loose the content of the mails I want to send.
    Any help appreciated!
    Ringo

    Hi Roger, Thanks for your suggestions. Do you think in fact that I could delete the SMTP part of the mailservers. It appears that they are dedundant as it now says it used Icloud only?
    Thanks
    Denise

  • Page not displayed on server but works fine locally in Jdeveloper

    Hi,
    The page works fine locally when run from Jdeveloper.
    But when the page is imported to server and when the page is called....it trys to load the page for long time and times out and displays the IE error 'The Page cannot be displayed'.
    Do I have to do anything specific in server after importing a page?

    In the CO of the table region:
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    ApplicationModuleImpl am1 = (ApplicationModuleImpl) pageContext.getRootApplicationModule();
    SalesOrderHeaders2VOImpl VO1 = (SalesOrderHeaders2VOImpl) am1.findViewObject("SalesOrderHeaders2VO");
    String HeaderId = (VO1.first().getAttribute("HeaderId")).toString();
    if (HeaderId != null)
    Serializable[] params = {HeaderId};
    OAApplicationModule am = (OAApplicationModule)pageContext.getApplicationModule(webBean);
    OADBTransactionImpl DBTrans = (OADBTransactionImpl)am.getOADBTransaction();
    boolean log = DBTrans.loggingEnabled() ;
    // Write Diagnostic message...
    if(pageContext.isLoggingEnabled(1))
    pageContext.writeDiagnostics(this," am : "+am ,1);
    if(am != null)
    OAViewObject viewObject = (OAViewObject)am.findViewObject("InterfaceSummVO");
    if(viewObject != null)
    viewObject.setWhereClauseParams(null);
    viewObject.setWhereClause("header_id = :1");
    viewObject.setWhereClauseParam(0, HeaderId );
    viewObject.executeQuery();
    }

  • Patch cluster 3Q2012 - can I install it from remote connection?

    Hi,
    The notes on installation of Solaris 10 patch bundle mention "you may be required to execute some steps in single user mode".
    Does anyone has experience of 3Q2012 bundle installation from remote session (telnet)?
    I ask, because, I need to handle remote server, that is very problematic to gain direct access in customer premises
    Thanks in advance,
    Yuri Eisenstadt

    Single User mode has capabilities that are even more limited than run level 1.
    Among those limitations are -- no network connectivity and no logins for users other than root.
    See the following page in the Solaris 10 System Administration Guide :
    http://docs.oracle.com/cd/E26505_01/html/E29492/hbrunlevels-13026.html#hbrunlevels-ix937
    which can be found here:
    http://docs.oracle.com/cd/E26505_01/index.html
    Therefore I think your task for patching will require someone to be at the box while you do that maintenance.

  • Can not Print Document on Remote connection?

    Hi Experts,
    I need Document printing in my Remote PC but I can not print it.
    My PC Connection is VPN
    Internet speed is 2 MBPS
    Thanks,
    Bhavesh Kansagara

    Hello,
    Try this may it will help you..
    You should make default printer in remote pc.
    first in server pc write this syntax in run command
    Remote PC IP
    press enter.
    You find share folder and shared printer on Remote PC IP
    After that select printer and make default it. now whenever you will print from Server PC it will print on  Remote PC.
    Thanks
    Manvendra Singh Niranjan

  • OPC Server Remote Connection LabVIEW 8

    Hi
    Currently I am trying to access a VI with a Shared Variable from a remote computer using an OPC Client. I haven´t succeed on this becasue I cannot find the OPC Server on the Host Computer.
    Here is what I am using:
    Host Computer:
    Windows XP SP2
    NI Developer Suite November 2005
    LabVIEW 8 with DSC Module.
    Remote Computer: The same as above.
    Here´s what I have done.
    I created a new project with a library that included a Network Published Shared Variable. The VI is quite simple it just generates a number that is written to the Shared Variable. Once the VI was running I opened the Server Explorer on the host computer, browsed My PC and connected to the server Variable.Engine in which I was able to see my shared variable. Then on the Remote Computer I opened the Server Explorer and browsed on my Network Places and when I tried to access the Host Computer I got the following error: "Unable to connect to \\HOST! Make sure that this computer is on the network, has remote administration enabled, and that both computers are running the remote registry service"
    I have tried by using the Matrikon OPC Server Explorer and I got the same results. I read many documents that refer tis problem as a DCOM setting because of the firewall fo XP SP2.
    Here´s a list of the NI documents I reviewed.
    How Can I set up LabVIEW, LabVIEW DSC, and Lookout to work with the windoes XP firewall
    URL: http://digital.ni.com/public.nsf/websearch/0D7B86F4B4D19A5E86256F9A006EECB1?OpenDocument
    Setting Proper Access for Remote OPC Server When Using National Instruments OPC Clients
    URL: http://digital.ni.com/public.nsf/allkb/5C8A90CD57B279F286256C2C006F1EB4
    I never got the results I expected. Then I tried the Matrikon OPC Simulation Server and the Matrikon OPC Server Explorer(Client) and I Succesfully connected between Matrikon servers and clients.
    My project is based in accesing the LabVIEW OPC server with a generic OPC client but I cannot get the client to connect to the server.
    I will apreciate some advice on this issue.
    Marcos

    Marcos,
    If you are using two instances of LabVIEW 8, I would first take the OPC part out and just try viewing Shared Variables on the remote computer.  This needs to work.  One document to check is the following KB: http://digital.ni.com/public.nsf/websearch/6E37AC5435E44F9F862570D2005FEF25?OpenDocument. I would also make sure the opcenum.exe service is running on both machines. 
    Once browsing to Shared Variables works, you can test the OPC aspect of the Shared Variable Engine.  Server Explorer is an older OPC 2 client, but should work in most cases to browse to OPC Servers -- you'll need to make sure the registry settings on the host computer are set up correctly as per the KB you mentioned, and also make sure to connect to the OPC Server, add a group, and add items manually from within Server Explorer, rather than using the Wizard.
    Doug M
    Applications Engineer
    National Instruments
    For those unfamiliar with NBC's The Office, my icon is NOT a picture of me

  • Connect Timesten server remotely without using timesten client

    I know it's a silly question but this is what i want to do:-
    I have my java application and I want to connect to the timesten server present on remote machine and moreover I don't have the permission to intall any Timesten Client or App server(weblogic/glassfish) on timesten server. The only thing I had is my java application with plane java connection class to connect to Timesten Server from my machine.
    Is this possible or not? And if it is possible please help me out with some ideas...
    Thanks in advance!!!

    It's not possible. The client/server protocol is proprietary and undocumented and even if you could make it work it would be completely unsupported.
    What you need to do is implement your own 'server' that runs on the TimesTen machine. In this server you implement all the database access requirements for your application. Your application then talks to the server using your own protocol in order to access TimesTen. Although it is more work this is a good design pattern and, if it is well designed and implemented, may actually deliver better performance than normal client/server.
    Chris
    Edited by: ChrisJenkins on May 25, 2012 8:21 AM

  • Can connect to server, cannot connect through Ical/chat/etc

    Hi all I seem to be having trouble with Ical on my mac os x server. Error message as follows.
    Connection Failed
    There may be a problem with the server or network. Check the settings for account "XXXXX" or try again.
    Account "XXXXX" network is unreachable.
    The error message I see whenever I attempt to connect to our server via Ical.
    I have set through setup through server preferences Ical and the like. I can connect to the server in every other way I have tried, from ping to screen share and via finder. So nothing wrong with the connection.
    Things I've tried.
    Restarting the entire network.
    Reinstalling the server os on the server computer and setting up everything again.
    Turned off firewall.
    Thanks in advance.

    I would recommend the usual basic troubleshooting:
    1) Repair Permissions in Disk Utility, then reboot.
    If that doesn't work,
    2) Re-apply the latest Combo Update in safe mode (boot while holding shift).
    http://support.apple.com/kb/DL1048

  • Trying to send photos and message in iphotos.  Does not send saying your email did not go through because the serve did not reply, check your internet connection.  I can send ordinary emails, server is connected.  How do I send please.  Margee

    I am trying to send photos using iphotos.  I just get a message saying your email did not go through because the serve did not reply, check your internet connection.  Everything else is working, I can send normal emails and attach photos but not iphotos.  What have I missed?  Margee

    I am trying to send photos using iphotos.  I just get a message saying your email did not go through because the serve did not reply, check your internet connection.  Everything else is working, I can send normal emails and attach photos but not iphotos.  What have I missed?  Margee

  • Connect to server Vs Connect As-

    Hi,
    I can't log in local computer with Finder by connect as in my network.
    When I click in connect as.. Finder tells: There was a problem connecting to the server "ibook-branco"  - The server may not exist or it's unavailable at this time. check the server name or ip address, check your network connection, and try again.
    But..
    If I try - Connect to the server command.
    afp://ibook-branco.local
    Everything works fine...
    Both machines run Maverick 10.9.1 and use wired connection.
    Any tips or ideas...

    Hi -
    We use Oracle Grid Control to monitor and setup the data guard configuration for our databases and have not encountered the problems you mention. Our procedure is to setup the standby database first using RMAN. Once the standby is setup and configured we use Grid control to create the data guard broker configuration. yes - it does put in some interesting things in the log_archive_dest_2 parameter but we've never really had any issues with it not working.
    SQL> select value from v$parameter where name = 'log_archive_dest_2';
    VALUE
    service="(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=lpa-horizon04)(
    PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=TTRKPRD1_LPAHORIZON04_XPT.LPAHORIZON04)(
    INSTANCE_NAME=TTRKPRD1)(SERVER=dedicated)))", ARCH SYNC NOAFFIRM delay=0 OPTI
    ONAL max_failure=0 max_connections=1 reopen=300 db_unique_name="TTRKPRD1_LPAHO
    RIZON04" register net_timeout=180 valid_for=(online_logfile,primary_role)
    We use data guard in maximum performance mode.

Maybe you are looking for

  • Superdrive problem (Late 2008 unibody Macbook Pro)

    Hi guys. Basically I have had this problem for the last 2 months with it working once after I installed more RAM and opening up to find quite a dusty interior of my unibody MBP. I cleared out the dust installed the RAM, tried a DVD and it worked for

  • How to detect Non-English characters

    I have a report containing Korean language and English in a single column. My requirement is to detect the Korean language and pass it to the place holder column and detect English language and pass it to other place holder column. Please help me guy

  • Thousand Separator is Not Appearing in Amount Fields iRecruitment

    Hey Guys, My requirment is to show comma as thousand Separator for example 10,000 but its showing 10000. I am facing this issue in all amount fields in iRecruitment like Vacancy Page (Min Propose and Max Propose) and Offer Page. I set the below profi

  • Production Rejection

    Dear All, How to handle rejection process during production? Can anyone please explain any process how to handle this in SAP b1? What I would like to know is, how do i handle the rejection of the component items that comes during the production proce

  • ITunes could not be installed because some of the files are missing, please

    I just bought an Iphone and when I went to install the latest version of itunes i get the message "iTunes could not be installed because some of the files are missing, please reistall iTunes" during the installation. I have tried every recommended so