Ozzarius opened a new issue, #9274: URL: https://github.com/apache/netbeans/issues/9274
### Apache NetBeans version Apache NetBeans 29 ### What happened I opened an old project that uses jstl. Previously, I ran this project on Netbeans 25-27 in Linux Mint, and everything worked fine. I installed the .deb package back then. After running builds 28-29, I couldn't save files. They opened, but trying to save changes resulted in the IDE freezing completely; only the kill command helped. I had a similar problem: when trying to save a new project, it froze on creation, and when closing the creation window, the project didn't appear in the Projects and Files window. In this case, I had to open the project using the Open icon. Finally, after a similar attempt on Ubuntu 20.04, the system returned an interesting message: regarding these libraries: truffle-compiler-24.0.0.jar, truffle-api-24.0.0.jar, lucene-core-3.6.2.jar. I decided to replace these libraries with modern versions from the Maven repository. The most interesting thing is that they are responsible for these errors: the project is created through the wizard, but it doesn't display or load. Unfortunately, the error log where the libraries are indicated has been erased. I am attaching the log that is now also causing the freeze. [messages.log](https://github.com/user-attachments/files/25999608/messages.log) ### Language / Project Type / NetBeans Component Java Ant Project and other ### How to reproduce Create a project using the Ant Project Web wizard ### Did this work correctly in an earlier version? Apache NetBeans 29 ### Operating System Linux Mint 22/ Linux Ubuntu 20.04 ### JDK Adoptium Temurin 21/25, Microsoft JDK21/25, OpenJDK 21/25 ### Apache NetBeans packaging Apache NetBeans binary zip ### Anything else **The personal data in the log is non-critical, the computer is used in closed development, and the data is considered anonymized.** ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
