Bug #169
NoClassDefFoundError: org/apache/commons/collections/SetUtils when starting the scheduler
| Status: | Closed | Start: | 02/19/2009 | |
| Priority: | Immediate | Due date: | ||
| Assigned to: | Karl Heinz Marbaise | % Done: | 100% |
|
| Category: | build system | |||
| Target version: | 0.5.0.1 Ceres | |||
Description
When I start SupoSE with the schedule option I get the following error but SupoSE seems to run (the process did not exit):
C:\Programme\Utils\SupoSE\supose-0.5.0>supose schedule --configuration ./cfg_schedule.ini --configbase F:\my_index
Configuration file: ./cfg_schedule.ini
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/collections/SetUtils
at org.quartz.JobDetail.<init>(JobDetail.java:85)
at com.soebes.supose.cli.SuposeCLI.runSchedule(SuposeCLI.java:201)
at com.soebes.supose.cli.SuposeCLI.main(SuposeCLI.java:111)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.collections.SetUtils
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 3 more
History
Updated by Karl Heinz Marbaise 1184 days ago
Hi there,
is it possible to put cfg_schedule.ini file here...to see what's in there...
Kind regards
Karl Heinz Marbaise
Updated by Karl Heinz Marbaise 1184 days ago
- Category set to build system
- Assigned to set to Karl Heinz Marbaise
- Priority changed from Normal to Immediate
- Target version changed from 0.5.0 Ceres to 0.5.0.1 Ceres
Updated by Karl Heinz Marbaise 1184 days ago
Hi,
it would be great if you can check the new Bug Fix Release 0.5.0.1 to see if the bug is fixed..
Kind regards
Karl Heinz Marbaise
Updated by kama - 1184 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r219.
Updated by Karl Heinz Marbaise 1183 days ago
Hi,
Yes it seems to be fixed now in release 0.5.0.1.
Cool...thanks for the feedback...
Thanks for testing SupoSE.
Kind regards
Karl Heinz Marbaise