I get this exception when reloading a page quickly a few times...  The page 
has several dbtag calls to a db within one dbtag connection.

I set page buffer to 100k thinking it might help, but it didn't. My DBTags 
connect parameters are in web.xml and I'm using poolman (which is supposed 
to cache, and pool).

Thanks for any info.

Bill



500 Servlet Exception
javax.servlet.jsp.JspTagException: java.sql.SQLException: SQLException
occurred in JDBCPool: java.sql.SQLException: JZ00L: Login failed.  Examine
the SQLWarnings chained to this exception for the reason(s).
params: com.sybase.jdbc2.jdbc.SybDriver, 
jdbc:sybase:Tds:localhost:2638/Qaboot.
Please check your username, password and other connectivity info.
        at 
org.apache.taglibs.dbtags.connection.ConnectionTag.doEndTag(ConnectionTag.java:236)
        at _fall__jsp._jspService(/events/fall.jsp:48)
        at com.caucho.jsp.JavaPage.service(JavaPage.java:74)
        at com.caucho.jsp.Page.subservice(Page.java:485)
        at 
com.caucho.server.http.FilterChainPage.doFilter(FilterChainPage.java:176)
        at com.caucho.server.http.Invocation.service(Invocation.java:278)
        at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:129)
        at 
com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java:338)
        at 
com.caucho.server.http.RunnerRequest.handleConnection(RunnerRequest.java:270)
        at com.caucho.server.TcpConnection.run(TcpConnection.java:140)
        at java.lang.Thread.run(Thread.java:484)


--------------------------------------------------------------------------------
Resin 2.0.4 (built Thu Nov 15 17:56:24 PST 2001)

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to