OK... I am slowly getting turbine to work with postgres but now I am
getting another error when I click the logout button.  Here is the
error:

######################################33
Exception: java.sql.SQLException: ERROR:  Unterminated quoted string

        at org.postgresql.Connection.ExecSQL(Connection.java:393)
        at org.postgresql.jdbc2.Statement.execute(Statement.java:273)
        at
org.postgresql.jdbc2.Statement.executeUpdate(Statement.java:73)
        at
org.postgresql.jdbc2.PreparedStatement.executeUpdate(PreparedStatement.java:126)
        at
com.workingdogs.village.Record.saveWithUpdate(Record.java:284)
        at com.workingdogs.village.Record.save(Record.java:187)
        at com.workingdogs.village.Record.save(Record.java:166)
        at
org.apache.turbine.om.peer.BasePeer.insertOrUpdateRecord(BasePeer.java:686)
        at
org.apache.turbine.om.peer.BasePeer.doUpdate(BasePeer.java:1116)
        at
org.apache.turbine.om.user.peer.TurbineUserPeer.doUpdate(TurbineUserPeer.java:324)
        at
org.apache.turbine.om.user.TurbineUser.saveToStorage(TurbineUser.java:563)
        at
org.apache.turbine.modules.actions.LogoutUser.doPerform(LogoutUser.java:88)
        at org.apache.turbine.modules.Action.perform(Action.java:77)
        at
org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:111)
        at
org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:79)
        at org.apache.turbine.modules.Page.build(Page.java:81)
        at
org.apache.turbine.modules.PageLoader.exec(PageLoader.java:111)
        at Turbine.doGet(Turbine.java:318)
        at Turbine.doPost(Turbine.java:388)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
        at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
        at
org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
        at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Ajp12ConnectionHandler.java:156)
        at
org.apache.tomcat.service.TcpWorkerThread.run(PoolTcpEndpoint.java:366)
        at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:411)
        at java.lang.Thread.run(Thread.java:475)
##########################################

Anyways, I am wondering if I should just use the 6.5 version of postgres
server and jdbc drivers.  Does anyone currently have the basic turbine
stuff working with postgres and if so,  what version of the postgres
server and jdbc drivers are you using?

I sure hope i get this running soon.  At least I am learning more about
the guts of turbine as a result of this.  I am more impressed with the
more I understand the internals of how turbine operates.  I cant wait to
start developing my app with it!

Thanks for all the help,
John Thorhauer
-- 
********************************
** John Thorhauer
** Web Developer
** Phoenix Color Corp.
** [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