Cant load ip address with port number

I am trying to load my vps control panel at https://ipaddress:9999/ on firefox 4 mac and I cant open the page. Firefox wont respond at all when I hit enter. I can open it without issue in safari and chrome.

I was thinking that could be it, but didnt couldnt find those articles. Unfotunately, the override didnt work. It's weird. Its as though the browser will not even respond when I hit enter. No error messages or anything. Just a white screen.

Similar Messages

  • How to run Indesign CS3 as a Service with Port number

    Hello all,
    I would like to run the InDesign CS3 Server as a service on Windows. It seems that after installing the Server it automatically installs as a service. But where can I assign the port number. If under Services properties of InDesign Server under Parameters I mention -port 1050 on Ok button it removes the parameter information.
    I am doing right or is there some other way to start the Server as Service with Port number.
    Thank you all in advance.
    Regards
    Farzana.

    Hi Sascha,
    have you tried to remove the service and install it manually?
    \"Path to IDS"\InDesignServerService /install /u
    \"Path to IDS"\InDesignServerService /install
    I guess you've tried to start the instance in the console already (successfully?).
    Regards
    Ingo
    Am 05.07.2011 um 12:18 schrieb 1000grad_Sascha:
    Hi Ingo,
    I've installed the Snap-In and configured one instance. Maybe it's worth mentioning that there are some instances running at the same time, which have been started using the console. Hope that's not interfering. However, the MMC-configured instance uses a different port.
    I tried to start the service with a huge range of users having all imaginable privileges. The common way of using either "LocalService" or the Local System Account (which has admin rights for me) doesn't do the job.
    cheers,
    Sascha
    >

  • Starting gateway with port number crashes in linux

    Hi,
    I am trying to start gateway server with port number as:
    $start_ns -p 2320 (crashes with core dump).
    $start_ns '-p 2320' ( starts and works fine) or start_ns "-p 2320"
    Q: does this (single or double cote) is recommended way to start ?
    Kindly add your comments on this.
    Thanks in advance if some one can clarify this doubt.
    Mangilal

    Hi Wilson,
    Thanks for your suggestion and help.
    Since start_ns have a options to start with port number and we are testing siebel gateway under HA solutions.
    This is one of the test scenario we need to test with all the options.
    Same command works fine with AIX and solaris but fails in Linux.
    We already referred with http://download.oracle.com/docs/cd/E14004_01/books/SystAdm/SystAdm_SrvrSysSrvc6.html..
    Just need to know the purpose of using port number option while starting gateway.
    We didnt found any where in Siebel docs how and why to use port number option.
    Question is, how start_ns allowing with single & double cotes but not without quotes?
    Kindly clarify about this , i am very much confusing.
    Thanks and Reagrds,
    Mangilal D

  • FTP a file to given mailbox loacted at ip-address and port number

    I need technical suggestion on the following.
    Actually I got struck up with a technical issue related to FTP a file to UNIX mailbox through ABAP.
    We have tried with FM: SXPG_CALL_SYSTEM and FTP_CONNECT, which all works purely based on IP, USER ID and PWD.
    But we have an extra PORT NUMBER, which any of this FM doesnu2019t take up.
    Can you please suggest me any other FM that I can use to FTP a file to specified IP with Port Number along with User id and PWD.
    Else are we supposed to go for a separate script for this purpose?
    As i have no clue on UNIX, if i go for a script than what would be the reuirement for this script and where to place them and how to call them in to my ABAP?
    Timely help would be appreciable.
    Thanks in advance
    Edited by: yamuna pillai on Nov 11, 2008 8:37 AM

    Hi Yamuna,
    Can you let us know hw u did this..because we are facing the same kind of issue.
    Thanks
    Gayathri

  • Getting the IP address and port number and placing it in a window

    Hi Everyone,
    I have written the code which gives the system time in a window. But I need also to have the Internet address and the port number of the client in the window. the TimeserverRF considers incoming DatagramPackets as a request for the current time, if the client wishes to receive the current time from TimeserverRF, it has only has to send a DatagramPacket to TimeserverRF.
    I am not sure how to do this writing DatagramPackets .
    I have the TimeClient class application. Timeclient should send the Internet address and the port on which it is running.
    Do You have any ideas.
    // the code for system time.
    import javax.swing.*;
    public class Window1 {
    public static void main(String[] args) {
    JFrame win = new JFrame("TimeServer running on port 9999");
    JTextArea tA = new JTextArea(1, 30);
    win.getContentPane().add(tA);
    win.pack();
    win.setVisible(true);
    String s1; // initialise variables
    TimeData t1; // TimeData object initalise to t1 variable
    t1 = new TimeData(System.currentTimeMillis()); // start of loop body
    s1 = t1.toTimeString(); // system time held sring s1
    tA.append("Sent "); tA.append(s1); // Prints statement and time in Frame
    }

    Study this networking tutorial and then, if you have a specific question, create a new post with it.
    http://java.sun.com/docs/books/tutorial/networking/index.html

  • ASA 8.4(2) doesn't respond to ICMP echo on ip address with port forwarding only

    Hello,
    In order to meet our requirements we had to configure PAT for TCP 80 on 2 external IP addresses to one internal IP in DMZ. TCP port 80 is being translated for both external IP addresses and it works as expected. However, since we have migrated to ASA both external IP addresses don't respond to ICMP echo requests generating following error:
    %ASA-3-106014: Deny inbound icmp src outside:<Source IP> dst outside:<Destination IP> (type 8, code 0)
    Previously we have been using Cisco router to achieve the same objective and it worked well.
    I have noticed that when I add "same-security-traffic permit intra-interface" to a configuration the message mentioned above stops appearing in a logs.
    As far as I can tell ASA sends packet back through outside interface, despite the fact that appliance advertises its mac address in response to arp request for the same external IP address.
    Is there any way to make ASA realise that it should respond to ICMP echo requests on external IP addresses that have forwarding setup?
    I do realise that ICMP would work in 1-to-1 NAT scenario, but we can't apply 1-to-1 NAT for 2 external IP addresses to point to one internal IP address.
    Kind Regards,
    Paul Preston

    Hi Julio,
    Interesting. I have tried to map two external IP addresses with using 1 to 1 nat to a single internal IP, but when I tried to configure a second one I remember a message "mapping exists"...
    I think that it might be easier if I paste relevent config:
    access-list From_Internet extended permit icmp any any
    access-list From_Internet extended permit tcp any gt 1023 host 172.17.0.103 eq www
    access-list From_Internet extended deny ip any any log warnings
    object network www-91-17.103
    host 172.17.0.103
    object network www-92-17.103
    host 172.17.0.103
    icmp permit any outside
    object network www-91-17.103
    nat (DMZ,outside) static x.x.x.91 service tcp www www
    object network www-92-17.103
    nat (DMZ,outside) static x.x.x.92 service tcp www www
    With a config above NAT works for both IP addresses, but unfortunately neither IP address respond to icmp echo requests.
    Kind Regards,
    Paul Preston

  • Seeting cookies for different domain with port number

    Hi,
    I've been desperately trying to solve this for a few days now so thought i'd give up and ask.
    Basically, when a user logs into the website, the idea is for them to be automatically logged into the bulleting board. This is being done by setting a cookie(I won't go into detail as it's not relevent).
    The cookie is being created in one domain (.stage.csu.ac.uk) and needs to be used by another, .prospects.ac.uk. However, the board is on servername.prospects.ac.uk:81, which means that the cookie isn't being picked up.
    I've been tearing my hair out for days about this. I can't change the fact it's using port 81, and there's no other way of doing this log in.
    If ANYONE can help, I would not be able to say thanks enough.
    Sam.

    Perhaps you can call a jsp on the other server to set the cookie for you, for example by loading it in a hidden iframe?
    This has some maintainance issues because you need to provide a full url to the jsp on the other server, so if anything changes (port number for example) then this solution will break.

  • BUG: Verizon iPhone Visual Voicemail Not Working with Ported Number

    I ported my number from ATT to Verizon with the new iPhone 5.
    Visual Voicemail keeps asking me to set it up with a password. Then it says unauthorized. I spent an hour on the phone with Verizon support. They said I had to wipe my phone and set it up as a new phone.
    I backed up, set up as new, went to Voicemail. It called my voicemail. I set up the account, and left a test voicemail. Visual Voicemail worked.
    Then I restored back to my iPhone backup, getting all my data, apps, and contacts back, and the Visual Voicemail doesn't think it is setup anymore.
    What gives??? Is this an Apple or Verizon issue? It works on a "new" setup phone, not a restored one???

    I found that this was an issue (when I setup my iPhone 5) was solved when I went in and reset the network settings.
    It seems that somehow the provider network settings weren't quite right:
    Settings -> General -> Reset -> Reset Network Settings
    After resetting the network settings, everything just worked again.
    Perhaps the same thing can correct the issue for you as well. (worth a shot)

  • How to use WAN IP with port number in TCP Open Connection ?

    I have a code to write / read a WiFi device server that gets DIO / AI data through a serial port. See attachment.
    The device driver has a static IP of 192.168.1.10 and port 30704 for data stream. I have a router which links my laptop and this device driver in a LAN and all is fine.
    But now I want to access my device driver through the internet. For this I already have done a port forwarding in my router to direct incoming requests on 30704 port to my device driver.
    The issue : I cannot reach my device driver when I enter the WAN side IP of my router like 52.23.45.131 and the Port as 30704  in the TCP Open connection.
    Any suggestions ?
    Thanks 
    Raghunathan
    LV2012 to Automate Hydraulic Test rigs.
    Attachments:
    Remote_Logger.vi ‏32 KB

    Hello,
    without looking at your vi:
    Did you try to reach your device from an external Computer?
    Because NAT Translation cant be done (by most routers) if you try to reach yourself from the inside.
    I am correct that the device created a virtual Networkcard on your computer at which you can communicate locally, right?
    Did you try to use another computer in your Network, to reach your computer and the attached device?
    If it is not possible, try to enable Routing at your computer.
    If it is possible, your router is not forwarding (or you answered at with "no" at the first question or both).
    If you are using an external computer and the networkinternal connection from another PC is working and you are 100% sure the router is set up correctly, try to disable all local firewalls and test again. (if it works you need to setup a proper fwrule).
    Regards
    Rene

  • Need Help, Issue With Porting Number

    Hey I ported my number from sprint, but right now I have service on my iphone and my old sprint phone and if I send a text from iphone I get a response on sprint phone. Anyway I can fix this? Or will it work itself out with time?

    That is normal for porting your phone number, within a few more hours, it will all switch over to the iPhone, you will recieve a text message confirming once this is complete. So, just hang on to the Sprint phone a tiny bit longer, you're almost there!

  • I cant load .ant file with photoshop CS5 Extended version

    I need to load a .ant file into photoshop cs5 please tell me how. When I simply double click it doesn't

    I just Googled .ant and it seems ANT is a file extension used by SFR Calculator (formerly CalcANT). ANT files are used when saving the calculation data. No relation to Photoshop files at all. I strongly suspect that c.pfaffenbichler caught your typo. So:
    Place your .atn file on your desktop.
    Open Photoshop and shift it if necessary so that you can also see the .atn file on your desktop.
    Choose Windows > Action  You will see it as a panel.
    Double click on the desktop's .atn. It should load to your Actions panel. If that doesn't do the job, choose Load Actions... from the Actions menu in its upper right corner. 

  • Sharepoint 2013 - url redirects with port number added

    Hi,
    In our sharepoint 2013 environment, we have a custom application and in which we have a button and when we click on the button the initial url was below
    http://abcd.com/apps/xyz/test.aspx
    After clickin on the button it redirects to the below, where in the custom app they are using query string to append the url.
    http://abcd.com:6001/apps/xyz/test.aspx?EID=7&ListID=1723aasd-ajsfs12346
    And i am getting the web page cannot be displayed error.
    Please help me to resolve this issue. Is there any issue in the custom code or in IIS redirect or server related configuration.
    Any help is much appreciated.

    Hi Krishna,
    Thanks for your reply,
    We have constructed the code in .cs file. And the code is
    private
    void Redirect(int
    id)
    NameValueCollection queryString;
                queryString =
    HttpUtility.ParseQueryString(Request.Url.Query);
                queryString["EID"]
    = id.ToString();
                queryString["List"]
    = List.ID.ToString();
                queryString.Remove("AssignToMe");
    //Response.Redirect(Request.Path + "?" + queryString, true);
    //Response.Redirect(SPContext.Current.Web.Url + "?" + queryString, true);
                Response.Redirect(SPContext.Current.Web.Url
    + "/Pages/Request.aspx" +
    "?" + queryString,
    true);
    Smile Always

  • Cannot load application pwc_cvrg with error number [1052003] - see server l

    Hi,
    Im new to Essbase, so pls can you guys help me out to fix this issue.
    Im getting the above error, when i try to connect to the application/db from EAS/AddIn/Unix.
    Please can anyone let me know what's the exact issue and how to resolve this.
    Thanks.

    There is a problem starting the application. Look at the application log for further info. There could be a lot of reasons it is not starting and looking at the log might narrow it down

  • I am supposed to give my zen to correction and i cant find any sticker with any number on

    what do i do now?
    please help.

    Which Zen do you have? It may indeed be in the battery compartment (under the battery).
    Cat

  • IP Address & Port Number

    We have some users who are unable to sign in when they want to use Folio Builder.  We suspect that the issue is down to our firewall as all standard ports are blocked.  I therefore need to know the IP Address and Port number that Folio Builder tries to authenticate users on.
    Does anyone know what they are?
    Thanks
    James

    Ask in the respective product forum. I know effectively zero about AFB.
    Mylenium

Maybe you are looking for

  • When I try turn-off the MBAir freeze

    When I use ITunes and I try turn-off or reebot the system is freeze. appear error unmount of/home failed (45) unmount of/net failed (45) I check and repair disk permissions but the problem persist.

  • Foreign Currency in COPA

    Hi All, What are the currency options available in COPA ? Is there some thing like Foreign currency? if there is how can I activate it? Can any one explain the concept behind foreign currency in COPA? Thanks MKR

  • How to upgade Oracle from 9.2 on SUN to Oracle 10g R2 RAC on Oracle EL4

    Hi all, I have production database Oracle 9i EE Release 9.2.0.5.0 - 64bit on SunOS 5.9 cca 100GB. I would like to upgrade Oracle 10g Relase2 RAC with 2 nodes on Oracle Enterprise Linux. Database availability is 24x7 and system breakdown must be minim

  • Series from computer type?

    Hello to Lenovo community.  This is an excellent forum that helped me a lot ,but I didn't find answer to this question. This is actually more of documentation that technical request. I have a list of Lenovo laptops - models and serail numbers. Thing

  • Can Anyone Explain Why Using the Hightest (Native) Resolution is Preferred?

    I have an '06 iMac with a 20" screen, my top resolution is 1680 x 1050, but when I try using it, yes I can "fit more on the screen", but the type is tiny, tiny, tiny, (& I can't seem to figure out how to enlarge it outside of my browsers. How do peop