Long connection times to Leopard server using ssh and screen sharing

I'm experiencing long connection times when using ssh (30 seconds, or so, before password prompt appears), and screen sharing (upwards of 5 minutes before display opens). Both the server and the macbook pro I'm connecting with are on the same LAN, with the sever connected by wire directly to an Airport Extreme, and the MBP connecting via wireless.
Anybody have any thoughts as to what's causing the long delays in connecting?

A ping goes rather quickly, and the TNSNAMES.ORA file already contains the IP address. I have other software that connects to the Oracle server just fine without a long delay. I am not sure if this other software uses ODBC, it is a package software. I was begining to think I might have miscoded the connection in the VB program?
Tim

Similar Messages

  • Leopard Server PPTP VPN and Airport, can connect VPN but not AFP/SMB/VNC

    I have on several occasions enabled a PPTP VPN service on Leopard Server and forwarded the appropriate ports in my Airport Extreme with this result: Outside clients can connect to the Leopard Server, but trying to connect to the server with AFP, SMB, Screen sharing or Remote Desktop over this VPN just times out.
    The VPN seems to be working OK, but after establishing the VPN I can't use it. The client (iMac with Mac OS X 10.5.3) gets an IP, DNS, Router etc. from the network's DHCP.
    I have tried setting the server as default host with no effect.
    Everything is running the latest available updates.
    Is there any bug/problem with PPTP VPN passthrough an Airport Extreme on the Server side? Is there anything that needs to be configured other than forwarding port 1723 on the Airport?

    I had a similar problem. Hope my solution can help you.
    Check if the routers on both sides of the VPN connection use the same ip address style (ie. 10.0.0.x, 192.168.1.x). If they both use the same style then they conflict.
    I have a Airport Extreme at home and was VPNing to a server behind a time capsule. Both were using the 10.0.0.x style IP. I switched my home IP style to 192.168.1.x and everything worked right away.

  • Can't connect to X11 window server using 'localhost:0.0 help please

    Hi all,
    I am new to oracle, and its my first time to install oralce 9i to our hp ux version 11.23 remotely(ssh), and i got this error messages,
    $ ./runInstaller
    $ Initializing Java Virtual Machine from /data/OraInstall2008-06-17_05-21-49PM/jre/bin/java. Please wait...
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using 'md2:0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:63)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
    at java.awt.Window.<init>(Window.java:188)
    at java.awt.Frame.<init>(Frame.java:315)
    at java.awt.Frame.<init>(Frame.java:262)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)
    $ xhost +
    xhost: unable to open display "md2:0.0"
    $ export DISPLAY=127.0.0.1:0.0
    $ xhost +
    xhost: unable to open display "127.0.0.1:0.0"
    $ export DISPLAY=:0
    $ xhost +
    xhost: unable to open display ":0"
    I already followed all the suggestion from the forum, like in
    Can't connect to X11 window server using '127.0.0.1:0.0'
    but still got the same error, someone please help ?? please...

    Can't connect to X11 window server using 'md2:0.0' asWell... Is there a X display server running? (on the hp-ux, if named md2)
    As suggested, you may need to talk to a sys admin / unix guy or girl.

  • How to connect to a FTP server using a proxy in a DMZ with XI file adapter?

    Hello,
    Want to connect to an ftp server using a proxy in the DMZ. I don't see any standard options in the XI file adapter to use a standard. Is there a workaround?
    I already looked at https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action?pageId=57137
    But it didn't help me.
    Regards,
    Erik van Lisdonk

    U can't use FTP over SSH i.e., SFTP. But u may use FTPS by enabling the SSL layer on J2EE of XI. See this
    SFTP vs. FTPS in SAP PI
    Regards,
    Prateek

  • Hi - for some reason, my IPAD3 mail client has decided it can no longer connect to my Exchange server.

    Hi - for some reason, my IPAD3 mail client has decided it can no longer connect to my Exchange server.  It's worked like a charm for weeks.  Any thoughts?
    For the record, I've got a POP mail account that is working fine on the machine and the WIFI is up and running (Safari is loading fine).
    Thanks

    Hi Jim,
    Your issue is the most FAQ in the forums, it is an ongoing problem with Tiger waiting to be fixed by Apple. Till then, forget your aliases and use either Command-K or from the Finder Go-->Connect to Server and enter the remote Mac's IP address to connect.
    Also, Open Utilities-->Terminal and type lookupd -flushcache (Press Return) and reboot. Do this for both macs.
    Macs running 9.x, Macs running 10.4.x, SGI workstations running Irix 6.5.x

  • Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.

    Hi,
    I'm running WebLogic 5.1 sp10 on a Solaris box and I get the
    following error:
    java.rmi.RemoteException: java.lang.InternalError: Can't connect to
    X11 window server using ':0.0' as the value of the DISPLAY variable.
         at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
         at sun.awt.X11GraphicsEnvironment.(X11GraphicsEnvironment.java:59)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:120)
         at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
         at java.awt.Font.initializeFont(Font.java:264)
         at java.awt.Font.(Font.java:298)
         at com.hrw.xls.EmailXLSThread.getCellWidth(EmailXLSThread.java:162)
    caused by the following code fragment:
    Font f = new Font(fontName, fontStyle, fontHeight);
    FontMetrics fm = (new Panel()).getFontMetrics(f);
    Have I just forgotten to set an environment variable? I would prefer
    not to install bulky pieces of software, but if that's what it takes
    to get over this error, so be it.
    Thanks, Dave A.

    A Java AWT, X11 problem posted in the weblogic ejb newsgroup. I haven't been in here for long, but
    that has to be a first.
    If you have the DISPLAY env variable set to :0.0, you have to be at the console on a Solaris box
    running the XServer. 'xdm' I think is the code that has to be running. Also, I think the format is
    <hostname:0.0> or better <hostname:0> unless you are on a multi-headed workstation. Something like:
    export DISPLAY=hostname:0
    where hostname is the name of the host running an XServer and the .xhosts file allows access to the
    XServer from the display client.
    Apparently, you are not at the console?
    Anyway, I don't think there is a newsgroup here that I could even recommend to cross-post this to as
    it is not a WebLogic question. I think I would try the Discussion Forums at http://java.sun.com.
    Bill
    "D. Alvarado" wrote:
    Hi,
    I'm running WebLogic 5.1 sp10 on a Solaris box and I get the
    following error:
    java.rmi.RemoteException: java.lang.InternalError: Can't connect to
    X11 window server using ':0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.(X11GraphicsEnvironment.java:59)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:120)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
    at java.awt.Font.initializeFont(Font.java:264)
    at java.awt.Font.(Font.java:298)
    at com.hrw.xls.EmailXLSThread.getCellWidth(EmailXLSThread.java:162)
    caused by the following code fragment:
    Font f = new Font(fontName, fontStyle, fontHeight);
    FontMetrics fm = (new Panel()).getFontMetrics(f);
    Have I just forgotten to set an environment variable? I would prefer
    not to install bulky pieces of software, but if that's what it takes
    to get over this error, so be it.
    Thanks, Dave A.

  • Error: Can't connect to X11 window server using '172.16.1.254:0.0'

    Dear all,
    i am installing sap4.7 in hp-ux, after installing CI, i start DI, in 17 th step it asking to install oracle by executing RUNINSTALLER.....just i open new termenal (xshell) with orasid user i executed RUNINSTALLER but after some time it will show like this---- 172.16.1.254 is my local machine 80.0.0.151 is server
    /oracle/stage/920_64/Disk1/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.8848: Done
    Initializing Java Virtual Machine from ../../stage/Components/oracle.swd.jre/1.3.1.0.0a/1/DataFiles/Expanded/bin/java. Please wait...
    $ Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using '172.16.1.254:0.0' as the value of the DISPLAY variable.
         at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
         at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:58)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:53)
         at java.awt.Window.<init>(Window.java:183)
         at java.awt.Frame.<init>(Frame.java:310)
         at java.awt.Frame.<init>(Frame.java:289)
         at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
         at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
         at oracle.sysman.oii.oiif.oiifm.OiifmMainFrame.<init>(OiifmMainFrame.java:296)
         at oracle.sysman.oii.oiic.OiicInstaller.<init>(OiicInstaller.java:231)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:599)
    How to resolve this issue, what is the problem.
    Regards,
    satish-k

    If you logon to the console with a user, only that user is permitted to "send" the display to the screen. If you do an "su - ora<sid>" that user must be enable to do so too.
    - logon as root
    - open a terminal windows (a new one)
    - execute "xhost +"
    - use another terminal window
    - execute "su - ora<sid>"
    - execute "setenv DISPLAY <ip>:<port>"
    - then execute ./RUNINSTALLER in the SAP subdirectory of Disk1 (NOT runInstaller)
    Markus

  • The client timed out waiting to connect to the Essbase Server using TCP/IP

    Hi,All
    When I deploy the HPCM application to essbase, i received the following message below in the log file hpm.log
    2009-02-20 13:34:50,389 [Thread-115] ERROR com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator: error setting measures dimension member properties
    com.hyperion.profitability.data.mdb.essbase.MDBException: Error setting member property share option to store_data for member: D0900SB
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:413)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.setMemberProperties(CubeGenerator.java:1232)
    Caused by: com.essbase.api.base.EssException: (1290001): Network Error [10061]: Unable To Connect To [hypeion:32776]. The client timed out waiting to connect to the Essbase Server using TCP/IP. Check your network connections. Also please make sure that Server and Port values are correct
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.ex_olap(Unknown Source)
    And the Essbase service is up.
    Pls help!
    Shen.

    If you are installing on Windows, there is a limitation in the default configuration of TCPIP. I wrote about it, and included the steps to fix it, on my blog at http://timtows-hyperion-blog.blogspot.com/2007/12/essbase-api-error-fix-geeky.html.
    Note the error number you reported is slightly different than what I write about in the blog, but I believe I have seen this error fixed by the blog steps..
    Tim Tow
    Applied OLAP, Inc

  • Apple Mail app no longer connecting to incoming mail server

    Hi.
    I use the integral Apple Mail email client under OS X 10.8.
    Until this afternoon, all was well and I could send & receive my emails without any problem. (Suggesting that all the server settings & preferences are correct in Mail.)
    This afternoon Mail suddenly was unable to connect to my incoming (IMAP) mail server, and I still cannot get it to connect.
    I do still receive email from the same server on my iPhone though, so that suggests that the server itself is working correctly.
    I've tried quitting Mail and re-launching it, and I've tried editing the server settings, saving the new settings and then reverting to the old ones and re-saving, but to no effect.
    The problem exists on both of the user accounts we have set up on this Mac, and both user accounts use the same IMAP server, but with different names of course.
    I'm at a loss as to what might have occurred here, and an even further loss as to what else I can try to resolve the problem.
    Anyone any ideas please?
    ps. While I was typing this an email arrived in my Mail inbox! BUT... I still have the little !-triangles by the side of my account in Mail, and when I click on them the 'Alert' tells me that there 'may be a problem with the server or network' and, "The server returned the error: The connection to the server “imap.mail.yahoo.com” on port 993 timed out."
    So it looks like I'm getting emails somehow, but there is still a problem somewhere.

    I started having this same problem yesterday after installing the Safari 7.0.6 update.  This has to be a coincidence.
    I have 11 email accounts setup in Apple Mail.  The only one working now is my work exchange email.  The rest are either accounts I host on my own OS X Mavericks Server using IMAP and SMTP over SSL except for two of them which are GMAIL and iCloud.
    Same issue.  The iMac just displays the warning triangle symbol and when I click I get the Unable to Connect dialog with the message.
         There may be a problem with the mail server or network. Verify the settings for account “iCloud” or try again.
         The server returned the error: The server “p03-imap.mail.me.com” cannot be contacted on port 993.
    I have verified the settings on all of my IOS devices and they are the same.  As with the original post, my IOS devices are all able to connect to all of my accounts without any problems.
    To try and troubleshoot this issue I switched to another user account and tried to connect to one of my mail accounts and got the same Unable to Connect issue.  I then opened another email client (Thunderbird) and configured the email account exactly the same there (IMAP on port 993 and SMTP on port 587).  Thunderbird was able to connect and retrieve my mail without any problems.  As an additional test I opened up terminal and tried "telnet p03-imap.mail.me.com 993".  I was immediately connected to the iCloud server.
    To sum up this does not appear to be a problem with the iMac, the user account, my mail server or the network.  It appears to be a problem with Apple Mail only.
    I wonder if there is a plist file or something that needs nuking.

  • HT204076 Since I updated my iPhone 4S to iOS 8.1.2 last night, I can no longer connect to my imaps server.

    Since I updated my iPhone 4S to iOS 8.1.2 last night, I can no longer connect to my imaps server. Other clients can connect to the server. Rebooting the device is no help. Before the update (i.e. 8.1.1), it was working fine. Is this a known issue?

    No, it is not a known issue. It is a known non-issue. Try resetting your IMAP login ID and password. Both the incoming and outgoing. If that fails delete the account reboot the phone, and add it back.

  • Connect to server using VPN and router, then 3rd party software hangs

    I connect to my employer server using *Apani Contivity VPN* software to get email, accessing the internet with FireFox and any of the following devices *NetGear RP614v3, Linksys BEFSR41* routers, as well as a *Belkin F5D5131-5* switch. I can connect to the internet and log onto the company server. Then I spuraticly, but persistently, have *software hangs when I try to open the software or execute a save when using: Text Edit, MS Entourage, Quark, Adobe Photoshop and Bridge*. I use one of 2 Macs in a company of PCs and the other Mac user does not have these problems. Help.

    Hi, and a warm welcome to the forums!
    Done these two lately?
    Using Disk Utility in Mac OS X 10.4.3 or later to verify or repair disks...
    http://docs.info.apple.com/article.html?artnum=302672
    About Disk Utility's Repair Disk Permissions feature...
    http://docs.info.apple.com/article.html?artnum=25751
    Reboot needed if many Permissions are fixed, and possibly reapply latest Combo Update also.

  • Connection time out  in server.xml

    can u plz tell me what is connection time out in server.xml, how we can change it and what is the advanges or disadvantages if we change it.
    Thanks in advance

    hi,
    it sets or returns the number of seconds to wait for a connection to open, before canceling the attempt and generate an error.
    If u want to Disable connection timeouts, set connectionTimeout value
    to 0 in server.xml

  • Connection to Oracle BI server using BRIO

    Hi,
    I read in the administrator manual that it's possible to connect to Oracle BI Server with third-party tools over ODBC. The instructions say to configure a DSN on the remote machine using the Oracle BI Server driver. Does this mean that I need to install this driver or perhaps a client this driver is packaged with in order to complete this connection?
    Is there some other way to connect to Oracle BI server using Brio?
    Any help appreciated.
    Thank you!
    Some background:
    We have Oracle BIEE 101320 installed with connections established to our warehouse. We have Oracle Answers (Siebel Analytics) configured and have dashboards running off the BI server.
    There are a lot of folks here who use Brio. We'd like to get them to connect to the Oracle BI server rather than to the data warehouse.
    --Josh
    Message was edited by:
    user598511

    Hi
    We are a Hyperion partner and have just started looking at Oracle BI Enterprise Edition. When I installed it it automatically creates an ODBC DSN on the server called AnalyticsWeb. I am working directly on the server and I can then connect using Hyperion Interactive Reporting Studio using an oce which points to the DSN. So Brio Explorer/Designer would be the same. Working on a separate client machine I guess you would need a DSN on that machine. Not sure you would do this but if you do a custom install on the client of the client tools, you should see Oracle BI Server as a data source.
    BUT...
    I imported the Hyperion Sample database into the Oracle metadata repository using the Admin tool, and then connect to it using Hyperion IR studio. While I can see the tables in the catalog, when I drag them into the Datamodel, they just disappear. I would be interested to see what you get.
    Cheers
    Bob Pentney
    Indigo NZ

  • Not able to connect to Lotus Domino server using java/corba

    Hi
    I am new to Lotus Domino server and Java.
    I have INstalled Lotus Domino server5 on 1 machine and was successful in installing the Lotus client on another machine.
    Throught the lotus client i am able to connect to the server and send and receive the mails.
    Now I want to connect to the domino server using the Lotus Domino Tolkit for Java/Corba.
    In this Toolkit they have given the sample code program ..
    if I run the code I am getting the error
    java.io.FileNotFoundException: http://<IPADDRESS>/diiop_ior.txtjava.io.FileNotFoundException: http://<IPADDRESS>/diiop_ior.txt
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon
    nection.java:691)
    at java.net.URL.openStream(URL.java:942)
    at lotus.domino.NotesFactory.getIOR(NotesFactory.java:314)
    at lotus.domino.NotesFactory.createSession(NotesFactory.java:66)
    at IntroCorbaApp.run(IntroCorbaApp.java:65)
    at java.lang.Thread.run(Thread.java:539)
    lotus.domino.NotesException: Could not get IOR from HTTP Server
    lotus.domino.NotesException
    at lotus.domino.NotesFactory.getIOR(NotesFactory.java:344)
    at lotus.domino.NotesFactory.createSession(NotesFactory.java:66)
    at IntroCorbaApp.run(IntroCorbaApp.java:65)
    at java.lang.Thread.run(Thread.java:539)
    I also tried to find this file in the Domino server directory.
    The file exists in drive:\LotusServer\Domino\Data\Domino\HTML directory..
    I am not getting what exactly is the Problem
    Plz any one help me in this regard..
    thanks in advance

    You should be able to access the diiop_ior.txt file from browser without authentication,only then it will work. This file should not
    be protected.

  • [Servlet Error]-[Can't connect to X11 window server using ':0.0&#39

    i m using repot engin to disply report its running in windows well in my local machine but whn i deployeed it to test server (AIX) it gave me this error server is websphere
    E SRVE0026E: [Servlet Error]-[Can&#39;t connect to X11 window server using &#39;:0.0&#39; as the value of the DISPLAY variable.]: java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
         at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
         at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:175)
         at java.lang.Class.forName1(Native Method)
         at java.lang.Class.forName(Class.java(Compiled Code))
         at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:91)
         at java.awt.Font.initializeFont(Font.java:333)
         at java.awt.Font.<init>(Font.java:368)
         at com.actuate.ereport.engine.templateio.TmplReader.getFont(Unknown Source)
         at com.actuate.ereport.engine.templateio.TmplReader.getFont(Unknown Source)
         at com.actuate.ereport.engine.templateio.XMLTmplReader.handleFont(Unknown Source)
         at com.actuate.ereport.engine.templateio.XMLTmplReader.closeObjects(Unknown Source)
         at com.actuate.ereport.engine.templateio.XMLTmplReader.endElement(Unknown Source)
         at com.actuate.ereport.engine.templateio.XMLTmplReader.startParsing(Unknown Source)
         at com.actuate.ereport.engine.templateio.XMLTmplReader.readTemplate(Unknown Source)
         at com.actuate.ereport.engine.templateio.TmplReader.ReadTemplateFromBytes(Unknown Source)
         at com.actuate.ereport.engine.templateio.TmplReader.readTemplate(Unknown Source)
         at com.actuate.ereport.engine.ACJEngine.readTemplate(Unknown Source)
         at com.actuate.ereport.engine.ACJEngine.readTemplate(Unknown Source)
         at com.actuate.ereport.eapi.factory.DesignFactoryImpl.load(Unknown Source)
         at com.actuate.ereport.eapi.factory.DesignFactoryImpl.load(Unknown Source)
         at ccrmsweb.actions.PrintRpts.execute(PrintRpts.java:129)
    Please tell me wht exactly i have to do, i men exactly its very urgent

    Check this thread:
    Re: Can't connect to X11 window server using 'localhost:0.0'

Maybe you are looking for

  • ScrollPane component's border

    Hi guys, I am having a problem with scrollPane component, i want to remove it's border entirely but i can't succeed. I tried with myscrollpane.setStyle("borderStyle", "none"); which removes border but only until I scroll or click anywhere inside scro

  • Need to click Apple- Sleep 2 to 3 times for getting MacBook to Sleep

    I have recently purchased 13.3" MacBook Pro ( Core i3 2.5GHz , 4 GB RAM). Initially, it had 10.7.4 installed, but i have upgrade to 10.8.2 Now, my problem is that my MacBook doesn't go to sleep when i close the lid, though i am used to using Apple->S

  • Append report text adds

    My data is being saved with a block at the end of the data. It appears to becoming in with a star due to using Array to Spreadsheet String VI. Not sure what to do to get rid of the block. The complete VI that is giving me trouble is attached. Attachm

  • PDF security and imposition software

    I've recently be putting security on my PDFs when I email them to the printer for digital printing. The security gives the printer high quality printing access but no file editing.  The printer is telling me that the security is causing difficulty wi

  • Getting same result in sumof totalscolumn  in report

    hi everyone, i have operating expenses in one column and operatig expenses2 in other column and i need to display the result in third column if they both gets 0 values. i tried with excel conditional formatting functions but i am not getting.If any o