] 50) to Broker/Job
Jan 10 20:25:47 debug 1 AliEn::SOAP -> Calling it directly Jan 10 20:25:47 debug 1 AliEn::SOAP -> Got the answer 1 Jan 10 20:25:47 debug 1 AliEn::CE -> Got back that we have to start agents
Jan 10 20:25:47 info We have to install the packages '% pbarprod@panda_extern::may11 % pbarprod@pandaroot-dev::latest %'
Can't use string ("%") as an ARRAY ref while "strict refs" in use at /var/gsi/gridhome/pandaprod/alien.v2-20.15/lib/perl5/site_perl/5.10.1/AliEn/CE.pm
line 1015.
aber die beiden Pakete sind eigentlich bereits installiert ...
(but the packages are already installed)
pbarprod@panda_extern::may11
pbarprod@pandaroot-dev::latest
ein Gemeinschaftspaket durch % getrennt existiert nicht
(a commen package with % in the name does not exist)
Zeile 1015 in CE.pm:
(line)
if (!@jobAgents || ($jobAgents[0] eq "-3")) {
shift @jobAgents;
$self->info("We have to install the packages '@jobAgents'");
$message = "We have to install the pacakages '@jobAgents'";
if (!$opt->{n}) {
==> foreach my $pack (@{$jobAgents[0]}) {
$self->{CATALOG}->execute("packman", "install", $pack);
}
return -2;