Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r5298 - trunk/ps-mdm-flowsub-mp/src/main/java/org/perfsonar/service/measurementPoint/flowsubscription

Subject: perfsonar development work

List archive

perfsonar: r5298 - trunk/ps-mdm-flowsub-mp/src/main/java/org/perfsonar/service/measurementPoint/flowsubscription


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r5298 - trunk/ps-mdm-flowsub-mp/src/main/java/org/perfsonar/service/measurementPoint/flowsubscription
  • Date: Fri, 2 Oct 2009 07:40:34 -0400

Author: michael.bischoff
Date: 2009-10-02 07:40:34 -0400 (Fri, 02 Oct 2009)
New Revision: 5298

Modified:

trunk/ps-mdm-flowsub-mp/src/main/java/org/perfsonar/service/measurementPoint/flowsubscription/NfReplayControll.java
Log:
updated exception message to be more correct.


Modified:
trunk/ps-mdm-flowsub-mp/src/main/java/org/perfsonar/service/measurementPoint/flowsubscription/NfReplayControll.java
===================================================================
---
trunk/ps-mdm-flowsub-mp/src/main/java/org/perfsonar/service/measurementPoint/flowsubscription/NfReplayControll.java
2009-10-02 11:37:41 UTC (rev 5297)
+++
trunk/ps-mdm-flowsub-mp/src/main/java/org/perfsonar/service/measurementPoint/flowsubscription/NfReplayControll.java
2009-10-02 11:40:34 UTC (rev 5298)
@@ -346,7 +346,7 @@
}

if(exportingRouterMap.size()<1) {
- throw new PerfSONARException("","No routers
where configured and enabled, check if the
'"+EXPORTER_FIRST_PART+"0"+".enabled' is defined in service.properties");
+ throw new PerfSONARException("","No routers
where configured and enabled, check if the
'"+EXPORTER_FIRST_PART+"1"+".enabled' is defined in service.properties");
}
} catch (Exception e) {
//fail fast with a runtime exception a correctly
configured service never throws this



  • perfsonar: r5298 - trunk/ps-mdm-flowsub-mp/src/main/java/org/perfsonar/service/measurementPoint/flowsubscription, svnlog, 10/02/2009

Archive powered by MHonArc 2.6.16.

Top of Page