Hello,
When I use OMNI to create a sliver on
cron.loni.org, I got an error *** ERROR: mapper: Failure in ptopgen***. I used the Rspec which do not request specific node on cron.
In OMNI tool, getversion, listresources, and createslice are good. I attach the listresources results at
cron.loni.org.
Following is the error for create sliver
linxue@ubuntu:~/work/omni/gcf-1.5.2/src$ ./omni.py -c ../omni_config -a
https://www.cron.loni.org/protogeni/xmlrpc/am -o createsliver crontest ../cron.rspec
INFO:omni:Loading config file ../omni_config
INFO:omni:Using control framework cron
Enter PEM pass phrase:
INFO:omni:Slice urn:publicid:IDN+
cron.loni.org+slice+crontest expires on 2012-02-24 01:52:10 UTC
INFO:omni:Creating sliver(s) from rspec file ../cron.rspec for slice urn:publicid:IDN+
cron.loni.org+slice+crontest
Enter PEM pass phrase:
ERROR:omni.protogeni:Call for Create Sliver urn:publicid:IDN+
cron.loni.org+slice+crontest at
https://www.cron.loni.org/protogeni/xmlrpc/am failed. Server says: <Fault 2: '*** ERROR: mapper: Failure in ptopgen*** ERROR: mapper: Unretriable error.
Giving up.\n'>
INFO:omni:Writing result of createsliver for slice: crontest at AM:
https://www.cron.loni.org/protogeni/xmlrpc/am to file crontest-manifest-rspec-www-cron-loni-org-protogeni.xml
INFO:omni:Writing to 'crontest-manifest-rspec-www-cron-loni-org-protogeni.xml'
INFO:omni:<!-- Reserved resources for:
Slice: crontest
At AM:
URL:
https://www.cron.loni.org/protogeni/xmlrpc/am
-->
INFO:omni: ------------------------------------------------------------
INFO:omni: Completed createsliver:
Options as run:
aggregate:
https://www.cron.loni.org/protogeni/xmlrpc/am
configfile: ../omni_config
framework: cron
native: True
output: True
Args: createsliver crontest ../cron.rspec
Result Summary: Slice urn:publicid:IDN+
cron.loni.org+slice+crontest expires on 2012-02-24 01:52:10 UTC
Asked
https://www.cron.loni.org/protogeni/xmlrpc/am to reserve resources. No manifest Rspec returned. <Fault 2: '*** ERROR: mapper: Failure in ptopgen*** ERROR: mapper: Unretriable error.
Giving up.\n'>
Saved createsliver results to crontest-manifest-rspec-www-cron-loni-org-protogeni.xml.
INFO:omni: ============================================================
my Rspec is as following:
<?xml version="1.0" encoding="UTF-8"?>
<rspec xmlns="
http://www.protogeni.net/resources/rspec/2"
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/request.xsd"
type="request" >
<node client_id="my-node"
exclusive="true">
<sliver_type name="raw-pc" />
</node>
</rspec>
Any idea why this happen?
Thanks,
Lin