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

Console logs: High water mark must be greater than low water mark #1262

Open
guw opened this issue Mar 21, 2024 · 0 comments
Open

Console logs: High water mark must be greater than low water mark #1262

guw opened this issue Mar 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@guw
Copy link

guw commented Mar 21, 2024

I see the following in users logs quite frequently:

!ENTRY org.eclipse.ui.console 4 120 2024-03-19 16:53:40.505
!MESSAGE An exception occurred during console notification
!STACK 0
java.lang.IllegalArgumentException: High water mark must be greater than low water mark
	at org.eclipse.ui.console.IOConsole.setWaterMarks(IOConsole.java:250)
	at org.eclipse.debug.internal.ui.views.console.ProcessConsole.init(ProcessConsole.java:575)
	at org.eclipse.ui.console.AbstractConsole.initialize(AbstractConsole.java:242)
	at org.eclipse.ui.console.AbstractConsole$Lifecycle.consolesAdded(AbstractConsole.java:64)
	at org.eclipse.ui.internal.console.ConsoleManager$ConsoleNotifier.run(ConsoleManager.java:153)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:47)
	at org.eclipse.ui.internal.console.ConsoleManager$ConsoleNotifier.notify(ConsoleManager.java:174)
	at org.eclipse.ui.internal.console.ConsoleManager.fireUpdate(ConsoleManager.java:251)
	at org.eclipse.ui.internal.console.ConsoleManager.addConsoles(ConsoleManager.java:218)
	at org.eclipse.debug.internal.ui.views.console.ProcessConsoleManager$ConsoleCreation.run(ProcessConsoleManager.java:78)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

Can the log message be improved to indicate what is contributing to the problem? Just logging it does not seem helpful.

@guw guw added the enhancement New feature or request label Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant