function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ParamParam 

sforceExplorer to BEA

Hi

i am trying to add sforceExplorer tool to BEA (Weblogic workshop). i kept all the required zip file at the required directory of BEA. i got sforceExplorer in BEA. when i click that it ask me for User id and password. i am entering the userid and password which i created at sforce.

and i am getting this error,

javax.net.ssl.SSLHandShakeException : Remote host close connection during hand shake.

could any body please help me on this.

thank u

 

 

DevAngelDevAngel

Hi Param,

Sounds like it is an issue with the version of the JRE that you are running.  The ssl certs in pre 1.4.2-03 expired about a year ago.  If you can, try using a newer version of the JRE.

ParamParam

Hi Dave

i tried with the new version of JRE. however i still get the same error

javax.net.ssl.SSLHandshakeException.

just a thought, is this because of firewall

param

 

DevAngelDevAngel

Hi Param,

No, I don't think so.  I believe you can modify the url of the web service for the explorer via a property page in Weblogic Workshop.  For a test, try removing the s from the https and see what happens.  This is not a solution as we highly recommend using ssl at all times, but just to see if there might be some other issue (firewall??).

 

Message Edited by DevAngel on 04-06-2005 12:38 PM