`
no_bao
  • 浏览: 316796 次
  • 性别: Icon_minigender_1
  • 来自: 济南
社区版块
存档分类
最新评论

quartz报错java.lang.NoSuchMethodError: org.apache.commons.collections.SetUtils.ord

 
阅读更多

quartz报错:
Caused by: java.lang.NoSuchMethodError: org.apache.commons.collections.SetUtils.orderedSet(Ljava/util/Set;)Ljava/util/Set;
的原因是由于使用的commons-collections.jar版本太低导致的,,要使用3.*的才行
对于使用MyEclipse的,如果导入了commons-collections.jar 3.*的包还不行,而且没有找到其他的包的话很可能是MyEclipse自带的Liberary中包括了版本低的包而你导入了这个lib。
比如MyEclipse的Hibernate的Lib中包括commons-collections.jar但是版本是2.*。
Window->Preferences->Myeclipse->Project Capabilities->Hibernate
从lib中删除此包即可。

分享到:
评论

相关推荐

    定时任务Quartz

    只需基本的spring包即可 注:要是项目报错 java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener 缺少jar包,这个jar包在以上压缩包中就有

    org.xml.sax.SAXException: Invalid element

    NULL 博文链接:https://wilian.iteye.com/blog/1992365

    quartz-scheduler分享.docx

    org.quartz.threadPool.class: org.quartz.simpl.SimpleThreadPool org.quartz.threadPool.threadCount: 10 org.quartz.threadPool.threadPriority: 5 org.quartz.threadPool....

    SSH整合常见错误总结

    #### 五、Quartz报错:Caused by: java.lang.NoSuchMethodError: org.apache.commons.collections.SetUtils.orderedSet(Ljava/util/Set;)Ljava/util/Set; **问题描述**:使用Quartz进行任务调度时,遇到`java.lang....

    Spring3.2.3+Quartz2.2 整合配置

    org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.StdJDBCDelegate org.quartz.jobStore.dataSource = myDS # 数据源配置 org.quartz.dataSource.myDS.jndiURL=jdbc:mysql://localhost:...

    quartz-1.8.3.jar

    - **org.quartz.impl** 包:实现 Quartz 的具体类,如 StdSchedulerFactory 和 DefaultThreadPool。 - **org.quartz.triggers** 包:各种触发器的实现,如 CronTrigger 和 SimpleTrigger。 - **org.quartz.jobs** 包...

    quartz-all-1.6.6.jar

    quartz-all-1.6.6.jar ...否则报错 java.lang.IncompatibleClassChangeError: class org.springframework.scheduling.quartz.CronTriggerBean has interface org.quartz.CronTrigger as super class

    Java_Spring与Quartz的整合

    - Job类需要实现`org.quartz.Job`接口,并覆盖`execute(JobExecutionContext context)`方法,编写具体的业务逻辑。 - Spring支持使用`@Component`注解Job类,使其成为Spring Bean,便于管理和依赖注入。 3. **...

    quartz-2.3.2.jar

    java运行依赖jar包

    spring-framework-3.0.5.RELEASE-dependencies-1

    org.apache.commons org.apache.coyote org.apache.ibatis org.apache.juli 4号包: org.apache.tiles org.apache.velocity org.apache.xerces org.apache.xml org.apache.xmlbeans org.apache.xmlcommons org....

    spring-framework-3.0.5.RELEASE-dependencies-5

    org.apache.commons org.apache.coyote org.apache.ibatis org.apache.juli 4号包: org.apache.tiles org.apache.velocity org.apache.xerces org.apache.xml org.apache.xmlbeans org.apache.xmlcommons org....

    quartz-2.2.1.jar

    它是一个实现了`org.quartz.Job`接口的类,包含具体的业务逻辑。作业不直接与调度器交互,而是通过作业细节(JobDetail)来关联。 2. 作业细节(JobDetail):包含了作业的所有元数据,如作业的名称、组名、状态和...

    quartz-2.3.0-API文档-中文版.zip

    Maven坐标:org.quartz-scheduler:quartz:2.3.0; 标签:scheduler、quartz、jar包、java、中文文档; 使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览文档内容。 人性化翻译,文档中的...

    spring-framework-3.0.5.RELEASE-dependencies-6

    org.apache.commons org.apache.coyote org.apache.ibatis org.apache.juli 4号包: org.apache.tiles org.apache.velocity org.apache.xerces org.apache.xml org.apache.xmlbeans org.apache.xmlcommons org....

    spring-framework-3.0.5.RELEASE-dependencies-3

    org.apache.commons org.apache.coyote org.apache.ibatis org.apache.juli 4号包: org.apache.tiles org.apache.velocity org.apache.xerces org.apache.xml org.apache.xmlbeans org.apache.xmlcommons org....

    spring-framework-3.0.5.RELEASE-dependencies-2

    org.apache.commons org.apache.coyote org.apache.ibatis org.apache.juli 4号包: org.apache.tiles org.apache.velocity org.apache.xerces org.apache.xml org.apache.xmlbeans org.apache.xmlcommons org....

    spring-framework-3.0.5.RELEASE-dependencies-8

    org.apache.commons org.apache.coyote org.apache.ibatis org.apache.juli 4号包: org.apache.tiles org.apache.velocity org.apache.xerces org.apache.xml org.apache.xmlbeans org.apache.xmlcommons org....

    spring-framework-3.0.5.RELEASE-dependencies-4

    org.apache.commons org.apache.coyote org.apache.ibatis org.apache.juli 4号包: org.apache.tiles org.apache.velocity org.apache.xerces org.apache.xml org.apache.xmlbeans org.apache.xmlcommons org....

    spring-framework-3.0.5.RELEASE-dependencies-7

    org.apache.commons org.apache.coyote org.apache.ibatis org.apache.juli 4号包: org.apache.tiles org.apache.velocity org.apache.xerces org.apache.xml org.apache.xmlbeans org.apache.xmlcommons org....

    MyEclipse报错说明

    5. **quartz Caused by: java.lang.NoSuchMethodError: org.apache.commons.collections.SetUtils.orderedSet(Ljava/util/Set;)Ljava/util/Set;** Quartz调度器在运行时遇到方法找不到的错误,原因是使用的commons-...

Global site tag (gtag.js) - Google Analytics