java security prevents filebot from running

Any questions? Need some help?
Post Reply
sanjonny
Posts: 70
Joined: 08 Feb 2012, 02:55

java security prevents filebot from running

Post by sanjonny »

the latest update of java for windows xp does not allow filebot to run. it stops and says unsigned application is not allowed system level access and then give a lot or error messages. i used filebot all the time but just upgraded java so now i am in trouble. pleaae help. i can provide error messages if needed

thanks in advance, i believe my java is version 7 update 5
sanjonny
Posts: 70
Joined: 08 Feb 2012, 02:55

Re: java security prevents filebot from running

Post by sanjonny »

here is the exception from java page. error is unsigned application requesting unrestricted accrss to system





JNLPException[category: Security Error : Exception: null : LaunchDesc:
<jnlp spec="1.6+" codebase="http://filebot.sourceforge.net/webstart/" href="filebot.jnlp">
<information>
<title>FileBot</title>
<vendor>Reinhard Pointner</vendor>
<homepage href="http://filebot.sourceforge.net"/>
<description>The ultimate TV Renamer and Subtitle Downloader</description>
<icon href="icon48.png" width="48" height="48"/>
<icon href="icon32.png" width="32" height="32"/>
<icon href="icon16.png" width="16" height="16"/>
<icon href="shortcut.ico" kind="shortcut"/>
<icon href="splash.png" kind="splash"/>
<shortcut online="true">
<desktop/>
</shortcut>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<update check="background" policy="always"/>
<resources>
<property name="application.deployment" value="webstart"/>
<property name="application.update" value="skip"/>
<property name="jnlp.packEnabled" value="true"/>
<java version="1.6+" max-heap-size="256m"/>
<jar href="filebot.jar" download="eager" main="true"/>
<jar href="groovy.jar" download="eager"/>
<jar href="icu4j.jar" download="eager"/>
<jar href="commons-io.jar" download="eager"/>
<jar href="args4j.jar" download="eager"/>
<jar href="jna.jar" download="eager"/>
<jar href="miglayout.jar" download="eager"/>
<jar href="glazedlists.jar" download="eager"/>
<jar href="ehcache.jar" download="eager"/>
<jar href="simmetrics.jar" download="eager"/>
<jar href="slf4j.jar" download="eager"/>
<jar href="slf4j-jdk.jar" download="eager"/>
<jar href="jgat-custom.jar" download="eager"/>
<jar href="json-simple.jar" download="lazy"/>
<jar href="xmlrpc.jar" download="eager"/>
<jar href="sublight-ws.jar" download="eager"/>
<jar href="junrar-custom.jar" download="lazy"/>
<jar href="nekohtml.jar" download="lazy" part="scraper"/>
<jar href="xercesImpl.jar" download="lazy" part="scraper"/>
<jar href="mediainfo.jar" download="lazy" part="native"/>
<jar href="sevenzipjbinding.jar" download="lazy" part="native"/>
</resources>
<resources os="Windows" arch="x86">
<nativelib href="native/win32-x86.jar" download="lazy" part="native"/>
</resources>
<resources os="Windows" arch="amd64">
<nativelib href="native/win32-x64.jar" download="lazy" part="native"/>
</resources>
<resources os="Linux" arch="i386">
<nativelib href="native/linux-i386.jar" download="lazy" part="native"/>
</resources>
<resources os="Linux" arch="amd64">
<nativelib href="native/linux-amd64.jar" download="lazy" part="native"/>
</resources>
<resources os="Mac" arch="x86_64">
<nativelib href="native/mac-x86_64.jar" download="lazy" part="native"/>
</resources>
<application-desc main-class="net.sourceforge.filebot.Main"/>
</jnlp> ]
at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResourcesHelper(Unknown Source)
at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResources(Unknown Source)
at com.sun.javaws.Launcher.prepareResources(Unknown Source)
at com.sun.javaws.Launcher.prepareAllResources(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: java security prevents filebot from running

Post by rednoah »

Not sure what's broken again. Just install FileBot instead.
:idea: Please read the FAQ and How to Request Help.
sanjonny
Posts: 70
Joined: 08 Feb 2012, 02:55

Re: java security prevents filebot from running

Post by sanjonny »

i get a similar error with the installed version. i will post the error later when at that computer.
sanjonny
Posts: 70
Joined: 08 Feb 2012, 02:55

Re: java security prevents filebot from running

Post by sanjonny »

got similar error with 2.61 running locally, when i upgraded to 2.62, it appears to work fine so far.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: java security prevents filebot from running

Post by rednoah »

The error above is specifically about a Java WebStart (JNLP) issue with permissions. If you launch a local Java app there can't be JNLP problems. WebStart (if it works) sets up a desktop shortcut that Probably overwrote the shortcut to the installed version.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: java security prevents filebot from running

Post by rednoah »

I'm running Windows 7 (32-bit) / Firefox / Java 1.7.0_05 so at least on my machine it's working fine.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: java security prevents filebot from running

Post by rednoah »

I guess WebStart is somehow messed up on your machine, try this:

Code: Select all

javaws -wait -uninstall
javaws -wait -clearcache
That should delete all webstart apps from the webstart cache:
Image
:idea: Please read the FAQ and How to Request Help.
Post Reply