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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to