[
https://issues.apache.org/jira/browse/DERBY-6746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Boan LIU resolved DERBY-6746.
-----------------------------
Resolution: Not a Problem
if poosible could you please add some infomation for using "startNetworkServer"
and "java -jar $DERBY_HOME/lib/derbynet.jar start" in a readme file?
> 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)