Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-27452

(8.0.z) [jboss-eap-installation-manager] Ignore non-readable folders in an installation folder when performing an update

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 8.0 Update 5
    • None
    • None
    • None

      The user can create additional files inside a directory created by installing Galleon feature pack, and those files are ignored during update.

       

      However if such file is made read-only, an error is thrown when calculating FsDiff 

       

      org.jboss.galleon.ProvisioningException: Failed to process child entries for /Users/spyrkob/workspaces/set/prospero/prospero/wildfly
          at org.jboss.galleon.diff.FsEntryFactory.forPath(FsEntryFactory.java:147)
          at org.jboss.galleon.ProvisioningManager.getFsDiff(ProvisioningManager.java:741)
          at org.jboss.galleon.caller.ProvisioningContextImpl.getFsDiff(ProvisioningContextImpl.java:227)
          at org.jboss.galleon.api.ProvisioningImpl.getFsDiff(ProvisioningImpl.java:335)
          at org.wildfly.prospero.actions.ApplyCandidateAction.findChanges(ApplyCandidateAction.java:384)
          at org.wildfly.prospero.actions.ApplyCandidateAction.getConflicts(ApplyCandidateAction.java:280)
          at org.wildfly.prospero.cli.commands.UpdateCommand$ApplyCommand.call(UpdateCommand.java:257)
          at org.wildfly.prospero.cli.commands.UpdateCommand$ApplyCommand.call(UpdateCommand.java:214)
          at picocli.CommandLine.executeUserObject(CommandLine.java:2045)
          at picocli.CommandLine.access$1500(CommandLine.java:148)
          at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2465)
          at picocli.CommandLine$RunLast.handle(CommandLine.java:2457)
          at picocli.CommandLine$RunLast.handle(CommandLine.java:2419)
          at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2277)
          at picocli.CommandLine$RunLast.execute(CommandLine.java:2421)
          at picocli.CommandLine.execute(CommandLine.java:2174)
          at org.wildfly.prospero.cli.CliMain.execute(CliMain.java:132)
          at org.wildfly.prospero.cli.CliMain.main(CliMain.java:60)
      Caused by: java.nio.file.AccessDeniedException: /Users/spyrkob/workspaces/set/prospero/prospero/wildfly/non-read
          at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:90)
          at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
          at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
          at java.base/sun.nio.fs.UnixFileSystemProvider.newDirectoryStream(UnixFileSystemProvider.java:412)
          at java.base/java.nio.file.Files.newDirectoryStream(Files.java:472)
          at org.jboss.galleon.diff.FsEntryFactory.initChildren(FsEntryFactory.java:155)
          at org.jboss.galleon.diff.FsEntryFactory.initChildren(FsEntryFactory.java:168)
          at org.jboss.galleon.diff.FsEntryFactory.forPath(FsEntryFactory.java:145)

            spyrkob Bartosz Spyrko-Smietanko
            spyrkob Bartosz Spyrko-Smietanko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: