Skip navigation
4737 Views 17 Replies Latest reply: Nov 18, 2007 10:10 AM by James Rome RSS
Bronze 21 posts since
Nov 8, 2007
Currently Being Moderated

Nov 16, 2007 1:19 PM

Cannot connect to admin console

 

I just installed OpenFire on my MacPro running Leopard. The server claims to be started, but I cannot connect to the Admin Console in System Prerences. I tried

 

 

http://127.0.0.1:9090 manually, but that did not connect either. I see nothing in the firewall logs.

 

 

So how do I administer the server?

 

 

  • LG KeyContributor 5,935 posts since
    Dec 13, 2005
    Currently Being Moderated
    Nov 16, 2007 1:43 PM (in response to James Rome)
    Re: Cannot connect to admin console

    Hi James,

     

    I guess that also on MacPro Openfire writes log files, maybe you can take a look at them and verify whether Openfire opens port 9090 or not. info.log should contain a line with "Admin console listening at: http://hostname:9090/"

     

    LG

      • LG KeyContributor 5,935 posts since
        Dec 13, 2005
        Currently Being Moderated
        Nov 16, 2007 2:17 PM (in response to James Rome)
        Re: Cannot connect to admin console

        Hi James,

         

        are the server and your browser are on the same computer?

        Do you have something like a "shell" on Mac where you can enter "netstat -an | grep 9090" to verify that port 9090 is open?

         

        LG

          • LG KeyContributor 5,935 posts since
            Dec 13, 2005
            Currently Being Moderated
            Nov 16, 2007 2:48 PM (in response to James Rome)
            Re: Cannot connect to admin console

            Hi James,

             

            it looks like you are connected with your browser.

            tcp4 0 0 127.0.0.1.9090 127.0.0.1.54750 ESTABLISHED

            tcp4 0 0 127.0.0.1.54750 127.0.0.1.9090 ESTABLISHED

            So I wonder if Openfire has a bug and does not send any data to the browser.

             

            You could try again in the shell:

            telnet 127.0.0.1 9090

            and then enter completely blind:

            GET /login.jsp HTTP/1.0

             

             

            press enter a few times and wait for a response. If a lot of HTML code is displayed then it could be a problem with your browser.

             

            LG

  • David Smith KeyContributor 189 posts since
    Jan 11, 2007
    Currently Being Moderated
    Nov 16, 2007 2:20 PM (in response to James Rome)
    Re: Cannot connect to admin console

    It's possible that there is a bug in the installer when running on Leopard. I have tested upgrade installs thoroughly, but only did cursory initial installation testing. I'll try to get to that soon and let you know what I find.

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 10 points
  • Helpful Answers - 5 points