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 07:58:33 UTC

[jira] [Created] (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.

Boan LIU created DERBY-6746:
-------------------------------

             Summary: 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)