Greg Warner edited a comment on Bug JENKINS-20364

I'm seeing this bug too. I ran the failing line using the jython console. I tried both

SOFTWARE\\Cygwin
and
SOFTWARE\\Wow6432Node\\Cygwin
and they both failed. It does, however, find plain ol' "SOFTWARE". Also, I try other keys such as
SOFTWARE\\[Motorola,Intel,TrendMicro]
and it finds all of them. So this seems to be a cygwin-specific problem.

>>> RegistryKey.LOCAL_MACHINE.openReadonly("SOFTWARE\\Cygwin")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
        at hudson.util.jna.RegistryKey.check(RegistryKey.java:124)
        at hudson.util.jna.RegistryKey.open(RegistryKey.java:223)
        at hudson.util.jna.RegistryKey.openReadonly(RegistryKey.java:218)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)

hudson.util.jna.JnaException: hudson.util.jna.JnaException: Win32 error: 2 - The
 system cannot find the file specified
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to