[
https://issues.apache.org/jira/browse/LUCENE-5626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978110#comment-13978110
]
Uwe Schindler commented on LUCENE-5626:
---------------------------------------
bq. It would be interesting to see what GetLastError shows, but for this you'd
have to access winapi (via jna or something alike). I can't reproduce this
locally, unfortunately.
Very simple: "Access denied". The JNI code transforms GetLastError to a string
and throws it as IOException.
> SimpleFSLockFactory "access denied" on windows.
> -----------------------------------------------
>
> Key: LUCENE-5626
> URL: https://issues.apache.org/jira/browse/LUCENE-5626
> Project: Lucene - Core
> Issue Type: Bug
> Components: core/store
> Reporter: Robert Muir
> Assignee: Uwe Schindler
> Fix For: 4.9, 5.0
>
> Attachments: LUCENE-5626.patch, LUCENE-5626.patch
>
>
> This happened twice in jenkins:
> {noformat}
> [lockStressTest2] Exception in thread "main" java.io.IOException:
> Access is denied
> [lockStressTest2] at
> java.io.WinNTFileSystem.createFileExclusively(Native Method)
> [lockStressTest2] at java.io.File.createNewFile(File.java:1012)
> [lockStressTest2] at
> org.apache.lucene.store.SimpleFSLock.obtain(SimpleFSLockFactory.java:135)
> {noformat}
> My windows machine got struck by lightning, so I cannot fix this easily.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]