Skip to Content.
Sympa Menu

perfsonar-user - Re: Can't get data using perfsonarUI 0.04

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: Can't get data using perfsonarUI 0.04


Chronological Thread 
  • From: Jerome Durand <>
  • To: Roman Lapacz <>
  • Cc:
  • Subject: Re: Can't get data using perfsonarUI 0.04
  • Date: Fri, 03 Mar 2006 15:54:50 +0100

Hi,

I applied the changes you told me without trying to think too much about it. (I think that it is better to validate the doc is correct and supporting process works alright) You can see the config file attached.
If I remember yetserday's discussions we had, I am not obliged to fill in all parameters (hostname, authRealm) right ?

I still have the same problems with perfSONAR-UI v0.04. Note my service is declared in MA.conf as described below:

RENATER-TEST,http://supervision-ipv6.renater.fr:9090/axis/services/MeasurementArchiveService,NMWG2v2_netutil,"",utilization,utilization

The thing still seems to work fine when I use the test client.

Jerome

Roman Lapacz wrote:

Jerome Durand wrote:




Jerome, take a look at 'subject' element inside metadata. Change the namespace into 'netutil'. Below I present the piece of rrd config file (rrd-database_TEST.xml):

<nmwg:store xmlns:nmwgt="http://ggf.org/ns/nmwg/topology/2.0/";
xmlns:nmtm="http://ggf.org/ns/nmwg/time/2.0/";
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/";
xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/";
xmlns:netutil="http://ggf.org/ns/nmwg/characteristic/utilization/2.0/";
xmlns="http://ggf.org/ns/nmwg/base/2.0/";>

<nmwg:metadata id="meta1">
<netutil:subject id="subj1">
<nmwgt:interface>
<nmwgt:hostName>test-hostName</nmwgt:hostName>
<nmwgt:ifAddress type="ipv4">10.1.2.3</nmwgt:ifAddress>
<nmwgt:ifName>test-0</nmwgt:ifName>
<nmwgt:ifDescription>test descripyion</nmwgt:ifDescription>
<nmwgt:direction>in</nmwgt:direction>
<nmwgt:authRealm>TestRealm</nmwgt:authRealm>
<nmwgt:capacity>1000BaseT</nmwgt:capacity>
</nmwgt:interface>
</netutil:subject>
<nmwg:eventType>utilization</nmwg:eventType>
</nmwg:metadata>



Roman



<!-- metadata section -->


<nmwg:metadata id="meta1_ipv4">
<perfsonar:subject id="subj1">
<nmwgt:interface>
<nmwgt:ifAddress type="ipv4">193.51.181.193</nmwgt:ifAddress>
<nmwgt:ifName>unknown</nmwgt:ifName>
<nmwgt:ifDescription>-R-- Lien vers NRI-B ----</nmwgt:ifDescription>
<nmwgt:direction>in</nmwgt:direction>
<nmwgt:capacity>1000000000</nmwgt:capacity>
</nmwgt:interface>
</perfsonar:subject>
<nmwg:eventType>utilization</nmwg:eventType>
</nmwg:metadata>

<nmwg:metadata id="meta1_ipv6">
<perfsonar:subject id="subj1">
<nmwgt:interface>
<nmwgt:ifAddress type="ipv6">2001:660:3000:4:10:90::</nmwgt:ifAddress>
<nmwgt:ifName>unknown</nmwgt:ifName>
<nmwgt:ifDescription>-R-- Lien vers NRI-B ----</nmwgt:ifDescription>
<nmwgt:direction>in</nmwgt:direction>
<nmwgt:capacity>1000000000</nmwgt:capacity>
</nmwgt:interface>
</perfsonar:subject>
<nmwg:eventType>utilization</nmwg:eventType>
</nmwg:metadata>

<nmwg:metadata id="meta2_ipv4">
<perfsonar:subject id="subj1">
<nmwgt:interface>
<nmwgt:ifAddress type="ipv4">193.51.181.193</nmwgt:ifAddress>
<nmwgt:ifName>unknown</nmwgt:ifName>
<nmwgt:ifDescription>-R-- Lien vers NRI-B ----</nmwgt:ifDescription>
<nmwgt:direction>out</nmwgt:direction>
<nmwgt:capacity>1000000000</nmwgt:capacity>
</nmwgt:interface>
</perfsonar:subject>
<nmwg:eventType>utilization</nmwg:eventType>
</nmwg:metadata>

<nmwg:metadata id="meta2_ipv6">
<perfsonar:subject id="subj1">
<nmwgt:interface>
<nmwgt:ifAddress type="ipv6">2001:660:3000:4:10:90::</nmwgt:ifAddress>
<nmwgt:ifName>unknown</nmwgt:ifName>
<nmwgt:ifDescription>-R-- Lien vers NRI-B ----</nmwgt:ifDescription>
<nmwgt:direction>out</nmwgt:direction>
<nmwgt:capacity>1000000000</nmwgt:capacity>
</nmwgt:interface>
</perfsonar:subject>
<nmwg:eventType>utilization</nmwg:eventType>
</nmwg:metadata>




<!-- data section -->




<nmwg:data id="data1_ipv4" metadataIdRef="meta1_ipv4">
<nmwg:key>
<nmwg:parameters id="param1">
<nmwg:parameter name="file">/var/www/public/mrtg/rrd/gsr-1.projets.renater.fr_nria.rrd</nmwg:parameter>
<nmwg:parameter name="dataSource">ds0</nmwg:parameter>
</nmwg:parameters> </nmwg:key> </nmwg:data>

<nmwg:data id="data1_ipv6" metadataIdRef="meta1_ipv6">
<nmwg:key>
<nmwg:parameters id="param1">
<nmwg:parameter name="file">/var/www/public/mrtg/rrd/gsr-1.projets.renater.fr_nria.rrd</nmwg:parameter>
<nmwg:parameter name="dataSource">ds0</nmwg:parameter>
</nmwg:parameters> </nmwg:key> </nmwg:data>

<nmwg:data id="data2_ipv4" metadataIdRef="meta2_ipv4">
<nmwg:key>
<nmwg:parameters id="param1">
<nmwg:parameter name="file">/var/www/public/mrtg/rrd/gsr-1.projets.renater.fr_nria.rrd</nmwg:parameter>
<nmwg:parameter name="dataSource">ds1</nmwg:parameter>
</nmwg:parameters> </nmwg:key> </nmwg:data>

<nmwg:data id="data2_ipv6" metadataIdRef="meta2_ipv6">
<nmwg:key>
<nmwg:parameters id="param1">
<nmwg:parameter name="file">/var/www/public/mrtg/rrd/gsr-1.projets.renater.fr_nria.rrd</nmwg:parameter>
<nmwg:parameter name="dataSource">ds1</nmwg:parameter>
</nmwg:parameters> </nmwg:key> </nmwg:data>



</perfsonar:store>
------------------------------------------------------------------------

#This file was created by the ant script.
#Thu Mar 02 18:23:43 CET 2006
service.administrator=
service.r.ma.characterictic=utitlization
service.r.access_point.address=
service.ma.rrd.rrd_storage_manager_rrd_RRA_default=MAX\:0.5\:1\:600,MAX\:0.5\:6\:600,MAX\:0.5\:24\:600,AVERAGE\:0.5\:288\:600,AVERAGE\:0.5\:1\:600,AVERAGE\:0.5\:24\:600,MAX\:0.5\:288\:600,AVERAGE\:0.5\:6\:600
service.r.mp.format=rrd
service.ma.rrd.conf_file=/usr/local/jra1/sonar/perfsonar/conf/rrd-database_RENATER-TEST.xml
service.r.access_point.type=http
service.r.parameters=
service.r.version=0.2
service.log.log4j.config=/usr/local/jra1/sonar/perfsonar/conf/log4j.properties
service.ma.rrd.rrd_storage_manager_rrd_DS_type_default=COUNTER\:1800\:0\:10000000000000
service.registration.serviceType=MA
service.r.organization.name=
service.r.auth_realm=
service.ma.rrd.xmldb.db_store.data_dir=/usr/local/jra1/sonar/perfsonar/
service.name=prototype-service
service.r.technology=webservice
service.sax_parser.config=/usr/local/jra1/sonar/perfsonar/src/objects.config
service.r.mp.characterictic=utitlization
service.registration.serviceName=My_test_MA
service.r.discovery.location=
service.r.mp.measurement_tool=cricket
service.r.ma.characteristic=utitlization
service.ma.class_name=org.perfsonar.service.measurementArchive.rrdType.RRDTypeMAServiceEngine
service.registration.accessPoint=http\://reed.man.poznan.pl\:8080/axis/services/MA
component.ma.rrd.xmldb.db_uri=
service.r.description=this is Java RRD MA service
service.registration.serviceDescription=This is my testing MA
service.ma.message_types=MetadataKeyRequest,SetupDataRequest,MeasurementArchiveStoreRequest
component.ma.rrd.xmldb.db_status=off
service.r.organization.contact=
service.ma.rrd.xmldb.db_store=off
service.r.location=localhost
service.r.type=ma
component.ma.rrd.xmldb.db_password=rrdmaservice
service.r.access_point.description=test deployment
service.ma.rrd.rrd_storage_manager_rrd_step_default=300
component.ma.rrd.xmldb.db_username=rrdmaservice
service.r.ma.format=rrd
service.mp.message_types=MetadataKeyRequest,SetupDataRequest
service.r.ma.measurement_tool=cricket,mrtg
------------------------------------------------------------------------

# file contains components to load
config=org.perfsonar.commons.auxiliary.components.configuration.properties.PropertiesConfigurationComponent
logger=org.perfsonar.commons.auxiliary.components.logger.log4j.Log4jLoggerComponent


------------------------------------------------------------------------

INFO: [01-03-2006 16:30:14] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [01-03-2006 16:30:24] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [01-03-2006 16:30:41] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [01-03-2006 16:30:47] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [01-03-2006 18:00:14] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [01-03-2006 18:00:15] [?:? info()]\n\tRequestHandler: Request is of type: SetupDataRequest
DEBUG: [01-03-2006 18:00:16] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.SetupDataRequest
INFO: [01-03-2006 18:00:16] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [01-03-2006 18:00:16] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_DATA
DEBUG: [01-03-2006 18:00:16] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [01-03-2006 18:00:16] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [01-03-2006 18:00:16] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [01-03-2006 18:00:16] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [01-03-2006 18:00:16] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [01-03-2006 18:00:16] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [01-03-2006 18:00:16] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [01-03-2006 18:00:16] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [01-03-2006 18:00:16] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:hostName[text()='test-hostName']/parent::*/parent::*/parent::*//nmwgt:ifName[text()='test-0']/parent::*/parent::*/parent::*//nmwgt:ifAddress[text()='193.51.181.193']/parent::*/parent::*/parent::*//nmwgt:direction[text()='in']/parent::*/parent::*/parent::*//nmwgt:authRealm[text()='TestRealm']/parent::*/parent::*/parent::*//nmwgt:capacity[text()='1000BaseT']/parent::*/parent::*/parent::*
DEBUG: [01-03-2006 18:00:18] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_DATA
INFO: [01-03-2006 18:00:18] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [01-03-2006 18:06:34] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [01-03-2006 18:06:34] [?:? info()]\n\tRequestHandler: Request is of type: SetupDataRequest
DEBUG: [01-03-2006 18:06:34] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.SetupDataRequest
INFO: [01-03-2006 18:06:34] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [01-03-2006 18:06:34] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_DATA
DEBUG: [01-03-2006 18:06:34] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [01-03-2006 18:06:34] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [01-03-2006 18:06:34] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [01-03-2006 18:06:34] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [01-03-2006 18:06:34] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [01-03-2006 18:06:34] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [01-03-2006 18:06:34] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [01-03-2006 18:06:34] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [01-03-2006 18:06:34] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:hostName[text()='test-hostName']/parent::*/parent::*/parent::*//nmwgt:ifName[text()='test-0']/parent::*/parent::*/parent::*//nmwgt:ifAddress[text()='193.51.181.193']/parent::*/parent::*/parent::*//nmwgt:direction[text()='in']/parent::*/parent::*/parent::*//nmwgt:authRealm[text()='TestRealm']/parent::*/parent::*/parent::*//nmwgt:capacity[text()='1000BaseT']/parent::*/parent::*/parent::*
DEBUG: [01-03-2006 18:06:34] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_DATA
INFO: [01-03-2006 18:06:34] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [01-03-2006 18:18:45] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [01-03-2006 18:18:46] [?:? info()]\n\tRequestHandler: Request is of type: SetupDataRequest
DEBUG: [01-03-2006 18:18:46] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.SetupDataRequest
INFO: [01-03-2006 18:18:46] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [01-03-2006 18:18:46] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_DATA
DEBUG: [01-03-2006 18:18:46] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [01-03-2006 18:18:46] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [01-03-2006 18:18:46] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [01-03-2006 18:18:46] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [01-03-2006 18:18:46] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [01-03-2006 18:18:46] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [01-03-2006 18:18:46] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [01-03-2006 18:18:46] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [01-03-2006 18:18:46] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:hostName[text()='test-hostName']/parent::*/parent::*/parent::*//nmwgt:ifName[text()='test-0']/parent::*/parent::*/parent::*//nmwgt:ifAddress[text()='193.51.181.193']/parent::*/parent::*/parent::*//nmwgt:direction[text()='in']/parent::*/parent::*/parent::*//nmwgt:authRealm[text()='TestRealm']/parent::*/parent::*/parent::*//nmwgt:capacity[text()='1000BaseT']/parent::*/parent::*/parent::*
DEBUG: [01-03-2006 18:18:46] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_DATA
INFO: [01-03-2006 18:18:46] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [01-03-2006 18:19:32] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [01-03-2006 18:19:32] [?:? info()]\n\tRequestHandler: Request is of type: SetupDataRequest
DEBUG: [01-03-2006 18:19:32] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.SetupDataRequest
INFO: [01-03-2006 18:19:32] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [01-03-2006 18:19:32] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_DATA
DEBUG: [01-03-2006 18:19:32] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [01-03-2006 18:19:32] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [01-03-2006 18:19:32] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [01-03-2006 18:19:32] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [01-03-2006 18:19:32] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [01-03-2006 18:19:32] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [01-03-2006 18:19:32] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [01-03-2006 18:19:32] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [01-03-2006 18:19:32] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:hostName[text()='test-hostName']/parent::*/parent::*/parent::*//nmwgt:ifName[text()='test-0']/parent::*/parent::*/parent::*//nmwgt:ifAddress[text()='193.51.181.193']/parent::*/parent::*/parent::*//nmwgt:direction[text()='in']/parent::*/parent::*/parent::*//nmwgt:authRealm[text()='TestRealm']/parent::*/parent::*/parent::*//nmwgt:capacity[text()='1000BaseT']/parent::*/parent::*/parent::*
DEBUG: [01-03-2006 18:19:32] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_DATA
INFO: [01-03-2006 18:19:32] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [01-03-2006 18:21:09] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [01-03-2006 18:21:12] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [01-03-2006 18:21:16] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [01-03-2006 18:28:39] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [01-03-2006 18:28:39] [?:? info()]\n\tRequestHandler: Request is of type: SetupDataRequest
DEBUG: [01-03-2006 18:28:39] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.SetupDataRequest
INFO: [01-03-2006 18:28:39] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [01-03-2006 18:28:39] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_DATA
DEBUG: [01-03-2006 18:28:39] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [01-03-2006 18:28:39] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [01-03-2006 18:28:39] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [01-03-2006 18:28:39] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [01-03-2006 18:28:39] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [01-03-2006 18:28:39] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [01-03-2006 18:28:39] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [01-03-2006 18:28:39] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [01-03-2006 18:28:39] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:hostName[text()='test-hostName']/parent::*/parent::*/parent::*//nmwgt:ifName[text()='test-0']/parent::*/parent::*/parent::*//nmwgt:ifAddress[text()='193.51.181.193']/parent::*/parent::*/parent::*//nmwgt:direction[text()='in']/parent::*/parent::*/parent::*//nmwgt:authRealm[text()='TestRealm']/parent::*/parent::*/parent::*//nmwgt:capacity[text()='1000BaseT']/parent::*/parent::*/parent::*
DEBUG: [01-03-2006 18:28:39] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_DATA
INFO: [01-03-2006 18:28:39] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [01-03-2006 18:41:01] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [01-03-2006 18:41:03] [?:? info()]\n\tRequestHandler: Request is of type: SetupDataRequest
DEBUG: [01-03-2006 18:41:03] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.SetupDataRequest
INFO: [01-03-2006 18:41:03] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [01-03-2006 18:41:03] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_DATA
DEBUG: [01-03-2006 18:41:03] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [01-03-2006 18:41:03] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [01-03-2006 18:41:03] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [01-03-2006 18:41:03] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [01-03-2006 18:41:03] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [01-03-2006 18:41:03] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [01-03-2006 18:41:03] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [01-03-2006 18:41:03] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [01-03-2006 18:41:03] [?:? debug()]\n\tRRDStorageManager.fetchRRDData: command: fetch /var/www/public/mrtg/rrd/gsr-1.projets.renater.fr_nria.rrd AVERAGE --start 1124250480 --end 1124250840 --resolution 300
ERROR: [01-03-2006 18:41:03] [?:? error()]\n\tRRDStorageManager.rrdFetch: Cannot connect with rrdjtool native library: no jrrd in java.library.path
INFO: [01-03-2006 18:41:56] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [01-03-2006 18:41:56] [?:? info()]\n\tRequestHandler: Request is of type: SetupDataRequest
DEBUG: [01-03-2006 18:41:56] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.SetupDataRequest
INFO: [01-03-2006 18:41:56] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [01-03-2006 18:41:56] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_DATA
DEBUG: [01-03-2006 18:41:56] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [01-03-2006 18:41:56] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [01-03-2006 18:41:56] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [01-03-2006 18:41:56] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [01-03-2006 18:41:56] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [01-03-2006 18:41:56] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [01-03-2006 18:41:56] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [01-03-2006 18:41:56] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [01-03-2006 18:41:56] [?:? debug()]\n\tRRDStorageManager.fetchRRDData: command: fetch /var/www/public/mrtg/rrd/gsr-1.projets.renater.fr_nria.rrd AVERAGE --start 1124250480 --end 1124250840 --resolution 300
ERROR: [01-03-2006 18:41:56] [?:? error()]\n\tRRDStorageManager.rrdFetch: Cannot connect with rrdjtool native library: no jrrd in java.library.path
INFO: [01-03-2006 18:43:15] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [01-03-2006 18:43:15] [?:? info()]\n\tRequestHandler: Request is of type: SetupDataRequest
DEBUG: [01-03-2006 18:43:15] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.SetupDataRequest
INFO: [01-03-2006 18:43:15] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [01-03-2006 18:43:15] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_DATA
DEBUG: [01-03-2006 18:43:15] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [01-03-2006 18:43:15] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [01-03-2006 18:43:15] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [01-03-2006 18:43:15] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [01-03-2006 18:43:15] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [01-03-2006 18:43:15] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [01-03-2006 18:43:15] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [01-03-2006 18:43:15] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [01-03-2006 18:43:15] [?:? debug()]\n\tRRDStorageManager.fetchRRDData: command: fetch /var/www/public/mrtg/rrd/gsr-1.projets.renater.fr_nria.rrd AVERAGE --start 1124250480 --end 1124250840 --resolution 300
ERROR: [01-03-2006 18:43:15] [?:? error()]\n\tRRDStorageManager.rrdFetch: Cannot connect with rrdjtool native library: no jrrd in java.library.path
INFO: [01-03-2006 18:46:49] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [01-03-2006 18:46:49] [?:? info()]\n\tRequestHandler: Request is of type: SetupDataRequest
DEBUG: [01-03-2006 18:46:49] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.SetupDataRequest
INFO: [01-03-2006 18:46:49] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [01-03-2006 18:46:49] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_DATA
DEBUG: [01-03-2006 18:46:49] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [01-03-2006 18:46:49] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [01-03-2006 18:46:49] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [01-03-2006 18:46:49] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [01-03-2006 18:46:49] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [01-03-2006 18:46:49] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [01-03-2006 18:46:49] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [01-03-2006 18:46:49] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [01-03-2006 18:46:49] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:hostName[text()='test-hostName']/parent::*/parent::*/parent::*//nmwgt:ifName[text()='test-0']/parent::*/parent::*/parent::*//nmwgt:ifAddress[text()='193.51.181.193']/parent::*/parent::*/parent::*//nmwgt:direction[text()='in']/parent::*/parent::*/parent::*//nmwgt:authRealm[text()='TestRealm']/parent::*/parent::*/parent::*//nmwgt:capacity[text()='1000BaseT']/parent::*/parent::*/parent::*
DEBUG: [01-03-2006 18:46:50] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_DATA
INFO: [01-03-2006 18:46:50] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [02-03-2006 15:42:06] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [02-03-2006 15:42:09] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [02-03-2006 15:42:11] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [02-03-2006 15:44:58] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [02-03-2006 15:45:01] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [02-03-2006 15:45:03] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [02-03-2006 15:48:01] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [02-03-2006 16:24:52] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [02-03-2006 17:02:51] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [02-03-2006 17:02:52] [?:? info()]\n\tRequestHandler: Request is of type: SetupDataRequest
DEBUG: [02-03-2006 17:02:53] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.SetupDataRequest
INFO: [02-03-2006 17:02:53] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [02-03-2006 17:02:53] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_DATA
DEBUG: [02-03-2006 17:02:53] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [02-03-2006 17:02:53] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [02-03-2006 17:02:53] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [02-03-2006 17:02:53] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [02-03-2006 17:02:53] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [02-03-2006 17:02:53] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [02-03-2006 17:02:53] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [02-03-2006 17:02:53] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [02-03-2006 17:02:53] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:ifAddress[text()='193.51.181.193']/parent::*/parent::*/parent::*//nmwgt:direction[text()='in']/parent::*/parent::*/parent::*
DEBUG: [02-03-2006 17:02:54] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta1']
DEBUG: [02-03-2006 17:02:54] [?:? debug()]\n\tRRDStorageManager.fetchRRDData: command: fetch /var/www/public/mrtg/rrd/gsr-1.projets.renater.fr_nria.rrd AVERAGE --start -86400 --end 0 --resolution 300
DEBUG: [02-03-2006 17:02:55] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_DATA
INFO: [02-03-2006 17:02:55] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [02-03-2006 18:07:50] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [02-03-2006 18:08:38] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [02-03-2006 18:18:44] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:36:52] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:38:02] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:41:14] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:41:15] [?:? info()]\n\tRequestHandler: Request is of type: MetadataKeyRequest
DEBUG: [03-03-2006 10:41:15] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.MetadataKeyRequest
INFO: [03-03-2006 10:41:16] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [03-03-2006 10:41:16] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_KEY
DEBUG: [03-03-2006 10:41:16] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [03-03-2006 10:41:16] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [03-03-2006 10:41:16] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [03-03-2006 10:41:16] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [03-03-2006 10:41:16] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [03-03-2006 10:41:16] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [03-03-2006 10:41:16] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [03-03-2006 10:41:16] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
INFO: [03-03-2006 10:41:40] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:41:40] [?:? info()]\n\tRequestHandler: Request is of type: MetadataKeyRequest
DEBUG: [03-03-2006 10:41:40] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.MetadataKeyRequest
INFO: [03-03-2006 10:41:40] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [03-03-2006 10:41:40] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_KEY
DEBUG: [03-03-2006 10:41:40] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [03-03-2006 10:41:40] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [03-03-2006 10:41:40] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [03-03-2006 10:41:40] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [03-03-2006 10:41:40] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [03-03-2006 10:41:40] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [03-03-2006 10:41:40] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [03-03-2006 10:41:40] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
INFO: [03-03-2006 10:43:37] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:43:37] [?:? info()]\n\tRequestHandler: Request is of type: MetadataKeyRequest
DEBUG: [03-03-2006 10:43:37] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.MetadataKeyRequest
INFO: [03-03-2006 10:43:37] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [03-03-2006 10:43:37] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_KEY
DEBUG: [03-03-2006 10:43:37] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [03-03-2006 10:43:37] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [03-03-2006 10:43:37] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [03-03-2006 10:43:37] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [03-03-2006 10:43:37] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [03-03-2006 10:43:37] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [03-03-2006 10:43:37] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [03-03-2006 10:43:37] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [03-03-2006 10:43:37] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:ifAddress[text()='193.51.181.193']/parent::*/parent::*/parent::*
DEBUG: [03-03-2006 10:43:38] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta1']
DEBUG: [03-03-2006 10:43:38] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta2']
DEBUG: [03-03-2006 10:43:38] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_KEY
INFO: [03-03-2006 10:43:38] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [03-03-2006 10:43:39] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:44:03] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:44:07] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:45:07] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:45:09] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:45:18] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:45:18] [?:? info()]\n\tRequestHandler: Request is of type: MetadataKeyRequest
DEBUG: [03-03-2006 10:45:18] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.MetadataKeyRequest
INFO: [03-03-2006 10:45:18] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [03-03-2006 10:45:18] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_KEY
DEBUG: [03-03-2006 10:45:18] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [03-03-2006 10:45:18] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [03-03-2006 10:45:18] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [03-03-2006 10:45:18] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [03-03-2006 10:45:18] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [03-03-2006 10:45:18] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [03-03-2006 10:45:18] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [03-03-2006 10:45:18] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [03-03-2006 10:45:18] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:ifAddress[text()='193.51.181.193']/parent::*/parent::*/parent::*
DEBUG: [03-03-2006 10:45:18] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta1']
DEBUG: [03-03-2006 10:45:18] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta2']
DEBUG: [03-03-2006 10:45:19] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_KEY
INFO: [03-03-2006 10:45:19] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [03-03-2006 10:45:19] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:45:24] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:47:17] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:47:18] [?:? info()]\n\tRequestHandler: Request is of type: SetupDataRequest
DEBUG: [03-03-2006 10:47:18] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.SetupDataRequest
INFO: [03-03-2006 10:47:18] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [03-03-2006 10:47:18] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_DATA
DEBUG: [03-03-2006 10:47:18] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [03-03-2006 10:47:18] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [03-03-2006 10:47:18] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [03-03-2006 10:47:18] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [03-03-2006 10:47:18] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [03-03-2006 10:47:18] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [03-03-2006 10:47:18] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [03-03-2006 10:47:18] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [03-03-2006 10:47:19] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:ifAddress[text()='193.51.181.193']/parent::*/parent::*/parent::*//nmwgt:direction[text()='in']/parent::*/parent::*/parent::*
DEBUG: [03-03-2006 10:47:19] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta1']
DEBUG: [03-03-2006 10:47:20] [?:? debug()]\n\tRRDStorageManager.fetchRRDData: command: fetch /var/www/public/mrtg/rrd/gsr-1.projets.renater.fr_nria.rrd AVERAGE --start -86400 --end 0 --resolution 300
DEBUG: [03-03-2006 10:47:20] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_DATA
INFO: [03-03-2006 10:47:20] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [03-03-2006 10:49:47] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:49:47] [?:? info()]\n\tRequestHandler: Request is of type: SetupDataRequest
DEBUG: [03-03-2006 10:49:47] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.SetupDataRequest
INFO: [03-03-2006 10:49:47] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [03-03-2006 10:49:47] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_DATA
DEBUG: [03-03-2006 10:49:47] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [03-03-2006 10:49:47] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [03-03-2006 10:49:47] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [03-03-2006 10:49:47] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [03-03-2006 10:49:47] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [03-03-2006 10:49:47] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [03-03-2006 10:49:47] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [03-03-2006 10:49:47] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [03-03-2006 10:49:47] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:ifAddress[text()='2001:660:3000:4:10:90::']/parent::*/parent::*/parent::*//nmwgt:direction[text()='in']/parent::*/parent::*/parent::*
DEBUG: [03-03-2006 10:49:47] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta1']
DEBUG: [03-03-2006 10:49:47] [?:? debug()]\n\tRRDStorageManager.fetchRRDData: command: fetch /var/www/public/mrtg/rrd/gsr-1.projets.renater.fr_nria.rrd AVERAGE --start -86400 --end 0 --resolution 300
DEBUG: [03-03-2006 10:49:47] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_DATA
INFO: [03-03-2006 10:49:47] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [03-03-2006 10:55:10] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:55:10] [?:? info()]\n\tRequestHandler: Request is of type: MetadataKeyRequest
DEBUG: [03-03-2006 10:55:10] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.MetadataKeyRequest
INFO: [03-03-2006 10:55:10] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [03-03-2006 10:55:10] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_KEY
DEBUG: [03-03-2006 10:55:10] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [03-03-2006 10:55:10] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [03-03-2006 10:55:10] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [03-03-2006 10:55:10] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [03-03-2006 10:55:10] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [03-03-2006 10:55:10] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [03-03-2006 10:55:10] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [03-03-2006 10:55:10] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [03-03-2006 10:55:10] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:ifAddress[text()='193.51.181.193']/parent::*/parent::*/parent::*
DEBUG: [03-03-2006 10:55:11] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta1_ipv4']
DEBUG: [03-03-2006 10:55:11] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta2_ipv4']
DEBUG: [03-03-2006 10:55:11] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_KEY
INFO: [03-03-2006 10:55:11] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [03-03-2006 10:55:11] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:55:15] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:55:23] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:55:23] [?:? info()]\n\tRequestHandler: Request is of type: MetadataKeyRequest
DEBUG: [03-03-2006 10:55:23] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.MetadataKeyRequest
INFO: [03-03-2006 10:55:23] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [03-03-2006 10:55:23] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_KEY
DEBUG: [03-03-2006 10:55:23] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [03-03-2006 10:55:23] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [03-03-2006 10:55:23] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [03-03-2006 10:55:23] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [03-03-2006 10:55:23] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [03-03-2006 10:55:23] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [03-03-2006 10:55:23] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [03-03-2006 10:55:23] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [03-03-2006 10:55:23] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:ifAddress[text()='193.51.181.193']/parent::*/parent::*/parent::*
DEBUG: [03-03-2006 10:55:23] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta1_ipv4']
DEBUG: [03-03-2006 10:55:23] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta2_ipv4']
DEBUG: [03-03-2006 10:55:24] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_KEY
INFO: [03-03-2006 10:55:24] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [03-03-2006 10:55:24] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:55:25] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:56:23] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:56:23] [?:? info()]\n\tRequestHandler: Request is of type: MetadataKeyRequest
DEBUG: [03-03-2006 10:56:23] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.MetadataKeyRequest
INFO: [03-03-2006 10:56:23] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [03-03-2006 10:56:23] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_KEY
DEBUG: [03-03-2006 10:56:23] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [03-03-2006 10:56:23] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [03-03-2006 10:56:23] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [03-03-2006 10:56:23] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [03-03-2006 10:56:23] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [03-03-2006 10:56:23] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [03-03-2006 10:56:23] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [03-03-2006 10:56:23] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [03-03-2006 10:56:23] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:ifAddress[text()='193.51.181.193']/parent::*/parent::*/parent::*
DEBUG: [03-03-2006 10:56:23] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta1_ipv4']
DEBUG: [03-03-2006 10:56:24] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta2_ipv4']
DEBUG: [03-03-2006 10:56:24] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_KEY
INFO: [03-03-2006 10:56:24] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [03-03-2006 10:56:24] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:56:30] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:57:38] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:57:39] [?:? info()]\n\tRequestHandler: Request is of type: MetadataKeyRequest
DEBUG: [03-03-2006 10:57:39] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.MetadataKeyRequest
INFO: [03-03-2006 10:57:39] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [03-03-2006 10:57:39] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_KEY
DEBUG: [03-03-2006 10:57:39] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [03-03-2006 10:57:39] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [03-03-2006 10:57:39] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [03-03-2006 10:57:39] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [03-03-2006 10:57:39] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [03-03-2006 10:57:39] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [03-03-2006 10:57:39] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [03-03-2006 10:57:39] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [03-03-2006 10:57:39] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:ifAddress[text()='193.51.181.193']/parent::*/parent::*/parent::*
DEBUG: [03-03-2006 10:57:39] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta1_ipv4']
DEBUG: [03-03-2006 10:57:39] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta2_ipv4']
DEBUG: [03-03-2006 10:57:39] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_KEY
INFO: [03-03-2006 10:57:39] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [03-03-2006 10:57:40] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 10:57:49] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 11:01:40] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 11:01:40] [?:? info()]\n\tRequestHandler: Request is of type: MetadataKeyRequest
DEBUG: [03-03-2006 11:01:40] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.MetadataKeyRequest
INFO: [03-03-2006 11:01:40] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [03-03-2006 11:01:40] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_KEY
DEBUG: [03-03-2006 11:01:40] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [03-03-2006 11:01:40] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [03-03-2006 11:01:40] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [03-03-2006 11:01:40] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [03-03-2006 11:01:40] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [03-03-2006 11:01:40] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [03-03-2006 11:01:40] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [03-03-2006 11:01:40] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [03-03-2006 11:01:40] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:ifAddress[text()='193.51.181.193']/parent::*/parent::*/parent::*
DEBUG: [03-03-2006 11:01:40] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta1_ipv4']
DEBUG: [03-03-2006 11:01:40] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta2_ipv4']
DEBUG: [03-03-2006 11:01:40] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_KEY
INFO: [03-03-2006 11:01:40] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [03-03-2006 11:01:40] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 11:09:48] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 11:12:36] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 11:12:36] [?:? info()]\n\tRequestHandler: Request is of type: MetadataKeyRequest
DEBUG: [03-03-2006 11:12:36] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.MetadataKeyRequest
INFO: [03-03-2006 11:12:36] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [03-03-2006 11:12:36] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_KEY
DEBUG: [03-03-2006 11:12:36] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [03-03-2006 11:12:36] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [03-03-2006 11:12:36] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [03-03-2006 11:12:36] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [03-03-2006 11:12:36] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [03-03-2006 11:12:36] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [03-03-2006 11:12:36] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [03-03-2006 11:12:36] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [03-03-2006 11:12:36] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:ifAddress[text()='193.51.181.193']/parent::*/parent::*/parent::*
DEBUG: [03-03-2006 11:12:36] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta1_ipv4']
DEBUG: [03-03-2006 11:12:36] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta2_ipv4']
DEBUG: [03-03-2006 11:12:36] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_KEY
INFO: [03-03-2006 11:12:36] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [03-03-2006 11:12:36] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 11:12:39] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 11:12:44] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 11:14:15] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 11:14:19] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 11:14:20] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 11:15:00] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 11:15:00] [?:? info()]\n\tRequestHandler: Request is of type: MetadataKeyRequest
DEBUG: [03-03-2006 11:15:00] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.MetadataKeyRequest
INFO: [03-03-2006 11:15:00] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [03-03-2006 11:15:00] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_KEY
DEBUG: [03-03-2006 11:15:00] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [03-03-2006 11:15:00] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [03-03-2006 11:15:00] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [03-03-2006 11:15:00] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [03-03-2006 11:15:00] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [03-03-2006 11:15:00] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [03-03-2006 11:15:00] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [03-03-2006 11:15:00] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
INFO: [03-03-2006 11:15:02] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 11:15:03] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 11:15:47] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 11:15:47] [?:? info()]\n\tRequestHandler: Request is of type: MetadataKeyRequest
DEBUG: [03-03-2006 11:15:47] [?:? debug()]\n\tMessageHandlerFactory: classname asked for is org.perfsonar.commons.messages.MetadataKeyRequest
INFO: [03-03-2006 11:15:47] [?:? info()]\n\tRequestHandler: Calling on messagehandler to satisfy request
DEBUG: [03-03-2006 11:15:47] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Received a request of type - GET_KEY
DEBUG: [03-03-2006 11:15:47] [?:? debug()]\n\tExistDbXmlStorageManager: initComponent
DEBUG: [03-03-2006 11:15:47] [?:? debug()]\n\tExistDbXmlStorageManager: read properties from configuration component
DEBUG: [03-03-2006 11:15:48] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_uri]
DEBUG: [03-03-2006 11:15:48] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_username]
DEBUG: [03-03-2006 11:15:48] [?:? debug()]\n\tExistDbXmlStorageManager: read DB URI property = [component.ma.rrd.xmldb.db_password]
DEBUG: [03-03-2006 11:15:48] [?:? debug()]\n\tExistDbXmlStorageManager: create ExistDbXmlDataRepository(, rrdmaservice, rrdmaservice)
DEBUG: [03-03-2006 11:15:48] [?:? debug()]\n\tXmlDbDataRepository: created
DEBUG: [03-03-2006 11:15:48] [?:? debug()]\n\tExistDbXmlStorageManager: initStorage with data repository
DEBUG: [03-03-2006 11:15:48] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.fetch: metadata query: //nmwg:eventType[text()='utilization']/parent::*//nmwgt:ifAddress[text()='193.51.181.193']/parent::*/parent::*/parent::*
DEBUG: [03-03-2006 11:15:48] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta1_ipv4']
DEBUG: [03-03-2006 11:15:48] [?:? debug()]\n\tSimpleRRDConfigurationStorageManager.getData: data query: //nmwg:data[@metadataIdRef='meta2_ipv4']
DEBUG: [03-03-2006 11:15:48] [?:? debug()]\n\tRRDTypeMAServiceEngine.takeAction: Responding to request of type - GET_KEY
INFO: [03-03-2006 11:15:48] [?:? info()]\n\tRequestHandler: Returning response to a given request
INFO: [03-03-2006 11:15:48] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 11:15:53] [?:? info()]\n\tRequestHandler: Service Recieved a request
INFO: [03-03-2006 11:17:55] [?:? info()]\n\tRequestHandler: Service Recieved a request




<?xml version="1.0" encoding="UTF-8"?>


<!-- ===================================================================
<description>
   MA RRD configuration file

   $Id: rrd-database_RENATER-TEST.xml,v 1.10 2006/03/03 11:28:00 Durand Exp $
   project: perfSONAR

Notes:
   This is the configuration file which contains the information 
   about RRD files from RENATER-TESTBED

</description>
==================================================================== -->

<nmwg:store 	xmlns:nmwgt="http://ggf.org/ns/nmwg/topology/2.0/";
                xmlns:nmtm="http://ggf.org/ns/nmwg/time/2.0/";
                xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/";
                xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/";
                xmlns:netutil="http://ggf.org/ns/nmwg/characteristic/utilization/2.0/";
                xmlns="http://ggf.org/ns/nmwg/base/2.0/";> 


    <!--  metadata section  -->


    <nmwg:metadata id="meta1_ipv4">
        <netutil:subject id="subj1">
            <nmwgt:interface>
                <nmwgt:ifAddress type="ipv4">193.51.181.193</nmwgt:ifAddress>
                <nmwgt:ifName>unknown</nmwgt:ifName>
                <nmwgt:ifDescription>-R-- Lien vers NRI-B ----</nmwgt:ifDescription>
                <nmwgt:direction>in</nmwgt:direction>
                <nmwgt:capacity>1000000000</nmwgt:capacity>
            </nmwgt:interface>
        </netutil:subject>
        <nmwg:eventType>utilization</nmwg:eventType>
    </nmwg:metadata>

    <nmwg:metadata id="meta1_ipv6">
        <netutil:subject id="subj1">
            <nmwgt:interface>
                <nmwgt:ifAddress type="ipv6">2001:660:3000:4:10:90::</nmwgt:ifAddress>
                <nmwgt:ifName>unknown</nmwgt:ifName>
                <nmwgt:ifDescription>-R-- Lien vers NRI-B ----</nmwgt:ifDescription>
                <nmwgt:direction>in</nmwgt:direction>
                <nmwgt:capacity>1000000000</nmwgt:capacity>
            </nmwgt:interface>
        </netutil:subject>
        <nmwg:eventType>utilization</nmwg:eventType>
    </nmwg:metadata>

    <nmwg:metadata id="meta2_ipv4">
        <netutil:subject id="subj1">
            <nmwgt:interface>
                <nmwgt:ifAddress type="ipv4">193.51.181.193</nmwgt:ifAddress>
                <nmwgt:ifName>unknown</nmwgt:ifName>
                <nmwgt:ifDescription>-R-- Lien vers NRI-B ----</nmwgt:ifDescription>
                <nmwgt:direction>out</nmwgt:direction>
                <nmwgt:capacity>1000000000</nmwgt:capacity>
            </nmwgt:interface>
        </netutil:subject>
        <nmwg:eventType>utilization</nmwg:eventType>
    </nmwg:metadata>

    <nmwg:metadata id="meta2_ipv6">
        <netutil:subject id="subj1">
            <nmwgt:interface>
                <nmwgt:ifAddress type="ipv6">2001:660:3000:4:10:90::</nmwgt:ifAddress>
                <nmwgt:ifName>unknown</nmwgt:ifName>
                <nmwgt:ifDescription>-R-- Lien vers NRI-B ----</nmwgt:ifDescription>
                <nmwgt:direction>out</nmwgt:direction>
                <nmwgt:capacity>1000000000</nmwgt:capacity>
            </nmwgt:interface>
        </netutil:subject>
        <nmwg:eventType>utilization</nmwg:eventType>
    </nmwg:metadata>




    <!-- data section -->




    <nmwg:data id="data1_ipv4" metadataIdRef="meta1_ipv4">
     	<nmwg:key>
      		<nmwg:parameters id="param1">
            		<nmwg:parameter name="file">/var/www/public/mrtg/rrd/gsr-1.projets.renater.fr_nria.rrd</nmwg:parameter>
            		<nmwg:parameter name="dataSource">ds0</nmwg:parameter>
              	</nmwg:parameters>        
    	</nmwg:key> 
    </nmwg:data>

    <nmwg:data id="data1_ipv6" metadataIdRef="meta1_ipv6">
     	<nmwg:key>
      		<nmwg:parameters id="param1">
            		<nmwg:parameter name="file">/var/www/public/mrtg/rrd/gsr-1.projets.renater.fr_nria.rrd</nmwg:parameter>
            		<nmwg:parameter name="dataSource">ds0</nmwg:parameter>
              	</nmwg:parameters>        
    	</nmwg:key> 
    </nmwg:data>

    <nmwg:data id="data2_ipv4" metadataIdRef="meta2_ipv4">
     	<nmwg:key>
      		<nmwg:parameters id="param1">
            		<nmwg:parameter name="file">/var/www/public/mrtg/rrd/gsr-1.projets.renater.fr_nria.rrd</nmwg:parameter>
            		<nmwg:parameter name="dataSource">ds1</nmwg:parameter>
              	</nmwg:parameters>        
    	</nmwg:key> 
    </nmwg:data>

    <nmwg:data id="data2_ipv6" metadataIdRef="meta2_ipv6">
     	<nmwg:key>
      		<nmwg:parameters id="param1">
            		<nmwg:parameter name="file">/var/www/public/mrtg/rrd/gsr-1.projets.renater.fr_nria.rrd</nmwg:parameter>
            		<nmwg:parameter name="dataSource">ds1</nmwg:parameter>
              	</nmwg:parameters>        
    	</nmwg:key> 
    </nmwg:data>



</nmwg:store>



Archive powered by MHonArc 2.6.16.

Top of Page