Re: [sqlite] SQLite Compilation Problems on FreeBSD

2008-01-28 Thread Frederic de la Goublaye
Hi I succeed in the compilation of SQLite under FreeBSD 5.4. This is the French documentation I wrote: http://fredericdelagoublaye.free.fr/freebsd/install/sqlite.html I hope you will find some clues to help you Best Regards Frédéric de la Goublaye On Jan 28, 2008 5:25 PM, Rob Sciuk <[EMAIL

[sqlite] error 404

2007-07-02 Thread Frederic de la Goublaye
Hi all I am sorry to disturb you with my questions. Since the javaslite driver update, http://www.ch-werner.de/javasqlite/ date:2007-06-26 http://www.ysalaya.org regullary crashes on HTTP error 404 I need to restart Apache 22. I need also to restart Tomcat If not there is no access to the

[sqlite] error in step

2007-07-01 Thread Frederic de la Goublaye
Hi all, Any idear about this error: 2007-07-01 17:01:48,145 (BotTopicData.java:getTopics:342) ERROR - sSql=SELECT * FROM topic WHERE value LIKE 'O'; 2007-07-01 17:01:48,155 (SQLite.java:execQuery:79) ERROR - SQLite.Exception: error in step After that (not sure), my tomcat server go to ERROR

[sqlite] sqlite multi access + java good ?

2007-06-28 Thread Frederic de la Goublaye
Hi all Is the combination of SQLite and Java/Tomcat is good for an hosting application ? My project is http://www.ysalaya.org. It is a chatbot hosting site. All the chatbot have their own SQLite database for their knowledge. That's mean when several users (visitor and botmaster) access at the

Re: [sqlite] Tomcat crashes with SQLite

2007-06-26 Thread Frederic de la Goublaye
I am just trying the last version of http://www.ch-werner.de/javasqlite/ date: June 26th 2007 Lucy will see if she is ok now... http://lucy.ysalaya.org Cheers Frederic de la Goublaye On 6/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: "Frederic de la Goublaye" &

Re: [sqlite] Tomcat crashes with SQLite

2007-06-25 Thread Frederic de la Goublaye
My server is under FreeBSD 5.4 It is ok ? Cheers Frederic On 6/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: "Frederic de la Goublaye" <[EMAIL PROTECTED]> wrote: > My server crashed again. > > I recompiled sqlite3-3-5 with this configure option > --ena

Re: [sqlite] Tomcat crashes with SQLite

2007-06-24 Thread Frederic de la Goublaye
in native code outside the VM. Unexpected Signal : 10 occurred at PC=0x712C5D06 Function=sqlite3VdbeExec+0x24D2 Library=/usr/local/lib/libsqlite3.so.8 On 6/24/07, Frederic de la Goublaye <[EMAIL PROTECTED]> wrote: Thanks for your answer. I just recompiled sqlite with *DTHREADSAFE=1

Re: [sqlite] Tomcat crashes with SQLite

2007-06-24 Thread Frederic de la Goublaye
y what would happen. On Jun 22, 2007, at 9:06 PM, Frederic de la Goublaye wrote: > Hi I just tried this driver: > http://www.zentus.com/sqlitejdbc/ > > The result is ten times slower or even more. > Maybe I am wrong using this new driver. > > So for the moment I am still usin

Re: [sqlite] Tomcat crashes with SQLite

2007-06-22 Thread Frederic de la Goublaye
Hi I just tried this driver: http://www.zentus.com/sqlitejdbc/ The result is ten times slower or even more. Maybe I am wrong using this new driver. So for the moment I am still using this one: http://www.ch-werner.de/javasqlite/ BUT I HAVE STILL THE CRASH TROUBLES: An unexpected exception has

Re: [sqlite] Tomcat crashes with SQLite

2007-06-18 Thread Frederic de la Goublaye
much) _ Copyright 2006-2007 Frederic de la Goublaye _ public class SQLite { private static Logger logger = Logger.getLogger(SQLite.class.getName

[sqlite] Tomcat crashes with SQLite

2007-06-03 Thread Frederic de la Goublaye
Hi All My project is working with Tomcat, SQLite and javasqlite. http://www.ch-werner.de/javasqlite/ http://www.ysalaya.org Since a few weeks Tomcat server crashes very often: error 505 and I need to restart it manually. It is installed on FreeBSD 5.4. Please see the Tomcat log file bellow.