2.0.11 upgrade over 2.0.3 problems

From: Gary Lyons (glyons@vgernet.net)
Date: Tue Oct 19 1999 - 06:49:48 EST


I'm trying to upgrade to 2.0.11 from 2.0.3 (yeah... about time) The
build and install goes fine and the server runs OK. Using the msql
monitor I can see and query all my databases just fine. I
cannot,however, access them from code (either JDBC or msqlperl) I get
connection errors. i.e:
java.sql.SQLException: Connection failed.
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at java.sql.SQLException.<init>(Compiled Code)
        at com.imaginary.sql.msql.MsqlConnection.connect(Compiled Code)
        at com.imaginary.sql.msql.MsqlConnection.<init>(Compiled Code)
        at com.imaginary.sql.msql.MsqlDriver.connect(Compiled Code)
        at java.sql.DriverManager.getConnection(Compiled Code)
        at java.sql.DriverManager.getConnection(Compiled Code)
        at checkout.service(Compiled Code)
        at javax.servlet.http.HttpServlet.service(Compiled Code)
        at org.apache.jserv.JServConnection.run(Compiled Code)

I put back the 2.0.3 executable and everything is OK again.
I'm using the same acl file and the config is included below. I'm
running Solaris 2.6 on a SPARC 10

anyone have similar problems??

Gary Lyons

[general]
Inst_Dir = /usr/local/msql
DB_Dir = %I/msqldb
mSQL_User = root
Admin_User = root
Pid_File = %I/msql2d.pid
TCP_Port = 1114
UNIX_Port = %I/msql2.sock

[system]
Msync_Timer = 30
Host_Lookup = True
Read_Only = False
Remote_Access = False
Local_Access = True
#Query_log = False
#Query_Log_File= %I/query.log

[w3-msql]
Auth_Host = NULL
Footer = True
Force_Private = False
#Force_Suffix = .msql

-------------------------------------------------------------------------
To unsubscribe, go to http://www.Hughes.com.au/extras/email/



This archive was generated by hypermail 2b30 : Mon Mar 04 2002 - 09:03:51 EST