I have tried installing all versions of IGV without success. I am running Window 7 Enterprise version Service Pack 1 with 32GB RAM. I have both 32-bit and 64-bit Java and IE on my system. I have tried installing the smallest memory version of IGV as well as larger memory allocations.
However, I always get these responses when trying to download from Broad website:
On the Launch File Tab:
<jnlp spec="6.0+" codebase="
http://www.broadinstitute.org/igv/projects/current" href="igv_mm.jnlp">
<information>
<title>IGV 2.2</title>
<vendor>The Broad Institute</vendor>
<homepage href="
http://www.broadinstitute.org/igv"/>
<description>IGV Software</description>
<description kind="short">IGV</description>
<icon href="IGV_64.gif"/>
<icon kind="splash" href="IGV_64.gif"/>
<offline-allowed/>
<shortcut online="true">
<desktop/>
<menu submenu="IGV"/>
</shortcut>
</information>
<security>
<all-permissions/>
</security>
<update check="always" policy="always"/>
<resources>
<java version="1.6+" initial-heap-size="256m" max-heap-size="1100m"/>
<jar href="igv.jar" download="eager" main="true"/>
<jar href="batik-codec.jar" download="eager"/>
<jar href="goby-io-igv.jar" download="lazy"/>
<property name="java.net.preferIPv4Stack" value="true"/>
<property name="apple.laf.useScreenMenuBar" value="true"/>
<property name="com.apple.mrj.application.growbox.intrudes" value="false"/>
<property name="com.apple.mrj.application.live-resize" value="true"/>
<property name="com.apple.macos.smallTabs" value="true"/>
<property name="http.agent" value="IGV 2.2"/>
</resources>
<application-desc main-class="org.broad.igv.ui.Main"/>
</jnlp>
On the Exception Tab:
com.sun.deploy.net.JARSigningException: Found unsigned entry in resource:
http://www.broadinstitute.org/igv/projects/current/igv.jar at com.sun.javaws.security.SigningInfo.getCommonCodeSignersForJar(Unknown Source)
at com.sun.javaws.security.SigningInfo.check(Unknown Source)
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.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Any advice would be appreciated.
Thanks,
Geoff