on 5/27/2000 4:28 PM, Rafal Krzewski at [EMAIL PROTECTED] wrote:
> Stop that Jon! :) Seeing my name all over the CVS is rewarding enough.
> It's the first time ever I contributed to an Open Source project, and it
> feels really great.
one thing i have learned over the last couple years is to appreciate people
for the good things...;-)
> It doen't seem to help though. Here's another one: (same situation -
> first hit under weblogic, after that works OK)
>
> java.lang.NullPointerException
> at Turbine.handleException(Turbine.java:507)
> at Turbine.doGet(Turbine.java:370)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
> at
> weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
> :105)
fixed. sometimes i really hate weblogic's server...
> The matters are more complicated than I thought here.
> I have a simple servlet - JDBCTest that allows me to connect to a driver/url
> of my choice.
> Consider these two scenarios:
>
> * hit JDBCTest - dies with java.lang.ClassCircularityError:
> com/sybase/jdbc2/timedio/SocketDbio
> * hit JDBCTest - OK
> * hit Turbine - dies with NPE (see above)
> * hit Turbine - OK
> any subseqent hits to Turbine work
_strange_
> * hit Turbine - dies with NPE (see above)
> * hit Turbine - dies with java.lang.ClassCircularityError:
> com/sybase/jdbc2/timedio/SocketDbio
> * hit Turbine - dies with java.lang.NoClassDefFoundError:
> org/apache/turbine/om/user/peer/TurbineUserPeer at
> org.apache.turbine.om.user.TurbineUser.setUserName(TurbineUser.java:502)
> any subsequent hits to Turbine fail with above Error
> any hits to JDBCTest work, including the first one
>
> What do you think about that? especially NCDF it the second scenario looks
> weird...
yea...are you using the Turbine connection pool or just getting a connection
with whatever? can i see your JDBCTest code?
> And now the updated Turbine compatibility chart:
>
> Linux / IBM JDK 1.3
> ------------------------------
> Apache 1.3.9 + JServ 1.1 + MySQL 3.22 OK
> Tomcat 3.1 + MySQL 3.22 OK
these two are the ones that i really personally only care about.
> Tomcat 3.1 + Sybase ASE 11.9.2 OK
> WebLogic 5.1+ MySQL 3.22 OK*
> WebLogic 5.1+ weblogic.jdbc.pool over MySQL 3.22 OK*
> WebLogic 5.1+ weblogic.jdbc.pool over Sybase ASE 11.9.2 OK*
> WebLogic 5.1 + Sybase ASE 11.9.2 OK* **
All this proves to me is that commercial closed source isn't very good and
is definitely not worth the effort...
-jon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]