On Fri, 13 Jun 2003, Berin Loritsch wrote:
> Berin Loritsch wrote: > > Rob Johnston wrote: > > > >> On Fri, 13 Jun 2003, Leo Sutic wrote: > >> > >> > >>> Do you run windows or linux? > >> > >> > >> > >> FreeBSD. Which is the problem -- I think there is some incompatibility > >> between the ExcaliburComponentManager & the 1.3.1 JDK for FreeBSD (which > >> seems like a Major bug to me!) > > > > > > It seems unlikely, but it is possible. > > > > Could you print out the output of: > > > > $ java -version > > > > On one of the Apache boxes we have both JDK 1.3.1 and JDK 1.4.1, and > > the results of JDK 1.3.1 is: > > > > java version "1.3.1-p8" Java(TM) 2 Runtime Environment, Standard Edition > > (build 1.3.1-p8-brian-030218-18:06) > > Classic VM (build 1.3.1-p8-brian-030218-18:06, green threads, nojit) > > > > > > I am in the process of testing Cocoon on the Apache box, but be advised > > that Apache is running a newer FreeBSD than you. > > I see that we have the same problem here. > > initialize()v Is used for static initializers and constructors, so it > may be an issue with the classloader for JDK 1.3.1, but it is difficult > to say yet. Solving the problem was easy, I just recompile the package and everything works fine. So I will update the package this day. Stephan.