Hi,
I now have my server set up and running, my com port configured (I think) and a new Iphone...
I'm getting error messages when I try to send x10 button commands:
'Error in controller - invalid controller.xml Please check controller log for errors'
the log reveals:
<paste>
2010-02-06 16:48:15,453 ERROR [HTTP-Thread-3] org.openremote.controller.rest.ButtonCommandRESTServlet.doPost(92) | ButtonCommandException occurs
org.openremote.controller.exception.InvalidControllerXMLException: check the version of schema or structure of controller.xml with /controller-1.0.xsd
</paste>
I've looked at the xsd file, but I don't know what I'm looking for <
Has the format been changed since I downloaded my installation?
How do I update the xsd?
Regards,
Jon
Comments (4)
Feb 06, 2010
Juha Lindfors says:
Can you please do a copy & paste of your controller.xml file here and will t...Can you please do a copy & paste of your controller.xml file here and will take a look at it.
Thanks.
Feb 09, 2010
Jon Sutton says:
Hi Juha, Controller.xml: <?xml version="1.0" encoding="UTF-8" ?> &l...Hi Juha,
Controller.xml:
Cheers,
JS
Feb 09, 2010
Juha Lindfors says:
Sorry for the delay in responding. The XML looks fine. I was able to reproduce ...Sorry for the delay in responding.
The XML looks fine. I was able to reproduce the same error message on WinXP when the controller is installed to a path with spaces in the name (such as 'Documents and Settings' directory leading to your desktop).
Any chance this is the case for you as well?
The root cause is the XML schema path is not being decoded correctly.
Mar 01, 2010
Jon Sutton says:
Thanks Juha, And sorry for the delay from me too - I Have been away from the PC...Thanks Juha,
And sorry for the delay from me too - I Have been away from the PC for a while...
Yes, I had installed it into 'c:\program files\'
I've now moved it and that error has gone away.
I now seem to be getting com port in use errors. I'll look into that one.
Thanks,
Jon