Problem connecting URL thru proxy host

I have a browser based JSP code that invoke servlet in the UNIX box
my servlet code looks like this...
private HashMap webVars = new HashMap();
private String edi_ProxyURLOrIP;
private String edi_ProxyPort;
private     boolean edi_ProxyPresent = false;
public void init(...) {
edi_ProxyURLOrIP = System.getProperty("https.proxyHost");
edi_ProxyPort = System.getProperty("https.proxyPort");
edi_ProxyPresent = true;
protected void doPost(....) {
prepareSystemForSSL(edi_ProxyURLOrIP, edi_ProxyPort, edi_ProxyPresent);
private static void prepareSystemForSSL(String edi_ProxyURLOrIP, String edi_ProxyPort, boolean edi_ProxyPresent){
if (edi_ProxyPresent) {
System.setProperty("https.proxyHost",edi_ProxyURLOrIP);
System.setProperty("https.proxyPort",edi_ProxyPort); //"80"
JVM setting has https.proxyHost and https.proxyPort
As soon as my code execute prepareSystemForSSL(...)
I get error: access denied (javax.net.ssl.SSLPermission setHostnameVerifier)
TIA.

correction...
above mentioned exception occurs when code execute following code.
javax.net.ssl.HostnameVerifier myHv = new javax.net.ssl.HostnameVerifier()
public boolean verify(String hostName,javax.net.ssl.SSLSession session)
     return true;
javax.net.ssl.HttpsURLConnection.setDefaultHostnameVerifier(myHv);
added this code to avoid Exception : java.io.IOException: HTTPS hostname wrong: should be <localhost>

Similar Messages

  • SOAPConnection thru Proxy host

    I'm using jwsdp of sun. I'm trying to write a client which calls a service throught a proxy host.
    Can some one guide me how do we implement this, as SOAPConnection does not have like setRequestProperty etc.,
    A snippet of code which is working without a proxy host.
    String endpoint = "http://localhost:8080/servlet/ReceiveSOAPMessageServlet";
    SOAPConnectionFactory scf = SOAPConnectionFactory.newInstance();
    SOAPConnection connection = scf.createConnection();
    MessageFactory mf = MessageFactory.newInstance();
    SOAPMessage msg = mf.createMessage();
    SOAPPart soapPart=msg.getSOAPPart();
    SOAPEnvelope envelope = soapPart.getEnvelope();
    FileInputStream fis = new FileInputStream(path+fileName);
    StreamSource ssrc=new StreamSource(fis);
    soapPart.setContent( ssrc );
    fis.close();
    msg.saveChanges();
    SOAPMessage reply = connection.call(msg, endpoint);
    Thanx

    Hi,
    Although I have not got any responses, I have found a solution to work with JWSDP instead of using Apache Axis.
    Replace the code
    SOAPConnectionFactory scf = SOAPConnectionFactory.newInstance();
    SOAPConnection connection = scf.createConnection();
    with
    HttpSOAPConnectionFactory hscf = new HttpSOAPConnectionFactory();
    HttpSOAPConnection connection = (HttpSOAPConnection) hscf.createConnection();
    connection.setProxy(proxyHost, proxyPort);
    HttpSOAPConnectionFactory class is avaialble in com.sun.xmlmessaging.saaj.client.p2p
    Note:
    In the above class there is no method to set username/password for proxy host. I'm still investiaging on this if anyone has any idea please let me know , meanwhile if you have proxy host you have to pass thru to reach a service you can use the above code.

  • PL/SQL debugging problem: Connect failed because target host or object does

    hi all,
    I installed ODT 10.2.0.2.20 and I'm trying to debug a SP in VS2005. I have followed the instructions at http://cshay.blogspot.com/2006/07/plsql-debugger-in-visual-studio.html
    I am able to debug SP using the "Run debug" in the Oracle Explorer however I am not able to get any "live data" debugging working in a Winforms application.
    my problem is that whenever my application tries to open a connection I get the following error message:
    ORA-30683: failure establishing connection to debugger
    ORA-12545: Connect failed because target host or object does not exist
    ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
    ORA-06512: at "SYS.DBMS_DEBUG_JDWP_CUSTOM", line 59
    ORA-06512: at line 1
    The db machine is running Oracle 9i release 2
    Any help will be really appreciated.
    Thank you

    Hi cshay,
    first of all thank you for your reply. Unluckily I
    have the same problem also with console applications.
    Checking or unchecking the "enable Visual Studio
    Hosting Process" flag (in both projects) doesn't seem
    to change the situation :(
    Forgot to say that I am not behind a firewall.Well, if it fails with a console app, then it wasn't the bug I was thinking of.
    There is one other bug that sometimes catches people... you can follow along the steps I provided in this thread and see if ORA_DEBUG_JDWP is getting corrupted as it is passed from Visual Studio to the database:
    Re: ODT 10.1.0.2.0 on Visual Studio 2003 problem

  • FireWire Problems Connecting Target MBP to Host MBP

    Hey guys, i am having a problem when i try get into target disk mode. I have 2 MBP's , one of them is working flawlessly while the other wont log on to any accounts. I cant get passed a gray screen, i was told to transfer my files from the unbootable MBP to the working MBP. But the problem im having is that the unbootable MBP doesnt mount to the working MBP. I know how to get it into target disk mode by holing down t on startup.  After i wait and wait almost 30 miins nothing seems to happen, even after i go into disk utility, what could be the problem? Im using a thunderbolt cable only. The only thing i want to get out of the not working MBP is pictures is there a better way of doing this? Thankks in advance
    -iamchilln

    Welcome to the discussions!
    Not sure if this help, because it may not be the answer that you are looking for.
    If you have the Time Capsule set to broadcast both bands using the same SSID, then your MBP will choose the signal with the best quality, not necessarily the signal with the fastest speed.
    Since 5 GHz signals are by default, weaker than 2.4 GHz signals, they do not travel as well as 2.4 GHz signals and are absorbed by any walls or obstructions much more quickly than 2.4 GHz signals. For this reason, unless your computer literally has line-of-sight with the Time Capsule and is not too far away, it's probably going to connect at the 2.4 GHz setting since it will see a stronger and better quality signal there.
    If you want to "force" the MBP to connect to 5 GHz, even though it may not be the strongest or best quality signal, the only way to do this to assign a separate name to the 5 GHz network and log onto it separately.
    Message was edited by: Bob Timmons

  • Problems connecting to remote host via DreamWeaver's FTP

    I am having problems connecting to my remote host through DreamWeaver.  I can connect via File Zilla Client and could connect before my hard drive crashed.  Now w/new hard drive, I recieve an error msg. I tried to create a new site, which connets when I test the connection, but when I go to view the files, a dialog box appears saying "cannont get remote folder info, access denied, etc) I tried selecting different settings and combinats of the following settings:Use firewall, secure ftp, passive ftp. Not sure what else to try at this point. I have WIN XP, Adobe Creative Suite CS3.  I would appreciate any help, thanks!

    Sigh, it worked for a few days then started acting up again...would connect every other time, now not at all. FileZilla can't connect now either.  I have not changed any of the settings - I just get a msg about a "critical error, unable to connect" in FileZilla and an "an ftp error occured, cannot make connection to host. your login or password is incorrect. please check the info and try again" msg in DreamWeaver.  I have rebooted my pc, double & triple checked the spelling of my host name, login, and password. The only thing I've done is downloaded a plug-in for Photoshop to covert an image to a .ico.  Unless going back and forth b/t DreamWeaver's ftp and FileZilla's would mess it up. I also tried using the alt. host with no success. I can, however, still connect using Yahoo's Web Hosting client....I don't know, sorry to keep bothering you, just very frusterated right now.  Been messing with it for two days now....
    Thanks.

  • Problems connection to Minecraft servers in the US...

    After upgrading my internet to BT Infinity, I have been having huge problems connecting to Minecraft servers hosted in the USA. When eventually I do connect, there is an extreme amount of chat delay (it takes about 20-30 seconds for any chat messages to show up).
    I have performed a traceroute and dicovered that BT seems to go through many other servers before even connecting to the server in the USA.
    I was informed by many people that they had the same problem, which was easily solved by informing their internet providers which changed a few settings with their servers.
    However, if there is anything that I can do, then please inform me on what it is and I will do it.
    Thanks,
    John.

    There have been issues for BT and many other UK ISPs just today.  If it was before that, post ping and tracert information for a sample slow server into a command prompt.  Something like below.
    (I'm not sure if that is a sensible server, but looks like the kind of answers I would expect from a US server.)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    C:\Windows\System32>ping killion.evolutiongaming.org
    Pinging killion.evolutiongaming.org [68.233.235.26] with 32 bytes of data:
    Reply from 68.233.235.26: bytes=32 time=117ms TTL=51
    Reply from 68.233.235.26: bytes=32 time=116ms TTL=51
    Reply from 68.233.235.26: bytes=32 time=117ms TTL=51
    Reply from 68.233.235.26: bytes=32 time=118ms TTL=51
    Ping statistics for 68.233.235.26:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 116ms, Maximum = 118ms, Average = 117ms
    C:\Windows\System32>tracert killion.evolutiongaming.org
    Tracing route to killion.evolutiongaming.org [68.233.235.26]
    over a maximum of 30 hops:
    1 <1 ms <1 ms <1 ms BTHomeHub.home [192.168.1.254]
    2 7 ms 6 ms 6 ms 217.32.147.100
    3 7 ms 7 ms 7 ms 217.32.147.126
    4 12 ms 12 ms 12 ms 213.120.181.110
    5 12 ms 12 ms 12 ms 217.41.169.235
    6 12 ms 12 ms 12 ms 217.41.169.109
    7 12 ms 12 ms 12 ms 109.159.251.197
    8 17 ms 26 ms 23 ms core1-te-0-13-0-12.ilford.ukcore.bt.net [109.159.251.127]
    9 19 ms 19 ms 19 ms core1-pos9-1.telehouse.ukcore.bt.net [194.74.65.114]
    10 19 ms 18 ms 18 ms t2as1-tge1-4.uk-lon1.eu.bt.net [166.49.211.141]
    11 17 ms 20 ms 17 ms t2a1-ge4-0-0.uk-lon1.eu.bt.net [166.49.135.17]
    12 22 ms 23 ms 22 ms te0-3-0-6.ccr21.lon01.atlas.cogentco.com [130.117.14.49]
    13 96 ms 94 ms 96 ms te0-3-0-5.ccr21.lon13.atlas.cogentco.com [130.117.0.118]
    14 94 ms 94 ms 94 ms te0-7-0-0.ccr21.jfk02.atlas.cogentco.com [154.54.84.125]
    15 96 ms 95 ms 96 ms te0-0-0-6.ccr21.dca01.atlas.cogentco.com [154.54.5.246]
    16 118 ms 118 ms 118 ms te0-1-0-7.ccr21.atl01.atlas.cogentco.com [154.54.24.154]
    17 118 ms 118 ms 118 ms te4-2.ccr01.jax01.atlas.cogentco.com [154.54.29.130]
    18 118 ms 121 ms 120 ms te3-2.ccr01.mco01.atlas.cogentco.com [154.54.29.138]
    19 122 ms 123 ms 124 ms te2-7.ccr01.tpa01.atlas.cogentco.com [154.54.29.213]
    20 117 ms 114 ms 116 ms 38.104.150.70
    21 118 ms 118 ms 117 ms 69.46.31.126
    22 118 ms 118 ms 118 ms 68.233.235.26
    Trace complete.

  • Connect to ServerSocket of codebase host fails thru proxy since 1.6.0_03

    hi there,
    I have an applet that connects to a server-socket of it's code-base host (i.e. the server it has been loaded from) and loads additional data.
    since 1.6.0_03 the connection fails with a SecurityException when there is a proxy server in between the applet machine and the server.
    clients with direct connection to the internet work fine.
    The server address is read with the following:
    serverProtocol = getCodeBase().getProtocol();
    serverHost = getCodeBase().getHost();
    serverPort = getCodeBase().getPort();
    serverPath = getCodeBase().getPath();
    the connection to the server socket is then performed with a standard
    socket:
    try {
    socket = new Socket(serverHost , customPort);
    } catch (UnknownHostException e) {
    System.err.println("ERROR: UnknownHostException: Can't find host: "
    + host + "\n");
    return;
    } catch (IOException e) {
    System.err
    .println("ERROR: IOException: Can't open socket on rendezvous port "
    + port + " (on host " + host + ").\n");
    return;
    The applet is NOT signed but socket connection to its "codebase host" should be allowed! why is the connection not working when there is a proxy server in between? is this a bug in 1.6.0_03 or is something wrong with the applet?
    regards,
    hans

    Hi,
    I think I've heard of this problem before, and if memory serves me right it had something to do with the configuration of the IP address of the network interface. It is a Linux box, right?
    Anyway, as a workaround you could set -Djava.rmi.server.hostname explicitly to the IP of the interface you're communicating over.
    Kind Regards,
    Marcus

  • Problem: HTTPS connections via authenticated proxy

    Hi all,
    we are facing a problem with the BEA implementation of the HTTPS
    client/server protocol. As you might know it's possible to tunnel T3 via
    HTTP/HTTPS. We are evaluating that at the moment. To make authentication for
    proxy servers possible we followed the documentation and created a class
    implementing the ProxyAuthenticator interface. Everything worked find until
    we tried to use this together with the HTTPS-protocol. Whereas it works as
    long as the proxy doesn't ask for authentication, the ProxyAuthenticator
    class isn't even called in the other case. Has anyone of you already made it
    work?
    Your help is highly appreciated,
    Tchaw!
    Christoph Krüger

    implementing the ProxyAuthenticator interface. Everything Think your are trying to authenticate the jdk 1.2 way,
    maybe just trying it jdk 1.1 like will help.
    What i found in the jsse Docu:
    When accessing HTTPS servers through a web proxy, you must set the "https.proxyHost"
    and "https.proxyPort" system properties to
    the correct host name and port number of the web proxy.
    For example, to set this property on the command line to access HTTPS servers
    through the proxy host "webproxy" running at port 8080 you would use:
    java -Dhttps.proxyHost=webproxy -Dhttps.proxyPort=8080
    And some of my sample code for proxy auth:
    System.getProperties().put( "proxySet", "true" );
    System.getProperties().put( "proxyHost", "proxyurl" );
    System.getProperties().put( "proxyPort", "8080" );
    String authString = "userid:password";
    // enter the username and password for the proxy
    String auth = "Basic " + new sun.misc.BASE64Encoder().encode authString.getBytes());
    URL u = new URL("http://www.bild.de/");
    URLConnection connection = u.openConnection();
    connection.setRequestProperty( "Proxy-Authorization", auth ); // Set up the connection
    so it knows you are sending proxy user information
    connection.setRequestProperty( "Authorization", auth );
    connection.setDoInput( true ); // Set up the connection
    so you can do read and writes
    connection.setDoOutput( true );
    // request.getAuthType() // Rueckgabewert ueberpruefen
    Bye, Klaas

  • Remote Resources: "A problem with the system proxy caused the connection to fail: End of file"

    Hi, I am trying to use "Remote Resources" on the current version of the Microsoft Remote Desktop for Android app, I can input the webfeed and it even shows the apps that I have configured on the server for "Remote App", sadly whenever
    I try to load any of the RemoteApps, I receive an error stating " A problem with the system proxy caused the connection to fail. End of File".
    I don't know what I can do to fix this, I've tried many things to no avail, also, normal Remote Desktop connections from the Microsoft Android app work flawlessly to the server.
    The relevant log is the following:
    [2014-Jan-09 04:40:54] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Jan-09 04:40:54] RDP (0): Final rdp configuration used: memory bookmark [
    label 
    hostname DIAZSERVER
    port 3389
    loadbalanceinfo 
    ui.swapmousebutton false
    remote.program ||ZWaveUtil
    remote.workingdirectory 
    remote.name ZWave Adapter Utility
    remote.args 
    rail true
    soundmode 0
    connect_to_console false
    redirectsdcard true
    performance_flags 134
    arc.sessionid 0
    anonymous_username 
    authentication_level 2
    use_redirection_server_name false
    username administrator
    gateway [
      host = DIAZSERVER
      port = 443
      bypass = false
    connect info[
      hostnames = [localhost]
      gatewayHost = DIAZSERVER
      gatewayPort = 443
      routingToken = Cookie: mstshash=administrator
      redirectionGUID = 
      proxyHost = 200.5.68.10
      proxyPort = 8080
      sessionId = -1
    [2014-Jan-09 04:40:54] RDP (0): Using HttpConnect proxy at 200.5.68.10:8080
    [2014-Jan-09 04:40:54] RDP (0): Using Basic Authentication with username ''
    [2014-Jan-09 04:40:54] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    AsioEndpointContext (0): startup(): starting up down context
    [2014-Jan-09 04:40:54] RDP (0): Resolved '200.5.68.10' to '200.5.68.10' using NameResolveMethod_DNS(1)
    [2014-Jan-09 04:40:54] RDP (0): Resolved '200.5.68.10' to '200.5.68.10' using NameResolveMethod_DNS(1)
    ASIOSocketAdapter (9): readSomething error. message: End of file. instance: 0x5d39d5c0
    RpcOverHttp (9): Stream error in endpoint 0x5abbc170 : A problem with the system proxy caused the connection to fail: End of file
    [2014-Jan-09 04:40:55] RDP (0): Error message: A problem with the system proxy caused the connection to fail: End of file
    [2014-Jan-09 04:40:55] RDP (0): Error message: A problem with the system proxy caused the connection to fail: End of file
    [2014-Jan-09 04:40:55] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    ASIOSocketAdapter (9): handleRead(): exception: Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/httpendpoint.cpp' at line 489
        User Message : Failed to read from channel: -1. instance: 0x5d39d5c0
    [2014-Jan-09 04:40:55] RDP (0): Disconnect initiated by client
    RpcOverHttp (9): Exception in endpoint 0x5abbc170 : Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/httpendpoint.cpp' at line 489
        User Message : A problem with the system proxy caused the connection to fail: Failed to read from channel: -1
    [2014-Jan-09 04:40:55] RDP (0): Exception caught: Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/httpendpoint.cpp' at line 489
        User Message : A problem with the system proxy caused the connection to fail: Failed to read from channel: -1
    [2014-Jan-09 04:40:55] RDP (0): Exception caught: Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/httpendpoint.cpp' at line 489
        User Message : A problem with the system proxy caused the connection to fail: Failed to read from channel: -1
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    [2014-Jan-09 04:40:57] RDP (0): ------ END ACTIVE CONNECTION ------

    My problem is that the "proxy" is the proxy set up by my 3G configuration so, I tried connecting to the remote resources through my work wifi and I get the following:
    [2014-Jan-14 16:58:13] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Jan-14 16:58:13] RDP (0): Final rdp configuration used: memory bookmark [
    label 
    hostname DIAZSERVER
    port 3389
    loadbalanceinfo 
    ui.swapmousebutton false
    remote.program ||chrome
    remote.workingdirectory 
    remote.name Google Chrome
    remote.args 
    rail true
    soundmode 0
    connect_to_console false
    redirectsdcard true
    performance_flags 134
    arc.sessionid 0
    anonymous_username 
    authentication_level 2
    use_redirection_server_name false
    username Administrator
    gateway [
      host = DIAZSERVER
      port = 443
      bypass = false
    connect info[
      hostnames = [localhost]
      gatewayHost = DIAZSERVER
      gatewayPort = 443
      routingToken = Cookie: mstshash=Administrator
      redirectionGUID = 
      proxyHost = 
      proxyPort = 0
      sessionId = -1
    [2014-Jan-14 16:58:13] RDP (0): Not using any proxy
    [2014-Jan-14 16:58:13] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    AsioEndpointContext (0): startup(): starting up down context
    ASIOSocketAdapter (9): handleResolve(): boost error: Host not found. Please provide the fully-qualified name or the IP address of the host.. instance: 0x5d474090
    RpcOverHttp (9): Stream error in endpoint 0x5d46b678 : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    ASIOSocketAdapter (9): handleResolve(): boost error: Host not found. Please provide the fully-qualified name or the IP address of the host.. instance: 0x5d445158
    RpcOverHttp (9): Stream error in endpoint 0x5d49fa30 : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Disconnect initiated by client
    [2014-Jan-14 16:58:17] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    [2014-Jan-14 16:58:17] RDP (0): ------ END ACTIVE CONNECTION ------
    Now, I know the host can be resolved because: if I connect to the same host but on a full remote desktop (as opposed to just RemoteApp on it) I have no trouble either through 3G OR through my work connection.
    Moreover, I also tried directly inputting the IP as opposed to the web address of my server, I get the same error, that is the Remote Resources tab is able to access the feed (because it shows the available RemoteApps) but when I click an app it says it can't
    find the Host, here's the log for the connection directly to the IP address/rdweb/feed/webfeed.aspx :
    [2014-Jan-14 17:09:27] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Jan-14 17:09:27] RDP (0): Final rdp configuration used: memory bookmark [
    label 
    hostname DIAZSERVER
    port 3389
    loadbalanceinfo 
    ui.swapmousebutton false
    remote.program ||chrome
    remote.workingdirectory 
    remote.name Google Chrome
    remote.args 
    rail true
    soundmode 0
    connect_to_console false
    redirectsdcard true
    performance_flags 134
    arc.sessionid 0
    anonymous_username 
    authentication_level 2
    use_redirection_server_name false
    username administrator
    gateway [
      host = DIAZSERVER
      port = 443
      bypass = false
    connect info[
      hostnames = [localhost]
      gatewayHost = DIAZSERVER
      gatewayPort = 443
      routingToken = Cookie: mstshash=administrator
      redirectionGUID = 
      proxyHost = 
      proxyPort = 0
      sessionId = -1
    [2014-Jan-14 17:09:27] RDP (0): Not using any proxy
    [2014-Jan-14 17:09:27] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    AsioEndpointContext (0): startup(): starting up down context
    ASIOSocketAdapter (9): handleResolve(): boost error: Host not found. Please provide the fully-qualified name or the IP address of the host.. instance: 0x5d372f28
    RpcOverHttp (9): Stream error in endpoint 0x5dd6b168 : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    ASIOSocketAdapter (9): handleResolve(): boost error: Host not found. Please provide the fully-qualified name or the IP address of the host.. instance: 0x5d378de0
    RpcOverHttp (9): Stream error in endpoint 0x5e9cc1f0 : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Disconnect initiated by client
    [2014-Jan-14 17:09:31] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    [2014-Jan-14 17:09:31] RDP (0): ------ END ACTIVE CONNECTION ------
    I'm really puzzled here, I've tried checking if ports where open, and ports 443 and 3389 are wide open, I don't know what else it could be.

  • "there was a problem connecting to the server. URLS with the type 'file' are not supported"

    i have a new macbook pro 13" and every 6 minutes or so it pops up a window that says "there was a problem connecting to the server. URLS with the type 'file' are not supported". it never seems to cause any problems but is supremely annoying. how can i make this come to an end?

    I tried someone's solution of taking another external disc and plugging it in, then when it showed up and time machine asked if I wanted to use it or that someone might be trying to trick me, I chose not use it.  Then I  shut down my computer, plugged in the original Lacie, and rebooted the computer and all seems to work fine now-- the Lacie appears on my desktop and all seeems to be in working order. Who knows why or anything else,- as weird as it gets- but for now things seemed fixed--- maybe others can try this too-- it worked for me so far.

  • "There was a problem connecting to the server.   URLs with the type "file:" are not supported.  Why?  What can be done to eliminate it?

    After upgrading to Mountain Lion, I repeatedly get this message:  "There was a problem connecting to the server.   URLs with the type "file:" are not supported. 
    Why? 
    What can be done to eliminate it?

    Open the Time Machine pane in System Preferences. If it shows that Time Machine is ON, click the padlock icon in the lower left corner, if necessary, to unlock it. Scroll to the bottom of the list of backup drives and click Add or Remove Backup Disk. Remove all the disks, then add them back. Quit System Preferences. Test.

  • Message - There was a problem connecting to the server. URLs with the type "file:" are not supported

    new macbook pro receving this message: There was a problem connecting to the server. URLs with the type "file:" are not supported. What is causing this and how do

    Open the Time Machine pane in System Preferences. If it shows that Time Machine is ON, click the padlock icon in the lower left corner, if necessary, to unlock it. Scroll to the bottom of the list of backup drives and click Add or Remove Backup Disk. Remove all the disks, then add them back. Quit System Preferences. Test.

  • There was a problem connecting to the server. URLs with the type "file:" are not supported. OK

    I have just upgraded to Mountain Lion from Leopard, but now I keep getting this message when I open some web-pages and every time I wake the Mac up after going to sleep. For some odd reason I get it in Swedish sometimes (installed language) and some times in English...
    There was a problem connecting to the server.
    URLs with the type "file:" are not supported.
    OK
    What is this and how can I get rid of it. I use Firefox and have updated to latest version.

    Open the Time Machine pane in System Preferences. If it shows that Time Machine is ON, click the padlock icon in the lower left corner, if necessary, to unlock it. Scroll to the bottom of the list of backup drives and click Add or Remove Backup Disk. Remove all the disks, then add them back. Quit System Preferences. Test.

  • Since installing Lion I keep getting the error message 'there was a problem connecting to the server. URLs with the type 'file:" are not supported"' How can I fix this?

    since installing Lion I keep getting the error message 'there was a problem connecting to the server. URLs with the type 'file:" are not supported"' How can I fix this?

    A Davey1 wrote:
    Not a nice answer!
    Posting "Check the 'More like this'" area and not simply providing the answer is a great way to make these groups worthless.
    You're ignoring context.  On the old Apple Discussion Groups I never posted replies like that, instead giving people relatively detailed answers.  The new Apple Support Communities made things worse by introducing certain inefficiencies.  Then came Lion.  The flood of messages that came with Lion required a painful choice for any of the people who had been helping here: (1) Give quality responses to a few questions and ignore the rest.  (2) When applicable, give a brief answer such as the one that you found objectionable.  (3) Give up all the other normal activities of life and spend full time trying to answer questions here.
    People who needed help with Lion problems seemed to have trouble discovering existing message threads that described how to solve their problems.  I never posted the suggestion of "Check the 'More like this' area" without verifying that the help that the poster needed could be found there.  Even doing that, what I posted saved me time that I could use to help someone else.
    The people helping here are all volunteers.  None of them is being paid for the time they spend here.  They all have a life outside of Apple Support Communities.  It's arrogant of you to demand that people helping here spend more time than they already do.

  • Intermittent proxy error "There is a problem with the proxy server's security certificate. Outlook is unable to connect to the proxy server "

    Hi all,
    From time to time (at least once a day), the following message pops up on the user's screen:
    "There is a problem with the proxy server's security certificate. Outlook is unable to connect to the proxy server . Error Code 80000000)."
    If we click "OK" it goes away and everything continues to work although sometimes Outlook disconnects. It is quite annoying...
    Any ideas?
    Thank you in advance

    Hi,
    For the security alert issue, I'd like to recommend you check the name in the alert windows, and confirm if the name is in your certificate.
    Additionally, to narrow down the cause, when the Outlook client cannot connect again, I recommand you firstly check the connectivity by using Test E-mail AutoConfiguration. For more information, you can refe to the following article:
    http://social.technet.microsoft.com/Forums/en-US/54bc6b17-9b60-46a4-9dad-584836d15a02/troubleshooting-and-introduction-for-exchange-20072010-autodiscover-details-about-test-email?forum=exchangesvrgeneral
    Thanks,
    Angela Shi
    TechNet Community Support

Maybe you are looking for

  • Bursting Scheduling Error - Urgent

    Hi, Can anyone help? I have scheduled a report for bursting and see the following errors in schedule history: Error!! Can not find the delivery details for the delivery Id :Commercial Data Ltd When I check the bursting query this delivery id(Commerci

  • No quants exist for posting changes. Creating TOu00B4s in LU04.

    When creating transfer orders in LU04, we get an error message "No quants exist for posting changes'. We are using batch managed and serialized materials. Using QM interface, so, inspection lots are created at Goods Receipt. When QM team "accepts" ba

  • Illustrator AI files opening as PDF in Illustrator

    Even though they are saved as AI. On other computers it opens properly. The few files I can open, I can't select using the selection tool because of a clipping mask I cannot get rid of.

  • Jar running jar

    I am running java application in windows xp and want to execute from this application another jar file. How can I do it ? Regards Amnon

  • Log file size in Sun Directory Server

    Does anyone have an idea about the how the Sun Directory Server's log file size will increase in size with respective to the actions performed? Can someone give a data regarding this? If someone has a better scenario and the supportive data w.r.t log