Opened 10 years ago

Closed 10 years ago

#1153 closed (fixed)

Request for 3 node linear stitched sliver results in "no edge hop" error at Utah IG

Reported by: lnevers@bbn.com Owned by: somebody
Priority: major Milestone:
Component: STITCHING Version: SPIRAL6
Keywords: Network Stitching Cc: xyang@maxgigapop.net, duerig@flux.utah.edu
Dependencies:

Description

Creating a 3 node linear with the following path:

GPO IG<-> Missouri IG <-> Utah IG

Results in the following failure:

09:19:14 INFO     stitch.Aggregate: Writing to '/tmp/IG-ST-3-createsliver-request-11-utah-geniracks-net.xml'
09:19:14 INFO     stitch.Aggregate: 
	Stitcher doing createsliver at https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/1.0
09:19:15 WARNING  omni: Requested API version 2, but AM https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/1.0 uses version 1. Same aggregate talks API v2 at a different URL: https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/2.0
09:19:26 ERROR    omni:  {'output': 'link1: no edge hop', 'code': {'protogeni_error_log': 'urn:publicid:IDN+utah.geniracks.net+log+4cb5b7c00a914b8cf08c9457abadaef8', 'am_type': 'protogeni', 'geni_code': 2, 'am_code': 2, 'protogeni_error_url': 'https://boss.utah.geniracks.net/spewlogfile.php3?logfile=4cb5b7c00a914b8cf08c9457abadaef8'}, 'value': 0}
09:19:26 INFO     stitch.Aggregate: Got AMAPIError doing createsliver IG-ST-3 at <Aggregate urn:publicid:IDN+utah.geniracks.net+authority+cm>: AMAPIError: Error from Aggregate: code 2. protogeni AM code: 2: link1: no edge hop.
09:19:26 WARNING  stitcher: Stitching failed but will retry: Circuit reservation failed at <Aggregate urn:publicid:IDN+utah.geniracks.net+authority+cm> (AMAPIError: Error from Aggregate: code 2. protogeni AM code: 2: link1: no edge hop.). Try again from the SCS
09:19:26 WARNING  stitcher: Had reservation at https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am
09:19:26 INFO     stitch.Aggregate: Doing deletesliver at https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am
09:19:53 ERROR    omni:  {'output': 'resource is busy; try again later', 'code': {'protogeni_error_log': 'urn:publicid:IDN+instageni.gpolab.bbn.com+log+e294bf37f341fbd6d714e7aff386b36c', 'am_type': 'protogeni', 'geni_code': 14, 'am_code': 14, 'protogeni_error_url': 'https://boss.instageni.gpolab.bbn.com/spewlogfile.php3?logfile=e294bf37f341fbd6d714e7aff386b36c'}, 'value': 0}

Attaching the request RSpec IG-ST-3-createsliver-request-11-utah-geniracks-net.xml'

Attachments (1)

IG-ST-3-createsliver-request-11-utah-geniracks-net.xml (8.8 KB) - added by lnevers@bbn.com 10 years ago.

Download all attachments as: .zip

Change History (2)

Changed 10 years ago by lnevers@bbn.com

comment:1 Changed 10 years ago by lnevers@bbn.com

Resolution: fixed
Status: newclosed

Closing ticket, this was user error. There was an RSPec definition problem with the link:

  <link client_id="link1">
    <component_manager name="urn:publicid:IDN+instageni.rnet.missouri.edu+authority+cm"/>
    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
    <interface_ref client_id="ig-gpo:if0"/>   <<<<=====SHOULD HAVE BEEN ig-utah ====|
    <interface_ref client_id="miss:if0"/>
    <property source_id="miss:if0" dest_id="ig-utah:if0" />
    <property source_id="ig-utah:if0" dest_id="miss:if0" />
  </link>
Note: See TracTickets for help on using tickets.