You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Jason Trost (JIRA)" <ji...@apache.org> on 2012/07/11 12:29:34 UTC

[jira] [Created] (ACCUMULO-685) Example accumulo-env.sh's specify min stack size that is too small for Java 1.7.4+

Jason Trost created ACCUMULO-685:
------------------------------------

             Summary: Example accumulo-env.sh's specify min stack size that is too small for Java 1.7.4+
                 Key: ACCUMULO-685
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-685
             Project: Accumulo
          Issue Type: Bug
    Affects Versions: 1.5.0, 1.4.1, 1.3.6
            Reporter: Jason Trost
            Assignee: Jason Trost


In Java 1.7.4+ the minimum stack size is 160k.  All of the example configs attempt to set it to 128k which causes the tserver to fail to start.

tserver.err
{noformat}
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
{noformat}

tserver.out
{noformat}
The stack size specified is too small, Specify at least 160k
{noformat}

--
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] (ACCUMULO-685) Example accumulo-env.sh's specify min stack size that is too small for Java 1.7.4+

Posted by "Christopher Tubbs (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Tubbs updated ACCUMULO-685:
---------------------------------------

    Fix Version/s: 1.5.0
    
> Example accumulo-env.sh's specify min stack size that is too small for Java 1.7.4+
> ----------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-685
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-685
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.4.1, 1.3.6
>            Reporter: Jason Trost
>            Assignee: Jason Trost
>             Fix For: 1.5.0
>
>
> In Java 1.7.4+ the minimum stack size is 160k.  All of the example configs attempt to set it to 128k which causes the tserver to fail to start.
> tserver.err
> {noformat}
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> {noformat}
> tserver.out
> {noformat}
> The stack size specified is too small, Specify at least 160k
> {noformat}

--
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

[jira] [Updated] (ACCUMULO-685) Example accumulo-env.sh's specify min stack size that is too small for Java 1.7.4+

Posted by "Christopher Tubbs (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Tubbs updated ACCUMULO-685:
---------------------------------------

    Affects Version/s:     (was: 1.5.0)
    
> Example accumulo-env.sh's specify min stack size that is too small for Java 1.7.4+
> ----------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-685
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-685
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.4.1, 1.3.6
>            Reporter: Jason Trost
>            Assignee: Jason Trost
>             Fix For: 1.5.0
>
>
> In Java 1.7.4+ the minimum stack size is 160k.  All of the example configs attempt to set it to 128k which causes the tserver to fail to start.
> tserver.err
> {noformat}
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> {noformat}
> tserver.out
> {noformat}
> The stack size specified is too small, Specify at least 160k
> {noformat}

--
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

[jira] [Commented] (ACCUMULO-685) Example accumulo-env.sh's specify min stack size that is too small for Java 1.7.4+

Posted by "Jason Trost (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACCUMULO-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13411386#comment-13411386 ] 

Jason Trost commented on ACCUMULO-685:
--------------------------------------

fix committed in revision 1360110
                
> Example accumulo-env.sh's specify min stack size that is too small for Java 1.7.4+
> ----------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-685
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-685
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.5.0, 1.4.1, 1.3.6
>            Reporter: Jason Trost
>            Assignee: Jason Trost
>
> In Java 1.7.4+ the minimum stack size is 160k.  All of the example configs attempt to set it to 128k which causes the tserver to fail to start.
> tserver.err
> {noformat}
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> {noformat}
> tserver.out
> {noformat}
> The stack size specified is too small, Specify at least 160k
> {noformat}

--
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] [Work started] (ACCUMULO-685) Example accumulo-env.sh's specify min stack size that is too small for Java 1.7.4+

Posted by "Jason Trost (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on ACCUMULO-685 started by Jason Trost.

> Example accumulo-env.sh's specify min stack size that is too small for Java 1.7.4+
> ----------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-685
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-685
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.5.0, 1.4.1, 1.3.6
>            Reporter: Jason Trost
>            Assignee: Jason Trost
>
> In Java 1.7.4+ the minimum stack size is 160k.  All of the example configs attempt to set it to 128k which causes the tserver to fail to start.
> tserver.err
> {noformat}
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> {noformat}
> tserver.out
> {noformat}
> The stack size specified is too small, Specify at least 160k
> {noformat}

--
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