变速不变道 2019-06-18 10:30 采纳率: 33.3%
浏览 1475
已采纳

The error SQL: select * from ACT_GE_PROPERTY where NAME_ = ? Cause: java.lang.NullPointerException

Caused by: org.springframework.beans.factory.BeanCreationException: Could not au
towire field: private com.jeeplus.system.equips.service.lift.LiftAdminAuditServi
ce com.jeeplus.system.equips.service.lift.LiftService.liftAdminAuditService; nes
ted exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'liftAdminAuditService': Injection of autowired dependen
cies failed; nested exception is org.springframework.beans.factory.BeanCreationE
xception: Could not autowire field: org.activiti.engine.TaskService com.jeeplus.
system.equips.service.lift.LiftAdminAuditService.taskService; nested exception i
s org.springframework.beans.factory.BeanCreationException: Error creating bean w
ith name 'processEngine': FactoryBean threw exception on object creation; nested
exception is org.apache.ibatis.exceptions.PersistenceException:

Error querying database. Cause: java.lang.NullPointerException

The error may exist in org/activiti/db/mapping/entity/Property.xml

The error may involve org.activiti.engine.impl.persistence.entity.PropertyEn

tity.selectProperty

The error occurred while handling results

SQL: select * from ACT_GE_PROPERTY where NAME_ = ?

Cause: java.lang.NullPointerException

老是报这个错,怎么办哦?有人遇到过吗,求解。
对应的SQLserver表
图片说明

注意:其他同伴的电脑可以正常运行的

  • 写回答

5条回答 默认 最新

  • 搬运工木木 2019-06-19 19:43
    关注

    你的activiti版本和同伴的是一样的么?检查一下看看

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(4条)

报告相同问题?

悬赏问题

  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!
  • ¥15 drone 推送镜像时候 purge: true 推送完毕后没有删除对应的镜像,手动拷贝到服务器执行结果正确在样才能让指令自动执行成功删除对应镜像,如何解决?