JRE - Error 1330 (Invalid digital signature in data1.cab)installing1.6.0_13

I cannot install jre6 update 13. All attempts from using full offline download result in the following error message:
"Error 1330. A file that is required cannot be installed because the cabinet file C:........\Java\jre1.6.0_13\Data.cab has an invalid digital signature. This may indicate the file is corrupt."
It looks like there is a problem with the 1.6.0_13 consumer JRE offline installer once it was digitally signed. Is it possible the digital signature of the Data1.cab file was corrupted during extraction. I am wondering if Sun needs to rebundle this offline package again.
I have disabled virus checking, and whatever else I could think of!
System is Windows XP SP3.
Has anyone else experienced this problem, or have any suggestions?
Thanks,
Paul

Afternoon,
I have had this error on a hand full of WXP SP3 workstations running 1.6 update 16. I am not a smart person, but I do know how to search. I found a fix a tried on a similiar error.
On one of my problem children I did the following.
As Admin verify rpc service is started.
from a CMD prompt
regsvr32 softpub.dll
regsvr32 wintrust.dll
regsvr32 initpki.dll
regsvr32 dssenh.dll
regsvr32 rsaenh.dll
regsvr32 gpkcsp.dll
regsvr32 slbcsp.dll
regsvr32 cryptdlg.dll
I believe the initpki.dll took a few to respond. After that I restarted and tried the install on the problem child again. Success. Since then I have been going back to my other problem children. I try the install without the fix and have not had a issue, YET, installing update 16. It's PFM.

Similar Messages

  • Error 1330 (Invalid digital signature in data1.cab) installing 1.6.0_15

    This is similar to a previous thread about this issue with update 11 - however the solutions provided for update 11 don't appear to help. I had posted in that thread as well but then noticed it was 4 months old, so figured a new line of communication might be useful.
    This only occurs on Vista; the XP systems in our environment have no problem installing it.

    Hello all,
    Just though I would share my findings on this issue.
    I'm a Information Assurnace engineer for a large communications company. I'm responcible for developing security solutions for a vast array of Windows based devices. Recently it had come to my attention that our security solution was blocking the install of the JAVA Runtime Enviroment. I naturally set to work on a resolution and here is what ultimatly solved this problem. I noticed that the JRE install worked on a freshly installed copy of the OS, but after applying security settings. . .they immediatly failed. I was able to root cause our failure to two registry keys. Below is the details:
    Please note, that we had this 1330 error due to the fact that our prodcuts are NOT connected to the internet, hence they are off-line.
    This solution worked for: XP, 2003, 2008, Vista, and 7.
    WARNING: I cannot be held responcible for any issues the below may cause. Plase use at your own risk. Take good notes so that you can restore the two settings below to the origional "as found" values. Exporting the registry key before making changes is a good idea, that way it can be restored.
    Basically there are two registry keys that can cause the JRE install to fail with 1330.
    The first Key is a very complex beast. It is located in:
    Registry Hive:     HKEY_CURRENT_USER
    Subkey:           \Software\Micorosft\Windows\CurrentVersion\WinTrust\Trust Providers\Software Publishing\
    Value Name:     State
    Type:           REG_DWORD
    Value:          23c00
    The default windows value for "STATE" should be 23c00 in hexidecimal / 146432 decimal. If the STATE value is NOT 23c00, then someone, or something changed this setting for a reason, and this is the root cause of your problem. Now, the quick and easy fix is to set this key back to 23c00 HEX. But you may want to investigate why this value was changed. . .it may be important.
    The resason why this settin is complex, is because the BINARY representation of this number activates a bunch of switches related to .NET security. 23c00 = 100011110000000000 in BINARY. Look at page 65 of this document (http://iase.disa.mil/stigs/checklist/dot_net_checklist_v1r2-3.pdf) to understand the individual switches, as I don't have the time to explain them here. Please note however, that the DISA / FDCC / CIS security requriments for this setting is 10,000 HEX or 010000000000000000 BINARY, or 65536 DECIMAL. If you see this number, some form of security has been applied to your box. Please note that 10800 HEX, or 010001000000000000 BINARY, or 69632 DECIMAL will also fix the JAVA 1330 problem.
    Lastly, since this setting is based on a "per-user" basis. . .this is the reason why logging into another account to install JRE sometimes works. If this setting was set in a LGPO or GPO. . .then all accounts would fail. But if this setting was only set in for one user, then all other user accounts would allow JRE to install.
    NOTE: The above setting will fix 1330 ONLY if JRE had been installed previously. If the above setting does not resolve the problem, then you will need to change the following registry as well.
    Registry Hive:     HKEY_LOCAL_MACHINE
    Subkey:           \Software\Policies\Microsoft\SystemCertificates\AuthRoot\
    Value Name:     DisableRootAutoUpdate
    Type:           REG_DWORD
    Value:          1
    Quite simply, this registry value should NOT exist in a default install of any Windows OS. Once again, if this value exists someone or something has applied some level of security to the computer. Simply deleting this value (in conjunction with the about value) will enable JRE offline to install without errors.
    PLEASE NOTE: It's probably a good I idea to put these registry settings back to how your found them when you are done installing JRE. . .as these settings are important security settings.
    Hope this helps,
    Regards
    Boliskmail

  • Error 1330 (Invalid digital signature in data1.cab) installing 1.6.0_11

    I cannot install jre6 update 10 or 11. Both attempts (from full download) result in:
    <img src="file:///C:/Users/Graham/AppData/Local/Temp/moz-screenshot.jpg" alt="" />
    If I try the online install (update 11), the download runs to completion, then the install program terminates with no messages at all.
    I CAN re-install 1.6.0_07 from jxpiinstall.exe, downloaded Oct 24.
    I have disabled virus checking, and whatever else I could think of!
    System is Windows Vista 32 bit with SP1.
    Has anyone else experienced this problem, or have any suggestions?
    Thanks...... Graham

    Afternoon,
    I have had this error on a hand full of WXP SP3 workstations running 1.6 update 16. I am not a smart person, but I do know how to search. I found a fix a tried on a similiar error.
    On one of my problem children I did the following.
    As Admin verify rpc service is started.
    from a CMD prompt
    regsvr32 softpub.dll
    regsvr32 wintrust.dll
    regsvr32 initpki.dll
    regsvr32 dssenh.dll
    regsvr32 rsaenh.dll
    regsvr32 gpkcsp.dll
    regsvr32 slbcsp.dll
    regsvr32 cryptdlg.dll
    I believe the initpki.dll took a few to respond. After that I restarted and tried the install on the problem child again. Success. Since then I have been going back to my other problem children. I try the install without the fix and have not had a issue, YET, installing update 16. It's PFM.

  • ITunes 9 download - invalid digital signature error with Windows 7 Ultimate

    Since I have upgraded to Windows 7 Ultimate when I try and download the latest version of iTunes 9 I get Invalid Digital Signature error message. I've tried downloading with IE8, Opera and Firefox.
    Help please!!

    Perfect, thanks.
    I see that one's got an SPI firewall:
    http://www.netgear.co.uk/pdfs/dgn2000ds18july08
    By way of experiment, try disabling the firewall and doing another iTunes download. Are you able to get a working installer this time?

  • Linksys Routers not accessable via HTTPS and This certificate has an invalid digital signature.

    please help cannot logon to my router.
    how to install custome certificate with ssh?
    This is happing when certificate give me error: "This certificate has an invalid digital signature."
    Why not imlement update with ease import of custome certificate?
    I send many request to support but zero result.
    ig you google it this problem you will see that only cisco goods have this problem and no one care about that according cisco support. why? I will never buy cisco product. 

    I try different browsers and they all have certificate notice alert.
    New IE on win8 by default not allow to enter secure page with expire certificates.
    I hope that cisco will make new firmeware with functionality to add costume certificate pfx for example.
    Cisco support lower encryption type. Every new windows encrase cryptograpgi that IE support by default. Look IE about to see type 64 or 128 or 256…
    On xp will work good, but we are now in era of win 8 with IE that support by default 128 or 256 depending home or server version.

  • Invalid Digital Signature and corrupted files???

    ever since i have been asked to upgrade to 7.2, i have not been able to ugrade to 7.2 due to a invalid digital signature. and when i tried to DL music it always says corrupted file try again later, been like that for a week, and i have a spy-sweeper which i've disengaged to see if it helped, nope.

    ever since i have been asked to upgrade to 7.2, i have not been able to ugrade to 7.2 due to a invalid digital signature.
    although the following document refers to a slightly different error message, perhaps give it a try:
    iTunes: Windows reports that iTunesSetup.exe is not a "valid Win32 application"
    ... but if no joy there, try the following Microsoft document:
    (MS) You cannot install some updates or programs

  • Error:Wrong Executable Digital Signature for Add on.

    Hi,
    We we are starting ALL Add on's we are Getting Error; Wrong Executable Digital Signature for Add on . Before Also we got Same Error After that We Uninstall All Add -ons and Freshly we Installed from Partner Portal and Installed. after That Alll Add os it's working OK there is no Error yesterday.but today i login my server it's shwoing Same Error; Wrong Executable Digital Signature for Add on.
    I Checked Digital Signature AddOnChk in SARI Table Under SBO and adddonsig Under Under .ard file in Installer Package. Both are Same. How we Can Solve this issues Please Advise.
    AA_Application runs without Mandatory AddOn
    SAP Note:925984
    See this Link for Wrong executable digital signature for Add-on[https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0000925984|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0000925984]
    Symptom
    After changing a Mandatory AddOn's executable, without updating the ard file, the error message "Wrong executable digital signature for Add-on" is generated. However the application continues to work normally.
    Other terms
    AddOn, SAP Business One, Mandatory, continues, ard, Wrong executable digital signature for Add-on
    Reason and Prerequisites
    Bug
    Solution
    This issue will be fixed in a 2005A SP1 patch, please refer to the info.txt file on the Service market Place to confirm if the fix was included.
    Can any one Guide me on this Note ? How we can solve this issues.
    Regds,
    Samapth Kuamr Devunuri.
    Edited by: sampathdevunuri kumar on Nov 8, 2008 6:15 AM
    Edited by: sampathdevunuri kumar on Nov 8, 2008 6:18 AM

    Hi,
    The runtime error can be caused by a corrupt installation.    
    I am attaching 2 notes for you to go through.                 
    How to clean client after corrupt installation of add-on and also Re-registering the UI.    
    [808354|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=000808354] UI Server is not loaded with SAP Business One client        
    [819501|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=000819501] How to clean client after corrupt installation of add-on                                
    Please follow the steps in [819501|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=000819501]  to make your machine clean and then install the add-ons again.
    If you are still experiencing problems please try the following: 
    - Backup the SBO Common                                          
    - Re-run Upgrader Common from patch                              
    Result is a new SBO common with a new SARI.        
    hope it helps,
    Regards,
    Ladislav
    SAP Business One Forum Team

  • ITunes won't download- "invalid digital signature"

    I'm trying to download the new version of iTunes. It starts to download fine, but at the very end, a box comes up and says that windows has cancelled the download because of an "invalid digital signature" and then just x's itself out. How can I solve this problem?

    BigChap posted this reply ealier - it worked great for me.
    right click on Internet Explorer on your desktop and choose Properties/advanced and check the box "allow software to run or install when signature is invalid".
    hit Apply. then close Internet Explorer and restart. got to download site and choose "run" instead of "save". worked for me after dozens of other attempts failed

  • ITunes invalid digital signature

    I tried to update iTunes the other day. After it installed it rebooted and then said "files missing". So I tried to download it again but it was horribly slow (which I attributed to the Christmas rush). I figured I would wait until today. Now I keep getting a message saying "Invalid digital signature". WTH?

    Perfect, thanks.
    I see that one's got an SPI firewall:
    http://www.netgear.co.uk/pdfs/dgn2000ds18july08
    By way of experiment, try disabling the firewall and doing another iTunes download. Are you able to get a working installer this time?

  • Installation error 1335. The cabinet file Data1.cab...

    Hi, I am not getting install Oracle 10g Express Edition, the following error occurs:
    "error 1335. The cabinet file Data1.cab required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROW, or a problem with this package"
    Please, someone can say what is this?
    Thank you

    I got the same 1335 error numerous times after trying various things noted in other '1335' .cab error posts in other forums.
    Believe it or not, the solution was easy for me: download the install .exe from Oracle using Internet Explorer (v8) vs. Firefox. I don't know why downloading using FF ended up with a corrupt .cab file every time (both the western and universal editions of XE), but using IE solved the problem.
    This was for the Windows install obviously.
    Hope this helps...

  • Invalid Digital Signature in Adobe Rader 9.0

    Hi there,
    Need help regarding Digital Signature on PDF doc.
    I have a pdf file with 2 different digital signature.
    If i'll try to open pdf file in Adobe reader 8 both signs are showing as valid signature with green mark.
    but if i'll open pdf in Adobe reader 9 first sign is showing as invalid signature with red cross.
    Can you someone pls help and let know the resolution for this error.
    Would appreciate ASAP help.
    Thank you.
    Cheers,
    JR

    Steve,
    Thanks for reply.
    I am talking about same file but with 2 different signatures.
    (on different location of the page, one is on left side of page and another on right side of the page)
    If you can share you email so i can send you the file or let know , how i can attach the .pdf here. (i can attach picture file, html file, video etc. but can't attach .pdf)
    Cheers,
    JR

  • Installation of *.pkg fails to due to invalid digital signature

    I am a facing a strange issue, installation of quite a few pcakges downloaded from known/trusted sites fails due to invalid signature. To name a few, MS Silverlight, Google video chat pluging and GNU Emacs.
    Please see the attached image for error message when I tried to install google chat pkg. It is strange that, digital signature verfication fails every single pacakge. Any clue what is wrong and how can this problem be resolved.
    TIA

    @XeniCraft
    Thanks for thed detailed response, I tried all the workarounds you suggested, but unfotuantely none worked.  I tried from the sheel and here is the what I get.
    sh-3.2# installer -allowUntrusted -pkg Google\ Voice\ and\ Video.pkg  -target / -dumplog
    installer: Package name is Google Voice and Video
    Feb 26 14:46:06 xxxxx-mac installer[81157] <Debug>: Product archive /Applications/Google Voice and Video.pkg trustLevel=0
    installer: Installing at base path /
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Debug>: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Debug>: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Google%20Voice%20and%20Video.pkg#Google_Voice_and _Video.pkg
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Debug>: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Google%20Voice%20and%20Video.pkg#Google_Software_ Update.pkg
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Debug>: Set authorization level to root for session
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Debug>: Will use PK session
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Info>: Starting installation:
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Notice>: Configuring volume "Macintosh HD"
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Info>: Preparing disk for local booted install.
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Notice>: Free space on "Macintosh HD": 709.81 GB (709811752960 bytes).
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Notice>: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.81157TWiLjv"
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Notice>: IFPKInstallElement (2 packages)
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Debug>: Using authorization level of root for IFPKInstallElement
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Error>: Failed install preflight: Error Domain=PKInstallErrorDomain Code=105 "The package “Google Voice and Video.pkg” has an invalid signature." UserInfo=0x7fdf0a26e100 {NSUnderlyingError=0x7fdf09444730 "CMS signer status is not valid", NSURL=#Google_Voice_and_Video.pkg -- file://localhost/Applications/Google%20Voice%20and%20Video.pkg, PKInstallPackageIdentifier=com.google.pkg.GoogleVoiceAndVideo, NSLocalizedDescription=The package “Google Voice and Video.pkg” has an invalid signature.}
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Error>: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    installer: The install failed (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.)

  • Error while configuring digital signatures.

    Hi,
    I am running the program DSIG_BOOKING_EX to configure the digital signatures. I get the error :
    SSF error: Unable to find external security product.
    When i execute the program SSF02 i get a success message.
    Regards,
    Sridevi

    Is the Issue resolved,....
    I couldn't get any info.....
    Please help me if it is resolved

  • Jre hangs/freeze at digital signature dialog (oracle.forms.engine.Main)

    hi,
    we are using webforms (application server 11).
    when a client starts up a form in the browser the dialog for accepting the digital signature (oracle.forms.engine.Main) appears. in this dialog wether a button can be klicked nor the checkbox (always trust...) can be checked. still this dialog can be moved.
    what's the reason for that?
    we tried different jre versions (1.6 u12 - u20) and also patch 9553040 (jrefb-6u20-rev-b05-windows-i586.exe) doesn't work - the same problem appears.
    regards,
    matthias

    It does!
    I [read this paper|http://forms.pjc.bean.over-blog.com/ext/http://www.oracle.com/technology/products/forms/pdf/SigningJint13.pdf] before, years ago the first time. It's from *2002* and refers to JInitiator. And I read this paper again. But I stopped around page 13, reading
    +"PROBLEMS WITH MULTIPLE SIGNING IDENTITIES+
    +There is currently a restriction within Oracle9i Forms. If a Forms application is+
    +started within JInitiator or the Sun Java Plug-in, which uses code signed with+
    +multiple certificates ... This restriction will be lifted in a later release of Forms ...."+
    Not one of my best ideas. Notice, Sun Plug-in is mentioned and +8 years+ might not be enough, obviously.
    Reason behind the "re-appearance" of the problem with forms 11g is that the forms jars (including webutil) are now signed with an VeriSign certificate what was not the case with 10g. Downloading jacob.jar by your own, you get an unsigned jar file. Signing this, as you were used in 10g leads to the second signing identity and the freezing problem.
    But let's see how we could solve the problem, for the moment, perhaps for the next 8 years. We
    . took solution path 2 out of the aove cited paper (Register Your Custom Signing Certificate Separately).
    . rename jacob.jar to jy_jacob.jar (we do not want to interfere with other forms application of other companies also using webutil)
    . add the registration applet code as described in the paper to jy_jacob.jar
    . sign jy_jacob.jar.
    . [to be on the save side we repeated these steps for all our jar files, necessary for the application]
    . rename webutiljpi.htm to webutiljpijy.htm
    . modify webutiljpijy.htm by adding applet registration section before webutil registration. This reads like
    <!-- Registration applet definition (start) -->
    <OBJECT classid="%jpi_classid%"
    codebase="%jpi_codebase%"
    WIDTH="0"
    HEIGHT="0"
    HSPACE="0"
    VSPACE="0">
    <PARAM NAME="TYPE" VALUE="%jpi_mimetype%">
    <PARAM NAME="CODEBASE" VALUE="%codebase%">
    <PARAM NAME="CODE" VALUE="com.joynit.forms.applet.RegisterCertificateApplet">
    <PARAM NAME="ARCHIVE" VALUE="%archive%,%webUtilArchive%" >
    <COMMENT>
    <EMBED SRC="" PLUGINSPAGE="%jpi_download_page%"
    TYPE="%jpi_mimetype%"
    java_codebase="%codebase%"
    java_code="com.joynit.forms.applet.RegisterCertificateApplet"
    java_archive="%archive%,%webUtilArchive%"
    WIDTH="1"
    HEIGHT="1"
    HSPACE="0"
    VSPACE="0"
    >
    <NOEMBED>
    </COMMENT>
    </NOEMBED></EMBED>
    </OBJECT>
    <!-- Registration applet definition (end) -->
    . modify formsweb.cfg so that webutiljpijy.htm and jy_jacob.jar are used (original settings as comments below)
    baseHTMLjpi=webutiljpijy.htm
    #baseHTMLjpi=webutiljpi.htm
    archive=frmall.jar,iText-5.0.3.jar,vzg_grafik.jar,vzg_images.jar,vzg_netz.jar,jy_pdfutil.jar
    #archive=frmall.jar
    WebUtilArchive=frmwebutil.jar,jy_jacob.jar
    #WebUtilArchive=frmwebutil.jar,jacob.jar
    And then, after flushing the jar cache, success! No freezing. It was possible to confirm the certifcates and to start the application.
    Thnx to Mia Urman and the oracle forms communitiy on [http://oracleformsinfo.wordpress.com/] , who gave me the tip... There is another, easier solution.
    Never set one of the original oracle jar-Files on pole position (1st position) in one auf the archive parameters. This leads to hanging.
    Put one of your self-signed jar-Files in front and let the oracle jars follow. The forms application will start properly.
    It work with 3 different signing authorities, also. What makes hope for 4, and so on.
    Edited by: KRodler on 15.03.2012 11:07

  • Invalid Digital Signatures

    Hi
    I have a HP Spectre xt 13-2100ea windows 8 and i recently uploaded windows 7 instead of 8 and all is good except my Card reader and high speed USB 3.0 are not working. I am getting an message saying that windows cannot verify the digital signature required for this driver.
    Realtek PCIe GBE Family Controller - 
    Generic USB xHCI Compliant Host Controller
    Any help would be appreciated. Do i have to just install it back to windows 8 ?
    Thanks.

    Thank for advice do that I do not confrom yet. Thanks

Maybe you are looking for

  • ITunes install kills Outlook

    During the install of the 7.6.2.9 update on a Vista machine, Microsoft Outlook (and the email I was composing) was killed! There was no warning or confirmation. This is VERY unsocial behavior. Is Apple consciously trying to become like Microsoft? Or,

  • Filter function issue

    Hi , I am trying to calculate the count by using filter function like this for two different condition FILTER(count(distinct "trade"."issue") USING ("block"."path_id" = 10)) FILTER(count(distinct "trade"."issue") USING ("block"."path_id" = 20)) but i

  • ADF 10.1.2/10.1.3: Preventing eagerly querying of detail viewobjects

    Ever since we started developer ADF applications we had issues with database queries being performed when we didn't expect it. It turned out that this is the default behavior of the master-detail synchronization in ADF 10.1.2 and 10.1.3 (haven't test

  • Printing Contact Sheet - Title Does Not Move With Margin

    When printing a contact sheet (bloody thing won't save but that's already reported), I increase the left margin to 2cm to suit the folder that I use. If I have Title ticked in Page options, the Title remains in the same position which means it is obs

  • Why doesn't Page Display obey its setting in Preferences

    Using Reader 9.2. I have Page Display setting in Preferences set to 'Single Page Continuous'. Yet when I open a pdf, the Page Display is set to 'Single Page' instead of 'Single Page Continuous'. Why?