samuraisam
|
Registered User
|
Programmer working in San Francisco developing python web applications.
|
|
Oct 16 |
answered | Alternative to Dreamweaver? |
|
Oct 16 |
comment |
Mysql/j Connector Unloads Mysteriously Under Tomcat 6/JDK 6 ChssPly76 - thank you so much, again, for your help! I think not using a connection pool was my exact problem! It turns out, ActiveObjects will automatically try to use a connection pool if one is available. In my other deployments, hibernate and C3P0 were on the classpath, which ActiveObjects was automatically using as it's provider. On the production server, it created a new connection each request leading to a lot of weird errors - some of which I still can't explain. |
|
Oct 16 |
comment |
Building Django app using Comet/Orbited on Apache, use mod_wsgi or mod_python? Awesome, if you have any trouble, let me know. I just completed a server a lot like the one you're planning, and went through several implementations. Since you're on a VPS, remember you're not limited to just Apache front ends. |
|
Oct 16 |
accepted | Building Django app using Comet/Orbited on Apache, use mod_wsgi or mod_python? |
|
Oct 15 |
awarded | ● Commentator |
|
Oct 15 |
comment |
Mysql/j Connector Unloads Mysteriously Under Tomcat 6/JDK 6 It's possible that could be a side effect of using ActiveObjects. I haven't specified anything special in the configuration of ActiveObjects or JDBC besides supply a jdbc connection string to ActiveObjects. Is using tomcat's datasource functionality more portable/reliable? |
|
Oct 15 |
comment |
Mysql/j Connector Unloads Mysteriously Under Tomcat 6/JDK 6 Really stretching here... perhaps I should build the WAR on a *nix machine instead of Windows? |
|
Oct 15 |
comment |
Mysql/j Connector Unloads Mysteriously Under Tomcat 6/JDK 6 I have checked it with manager - the path it's deployed under stays deployed. I just made the servlet you recommended, and down the rabbit hole we go... SQLError e = new SQLError(); out.println(e.toString()); yields com.mysql.jdbc.SQLError@1db8962 when I hit the URL in my app's context. If the app fails from here on out - I'll let you know. Perhaps there is a bug in ActiveObjects? Thank you again for your help! |
|
Oct 15 |
answered | Building Django app using Comet/Orbited on Apache, use mod_wsgi or mod_python? |
|
Oct 15 |
comment |
Mysql/j Connector Unloads Mysteriously Under Tomcat 6/JDK 6 Turned the logging WAY up on tomcat - and get the following output every second or so: pastie.org/655501 |
|
Oct 15 |
comment |
Mysql/j Connector Unloads Mysteriously Under Tomcat 6/JDK 6 Sorry to keep bugging you - but, any more ideas? |
|
Oct 15 |
comment |
Mysql/j Connector Unloads Mysteriously Under Tomcat 6/JDK 6 I still seem to be having the same issue. With a fresh tomcat install, I have been running by manually setting JRE_HOME and CLASSPATH like so: JRE_HOME=/usr/local/java CLASSPATH='' /usr/local/tomcat/bin/startup.sh It works for a few hours then starts throwing the same errors again - NoClassDefFoundError for SQLError. Here is the stack trace from a JSON client: pastie.org/655478 |
|
Oct 13 |
comment |
Mysql/j Connector Unloads Mysteriously Under Tomcat 6/JDK 6 No, this is supposed to be a fresh tomcat install (no other apps deployed either). I've tried all combinations of WAR/exploded war, hot loading/config loading... I'm guessing something was borked, so I'll try to re-install it myself and run with an empty CLASSPATH. Thank you so much for your help ChssPly76. I'll give your suggestions a try. |
|
Oct 13 |
comment |
Mysql/j Connector Unloads Mysteriously Under Tomcat 6/JDK 6 It get's more strange - The app isn't even deployed, and the MySQL/j connector isn't in the tomcat/lib directory however, the stack traces from the above post keep getting dumped to tomcat/logs/catalina.out. Is my tomcat installation borked? Thank you again for your help! |
|
Oct 13 |
comment |
Mysql/j Connector Unloads Mysteriously Under Tomcat 6/JDK 6 Thank you for replying. I have tried removing the mysql/j connector from my WAR file and moving it to tomcat/libs. This produces a much larger stack trace that hopefully will be useful: pastie.org/653416 Thank you so much! |
|
Oct 13 |
answered | Separating ManyToManyFields in a template |
|
Oct 13 |
asked | Mysql/j Connector Unloads Mysteriously Under Tomcat 6/JDK 6 |
|
Sep 10 |
comment |
Rounded UIView with Shadow? yes, i shall be posting the code to soon! |
|
Aug 4 |
asked | Rounded UIView with Shadow? |
|
Jul 17 |
answered | How to model an n-to-n relationship in Objective-C? |
|
Jul 15 |
awarded | ● Student |
