You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "Ivan Kelly (Created) (JIRA)" <ji...@apache.org> on 2011/11/18 12:58:57 UTC

[jira] [Created] (BOOKKEEPER-115) LocalBookKeeper fails after BOOKKEEPER-108

LocalBookKeeper fails after BOOKKEEPER-108
------------------------------------------

                 Key: BOOKKEEPER-115
                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-115
             Project: Bookkeeper
          Issue Type: Bug
            Reporter: Ivan Kelly


After adding configuration to Bookkeeper, localbookie doesn't start because it fails to find /tmp/bk-txn.

The problem is that the configuration uses addProperty where it should use setProperty.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BOOKKEEPER-115) LocalBookKeeper fails after BOOKKEEPER-108

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BOOKKEEPER-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13153019#comment-13153019 ] 

Hudson commented on BOOKKEEPER-115:
-----------------------------------

Integrated in bookkeeper-trunk #230 (See [https://builds.apache.org/job/bookkeeper-trunk/230/])
    BOOKKEEPER-115: LocalBookKeeper fails after BOOKKEEPER-108 (ivank)

ivank : 
Files : 
* /zookeeper/bookkeeper/trunk/CHANGES.txt
* /zookeeper/bookkeeper/trunk/bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ClientConfiguration.java
* /zookeeper/bookkeeper/trunk/bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ServerConfiguration.java

                
> LocalBookKeeper fails after BOOKKEEPER-108
> ------------------------------------------
>
>                 Key: BOOKKEEPER-115
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-115
>             Project: Bookkeeper
>          Issue Type: Bug
>            Reporter: Ivan Kelly
>            Assignee: Ivan Kelly
>         Attachments: BOOKKEEPER-115.diff
>
>
> After adding configuration to Bookkeeper, localbookie doesn't start because it fails to find /tmp/bk-txn.
> The problem is that the configuration uses addProperty where it should use setProperty.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (BOOKKEEPER-115) LocalBookKeeper fails after BOOKKEEPER-108

Posted by "Ivan Kelly (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BOOKKEEPER-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Kelly updated BOOKKEEPER-115:
----------------------------------

    Attachment: BOOKKEEPER-115.diff
    
> LocalBookKeeper fails after BOOKKEEPER-108
> ------------------------------------------
>
>                 Key: BOOKKEEPER-115
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-115
>             Project: Bookkeeper
>          Issue Type: Bug
>            Reporter: Ivan Kelly
>         Attachments: BOOKKEEPER-115.diff
>
>
> After adding configuration to Bookkeeper, localbookie doesn't start because it fails to find /tmp/bk-txn.
> The problem is that the configuration uses addProperty where it should use setProperty.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (BOOKKEEPER-115) LocalBookKeeper fails after BOOKKEEPER-108

Posted by "Ivan Kelly (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BOOKKEEPER-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Kelly updated BOOKKEEPER-115:
----------------------------------

    Fix Version/s: 4.0.0
    
> LocalBookKeeper fails after BOOKKEEPER-108
> ------------------------------------------
>
>                 Key: BOOKKEEPER-115
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-115
>             Project: Bookkeeper
>          Issue Type: Bug
>            Reporter: Ivan Kelly
>            Assignee: Ivan Kelly
>             Fix For: 4.0.0
>
>         Attachments: BOOKKEEPER-115.diff
>
>
> After adding configuration to Bookkeeper, localbookie doesn't start because it fails to find /tmp/bk-txn.
> The problem is that the configuration uses addProperty where it should use setProperty.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BOOKKEEPER-115) LocalBookKeeper fails after BOOKKEEPER-108

Posted by "Sijie Guo (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BOOKKEEPER-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152922#comment-13152922 ] 

Sijie Guo commented on BOOKKEEPER-115:
--------------------------------------

yes, should use setProperty than addProperty , sorry for the mistake.

+1 for this patch.
                
> LocalBookKeeper fails after BOOKKEEPER-108
> ------------------------------------------
>
>                 Key: BOOKKEEPER-115
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-115
>             Project: Bookkeeper
>          Issue Type: Bug
>            Reporter: Ivan Kelly
>         Attachments: BOOKKEEPER-115.diff
>
>
> After adding configuration to Bookkeeper, localbookie doesn't start because it fails to find /tmp/bk-txn.
> The problem is that the configuration uses addProperty where it should use setProperty.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira