[geni-users] Issue with the stitching service

22 views
Skip to first unread message

Aditi Ghag

unread,
Feb 25, 2014, 9:11:23 AM2/25/14
to geni-...@googlegroups.com
Hi,

I am trying to use the stitching service, but I am getting this error-

ERROR <Fault -500: "Unexpected error executing code for particular method, detected by Xmlrpc-c method registry code.  Method did not fail; rather, it did not complete at all.  Xmlrpc-c user's xmlrpc_c::method object's 'execute method' failed to set the RPC result value.">

09:09:20 ERROR    stitcher: Exception from slice computation service: <Fault -500: "Unexpected error executing code for particular method, detected by Xmlrpc-c method registry code.  Method did not fail; rather, it did not complete at all.  Xmlrpc-c user's xmlrpc_c::method object's 'execute method' failed to set the RPC result value.">

SCS gave error: <Fault -500: "Unexpected error executing code for particular method, detected by Xmlrpc-c method registry code.  Method did not fail; rather, it did not complete at all.  Xmlrpc-c user's xmlrpc_c::method object's 'execute method' failed to set the RPC result value.">


Please let me know how to fix this error.


Thanks,

Aditi

Luisa Nevers

unread,
Feb 25, 2014, 10:53:59 AM2/25/14
to geni-...@googlegroups.com
Hello Aditi,

We are aware of this problem and are currently investigating it. I will
let you know as soon
as we have the problem fixed. Sorry for the inconvenience.

Luisa
> --
> GENI Users is a community supported mailing list, so please help by
> responding to questions you know the answer to.
>
> If this is your first time posting a question to this list, please
> review
> http://groups.geni.net/geni/wiki/GENIExperimenter/CommunityMailingList
> ---
> You received this message because you are subscribed to the Google
> Groups "GENI Users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to geni-users+...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

Luisa Nevers

unread,
Feb 25, 2014, 11:36:53 AM2/25/14
to geni-...@googlegroups.com
Hello Aditi,

The problem with the Stitching Computation Service has been resolved,
please try your experiment again.

Thanks,
Luisa

Aditi Ghag

unread,
Feb 25, 2014, 4:35:35 PM2/25/14
to geni-...@googlegroups.com
Thanks Luisa.

I tried it again, and this time I am getting some different error. 

No path found in rspec with id = '##all_paths_merged##'

What could be the issue here?


Aditi



To unsubscribe from this group and stop receiving emails from it, send an email to geni-users+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.
--
GENI Users is a community supported mailing list, so please help by responding to questions you know the answer to.

If this is your first time posting a question to this list, please review http://groups.geni.net/geni/wiki/GENIExperimenter/CommunityMailingList
--- You received this message because you are subscribed to the Google Groups "GENI Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geni-users+unsubscribe@googlegroups.com.

Aaron Helsinger

unread,
Feb 25, 2014, 4:51:07 PM2/25/14
to geni-...@googlegroups.com
That's a bug in the SCS (new code that isn't quite ready).

In the meantime, you can work around the issue if you are willing to edit Omni code.

Edit src/omnilib/stitch/workflow.py
Go to line 66, which says
                raise StitchingError(msg)
 Insert as the first character of that line, a # (comment character),
and then insert a new line 67 that says "continue", indented to the same level as the word "msg" on line 65. So the new section looks like:

        for link_id in workflow:
            path = rspec.find_path(link_id)
            if not path:
                msg = "No path found in rspec with id = %r" % (link_id)
#                raise StitchingError(msg)
                continue
            deps = workflow[link_id][self.DEPENDENCIES_KEY]

And try again.

Thanks for your persistence,
Aaron
To unsubscribe from this group and stop receiving emails from it, send an email to geni-users+...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

--
GENI Users is a community supported mailing list, so please help by responding to questions you know the answer to.

If this is your first time posting a question to this list, please review http://groups.geni.net/geni/wiki/GENIExperimenter/CommunityMailingList
--- You received this message because you are subscribed to the Google Groups "GENI Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geni-users+...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.
--
GENI Users is a community supported mailing list, so please help by responding to questions you know the answer to.
 
If this is your first time posting a question to this list, please review http://groups.geni.net/geni/wiki/GENIExperimenter/CommunityMailingList
---
You received this message because you are subscribed to the Google Groups "GENI Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geni-users+...@googlegroups.com.

Luisa Nevers

unread,
Feb 25, 2014, 4:51:57 PM2/25/14
to geni-...@googlegroups.com
On 2/25/14 4:35 PM, Aditi Ghag wrote:
>
> No path found in rspec with id = '##all_paths_merged##'
>
Hum not sure?!?
I have not seen this one before, but if you send me your
RSpec, I can take a look and hopefully explain it for you.

Luisa


Luisa Nevers

unread,
Feb 25, 2014, 4:52:58 PM2/25/14
to geni-...@googlegroups.com
Please ignore my message, I had not seen Aaron's reply.
Sorry,
Luisa

Aditi Ghag

unread,
Feb 25, 2014, 4:58:41 PM2/25/14
to geni-...@googlegroups.com
Thanks Aaron. 
Would you have instructions for Mac? I'll give it a try if it works. 

Aditi

Aaron Helsinger

unread,
Feb 26, 2014, 8:40:59 AM2/26/14
to geni-...@googlegroups.com
The issue with the SCS is fixed now. No need for the workaround.

Aaron

Aditi Ghag

unread,
Feb 26, 2014, 8:45:42 AM2/26/14
to geni-...@googlegroups.com
Yup, I am not seeing any of the errors below. Thanks for the update Aaron.

Aditi
Reply all
Reply to author
Forward
0 new messages