[jbosstools-issues] [JBoss JIRA] (JBDS-4048) Checking of installed OpenJDK gets stucked on windows 7

Jan Richter (JIRA) issues at jboss.org
Thu Sep 8 04:49:00 EDT 2016


    [ https://issues.jboss.org/browse/JBDS-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290322#comment-13290322 ] 

Jan Richter commented on JBDS-4048:
-----------------------------------

After some debugging I've found that the powershell process does not terminate in this case.
So the first obvious workaround is to kill powershell.exe process, so the installer stops waiting for it.

An option that seems to be working is to add the following line to the end of the script to ensure the entire process exits when done:
{code}[Environment]::Exit(0){code}

We can also add timeouts to calls like this one to be extra sure it doesn't just wait endlessly.

> Checking of installed OpenJDK gets stucked on windows 7
> -------------------------------------------------------
>
>                 Key: JBDS-4048
>                 URL: https://issues.jboss.org/browse/JBDS-4048
>             Project: Red Hat JBoss Developer Studio (devstudio)
>          Issue Type: Bug
>          Components: platform-installer
>    Affects Versions: 10.1.0.GA
>         Environment: Windows 7, x86_64
>            Reporter: Ondrej Dockal
>            Assignee: Denis Golovin
>            Priority: Blocker
>             Fix For: 10.1.0.GA
>
>         Attachments: InstallerStucked.png
>
>
> Checking of installed component gets stucked. See pic.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list