Erreur netbeans _ glass fish server
younsozor
Messages postés
3
Statut
Membre
-
chiheb chaieb -
chiheb chaieb -
Bonjour,
Ceci est est l'erreur que je recois quand j'essaye de demarrer le serveur glassfish sous net beans :
The Sun Java System Application Server could not start.
More information about the cause is in the Server log file.
Possible reasons include:
- IDE timeout: refresh the server node to see if it's running now.
- Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.)
- Incorrect server configuration (domain.xml to be corrected manually)
- Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).
- Invalid installation location.
See the server log for details.
Pouvez vous m'aidez a la resoudre , merci d'avance ^_^ !
Ceci est est l'erreur que je recois quand j'essaye de demarrer le serveur glassfish sous net beans :
The Sun Java System Application Server could not start.
More information about the cause is in the Server log file.
Possible reasons include:
- IDE timeout: refresh the server node to see if it's running now.
- Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.)
- Incorrect server configuration (domain.xml to be corrected manually)
- Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).
- Invalid installation location.
See the server log for details.
Pouvez vous m'aidez a la resoudre , merci d'avance ^_^ !
A voir également:
- Glassfish server, deploy, connection refused: no further information, false
- Gmail connection - Guide
- Cybera server - Télécharger - Divers Réseau & Wi-Fi
- Information d'identification réseau - Guide
- Ps3 media server - Télécharger - Divers Réseau & Wi-Fi
- Votre freebox server n'est actuellement pas connecté à internet ✓ - Forum Freebox
To solve this error , do these steps:
1) Grant privileges to write on the glassfish server installation folder. If you use Windows the path is:C:\Program Files\glassfish-4.1
2) Run C:\Program Files\glassfish-xx\bin\asadmin.bat as Administrator. Then in the console
type: start-domain
3) Clean and Build the project
4) Deploy
5) Run