Probleme tomcat "already in use" avec ne

Fermé
MIDO_MIDO Messages postés 37 Date d'inscription mercredi 18 mars 2009 Statut Membre Dernière intervention 31 mars 2009 - 23 mars 2009 à 14:51
MIDO_MIDO Messages postés 37 Date d'inscription mercredi 18 mars 2009 Statut Membre Dernière intervention 31 mars 2009 - 23 mars 2009 à 23:00
Bonjour,
j'ai un problème j'essaye de compiler une page jsp affichant juste hello world avec tomcat 5.5 mais ça marche pas, je travail avec netbeans 6.5

23 mars 2009 14:31:46 org.apache.catalina.startup.Catalina start
GRAVE: Catalina.start: 
LifecycleException:  Aucun composant base de données utilisateurs trouvé pour la clef UserDatabase
        at org.apache.catalina.realm.UserDatabaseRealm.start(UserDatabaseRealm.java:261)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1006)
        at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
        at org.apache.catalina.core.StandardService.start(StandardService.java:448)
        at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
23 mars 2009 14:31:46 org.apache.catalina.startup.Catalina start
INFO: Server startup in 259 ms



et

init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
Starting of Tomcat failed, the server port 8080 is already in use.
C:\Users\HF\Documents\NetBeansProjects\WebApplication1\nbproject\build-impl.xml:545: Deployment error:
Starting of Tomcat failed, the server port 8080 is already in use.
See the server log for details.
BUILD FAILED (total time: 4 seconds)
A voir également:

19 réponses

Nabla's Messages postés 18203 Date d'inscription mercredi 4 juin 2008 Statut Contributeur Dernière intervention 28 avril 2014 3 192
23 mars 2009 à 15:01
dans l'invite de commande (menu demarrer, et accessoirs je pense)
1
MIDO_MIDO Messages postés 37 Date d'inscription mercredi 18 mars 2009 Statut Membre Dernière intervention 31 mars 2009 5
23 mars 2009 à 19:11
peut etre que c'est oracle qui utilise le port car quand j'ai fait ca 127.0.0.1:8080 y a une page de oracle qui c'est ouverte
comment on peut changer le port de tomcat dans server.xml
1
MIDO_MIDO Messages postés 37 Date d'inscription mercredi 18 mars 2009 Statut Membre Dernière intervention 31 mars 2009 5
23 mars 2009 à 19:49
rien j'ai désinstaller oracle mais ca donne rien
1
MIDO_MIDO Messages postés 37 Date d'inscription mercredi 18 mars 2009 Statut Membre Dernière intervention 31 mars 2009 5
23 mars 2009 à 23:00
svp de l'aide c'est vraiment tres urgent
1

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
Nabla's Messages postés 18203 Date d'inscription mercredi 4 juin 2008 Statut Contributeur Dernière intervention 28 avril 2014 3 192
23 mars 2009 à 14:53
le port 8080 est deja utilisé par une auter application

essayes de redémarrer on ordi (on ne sais jamais, un tomcat mal arreté peut faire ca.

sinon, fais un netstat -a -b pour voir quel prog utilise le port 8080
0
MIDO_MIDO Messages postés 37 Date d'inscription mercredi 18 mars 2009 Statut Membre Dernière intervention 31 mars 2009 5
23 mars 2009 à 14:55
j'ai redémarrer mais ca donne rien
j'écris ca netstat -a -b ou svp ?
0
MIDO_MIDO Messages postés 37 Date d'inscription mercredi 18 mars 2009 Statut Membre Dernière intervention 31 mars 2009 5
23 mars 2009 à 15:06
j'ai ecris netstat -a -b voila ce que j'ai
Microsoft Windows [version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. Tous droits réservés.

C:\Users\HF>netstat -a -b
L'opération demandée nécessite une élévation.
0
Nabla's Messages postés 18203 Date d'inscription mercredi 4 juin 2008 Statut Contributeur Dernière intervention 28 avril 2014 3 192
23 mars 2009 à 15:10
il faut utiliser le compte administrateur de ton ordinateur pour le faire
0
MIDO_MIDO Messages postés 37 Date d'inscription mercredi 18 mars 2009 Statut Membre Dernière intervention 31 mars 2009 5
23 mars 2009 à 15:14
je suis l'administrateur comme vous voyer sur l'image
http://img12.imageshack.us/img12/6265/capturerqto.jpg
0
Nabla's Messages postés 18203 Date d'inscription mercredi 4 juin 2008 Statut Contributeur Dernière intervention 28 avril 2014 3 192
23 mars 2009 à 15:15
bon, ben je sais pas pour prendre les droits, mais en tout cas, le pb vien bien d'un logiciel qui utilise le port 8080
Starting of Tomcat failed, the server port 8080 is already in use.
0
MIDO_MIDO Messages postés 37 Date d'inscription mercredi 18 mars 2009 Statut Membre Dernière intervention 31 mars 2009 5
23 mars 2009 à 15:27
j'ai trouver il fallait decocher un truc et redémarrer voila ce que j'ai apres avoir tapper netstat -a -b

  TCP    127.0.0.1:49195        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49197        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49199        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49201        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49203        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49205        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49207        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49209        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49210        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49213        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49215        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49216        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49219        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49221        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49223        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49225        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49226        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49229        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49231        PC-de-HF:30606         CLOSE_WAIT
 [firefox.exe]
  TCP    127.0.0.1:49233        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49235        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49237        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49239        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49241        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49242        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49247        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49249        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49251        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49253        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49255        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49257        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49259        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49261        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49263        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49265        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49267        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49269        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49271        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49273        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49275        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49277        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49279        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49281        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49283        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49285        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49287        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49289        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49291        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49293        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49295        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49297        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49299        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49301        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49303        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49305        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49307        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49309        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49311        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49313        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49315        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49317        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49319        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49321        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49323        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49325        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49327        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49329        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49331        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49333        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49335        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49337        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49339        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49341        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49343        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49345        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49347        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49349        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49351        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49353        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49355        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49357        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49359        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49361        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49363        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    192.168.1.65:139       PC-de-HF:0             LISTENING

 Impossible d'obtenir les informations de propriétaire

x : échec de l'initialisation des sockets Windows : 5
  TCP    192.168.1.65:1521      PC-de-HF:49159         ESTABLISHED
 [tnslsnr.exe]
  TCP    192.168.1.65:49159     PC-de-HF:1521          ESTABLISHED
 [ORACLE.EXE]
  TCP    192.168.1.65:49172     77.67.19.83:http       TIME_WAIT
  TCP    192.168.1.65:49182     77.67.19.83:http       TIME_WAIT
  TCP    192.168.1.65:49184     77.67.19.83:http       TIME_WAIT
  TCP    192.168.1.65:49186     77.67.19.83:http       TIME_WAIT
  TCP    192.168.1.65:49192     77.67.19.83:http       TIME_WAIT
  TCP    192.168.1.65:49194     77.67.19.83:http       TIME_WAIT
  TCP    192.168.1.65:49196     77.67.19.83:http       TIME_WAIT
  TCP    192.168.1.65:49198     77.67.19.83:http       TIME_WAIT
  TCP    192.168.1.65:49202     server1:http           TIME_WAIT
  TCP    192.168.1.65:49211     www:http               TIME_WAIT
  TCP    192.168.1.65:49214     ey-in-f101:http        TIME_WAIT
  TCP    192.168.1.65:49217     cluster:http           TIME_WAIT
  TCP    192.168.1.65:49218     cluster:http           TIME_WAIT
  TCP    192.168.1.65:49220     cluster:http           TIME_WAIT
  TCP    192.168.1.65:49222     cluster:http           TIME_WAIT
  TCP    192.168.1.65:49224     marine:http            TIME_WAIT
  TCP    192.168.1.65:49227     marine:http            TIME_WAIT
  TCP    192.168.1.65:49228     marine:http            TIME_WAIT
  TCP    192.168.1.65:49244     www:http               ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49248     server1:http           TIME_WAIT
  TCP    192.168.1.65:49250     server1:http           TIME_WAIT
  TCP    192.168.1.65:49252     server1:http           TIME_WAIT
  TCP    192.168.1.65:49266     server1:http           TIME_WAIT
  TCP    192.168.1.65:49268     server1:http           TIME_WAIT
  TCP    192.168.1.65:49274     ey-in-f103:http        ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49276     ey-in-f165:http        TIME_WAIT
  TCP    192.168.1.65:49282     www:http               TIME_WAIT
  TCP    192.168.1.65:49286     www:http               TIME_WAIT
  TCP    192.168.1.65:49292     ey-in-f157:http        ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49298     www:http               TIME_WAIT
  TCP    192.168.1.65:49300     ey-in-f157:http        TIME_WAIT
  TCP    192.168.1.65:49302     server1:http           ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49304     server1:http           ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49306     server1:http           ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49308     server1:http           ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49310     server1:http           ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49312     server1:http           ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49316     ey-in-f157:http        ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49318     ey-in-f157:http        ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49322     ey-in-f165:http        ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49324     ey-in-f165:http        TIME_WAIT
  TCP    192.168.1.65:49328     ey-in-f165:http        ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49330     77.67.20.42:http       ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49336     77.67.20.10:http       ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49340     www:http               ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49342     www:http               LAST_ACK
 [ekrn.exe]
  TCP    192.168.1.65:49344     www:http               ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49346     www:http               ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49348     www:http               ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49350     www:http               ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49352     www:http               ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49354     www:http               ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49356     77.67.20.57:http       ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49358     www:http               ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49360     www:http               SYN_SENT
 [ekrn.exe]
  TCP    192.168.1.65:49362     www:http               SYN_SENT
 [ekrn.exe]
  TCP    192.168.1.65:49364     www:http               SYN_SENT
 [ekrn.exe]
  TCP    [::]:135               PC-de-HF:0             LISTENING
  RpcSs
 [svchost.exe]
  TCP    [::]:445               PC-de-HF:0             LISTENING

 Impossible d'obtenir les informations de propriétaire

x : échec de l'initialisation des sockets Windows : 5
  TCP    [::]:5357              PC-de-HF:0             LISTENING

 Impossible d'obtenir les informations de propriétaire

x : échec de l'initialisation des sockets Windows : 5
  TCP    [::]:8001              PC-de-HF:0             LISTENING

 Impossible d'obtenir les informations de propriétaire

x : échec de l'initialisation des sockets Windows : 5
  TCP    [::]:49152             PC-de-HF:0             LISTENING
 [wininit.exe]
  TCP    [::]:49153             PC-de-HF:0             LISTENING
  Eventlog
 [svchost.exe]
  TCP    [::]:49154             PC-de-HF:0             LISTENING
  Schedule
 [svchost.exe]
  TCP    [::]:49155             PC-de-HF:0             LISTENING
 [lsass.exe]
  TCP    [::]:49160             PC-de-HF:0             LISTENING
 [services.exe]
  TCP    [::1]:30606            PC-de-HF:0             LISTENING
 [ekrn.exe]
  TCP    [::1]:49162            PC-de-HF:8001          TIME_WAIT
  UDP    0.0.0.0:123            *:*
  W32Time
 [svchost.exe]
  UDP    0.0.0.0:500            *:*
  IKEEXT
 [svchost.exe]
  UDP    0.0.0.0:4500           *:*
  IKEEXT
 [svchost.exe]
  UDP    0.0.0.0:5355           *:*
  Dnscache
 [svchost.exe]
  UDP    0.0.0.0:51493          *:*
 [VCSW.exe]
  UDP    127.0.0.1:1900         *:*
  SSDPSRV
 [svchost.exe]
  UDP    127.0.0.1:53094        *:*
  SSDPSRV
 [svchost.exe]
  UDP    192.168.1.65:137       *:*

 Impossible d'obtenir les informations de propriétaire

x : échec de l'initialisation des sockets Windows : 5
  UDP    192.168.1.65:138       *:*

 Impossible d'obtenir les informations de propriétaire

x : échec de l'initialisation des sockets Windows : 5
  UDP    192.168.1.65:1900      *:*
  SSDPSRV
 [svchost.exe]
  UDP    192.168.1.65:1900      *:*
 [VCSW.exe]
  UDP    [::]:123               *:*
  W32Time
 [svchost.exe]
  UDP    [::]:500               *:*
  IKEEXT
 [svchost.exe]
  UDP    [::]:5355              *:*
  Dnscache
 [svchost.exe]
  UDP    [::1]:1900             *:*
  SSDPSRV
 [svchost.exe]
  UDP    [::1]:53093            *:*
  SSDPSRV
 [svchost.exe]
  UDP    [fe80::20a4:1a0f:3f57:febe%15]:1900  *:*
  SSDPSRV
 [svchost.exe]
  UDP    [fe80::540d:424b:12b7:440%10]:1900  *:*
  SSDPSRV
 [svchost.exe]
  UDP    [fe80::9992:e844:987b:adf6%11]:1900  *:*
  SSDPSRV
 [svchost.exe]

C:\Users\HF>
0
Nabla's Messages postés 18203 Date d'inscription mercredi 4 juin 2008 Statut Contributeur Dernière intervention 28 avril 2014 3 192
23 mars 2009 à 15:35
il n'y a pas tout ...

fais
netstat -a -b>c:\pour_nabla.txt

une fois fini, copies colles le contenu du fichier "pour_nabla" qui sera dans ton disque dur C
0
MIDO_MIDO Messages postés 37 Date d'inscription mercredi 18 mars 2009 Statut Membre Dernière intervention 31 mars 2009 5
23 mars 2009 à 15:45
ca marche pas , ca donne ca:
Microsoft Windows [version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. Tous droits réservés.

C:\Users\HF>netstat -a -b> c:\pour_nabla.txt

x : échec de l'initialisation des sockets Windows : 5

x : échec de l'initialisation des sockets Windows : 5

x : échec de l'initialisation des sockets Windows : 5
^C
C:\Users\HF>
0
Nabla's Messages postés 18203 Date d'inscription mercredi 4 juin 2008 Statut Contributeur Dernière intervention 28 avril 2014 3 192
23 mars 2009 à 15:49
et en faisant
netstat -a -b >"c:\pour_nabla.txt"

??
0
MIDO_MIDO Messages postés 37 Date d'inscription mercredi 18 mars 2009 Statut Membre Dernière intervention 31 mars 2009 5
23 mars 2009 à 15:53
cette solution netstat -a -b >"c:\pour_nabla.txt" a donner la même chose
j'ai essayer ca netstat -a -b >c :\ "pour_nabla.txt" ca a donner ca dans le fichier pour_nabla sous le c:
Connexions actives

  Proto  Adresse locale         Adresse distante       tat
  TCP    0.0.0.0:135            PC-de-HF:0             LISTENING
  RpcSs
 [svchost.exe]
  TCP    0.0.0.0:445            PC-de-HF:0             LISTENING

 Impossible d'obtenir les informations de propri‚taire
  TCP    0.0.0.0:1521           PC-de-HF:0             LISTENING
 [tnslsnr.exe]
  TCP    0.0.0.0:3306           PC-de-HF:0             LISTENING
 [mysqld-nt.exe]
  TCP    0.0.0.0:5357           PC-de-HF:0             LISTENING

 Impossible d'obtenir les informations de propri‚taire
  TCP    0.0.0.0:8009           PC-de-HF:0             LISTENING
 [tomcat5.exe]
  TCP    0.0.0.0:8080           PC-de-HF:0             LISTENING
 [tomcat5.exe]
  TCP    0.0.0.0:49152          PC-de-HF:0             LISTENING
 [wininit.exe]
  TCP    0.0.0.0:49153          PC-de-HF:0             LISTENING
  Eventlog
 [svchost.exe]
  TCP    0.0.0.0:49154          PC-de-HF:0             LISTENING
  Schedule
 [svchost.exe]
  TCP    0.0.0.0:49155          PC-de-HF:0             LISTENING
 [lsass.exe]
  TCP    0.0.0.0:49158          PC-de-HF:0             LISTENING
 [ORACLE.EXE]
  TCP    0.0.0.0:49160          PC-de-HF:0             LISTENING
 [services.exe]
  TCP    0.0.0.0:51493          PC-de-HF:0             LISTENING
 [VCSW.exe]
  TCP    127.0.0.1:4664         PC-de-HF:0             LISTENING
 [GoogleDesktop.exe]
  TCP    127.0.0.1:8005         PC-de-HF:0             LISTENING
 [tomcat5.exe]
  TCP    127.0.0.1:8080         PC-de-HF:0             LISTENING
 [tnslsnr.exe]
  TCP    127.0.0.1:30606        PC-de-HF:0             LISTENING
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49171         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49175         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49178         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49223         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49301         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49303         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49305         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49307         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49309         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49317         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49347         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49363         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49364         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49365         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49375         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49383         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49384         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49389         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49393         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49395         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49398         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49403         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49405         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49413         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49416         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49419         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49423         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49425         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49427         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49429         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49430         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49432         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49435         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49437         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49449         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49461         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49463         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49467         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49468         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49469         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49470         TIME_WAIT
  TCP    127.0.0.1:30606        PC-de-HF:49479         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49481         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49482         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49485         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49487         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49489         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49491         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:30606        PC-de-HF:49493         ESTABLISHED
 [ekrn.exe]
  TCP    127.0.0.1:49156        PC-de-HF:0             LISTENING
 [tnslsnr.exe]
  TCP    127.0.0.1:49167        PC-de-HF:49168         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49168        PC-de-HF:49167         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49169        PC-de-HF:49170         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49170        PC-de-HF:49169         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49171        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49175        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49178        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49183        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49223        PC-de-HF:30606         ESTABLISHED
 [jusched.exe]
  TCP    127.0.0.1:49301        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49303        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49305        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49307        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49309        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49311        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49317        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49331        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49332        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49333        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49334        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49335        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49336        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49337        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49338        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49339        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49340        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49341        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49342        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49343        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49344        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49345        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49346        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49349        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49350        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49351        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49353        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49354        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49355        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49356        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49357        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49358        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49359        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49360        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49361        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49362        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49369        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49370        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49371        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49372        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49373        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49374        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49375        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49377        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49379        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49381        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49382        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49387        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49390        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49395        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49397        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49401        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49402        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49407        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49409        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49410        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49411        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49412        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49415        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49423        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49439        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49440        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49441        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49443        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49444        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49445        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49446        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49447        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49448        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49451        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49452        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49453        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49454        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49455        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49456        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49457        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49458        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49459        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49460        PC-de-HF:8080          TIME_WAIT
  TCP    127.0.0.1:49465        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49477        PC-de-HF:30606         TIME_WAIT
  TCP    127.0.0.1:49479        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49481        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49482        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49485        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49487        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49489        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49491        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    127.0.0.1:49493        PC-de-HF:30606         ESTABLISHED
 [firefox.exe]
  TCP    192.168.1.65:139       PC-de-HF:0             LISTENING

 Impossible d'obtenir les informations de propri‚taire
  TCP    192.168.1.65:1521      PC-de-HF:49159         ESTABLISHED
 [tnslsnr.exe]
  TCP    192.168.1.65:49159     PC-de-HF:1521          ESTABLISHED
 [ORACLE.EXE]
  TCP    192.168.1.65:49172     77.67.19.89:http       ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49176     77.67.19.89:http       ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49179     77.67.19.89:http       ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49224     a92-122-213-72:http    ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49234     PC-de-HF:49237         ESTABLISHED
 [ORACLE.EXE]
  TCP    192.168.1.65:49237     PC-de-HF:49234         ESTABLISHED
 [tnslsnr.exe]
  TCP    192.168.1.65:49302     77.67.19.89:http       ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49304     77.67.19.89:http       ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49306     77.67.19.89:http       ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49308     77.67.19.89:http       ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49310     77.67.19.83:http       ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49312     77.67.19.83:http       TIME_WAIT
  TCP    192.168.1.65:49318     ew-in-f113:http        ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49376     77.67.19.83:http       ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49396     a92-122-212-235:http   ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49400     208.94.2.40:http       TIME_WAIT
  TCP    192.168.1.65:49418     host4:http             TIME_WAIT
  TCP    192.168.1.65:49424     ey-in-f104:http        ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49480     host4:http             SYN_SENT
 [ekrn.exe]
  TCP    192.168.1.65:49483     host4:http             SYN_SENT
 [ekrn.exe]
  TCP    192.168.1.65:49484     host4:http             SYN_SENT
 [ekrn.exe]
  TCP    192.168.1.65:49486     host4:http             SYN_SENT
 [ekrn.exe]
  TCP    192.168.1.65:49488     host4:http             SYN_SENT
 [ekrn.exe]
  TCP    192.168.1.65:49490     host4:http             SYN_SENT
 [ekrn.exe]
  TCP    192.168.1.65:49492     ey-in-f164:http        ESTABLISHED
 [ekrn.exe]
  TCP    192.168.1.65:49494     ey-in-f155:http        ESTABLISHED
 [ekrn.exe]
  TCP    [::]:135               PC-de-HF:0             LISTENING
  RpcSs
 [svchost.exe]
  TCP    [::]:445               PC-de-HF:0             LISTENING

 Impossible d'obtenir les informations de propri‚taire
  TCP    [::]:5357              PC-de-HF:0             LISTENING

 Impossible d'obtenir les informations de propri‚taire
  TCP    [::]:8009              PC-de-HF:0             LISTENING
 [tomcat5.exe]
  TCP    [::]:8080              PC-de-HF:0             LISTENING
 [tomcat5.exe]
  TCP    [::]:49152             PC-de-HF:0             LISTENING
 [wininit.exe]
  TCP    [::]:49153             PC-de-HF:0             LISTENING
  Eventlog
 [svchost.exe]
  TCP    [::]:49154             PC-de-HF:0             LISTENING
  Schedule
 [svchost.exe]
  TCP    [::]:49155             PC-de-HF:0             LISTENING
 [lsass.exe]
  TCP    [::]:49160             PC-de-HF:0             LISTENING
 [services.exe]
  TCP    [::1]:30606            PC-de-HF:0             LISTENING
 [ekrn.exe]
  TCP    [::1]:49220            PC-de-HF:0             LISTENING
 [java.exe]
  UDP    0.0.0.0:123            *:*                    
  W32Time
 [svchost.exe]
  UDP    0.0.0.0:500            *:*                    
  IKEEXT
 [svchost.exe]
  UDP    0.0.0.0:4500           *:*                    
  IKEEXT
 [svchost.exe]
  UDP    0.0.0.0:5355           *:*                    
  Dnscache
 [svchost.exe]
  UDP    0.0.0.0:51493          *:*                    
 [VCSW.exe]
  UDP    127.0.0.1:1900         *:*                    
  SSDPSRV
 [svchost.exe]
  UDP    127.0.0.1:57851        *:*                    
 [wmpnetwk.exe]
  UDP    127.0.0.1:57967        *:*                    
  SSDPSRV
 [svchost.exe]
  UDP    192.168.1.65:137       *:*                    

 Impossible d'obtenir les informations de propri‚taire
  UDP    192.168.1.65:138       *:*                    

 Impossible d'obtenir les informations de propri‚taire
  UDP    192.168.1.65:1900      *:*                    
 [VCSW.exe]
  UDP    192.168.1.65:1900      *:*                    
  SSDPSRV
 [svchost.exe]
  UDP    [::]:123               *:*                    
  W32Time
 [svchost.exe]
  UDP    [::]:500               *:*                    
  IKEEXT
 [svchost.exe]
  UDP    [::]:5355              *:*                    
  Dnscache
 [svchost.exe]
  UDP    [::1]:1900             *:*                    
  SSDPSRV
 [svchost.exe]
  UDP    [::1]:57966            *:*                    
  SSDPSRV
 [svchost.exe]
  UDP    [fe80::207e:11c6:3f57:febe%15]:1900  *:*                    
  SSDPSRV
 [svchost.exe]
  UDP    [fe80::540d:424b:12b7:440%10]:1900  *:*                    
  SSDPSRV
 [svchost.exe]
  UDP    [fe80::9992:e844:987b:adf6%11]:1900  *:*                    
  SSDPSRV
 [svchost.exe]
0
Nabla's Messages postés 18203 Date d'inscription mercredi 4 juin 2008 Statut Contributeur Dernière intervention 28 avril 2014 3 192
23 mars 2009 à 15:55
ici:
TCP 0.0.0.0:8009 PC-de-HF:0 LISTENING
[tomcat5.exe]
TCP 0.0.0.0:8080 PC-de-HF:0 LISTENING
[tomcat5.exe]

on voit que tu as deja un serveur tomcat de lancé....

si tu n'arrives pas a l'arreter, fais le depuis le gestionnaire de taches (ctrl + alt + suppr)
0
MIDO_MIDO Messages postés 37 Date d'inscription mercredi 18 mars 2009 Statut Membre Dernière intervention 31 mars 2009 5
23 mars 2009 à 15:58
voila j'ai fait ctrl+alt+supp -> processus -> selectionner tomcat et arreter le processus
puis j'ai fais quoi svp ?
merci de prendre de votre temps pour m'aider
0
Nabla's Messages postés 18203 Date d'inscription mercredi 4 juin 2008 Statut Contributeur Dernière intervention 28 avril 2014 3 192
23 mars 2009 à 16:05
ben ensuite, tu réessayes de faire ce qui merdais plus haut. Tu n'aura plus le message
Starting of Tomcat failed, the server port 8080 is already in use.
0
MIDO_MIDO Messages postés 37 Date d'inscription mercredi 18 mars 2009 Statut Membre Dernière intervention 31 mars 2009 5
23 mars 2009 à 16:19
ben non ca marche pas encore voila ce que j'ai
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
Starting of Tomcat failed, the server port 8080 is already in use.
C:\Users\HF\Documents\NetBeansProjects\WebApplication1\nbproject\build-impl.xml:545: Deployment error:
Starting of Tomcat failed, the server port 8080 is already in use.
See the server log for details.
BUILD FAILED (total time: 4 seconds)


si voila quelques screenshot de mon application peut etre qu'il faut changer quelques chose dans netbeans 6.5 svp c'est vraiment tres important
http://img16.imageshack.us/img16/4292/39435590.jpg
http://img16.imageshack.us/img16/1776/12573511.jpg
http://img211.imageshack.us/img211/2875/82247631.jpg
http://img21.imageshack.us/img21/1241/66903272.jpg
http://img21.imageshack.us/img21/2662/51072730.jpg
http://img7.imageshack.us/img7/4396/81845804.jpg
http://img7.imageshack.us/img7/2523/86577902.jpg
http://img7.imageshack.us/img7/9463/82796379.jpg
0