You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Manjula Kutty (JIRA)" <de...@db.apache.org> on 2005/05/13 23:17:08 UTC

[jira] Created: (DERBY-283) On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server .

On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server . 
-------------------------------------------------------------------------------------------------------------------------------------------

         Key: DERBY-283
         URL: http://issues.apache.org/jira/browse/DERBY-283
     Project: Derby
        Type: Bug
  Components: Network Server  
    Versions: 10.0.2.1    
    Reporter: Manjula Kutty
    Priority: Minor


On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server . 
-Djava.net.preferIPv4Stack=false 
-Djava.net.preferIPv6Addresses=true 


This is a Windows OS problem and have to track to to see when MS is going to fix and then make the appropriate changes in our docs

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DERBY-283) On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server .

Posted by "Manjula Kutty (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-283?page=comments#action_12418340 ] 

Manjula Kutty commented on DERBY-283:
-------------------------------------

Please add thi to the Release Notes:

PROBLEM 

UnknownHost Exception while trying to connect with NetworkClient on a Windows dual boot IPv4/IPv6 machine 
SYMPTOM 
The following exception will occur
ij> CONNECT 'jdbc:derby://hostname:1527/sample;create=true ' USER 'mkutty' PASSWORD 'admin';
ERROR (no SQLState): java.net.UnknownHostException : Error opening socket to ser
ver cranium-v6.rtp.raleigh.ibm.com on port 1527 with message : <hostname>

CAUSE:
There may be an underlying windows bug causing this issue

SOLUTION: 
There is no Derby fix available for this issue

WORKAROUND: 
Start the client and server running on the IPv6 machine with the following jvm properties. 
-Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true


> On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server .
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-283
>          URL: http://issues.apache.org/jira/browse/DERBY-283
>      Project: Derby
>         Type: Bug

>   Components: Network Server
>     Versions: 10.0.2.1
>     Reporter: Manjula Kutty
>     Priority: Minor
>  Attachments: derby283.diff, tadminconfigipx.html
>
> On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server . 
> -Djava.net.preferIPv4Stack=false 
> -Djava.net.preferIPv6Addresses=true 
> This is a Windows OS problem and have to track to to see when MS is going to fix and then make the appropriate changes in our docs

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DERBY-283) On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server .

Posted by "Manjula Kutty (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-283?page=all ]

Manjula Kutty updated DERBY-283:
--------------------------------

    Derby Info: [Release Note Needed]

> On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server .
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-283
>          URL: http://issues.apache.org/jira/browse/DERBY-283
>      Project: Derby
>         Type: Bug

>   Components: Network Server
>     Versions: 10.0.2.1
>     Reporter: Manjula Kutty
>     Priority: Minor
>  Attachments: derby283.diff, tadminconfigipx.html
>
> On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server . 
> -Djava.net.preferIPv4Stack=false 
> -Djava.net.preferIPv6Addresses=true 
> This is a Windows OS problem and have to track to to see when MS is going to fix and then make the appropriate changes in our docs

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DERBY-283) On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server .

Posted by "Knut Anders Hatlen (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-283?page=comments#action_12373078 ] 

Knut Anders Hatlen commented on DERBY-283:
------------------------------------------

derby283.diff is committed in revision 391284.

> On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server .
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-283
>          URL: http://issues.apache.org/jira/browse/DERBY-283
>      Project: Derby
>         Type: Bug

>   Components: Network Server
>     Versions: 10.0.2.1
>     Reporter: Manjula Kutty
>     Priority: Minor
>  Attachments: derby283.diff, tadminconfigipx.html
>
> On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server . 
> -Djava.net.preferIPv4Stack=false 
> -Djava.net.preferIPv6Addresses=true 
> This is a Windows OS problem and have to track to to see when MS is going to fix and then make the appropriate changes in our docs

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DERBY-283) On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server .

Posted by "Jeff Levitt (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-283?page=comments#action_12373035 ] 

Jeff Levitt commented on DERBY-283:
-----------------------------------

If there are no objections with this patch, can it be committed?  I have called for a review several times with no response, so I am assuming no one has any negative votes.

> On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server .
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-283
>          URL: http://issues.apache.org/jira/browse/DERBY-283
>      Project: Derby
>         Type: Bug

>   Components: Network Server
>     Versions: 10.0.2.1
>     Reporter: Manjula Kutty
>     Priority: Minor
>  Attachments: derby283.diff, tadminconfigipx.html
>
> On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server . 
> -Djava.net.preferIPv4Stack=false 
> -Djava.net.preferIPv6Addresses=true 
> This is a Windows OS problem and have to track to to see when MS is going to fix and then make the appropriate changes in our docs

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DERBY-283) On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server .

Posted by "Mike Matrigali (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Matrigali resolved DERBY-283.
----------------------------------

    Resolution: Fixed

Documentation change was committed, closing the issue as jvm properties are now documented.

> On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server .
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-283
>                 URL: https://issues.apache.org/jira/browse/DERBY-283
>             Project: Derby
>          Issue Type: Bug
>          Components: Network Server
>    Affects Versions: 10.0.2.1
>            Reporter: Manjula Kutty
>            Priority: Minor
>         Attachments: derby283.diff, tadminconfigipx.html
>
>
> On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server . 
> -Djava.net.preferIPv4Stack=false 
> -Djava.net.preferIPv6Addresses=true 
> This is a Windows OS problem and have to track to to see when MS is going to fix and then make the appropriate changes in our docs

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-283) On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server .

Posted by "Jeff Levitt (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-283?page=comments#action_12370412 ] 

Jeff Levitt commented on DERBY-283:
-----------------------------------

Can someone take a look at this patch and comment on it so that it can be committed if all looks OK?  Thanks!

> On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server .
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-283
>          URL: http://issues.apache.org/jira/browse/DERBY-283
>      Project: Derby
>         Type: Bug
>   Components: Network Server
>     Versions: 10.0.2.1
>     Reporter: Manjula Kutty
>     Priority: Minor
>  Attachments: derby283.diff, tadminconfigipx.html
>
> On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server . 
> -Djava.net.preferIPv4Stack=false 
> -Djava.net.preferIPv6Addresses=true 
> This is a Windows OS problem and have to track to to see when MS is going to fix and then make the appropriate changes in our docs

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DERBY-283) On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server .

Posted by "Jeff Levitt (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-283?page=all ]

Jeff Levitt updated DERBY-283:
------------------------------

    Attachment: derby283.diff
                tadminconfigipx.html

Attached patch adds the information to the Admin Guide in the section about Starting the Network Server.  HTML output included for review.  Please let me know if it looks good so a committer can commit.  Thanks!

> On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server .
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-283
>          URL: http://issues.apache.org/jira/browse/DERBY-283
>      Project: Derby
>         Type: Bug
>   Components: Network Server
>     Versions: 10.0.2.1
>     Reporter: Manjula Kutty
>     Priority: Minor
>  Attachments: derby283.diff, tadminconfigipx.html
>
> On IPv6/Ipv4 dual stack windows machines, the network server needs the following jvm properties to be prefixed while starting the server . 
> -Djava.net.preferIPv4Stack=false 
> -Djava.net.preferIPv6Addresses=true 
> This is a Windows OS problem and have to track to to see when MS is going to fix and then make the appropriate changes in our docs

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira