You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Cheolsoo Park (JIRA)" <ji...@apache.org> on 2012/12/14 23:12:12 UTC

[jira] [Created] (SQOOP-774) Sqoop2: exception is thrown when creating a connection object if connectionString starts with an empty space

Cheolsoo Park created SQOOP-774:
-----------------------------------

             Summary: Sqoop2: exception is thrown when creating a connection object if connectionString starts with an empty space
                 Key: SQOOP-774
                 URL: https://issues.apache.org/jira/browse/SQOOP-774
             Project: Sqoop
          Issue Type: Bug
          Components: sqoop2-client
    Affects Versions: 1.99.1
            Reporter: Cheolsoo Park
             Fix For: 1.99.1


To reproduce it, do the following:
{code}
sqoop:000> create connection --cid 1
Creating connection for connector with id 1
Please fill following values to create new connection object
Name: blah
Configuration configuration
JDBC Driver Class: blah
JDBC Connection String:  blah <--- an empty space before blah
Username: blah
Password: blah
JDBC Connection Properties: 
There are currently 0 values in the map:
entry# 

Security related configuration options
Max connections: 
log4j:WARN No appenders could be found for logger (org.apache.sqoop.utils.ClassUtils).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Exception has occurred during processing command 
Server has returned exception: Exception: java.lang.Throwable Message: VALIDATION_0002:Usage of missing field - Field connectionString is not present in org.apache.sqoop.connector.jdbc.configuration.ConnectionConfiguration
{code}

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