Print

Print


Hello,

Still on the lcg-MON 2.6.0 thread...

The rgma server in our MON node did not wanted to start, and we realised 
that it was because the java we had in this machine was:

j2sdk-1.4.2_04-fcs

while tomcat5 seems to want j2sdk-1.4.2_08-fcs (This is currently 
hardcoded in /etc/tomcat5/tomcat5.conf).
Upgrading to j2sdk-1.4.2_08-fcs in the MON node and re-configuring 
config_java and config_rgma_server with YAIM, solved the problem.

If tomcat5 really needs j2sdk-1.4.2_08-fcs, I think this version 
dependency should be included in the meta-rpm lcg-MON.
If this is not the case, and tomcat5 could run with j2sdk-1.4.2_04-fcs, 
then I think the YAIM function config_rgma_server should be changed so 
that puts in /etc/tomcat5/tomcat5.conf the JAVE_HOME that is specified 
in the site-info.def file instead of leaving the _08 version hardcoded.

cheers,

--
Gonzalo Merino ([log in to unmask])
Port d'Informació Científica, PIC
Edifici-D, Universitat Autònoma de Barcelona
08193 Bellaterra (Barcelona) SPAIN
Tel: +34 93 5813322 / Fax: +34 93 5814110


Oliver KEEBLE wrote:
> An update on these issues;
> 
> * bug #9857 overview: GridIce server not installed in monitoring box
> 
> We have rebuilt the lcg-MON meta-package so it contains the gridice
> server software. If you need to update a 2.6.0 MON;
> 
> # apt-get update
> # rpm -e --nodeps lcg-MON
> # apt-get install lcg-MON
> 
> * bug #9856 overview: yaim 2.6 config_rgma_client configures for
> insecure operation while config_rgma_server configures for secure
> 
> This was a local issue and has been closed.
> 
> * bug #9853 overview: R-GMA cron jobs not running in LCG-2.6
> 
> Problem with a jar file actually being a .tar.gz - this is being addressed
> 
> * bug #9817 overview: APEL_HOME missing
> 
> We will fix this in the next yaim release. In the meantime, you can add
> the following lines to /etc/cron.d/edg-rgma-apel;
> 
> RGMA_HOME=/opt/glite
> APEL_HOME=/opt/glite
> 
> (replacing /opt/glite with your own path if necessary). You'll have to
> untar that 'jar' file too to get things to work.
> 
> Oliver.
> 
> Oliver Keeble                      Information Technology Department
> [log in to unmask]                                           CERN
> +41 22 76 72360                                    CH-1211 Geneva 23
> 
> 
> Dimitris Zilaskos wrote:
> 
>>	Hello everyone ,
>>I am encountering the following problems in installing LCG 2.6
>>
>>the RGMA cronjobs do not run. They need APEL_HOME but this is not
>>defined anywhere. Even if it is manually defined to /opt/glite it does
>>not run and returns the following :
>>Tue Aug 2 20:05:24 UTC 2005: apel-publisher - Read-in configuration:
>>[logenabled, j] [DBUsername=accounting,
>>DBURL=jdbc:mysql://node008.grid.auth.gr:3306/accounting,
>>DBPassword=****, site=GR-01-AUTH, republish=all]
>>Tue Aug 2 20:05:24 UTC 2005: apel-publisher - ------ Starting the apel
>>application ------
>>Tue Aug 2 20:05:24 UTC 2005: apel-publisher - program aborted
>>org.glite.apel.core.ApelException: Unable to setup a database
>>connection: org.gjt.mm.mysql.Driver
>>at org.glite.apel.core.db.MySQLImpl.<init>(MySQLImpl.java:93)
>>at org.glite.apel.publisher.AccountManager.<init>(AccountManager.java:69)
>>at
>>org.glite.apel.publisher.ApelPublisher.runJoinProcessor(ApelPublisher.java:110)
>>at org.glite.apel.publisher.ApelPublisher.run(ApelPublisher.java:68)
>>at org.glite.apel.publisher.ApelPublisher.main(ApelPublisher.java:234)
>>
>>This is caused by mm-mysql.jar in /opt/glite/share/glite-apel-core/java
>>which is a gziped tarball file and not a jar file , and contains
>>mysql-connector-java-1.3.8-bin.jar , which is the new version for
>>mm-mysql.jar If I copy mysql-connector-java-1.3.8-bin.jar over the yaim
>>installed mm-mysql.jar the jobs run.
>>
>>Also it seems that yaim configures rgma clients for insecure operation
>>but the server is configured for secure only
>>
>>About gridice , despite definined the monitor box as the gridice server
>>, no gridice rpms are  installed by yaim in it.
>>
>>Relevant bugs are
>>https://savannah.cern.ch/bugs/?func=detailitem&item_id=9857
>>https://savannah.cern.ch/bugs/?func=detailitem&item_id=9856
>>https://savannah.cern.ch/bugs/?func=detailitem&item_id=9853
>>https://savannah.cern.ch/bugs/?func=detailitem&item_id=9817
>>
>>Can anyone have a look at them ?
>>
>>Best regards ,
>>