Re: Too many open files

2005-02-22 Thread Rikard Froberg
Joseph Shraibman wrote: When I get this Exception, this is an operating system limit, not a jvm limit, right? java.io.FileNotFoundException: /local/java/classes/com/xtenit/util/Misc$1.class (Too many open files) Yes. You can read more about it here http://forum.java.sun.com/thread.jspa?threadID=

Re: Java app

2005-01-11 Thread Rikard Froberg
Marek Pawinski wrote: Hi I am trying to install a app which uses java during the installation process. I get this error : ./setup.bin "Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX" Java looks for the com.zerog.lax.LAX class, so it must be within reach for the runt

SOLVED Re: filenames with special characters

2005-01-07 Thread Rikard Froberg
Rikard Froberg wrote: Hi, We have upgraded from Blackdown-1.3.1_02b-FCS (on debian stable) to Blackdown-1.4.2-01 on debian sarge. After that, tomcat can't read files with accented characters (e.g. é, è, à etc) in their filenames, and also it can't read files with åäö (Swedish charact

filenames with special characters

2005-01-03 Thread Rikard Froberg
Hi, We have upgraded from Blackdown-1.3.1_02b-FCS (on debian stable) to Blackdown-1.4.2-01 on debian sarge. After that, tomcat can't read files with accented characters (e.g. é, è, à etc) in their filenames, and also it can't read files with åäö (Swedish characters). Java itself (running alone out