Mantis - Resin
Viewing Issue Advanced Details
498 minor always 12-13-05 18:48 01-17-06 11:07
sam  
ferg  
normal  
closed 3.0.15  
fixed  
none    
none 3.0.18  
0000498: NoSuchMethodError java.lang.String.contains(Ljava/lang/CharSequence;)Z
After switching from 3.0.14 to 3.0.15 and running it for a couple of
days, we saw the following error in stderr.log. The server wouldn't
start after that anymore.

conf/resin.conf:21: java.lang.NoSuchMethodError:
java.lang.String.contains(Ljava/lang/CharSequence;)Z

Line 21 in resin.conf says:
<log name='com.caucho.java' level='fine' path='log/compilation.log'
timestamp='[%Y-%m-%d %H:%M:%S] ' rollover-size='5mb'
 archive-format="compilation-archive.%m.log"/>

Notes
(0000723)
ferg   
01-17-06 11:07   
removed JDK 1.5 dependency by changing to use indexOf