Hi,
I finally found a fix :
in org.continuent.sequoia.driver.ControllerInfo i modified
public ControllerInfo(InetSocketAddress addr)
{
super(addr.getAddress(), addr.getPort());
}
like that :
super(addr.getAddress().getHostAddress(), addr.getPort());
it work :)
regards,
Pierre
-----Message d'origine-----
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] la part de
Emmanuel Cecchet
Envoyé : 29 February 2008 15:26
À : Sequoia general mailing list
Objet : Re: [Sequoia] Controller down thenup
-->java.net.SocketException:Protocol family not supported
Pierre,
It looks like this is an issue with Java 1.4 and IPv6
(http://www.mail-archive.com/[EMAIL PROTECTED]/msg01397.html).
> I confirm the problem is detected only on java 1.4 :
> --> on a JVM 1.5 client can use the vdb
> on a JVM 1.4 impossible to use vdb: we see in log (with my extra traces)
> EXCEPTION : /172.19.1.61:9201
> java.net.SocketException: Protocol family not supported
> at java.net.PlainSocketImpl.socketConnect(Native Method)
>
I am not sure which OS you use but here are a couple of options:
- disable IPv6 altogether (or at least on loopback interface)
- try with a single network interface
- add static routes to prevent falling back to a IPv6 default route
This is obviously a JVM problem but there are a couple of related bugs
like http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6230761 in Sun's
bug database.
Keep us posted if you can solve the problem by tweaking your network
configuration.
Thanks for your feedback,
Emmanuel
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia
This mail has originated outside your organization, either from an external
partner or the Global Internet.
Keep this in mind if you answer this message.
The information in this e-mail is confidential. The contents may not be
disclosed or used by anyone other then the addressee. Access to this e-mail by
anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and
delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of
this e-mail as it has been sent over public networks. If you have any concerns
over the content of this message or its Accuracy or Integrity, please contact
Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus
scanning software but you should take whatever measures you deem to be
appropriate to ensure that this message and any attachments are virus free.
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia