Print

Print


I have exactly the same problem, but my /opt/glite/etc/rgma/rgma.conf is 
written and filled:

Archiver=http://MY_MON_HOST:8080/R-GMA/ArchiverServlet
Consumer=http://MY_MON_HOST:8080/R-GMA/ConsumerServlet
StreamProducer=http://MY_MON_HOST:8080/R-GMA/StreamProducerServlet
LatestProducer=http://MY_MON_HOST:8080/R-GMA/LatestProducerServlet
CanonicalProducer=http://MY_MON_HOST:8080/R-GMA/CanonicalProducerServlet
DataBaseProducer=http://MY_MON_HOST:8080/R-GMA/DBProducerServlet
Registry=http://MY_MON_HOST:8080/R-GMA/RegistryServlet
Schema=http://MY_MON_HOST:8080/R-GMA/SchemaServlet
XMLConverter=/opt/glite/etc/rgma/XMLResponse.xsd
leapsecLocation=/opt/glite/etc/rgma/leapsec.dat

rgma-gin still gives the same error message:

# service rgma-gin start
Starting rgma-gin: Mon Aug 15 11:24:45 UTC 2005: Gin is aborting because 
of a fatal error
Exception in main program
org.edg.info.RGMAException: Unable to locate an available Registry Service
org.edg.info.RGMAException: Unable to locate an available Registry Service
        at org.edg.info.Registry.findFastestUrl(Registry.java:142)
        at org.edg.info.Registry.selectRegistryUrl(Registry.java:85)
        at org.edg.info.Registry.<init>(Registry.java:74)
        at org.glite.rgma.gin.Producer.<init>(Producer.java:77)
        at org.glite.rgma.gin.Gin.start(Gin.java:64)
        at org.glite.rgma.gin.Gin.main(Gin.java:37)
Mon Aug 15 11:24:45 UTC 2005: Gin is cleaning up its producers before 
terminating
                                                           [FAILED]

For more details check /var/log/glite/rgma-gin.log:

Mon Aug 15 11:24:43 UTC 2005: Starting rgma-gin
2005-08-15 13:24:45,029 [main] ERROR org.edg.info.Registry - all url 
services are currently unavailable
2005-08-15 13:24:45,035 [main] ERROR org.glite.rgma.gin.Gin - Fatal error
2005-08-15 13:24:45,035 [main] ERROR org.glite.rgma.gin.Gin - Exception in 
main program
2005-08-15 13:24:45,035 [main] ERROR org.glite.rgma.gin.Gin - 
org.edg.info.RGMAException: Unable to locate an available Registry Service
Mon Aug 15 11:24:46 UTC 2005: rgma-gin Failed to Start

Any ideas what could be the problem?

Greetings,
                    Serge












Oliver KEEBLE 
Sent by:
LHC Computer Grid - Rollout <[log in to unmask]>
11-08-2005 10:11
Please respond to
LHC Computer Grid - Rollout <[log in to unmask]>


To
[log in to unmask]
cc

Subject
Re: [LCG-ROLLOUT] R-GMA problems on the Proxy Node
Classification







Yaim has been patched for future releases.

Oliver Keeble                      Information Technology Department
[log in to unmask]                                           CERN
+41 22 76 72360                                    CH-1211 Geneva 23


Sven Gabriel wrote:
> Hello,
> if you are using yaim you can try to change 
> ../yaim/scripts/node-info.def 
> you have to add
> config_rgma_client
> to the
> PX_FUNCTIONS="${BASE1_FUNCTIONS} block.
> It should look like:
> PX_FUNCTIONS="${BASE1_FUNCTIONS}
> config_host_certs
> config_edgusers
> config_java
> config_rgma_client
> config_gip
> config_globus
> config_proxy_server"
> 
> With this the rgma.conf file is written  and gin starts correctly.
> 
> Greetings,
> Sven
> 
> Am Dienstag, 9. August 2005 15:15 schrieb Hernath Szabolcs:
> 
>>Hi,
>>
>>On Tue, 9 Aug 2005, Steve Fisher wrote:
>>
>>>It says it could not find the registry - which registry is in the
>>>configuration file?
>>
>>Apparently none :-(. /opt/glite/etc/rgma/rgma.conf contained invalid
>>placeholders (it seemed to be unconfigured). No wonder, as
>>/opt/lcg/yaim/scripts/node-info.def did not include config_rgma_client,
>>but it contains config_gip, which relies on rgma-gin being configured
>>(except for UI & WNs). After including config_rgma_client manually in
>>node-info.def, reconfiguring works well and gin is started without
>>problems. Probably a bug in yaim (lcg-yaim 2.6.0-7).
>>Cheers,
>>
>>Szabolcs
>>
>>
>>>Steve
>>>
>>>On Tue, Aug 09, 2005 at 01:03:26PM +0200, Hernath Szabolcs wrote:
>>>
>>>>Hi Everyone,
>>>>
>>>>after (re)configuring a PX node rgma-gin fails to start with the
>>>>following output (from yaim):
>>>>
>>>>-----------------------------------------------
>>>>Configuring config_gip ...
>>>>
>>>>Setting up an R-GMA Gin...
>>>>
>>>>  - Configuring a gip information provider
>>>>  - Not configuring an fmon information provider
>>>>  - Not configuring a glite-ce information provider
>>>>
>>>>Wrote configuration to: /opt/glite/etc/rgma-gin/gin.conf
>>>>
>>>>All done
>>>>
>>>>Stopping rgma-gin:                                         [  OK  ]
>>>>Starting rgma-gin:                                         [FAILED]
>>>>For more details check /var/log/glite/rgma-gin.log
>>>>---------------------------------------------------------
>>>>
>>>>
>>>>This logfile contains:
>>>>
>>>>
>>>>----------------------------------------------------------
>>>>Tue Aug  9 10:52:12 UTC 2005: Restarting rgma-gin
>>>>Tue Aug  9 10:52:12 UTC 2005: rgma-gin Stopping
>>>>Tue Aug  9 10:52:16 UTC 2005: rgma-gin Stopped OK
>>>>Tue Aug  9 10:52:16 UTC 2005: Starting rgma-gin
>>>>2005-08-09 12:52:17,558 [main] ERROR org.edg.info.Registry - all url
>>>>services ar
>>>>e currently unavailable
>>>>2005-08-09 12:52:17,569 [main] ERROR org.glite.rgma.gin.Gin - Fatal
>>>>error 2005-08-09 12:52:17,569 [main] ERROR org.glite.rgma.gin.Gin -
>>>>Exception in main
>>>>program
>>>>2005-08-09 12:52:17,570 [main] ERROR org.glite.rgma.gin.Gin -
>>>>org.edg.info.RGMAE
>>>>xception: Unable to locate an available Registry Service
>>>>Tue Aug  9 10:52:19 UTC 2005: rgma-gin Failed to Start
>>>>----------------------------------------------------------
>>>>
>>>>
>>>>Finally, restarting rgma-gin by hand is a little more verbose:
>>>>
>>>>-----------------------------------------------------------
>>>>[root@grid153 examples]# /etc/init.d/rgma-gin restart
>>>>Stopping rgma-gin:                                         [  OK  ]
>>>>Starting rgma-gin: Tue Aug  9 10:57:13 UTC 2005: Gin is aborting 
because
>>>>of a fatal error
>>>>Exception in main program
>>>>org.edg.info.RGMAException: Unable to locate an available Registry
>>>>Service org.edg.info.RGMAException: Unable to locate an available
>>>>Registry Service at
>>>>org.edg.info.Registry.findFastestUrl(Registry.java:142) at
>>>>org.edg.info.Registry.selectRegistryUrl(Registry.java:85) at
>>>>org.edg.info.Registry.<init>(Registry.java:74)
>>>>        at org.glite.rgma.gin.Producer.<init>(Producer.java:77)
>>>>        at org.glite.rgma.gin.Gin.start(Gin.java:64)
>>>>        at org.glite.rgma.gin.Gin.main(Gin.java:37)
>>>>Tue Aug  9 10:57:13 UTC 2005: Gin is cleaning up its producers before
>>>>terminating
>>>>                                                           [FAILED]
>>>>For more details check /var/log/glite/rgma-gin.log
>>>>---------------------------------------------------------
>>>>
>>>>Does anyone know more about this? Any hints would be appreciated.