Yep, there was an object returning NULL and some misplaced files.
But finally its solved.
Thanks for your suport :)
On Fri, Jul 17, 2009 at 10:12 AM, André Warnier wrote:
> Sumit D wrote:
>
>>
>> Caused by: java.util.MissingResourceException: Can't find bundle for base
name c
onnect
Sumit D wrote:
Caused by: java.util.MissingResourceException: Can't find bundle for base
name c
onnection, locale fr_FR
java.lang.NoClassDefFoundError: Could not initialize class
fr.inria.monitoring.b
ep.BEP4Sumit
I understand, that it cannot find BEP4Sumit class file that your valve is
using.
As you can see,
private static final BEP4Sumit theInstance = new BEP4Sumit();
public static IEventProcessor getInstance() {
return theInstance;
}
It should return the IEventProcessor instanceBut it doesnt not find that
class.
Where should I put the jars that it needs ??
I create a jar of thi
> Caused by: java.util.MissingResourceException: Can't find bundle for base
> name c
> onnection, locale fr_FR
> java.lang.NoClassDefFoundError: Could not initialize class
> fr.inria.monitoring.b
> ep.BEP4Sumit
I understand, that it cannot find BEP4Sumit class file that your valve is using.
Best