-
Notifications
You must be signed in to change notification settings - Fork 2
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
Beanmill freezes on selection of "delete filtered Events" if events are received. #5
Comments
Unfortunately you're right :) This is actually a known issue and is caused by the underlying lumbermill framework. We already had a look into it but could not come up with a fast solution. It seems rather complicated due to some design decision made there... Unfortunately we did not have the time to really dive in yet, however, patches are welcome :) |
BTW the best method so far (if you receive heavy load of messages) is to temporarily stop logging. Some messages may then be missing though. If "delete filtered events" is activated before the logging starts this issue should not occur, too. |
Hi, I would like to help, but already stuck at the clean/install. Either I cannot reach your repositories or some old artefacts are not found. Try to build it on a clean machine and you might see it. |
Could you post the error that you get? |
I assume that the error that you get is ssl related: the repo that we use is currently "secured" by a self-signed certificate that mvn won't accept unless you use mvn v3.0.4. We didn't have the spare money to invest in a official certificate that is also accepted by the JVM out of the box. So I suggest that you use mvn v3.0.4 to build as adding the certificate to the keystore is ... not as smooth as it should be. |
Debian Jessie, Oracle jdk 1.8.0_u25, maven 3.0.5
Debian Wheeze, Oracle jdk 1.8.0_u25, maven 3.0.4
Aren't Certificates form https://www.startssl.com enought ? |
Unfortunately not, the startssl certificates are fine for browsers, however, not for the JVM. The issue seems to be ssl related though, I'll have to create a maschine that actually runs jdk8 to test as I yesterday only had a maschine with jdk7. I'll come back to you as soon as I know more :) |
Debian Jessie,
Debian Wheeze
No change. |
are you sure that you use mvn 3.0.4? this seems pretty odd, in the meantime I tried on fresh win7/jdk8/mvn3.0.4 and on fresh deb7.7/jdk8/mvn3.0.4. Both is fine. |
May be the debian package. I think it simpler to just close the issue for now. |
Hm, don't know what you mean with debian package... And I'm really curious what is the issue here as the goal is to have any project buildable for anyone anytime (with mvn 3.0.4 currently) |
Suggestion: If this bug cannot be fixed, the "delete filtered Events" selection box should be disabled. |
A Bug that exists for a long time. Beanmill freezes if you have a producer of many log infomation (e.g. hibernate in debug mode), continually receiving these events, selecting a node and change the level to something higher (e.g. info or warning) and than select delete filtered Events.
The text was updated successfully, but these errors were encountered: