[ 
https://issues.apache.org/jira/browse/QPID-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14182589#comment-14182589
 ] 

ASF subversion and git services commented on QPID-6180:
-------------------------------------------------------

Commit 1634023 from [~macbean] in branch 'qpid/trunk'
[ https://svn.apache.org/r1634023 ]

QPID-6180: [Java Broker] Cannot create BDB HA group on Windows development 
environment due to node folder not being reported as writable by 
Files.isWritable(Path)

> Cannot create BDB HA group on Windows development environment due to node 
> folder not being reported as writable by Files.isWritable(Path)
> -----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-6180
>                 URL: https://issues.apache.org/jira/browse/QPID-6180
>             Project: Qpid
>          Issue Type: Bug
>            Reporter: Andrew MacBean
>            Assignee: Andrew MacBean
>
> Cannot create BDB HA group on Windows development environment due to node 
> folder not being reported as writable by Files.isWritable(Path).
> The call to Files.isWritable(storePath.toPath()) in 
> BDBHAVirtualHostNodeImpl#validateStorePath() returns false incorrectly when 
> using earlier version of the Java 1.7 JDK 
> (http://bugs.java.com/view_bug.do?bug_id=7190897). This can worked around 
> using the File#canWrite() method instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to