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 "Rajesh Kartha (JIRA)" <de...@db.apache.org> on 2006/08/10 23:44:15 UTC

[jira] Commented: (DERBY-1668) Unable to connect using Windows client

    [ http://issues.apache.org/jira/browse/DERBY-1668?page=comments#action_12427354 ] 
            
Rajesh Kartha commented on DERBY-1668:
--------------------------------------


The first question that comes to my mind is:

Did you start the server  on Linux using the -h option allowing clients from other host machines to connect to it ? 

(Derby Server and Admin guide  at http://db.apache.org/derby/docs/10.1/adminguide/derbyadmin.pdf for more info.)

> Unable to connect using Windows client
> --------------------------------------
>
>                 Key: DERBY-1668
>                 URL: http://issues.apache.org/jira/browse/DERBY-1668
>             Project: Derby
>          Issue Type: Bug
>          Components: Network Client
>    Affects Versions: 10.1.3.1
>         Environment: Server: RHEL4 jdk1.5.0_06 derby 10.1.3.1
> Client: WinXP jdk1.5.0_06 derby 10.1.3.1
>            Reporter: Mike G
>
> server classpath:
> /opt/db-derby-10.1.3.1-bin/lib/derby.jar:/opt/db-derby-10.1.3.1-bin/lib/derbytools.jar:/opt/db-derby-10.1.3.1-bin/lib/derbynet.jar:/opt/db-derby-10.1.3.1-bin/lib/derbyclient.jar
> client classpath:
> d:\sun\db-derby-10.1.3.1-bin\lib\derbyclient.jar;d:\sun\db-derby-10.1.3.1-bin\lib\derbytools.jar;d:\sun\db-derby-10.1.3.1-bin\lib\derby.jar;d:\sun\db-derby-10.1.3.1-bin\lib\derbynet.jar
> Running this on the server locally works fine:
> ij> connect 'jdbc:derby://localhost:1527/MyDbTest';
> ij> select * from derbyDb;
> NUM        |ADDR
> ----------------------------------------------------
> 180        |Grand Ave.
> 1910       |Union St.
> 2 rows selected
> However, a problem running this on the windows client (using tunnel-port 1528 to connect to server)
> ij> connect 'jdbc:derby://localhost:1528/MyDbTest';
> ERROR (no SQLState): A communication error has been detected. Communication protocol being used: Reply.fill(). Communication API being used: InputStream.read(). Location where the error was detected: Software caused connection abort: recv failed. Communication function detecting the error: *. Protocol specific error codes(s) TCP/IP SOCKETS

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira