Encountered an issue after the recent Apple update and couldn’t upload to iTunes store. Had fixed all the cert issues and came across this solution. Tried it and works!
http://stackoverflow.com/questions/5783481/an-error-occurred-uploading-to-the-itunes-store
If you are unable to upload Apps to Apple and installed the JavaOSX update (April 3, 2012) this may help you regain your ability to upload Apps:
You can work around this issue by re-creating the old Java 1.5 symlinks:
sudo ln -s CurrentJDK /System/Library/Frameworks/JavaVM.framework/Versions/1.5 sudo ln -s CurrentJDK /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0
Related posts:
Thanks bro!