Custom Query (138 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 138)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#125 fixed AM API V1 URL does not exist at ExoSM and BBN SM somebody lnevers@bbn.com
Description

According to getversion the ExoGENI SM supports AM API V1 and V2:

$ omni.py getversion -a eg-sm       
....
   'geni_api': 2,
    'geni_api_versions': {   '1': 'https://geni.renci.org:11443/orca/xmlrpc/geniV1',
                             '2': 'https://geni.renci.org:11443/orca/xmlrpc/geni'},

{{{

Attempts to execute command with AM API V1 URL fail:
{{{
$  omni.py listresources  -a https://geni.renci.org:11443/orca/xmlrpc/geniV1
  ....
ERROR:omni.protogeni:Call for GetVersion at https://geni.renci.org:11443/orca/xmlrpc/geniV1 
failed.: ProtocolError: <ProtocolError for geni.renci.org:11443/orca/xmlrpc/geniV1: 
404 Not Found>
ERROR:omni.protogeni:    ..... Run with --debug for more information
WARNING:omni:Couldnt get api version supported from GetVersion: AM 
https://geni.renci.org:11443/orca/xmlrpc/geniV1 failed getversion (empty): 
ProtocolError: <ProtocolError for geni.renci.org:11443/orca/xmlrpc/geniV1: 404 Not Found>
WARNING:omni:Got no api_version from getversion at 
https://geni.renci.org:11443/orca/xmlrpc/geniV1? AM https://geni.renci.org:11443/orca/xmlrpc/geniV1 failed 
getversion (empty): ProtocolError: <ProtocolError for geni.renci.org:11443/orca/xmlrpc/geniV1: 404 Not Found>

}}}
}}}
#122 fixed Attempts to create slivers are failing at BBN SM, ExoSM, and RENCI SM somebody lnevers@bbn.com
Description

Tried to create slivers a the BBN SM, ExoSM and RENCI SM, but each did not work. Attempts to create slivers at each hung on the sliver create call and never completed. Several slivers were attempted (lnexo,delegSlice), each requesting a simple 1 VM topology.

Following is one scenario where the request had been running for 15 minutes:

INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+delegSlice expires on 2012-10-03 12:48:19 UTC
INFO:omni:Substituting AM nickname am-undertest with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
INFO:omni:Substituting AM nickname am-undertest with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
INFO:omni:Creating sliver(s) from rspec file ./request.xml for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+delegSlice

#8 fixed Attempts to create slivers result in "unknown slice error' somebody lnevers@bbn.com
Description

As of this morning, all sliver creation attempts have been failing with an excption reporting:

Other Exception: java.lang.Exception: ERROR: Unknown slice urn urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+acclne-123456 
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.