apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.63k stars 841 forks source link

to run Spring web mvc #7660

Open Hasleyprincess opened 1 month ago

Hasleyprincess commented 1 month ago

Apache NetBeans version

Apache NetBeans 22

What happened

i'm creating a spring web mvc and to check if it work well i'm running it but i'm getting the error mesage look like this FAIL - Deployed application at context path [/SpringPro] but context failed to start C:\Users\user\OneDrive\Documents\NetBeansProjects\SpringPro\nbproject\build-impl.xml:1060: The module has not been deployed. See the server log for details. BUILD FAILED (total time: 4 seconds) i'm using apache netbean version 20 and i don't think that the apache is the problem but may there may be some dependencies i don't have in my IDE cause the server is correctly configured also , i'm using apache tomcat server and before change anything when you create a new project the web.xml and applicationContext.xml files i think are correctly defined well hhelp me to solve this issues

Language / Project Type / NetBeans Component

java with ant /java web/web application

How to reproduce

there's also a time i get this message error said that "Deployment descriptor contains errors, spring framework has to be manually configured there!" my be this could help you to know what's wrong also

Did this work correctly in an earlier version?

Apache NetBeans 18

Operating System

i'm using window 11

JDK

jdk17

Apache NetBeans packaging

Own source build, Apache NetBeans platform

Anything else

nothing else all i want is the help to solve the issue

Are you willing to submit a pull request?

Yes