You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Jeffrey Zhong (JIRA)" <ji...@apache.org> on 2014/03/17 05:16:43 UTC

[jira] [Created] (PHOENIX-859) Client jar needs to package commons-collections when running on windows

Jeffrey Zhong created PHOENIX-859:
-------------------------------------

             Summary: Client jar needs to package commons-collections when running on windows
                 Key: PHOENIX-859
                 URL: https://issues.apache.org/jira/browse/PHOENIX-859
             Project: Phoenix
          Issue Type: Bug
            Reporter: Jeffrey Zhong
            Assignee: Jeffrey Zhong


Error stack trace when run ./sqlline.py on windows

{code}
java.lang.NoClassDefFoundError: org/apache/commons/collections/map/UnmodifiableMap
        at org.apache.hadoop.conf.Configuration$DeprecationContext.<init>(Configuration.java:394)
        at org.apache.hadoop.conf.Configuration.<clinit>(Configuration.java:432)
        at org.apache.phoenix.query.ConfigurationFactory$ConfigurationFactoryImpl.getConfiguration(ConfigurationFacto
java:41)
        at org.apache.phoenix.query.QueryServicesOptions.withDefaults(QueryServicesOptions.java:146)
        at org.apache.phoenix.query.QueryServicesImpl.<init>(QueryServicesImpl.java:34)
        at org.apache.phoenix.jdbc.PhoenixDriver.getQueryServices(PhoenixDriver.java:93)
        at org.apache.phoenix.jdbc.PhoenixDriver.getConnectionQueryServices(PhoenixDriver.java:109)
        at org.apache.phoenix.jdbc.PhoenixEmbeddedDriver.connect(PhoenixEmbeddedDriver.java:112)
        at sqlline.SqlLine$DatabaseConnection.connect(SqlLine.java:4650)
        at sqlline.SqlLine$DatabaseConnection.getConnection(SqlLine.java:4701)
        at sqlline.SqlLine$Commands.connect(SqlLine.java:3942)
        at sqlline.SqlLine$Commands.connect(SqlLine.java:3851)
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)