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

this window is "Interactive Services Detection" is pop up when tomcat is up

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Minor Minor
    • None
    • jenkins is on windows 7,
      ssh server(FreeSSHd as a service) and tomcat is on windows server 2008 x64

      I write in the section "Exec command" of the Publish Over SSH Plugin:

      cmd /c call C:\sftp\myscript.bat $BUILD_NUMBER

      The content of the file myscript.bat is as follow:

      Echo  ---------begin--------

      Echo shutdown tomcat(use port 8080)
      @echo off
      setlocal enabledelayedexpansion
      for /f "delims= tokens=1" %%i in ('netstat -aon ^| findstr "8080"') do (
      set a=%%i
      goto js
      )
      :js
      taskkill /f /pid "Unable to render embedded object: File (~71,5) not found."
      Echo startup tomcat
      @echo off
      C:
      cd C:\software\apache-tomcat-6.0.39\bin
      call startup.bat

      Echo  ---------end--------

      issue reproduced as follow steps:

      1.jenkins execute myscript.bat file successfully.

      2.log on the windows server 2008 machine which the ssh server & tomcat is on.

      3.i find a window is prompt,this window is "Interactive Services Detection"

      4.i don't know why this window is pop up,can you give me suggestion?i also attach 3 images to explain this question.

        1. 1-1.png
          1-1.png
          119 kB
        2. 1-2.png
          1-2.png
          240 kB
        3. 1-3.jpg
          1-3.jpg
          12 kB
        4. ok.png
          ok.png
          116 kB

          [JENKINS-52849] this window is "Interactive Services Detection" is pop up when tomcat is up

          Alex Earl added a comment -

          This is not a bug, please read the following blog for information about this popup.

           

          https://blogs.msdn.microsoft.com/patricka/2010/04/27/what-is-interactive-services-detection-and-why-is-it-blinking-at-me/

          Alex Earl added a comment - This is not a bug, please read the following blog for information about this popup.   https://blogs.msdn.microsoft.com/patricka/2010/04/27/what-is-interactive-services-detection-and-why-is-it-blinking-at-me/

          jn cheng added a comment - - edited

          Thanks a lot.

          After read article you shared,i have solved this problem.

          Everything work correct,see picture "ok.png"

          Oh,this problem can be close now.

          Br.

          jn cheng added a comment - - edited Thanks a lot. After read article you shared,i have solved this problem. Everything work correct,see picture "ok.png" Oh,this problem can be close now. Br.

          For your information, all publish-over-ssh component type JENKINS issues related to the Publish Over SSH plugin have been transferred to Github: https://github.com/jenkinsci/publish-over-ssh-plugin/issues

          Here is the direct link to this issue in Github: https://github.com/jenkinsci/publish-over-ssh-plugin/issues/103
          And here is the link to a search for related issues: https://github.com/jenkinsci/publish-over-ssh-plugin/issues?q=%22JENKINS-52849%22

          (Note: this is an automated bulk comment)

          Gavin McDonald added a comment - For your information, all publish-over-ssh component type JENKINS issues related to the Publish Over SSH plugin have been transferred to Github: https://github.com/jenkinsci/publish-over-ssh-plugin/issues Here is the direct link to this issue in Github: https://github.com/jenkinsci/publish-over-ssh-plugin/issues/103 And here is the link to a search for related issues: https://github.com/jenkinsci/publish-over-ssh-plugin/issues?q=%22JENKINS-52849%22 (Note: this is an automated bulk comment)

          martn added a comment -

          Hey everyone! As a developer, I can relate to the combine of emotions and knowledge that come with tackling technical challenges. It's exquisite to see the community actively sharing their experiences and seeking advice.

          Regarding the issue you mentioned with the "Interactive Services Detection" window popping up when Tomcat is up, it seems like there could be a couple of reasons behind it. One possibility could be that the Tomcat process is running as a service and interacting with the desktop, which triggers the window. Another potential cause could be related to the specific configuration of your Windows Server 2008 environment.

          To troubleshoot this issue, I'd suggest checking the "Interactive Services Detection" window for any error messages or prompts that might provide more information. Additionally, reviewing the event logs on the server could help identify any underlying issues. It's additionally worth verifying that the Tomcat service is configured successfully and that there are no conflicts with other services or functions running on the server.

          Remember, debugging is part of the development journey, and with patience and perseverance, you'll discover a solution. Happy coding!

          martn added a comment - Hey everyone! As a developer, I can relate to the combine of emotions and knowledge that come with tackling technical challenges. It's exquisite to see the community actively sharing their experiences and seeking advice. Regarding the issue you mentioned with the "Interactive Services Detection" window popping up when Tomcat is up, it seems like there could be a couple of reasons behind it. One possibility could be that the Tomcat process is running as a service and interacting with the desktop, which triggers the window. Another potential cause could be related to the specific configuration of your Windows Server 2008 environment. To troubleshoot this issue, I'd suggest checking the "Interactive Services Detection" window for any error messages or prompts that might provide more information. Additionally, reviewing the event logs on the server could help identify any underlying issues. It's additionally worth verifying that the Tomcat service is configured successfully and that there are no conflicts with other services or functions running on the server. Remember, debugging is part of the development journey, and with patience and perseverance, you'll discover a solution. Happy coding!

            slide_o_mix Alex Earl
            09121984 jn cheng
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: