You are not logged in.
Pages: 1
j'ai fait un upgrade du plugin tracker et de son agent, lors du lancement de l'agent, je recoit un message d'erreur
../bin/perl tracker_agent.pl
Threads version: 1.67
í]OÂ0¯åWàW²v°I15~$"CêVFãÖζ ü{{
ì?n¼åfëyÏÓÓ·o³Ï,m®Ò\A
·Q«ÉD$c.Aëq|qÒo5ÏÂÑ"ËÃÆ¡ ÆCL<û
"Íb®#ig¡±§dÑX×¹ïb1ï}YxEâ ×ö;mQÛï"ghÇl70ÿÝ-
Ö¡õ¿]bÐ¥Y@oÎ#jìPxôK̲¥íűùò5å;®ì:xûA¨¿Ávº4ffÌêŲh¤lÅRð\®Vg¹FFÒõëB
¡Zç ª
÷Kÿ3K1¬W+¾ª ¦:j_qaþà辶Anìü¤rnd~Hrñ${
Use of uninitialized value $dest in string eq at
/usr/local/glpi_tracker_agent/agent_tracker/inc/communications_serveur.pm line 21 (#1)
(W uninitialized) An undefined value was used as if it were already
defined. It was interpreted as a "" or a 0, but maybe it was a mistake.
To suppress this warning assign a defined value to your variables.
To help you figure out what was undefined, perl will try to tell you the
name of the variable (if any) that was undefined. In some cases it cannot
do this, so it also tells you what operation you used the undefined value
in. Note, however, that perl optimizes your program and the operation
displayed in the warning may not necessarily appear literally in your
program. For example, "that $foo" is usually optimized into "that "
. $foo, and the warning will refer to the concatenation (.) operator,
even though there is no . in your program.
Uncaught exception from user code:
Could not find tracker_agent.xml in ./ at tracker_agent.pl line 86
at /usr/local/glpi_tracker_agent/lib/perl5/site_perl/5.10.0/XML/Simple.pm line 943
XML::Simple::find_xml_file('XML::Simple=HASH(0xa1b9d58)', 'tracker_agent.xml', './') called at /usr/local/glpi_tracker_agent/lib/perl5/site_perl/5.10.0/XML/Simple.pm line 215
XML::Simple::parse_file('XML::Simple=HASH(0xa1b9d58)', undef) called at /usr/local/glpi_tracker_agent/lib/perl5/site_perl/5.10.0/XML/Simple.pm line 171
XML::Simple::XMLin('XML::Simple=HASH(0xa1b9d58)', undef) called at tracker_agent.pl line 86
Voici ma version perl
../bin/perl -v
This is perl, v5.10.0 built for i686-linux-thread-multi
Copyright 1987-2007, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
voyez vous d'ou peut provenir le Pb
merci d'avance
GLPI 0.7.2.4
CentOs 5
Offline
oh c'est joli ça .. t'as mis tracker_agent.conf ?
Offline
oui
server=http://1xx.xxx.xxx.xxx/glpi/plugins/tracker/front/plugin_tracker.agents.diag.php
id=1
key=T4sN8VZKw45CJdMP50ZSVm7x3rO7Yy
GLPI 0.7.2.4
CentOs 5
Offline
Utilisez vous le plugin customfields? et quels plugins?
Offline
C'est une machine d'evaluation, tous les plugins sauf customfield sont installé desus
GLPI 0.7.2.4
CentOs 5
Offline
existe t'il un moyen pour debugger ce problème
merci d'avance
GLPI 0.7.2.4
CentOs 5
Offline
humm tu as un soucis de communication avec le serveur. En fait vérifie que ton agent_tracker.conf existe bien et as la bonne URL.
Offline
j'ai renomer le fichier tracker_agent.conf en old et j'ai bien le message "Config file is missing" j'ai fait un wget sur l'url contenu dans le fichier conf et pas de Pb pour retrouver l'url. voit tu d'autre point que je peut verifier
GLPI 0.7.2.4
CentOs 5
Offline
si tu vas sur la page : glpi/plugins/tracker/front/plugin_tracker.agents.diag.php
Tu as quoi?
Offline
‹óËWöØÆ¿
ca affiche ca sous IE
‹������óËWö�ØÆ¿���
et ca sous firefox
GLPI 0.7.2.4
CentOs 5
Offline
ok, donc t'as un plugin qui fait foirer tracker. faut trouver lequel
Offline
je les desactive ou je les desinstall pour tester et qu'est ce qui doit s'afficher sur la page ?
GLPI 0.7.2.4
CentOs 5
Offline
de mémoire, faut les déinstaller
Offline
tous les Plugin desinstallé tracker seul et configuré , la page est maintenant blanche lors de l'appel a l'URL mais lors de lancement de l'agent j'ai
Threads version: 1.67
Use of uninitialized value $dest in string eq at
/usr/local/glpi_tracker_agent/agent_tracker/inc/communications_serveur.pm line 19 (#1)
(W uninitialized) An undefined value was used as if it were already
defined. It was interpreted as a "" or a 0, but maybe it was a mistake.
To suppress this warning assign a defined value to your variables.
To help you figure out what was undefined, perl will try to tell you the
name of the variable (if any) that was undefined. In some cases it cannot
do this, so it also tells you what operation you used the undefined value
in. Note, however, that perl optimizes your program and the operation
displayed in the warning may not necessarily appear literally in your
program. For example, "that $foo" is usually optimized into "that "
. $foo, and the warning will refer to the concatenation (.) operator,
even though there is no . in your program.
Uncaught exception from user code:
Could not find tracker_agent.xml in ./ at ./tracker_agent.pl line 86
at /usr/local/glpi_tracker_agent/lib/perl5/site_perl/5.10.0/XML/Simple.pm line 943
XML::Simple::find_xml_file('XML::Simple=HASH(0x8c14f88)', 'tracker_agent.xml', './') called at /usr/local/glpi_tracker_agent/lib/perl5/site_perl/5.10.0/XML/Simple.pm line 215
XML::Simple::parse_file('XML::Simple=HASH(0x8c14f88)', undef) called at /usr/local/glpi_tracker_agent/lib/perl5/site_perl/5.10.0/XML/Simple.pm line 171
XML::Simple::XMLin('XML::Simple=HASH(0x8c14f88)', undef) called at ./tracker_agent.pl line 86
comme si lagent ne pouvait contacter le serveur glpi, y a t'il un moyen de veirfier que le serveur est contacté
GLPI 0.7.2.4
CentOs 5
Offline
non pas vraiment, apparement il n'arrive pas. Je ne comprend pas pourquoi ça fait ça. l'ip est la bonne? utilises tu l'authentification automatique (SSO) sur GLPI?
Offline
Ip ok
pour le sso je ne me souvient pas avoir configurer cette option, je peut verifier comment
GLPI 0.7.2.4
CentOs 5
Offline
quand tu ouvre GLPI, tu rentre ton login et mot de passe pour te connecter ou ça se connecte tout seul?
Offline
Login + pwd avec Ldap
GLPI 0.7.2.4
CentOs 5
Offline
non c'est pas ça alors... ben je n'ai pas d'idée là
Offline
Peut etre un element nouveau
j'ai fait quelque test supplementaire, j'ai installé la version glpi 7.1.6 sur machine linux qui contient la version 7.2.0. J'ai utilise l'agent 1.1.0 pour faire un discover et query des materiels reseau.
Glpi 7.1.6 + agent 1.1.0 tous est OK
Glpi 7.2.0 + agent 1.1.0 j'ai le message
./tracker_agent.pl
Name "main::value" used only once: possible typo at ./tracker_agent.pl line 155.
Threads version: 1.71
Use of uninitialized value in string eq at /usr/local/glpi716/plugins/agent_tracker/inc/functions.pm line 194.
Use of uninitialized value in string eq at /usr/local/glpi716/plugins/agent_tracker/inc/functions.pm line 194.
Could not find tracker_agent.xml in ./ at ./tracker_agent.pl line 84
cela ressemble au Pb que jai rencontre avec l'agent 1.5
GLPI 0.7.2.4
CentOs 5
Offline
Pages: 1