You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Tim Landscheidt <ti...@gmx.de> on 2000/06/09 06:29:47 UTC

Re: Problems running Cocoon with Kaffe : Error: java.io.UnsupportedEncodingException: ISO8859_1

Hugues Marilleau schrieb:

> [...]
> I'm using :
> Kaffe 1.0.5
> Apache 1.3.12
> ApacheJServ/1.1.1
> Cocoon 1.5 (the cocoon.deb provided by Debian)
> and also JDK 1.1.6 v5.

> How can I fix this, or is this a problem with too old versions of Kaffe
> and/or Cocoon ? Or removing the JDK ? The JDK was installed before but
> the Debian packaging system need a JVM and installed Kaffe.

This is a problem with ApacheJServ 1.1.1 which uses the (un-
official) encoding "ISO8859_1" instead of "ISO-8859-1" and a
problem with Kaffe 1.0.5 which did not have an appropriate
alias for this. Kaffe has the alias already in the CVS repo-
sitory, the bug report for ApacheJServ came too late for
1.1.1.

  But the current Kaffe from CVS does not work with Apache-
JServ (1.1.1) for me either. Apparently, the VM just slurps
memory and memory without ever doing anything. So you may
have to stick to other VMs for a while. For that, check out
wrapper.bin and wrapper.classpath (you may have to add your
rt.jar here) in jserv.properties.

HTH,
Tim

Re: Problems running Cocoon with Kaffe : Error: java.io.UnsupportedEncodingException: ISO8859_1

Posted by Hugues Marilleau <hu...@xenon.medisite.net>.
On Fri, Jun 09, 2000 at 04:29:47AM +0000, Tim Landscheidt wrote :
> 
> This is a problem with ApacheJServ 1.1.1 which uses the (un-
> official) encoding "ISO8859_1" instead of "ISO-8859-1" and a
> problem with Kaffe 1.0.5 which did not have an appropriate
> alias for this. Kaffe has the alias already in the CVS repo-
> sitory, the bug report for ApacheJServ came too late for
> 1.1.1.
> 
>   But the current Kaffe from CVS does not work with Apache-
> JServ (1.1.1) for me either. Apparently, the VM just slurps
> memory and memory without ever doing anything. So you may
> have to stick to other VMs for a while. For that, check out
> wrapper.bin and wrapper.classpath (you may have to add your
> rt.jar here) in jserv.properties.
> 

Thanks a lot, I switched to JDK 1.1.8 and it worked with JServ 1.1.1.