Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hyades-dev] RAC connection

Hi,
 
I'm trying to do
 
    import org.eclipse.hyades.internal.execution.local.control.*;
    ...
    Node node = NodeFactory.createNode("localhost");
    node.connect(port);
to connect to the RAC but when I do I get a SecureConnectionRequiredException.
 
Does anybody know why I would get this.  It seems to work ok on one computer with Hyades 1.0.0 but throw this exception on a different computer with Hyades 1.0.2 installed.
 
cheers
 
Antony Miguel
 

Back to the top