RE: FW: Annoying 'ArrayIndexOutOfBoundsException'? - Progress??

2003-08-17 Thread Andreas L. Delmelle
just to let you know, this did indeed solve the problem. everything up running on the mac : powered by ... apache! greetz, ald -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: donderdag 14 augustus 2003 21:03 To: [EMAIL PROTECTED] Subject: Re: FW: Annoying

Re: FW: Annoying 'ArrayIndexOutOfBoundsException'? - Progress??

2003-08-14 Thread J.Pietschmann
Andreas L. Delmelle wrote: ( I have a vague feeling it will turn out to be a ridiculously small detail I've overlooked, so I'll definitely share it with you guys - if I succeed in finding it... ;-) ) Google a bit for something like Java endorsed libs. Look where your JRE stores the big RT jars

RE: FW: Annoying 'ArrayIndexOutOfBoundsException'? - Progress??

2003-08-14 Thread Andreas L. Delmelle
the xslt and xml have the ISO-8859-1 encoding, the resulting .fo is UTF-8-encoded. The search continues... Cheerz, Andreas Delmelle -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: donderdag 14 augustus 2003 1:17 To: [EMAIL PROTECTED] Subject: Re: FW: Annoying

Re: FW: Annoying 'ArrayIndexOutOfBoundsException'? - Progress??

2003-08-14 Thread J.Pietschmann
Andreas L. Delmelle wrote: the xml contains the employer data and some general info (once) and the data from each employees' salary, and I have it structured like : employer ref=99 name.../name addr.../addr ... /employer general date-printed14-08-2003/date-printed

Annoying 'ArrayIndexOutOfBoundsException'?

2003-08-13 Thread Andreas L. Delmelle
Hi all, I wrote a light-weight server-program ( like many of you, I guess ;-) ) that worked fine on Win2K ( Pro as well as Adv. Server ). Recently, a PowerBook G4 has come into my possession, and I really looked forward to running the program on that little machine ( still do btw ). After having

FW: Annoying 'ArrayIndexOutOfBoundsException'?

2003-08-13 Thread Andreas L. Delmelle
forgot attach :-) cheerz, andreas -Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] Sent: woensdag 13 augustus 2003 22:04 To: [EMAIL PROTECTED] Subject: Annoying 'ArrayIndexOutOfBoundsException'? Hi all, I wrote a light-weight server-program ( like many of you

Re: Annoying 'ArrayIndexOutOfBoundsException'?

2003-08-13 Thread J.Pietschmann
Andreas L. Delmelle wrote: references in the xsl-stylesheet ), one little problem remains. The process throws an ArrayIndexOutOfBoundsException, leading to the debug output as in attached txt-file. Seems like a Xalan-related problem (classpath?), so going to try a fix right away, but if any of you

RE: Annoying 'ArrayIndexOutOfBoundsException'?

2003-08-13 Thread Andreas L. Delmelle
You have JDK 1.4 installed? Yup! ( 1.4.1 is currently the latest release afaik ) Get the most recent release, or get the most recent Xalan and install the jar in the lib/endorsed directory of the JDK. Thought I did ( 2.4.1, distributed with fop 0.20.5 ), but going to try 2.5.1 ... Thx for

Re: Annoying 'ArrayIndexOutOfBoundsException'?

2003-08-13 Thread J.Pietschmann
Andreas L. Delmelle wrote: Yup! ( 1.4.1 is currently the latest release afaik ) There is an important addition: the latest release is 1.4.1_03, which is quite different from 1.4.1_01 WRT to the Xalan release coming with the JDK. Get the most recent release, or get the most recent Xalan and install

FW: Annoying 'ArrayIndexOutOfBoundsException'?

2003-08-13 Thread Andreas L. Delmelle
[mailto:[EMAIL PROTECTED] Sent: woensdag 13 augustus 2003 22:54 To: [EMAIL PROTECTED] Subject: RE: Annoying 'ArrayIndexOutOfBoundsException'? You have JDK 1.4 installed? Yup! ( 1.4.1 is currently the latest release afaik ) Get the most recent release, or get the most recent Xalan and install

FW: Annoying 'ArrayIndexOutOfBoundsException'? - Progress??

2003-08-13 Thread Andreas L. Delmelle
. Delmelle [mailto:[EMAIL PROTECTED] Sent: woensdag 13 augustus 2003 23:20 To: [EMAIL PROTECTED] Subject: FW: Annoying 'ArrayIndexOutOfBoundsException'? Doesn't solve the problem... Going to try a few things I probably should have tried first ( like rendering a very basic .fo; perhaps the problem lies

Re: FW: Annoying 'ArrayIndexOutOfBoundsException'? - Progress??

2003-08-13 Thread Ben Galbraith
Andreas L. Delmelle wrote: BTW: can anybody point me to a download location for the 1.4.1_03? ( 'java -version' tells me current version is '1.4.1_01' ) Been looking w.o. success. Doesn't seem to be available from Apple Developer Connection, and I'm not sure whether any of the SDK's available from

RE: FW: Annoying 'ArrayIndexOutOfBoundsException'? - Progress??

2003-08-13 Thread Andreas L. Delmelle
Thx for the warning ( the news about the upcoming update )! Respect, Andreas -Original Message- From: Ben Galbraith [mailto:[EMAIL PROTECTED] Sent: donderdag 14 augustus 2003 0:23 To: [EMAIL PROTECTED] Subject: Re: FW: Annoying 'ArrayIndexOutOfBoundsException'? - Progress?? Andreas L