Dmitry Lysnichenko created AMBARI-4037:
------------------------------------------
Summary: 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
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)