Re: Urgent question about JIra issue DERBY-526

2014-12-04 Thread Rick Hillegas

On 12/3/14 12:09 AM, Lin Ren wrote:


Hi Guys,

Sorry for the broadcast… I have a quick question about issue 
DERBY-526, I’m currently using Derby version 10.10.1.3, and still meet 
the same problem:


When I using IPv6 JDBC URL like: 
“jdbc:derby://2001:db8:0:f101:0:0:0:9:1527/xxx;create=true;user=xxx;password=xxx”


I got the exception: java.lang.NumberFormatException: For input 
string: db8:0:f101:0:0:0:9:1527


My searched Jira and found out the issue 526, but seems it is still in 
open state, can anyone tell me whether the issue is fixed now? And in 
which version if yes?


Thanks so much!

Lin


Hi Lin,

Myrna has responded on the issue. It has not been fixed. The issue lists 
a couple workarounds.


Hope this is useful,
-Rick


Re: Urgent question about JIra issue DERBY-526

2014-12-04 Thread Myrna van Lunteren
Hi,

I posted a reply to your comment in DERBY-526 as well - no, unfortunately,
nothing further has happened on that issue so the problem still exists.
The workaround is still to use the hostname.

Myrna

On Wed, Dec 3, 2014 at 12:09 AM, Lin Ren lin@oracle.com wrote:

 Hi Guys,



 Sorry for the broadcast… I have a quick question about issue DERBY-526,
 I’m currently using Derby version 10.10.1.3, and still meet the same
 problem:



 When I using IPv6 JDBC URL like:
 “jdbc:derby://2001:db8:0:f101:0:0:0:9:1527/xxx;create=true;user=xxx;password=xxx”



 I got the exception: java.lang.NumberFormatException: For input string:
 db8:0:f101:0:0:0:9:1527



 My searched Jira and found out the issue 526, but seems it is still in
 open state, can anyone tell me whether the issue is fixed now? And in which
 version if yes?



 Thanks so much!



 Lin



Re: Urgent question about JIra issue DERBY-526

2014-12-04 Thread Peter Ondruška
Try:

jdbc:derby://[2001:db8:0:f101:0:0:0:9]:1527/xxx;create=true;user=xxx;password=xxx

On 3 December 2014 at 09:09, Lin Ren lin@oracle.com wrote:

 Hi Guys,



 Sorry for the broadcast… I have a quick question about issue DERBY-526,
 I’m currently using Derby version 10.10.1.3, and still meet the same
 problem:



 When I using IPv6 JDBC URL like:
 “jdbc:derby://2001:db8:0:f101:0:0:0:9:1527/xxx;create=true;user=xxx;password=xxx”



 I got the exception: java.lang.NumberFormatException: For input string:
 db8:0:f101:0:0:0:9:1527



 My searched Jira and found out the issue 526, but seems it is still in
 open state, can anyone tell me whether the issue is fixed now? And in which
 version if yes?



 Thanks so much!



 Lin




-- 
Peter Ondruška