Bonjour,

j'ai bien intégré le serveur Apache dans netbeans 6.9.1, le serveur se lance nikel,
mais lorsque je crée une application web et je voudrai la tester sur le serveur un message s'apparait comme suit : The module has not been deployed.
BUILD FAILED (total time: 38 seconds)

le log du serveur :


-------------------------------------------------------------------------------
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
[catch] at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:154)
INFO [org.netbeans.modules.tomcat5.TomcatManagerImpl]: TomcatManagerImpl connecting to: <a href="http://localhost:8080/manager/list" target="_blank">http://localhost:8080/manager/list</a>
java.io.FileNotFoundException: <a href="http://localhost:8080/manager/list" target="_blank">http://localhost:8080/manager/list</a>
        at sun.net.<a href="http://www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1311" target="_blank">http://www.protocol.http.HttpURLConn...tion.java:1311</a>)
        at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:373)
        at org.netbeans.modules.tomcat5.TomcatManagerImpl.run(TomcatManagerImpl.java:554)
Caused: java.io.FileNotFoundException: <a href="http://localhost:8080/manager/list" target="_blank">http://localhost:8080/manager/list</a>
        at sun.reflect.GeneratedConstructorAccessor183.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1368)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.net.<a href="http://www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1362" target="_blank">http://www.protocol.http.HttpURLConn...tion.java:1362</a>)
        at sun.net.<a href="http://www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1016" target="_blank">http://www.protocol.http.HttpURLConn...tion.java:1016</a>)
        at org.netbeans.modules.tomcat5.TomcatManagerImpl.run(TomcatManagerImpl.java:587)
        at org.netbeans.modules.tomcat5.TomcatManagerImpl.list(TomcatManagerImpl.java:393)
        at org.netbeans.modules.tomcat5.TomcatManager.modules(TomcatManager.java:625)
        at org.netbeans.modules.tomcat5.TomcatManager.getAvailableModules(TomcatManager.java:436)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.getAvailableTMIDsMap(TargetServer.java:403)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.checkUndeployForSharedReferences(TargetServer.java:359)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.checkUndeployForSharedReferences(TargetServer.java:308)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.checkUndeployForSharedReferences(TargetServer.java:305)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.processLastTargetModules(TargetServer.java:427)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.init(TargetServer.java:169)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:566)
        at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:172)
        at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:106)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor81.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:390)
        at org.apache.tools.ant.Target.performTasks(Target.java:411)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1366)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
        at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:281)
        at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:539)
[catch] at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:154)
INFO [org.netbeans.modules.tomcat5.TomcatManagerImpl]: TomcatManagerImpl connecting to: <a href="http://localhost:8080/manager/deploy?config=file%3A%2FD%3A%2FUsers%2FHamza%2FAppData%2FLocal%2FTemp%2Fcontext6331095620113547951.xml&path=/test" target="_blank">http://localhost:8080/manager/deploy...xml&path=/test</a>
java.io.FileNotFoundException: <a href="http://localhost:8080/manager/deploy?config=file%3A%2FD%3A%2FUsers%2FHamza%2FAppData%2FLocal%2FTemp%2Fcontext6331095620113547951.xml&path=/test" target="_blank">http://localhost:8080/manager/deploy...xml&path=/test</a>
        at sun.net.<a href="http://www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1311" target="_blank">http://www.protocol.http.HttpURLConn...tion.java:1311</a>)
        at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:373)
        at org.netbeans.modules.tomcat5.TomcatManagerImpl.run(TomcatManagerImpl.java:554)
Caused: java.io.FileNotFoundException: <a href="http://localhost:8080/manager/deploy?config=file%3A%2FD%3A%2FUsers%2FHamza%2FAppData%2FLocal%2FTemp%2Fcontext6331095620113547951.xml&path=/test" target="_blank">http://localhost:8080/manager/deploy...xml&path=/test</a>
        at sun.reflect.GeneratedConstructorAccessor183.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1368)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.net.<a href="http://www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1362" target="_blank">http://www.protocol.http.HttpURLConn...tion.java:1362</a>)
        at sun.net.<a href="http://www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1016" target="_blank">http://www.protocol.http.HttpURLConn...tion.java:1016</a>)
[catch] at org.netbeans.modules.tomcat5.TomcatManagerImpl.run(TomcatManagerImpl.java:587)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1957)
INFO [org.netbeans.modules.j2ee.deployment.impl.TargetServer]: Cannot incrementally deploy to more than one target
INFO [org.netbeans.modules.web.jsf.JSFConfigUtilities]: Total time spent = 109 ms
INFO [org.netbeans.modules.web.jsf.JSFFrameworkProvider]: Total time spent=234 ms
INFO [org.netbeans.modules.tomcat5.TomcatManagerImpl]: TomcatManagerImpl connecting to: <a href="http://localhost:8080/manager/list" target="_blank">http://localhost:8080/manager/list</a>
java.io.FileNotFoundException: <a href="http://localhost:8080/manager/list" target="_blank">http://localhost:8080/manager/list</a>
        at sun.net.<a href="http://www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1311" target="_blank">http://www.protocol.http.HttpURLConn...tion.java:1311</a>)
        at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:373)
        at org.netbeans.modules.tomcat5.TomcatManagerImpl.run(TomcatManagerImpl.java:554)
Caused: java.io.FileNotFoundException: <a href="http://localhost:8080/manager/list" target="_blank">http://localhost:8080/manager/list</a>
        at sun.reflect.GeneratedConstructorAccessor183.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1368)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.net.<a href="http://www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1362" target="_blank">http://www.protocol.http.HttpURLConn...tion.java:1362</a>)
        at sun.net.<a href="http://www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1016" target="_blank">http://www.protocol.http.HttpURLConn...tion.java:1016</a>)
        at org.netbeans.modules.tomcat5.TomcatManagerImpl.run(TomcatManagerImpl.java:587)
        at org.netbeans.modules.tomcat5.TomcatManagerImpl.list(TomcatManagerImpl.java:393)
        at org.netbeans.modules.tomcat5.TomcatManager.modules(TomcatManager.java:625)
        at org.netbeans.modules.tomcat5.TomcatManager.getAvailableModules(TomcatManager.java:436)
        at org.netbeans.modules.tomcat5.ide.TMIDResolver.lookupTargetModuleID(TMIDResolver.java:81)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.checkUndeployForSharedReferences(TargetServer.java:335)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.checkUndeployForSharedReferences(TargetServer.java:308)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.checkUndeployForSharedReferences(TargetServer.java:305)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.processLastTargetModules(TargetServer.java:427)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.init(TargetServer.java:169)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:566)
        at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:172)
        at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:106)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor81.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:390)
        at org.apache.tools.ant.Target.performTasks(Target.java:411)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1366)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
        at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:281)
        at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:539)
[catch] at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:154)
INFO [org.netbeans.modules.tomcat5.TomcatManagerImpl]: TomcatManagerImpl connecting to: <a href="http://localhost:8080/manager/list" target="_blank">http://localhost:8080/manager/list</a>
java.io.FileNotFoundException: <a href="http://localhost:8080/manager/list" target="_blank">http://localhost:8080/manager/list</a>
        at sun.net.<a href="http://www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1311" target="_blank">http://www.protocol.http.HttpURLConn...tion.java:1311</a>)
        at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:373)
        at org.netbeans.modules.tomcat5.TomcatManagerImpl.run(TomcatManagerImpl.java:554)
Caused: java.io.FileNotFoundException: <a href="http://localhost:8080/manager/list" target="_blank">http://localhost:8080/manager/list</a>
        at sun.reflect.GeneratedConstructorAccessor183.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1368)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.net.<a href="http://www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1362" target="_blank">http://www.protocol.http.HttpURLConn...tion.java:1362</a>)
        at sun.net.<a href="http://www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1016" target="_blank">http://www.protocol.http.HttpURLConn...tion.java:1016</a>)
        at org.netbeans.modules.tomcat5.TomcatManagerImpl.run(TomcatManagerImpl.java:587)
        at org.netbeans.modules.tomcat5.TomcatManagerImpl.list(TomcatManagerImpl.java:393)
        at org.netbeans.modules.tomcat5.TomcatManager.modules(TomcatManager.java:625)
        at org.netbeans.modules.tomcat5.TomcatManager.getAvailableModules(TomcatManager.java:436)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.getAvailableTMIDsMap(TargetServer.java:403)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.checkUndeployForSharedReferences(TargetServer.java:359)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.checkUndeployForSharedReferences(TargetServer.java:308)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.checkUndeployForSharedReferences(TargetServer.java:305)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.processLastTargetModules(TargetServer.java:427)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.init(TargetServer.java:169)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:566)
        at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:172)
        at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:106)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor81.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:390)
        at org.apache.tools.ant.Target.performTasks(Target.java:411)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1366)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
        at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:281)
        at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:539)
[catch] at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:154)
INFO [org.netbeans.modules.tomcat5.TomcatManagerImpl]: TomcatManagerImpl connecting to: <a href="http://localhost:8080/manager/deploy?config=file%3A%2FD%3A%2FUsers%2FHamza%2FAppData%2FLocal%2FTemp%2Fcontext450252367105475630.xml&path=/test" target="_blank">http://localhost:8080/manager/deploy...xml&path=/test</a>
java.io.FileNotFoundException: <a href="http://localhost:8080/manager/deploy?config=file%3A%2FD%3A%2FUsers%2FHamza%2FAppData%2FLocal%2FTemp%2Fcontext450252367105475630.xml&path=/test" target="_blank">http://localhost:8080/manager/deploy...xml&path=/test</a>
        at sun.net.<a href="http://www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1311" target="_blank">http://www.protocol.http.HttpURLConn...tion.java:1311</a>)
        at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:373)
        at org.netbeans.modules.tomcat5.TomcatManagerImpl.run(TomcatManagerImpl.java:554)
Caused: java.io.FileNotFoundException: <a href="http://localhost:8080/manager/deploy?config=file%3A%2FD%3A%2FUsers%2FHamza%2FAppData%2FLocal%2FTemp%2Fcontext450252367105475630.xml&path=/test" target="_blank">http://localhost:8080/manager/deploy...xml&path=/test</a>
        at sun.reflect.GeneratedConstructorAccessor183.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1368)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.net.<a href="http://www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1362" target="_blank">http://www.protocol.http.HttpURLConn...tion.java:1362</a>)
        at sun.net.<a href="http://www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1016" target="_blank">http://www.protocol.http.HttpURLConn...tion.java:1016</a>)
[catch] at org.netbeans.modules.tomcat5.TomcatManagerImpl.run(TomcatManagerImpl.java:587)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1957)
INFO [org.netbeans.modules.j2ee.deployment.impl.TargetServer]: Cannot incrementally deploy to more than one target