Are you using the latest BasePeer?  I switched from using somewhat generic
sql to the jdbc methods (which hopefully cover more db's).  The transaction
stuff was originally written to work with Postgres.




----- Original Message -----
From: Regis Koenig <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 13, 2000 9:49 AM
Subject: Logout user problem


> I have encountered the following exception while trying to logout from
> the WM admin page:
>
> **************************************************************************
> ERROR:  Unterminated quoted string
> FATAL 1:  Socket command type  unknown
> java.sql.SQLException: FATAL 1:  Socket command type  unknown
>
> at org.postgresql.Connection.ExecSQL(Connection.java:403)
> at org.postgresql.jdbc2.Connection.commit(Connection.java:173)
> at
> org.apache.turbine.util.db.pool.DBConnection.commit(DBConnection.java:124)
> at
> org.apache.turbine.om.peer.BasePeer.commitTransaction(BasePeer.java:295)
> at org.apache.turbine.om.peer.BasePeer.doUpdate(BasePeer.java:1157)
> at
>
org.apache.turbine.om.user.peer.TurbineUserPeer.doUpdate(TurbineUserPeer.jav
a:307)
> at
> org.apache.turbine.om.user.TurbineUser.saveToStorage(TurbineUser.java:563)
> at
>
org.apache.turbine.modules.actions.LogoutUser.doPerform(LogoutUser.java:88)
> ...
>
****************************************************************************
>
> Today, I am not familiar enough with the Peer stuff (but I am learning
> ...) to carry it by myself. I run PostgreSQL 7.0.2 (distrib), with the
> last JDBC driver from CVS patched according to the turbine Postgres
> Howto (linux jdk1.2.2 from Sun, tomcat)
>
> Regis
>
>
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]
>



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to