[ 
https://issues.apache.org/jira/browse/DERBY-4383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212176#comment-13212176
 ] 

Kathey Marsden commented on DERBY-4383:
---------------------------------------

In both 10.5 and trunk I can connect with:
'jdbc:derby://localhost:1400/'create=true';


But maybe your actual case either had an international character which might 
now work in 10.8 with the fix of DERBY-728 or if your database name has a 
semi-colon you can't really use driver manager to connect but rather I think 
need to use a data source because the semi-colon is reserved as a separator for 
URL attributes.

Could you verify you still have this issue with 10.8 and if so, attach a java 
program that shows the URL showing the problem? Otherwise I think we should 
close this cannot reproduce.


                
> Cannot connect to Network Server to create a database from a Query Analyzer
> ---------------------------------------------------------------------------
>
>                 Key: DERBY-4383
>                 URL: https://issues.apache.org/jira/browse/DERBY-4383
>             Project: Derby
>          Issue Type: Bug
>          Components: Network Server
>    Affects Versions: 10.5.1.1
>         Environment: Windows 7, Aqua Data Studio 7.0.36, Java 1.6.0_13
>            Reporter: Shazin Sadakath
>            Priority: Minor
>              Labels: derby_triage10_5_2
>
> After starting the Network Server trying to connect results in an exception.
> Connection failed: The URL 'jdbc:derby://192.168.0.206:1400/' is not properly 
> formed.
> This is when there is no database created. But if I create a database using 
> ij and then try to connect using the query analyzer
> then it works fine. But I think we should be able to connect to the Network 
> Server via any query analyzer even without a database already created (thus 
> we can use the query analyzer to create databases, tables etc). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to