Unix SP1 for WL6.0 is broken?

After sucessfully download of "Unix SP1 for WLS6.0":
-rw-r----- 1 weblogic weblogic 39932910 Apr 04 15:31 wls60sp1_upgrade_generic.zip
we get the following error with IBM AIX JDK1.2.2, 1.3.0
and with the JDK1.3 Version supplied with Windows WebLogic6
jar tvf wls60sp1_upgrade_generic.zip
3933 Sun Mar 04 22:38:22 CET 2001 com/zerog/ia/installer/actions/ChooseFolder.
class
1042 Sun Mar 04 22:38:22 CET 2001 ZeroGc3.class
16431 Sun Mar 04 22:38:24 CET 2001 cc/manifest
772 Sun Mar 04 22:38:24 CET 2001 com/bea/installer/servicepack/WhereToSave$2.
class
730 Sun Mar 04 22:38:24 CET 2001 com/bea/installer/installpanels/WhichOneToIn
stall$4.class
java.util.zip.ZipException: invalid stored block lengths
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java(Compi
led Code))
at java.util.zip.ZipInputStream.read(ZipInputStream.java(Compiled Code))
at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java(Compiled
Code))
at sun.tools.jar.Main.list(Main.java:705)
at sun.tools.jar.Main.run(Main.java:192)
at sun.tools.jar.Main.main(Main.java:778)
If we use Winzip 8.0, then we get several warnings about replacing files (really
dirs) with 0 file length as:
"Replace file: c:\weblogic6\sp1\com\sun\xml\util
0 bytes 04/04/2001 15:58
With file: util
0 bytes 04/03/2001 22:38"
and inside the .zip file there are files with
absolute windows paths like:
spunix.jar 04/03/2001 22:38 38.108.645 0% 38.006.995 C:\weblogic\dev\src60\release\
and others inside of c:\weblogic\dev\src60\release\iautils\
We have downloaded three times the SP1 using FTP and HTTP with
the same problem.
Can someone confirm us that the file is really broken?
TIA
[email protected]

Please forgot the previous post, we have not read the
new service package install procedure.
Using the method described in the docs
"java -cp file.zip install" works fine.
Sorry.
Paco Garcia
[email protected]
>
After sucessfully download of "Unix SP1 for WLS6.0":
-rw-r----- 1 weblogic weblogic 39932910 Apr 04 15:31 wls60sp1_upgrade_generic.zip

Similar Messages

  • Configuration Manager 2012 SP1 for Windows XP\Win 7\Win 8\Win 8.1 to Windows 8.1 Update 1

    Hi Team,
    We have Configuration manager 2012 SP1 and we have requirement to migrate winXP\Win7\Win8\Win8 systems to Windows 8.1 update 1. We are looking for supporting replace, refresh and baremetal OS deployments. Can anyone give some pointers for things we need
    to take care while planning approach for migrations. OS image for windows 8.1 update 1 are created through MDT 2013 and we are planning to use Config manager 2012 SP1 for deploying these images with above scenarios.
    Regards,

    More info:
    Operating System Deployment in Configuration Manager
    http://technet.microsoft.com/en-us/library/gg682018.aspx
    OSD in System Center 2012 Configuration Manager
    http://www.microsoft.com/en-us/download/details.aspx?id=42959
    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.

  • MARS - NFS on Unix Services for Windows and deleting files

    Hello !
    I've prepared NFS server on W2k3 server with Unix Services for Windows installed. It works OK, the only problem is moveing/deleting files and folders. It seems like a problem with permissions for anonymous user. Does anybody have similar experience ?

    If you receive the following error message "Error ./pnarchiver Thread 2051:PN-0102:SQL error: ORA-01005: null password given; logon denied" then there is a Problem with archiving to NFS server. The directories for the archiving are properly created on the server but those directories remain empty. The workaround is that an inter operability issue exists between MARS and CygWin NFS server running on Windows 2003 server. To work around such inter operability issues, replace the NFS server with Microsoft Windows Services for Unix.

  • Need to make collection Query statement by sccm 2012 sp1 for Count of Licenses by License Status

    I want to make collection Query statement by sccm 2012 sp1 for all windows activated and all non-activated windows.
    Ahmed Sherif

    Have a look at the Software Licensing Product attribute classes when creating a Query - remember to choose
    System Ressource when creating the Query. You would have to enable this class to be collected during Hardware Inventory. Go to
    Client Settings -> Hardware Inventory ->
    Set Classes -> Select Software Licensing Product.
    This Class is part of the Asset Intelligence classes so you could enable it from there as well.
    Another way to accomplish is to use Compliance Settings to get this information.
    Create a Configuration item that query the Win32_WindowsProductActivation WMI Class, if you are using XP and the
    SoftwareLicensingProduct class for later os´s
    Add this Configuration Item to a Baseline ad deploy it to your Collections as needed.
    When the Baseline has been evaluated you can use this information to create query
    Machines reported as compliant is actived and machines reported as Non-Compliant is not activated.
    You can read about the Win32_WindowsProductActivation WMI Class here:
    http://msdn.microsoft.com/en-us/library/aa394520(v=vs.85).aspx
    and the SoftwareLicensingProduct here:
    http://msdn.microsoft.com/en-us/library/cc534596(v=vs.85).aspx

  • SP1 for Exchange 2013 install fails with ECP virtual directory issues and now transport service won't start and mail is unavailable

    SP1 for Exchange 2013 install failed on me with ECP virtual directory issues:
    Error:
    The following error was generated when "$error.Clear();
              $BEVdirIdentity = $RoleNetBIOSName + "\ecp (name)";
              $be = get-EcpVirtualDirectory -ShowMailboxVirtualDirectories -Identity $BEVdirIdentity -DomainController $RoleDomainController -ErrorAction SilentlyContinue;
              if ($be -eq $null)
              new-EcpVirtualDirectory -Role Mailbox -WebSiteName "name" -DomainController $RoleDomainController;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -InternalUrl $null -ExternalUrl $null;
              . "$RoleInstallPath\Scripts\Update-AppPoolManagedFrameworkVersion.ps1" -AppPoolName:"MSExchangeECPAppPool" -Version:"v4.0";
            " was run: "The virtual directory 'ecp' already exists under 'server/name'.
    Parameter name: VirtualDirectoryName".
    Error:
    The following error was generated when "$error.Clear();
              $BEVdirIdentity = $RoleNetBIOSName + "\ECP (name)";
              $be = get-EcpVirtualDirectory -ShowMailboxVirtualDirectories -Identity $BEVdirIdentity -DomainController $RoleDomainController -ErrorAction SilentlyContinue;
              if ($be -eq $null)
              new-EcpVirtualDirectory -Role Mailbox -WebSiteName "name" -DomainController $RoleDomainController;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -InternalUrl $null -ExternalUrl $null;
              . "$RoleInstallPath\Scripts\Update-AppPoolManagedFrameworkVersion.ps1" -AppPoolName:"MSExchangeECPAppPool" -Version:"v4.0";
            " was run: "The operation couldn't be performed because object 'server\ECP (name)' couldn't be found on 'DC0xx.domain.com'.".
    Error:
    The following error was generated when "$error.Clear();
              $BEVdirIdentity = $RoleNetBIOSName + "\ECP (name)";
              $be = get-EcpVirtualDirectory -ShowMailboxVirtualDirectories -Identity $BEVdirIdentity -DomainController $RoleDomainController -ErrorAction SilentlyContinue;
              if ($be -eq $null)
              new-EcpVirtualDirectory -Role Mailbox -WebSiteName "name" -DomainController $RoleDomainController;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -InternalUrl $null -ExternalUrl $null;
              . "$RoleInstallPath\Scripts\Update-AppPoolManagedFrameworkVersion.ps1" -AppPoolName:"MSExchangeECPAppPool" -Version:"v4.0";
            " was run: "The operation couldn't be performed because object 'server\ECP (name)' couldn't be found on 'DC0xx.domain.com'.".
    !! And now transport service won't start and mail is unavailable !!
    Any help would be appreciated.
    I have removed the ecp site from default site and attempting to rerun SP1 now. I do not have high hopes. :(

    Hi,
    Thanks for your response.
    From the error description, you need to manually remove the ECP with IIS manager in both the Default Web Site and the Exchange Back End firstly. And then continue the upgrade to check the result.
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • UNIX command for Energy Saver settings - Set Schedule

    Using ARD 3, can anyone help me with a UNIX command for setting the scheduled sleep and wake times for 10.4 clients?
    Thanks,
    Josh

    Thanks for getting me on the right track, I've been working with pmset for a couple days now and I'm having some problems getting my basic schedule that I'd like to work. I'm hoping for another nudge in the right direction. Here's the scenario:
    I need the computers to wake at 7am on weekdays and to sleep at 3:30pm on weekdays as well. I've also got an addition to make the displays sleep after half an hour of inactivity, Here's what I'm trying.
    pmset repeat wake MTWRF 7:00:00;
    pmset repeat sleep MTWRF 15:30:00;
    systemsetup -setdisplaysleep 30;
    I've been trying to push this out as a batch of commands in a template which would be slick, but the problem I'm having is that the two pmset commands don't get along and whichever one is run last cancels out the other. In the actual System Prefs of the machine I'm sending the commands to, there are the two check boxes for Wake or Power On and the other for Sleep or Power Down but I can't get them both to be checked from my UNIX commands.
    Could anyone please help, I feel like I'm so close!
    Regards,
    Josh

  • Error installing SP1 for WLS 6.0 on Windows NT

    I'm getting the following error dialog box when I try to install sp1 for
    Weblogic server 6.0 on Windows NT :
    WebLogic Server Service Pack 1 Installation failed.
    You do not seem to have WebLogic Server 6.0 installed for BEAHOME
    c:\bea
    I do have WLS 6.0 installed under c:\bea. The server is running as
    well.
    The only thing I might have done differently than most others is that I
    first uninstalled the existing WLS 6.0 on my machine and then
    re-installed WLS 6.0 before trying to install SP1. But that shouldn't
    really matter.
    Is the SP1 installer looking for something in the registry?
    Any help would be appreciated.
    Thanks
    Shriniwas

    Thanks Ginny. That's what the problem was.
    - Shriniwas
    Ginny Peterson wrote:
    >
    Hi Shriniwas,
    Make sure that the "level" attribute on the "release" element in the
    registry.xml file is set to "6.0" not "6.0 Beta". The registry.xml file is
    under the bea install directory. This problem may happen if the beta
    version had been previously installed and then the GA release was installed
    later.
    - Ginny
    <[email protected]> wrote in message news:[email protected]..
    I'm getting the following error dialog box when I try to install sp1 for
    Weblogic server 6.0 on Windows NT :
    WebLogic Server Service Pack 1 Installation failed.
    You do not seem to have WebLogic Server 6.0 installed for BEAHOME
    c:\bea
    I do have WLS 6.0 installed under c:\bea. The server is running as
    well.
    The only thing I might have done differently than most others is that I
    first uninstalled the existing WLS 6.0 on my machine and then
    re-installed WLS 6.0 before trying to install SP1. But that shouldn't
    really matter.
    Is the SP1 installer looking for something in the registry?
    Any help would be appreciated.
    Thanks
    Shriniwas

  • How to... install SP1 for SharePoint, Project Server, Project Pro2013

    Hello,
    Is there a document with the process to install SP1 for all the Project Server 2013 items?
    Thanks

    Hello,
    I don't believe there is one for Project Server 2013 but the SharePoint 2013 one will cover it, just include the Project Server 2013 patches as well as the SharePoint ones.:
    http://technet.microsoft.com/en-us/library/cc263467(v=office.15).aspx
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • INSTALLATION OF SP1 FOR WINDOWS 7 32 BIT

    MY WINDOWS UPDATE HAS BEEN TRYING TO INSTALL WINDOWS 7 SP1 FOR 3 YEARS. I HAVE WINDOWS 7 HOME PREMIUM 32 BIT.   IT FAILS EVERY TIME, OBVIOUSLY, WITH THE ERROR CODE 80073701.  CAN SOMEONE PLEASE TELL ME WHY IT WON'T INSTALL AND A POSSIBLE
    SOLUTION.  IF I AM NOT ON THE CORRECT WEBSITE, PLEASE SUPPLY ME WITH THE CORRECT LINK.  PLEASE HELP!!!

    Hi,
    Please try the below three methods:
    Method 1: Run the System Update Readiness Tool (checksur.exe)
    Method 2: Uninstall unnecessary language packs
    Method 3: Perform an inplace upgrade
    For more information, please read the following article:
    Error 0x80073701 appears when you try to install Service Pack 1 on Windows 7
    http://support.microsoft.com/kb/2700530
    Karen Hu
    TechNet Community Support

  • 32 bit Record Locking on 64 bit Novell Client 2 SP1 for Wind

    I recently installed several 64 bit Windows 7 Machines running Novell Client 2 SP1 for Windows 7.
    Our application uses 32 bit record locking in order to maintain compatibilty with a wide array of workstations.
    The problem is as follows:
    Machine A is runnning 64 bit Novell Client 2 SP1 for Windows 7
    Machine B is running 32 bit Windows XP (Client doesn't really seem to matter).
    Using Machine A, I open a table, and lock a record.
    Using Machine B, I attempt to open the same table.
    Machine B received and Error 33 - The process cannot access the file because another process has locked a portion of the file.
    When I change my application to use 64 bit record locking, the problem goes away.
    Luis

    I see that there is a better place for my post:
    OES: Client - Windows - NOVELL FORUMS
    I have posted there as well.

  • Installing Error in SP1 for SharePoint 2010

    hi
    i took a backup of share point site from staging server and tried to restore it on production server but when i get the following error.
    SP1 for share point 2010 was installed on the staging server so downloaded a ubersrv2010-kb2775353-fullfile-x64-glb.exe for SP1 now when i installing it i am getting the follwoing error
    please help why it's not getting installed

    http://social.technet.microsoft.com/Forums/office/en-US/86c19106-e477-457a-bd67-5aa2e74bfcfa/sharepoint-2010-sp1-installation?forum=sharepointadminprevious
    SharePoint 2010
    Language Pack SharePoint Foundation 2010
    Language Pack SharePoint Server 2010
    Microsoft SharePoint Foundation 2010 SP1
    Microsoft SharePoint Foundation 2010 Language Pack SP1
    Microsoft SharePoint Server 2010 SP1
    Microsoft 2010 Server Language Pack SP1
    If you dont have WebApps you dont need to install SP1 for WebApps.
    http://www.msdnques.info/135037/sharepoint-2010-sp1-installation/
    If this helped you resolve your issue, please mark it Answered

  • Windows update did not recognize the 1ST SP1 for windows 7 optiplex PC-now have 2 SP1

     windows SP1 for windows 7 PRO 64 bit for installing IE 11 -because Windows Update did not recognized 1st SP1--now I have 2 Sp1's‏
    HOW DO I CORRECT THIS PROBLEM BEFORE MORE UPDATES AND EVERYTHING GETS WORSE ???

     windows SP1 for windows 7 PRO 64 bit for installing IE 11 -because Windows Update did not recognized 1st SP1--now I have 2 Sp1's‏
    HOW DO I CORRECT THIS PROBLEM BEFORE MORE UPDATES AND EVERYTHING GETS WORSE ???
    Can't get you. What do you mean by 2 SP1's? Can you provide a screenshot?
    S.Sengupta, Windows Entertainment and Connected Home MVP

  • Unix Command for tracing WebIntelligence Server

    Hi All,
    Please can any one tell me that what is the Unix command for tracing WebIntelligence Server. I know we use -trace parameter. But where do we use this parameter? With which script do we use it? Please give me complete command for the same.
    Thanks & Regards,
    Ani

    Hi
    Refer "To configure server tracing through the command line"  page number 207 in http://help.sap.com/businessobject/product_guides/boexir31SP3/en/xi31_sp3_bip_admin_en.pdf
    This guide is for Windows but should be same for UNIX
    Regards
    Ashiwni

  • Unix equivalent for ActiveXObject

    We have couple of JavaScripts which were originally written for Windows platform. We are now trying to run those scripts in a Sun Solaris 5.8 platform. However the script refers to ActiveXObjects such as those below
    var tFSO = new ActiveXObject("Scripting.FileSystemObject");
    var tADOConn = new ActiveXObject("ADODB.Connection");
    var tADOCmd = new ActiveXObject("ADODB.Command");
    var tBrowser = new ActiveXObject("MSXML2.ServerXMLHTTP.3.0");
    How do we port these ActiveXObjects into a Solaris platform, i.e., what will be the Solaris Unix equivalents for these ActiveX objects?
    Thanks for any help. Would appreciate if you cc: [email protected] in your response.
    Jit

    Thanks gopal. However this command "show tag-switching forwarding table" did not help me find a host in a network choking up the WAN link. I heard from one of the cisco reps saying cisco is releasing an IOS to do this in Feb. I hope that helps.

  • Unix cmd for opening cd door

    Hi All,
    Does anyone know the unix cmds for opening and closing the cd door?
    Thanks,
    Richard

    ...and for a stuck cd drawer, reboot while holding down the mouse.
    PowerMac G5 Dual 2GHz   Mac OS X (10.4.3)  

Maybe you are looking for

  • Unable to measure frequency below 20 Hz on a NIDAQ 9178 chassis with NI 9402 even while using a hardware timed delay

    Hello, I am trying to measure frequency using NI 9402 in NI cDAQ9178 chassis. I am setting the clock for my counter channel to be my chassis ai Sample Clock. I am able to measure frequency above 20 Hz. For frequencies less than 20Hz, I get the follow

  • IBook won't share files with macBook & vice versa

    I am having trouble connecting to the shared folder of an iBook (Tiger) and a new macBook (Leopard) on my Airport Express network connected to the internet by Cable. The Macs connect to this wirelessly and are each able to connect to the internet. Th

  • Mac Pro Boot Camp Windows XP issues

    Hello all, I'm a new user on the forums and a proud owner of a Mac pro with 4gb ram and 500 gb hard drive. I installed Boot Camp and Windows XP Home Edition before adding any programs so the partitioning was split down the middle. However, once I ins

  • Problem with MS Powerpoint: cannot edit data in Chart or print

    Not sure if anyone has advice but here goes. Today while editing a Powerpoint slide show, i discovered I was unable to create a new chart or edit the data in an existing chart. Further, I am unable to print out of Powerpoint or MS Word. Once I have t

  • How to play purchased tv shows when offline

    I have purchased a few tv shows for the kids for road trip - when we are offline, I cannot find them under the Videos app & if you try to start itunes it says it is offline.  Where are the tv shows to watch them??