Historique de la page
...
You have to unset the DISPLAY environment variable before launching the application, as shown on the helpdesk.sh script (cf 03 Administration ):
| Bloc de code |
|---|
unset DISPLAY |
There are unused things in the database
...
- be sure that the outgoing email is correctly configured (see Configuring outgoing email) and test with the ant task test-smtp.
- watch carefully the log files.
- be sure that the LDAP attribute that corresponds to the users' email address (property ldap.emailAttribute) is retrieved by LDAP extractions (property ldap.attributes).
Images are not displayed in statistics
Description : No images displayed and in the logs, you see "Can't connect to X11 window server using 'localhost:14.0' as the value of the DISPLAY variable".
Solution : The helpdesk application was launched with a DISPLAY variable positionned and this display is no more available for application. Execute the batch command "unset DISPLAY" before launching the application as showned in the administration script at 03 Administration.