You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2013/12/10 20:30:09 UTC

[jira] [Updated] (AMBARI-4037) Trunk is broken: Server fails to start due to syntax error at DDL script

     [ https://issues.apache.org/jira/browse/AMBARI-4037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitry Lysnichenko updated AMBARI-4037:
---------------------------------------

    Attachment: AMBARI-4037.patch

> Trunk is broken: Server fails to start due to syntax error at DDL script
> ------------------------------------------------------------------------
>
>                 Key: AMBARI-4037
>                 URL: https://issues.apache.org/jira/browse/AMBARI-4037
>             Project: Ambari
>          Issue Type: Task
>          Components: controller
>    Affects Versions: 1.5.0
>            Reporter: Dmitry Lysnichenko
>            Assignee: Dmitry Lysnichenko
>             Fix For: 1.5.0
>
>         Attachments: AMBARI-4037.patch
>
>
> Trunk fails to start with
> {code}
> 22:15:39,862  INFO [main] AmbariServer:407 - Checking DB store version
> 22:15:39,863 ERROR [main] AmbariServer:463 - Failed to run the Ambari Server
> java.lang.NullPointerException
>         at org.apache.ambari.server.controller.AmbariServer.checkDBVersion(AmbariServer.java:408)
>         at org.apache.ambari.server.controller.AmbariServer.run(AmbariServer.java:131)
>         at org.apache.ambari.server.controller.AmbariServer.main(AmbariServer.java:460)
> {code}
> A syntax error at DDL (column before union):
> {code}
>   union all
>   select 'configgroup_id_seq', 1;
>   union all
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)