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 "Boan LIU (JIRA)" <ji...@apache.org> on 2014/09/22 12:32:34 UTC

[jira] [Closed] (DERBY-6746) behaviour "connect 'jdbs:derby:myDB;create=true';" and "connect 'jdbc:derby://localhost:1527/myDB;create=true';" are different. first is OK and second is not OK.

     [ https://issues.apache.org/jira/browse/DERBY-6746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boan LIU closed DERBY-6746.
---------------------------
    Bug behavior facts: Embedded/Client difference

the problem is solved with help of Mr. Knut Anders Hatlen.

> behaviour "connect 'jdbs:derby:myDB;create=true';" and "connect 'jdbc:derby://localhost:1527/myDB;create=true';" are different. first is OK and second is not OK.
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-6746
>                 URL: https://issues.apache.org/jira/browse/DERBY-6746
>             Project: Derby
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 10.11.1.1
>         Environment: CentOS 6.5
>            Reporter: Boan LIU
>            Priority: Critical
>
> ij> connect 'jdbc:derby://localhost:1527/myDB;create=true';
> ERROR 08001: java.net.ConnectException : Error connecting to server localhost on port 1,527 with message Connection refused.
> ij> connect 'jdbc:derby:myDBtry;create=true';                                                     
> ij(CONNECTION1)> 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)