Hi Simon,

You are using MySQL v5 but what MySQL engine are you using ?

From my experience, i was only able to set up a cluster with
InnoDB engine because MyISAM does not support transaction
and therefore do not lock the journal (which may explains your
error) and i encounter problems with NDBCluster because of read
locks with blobs.

Jackrabbit does not specify the engine to use when creating the
tables so you inherit the default engine.

The default engine can be retrieved on my.cnf in the property
default-table-type.
Using command SHOW TABLE STATUS you can find what engine
is used for each table.

--
Sébastien LAUNAY

Simon Oldham wrote:
Hi,

I am working on a project using jackrabbit 1.4 and have run into problems
when trying to set up clustering. I have posted the details here
http://www.simonoldham.com/jackrabbit/clustering-issue/  (so that the
configs are nicely navigable in your browser). I have read the wiki and a
number of newsgroup postings but neither seem to address the problem that I
am encountering.

I have until then end of tomorrow to make clustering work, otherwise we are
going to have to ditch Jackrabbit and develop a bespoke solution (which I
don't want to do having got so far along the line).

I hope you can help.

Thanks in advance,

Si


Reply via email to