Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-76011

Can't create config_temp.xml file

XMLWordPrintable

      I am experiencing an issue when trying to create a pipeline using the Jenkins VectorCAST Execution plugin withthe pipeline script generation option. The following exception is thrown during execution:

      java.nio.file.AccessDeniedException: config_temp.xml
        at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
        at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
        at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
        at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(Unknown Source)
        at java.base/java.nio.file.Files.newByteChannel(Unknown Source)
        at java.base/java.nio.file.Files.createFile(Unknown Source)
        at PluginClassLoader for vectorcast-execution//com.vectorcast.plugins.vectorcastexecution.job.NewPipelineJob.createTempFile(NewPipelineJob.java:376)
      Caused: java.io.UncheckedIOException: Failed to create temp file 

      We are using jenkins/jenkins:2.515-jdk21 image.

      Could you please assist in resolving this permission issue? Additionally, could you clarify if there are any specific requirements or configurations for creating the config_temp.xml file at /var/jenkins_home? Any guidance would be greatly appreciated.

            chris_overend Christian Overend
            leewan dokyu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: