Custom Query (138 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 138)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#1 fixed setup exogeni trac instance for ExoGENI testing chaos@bbn.com chaos@bbn.com
Description

Set up a dedicated Trac instance for tickets needed during ExoGENI rack testing.

#2 fixed create sliver for incorrect component manager fails with exception ibaldin@renci.org lnevers@bbn.com
Description

Using version??? on 04/25/2012.

While creating a sliver at the BBN SM using an RSpec that includes a resource from the component_manager_id "urn:publicid:IDN+rcivmsite+authority+cm"(RENCI Aggregate), an exception was reported, which does not give a good insight into the source of the problem. Here is the error:

$ ./src/omni.py -a https://bbn-hn.exogeni.gpolab.bbn.com:11443/orca/xmlrpc createsliver lnevers6orca orca-2site.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+lnevers6orca expires within 1 day on 2012-04-25 22:43:34 UTC
INFO:omni:Creating sliver(s) from rspec file orca-2site.rspec for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers6orca
INFO:omni:Asked https://bbn-hn.exogeni.gpolab.bbn.com:11443/orca/xmlrpc to reserve resources. Result:
INFO:omni:<!-- Reserved resources for:
	Slice: lnevers6orca
	At AM:
	URL: https://bbn-hn.exogeni.gpolab.bbn.com:11443/orca/xmlrpc
 -->
INFO:omni: ------------------------------------------------------------
INFO:omni: Completed createsliver:

  Options as run:
		aggregate: https://bbn-hn.exogeni.gpolab.bbn.com:11443/orca/xmlrpc
		framework: pgeni
		native: True

  Args: createsliver lnevers6orca orca-2site.rspec

  Result Summary: Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers6orca expires within 1 day(s) on 2012-04-25 22:43:34 UTC
Asked https://bbn-hn.exogeni.gpolab.bbn.com:11443/orca/xmlrpc to reserve resources. No manifest Rspec returned. Other Exception: java.lang.Exception: ERROR: Unknown slice urn urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers6orca 
INFO:omni: ============================================================

Replacing the component_manager_id "urn:publicid:IDN+rcivmsite+authority+cm" with the correct one "urn:publicid:IDN+bbnvmsite+authority+cm" resolves the failure.

The exception should be handled more gracefully.

#3 fixed Requested unsupported RSpec V3 sliver results in exception ibaldin@renci.org lnevers@bbn.com
Description

Using version??? on 04/25/2012.

Requesting a sliver with a V3 RSpec (currently not supported according to getverison) results in the following exception:

$ ./src/omni.py -a https://bbn-hn.exogeni.net:11443/orca/xmlrpc createsliver exov3 orca-1node-v3.rspec -t GENI 3
INFO:omni:Loading config file omni_config
INFO:omni:Using control framework pgeni
INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+exov3 expires within 1 day on 2012-04-26 02:18:32 UTC
INFO:omni:Creating sliver(s) from rspec file orca-1node-v3.rspec for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+exov3
INFO:omni:Asked https://bbn-hn.exogeni.net:11443/orca/xmlrpc to reserve resources. Result:
INFO:omni:<!-- Reserved resources for:
	Slice: exov3
	At AM:
	URL: https://bbn-hn.exogeni.net:11443/orca/xmlrpc
 -->
INFO:omni: ------------------------------------------------------------
INFO:omni: Completed createsliver:
  Options as run:
		aggregate: https://bbn-hn.exogeni.net:11443/orca/xmlrpc
		framework: pgeni
		native: True
		rspectype: ('GENI', '3')
  Args: createsliver exov3 orca-1node-v3.rspec
  Result Summary: Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+exov3 expires within 1 day(s) on 2012-04-26 02:18:32 UTC
Asked https://bbn-hn.exogeni.net:11443/orca/xmlrpc to reserve resources. No manifest
 Rspec returned. Error encountered converting RSpec to NDL via converter service: 
ERROR converting from RSpec2 request to RDF-XML:java.lang.Exception: ERROR: unable to 
parse RSpec document: javax.xml.bind.UnmarshalException
 - with linked exception:
[org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'rspec'.] 
INFO:omni: ============================================================

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.