MdRuhulHussain opened a new issue, #6299: URL: https://github.com/apache/netbeans/issues/6299
### Apache NetBeans version Apache NetBeans 18 ### What happened Since tomcat server failed to restart throwing error that port 8080 is already in used, I tried killing the process id running on port 8080, using netstat command. Below are the problems occurred after that. 1. Netbeans got closed 2. When I reopened the netbeans, that particular project on which I was working, was not in the Projects pane of Netbeans. 3. When I tried opening the project by selecting the project folder from netbeans File -> open project option, the project didn't open and throwing error as - web pages folder not found. check the project properties. I check the project properties in the nbproject folder and I corrected the required properties - i.e updated the web directory value etc. and then I tried opening the project again, This time it didn't threw that web pages folder not found error, but it threw some other error as failed to execute <projectDir>/setup. 4. I tried all the ways people have suggested on stackoverflow. Nothing worked for me, except creating a new project and then copying the source code and dependencies from my existing project directory. ### How to reproduce Not sure how to reproduce, But in my case the project got disappeared when I killed the tomcat process id and the netbeans got closed. And I faced this problem 2 times. ### Did this work correctly in an earlier version? No / Don't know ### Operating System windows 10 ### JDK 11 ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else _No response_ ### 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
