OpenWIS / openwis

http://openwis.github.io/openwis
GNU General Public License v3.0
11 stars 15 forks source link

WildFly management-service ERRORS in server.log #325

Closed yvesgoupil closed 3 years ago

yvesgoupil commented 4 years ago

10 errors occur systematically at management-service deployment and during Wildfly start. These errors do not block the data-service and management-service operations.

2020-05-13 14:16:54,810 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000112: Getters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.date 2020-05-13 14:16:54,810 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000243: Setters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.date 2020-05-13 14:16:54,810 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000112: Getters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.message 2020-05-13 14:16:54,810 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000243: Setters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.message 2020-05-13 14:16:54,810 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000112: Getters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.module 2020-05-13 14:16:54,810 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000243: Setters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.module 2020-05-13 14:16:54,810 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000112: Getters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.severity 2020-05-13 14:16:54,810 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000243: Setters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.severity 2020-05-13 14:16:54,811 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000112: Getters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.source 2020-05-13 14:16:54,811 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000243: Setters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.source

solson-nws commented 3 years ago

@hacenesh : @yvesgoupil and @mgiannoni see this in their OpenWIS 3.15 deployments. Do you see this behavior in your OpenWIS 3.15 release and deployment? How do you suggest fixing this?

solson-nws commented 3 years ago

This ticket can be closed. This work becomes part of the revised middleware RFP.