With new java 1.6-15 can't establish connection via SSL protocol

Just after installation Mac OS java version is 1.5-20 and try to lanch our java client to our old server all works fine.
After upgrade Mac OS upto latest version, java upgraded to 1.6-15, but after that I've got error:
Destination unreachable; nested exception is:
javax.net.ssl.SSLHandshakeException: FATAL Alert:HANDSHAKE_FAILURE - The handshake handler was unable to negotiate an acceptable set of security parameters.; No available router to destination
afaik, this is because new version java is disable some old unsecured protocols for SSL connections.
But same program under Windows and same java version runs without problems.
How to enable the old protocols for SSL in java for Mac?

Hi Gary,
If you have the Orange icon then your client is connected to the DAC server. (If it's red then it's not, and if it's green it's connected and an execution plan is running).
If you have never run any DAC jobs (and if you're just doing the installation then you won't have I guess) then your log will be blank and you'll just get a blank log window.
Have you got any evidence that your DAC server isn't running other than the Log won't download properly?
Obviously if you stop the DAC server then you're going to get an error that the client can't connect to the server :-D
If I were you I'd continue with the installation guide, as it sounds like things are working as they should.
BTW don't forget to mark this and other responses to your posts as helpful/correct as appropriate :)

Similar Messages

  • Open JApplet with new java plugin ??

    Hi,
    I want to open an applet with new java run time envorinment, i.e. i must see 2 java consoles in the windows tray
    here is my code in html, but the problem is they work in same jvm..
    how do i make them work in different jvm
    Hope i am clear, if not i will explain more in detail
    <script language="JavaScript1.2">
    function openPlanApplet()
    TheNewWin = window.open('AppletTest.htm', '');
    // where AppletTest.htm is the html which has applet defined in it
    TheNewWin.moveTo(-10, -0);
    Ashish

    HI,
    I think i will get 2 consoles, but the problem is the end user will be forced have 2 jvm installed on his machine, also what if i want 3 applets in 3 different envoriment , then
    Let me send u some example of what i am trying to do
    This is my java Applet, and there are 2 HTML files,
    first open test.html and then click button to open the applet window, then click on the button "GO" in applet to change the text of label
    , then go back to test.html and again click on the button to open applet u will see that the button text is "change it" instead of "Applet1"
    and that is why i want to start a new jvm window to avoid this
    Hope this makes sense,
    or send me an email at [email protected] and i will send u a zip file of all html and class file for u to test
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.net.*;
    public class AppletTest extends JApplet
    implements ActionListener
    public static String name = "Applet1";
    JLabel label;
    public void init()
    JButton b = new JButton("go");
    b.addActionListener(this);
    label = new JLabel(name);
    this.getContentPane().setLayout(new FlowLayout(FlowLayout.LEFT, 20,50));
    this.getContentPane().add(b);
    this.getContentPane().add(label);
    this.setSize(100,100);
    public void actionPerformed(ActionEvent ae)
    name="Change it";
    label.setText(name);
    // end of code
    /** test.html
    <html><head>
    <title>Test Screen size</title>
    <script language="JavaScript1.2">
    var TheNewWin;
    function openPlanApplet()
    TheNewWin = window.open('AppletTest.html', '', config='height=300, width=300, toolbar=no, menubar=no,scrollbars=no,resizable=no, location=no,directories=no, status=no ,offscreenBuffering=false');
    TheNewWin.moveTo(-10, -0);
    </SCRIPT>
    </head>
    <body bgcolor="#ffffff">
    Open new window
    <br>
    <input type="button" value="Open Window" onclick="openPlanApplet()">
    </body>
    /** AppletTest.html
    <html>
    <head>
    <title> test applet </title>
    </head>
    <body>
    This is testing of applet
    <br>
    <applet code="AppletTest.class" WIDTH = "800" HEIGHT = "600">
    </applet>
    </body>
    </html>
    **/

  • How can I create a new folder in an external disk that is connected via USB to my Mac?

    How can I create a new folder in an external disk that is connected via USB to my Mac?

    Just like you would create a new folder anywhere. Open the drive's icon from your desktop or the Finder, and click shift-command-N. (Or use the Finder menu if you prefer - File - New Folder).
    If you can't create a folder, your drive may be the wrong format (you can't write to a Windows/NTFS formatted drive, for example). You'll have to back up any files you have on there, and then use Disk Utility to reformat it to Mac Extended (if it will only be used on a Mac) or MS-DOS format (if you want to share it with a PC).
    Matt

  • Tns_alias: ODI can not establish connection to DB with tns_alias

    Hello everyone
    I have a question again.
    Problem:
    ODI can not establish connection to DB with <tns_alias>
    Envirionment:
    there is remote computer with Oracle DB (tns_alias) (connection works - tested)
    there is another remote computer with Oracle DB (sid)
    there is computer with ODI with (tnsnames.ora -> "...CONNECT_DATA=(SERVICE_NAME = testdbx....")
    Scenario:
    I create physical schema (Oracle -> Insert Data server) and fill in all fields a press "Test" button and connection successful.
    I press "apply", ODI should connect to remote computer for getting information.
    - Remote computer with SID getting it correctly.
    - Remote computer with tns_alias throws exceptin "java.lang.UnsatisfiedLinkError: t2cGetCharSet" and shows empty blank that means information was not downloaded to ODI.
    Question:
    Could You generate some ideas why ODI can not download information?
    Is it settings ODI problem?
    Is it DB problem?
    Best regards.
    Leonid.

    I have found problem!
    file ojdbc14.jar was different for ODI and ODB. (different size and date)
    I have copied ojdbc14.jar from ODB to ODI.
    Now it works.
    So. Thanks for trying to help me.
    It was not simple to find problem.
    Remember this case. It's able to help You in future.
    Best regards!
    Leonid.

  • Trying to edit a wordpress then in dreamweaver cc with mamp but things don't work out. dreamweaver can't establish connection with my server.

    Trying to edit a wordpress then in dreamweaver cc with mamp but things don't work out. i've been searching through the net bt i didn't find an answer. i've followed many tutorials and did exactly the things that was asked but dreamweaver can't establish connection with my server. here's a few pics with the preferences i'm trying to establish a connection. Note that i tried it without "localhost" in the weburl. mamp is running with apache and mySql. Anyone please.

    Hi Gareth,
    See if the following link helps:
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=174271">https://www.sdn.sap.com/irj/sdn/thread?threadID=174271</a>
    Bye
    Ankur

  • I have iPhone 4. After I upgraded to ios5 I have a problem with Wi-Fi connection with "WPA enterprize" protection. I can define the connection and everything works fine. But after I lose signal or shutoff the WiFi, I cannot re-connect, and need re-define

    I have iPhone 4. After I upgraded to ios5 I have a problem with Wi-Fi connection with "WPA enterprize" protection. I can define the connection and everything works fine. But after I lose signal or shutoff the WiFi, I cannot re-connect, and need re-define the net. It is only in WPA enterprize.
    Thanks,
    Eyal

    I tried this! Somebody suggested it in another thread. It did not work, sadly.

  • *DAC Server connection "Error - can't establish connection to DAW Server"

    Hi there,
    I'm experiencing trouble with the Oracle Data Warehouse Administration Console (DAC) server connection hanging in my Oracle BI Apps 7.9.6 install.
    Architecture*
    Applications Server - Machine A (Oracle Connection Services 10g R2 + Informatica 8.6.0 & HotFix 4.0 + DAC 10.1.3.4.1 services) = Linux RHEL 64-bit
    Database Server - Machine B (Oracle BI Apps Data Warehouse OBAW + DAC Repository + Informatica Repository) = Linux RHEL 64-bit
    Client - Machine C (BI Apps 7.9.6 + Informatica 8.6.0 & HotFix 4.0 client + DAC 10.1.3.4.1 client) = Windows x86 32-bit)
    Issue*
    After successfully following the Oracle Business Intelligence Applications Installation Guide for Informatica PowerCenter Users Version 7.9.6 (E14217-01) documentation I get to section 4.13 Configuring the DAC Server and I cannot create a successful connection to the DAC Server from the Data Warehouse Administration Console on my client machine.
    I can confirm that I have started the DAC services on the Linux server with the . ./startserver.sh command. The icon on the Data Warehouse Administration Console turns Orange (Idle), but when I double click the icon a message box appears with the title "Server Log" but seems to hang.
    If I stop the DAC services on the Linux server with the . ./stopserver.sh command the Server Log message box closes and a new message box appears stating:
    *"Error: can't establish connection to DAW Server!"*
    I have tried using the IP address and the actual server name as defined in the Hosts file as the DAC Server Host in the DAC System Properties but I receive the same error message.
    I can also confirm that I ran the serverSetupPrompt.sh shell script successto configure the connection between the DAC Server and the DAC Repository.
    Any suggestions or help greatly appreciated.
    Kind Regards,
    Gary.

    Hi Gary,
    If you have the Orange icon then your client is connected to the DAC server. (If it's red then it's not, and if it's green it's connected and an execution plan is running).
    If you have never run any DAC jobs (and if you're just doing the installation then you won't have I guess) then your log will be blank and you'll just get a blank log window.
    Have you got any evidence that your DAC server isn't running other than the Log won't download properly?
    Obviously if you stop the DAC server then you're going to get an error that the client can't connect to the server :-D
    If I were you I'd continue with the installation guide, as it sounds like things are working as they should.
    BTW don't forget to mark this and other responses to your posts as helpful/correct as appropriate :)

  • Unable to open any websites from the search engines. the ones I have tried are google, yahoo and ask. They opened until recently. The popup says" Firefox can't establish connection to the server." Ask worked last night but is not working now.

    When I try to open a web site from one of the search engines a pop up shows stating that Firefox can't establish connection to the server. I can't open any websites through any of the search engines.

    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Imac 27" Intel Core 7 CPU. Screen goes black and will not respond except with a push of power button. Second monitor connected via displayport continues to display fine. Apply Store did full hardware scan and all is fine. Did clean wipe from Mavrick back

    Imac 27" Intel Core7  CPU 16 Gig RAM. Screen goes black and will not respond except with a push of power button. Second monitor connected via displayport continues to display fine. Apply Store did full hardware diagnostic and all is fine. Did clean wipe from Mavrick back to Mountain Lion but problem remains. Apple Store can do no more.

    I did some more digging, it appears to be a backlight problem only. I can see the screen very dimly if I use a bright flashlight in a very dark room. It also seems to run ok if the brightness is turned down a LOT.
    So I'm thinking this is a LED driver board issue or the display itself. I'll open it up and check the connection between the two and see if I can get any more clues. At least I can use it somewhat now by dimming the display significantly...

  • Can not establish connection Oracle DB

    Hi PI Gurus,
    We have a sender JDBC CC, its working absolutely fine in PI dev.
    when I check this CC in PI Qality it is giving me error as:
    Error during database connection to the database URL 'jdbc:oracle:thin:@204.145.15.141:1521:PERM' using the JDBC driver 'oracle.jdbc.driver.Oracledriver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Can not establish connection:: SAPClassNotFoundException: oracle.jdbc.driver.Oracledriver'
    It clearly says that driver is not installed, thats why connection is not getting established. Our BASIS team installed the drivers twice copied from Dev systems, still the same error is coming.
    Can anyone throw some light on this, is any problem with the version?
    Thanks,
    Krishna

    Hi Krishna,
    Can you check two things:
    1. whether the host name of the jdbc server u are tryin to access is present in the PI Quality system hosts file
    2. Whether connectivity port is correctly opened with the jdbc server, i.e connectivity exists and is tested.
    Regards,
    Souvik

  • Can't establish connection to my hdd plugged to wi-fi router!

    Can't establish connection to my hdd plugged to wi-fi router!
    On Snow Leopard i solved this problem with nsmb.conf file in /etc directory.
    i put this into conf file:
    [default]
    minauth=none
    Now in Lion it doesn't work at all
    i have ASUS wi-fi router with usb plugged hdd... i can see hdd in my "shared network" listbut when i trying to read files on that hdd it shows error "Vesion of server to which you're trying to connect is not supported"
    how can i solve this problem?!

    There were some bugs in some versions of Samba that caused this.
    Have you checked to see whether there's an updated version of firmware available for your ASUS router?

  • Java 8: Pb with new java.time api

    Hello,
    I'm trying to use the new java.time api that comes with Java 8 (I already know joda-time).
    I'm using the latest build B124.
    I've a String "01/08/2012_00:00:01", I know that the time ref. is UTC, and I want to convert it to an 'Instant';
    I tried:
    DateTimeFormatter FORMAT_DT = DateTimeFormatter.ofPattern("dd/MM/yyyy_HH:mm:ss").withZone(ZoneOffset.UTC);
    Instant instant = Instant.from(FORMAT_DT.parse("01/08/2012_00:00:01"));
    But it fails with following error:
    java.time.DateTimeException: Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2012-08-01T00:00:01 of type java.time.format.Parsed
         at java.time.Instant.from(Unknown Source)
    I don't understand what's wrong with my code, and I can't figure out how I should proceed to convert the String to an Instant ...
    Any suggestion welcome,
    Best regards,
    Bernard.

    Originally you stated this:
    I don't understand what's wrong with my code,
    So naturally we focused on how to "understand what's wrong' with your code.
    You will never learn to troubleshoot problems if you just throw your hands up in the air and ask for help just because a complex series of steps doesn't complete successfully. 
    Break the process into its individual steps and check the results of each step to identify which step is FIRST producing an error.
    When a complex or multi-step process has an error you start checking the individual steps of the process to see how far it gets successfully.
    I would expect that converting a String to an Instant should be a basic/simple need, so it should be possible to do it in two lines of code; for the time being, the only way I found is to use a LocalDateTime intermediate variable, which seems quite verbose, and I'm wondering if someone knows a better way to do it, and would be willing to share it here.
    Just a technical distinction: your latest example using a LocalDateTime intermediate variable CAN be done in one line of code by just using dot-notation to avoid creating an explicit intermediate variable. But that variable will still be created implicitly behind the scenes.
    Converting a String to an Instant might be considered a basic/simple need but the set of functionality related to dealing with times, dates, calendars, etc is extremely complex. It makes much more sense to develop the requisite functionality in modules.
    Especially when introducing new functionality such as the 'Instant' class are related package elements introduced in 1.8. That functionality builds on what came before and parsers already existing that know how to deal with all of the possible String variants and formatting options and so on.
    Since that work CAN BE done on-the-fly using dot notation and anonymous implicit intermediate classes there isn't much need to reinvent that functionality in the new classes. If certain uses become standard new methods can always be added (e.g. to the Instant class) that will 'appear' to do things in one step.
    And, being an early adopter release, you can always file a 'bug' or enhancement request from the 1.8 download page. That page has links for 'Report Bugs' and 'Feedback forum' that you can use.
    In this current forum no one can give you an 'official' answer as to why something was implemented a particular way and/or whether that implementation is a 'bug' or was designed to work that way. Only Oracle can do that.

  • With Multi-Factor Authentication ENABLED how can a admin connect remotely to manage Office 365 with PowerShell

    With Multi-Factor Authentication ENABLED how can office 365 admin connect remotely to manage Office 365 with Power-Shell ?
    When I key-in my credentials, auth fails with invalid username and password ?
    Does any know the procedure ?

    This question was closed over a year ago.   You will  need to start a new question.  You can post a link back here if you think it helps.
    I also recommend asking in the O365 developers forum for how to do bulk license upgrades.  You can use the answer here and just remove and then add the new license. 
    ¯\_(ツ)_/¯

  • Since the new Mevericks update my Air can no longer connect to a shared Itunes lib on Macbook Pro

    Hi,
    I have two mac laptops at home. My pro and my air. I have it setup so that I stream all my media from my pro to my air.
    I updated my pro to the newest Mavericks version. Since that update I can no longer connect to my library on my pro via my air.
    Please note that this problem here is with the mac book pro! I updated my air last night and i could still stream.
    All I get is the usual "loading library" (on my air's itunes) but it never connects.
    Other than restarting the application (on both computers) and restarting (both computers) what else can I do?
    Are other people having the same problem??

    Hi Bryan,
    Thanks for your input.
    Unfortunately I cannot get any of the OS X browsers I have tried to get beyond the accepting the site's certificate. All just stall waiting on the Outlook Web Access site. Safari 3.1, Camino, Flock, Firefox (2.0.0.12 and 3 beta 4), Netscape (7.1 and 9), Microsoft's Internet Explorer (thinking that might be more integrated with its Outlook Web Access package).
    I have even deleted the certificates from my Keychain (for Safari) or within the other browsers' preferences.
    Last night I even re-applied the 10.4.11 combo updater and then checked for software updates to confirm my system was up to date, but again without success when attempting to reach the Outlook Web Access site.
    Thanks anyway.
    Ted

  • Can we establish connection between developer 6i with oracle 10g

    hi all
    can some body guide me that how we establish connection between developer 6i with oracle 10g. i have install developer and oracle 10g on different machine
    please guide me

    Look at following thread
    Re: Patch 18 available for Windows Client/Server Forms 6i
    I had installed Patch 18 against 10G DB and Forms work well.
    Anyway you can see patches in
    http://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=4948577&release=3060000&plat_lang=912P
    Hope this helps
    Regards
    Rosario

Maybe you are looking for

  • Why did my data usage skyrocket with Ellipsis Jetpack?

    My old wifi went down and the Verizon office sold me an Ellipsis Jetpack. My data usage immediately started going up although my Internet habits remained the same. I turn the Jetpack off when I'm not logged in and I changed the setting to only allow

  • Auto clearing GR/IR

    dear all, i have an issue when i m running f.13 in production run GR/IR clearing did not clear the account as the amount is shown in GL as open item with red sign. are the GR/IR accounts can clear automatically if there is multiple line items of GR a

  • SQL Reporting server error

    Hi guys, When I set up bpc 7.0sp04, I meet an error "the Sql server reporting must be running before the installation continues". However, I check the Sql server reporting, it is running, I restart it and continue. But I still meet the same error. Is

  • IPod Uploads Songs It Already Has

    Hi, I don't know if this is normal behavious or not. I've noticed that when I plug in my ipod (it is sent to automatically update only a couple of selected playlists), the free space will shoot up by a certain amount (varying) and then it will upload

  • Message distribution in a clustered domain

    All, I have a domain with two Managed server (m1, m2). I have created a cluster and added the domain to this cluster. I have created physical queue Q1 and assigned it to m1 and Q2 to m2. Then I have created a distributed queue with (Q1, Q2) as member