Jump to content

XML Import error: SAXParseExeption


This topic is 3973 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 3973 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.