jdu98a Posted July 1, 2013 Posted July 1, 2013 I have a script that is importing XML from a URL location, and I have been getting this error occasionally: SAXParseExeption: unable to connect socket for URL (http:www... [url details]) As I said, this only happens occasionally. The script has been running without errors for over a year now. I'm guessing this is a network issue. Anyone know where I need to start looking?
webko Posted July 3, 2013 Posted July 3, 2013 Unable to connect to socket would indicate a networking error. The other major cause of SAXParseExceptions is invalid (high ASCII) characters in a XML file defined as ISO-8859
Recommended Posts
This topic is 4428 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now