You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Leandro Rodrigo Saad Cruz <le...@ibnetwork.com.br> on 2001/03/16 19:55:22 UTC

postgres jdbc driver exception

Hi ..... sorry to bother you, but... after applying the patch from
jakarta.apache.org/turbine on the latest cvs from pgsql
I'm getting this strange Exception :

FastPath call returned ERROR:  Relation 0 does not exist

        at java.lang.Throwable.<init>(Throwable.java:84)
        at java.lang.Exception.<init>(Exception.java:35)
        at java.sql.SQLException.<init>(SQLException.java:100)
        at
org.postgresql.util.PSQLException.<init>(PSQLException.java:43)
        at org.postgresql.fastpath.Fastpath.fastpath(Fastpath.java:141)
        at org.postgresql.fastpath.Fastpath.fastpath(Fastpath.java:191)
        at
org.postgresql.fastpath.Fastpath.getInteger(Fastpath.java:203)
        at
org.postgresql.largeobject.LargeObject.<init>(LargeObject.java:89)
        at
org.postgresql.largeobject.LargeObjectManager.open(LargeObjectManager.java:134)
        at org.postgresql.jdbc2.ResultSet.getBytes(ResultSet.java:404)
        at com.workingdogs.village.Value.<init>(Value.java:140)
        at com.workingdogs.village.Record.createValues(Record.java:155)
        at com.workingdogs.village.Record.<init>(Record.java:102)
        at
com.workingdogs.village.DataSet.fetchRecords(DataSet.java:526)
        at
com.workingdogs.village.DataSet.fetchRecords(DataSet.java:467)
        at
com.workingdogs.village.DataSet.fetchRecords(DataSet.java:452)
        at
org.apache.turbine.om.peer.BasePeer.getSelectResults(BasePeer.java:1354)
        at
org.apache.turbine.om.peer.BasePeer.executeQuery(BasePeer.java:1269)
        at
org.apache.turbine.om.peer.BasePeer.executeQuery(BasePeer.java:1200)
        at
org.apache.turbine.om.peer.BasePeer.doSelect(BasePeer.java:1097)
        at
org.apache.turbine.om.security.peer.TurbineUserPeer.doSelect(TurbineUserPeer.java:285)
        at
org.apache.turbine.om.security.peer.TurbineUserPeer.doSelect(TurbineUserPeer.java:233)
        at
org.apache.turbine.services.security.DBUserManager.retrieve(DBUserManager.java:156)
        at
org.apache.turbine.services.security.DBUserManager.retrieve(DBUserManager.java:229)
        at
org.apache.turbine.services.security.BaseSecurityService.getAuthenticatedUser(BaseSecurityService.java:289)
        at
org.apache.turbine.services.security.TurbineSecurity.getAuthenticatedUser(TurbineSecurity.java:191)
        at
br.com.ibnetwork.nimble.modules.actions.LoginUser.doPerform(LoginUser.java:49)
        at org.apache.turbine.modules.Action.perform(Action.java:89)
        at
org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
        at org.apache.turbine.Turbine.doGet(Turbine.java:379)
        at org.apache.turbine.Turbine.doPost(Turbine.java:508)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:204)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:302)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:329)
        at com.evermind.server.http.d3.sw(JAX)
        at com.evermind.server.http.d3.su(JAX)
        at com.evermind.server.http.ef.s1(JAX)
        at com.evermind.server.http.ef.do(JAX)
        at com.evermind.util.f.run(JAX)

I think this is related to the Driver only, but I wonder if any of you
have experienced the same error ??
any tips ??
tanx




---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: postgres jdbc driver exception

Posted by Jon Stevens <jo...@latchkey.com>.
on 3/16/01 10:55 AM, "Leandro Rodrigo Saad Cruz" <le...@ibnetwork.com.br>
wrote:

> Hi ..... sorry to bother you, but... after applying the patch from
> jakarta.apache.org/turbine on the latest cvs from pgsql
> I'm getting this strange Exception :

You may not need that patch with latest cvs of pgsql. I dunno.

-jon

-- 
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org