Uploaded image for project: 'JBoss Web Server'
  1. JBoss Web Server
  2. JWS-662

Windows, Cannot unzip Hibernate zip in GUI: Error: Path too long

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • JWS 3.0.3 GA, JWS 3.1.0 CR7
    • hibernate
    • None
    • Release Notes, User Experience
    • Workaround Exists
    • Hide

      Workaround is to use PowerShell to unzip the file, not GUI. It worked for me:

      $src = "C:\Users\karm\Documents\3.1.0-CR7\hibernate-dist-3.1.0-CR7.zip"
      $dst = "C:\Users\karm\Documents\3.1.0-CR7\"
      Add-Type -assembly "system.io.compression.filesystem"
      [io.compression.zipfile]::ExtractToDirectory($src, $dst)
      
      Show
      Workaround is to use PowerShell to unzip the file, not GUI. It worked for me: $src = "C:\Users\karm\Documents\3.1.0-CR7\hibernate-dist-3.1.0-CR7.zip" $dst = "C:\Users\karm\Documents\3.1.0-CR7\" Add-Type -assembly "system.io.compression.filesystem" [io.compression.zipfile]::ExtractToDirectory($src, $dst)
    • Hide

      Unzip hibernate zip in GUI

      Show
      Unzip hibernate zip in GUI

    Description

      Apparently, the depth of nested directories and a very long file name is too much for the GUI unzip.

      GUI fails

      PowerShell works

      Call to action

      Document it? KB article? I don't think we should do anything else.

      Attachments

        Activity

          People

            rhn-support-csutherl Coty Sutherland
            mbabacek1@redhat.com Michal Karm
            Jan Onderka Jan Onderka
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: