Could not verify signing in patched jar

I have encountered a strange bug in JWS verification of the signing of a resource updated via a jardiff patch.
We have a jar resource where the only change is the contents of a text file, and when the webstart client downloads the patch created by the jnlp-servlet, it reports:
Could not verify signing in resource: (http://oas-psolis-test.health.wa.gov.au:9002/PSOLIS-SwingApp-TES/PSOLIS-GUI-graphics.jar, 1.2)
The wrapped exception is:
java.lang.SecurityException: SHA1 digest error for Themes/DESERT.properties
at sun.security.util.ManifestEntryVerifier.verify(ManifestEntryVerifier.java:191)
at java.util.jar.JarVerifier.processEntry(JarVerifier.java:207)
at java.util.jar.JarVerifier.update(JarVerifier.java:194)
at java.util.jar.JarVerifier$VerifierStream.read(JarVerifier.java:380)
at com.sun.javaws.security.SigningInfo.checkSigning(Unknown Source)
at com.sun.javaws.cache.DownloadProtocol$RetrieveAction.actionDownload(Unknown Source)
at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
at com.sun.javaws.cache.DownloadProtocol.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
at com.sun.javaws.Launcher.downloadResources(Unknown Source)
at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Thread.java:536)
v1.2 is the new version of the jar in question (PSOLIS-GUI-graphics.jar). DESERT.properties is NOT the changed text file, but rather another text file which has not changed (ie: being used from the v1.1 previously downloaded).
The patch jar contains an essentially empty index.jd file, with just the line:
version 1.0
As you can tell from the above, no resources have been renamed, just one text/properties file has different contents (so this is not immediately obviously <http://developer.java.sun.com/developer/bugParade/bugs/4474211.html> - but regarding 4474211, how does one enable the -nonminimal switch to jardiff from the JNLP servlet?).
Nor is it obvious that this is an instance of bug 4739089 <http://developer.java.sun.com/developer/bugParade/bugs/4739089.html>
As you would expect, the patch jar file also contains the modified text file, plus the manifest.mf and the signing data files.
If I delete the webstart cache first the application downloads and runs fine (which proves there is nothing wrong with the signing in this jar). Another workaround is not to include the base/old version (v1.1) of the jar in the war.
Both these workarounds are impractical - I can't get all the users to delete their webstart caches on each new version (of which we have many (both users and version releases)), and my build/deploy process automatically creates versioned jars (based on whether any source files have changed), I would need to modify my process to never provide diffs for this very large jar (and perhaps, any of my jars?), and hence lose jardiffing benefits altogether (I just spent a long time developing this build process to automate versioned jars for webstart!)
These jar files are never altered once created, and the signing is the last stage of creating the jar files (though as I mentioned above, that the signatures are fine is demonstrated by both workarounds, it is only the patching which causes the issue).
We have reproduced this problem using both JWS v1.4.1 clients and JWS v1.0.1 (from JRE v1.4.0) client - our users use the latter as they require support for Windows 95, sigh.
While I have a copy of a v1.4.1 cache in a state from which I can reproduce the error, I haven't managed to get a case where I can clear the cache, deploy version A, download it, deploy version B and download it to reproduce the error. This means that I haven't got a process to setup a test of v1.4.2_02 of JWS.
I am using the jnlp-servlet.jar from the "JNLP Developers Pack v1.2 FCS".
Has anyone else encountered a similar problem, or know of a solution (which works with the 1.0.1 JWS client for long suffering 95 users)?
An interesting side-note for OC4J standalone users - when oc4j expands the EAR (and its component WAR files) under the j2ee/home/applications directory, it does not clear out the old contents from any previous deployment of the same application (name) - I modified my deploy to not include previous jar versions, and yet the client was still patching - because the old jar file versions were left there by oc4j, joy!

Even I am facing a similar kind of problem. When webstart is downloading JRE_1.4.2_02.jar, I am getting the following error the very time itself.
java.lang.SecurityException: SHA1 digest error for jre.jar
     at sun.security.util.ManifestEntryVerifier.verify(Unknown Source)
     at java.util.jar.JarVerifier.processEntry(Unknown Source)
     at java.util.jar.JarVerifier.update(Unknown Source)
     at java.util.jar.JarVerifier$VerifierStream.read(Unknown Source)
     at com.sun.javaws.security.SigningInfo.checkSigning(Unknown Source)
     at com.sun.javaws.cache.DownloadProtocol$RetrieveAction.actionDownload(Unknown Source)
     at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
     at com.sun.javaws.cache.DownloadProtocol.getResource(Unknown Source)
     at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
     at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
     at com.sun.javaws.Launcher.downloadResources(Unknown Source)
     at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
     at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
     at com.sun.javaws.Launcher.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
JRE_1.4.2_02.jar is a signed and verified jar that contains jre.jar. This is being downloaded on to the client for the first time. Webstart version used is 1.0.1. Can any tell me what may be the problem?

Similar Messages

  • Could not verify signing in resource (JAR + Pack200)

    It seems I always ended up getting JWS error I never have had before these days...
    Ok, long story short:
    - this is about a JavaFX 1.3.1 app with packed JARs
    - changed computer, switched from JDK 1.6.0_22 that I used for several month for signing and pack files to JDK 1.6.0_29 and JDK 1.7.0_02. This issue did not happen with JDK 1.6.0_22.
    - it's currently deployed to an internal web server for testing purposes, files and URL are correct and can be reached from my workstation.
    - every single JNLP file validates OK with JaNeLA.
    - the certificate used to sign the libs is valid.
    - the offending JAR file report as being Ok and signed when checked with jarsigner.
    The error from Java Web Start is:
    >
    Unable to launch the application.
    Error: Could not verify signing in resource: http://devlin01.noumea.spc.local/~fabriceb/Web/TUMAS/lib/OFP-fx.jar.pack.gz
    >
    The exception is:
    com.sun.deploy.net.JARSigningException: Could not verify signing in resource: http://devlin01.noumea.spc.local/~fabriceb/Web/TUMAS/lib/OFP-fx.jar.pack.gz
         at com.sun.deploy.security.JarVerifier.authenticateJarEntry(Unknown Source)
         at com.sun.deploy.security.EnhancedJarVerifier.validate(Unknown Source)
         at com.sun.deploy.cache.CacheEntry.processJar(Unknown Source)
         at com.sun.deploy.cache.CacheEntry.access$2200(Unknown Source)
         at com.sun.deploy.cache.CacheEntry$9.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
         at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source)
         at com.sun.deploy.cache.Cache.downloadResourceToCache(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)The wrapped exception is:
    java.lang.SecurityException: SHA1 digest error for org/spc/ofp/javafx/scene/control/dialog/TitleLabel$TitleLabel$Script.class
         at sun.security.util.ManifestEntryVerifier.verify(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarVerifier$VerifierStream.read(Unknown Source)
         at com.sun.deploy.security.JarVerifier.readAndMaybeSaveStreamTo(Unknown Source)
         at com.sun.deploy.security.JarVerifier.authenticateJarEntry(Unknown Source)
         at com.sun.deploy.security.EnhancedJarVerifier.validate(Unknown Source)
         at com.sun.deploy.cache.CacheEntry.processJar(Unknown Source)
         at com.sun.deploy.cache.CacheEntry.access$2200(Unknown Source)
         at com.sun.deploy.cache.CacheEntry$9.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
         at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source)
         at com.sun.deploy.cache.Cache.downloadResourceToCache(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)The main JNLP is:
    <jnlp spec="1.0+" codebase="http://devlin01.noumea.spc.local/~fabriceb/Web/TUMAS/" href="TUMAS-fx.jnlp">
      <information>
        <title>TUMAS development standalone version</title>
        <vendor>CPS-SPC Secretariat of the Pacific Community</vendor>
        <homepage href="http://www.tumas-project.org/"/>
        <description>Management Option Visualisation Tool</description>
        <description kind="short">Management Option Visualisation Tool</description>
        <description kind="one-line">Management Option Visualisation Tool</description>
        <description kind="tooltip">Management Option Visualisation Tool</description>
        <icon kind="default" href="MOViT.gif" width="128" height="128" size="10948"/>
        <icon kind="shortcut" href="MOViT.gif" width="128" height="128" size="10948"/>
        <icon kind="splash" href="MOViT.gif" width="128" height="128" size="10948"/>
        <offline-allowed/>
        <shortcut online="false">
          <desktop/>
          <menu submenu="TUMAS"/>
        </shortcut>
      </information>
      <security>
        <all-permissions/>
      </security>
      <update check="always"/>
      <resources>
        <java max-heap-size="800m" version="1.6+"/>
        <jar href="TUMAS-fx.jar" main="true" size="154269"/>
        <extension name="MOViT" href="MOViT.jnlp"/>
        <extension name="l2fprod-7.3" href="l2fprod-7.3.jnlp"/>
        <extension name="JFXtras-0.7" href="JFXtras-0.7.jnlp"/>
        <extension name="gnujpdf-1.7" href="gnujpdf-1.7.jnlp"/>
        <extension name="Apache-POI-3.6" href="Apache-POI-3.6.jnlp"/>
        <extension name="SwingX-1.6.1" href="SwingX-1.6.1.jnlp"/>
        <extension name="OpenMap-5.0" href="OpenMap-5.0.jnlp"/>
        <extension name="JavaFX 1.3.x Runtime" href="http://dl.javafx.com/1.3/javafx-rt.jnlp"/>
        <property name="jnlp.packEnabled" value="true"/>
      </resources>
      <application-desc main-class="com.sun.javafx.runtime.main.Main">
        <argument>MainJavaFXScript=org.spc.ofp.project.tumas.TUMAS</argument>
        <argument>--development</argument>
      </application-desc>
    </jnlp>The JNLP which contains the offending lib is:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://devlin01.noumea.spc.local/~fabriceb/Web/TUMAS/" href="MOViT.jnlp">
        <information>
            <title>MOViT</title>
            <vendor>CPS-SPC Secretariat of the Pacific Community</vendor>
            <homepage href="http://www.tumas-project.org/"/>
            <description>Management Option Visualisation Tool</description>
            <offline-allowed/>
        </information>
        <security>
           <all-permissions/>
        </security>
        <resources>
           <jar href="lib/OFP-core.jar" part="MOViT" size="384817"/>
           <jar href="lib/OFP-GIS.jar" part="MOViT" size="10608"/>
           <jar href="lib/OFP-fx.jar" part="MOViT" size="2325354"/>
           <jar href="lib/OFP-fx-mappane.jar" part="MOViT" size="3277991"/>
           <jar href="lib/MFCL-IO.jar" part="MOViT" size="82454"/>
           <jar href="lib/MOViT-templates.jar" part="MOViT" size="5142641"/>
           <jar href="lib/MOViT-ztm.jar" part="MOViT" size="59484"/>
           <jar href="lib/MOViT-ztp.jar" part="MOViT" size="56450"/>
           <jar href="lib/MOViT-zte.jar" part="MOViT" size="41706"/>
           <jar href="lib/MOViT-fishery.jar" part="MOViT" size="66291"/>
           <jar href="lib/MOViT-fx.jar" part="MOViT" size="3282871"/>
           <jar href="lib/SPINiT-fx.jar" part="MOViT" size="332428"/>
           <property name="jnlp.packEnabled" value="true"/>
        </resources>
        <component-desc/>
    </jnlp>The following command lines are used when packing + signing the file (extra private bits have been removed) :
    ► Normalizing file: "<path to file>OFP-fx.jar"
    Executing: "C:\Program Files (x86)\Java\jdk1.6.0_29/bin/pack200" --repack --effort=9 --segment-limit=-1 --modification-time=latest --strip-debug "<path to file>OFP-fx.jar"
    process exited with error code: 0
    ► Signing file: "<path to file>OFP-fx.jar"
    Executing: "C:\Program Files (x86)\Java\jdk1.6.0_29/bin/jarsigner" -verify "<path to file>OFP-fx.jar"
    process exited with error code: 0
    Executing: "C:\Program Files (x86)\Java\jdk1.6.0_29/bin/jarsigner" -tsa <timestamp server> -J-Dhttp.proxyHost=<our proxy host> -J-Dhttp.proxyPort=<our proxy port> -keystore <our store> -storepass <our password> "<path to file>OFP-fx.jar" <our alias>
    process exited with error code: 0
    ► Packing file: "<path to file>OFP-fx.jar"
    Executing: "C:\Program Files (x86)\Java\jdk1.6.0_29/bin/pack200" "<path to file>OFP-fx.jar.pack.gz" "<path to file>OFP-fx.jar"
    process exited with error code: 0Any idea, besides reinstalling an older JDK and/or runtime?

    bouye wrote:
    Thanks for the suggestion and let's hop they put some process to prevent similar issues from hapening again in the future.False hope. Programming is hard, release management is hard, testing is hard, people make mistakes, budget restrictions cause mistakes to slip through, etc. etc.
    The most important factor in all this really is us and more specifically our willingness to properly report problems.

  • Could not verify signing in resource

    Hi all.
    I've been banging my head against a wall for the past 2 days trying to figure this out to no avail. I'm simply trying to use Java Web Start to distribute my Swing application but always receive the same error dialog :
    com.sun.deploy.net.JARSigningException
    Could not verify signing in resource : ***.jar
    I'm using Netbeans 6 and have tried manually signing all the jars as well as the netbeans web start self-signed feature : both give the same behaviour.
    I have used jarsigner -verify -certs which confirms the certificate for the jar and I've tried with 1.5 and 1.6 jdks.
    I've searched tonnes of websites and forums but can't find the answer - hopefully someone can help.
    Any ideas?
    JGreg
    SCJD
    Zoom Software

    Thanks Joe.
    The jar in question is a 3rd party library.
    I have checked it with jarsigner -verify ***.jar and get the following output :
    jar is unsigned. (signature missing or not parsable).
    So that should confirm the original jar is not signed. Unless you can hide a signature from jarsigner -verify with obfuscation?
    Also, I think they removed the single signature requirement in jdk 6.
    Still completely stuck on this unfortunately.
    JGreg
    www.zoom-software.com

  • JARSigningException "Could not verify signing in resource" using versions

    I am creating a dynamic JNLP file in PHP in the following way
    * Muestra las consultas generadas sobre la aplicai&oacute;n GIS
    * @author Luis Manuel Amengual <[email protected]>
    public function callGISApplication ()
    //Obtenci&oacute;n del dominio desde el cual se esta llamando a la aplicaci&oacute;n
    $phpdomain = "http://" . $_SERVER['HTTP_HOST'] . "/";
    //Carga del Contenido del archivo JNLP
    $serverUrl = $phpdomain . "site/";
    $codeBaseUrl = $serverUrl . "gis/jnlp/";
    $jnlpFilename = "dwn/jnlp/jnlp_" . $_SESSION["UsuarioId"] . ".jnlp";
    $jnlpString = '';
    $jnlpString .= "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
    $jnlpString .= "<jnlp spec=\"1.0+\" codebase=\"" . $codeBaseUrl . "\" href=\"" . $serverUrl . $jnlpFilename . "\">\n";
    $jnlpString .= " <information>\n";
    $jnlpString .= " <title>SitrackMaps</title>\n";
    $jnlpString .= " <vendor>sitrack</vendor>\n";
    $jnlpString .= " <description>SitrackMaps</description>\n";
    $jnlpString .= " <description kind=\"short\">SitrackMaps</description>\n";
    $jnlpString .= " </information>\n";
    $jnlpString .= " <security>\n";
    $jnlpString .= " <all-permissions/>\n";
    $jnlpString .= " </security>\n";
    $jnlpString .= " <update check=\"always\" policy=\"prompt-update\"/>\n";
    $jnlpString .= " <resources>\n";
    $jnlpString .= " <j2se version=\"1.5+\" java-vm-args=\"-Xmx256m\"/>\n";
    $jnlpString .= " <jar href=\"VersionApplication.jar\" main=\"true\" download=\"eager\" version=\"1.0.0\"/>\n";
    $jnlpString .= " </resources>\n";
    $jnlpString .= " <application-desc main-class=\"com.sitrack.gis.sgMain\">\n";
    $jnlpString .= " </application-desc>\n";
    $jnlpString .= "</jnlp>\n";
    //Guardado del archivo jnlp en el servidor
    $jnlpFile = fopen($jnlpFilename, 'w+', false);
    fwrite($jnlpFile, $jnlpString);
    fclose($jnlpFile);
    //Descarga del Archivo
    header ('Content-Type: application/x-java-jnlp-file');
    header ('Pragma: no-cache');
    readfile ($jnlpFilename);
    }I am following the steps of the page http://expisoft.blogspot.com/2007/06/java-web-start-connection-problem.html to solve a connection problem we have with clients in Brazil (this problem is apparently solved by using the "VERSION" attribute in jar tag in the JNLP file). So i follow the steps but i am recieving an JARSigningException when I call this PHP function.
    IMPORTANT NOTE 1: I am using the latest versions of JDK, JRE
    IMPORTANT NOTE 2: To simplify this problem i was testing with a super simple app, it has no third party libraries, its just a main function that prints the arguments.
    IMPORTANT NOTE 3: I also tried signing this very simple jar with jarsigner tool, but that didn´t worked, (when i use de -verify option with the jarsigner tool, its verified ok but from Java Web Start it doesn´t work this signing)
    This is the manifiest not signed:
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    Created-By: 10.0-b19 (Sun Microsystems Inc.)
    Main-Class: com.sitrack.gis.MainFrame
    Class-Path:
    X-COMMENT: Main-Class will be added automatically by build
    This is the manifest signed
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    X-COMMENT: Main-Class will be added automatically by build
    Class-Path:
    Created-By: 10.0-b19 (Sun Microsystems Inc.)
    Main-Class: com.sitrack.gis.MainFrame
    Name: com/sitrack/gis/MainFrame.class
    SHA1-Digest: 1tRDWUBA2tA8C9CJVhkKQBUKNy0=
    IMPORTANT NOTE 4: If I take out the version attribute from the JNLP file it works OK, but the problem is that i really need to use this attribute.
    IMPORTANT NOTE 5: I cannot use JnlpDownloadServlet (this servlet handles versions perfectly) because i need to pass arguments to the application from the web page, so i need to create this JNLP file dynamically. For simplification purposes i removed the arguments from the JNLP file i am showing in this forum.
    Can anybody help me to solve this problem ? Or can anybody explain me how does Java Web Start handles the JAR sign verification ?
    Any help will be greatly appreciated
    Thanks
    Luis Manuel Amengual

    Thanks Joe.
    The jar in question is a 3rd party library.
    I have checked it with jarsigner -verify ***.jar and get the following output :
    jar is unsigned. (signature missing or not parsable).
    So that should confirm the original jar is not signed. Unless you can hide a signature from jarsigner -verify with obfuscation?
    Also, I think they removed the single signature requirement in jdk 6.
    Still completely stuck on this unfortunately.
    JGreg
    www.zoom-software.com

  • Resources could not be signed: sapj2eeclient.jar

    I have a XI3.0 system on SP13. As usual after applying support packages my sapj2eeclient.jar disapears. I copy it to the relevant directory and repository directories, redeploy SAPJ2EECLIENT.SDA and choose "Re-initialization and force signing" from the Java web start administration. This has worked on our other systems. Bot not anymore! If I try to start Integration builder I get this error message: "Unsigned application requesting unrestricted access to system"
    And when I check the initialization status I get this error: "Resources could not be signed:
    sapj2eeclient.jar"
    The <sid>adm user has access to the sapj2eeclient.jar file.
    Help!

    Hi,
    There is a possibility to resign the client.
    Go to the URL http://XIMACHINE:50x00/rep/start/index.htm and click on the administration link.
    Then you will see 3 tabs on the left part of the screen:
    repository
    directory
    runtime workbench.
    For both the repository and the directory you need to go to the link for "java webstart adminstration".
    In the java webstart administration screen there is a possibilty to re-initialize and resign the client.
    Best regards,
    Alwin

  • When I try to use FaceTime on my Macbook Air, I try to verify the email I want people to call me with, and it says verified, but soon an message comes up that says "Could not verify the email address. Please check your network connection and try again."

    So our school lets us use Macbook Airs for the school year, and it has facetime on it. I know facetime isn't blocked because like everyone else is using it. So I decide to give it a try. I click the icon, it says enter your apple ID. I dont have one, so I click to make one, and do so. I then enter my apple ID and click next. The screen reads "People will call you using your email address. What email address would you like to use?" I enter my email address in the box below the message, and then go to my email and click the link, and sign in, thus verifying the email. I go back to the facetime window, and click next. At the top it says Verified, but when I click next it doesn't go on to the next step, it simply blacks out the next button so that I can not click it, and after a few minutes a message comes up that says "Could not verify the email address. Please check your network connection and try again."
    So that is the issue, please help!!!!!
    *Note-I repeat that I know it is not blocked by the school because everyone else uses it just fine.*

    Hello BassoonPlayer,
    Since you are using one of the the school's Macbooks, it is quite possible that the time and date are not properly set on the computer that you are using.  FaceTime will not work if you do not have the proper time zone set up for the location that you are in.  This past week, there were a two other Macbook users I've helped by simply telling them to set the Date/Time properly.  By the way, you described your problem very well, which makes it easier for us to help you.  Hope this solves your problem -- if not, post back and I can suggest other remedies.
    Wuz

  • NBA league pass, "Could not verify account"

    every time I try to sign in with mi NBA leaguepass ID, "Could not verify account, unable to sign in" pops out,  what can I do??

    I have this same issue and am becoming quite upset. NBA has absolutely no contact information to call and resolve this issue. I just spent $139.99 and cannot connect to Apple TV, while the same login works just fine on my iMac and iPad. When I signed up, the information provided indicated that I could view live games on Apple TV. What the ****?

  • How do I resolve this problem: This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required

    When attempting to log in to the web site the following message is received. This web site works
    on other systems using Firefox.
    This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
    Additionally, a 401 Authorization Required error was encountered while trying to use an ErrorDocument to handle the request.
    == URL of affected sites ==
    http://www.mdyc.org/members_only

    You may have saved a bad password so Firefox is entering that rather than giving you the option to try again. Go to Tools > Options > Security > Saved Passwords and delete the saved passwords for that site and then try logging in again.

  • I can't run Itunes! After installing Itunes, I receive a message saying that Windows could not verify Apple's digital signature and it closes.

    Pls HELP me! I can"t install it Itunes on any of my computers. After downloading it ( Run now or Saving it) it will no run because I keep receiving a message saying that Windows can not open this file because it could not verify Apple's Digital Signature. I have changed my internet security settings to allow downloads from unverified websites but it will not allow me to run Itunes. I had an older version of Itunes so I tried to install the update and it wouldn't work because so the same message about not being able to verify the digital signature.  I uninstalled Itunes and Quicktime and all other Apple programs on my system. Then I tried to download it again... no luck the same message came up again. I then went to my other computer that NEVER HAD ANY APPLE software on it and tried to download Itunes. It gave me the same message. Please help me, I'm going crazy tring to figure this out.

    I had this same issue occur today during update, searched and finally tracked to problem with windows registry. Used online version of windows registry tool "Fix It" (can also download portable version for offline check. I selected Apple updater utility from list to fix and it did it's thing. Returned to my downloaded 10 iTunes adn isntalled perfectly fine.
    http://support.microsoft.com/mats/Program_Install_and_Uninstall
    Good luck. Worked for me back up and running.

  • Could not verify this domain because it was previously configured for your tenant or for another tenant.

    I have a set up a single tenant in my Azure portal, and added three domains.   Although two verify okay, for one domain I get an error:
    Could not verify this domain because it was previously configured for your tenant or for another tenant.
    Research on this matter usually indicates a tenant clash with Office 365, but we don't use  that service, nor can we access it using our normal credentials.
    The only other place that this domain is utilised, in with Azure web site hosting.  In my portal I see our company web site and the domain is used there to host our site.
    Would this cause the clash?  If not, can anyone interrogate the back-end of Azure to tell me where the clash is occurring?
    I have also amended the MX/TXT records to no avail.

    I just wanted to close this thread off now that the issue is has been resolved offline. the domain was verified against another directory. you had access to that directory as an admin but this account was an MSA. You didn't have any ability to login to manage.windowsazure.com
    with that MSA because you had cancelled your subscriptions, which is why you were unable to access the directory. 
    We added your MSA to a Azure Subscription so that you could login to the management portal. and then you were able to remove the domain from the directory and proceed! :-)
    Thanks, 
    James.

  • Unable to verify domain "Could not verify this domain because it was previously configured for your tenant or for another tenant."

    I've been trying to verify the domain kailice.co.uk which I own , however I receive the following "Could not verify this domain because it was previously
    configured for your tenant or for another tenant."
    I believe I verified this domain with a previous trial subscription which has since expired and so I'm unable to login and remove the domain but wish to transition it to my new subscription

    Hi Jack,
    Each custom domain can only be used in one Azure AD tenant and you can’t add the same domain to multiple Windows Azure AD tenants. In general, if you delete a domain in a Azure directory, then you can add it to another Windows AD Tenant.
    I am not sure if you have deleted this domain in your previous trial subscription. But it appears like you have not deleted the domain. Is that right?
     Recommend you to check the TXT/MX record in your Domain name register, delete other original TXT/MX records and just keep the TXT/MX record for the new verification.
    Also, it needs some time for your domain to update the record, if you still receive the same error, I recommend you to wait for a while and then have a try.
    Regards,
    Shirisha Paderu

  • HT204380 Facetime Activation: Could not verify the email address. Please re-enter and try again.   Tried so many times,even changed my appe ID and purchased a new facetime for iMac running 10.8.4 Mountain Lion,yet still same outcome. Can somebody help me?

    Facetime Activation: Could not verify the email address. Please re-enter and try again.   Tried so many times,even changed my appe ID and purchased a new facetime for iMac running 10.8.4 Mountain Lion,yet still same outcome. Can somebody help me?

    I have the same problem. FaceTime works fine on my iMac but when trying to use FaceTime on my Macbook Air, I have the same issue you describe.

  • How do I resolve a "This document could not be signed" error?

    How do I resolve a "This document could not be signed" error?  I received this error when trying to sign a document with multiple signature boxes.  This particular box locks down most of the document.  It's normally not an issue, but periodically we have a copy of this same form that does not work.

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • "could not verify connection key"

    Hi
    One of our websites recently moved servers. I have done
    everything i can think of in re-setting up the new connection.
    Enabled Contribute in DW. Changed my FTP settings in Contribute
    etc.
    I can connect no problem, in both DW and Contribute, but our
    client cannot. I have sent her all the new FTP details to change
    the settings manually. When i did this she was given no option to
    alter the folder name that the site sits in.
    So instead i sent her a new connection key. Now she gets the
    error message:
    contribute could not verify your connection key. a network
    connection to the server could not be established. please contact
    your administrator for assistance.
    Any ideas?
    Thanks

    Hi!,
    I fixed mine by creating a totally new Apple ID with a brand new e-mail and new password. DO NOT link it with the account that's not working.
    Worked for me,
    Hoped it works for you!
    All the best,
    Marcel.

  • Could not verify the form template on the target server + infopath 2010

    I am getting the could not verify the form template on the target server + infopath 2010
    warning in the infopath form.
    The design checker task pane I see a warning saying "Could not verify the form template on the specified server". I cannot find
    anywhere in msdn or google addressing this warning. Inspite of this warning i tried to quick publish the form, and then i get an error saying: "The form template has been published to the server but it can only be opened in the InfoPath Editor because it contains
    feature that are not compatible with web browsers, to fix this problem, click close and review the errors in the Design Checker task pane"
    Md. Tariq

    Hi Tariq,
    Please make sure:
    SharePoint Server Enterprise Site Collection features site collection feature has been activated.
    Go to Form Options > Compatibility > Select the Form type as Web Browser Form.
    Try to publish the form to the root site of the site collection as a content type.
    If the problem still persists, please check whether there is any binding issue or logical issue. If the problem still cannot be solved, could you please try to create a new form and see how it works?
    Here is a similar thread for your refer.
    http://social.technet.microsoft.com/Forums/en-US/sharepoint2010customization/thread/2c66bff6-8d83-40da-9fe8-5f064329bde0
    Thanks & Regards,
    Emir
    Emir Liu
    TechNet Community Support

Maybe you are looking for

  • My Flash Site is working on some computers and not others.

    I created a website in Flash (CS5 but used AS 2.0) and uploaded it to the web through Dreamweaver. In Flash I have an intro page which plays the intro and at the end has a container in which all the other pages load into (I used the Load External Mov

  • Adobe eLearning suite 6.1 extended trial for Partners - Serial Number not working

    Greetings from Greece, We are new Adobe Certified Resellers. I was informed that via the Adobe Partner Connection portal I can install an NFR extended trial copy of Adobe eLearning suite 6.1 for demo and training purposes. So I downloaded this softwa

  • Interactive PDF, Printing all text from within multi line scrolling field

    I have an A4 form created in Indesign CS4 and made interactive in acrobat 9 pro on Mac with several fields and have a question. I have a requirement for a number of the form fields to scroll in order to capture lengthy content if need be, my client a

  • "out of memory" box again and again

    When i'm adding clips to a sequence, a separate box'll come up that says "out of memory". I have about 293 GB left in storage according to what the hard drive info says so I don't know what the problem is. I can get it to work again after hitting sav

  • Enabling RSS to tell folk of new album

    Hope this question makes sense... ...I've just started to create a web page for my 1yr old son. What I'd like to have is an RSS subscription that family can subscribe to so that when I post new photos their browser (even though most of them are no do