RPC handler object "MPSSupport" not found
When MPS #262 is running with Demetra #5181, a following bug occures permanently:
org.apache.xmlrpc.XmlRpcException: java.lang.Exception: RPC handler object "MPSSupport" not found and no default handler registered
This bug occures because MPS failed to create new project in Demetra. Whatever project is opened in Demetra, the bug cited above replaces with following:
java.io.IOException: Invalid character data corresponding to XML entity М
Does anyone experienced something similar to?
Please sign in to leave a comment.
Second exception could happen because XMLRPC which we use for working with plugin doesn't know how to work with non ascii characters. Maybe you've created project in a folder with russian characters?
Yes, the reason is clear now.
But I was surprised: localization problems are still actual in the 21'th century:)
We've been using old version of apache xml-rpc. I try to use the latest one. I hope it help.