|
From: Leif M. <le...@ta...> - 2007-02-16 16:32:29
|
Dave, Can you post your wrapper.conf file? The classpath and library paths handle spaces in paths correctly, but other arguments need to be quoted in cases like this. Cheers, Leif Dave Hoffer wrote: > Has anyone seen this error? We get the following when we try to start > our service on a certain laptop. > > INFO | jvm 4 | 2007/02/16 09:20:12 | > java.lang.NoClassDefFoundError: Files\Sybase\ASA > INFO | jvm 4 | 2007/02/16 09:20:12 | Exception in thread "main" > ERROR | wrapper | 2007/02/16 09:20:12 | JVM exited while loading the > application. > STATUS | wrapper | 2007/02/16 09:20:16 | Launching a JVM... > INFO | jvm 5 | 2007/02/16 09:20:16 | > java.lang.NoClassDefFoundError: Files\Sybase\ASA > INFO | jvm 5 | 2007/02/16 09:20:17 | Exception in thread "main" > ERROR | wrapper | 2007/02/16 09:20:17 | JVM exited while loading the > application. > > The system is XP Pro (Version 2002) SP2 > Samsung Electronics SEC with Intel T2300 @1.66GHz > User is administrator > We configure JSW to load jre v1.5.0_09 in local folder. > > We have no idea why it would be loading class 'Files\Sybase\ASA' > > Any ideas? > > -dh > |