Opened 12 years ago

Closed 12 years ago

#56 closed (fixed)

Sliver status reports "Exception: java.lang.ArrayIndexOutOfBoundsException" error

Reported by: lnevers@bbn.com Owned by: ibaldin@renci.org
Priority: major Milestone:
Component: Experiment Version: SPIRAL4
Keywords: sliver status Cc:
Dependencies:

Description

Created a sliver succesfully for a sliced name "testln", but am unable to get sliverstatus:

$ ./src/omni.py createsliver testln -a exobbn ./exorspec/exo-2vm-1lan.rspec INFO:omni:Loading config file omni_config
INFO:omni:Using control framework pgeni
INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+testln expires on 2012-06-29 02:35:44 UTC
INFO:omni:Substituting AM nickname exobbn with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
INFO:omni:Substituting AM nickname exobbn with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
INFO:omni:Creating sliver(s) from rspec file ./exorspec/exo-2vm-1lan.rspec for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+testln
INFO:omni:Asked https://bbn-hn.exogeni.net:11443/orca/xmlrpc to reserve resources. Result:
INFO:omni:<?xml version="1.0" ?>
INFO:omni:<!-- Reserved resources for:
	Slice: testln
	At AM:
	URL: https://bbn-hn.exogeni.net:11443/orca/xmlrpc
 -->
INFO:omni:<rspec type="manifest" xmlns="http://www.geni.net/resources/rspec/3" xmlns:ns2="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.protogeni.net/resources/rspec/2 http://www.protogeni.net/resources/rspec/2/manifest.xsd http://hpn.east.isi.edu/rspec/ext/stitch/0.1/ http://hpn.east.isi.edu/rspec/ext/stitch/0.1/stitch-schema.xsd">  
      <node client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#VM" component_id="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+cm" exclusive="true" sliver_id="urn:publicid:IDN+exogeni.net:bbnvmsite+sliver+d565a470-aa44-4e69-8a00-10b561d4fe0a#VM">    
            <sliver_type name="m1.small">      
                  <disk_image name="http://geni-images.renci.org/images/standard/debian/debian-squeeze-amd64-neuca-2g.zfilesystem.sparse.v0.2.xml" version="397c431cb9249e1f361484b08674bc3381455bb9"/>      
            </sliver_type>    
            <services/>    
            <interface client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#VM:if1"/>    
            <interface client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#VM:if2"/>    
      </node>  
      <node client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#VM-0" component_id="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+cm" exclusive="true" sliver_id="urn:publicid:IDN+exogeni.net:bbnvmsite+sliver+d565a470-aa44-4e69-8a00-10b561d4fe0a#VM-0">    
            <sliver_type name="m1.small">      
                  <disk_image name="http://geni-images.renci.org/images/standard/debian/debian-squeeze-amd64-neuca-2g.zfilesystem.sparse.v0.2.xml" version="397c431cb9249e1f361484b08674bc3381455bb9"/>      
            </sliver_type>    
            <services/>    
            <interface client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#VM-0:if1"/>    
            <interface client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#VM-0:if2"/>    
      </node>  
      <link client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#lan0" sliver_id="urn:publicid:IDN+exogeni.net:bbnvmsite+sliver+d565a470-aa44-4e69-8a00-10b561d4fe0a#lan0">    
            <interface_ref client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#VM:if1"/>    
            <interface_ref client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#VM-0:if1"/>    
      </link>  
</rspec>
INFO:omni: ------------------------------------------------------------
INFO:omni: Completed createsliver:

  Options as run:
		aggregate: exobbn
		framework: pgeni
		native: True

  Args: createsliver testln ./exorspec/exo-2vm-1lan.rspec

  Result Summary: Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+testln expires on 2012-06-29 02:35:44 UTC
Reserved resources on https://bbn-hn.exogeni.net:11443/orca/xmlrpc.  
INFO:omni: ============================================================
lnevers@arendia:~/gcf-1.6.2$ ./src/omni.py sliverstatus testln -a exobbn                               
INFO:omni:Loading config file omni_config
INFO:omni:Using control framework pgeni
INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+testln expires on 2012-06-29 02:35:44 UTC
INFO:omni:Substituting AM nickname exobbn with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
INFO:omni:Status of Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+testln:
INFO:omni: ------------------------------------------------------------
INFO:omni: Completed sliverstatus:

  Options as run:
		aggregate: exobbn
		framework: pgeni
		native: True

  Args: sliverstatus testln

  Result Summary: Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+testln expires on 2012-06-29 02:35:44 UTC

Failed to get SliverStatus on testln at AM https://bbn-hn.exogeni.net:11443/orca/xmlrpc: Other Exception: java.lang.ArrayIndexOutOfBoundsException: 0
Returned status of slivers on 0 of 1 possible aggregates. 
INFO:omni: ============================================================

Change History (5)

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

The sliverstatus exceptions seems to occur with every sliver that is created.

comment:2 Changed 12 years ago by ibaldin@renci.org

Owner: changed from somebody to ibaldin@renci.org
Status: newassigned

Ilia broke something. Bad Ilia.

comment:3 Changed 12 years ago by ibaldin@renci.org

I found the problem. If you want to try it only on BBN rack, close all active slices (or tell me to close them) and I will redeploy the SM (this will not affect slices created via ExoSM).

comment:4 in reply to:  3 Changed 12 years ago by lnevers@bbn.com

Replying to ibaldin@renci.org:

I found the problem. If you want to try it only on BBN rack, close all active slices (or tell me to close them) and I will redeploy the SM (this will not affect slices created via ExoSM).

Ilia, please close all my slivers. I am starting to loose track of them.

comment:5 Changed 12 years ago by lnevers@bbn.com

Resolution: fixed
Status: assignedclosed

Sliver status now works. Closing ticket.

Note: See TracTickets for help on using tickets.