-
Notifications
You must be signed in to change notification settings - Fork 874
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
Since some weeks tasks in my NB development environment do not end any more. #5147
Comments
uigestures.txt |
You have to clean up your user/cache dirs. There is no way around that. |
Can I at least somehow extract / restore the ProjectGroups configurations ? That problem occurred all over sudden and might occur again in the future. Netbeans for me is clearly the best Java development tool. |
You might take a chance saving/restoring the content of |
JFindNBPrefsNulls.zip I first removed the uihandler.properties and restarted - same problem, same message with the u0000 codepoint I guess this happens, when somehow Windows FS is broken or a 'switch off' is required when netbeans is trying to store the prefs. Take the code and maybe improve NB to find a broken prefs instead of letting the user getting mad when unexpected exceptions happen and its unlear, what is the outcome ... |
Apache NetBeans version
Apache NetBeans 16
What happened
Since some weeks tasks in my NB development environment do not end any more.
Instead the status line shows e.g. '12 more'. If i click that message the tasks (debugger, clean build, etc) are shown with the indeterminate progress bar. A click in the 'cancel' button doesnt help. Instead closing NB that list of tasks is presented to the user to be finished. After confirm, NB shuts down and the tasklist is shown again for confirmation
This was observed in NB 12.5 which I used for years and never had such problem.
I update the NB16 (and took over the configuration) - Same problem
I was checking the IDE Log and found a message
java.lang.IllegalArgumentException: Key contains code point U+0000
Notification says, there is an unexpected Exception (each time clean build or debugger or run was finished
messages.log
How to reproduce
I guess this is a 'broken' configuration issue - No way to reproduce ...
I have a lot of projects, which I am working on frequently.
The option to remove the 'Roaming/Netbeans' folder would be most annoying, because I would need to setup the configuration full again (will be a pain)
Did this work correctly in an earlier version?
Apache NetBeans 12.6 or earlier
Operating System
Windows 10
JDK
OpenJDK 15
Apache NetBeans packaging
Apache NetBeans provided installer
Anything else
Happens for each task done in the netbeans
Are you willing to submit a pull request?
No
Code of Conduct
Yes
The text was updated successfully, but these errors were encountered: