pulpTunes Community Forums The Web Server for iTunes

Please login or register.

Login with username, password and session length
Advanced search  

News:

Author Topic: [OSX] Application will not start, Java SAXParseException  (Read 870 times)

Michael

  • Guest

I just downloaded the stable 1.1.0 release, and I can't seem to open the application at all. I get a SAXParseException, and the application closes itself after that.

Mac OS X (10.5.7)
Code: [Select]
java -version
java version "1.5.0_16"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)
Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)

Quote
Cannot launch Java application

Uncaught exception in main method:
java.lang.RuntimeException:
org.xml.sax:SAXParseException:
Content is not allowed in prolog
Logged

alpeb

  • Administrator
  • Grand Master
  • *****
  • Gender: Male
  • Posts: 451
    • View Profile
    • Email
Re: [OSX] Application will not start, Java SAXParseException
« Reply #1 on: June 10, 2009, 06:42:50 PM »

What a wonderful error report, thanks :)

It might be the iTunes music library XML file is invalid. Would you send it to me to alpeb at pulptunes.com, so I can try reproducing the problem?

Cheers
Logged

alpeb

  • Administrator
  • Grand Master
  • *****
  • Gender: Male
  • Posts: 451
    • View Profile
    • Email
Re: [OSX] Application will not start, Java SAXParseException
« Reply #2 on: June 11, 2009, 03:36:32 PM »

Problem solved through email. The cause was pulpTunes was trying to fetch a non-existant XML iTunes file because of a previous misconfiguration. We'll have a better error handling for this in version 1.1.1.
Logged