[jira] Created: (FTPSERVER-7) Problem when using Database to store/retrieve user info
[email protected] Thu, 14 Oct 2004 09:58:51 -0700 (PDT)
| Newsgroups | gmane.comp.apache.incubator.projects |
|---|---|
| Message-ID | <735673671.1097773131052.JavaMail.apache@nagoya> |
Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/FTPSERVER-7
Here is an overview of the issue:
---------------------------------------------------------------------
Key: FTPSERVER-7
Summary: Problem when using Database to store/retrieve user info
Type: Bug
Status: Unassigned
Priority: Critical
Project: Apache FtpServer
Assignee:
Reporter: Surajit Dash
Created: Thu, 14 Oct 2004 9:58 AM
Updated: Thu, 14 Oct 2004 9:58 AM
Environment: Installed on Windows 2000 Server.
Java 1.4.2_04
Description:
I have been testing the Incubator FTP Server for some time. I have installed it on a Windows 2000 server and configured to store/retrieve user information from an Oracle Database.
I have observed that sporadically the FTP Server looses connection to the database and that prohibits any authorized user to login to the server. This happens once in a couple of days, and after that if you restat the FTP server, the problem is gone.
I see the following error message in log files:
ERROR 2004-10-14 10:31:09.687 [user-man] (): DbUserManager.authenticate()
java.sql.SQLException: Io exception: Software caused connection abort: socket write error
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:156)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:269)
at oracle.jdbc.driver.OracleStatement.<init>(OracleStatement.java:292)
at oracle.jdbc.driver.OracleConnection.createStatement(OracleConnection.java:311)
at org.apache.ftpserver.usermanager.DbUserManager.authenticate(DbUserManager.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Please let me know if anyone has any thoughts as to why this problem is occurring and how to resolve.
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira