sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #57648
Re: [Question #698982]: SaxNotRecognizedException - XMLRPC server
Question #698982 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/698982
Description changed to:
********* tracked on GitHub
https://github.com/RaiMan/SikuliX1/issues/426
--------------------------------
Hello,
I developped XMLRPC server based in Python and I can call Sikuli's function ( V1.1.3). I have this system since many years and it works fine.
actually, I'm trying to upgrade to Sikuli2.0.5. with Java 17. When I call any function with client XMLRPC (ex: function with only return "text") I have this error :
xmlrpc.client.Fault: <Fault 1: "<type
'org.xml.sax.SAXException'>:org.xml.sax.SAXException: SAX2 driver class
org.apache.xerces.parsers.SAXParser not
found\njava.lang.ClassNotFoundException:
org.apache.xerces.parsers.SAXParser">
I added xerces-2_6_2.jar to extension file of sikuli I got this error:
xmlrpc.client.Fault: <Fault 1: "<type 'org.xml.sax.SAXNotRecognizedException'>:org.xml.sax.SAXNotRecognizedException: Feature 'http://xml.org/sax/features/use-entity-resolver2' is not recognized.">
just with functoin that return a string I have this error.
Could you help me please ?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.