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: "Vedrin Jeliazkov" <>
  • To:
  • Cc: <>, "Nina Jeliazkova" <>, "Roman Lapacz" <>
  • Subject: Re: Can't get data using perfsonarUI 0.04
  • Date: Sun, 05 Mar 2006 22:24:21 +0200
  • Disposition-notification-to: "Vedrin Jeliazkov" <>

Hi Jerome,

We managed to reproduce the problem you've reported with a fresh installation
of the Java RRD MA (CVS snapshot from 2006-03-04 14:09 (EET)) and
PerfsonarUI-v0.04. There was a slight difference in the schema leading to
improper exchange of requests/responses between the client and the service.
The issue has been fixed in PerfsonarUI-v0.5, which is available for download
from:

http://www.perfsonar.net/jra1-wiki/index.php/PerfsonarUI

We have also fixed the regular expressions, used in PerfsonarUI for IPv4/IPv6
address matching (see attached files). In particular, the new IPv6 regexp is
fully RFC 4291 compliant (full, compressed and mixed textual representations
should be recognised correctly).

Happy testing,
Vedrin

PS: BTW, we highly appretiate the almost automatic Java RRD MA installation
procedure. We noticed only one small typo in step 12 - the URL should be
changed from:

http://hostname:port/axis/services/MeasurementArchive

to

http://hostname:port/axis/services/MeasurementArchiveService

It would be nice if similar procedures could be provided for other services
too (e.g. LS, eXist...)

Jerome Durand
<>
wrote:

> > java -Dperfsonar.debugging=true -jar perfSonarApp.jar
>
> Log file attached. I didn't take a look at it yet.
>
> Jerome
>
>
>

^((\b((25[0-5])|(2[0-4]\d)|([0-1]?[0-9]{0,2}))\b)\.){3}(\b((25[0-5])|(2[0-4]\d)|([0-1]?[0-9]{0,2}))\b)$^((([0-9A-Fa-f]{1,4}:){7}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){6}:[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){5}:([0-9A-Fa-f]{1,4}:)?[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){4}:([0-9A-Fa-f]{1,4}:){0,2}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){3}:([0-9A-Fa-f]{1,4}:){0,3}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){2}:([0-9A-Fa-f]{1,4}:){0,4}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){6}((\b((25[0-5])|(2[0-4]\d)|([0-1]?[0-9]{0,2}))\b)\.){3}(\b((25[0-5])|(2[0-4]\d)|([0-1]?[0-9]{0,2}))\b))|(([0-9A-Fa-f]{1,4}:){0,5}:((\b((25[0-5])|(2[0-4]\d)|([0-1]?[0-9]{0,2}))\b)\.){3}(\b((25[0-5])|(2[0-4]\d)|([0-1]?[0-9]{0,2}))\b))|(::([0-9A-Fa-f]{1,4}:){0,5}((\b((25[0-5])|(2[0-4]\d)|([0-1]?[0-9]{0,2}))\b)\.){3}(\b((25[0-5])|(2[0-4]\d)|([0-1]?[0-9]{0,2}))\b))|([0-9A-Fa-f]{1,4}::([0-9A-Fa-f]{1,4}:){0,5}[0-9A-Fa-f]{1,4})|(::([0-9A-Fa-f]{1,4}:){0,6}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){1,7}:))$


Archive powered by MHonArc 2.6.16.

Top of Page