ConfigHubPub / ConfigHubPub/ConfigHubPlatform

Trouble while installing on Ubuntu18.04

Open
#142 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
80
Forks
25
PR merge metrics
No merged PRs in 30d

Description

Hi All,
I have followed the install instructions here:
http://docs.confighub.com/en/latest/pages/getting_started/install.html

  1. I have download confighub 1.9.7
  2. I have installed oracle java 8
  3. I have installed mysql 5.7.32

However whenever I try to run the software through startup.sh I find this errors in confighub.log:

2020-12-24 08:37:29,382 ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper Table 'ConfigHubMain.systemconfig' doesn't exist
2020-12-24 08:37:29,387 ERROR com.confighub.core.store.AStore org.hibernate.exception.SQLGrammarException: could not extract ResultSet

I created a DB called "ConfigHubMain" and the user as full admin.
what am I missing here?

Tnx

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked installation instructions and the startup.sh entry point, then inspect confighub.log for the Hibernate database error. Verify how ConfigHubMain and its systemconfig table are expected to be created; done means the software starts without the reported missing-table error.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, mysql, ubuntu
Domain
database, devops
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.