Error verifying signature

I am getting the following error while invoking the verify signature operation of Livecyle Signature service :  Does anyone have any idea when this error shows up ?
PDFSignatureVerificationResult signInfo = signClient.verify(
inputPDF,
fieldName,
RevocationCheckStyle.NoCheck,
VerificationTime.CURRENT_TIME,
null,
null,
null,
null);
java.lang.ClassCastException: com.rsa.jsafe.provider.JSA_RSAPublicKey incompatible with com.rsa.jsafe.provider.JS_PublicKey
    at com.rsa.jsafe.provider.JS_Signature.engineInitVerify(Unknown Source)
    at java.security.Signature$SignatureImpl.engineInitVerify(Signature.java:510)
    at java.security.Signature.initVerify(Signature.java:182)
    at com.adobe.livecycle.signatures.pki.signature.CMSPKCS7Impl.verify(CMSPKCS7Impl.java:178)
    at com.adobe.livecycle.signatures.pki.signature.CMSPKCS7Impl.verify(CMSPKCS7Impl.java:424)
    at com.adobe.livecycle.signatures.pki.impl.PKIOperations.verifySignature(PKIOperations.java: 428)
    at com.adobe.idp.cryptoprovider.PKCS7Verifier.verify(PKCS7Verifier.java:109)
    at com.adobe.internal.pdftoolkit.services.digsig.digsigframework.impl.SignatureHandlerPKCS7. validate(SignatureHandlerPKCS7.java:241)
    at com.adobe.internal.pdftoolkit.services.digsig.Signature.validate(Signature.java:858)
    at com.adobe.livecycle.signatures.service.impl.VerifyImpl.verifyPDFSignature(VerifyImpl.java :781)
    at com.adobe.livecycle.signatures.service.impl.VerifyImpl.verifyField(VerifyImpl.java:388)
    at com.adobe.livecycle.signatures.service.impl.VerifyImpl.verify(VerifyImpl.java:229)
    at com.adobe.livecycle.signatures.service.impl.DocumentSecurityService.verify2(DocumentSecur ityService.java:870)
    at com.adobe.livecycle.signatures.service.impl.DocumentSecurityService.verify(DocumentSecuri tyService.java:725)
    at sun.reflect.GeneratedMethodAccessor729.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:600)
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
    at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doRequiresNew (EjbTransactionBMTAdapterBean.java:218)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EJSLocalStatelessEjbTransactionBMTAdapter_ 3af08fdf.doRequiresNew(Unknown Source)
    at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:133)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:188)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
    at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiv er.java:329)
    at com.adobe.idp.dsc.provider.impl.ejb.receiver.EjbReceiverBean.invoke(EjbReceiverBean.java: 158)
    at com.adobe.idp.dsc.provider.impl.ejb.receiver.EJSRemoteStatelessInvocation_b542628e.invoke (Unknown Source)
    at com.adobe.idp.dsc.provider.impl.ejb.receiver._EJSRemoteStatelessInvocation_b542628e_Tie.i nvoke(_EJSRemoteStatelessInvocation_b542628e_Tie.java:161)
    at com.adobe.idp.dsc.provider.impl.ejb.receiver._EJSRemoteStatelessInvocation_b542628e_Tie._ invoke(_EJSRemoteStatelessInvocation_b542628e_Tie.java:88)
    at com.ibm.CORBA.iiop.ServerDelegate.dispatchInvokeHandler(ServerDelegate.java:622)
    at com.ibm.CORBA.iiop.ServerDelegate.dispatch(ServerDelegate.java:475)
    at com.ibm.rmi.iiop.ORB.process(ORB.java:513)
    at com.ibm.CORBA.iiop.ORB.process(ORB.java:1574)
    at com.ibm.rmi.iiop.Connection.respondTo(Connection.java:2841)
    at com.ibm.rmi.iiop.Connection.doWork(Connection.java:2714)
    at com.ibm.rmi.iiop.WorkUnitImpl.doWork(WorkUnitImpl.java:63)
    at com.ibm.ejs.oa.pool.PooledThread.run(ThreadPool.java:118)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1550)

Are you using the Reference Implementation WAR files that ship with Flash Access 2.0, or have you customized the WARs? The ClassNotFoundException suggests the WAR is missing some of the required JAR files (specifically bcprov-jdk15-141.jar), so if you have created the WAR yourself, please make sure you have included all the required JAR files listed in the "Setting up the development environment" section of Protecting Content.

Similar Messages

  • "Error 0x800b010a: Failed to verify signature of payload: jre" under Eclipse IDE

    Hello,
    This error is occurring on a system that kept is off the internet (for security reasons):
    Failed authenticode verification of payload: C:\ProgramData\Package Cache\.unverified\jre
    ... Error 0x800b010a: Failed to verify signature of payload: jre
    It is related to certificates. I found a KB that addresses the error when the IDE is VS2013 or VS2012:
    https://support.microsoft.com/en-us/kb/2746268?wa=wsignin1.0
    But the IDE in use in my case is Eclipse. Does the KB apply?

    Hi Rich,
    the WSUS forum probably isn't the best place for this, you may have better luck in one of the Eclipse forums.
    However I have had to follow the steps
    in this to get around similar errors when deploying software in disconnected errors, where root cert updates hadn't been deployed before, so the above may indeed help
    If you find the answer of assistance please "Vote as Helpful"and/or "Mark as Answer" where applicable. This helps others to find solutions for there issues, and recognises contributions made to the community :)

  • Itunes will not update.  I get an message saying that it cannot verify signature and it will not install, itunes will not update.  I get an message saying that it cannot verify signature and it will not install

    iTunes will not update.  I get an error message saying that it cannot verify signature and it will be unable to install.

    Yeah me too try going through the apple website in (firefox) and download iTunes there. Currently that's what I'm doing.

  • SAMLUtils.checkSignatureValid: Couldn't verify signature.

    Hi,
    When i try to the SAML post. I receive the below error message.
    </ds:Signature><samlp:Status><samlp:StatusCode Value="samlp:Success"/></samlp:Status><saml:Assertion xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" AssertionID="_2a1708489b7c0a59481ab12aaf855362" IssueInstant="2012-03-27T18:21:36Z" Issuer="econnectng07.test.com:443" MajorVersion="1" MinorVersion="1"><saml:Conditions NotBefore="2012-03-27T18:21:36Z" NotOnOrAfter="2012-03-27T18:26:36Z"/><saml:AuthenticationStatement AuthenticationInstant="2012-03-27T18:21:02Z" AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:HardwareToken"><saml:Subject><saml:NameIdentifier Format="urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName">uid=test,ou=People,ou=AMIND,dc=amat,dc=com </saml:NameIdentifier><saml:SubjectConfirmation><saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:bearer</saml:ConfirmationMethod></saml:SubjectConfirmation></saml:Subject><saml:SubjectLocality IPAddress="10.208.155.122"/></saml:AuthenticationStatement></saml:Assertion></samlp:Response>
    libSAML:03/27/2012 11:21:37:067 AM PDT: Thread[service-j2ee-103,5,main]
    getWSSTTokenProfilePublicKey: entering
    libSAML:03/27/2012 11:21:37:067 AM PDT: Thread[service-j2ee-103,5,main]
    Could not find a KeyInfo, try to use certAlias
    libSAML:03/27/2012 11:21:37:068 AM PDT: Thread[service-j2ee-103,5,main]
    SAMLUtils.checkSignatureValid: Couldn't verify signature.
    libSAML:03/27/2012 11:21:37:068 AM PDT: Thread[service-j2ee-103,5,main]
    verifyResponse: Response's signature is invalid.
    libSAML:03/27/2012 11:21:37:069 AM PDT: Thread[service-j2ee-103,5,main]
    SAMLUtils.sendError: error page/saml2/jsp/saml2error.jsp
    libSAML2:03/27/2012 11:21:41:021 AM PDT: Thread[SystemTimerPool,5,main]
    CacheCleanUpRunnable.run:
    This is SAML 1 post and i have the client certificate imported in my saml keystore also. Appreciate your help.
    libSAML:03/27/2012 11:22:34:002 AM PDT: Thread[SystemTimerPool,5,main]
    Clean up runnable wakes up..
    libSAML:03/27/2012 11:22:34:002 AM PDT: Thread[SystemTimerPool,5,main]
    AssertionManager::CleanUpThread::number of assertions in IdEntryMap:0
    [root@dca-ldap-stg1 debug]# pwd

    You've cut-off the digital signature from the SAML response in your posting, and haven't provided any information about the digital certificate in your keystore. How can one respond to your problem?
    Is the client certificate in your keystore responsible for signing the SAML assertion? If not, do you have the SAML service's digital certificate accessible to your verifier program in your keystore? If not, you need to import the signer's digital certificate into your keystore, verify that it is there, and then run your program again.
    Arshad Noor
    StrongAuth, Inc.

  • Cannot verify signature block SecurityException during version update

    Hi all,
    I have my application installed on few systems using webstart. All the jars(including third party are signed by my certificate).
    After that, during an update, I signed all the jars using a new certificate.
    I have placed new jars in the cache server(Tomcat 5.0) and started it.
    Now I made necessary version changes in the JNLP file(while the server is running).
    When I started application on client machines, it tried to bring get the jars of updated version.
    During that process, following exception is shown while downloading a thirdparty jar:
    java.lang.SecurityException: cannot verify signature block file META-INF/ABC
         at sun.security.util.SignatureFileVerifier.processImpl(Unknown Source)
         at sun.security.util.SignatureFileVerifier.process(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarFile.initializeVerifier(Unknown Source)
         at java.util.jar.JarFile.getInputStream(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)
    JNLPException[category: Download Error : Exception: java.lang.SecurityException: cannot verify signature block file META-INF/ABC : LaunchDesc: null ]
         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)I restarted the cache server (Tomcat).
    Now the download went fine. Otherthan restarting the server, no other changes were made.
    What could be the possible reason? Updating the JNLP file while server is running is a problem?
    I tried this to recreate this scenario several times.
    On certain occasions, I came across above exception along with another exception:
    com.sun.deploy.net.JARSigningException: Could not verify signing in resource: (http://abc.xyz.com:5967/XXX/JARS/ThirdPartyJars/abc.jar, 8.0)
    at com.sun.deploy.cache.CacheEntry.writeManifest(Unknown Source)
    at com.sun.deploy.cache.CacheEntry.access$1800(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.downloadJarFiles(Unknown Source)
    at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
    at com.sun.javaws.Launcher.downloadResources(Unknown Source)
    at com.sun.javaws.Launcher.prepareLaunchFile(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)Everytime, after restarting the cache server, update download went fine.
    Does anyone come across such thing?
    Please Help me out.
    Thanks in Advance..

    I have JRE 1.5.0_14 in the client machine.
    Once this exception comes, no matter how many times I tried to relaunch the application same exception (cannot verify signature block is shown. Once i restart the server, its working fine.
    Regarding jardiff, Yes. we use it.
    Also, this exception is not shown on every machine which are trying to download same update. Only on few..
    Any idea regarding this, please share it.
    Chakri
    Edited by: chakriv on Mar 22, 2010 9:02 PM

  • EAP_TLS not successful, getting X509 decrypt error - certificate signature failure

    Hi
    I am trying EAP-TLS authentication on ACS 5.1.
    I have placed the Root CA of the device certitifcate on ACS.
    But getting this error.
    OpenSSLErrorMessage=SSL alert
    code=0x233=563 ; source=local ; type=fatal ; message="X509 decrypt error - certificate signature failure"
    OpenSSLErrorStack=  3055889312:error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned:s3_srvr.c:2649
    Can anyone help in debugging the issue, is it problem with Device's root CA certificate or anything else
    Thanks

    Hi Smita,
    Similar post but with ISE:
    https://supportforums.cisco.com/thread/2135392
    Are we using SHA 2 certs anywhere here?
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.2/release/notes/acs_52_rn.html#wp157364
    ACS 5.2 supports SHA 256.
    Rate if useful

  • Tried updating but kept coming up with error as signature is invalid...? can anyone help? I'm not very computer savvy so lamens terms would help.. thanks

    Tried updating but kept coming up with error as signature is invalid..?? Can anyone help.? I'm not computer savvy so please respond in lamens terms..
    Thanks

    It is hardly Apple's fault that Epson can't/won't update their driver, but at least Epson suggest that you use the Gutenprint driver, which in any case is far better that what Epson offer.
    You can get it here:
    http://gimp-print.sourceforge.net/
    You can download the latest version from here:
    http://sourceforge.net/projects/gimp-print/
    Have you downloaded the recent Apple update to Epson drivers?
    http://support.apple.com/kb/DL1398

  • Error digital signature

    I signed a document and chose lock after signing. I then saw I had more to fill out in the document and couldn't get back in so filled out another copy of the same document and now cannot sign.  I get the error message "creation of this signature could not be completed. Could not create appearance stream." after I type in the password to sign and then try to save the file.

    Hi maggier,
    Please refer the KB: http://helpx.adobe.com/acrobat/kb/error-creation-signature-could-completed.html
    Regards,
    Rave

  • Digitally Verified Signature Fields After Saving

    I am using Acrobat 9. I am creating a PDF with a whole slew of editable fields. Once the PDF is done I need to be able to email it to several people who need to be able to fill it out and save it (so that they can upload it to a website for me). I have figured this part of it out thanks to someone else asking the same question. HOWEVER... when I save it as "Extend Form Fill-In and Save In Adobe Reader" and email it to my co-worker she is able to open the doc and edit the fields and save it... all except for the Verified Signature Fields, which are VERY important to this particular doc as it is a contract.
    Does anybody have any suggestions or ideas? I'm in a pickle and needing to get this doc done very soon. Thanks in advance.

    Thanks for your reply. I remember getting a prompt to add the password after certain actions so that is why I thought it could be the same with the printing if the option had not been disabled.
    From my point of view, I set security options for others not to be able to modify/do certain actions on my doc, but I would expect I would continue being able to do so...this way securing a document is also limiting myself as the author of the document.
    Of course the inconvenience prior to signing turns into impossibility when digitally signed as you say...
    I can cope with an inconvenience as I understand the way it has been thought (similar to when you protect an excel sheet or anything similar) but I also think it would be useful to find an alternative solution seeing the constraints added when the doc is signed. Printing out a document does not modify the original document...so it should be allowed (of course, in order to ascertain its validity, the printed copy would need to be checked against the digitally signed one (similar to what we need to do if we copy a document in paper...it needs to be checked against the original or even get attested).
    Thanks again!

  • Verify signature on SAML assertion

    I've already asked this question on StackOverflow (http://stackoverflow.com/questions/25394137/verify-signature-on-saml-assertion), but I'm hoping to get a better response here. I'm trying to validate some SAML that looks like this:
    <samlp2:Response Destination="http://www.testhabaGoba.com" ID="ResponseId_934151edfe060ceec3067670c2f0f1ea" IssueInstant="2013-09-24T14:33:29.507Z" Version="2.0" xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:samlp2="urn:oasis:names:tc:SAML:2.0:protocol">
    <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
    </ds:Signature>
    <saml2:Assertion ID="SamlAssertion-05fd8af7f2c9972e69cdbca612d3f3b8" IssueInstant="2013-09-24T14:33:29.496Z" Version="2.0" xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion">
    <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
    </ds:Signature>
    </saml2:Assertion>
    </samlp2:Response>
    The signature on the response always passes, but the signature on the assertion always fails. Even when I use a SAML that doesn't sign the response the assertion signature fails. Here's a condensed version of the code I'm using:
    foreach (XmlElement node in xmlDoc.SelectNodes("//*[local-name()='Signature']"))
    {// Verify this Signature block
    SignedXml signedXml = new SignedXml(node.ParentNode as XmlElement);
    signedXml.LoadXml(node);
    KeyInfoX509Data x509Data = signedXml.Signature.KeyInfo.OfType<KeyInfoX509Data>().First();
    // Verify certificate
    X509Certificate2 cert = x509Data.Certificates[0] as X509Certificate2;
    log.Info(string.Format("Cert s/n: {0}", cert.SerialNumber));
    VerifyX509Chain(cert);// Custom method
    // Check for approval
    X509Store store = new X509Store(StoreName.TrustedPublisher, StoreLocation.LocalMachine);
    store.Open(OpenFlags.ReadOnly);
    X509Certificate2Collection collection = store.Certificates.Find(X509FindType.FindBySerialNumber, cert.SerialNumber, true);
    Debug.Assert(collection.Count == 1);// Standing in for brevity
    // Verify signature
    signedXml.CheckSignature(cert, true);
    Everything works except the CheckSignature method. It's the only thing that fails and it always fails the SAML assertion. What am I doing wrong?

    Hello Matthew T. Ricks,
    Personally after reading your post I don't think this issue is related to this forum "Discuss and ask questions about the C# programming language, IDE, libraries, samples, and tools."
    The problem is due to SAML assertion fail and I read something like this
    http://docs.oracle.com/cd/E21455_01/common/tutorials/authn_saml_xml_sig.html to konw what is SAML and how it works. I will recommend you consult SAML related forum to ask this question.
    Regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [SOLVED] Grub 2 gives Error: Invalid Signature

    Hello everyone.
    I am trying to dual boot Arch and Windows 7. I am boot into Arch with no problem but when I select Windows 7; I am greeted with the 'Error: Invalid Signature' and redirects back to the Grub 2 menu.
    I have googled and have tried many times, so I thought I would come to the endless supply of knowledge of the bbs.archlinux forums.
    I can boot into Windows when I have it as the first boot drive in the BIOS, so I Windows is fine. It's got to be one simple step I'm missing here.
    P.S. I really wasn't sure where to put this post.
    I'll go ahead and list some (hopefully) useful information:
    sudo fdisk -l
    Disk /dev/sdc: 500.1 GB, 500107862016 bytes, 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disk identifier: 0x00000000
    Device Boot Start End Blocks Id System
    /dev/sdc1 * 63 1992059 995998+ 83 Linux
    Partition 1 does not start on physical sector boundary.
    /dev/sdc2 1992060 9992429 4000185 82 Linux swap / Solaris
    Partition 2 does not start on physical sector boundary.
    /dev/sdc3 9992430 976773167 483390369 83 Linux
    Partition 3 does not start on physical sector boundary.
    Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes, 1953525168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x0ca96061
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 2048 1953521663 976759808 7 HPFS/NTFS/exFAT
    Disk /dev/sda: 60.0 GB, 60022480896 bytes, 117231408 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x4df1d31e
    Device Boot Start End Blocks Id System
    /dev/sda1 2048 117227519 58612736 7 HPFS/NTFS/exFAT
    Where /dev/sda is Windows
               /dev/sdb is an extra disk that holds music and documents
               /dev/sdc is Arch
                       sdc1 is /boot
                       sdc2 is swap
                       sdc3 is root
    Also my BIOS are set up to boot the Arch disk, then Windows, and final the extra disk.
    /etc/grub.d/40_custom:
    #!/bin/sh
    exec tail -n +3 $0
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    menuentry "Windows 7" {
    set root=(hd0,1)
    drivemap -s (hd0) (hd1)
    chainloader +1
    /boot/grub/grub.cfg
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd2,msdos3'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos3 --hint-efi=hd2,msdos3 --hint-baremetal=ahci2,msdos3 c15450d4-4fe6-4124-aa4e-a6419188845b
    else
    search --no-floppy --fs-uuid --set=root c15450d4-4fe6-4124-aa4e-a6419188845b
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    fi
    terminal_input console
    terminal_output gfxterm
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-c15450d4-4fe6-4124-aa4e-a6419188845b' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd2,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos1 --hint-efi=hd2,msdos1 --hint-baremetal=ahci2,msdos1 4637508e-7f78-4f2d-9cd7-90868f1de62f
    else
    search --no-floppy --fs-uuid --set=root 4637508e-7f78-4f2d-9cd7-90868f1de62f
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=c15450d4-4fe6-4124-aa4e-a6419188845b ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    menuentry 'Arch GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-c15450d4-4fe6-4124-aa4e-a6419188845b' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd2,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos1 --hint-efi=hd2,msdos1 --hint-baremetal=ahci2,msdos1 4637508e-7f78-4f2d-9cd7-90868f1de62f
    else
    search --no-floppy --fs-uuid --set=root 4637508e-7f78-4f2d-9cd7-90868f1de62f
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=c15450d4-4fe6-4124-aa4e-a6419188845b ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    menuentry "Windows 7" {
    set root=(hd0,1)
    drivemap -s (hd0) (hd1)
    chainloader +1
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    Thanks in Advance for anyone that is willing to help. Let me know if you need anymore information.
    I am going to keep on researching and trying.
    Last edited by pjk1939 (2012-12-02 23:22:35)

    Alright everyone I got it working. I will show what I did and mark as solved.
    For some reason, that I do not know the answer too, the Window's bootloader was on my extra harddrive /dev/sdb1 as opposed to /dev/sda1, where my Windows partion actually is. I'm not sure what I did to do that or if that is just is just how Windows works.
    my /etc/grub/40_custom:
    #!/bin/sh
    exec tail -n +3 $0
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    menuentry "Windows 7" {
    insmod ntfs
    set root=(hd0,1)
    search --no-floppy --fs-uuid --set BE4CA71B4CA6CD89
    chainloader +1
    I added in the
    insmod ntfs
    and
    search --no-floppy --fs-uuid --set BE4CA71B4CA6CD89
    so that it would boot from the /dev/sdb1 drive.
    I found the UUID by running the command:
    sudo blkid

  • Mail error "Verify that you have addressed this message correctly. Check your SMTP server settings in Mail preferences and verify any advanced settings with your system administrator.Select a different outgoing mail server from the list"

    The Mail application has suddenly started giving error:
    "Verify that you have addressed this message correctly. Check your SMTP server settings in Mail preferences and verify any advanced settings with your system administrator.Select a different outgoing mail server from the list"
    It was working fine till yesterday, suddenly it stopped. I have 3 email accounts configured here, 2 are on exchange servers and one yahoo. Connection verification works and shows all servers as green.
    Any inputs?

    I had 3 accounts, 2 ms exchange accounts and 1 yahoo. After removal of yahoo, everything is back to normal.
    Regards
    Rohit

  • Verifying Signature PDFs when opening is very slow

    When opening a PDF it takes a really long time.  At the bottom of the screen it shows "verifying signatures".  How can speed up this process without unchecking "verify signatures when the document is opened"?  As a test I unchecked this box and the PDF opened almost instantly which leads to be beleive this "verification" is causing the slowness.  Also tested the file on a network drive and local desktop and both takes a really long time to open. I also imported some of the signature certificates into the "trusted certificates" but that did not fix the issue. Thanks.

    What version of Acrobat are you using? Are the signtures use self-signed certificates or something else?I know signature verification performance has been addressed in various updates. You might also want to post this in the Acrobat Security forum: http://forums.adobe.com/community/acrobat/security_%26_digital_signatures?view=discussions

  • Java.io.IOException: cannot verify signature block file META-INF/MYKEY

    Hello,
    i have a serios problem in my company.
    I developed javaws aplication running since years and now we have starting problems with actual java, it brings security warnings. This warning says this application will be blocked in further releases.
    The app is signed with an old java 6 jarsigner.  If I sign the jar files of the app with java 7 u45 or u40, I receive the following exception by webstart :
    java.io.IOException: cannot verify signature block file META-INF/MYKEY
        at com.sun.deploy.cache.CacheEntry$10.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
        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.downloadResource(Unknown Source)
        at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
        at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
        at com.sun.javaws.LaunchDownload$DownloadTask.call(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)
    do somebody have an idea what I could try to do to solve this problem?
    I create the keystore  on the follwoing way: C:\Programme\Java\jdk1.7.0_45\bin>keytool -genkey -keyalg RSA -alias MYKEY -keystore fspKeys -storepass xxxxxxxx

    I have JRE 1.5.0_14 in the client machine.
    Once this exception comes, no matter how many times I tried to relaunch the application same exception (cannot verify signature block is shown. Once i restart the server, its working fine.
    Regarding jardiff, Yes. we use it.
    Also, this exception is not shown on every machine which are trying to download same update. Only on few..
    Any idea regarding this, please share it.
    Chakri
    Edited by: chakriv on Mar 22, 2010 9:02 PM

  • Adding another document to a Verified signature document

    I have a document that has a verified signature on it and I need to add it to another document, but when I do it doesn't maintain the signature. How do I merge these two documents into one?

    I have a document that has a verified signature on it and I need to add it to another document, but when I do it doesn't maintain the signature. How do I merge these two documents into one?

Maybe you are looking for

  • Game Center issue- Friends showing up with "Never Played"

    I updated my iphone a week ago to 5.5.1.    Since then, all my friends are listed under friends-recent.  They show status text, but all of them say NEVER PLAYED.  Although I know they are playing as I can see them ranked in individual games.  So it l

  • Using Acrobat PDFMaker Bookmark Options

    I am using Windows (7 64-bit) and Word 2007 (SP2 MSO). I am using Acrobat 9 Pro (9.4.1) to convert a Word document to PDF. The bookmarks created in the PDF document are for all Word Heading styles (H1, H2, H3, H4, H5). However, on the Bookmarks tab o

  • Order of addresses in email

    When I start entering an email address TB tries to help by giving me some likely addresses. But they don't always seem to be in alphabetical order. I might try entering someone starting with B and most of the B's are shown - but not all. Why not?

  • Linking Editing TextArea with Button Handler

    Java newbie here,i am trying to create a program to display a keyboard on screen and display the the letter in a text area when the character letter is pressed. And the complete sentence when return is pressed. I have the GUI up, the problem is the l

  • Dynamic Image Gallery First, Next,Previous,Last

    had a friend help me build this but now he's gone and I don't understand arrays or coldfusion really. I have an image gallery that works beautifully except that I want to be able to add two behaviors to the page. 1.Pagination. 2. Display Record Count