zkn ha scritto:
On 05.04.2007, at 11:58, Stefano Bagnara wrote:
Hi,
I read on the JIRA issue that you tried with the changed environment
but it didn't fix it. What the behavioiur exactly the same? Have you
took a dump stack of that startup too?
The behavior was exactly the same. The dump stack looks slightly different:
Finally I managed to recreate the problematic environment here (james
2.3.0 and a lot of files inside the apps/james/var folder and I
reproduced it and debugged it.
Unfortunately the environment.xml changes were not enough alone, and I
had to change some phoenix internals to make it works.
I attached a binary jar of phoenix-engine.jar that you should replace to
your own (probably it is both in bin/lib and lib folders). This works
together with the environment.xml change:
----
<?xml version="1.0"?>
<server>
<classloaders default="default" version="1.0">
<classloader name="default" parent="*system*">
<entry location="./SAR-INF/classes" />
<fileset dir="./SAR-INF/lib">
<include name="*.jar" />
</fileset>
</classloader>
<predefined name="*system*" />
</classloaders>
<logs version="1.1">
...
----
Can you try it so we can confirm it actually fix your problem and we can
decide wether to include the fix in the next release or not?
Thank you,
Stefano
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]