Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sync] - 'Randomly' an Error with message: 'Could not allocate a domain object because of an exception' is thrown #39

Open
joantune opened this issue Jul 31, 2013 · 0 comments
Labels

Comments

@joantune
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant