database.sarang.net
UserID
Passwd
Database
DBMS
MySQL
PostgreSQL
Firebird
Oracle
ㆍInformix
Sybase
MS-SQL
DB2
Cache
CUBRID
LDAP
ALTIBASE
Tibero
DB 문서들
스터디
Community
공지사항
자유게시판
구인|구직
DSN 갤러리
도움주신분들
Admin
운영게시판
최근게시물
Informix Q&A 400 게시물 읽기
No. 400
"연결이 거부됨"
작성자
jinja
작성일
2000-12-01 21:55
조회수
5,496

java에서 informix connect를 할려고 하는데 컴파일은 되고

실행에서 아래 exception이 발생하는데 왜 그럴까요.

 

java.sql.SQLException: Attempt to connect to database server (Java socket except

ion encountered:연결이 거부됨) failed.

 

==========소스================

driverName = "com.informix.jdbc.IfxDriver";

url = "jdbc:informix-sqli://localhost:1533/test:";

server = "kkk";

user = "informix";

password="informix";

 

Properties params = new Properties();

params.put ("informixserver",server);

params.put ("user",user);

params.put ("password",password);

 

try {

Class.forName ( driverName );

dbConn = DriverManager.getConnection ( url, params );

} catch ( Exception e ) {

System.out.println(e);

}

 

==============================================

[Top]
No.
제목
작성자
작성일
조회
416text형 자료입력하기
jinja
2000-12-11
5281
410no Logging Mode로 바꾸려 할 때 ^^
김동구
2000-12-07
7069
412┕>Re: no Logging Mode로 바꾸려 할 때 ^^
박영길
2000-12-07 13:31:58
7339
406x번째부터 x번째까지 ..
궁그미
2000-12-05
5875
408┕>Re: x번째부터 x번째까지 ..
나그네
2000-12-06 08:55:25
6477
409 ┕>Re: Re: x번째부터 x번째까지 ..
사용자이름
2000-12-06 11:18:37
6344
413  ┕>Re: Re: Re: x번째부터 x번째까지 ..
나그네
2000-12-07 20:40:32
6912
400"연결이 거부됨"
jinja
2000-12-01
5496
399Hierarchical Query 에 관하여...
돔이
2000-12-01
5298
404┕>Re: Hierarchical Query 에 관하여...
박영길
2000-12-04 19:47:19
6161
398CGI에서 remot로 informix DB에 연결하면 error가....
바보
2000-12-01
5415
403┕>Re: CGI에서 remot로 informix DB에 연결하면 error가....
박영길
2000-12-04 19:40:10
5668
407 ┕>Re: Re: CGI에서 remot로 informix DB에 연결하면 error가....
바보
2000-12-05 16:11:09
6069
411  ┕>Re: Re: Re: CGI에서 remot로 informix DB에 연결하면 error가....
박영길
2000-12-07 13:05:48
5724
414   ┕>Re: Re: Re: Re: CGI에서 remot로 informix DB에 연결하면 error가....
바보
2000-12-08 16:00:54
5573
421    ┕>Re: Re: Re: Re: Re: CGI에서 remot로 informix DB에 연결하면 error가....
박영길
2000-12-18 19:43:25
6037
396다음을 Stored Procedure로 작성하려 하는데요...
부탁
2000-11-28
5867
405┕>Re: 다음을 Stored Procedure로 작성하려 하는데요...
박영길
2000-12-04 19:55:54
6728
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2024 DSN, All rights reserved.
작업시간: 0.019초, 이곳 서비스는
	PostgreSQL v16.2로 자료를 관리합니다