You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by alexandregaltier <gi...@git.apache.org> on 2017/07/09 12:54:00 UTC

[GitHub] incubator-guacamole-client pull request #175: Allow SSH-Key with at least 40...

GitHub user alexandregaltier opened a pull request:

    https://github.com/apache/incubator-guacamole-client/pull/175

    Allow SSH-Key with at least 4096 bits

    error before updating mysql table :
    12:41:39.036 [http-nio-8080-exec-10] ERROR o.a.g.rest.RESTExceptionWrapper - Unexpected internal error: 
    ### Error updating database.  Cause: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'parameter_value' at row 2
    ### The error may involve org.apache.guacamole.auth.jdbc.connection.ConnectionParameterMapper.insert-Inline
    ### The error occurred while setting parameters
    ### SQL: INSERT INTO guacamole_connection_parameter (             connection_id,             parameter_name,             parameter_value         )         VALUES                                 (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)
    ### Cause: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'parameter_value' at row 2

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/alexandregaltier/incubator-guacamole-client patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-guacamole-client/pull/175.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #175
    
----
commit ea7a405f7d24b7e423013f15466ede3ed54f3ca0
Author: alexandregaltier <al...@gmail.com>
Date:   2017-07-09T12:53:40Z

    Allow SSH-Key with at least 4096 bits
    
    error before updating mysql table :
    12:41:39.036 [http-nio-8080-exec-10] ERROR o.a.g.rest.RESTExceptionWrapper - Unexpected internal error: 
    ### Error updating database.  Cause: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'parameter_value' at row 2
    ### The error may involve org.apache.guacamole.auth.jdbc.connection.ConnectionParameterMapper.insert-Inline
    ### The error occurred while setting parameters
    ### SQL: INSERT INTO guacamole_connection_parameter (             connection_id,             parameter_name,             parameter_value         )         VALUES                                 (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)              ,                  (?,                  ?,                  ?)
    ### Cause: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'parameter_value' at row 2

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---