You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens sometimes while running syncher-web with mvn jetty:start and then running mvn exec:java -Dexec.mainClass="pt.ist.Main" in the syncher-main;
Talking with @jcarvalho, I got to know that this error only happens when an instance of a fenix-framework app that is sharing a database with another (which is the case) cannot load an instance because a class has disappeared/is unknown to that apps DML.
Thus, we think the culprit is the fact that the scheduler classes exist only in the syncher-web through the dependence that is explicitly declared in the syncher-web-restserver but not on the syncher-main
The text was updated successfully, but these errors were encountered:
This happens sometimes while running
syncher-web
withmvn jetty:start
and then runningmvn exec:java -Dexec.mainClass="pt.ist.Main"
in thesyncher-main
;Talking with @jcarvalho, I got to know that this error only happens when an instance of a fenix-framework app that is sharing a database with another (which is the case) cannot load an instance because a class has disappeared/is unknown to that apps DML.
Thus, we think the culprit is the fact that the scheduler classes exist only in the
syncher-web
through the dependence that is explicitly declared in thesyncher-web-restserver
but not on thesyncher-main
The text was updated successfully, but these errors were encountered: