Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

An exception has occurred: Internal error: java.net.MalformedURLException: unknown protocol: bundle schema/20/rng/opf.rng

I am trying to upload books from a Red Hat server using iTMSTransporter, but ever since a recent update I've been receiving this exception:

An exception has occurred: Internal error: java.net.MalformedURLException: unknown protocol: bundle schema/20/rng/opf.rng

I've tried changing the java version as I was originally using 1.6 and saw that some people were having the same issue with iTunes Producer. I've even seen where others have gone into iTunes Producer and unchecked Signiant in the advanced settings, but I don't see how to do that with iTMSTransporter from the Terminal. Thanks in advance

Other OS

Posted on Apr 19, 2012 10:55 AM

Reply
Question marked as Best reply

Posted on Apr 24, 2012 12:09 PM

I discovered the transporter was defaulting to using signiant like others were having with iTunes Producer and after looking through the iTMSTransporter documentation enough I found how to change it. if I add -t DAV to my command it gets rid of the issue i was having. I hope that helps anyone else with the same problem


example:

breaks

/usr/local/itms/bin/iTMSTransporter -m upload -f output/ -u username -p password

works

/usr/local/itms/bin/iTMSTransporter -m upload -f output/ -u username -p password -t DAV

1 reply
Question marked as Best reply

Apr 24, 2012 12:09 PM in response to jonahfromcharleston

I discovered the transporter was defaulting to using signiant like others were having with iTunes Producer and after looking through the iTMSTransporter documentation enough I found how to change it. if I add -t DAV to my command it gets rid of the issue i was having. I hope that helps anyone else with the same problem


example:

breaks

/usr/local/itms/bin/iTMSTransporter -m upload -f output/ -u username -p password

works

/usr/local/itms/bin/iTMSTransporter -m upload -f output/ -u username -p password -t DAV

An exception has occurred: Internal error: java.net.MalformedURLException: unknown protocol: bundle schema/20/rng/opf.rng

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.